<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'mark-medium';
    src: url("../../css/fonts/Dalton-Maag-Effra-Mediumm.ttf");
  }
  @font-face {
    font-family: 'mark-bold';
    src: url("../../css/fonts/DaltonMaag-Effra-Bold.ttf");
  }
  @font-face {
    font-family: 'mark-heavy';
    src: url("../../css/fonts/Dalton-Maag-Effra-Heavy.ttf");
  }
  @font-face {
    font-family: 'mark-bold-italic';
    src: url("../../css/fonts/Dalton-Maag-Effra-Bold-Italic.ttf");
  }
  @font-face {
    font-family: font-azn;
    src: url("../fonts/markPro/JAZNB.ttf");
  }
  @font-face {
    font-family: 'mark-book';
    src: url("../../css/fonts/Dalton-Maag-Effra.ttf");
  }
  @font-face {
    font-family: 'mark-mainheavy';
    src: url("../fonts/markPro/MarkPro-Heavy.otf");
  }
   @font-face {
    font-family: 'mark-mainmedium';
    src: url("../fonts/markPro/MarkPro-Medium.otf");
  }
   @font-face {
    font-family: 'mark-mainregular';
    src: url("../fonts/markPro/MarkPro-Regular.otf");
  }
  
  .form-group.field-courierorder-captcha img {
    object-position: center;
    border-radius: 50px;
}
  #courier-order-form input, #courier-order-form textarea {
    background: white !important;
    border-radius: 60px !important;
    border-color: white;
}

 
  input#courierorder-captcha {
    width: 60% !important;
    display: inline;
    margin: 0% 2% 2%;
}
  form#courier-order-form input::-webkit-input-placeholder,
orm#courier-order-form textarea::-webkit-input-placeholder,
form#courier-order-form input::placeholder,
orm#courier-order-form textarea::placeholder {
    color:black;
}
  section#tr-curier7 {
    width: 100%;
    float: left;
    display: block;
    padding: 50px 0px;
    background: #F3F3F3;
}
  .col-md-6.title-part {
    background-image: url(/frontend/web/uploads/images/courier/title-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -100px center;
    height: 100px;
}

.col-md-6.title-part ul li {
    margin: 50px 20px;
    line-height: 30px;
}
  .col-md-6.title-part {
    background-image: url(/frontend/web/uploads/images/courier/title-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -100px center;
    height: 100px;
}
  section#tr-curier6 {
    width: 100%;
    float: left;    
    height: auto;
    padding-bottom:100px;
}

.container.c-advantages &gt; div &gt; img {
    width: 80%;
    margin: 0 auto !important;
    display: block;
}

.col-md-6.title-part ul {
padding-top: 30px;
    width: 100%;
    display: block;
    float: left;
}

.container.c-advantages .title-part ul li:before{
    content:"Ã¢â‚¬Â¢";
    background:none;
    color:#FBB11C;
    font-size:28px;

}
   .slick-dots li button {
    background: white !important;
    border-radius:50%;
}

  .slick-dots li.slick-active &gt; button {
    background: #FBB11C !important;
    width: 15px !important;
    height:15px ;
    position:relative
}
.slick-dots li.slick-active &gt; button:before {
    content:'';
    position:absolute;
    width:25px;
    height:25px;
    border: 1px solid #FBB11C !important;
    border-radius:50%;
    left:-5px;
    top:-5px;
    }
  div#courier-testimonials ul.slick-dots {
    display: block !important;
} 
  .tr-calendar {
    position: relative;
  }
  
  .tr-calendar:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 25px;
    background-image: url("image/tr-calendar.png");
    background-repeat: no-repeat;
    top: 11px;
    right: 13px;
    z-index: 1;
    color: #d9d9d9;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  
  .tr-calendar.tr-calendar-hover:after {
    background-image: url("image/tr-calendar-hover.png");
  }
 
  
 
   
  
  @keyframes errorHandling {
    0% {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
    20% {
      -webkit-transform: translateX(-15px);
      -moz-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
      -o-transform: translateX(-15px);
      transform: translateX(-15px);
    }
    40% {
      -webkit-transform: translateX(15px);
      -moz-transform: translateX(15px);
      -ms-transform: translateX(15px);
      -o-transform: translateX(15px);
      transform: translateX(15px);
    }
    60% {
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    80% {
      -webkit-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
      -o-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  
  
  .tr-radio {
    cursor: pointer;
    margin-bottom: 27px;
  }
  
  .tr-radio input[type=radio] {
    display: none;
  }
  
  .tr-radio-image {
    margin-right: 10px;
    width: 96px;
    height: 40px;
  }
  .tr-radio-image img {
    max-width: 100%;
  }
  
  .tr-radio input[type=radio]:checked + .tr-checkable:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .tr-radio input[type=radio] + .tr-checkable:before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
    border-radius: 50%;
    background: #fcc40b;
    border: 2px solid #fcc40b;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -ms-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  
  .tr-checkable {
    position: relative;
    width: 16px;
    height: 16px;
    background: transparent;
    z-index: 1;
    margin-right: 3px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  
  .tr-radio-content h3 {
    font-size: 18px;
    color: #fcc40b;
  }
  .tr-radio-content span {
    /* font-size: 20px; */
    /* font-family: 'mark-bold'; */
    /* color: #000; */
    /* display: block; */
    /* margin-top: 5px; */
    /* position: relative; */
  }
  .tr-radio-content span sup {
    font-size: 20px;
    font-family: font-azn;
    color: #000;
    font-weight: bold;
    line-height: 36px;
    position: absolute;
  }
  
  .tr-radio-image, .tr-radio-content {
    display: inline-block;
    vertical-align: middle;
  }
  
  .tr-order-left {
    padding: 0px 15px 0px 0px;
  }
  
  .tr-payment-ul li {
    display: inline-block;
    width: 47%;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 2px solid #ebebeb;
  }
  .tr-payment-ul li:nth-child(even) {
    float: right;
  }
  .tr-payment-ul li:nth-last-child(1), .tr-payment-ul li:nth-last-child(2) {
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .tr-payment-header {
    font-size: 10px; 
    color: #808080;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .tr-payment-azn {
    position: relative;
  }
  
  .tr-payment-date {
    margin-right: 15px;
  }
  
  .tr-payment-azn sup {
    font-size: 10px;
    font-family: font-azn;
    color: #404040;
    line-height: 17px;
    margin-left: 3px;
    position: absolute;
  }
  
  .tr-order-tablist-panel {
    text-align: right;
    margin-top: 30px;
  }
  
  .tr-tab-submit {
    height: 40px;
    padding: 0px 27px;
    text-transform: uppercase;
    font-size: 12px; 
    color: #fff;
    background-color: #fcc40b;
    border-radius: 1px;
    border: 3px solid transparent;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    /*display: none;*/
    vertical-align: top;
  }
  .tr-tab-submit:hover {
    border: 3px solid #fcc40b;
    color: #fcc40b;
    background-color: transparent;
  }
  
  .tr-order-tablist-panel a {
    width: 28px;
    height: 28px;
    background-color: #ebebeb;
    border-radius: 2px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    display: none;
    vertical-align: middle;
  }
  .tr-order-tablist-panel a:hover {
    background-color: #fcce0b;
  }
  
  .tr-payment-content {
    font-size: 14px; 
    color: #404040;
    text-transform: uppercase;
  }
  
  .tr-payment-content .tr-radio {
    margin-bottom: 0px;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .tr-payment-content .tr-radio span {
    display: inline-block;
    vertical-align: middle;
  }
  
  .tr-payment-content div {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
  }
  
  .tr-payment-content div:nth-child(1) {
    margin-bottom: 8px;
  }
  
  .tr-payment-content span.tr-payment-from {
    font-size: 10px; 
    color: #808080;
    position: static;
  }
  
  .tr-order-right {
    padding: 0px 9px;
  }
  
  
  .tr-currency-from select {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    outline: none;
    padding-right: 10px;
    font-size: 14px; 
    color: #404040;
    background: url("image/dropdown2.png") no-repeat;
    background-position: center  right 0px;
  }
  .tr-currency-from input {
    width: 40px;
    font-size: 24px;
    font-family: 'mark-medium';
    color: #404040;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 13px;
  }
  .tr-currency-from:last-of-type {
    border-left: 1px solid #ebebeb;
    padding-left: 20px;
  }
  
  .fa-brick {
    width: 30px;
    height: 14px;
    display: inline-block;
    background-color: #000;
    border-radius: 2px;
    margin-right: 6px;
    margin-top: -2px;
    vertical-align: middle;
  }
  
  .tr-page-section {
    height: 100vh;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  
  .tr-page-section .container {
    height: calc(100% - 100px);
  }
  
  .tr-section-header {
    text-align: center;
    padding: 55px 0px;
  }
 
   
  
  @keyframes car-slider-content {
    0% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    20% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    40% {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
    }
    60% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
  }
  
  
/* login register page */

.r-l-section {
    height: 100vh;
}

.r-l-bg {
    background-image:url('image/login/login-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.r-l-bg + div {
    padding-left:0px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.r-l-container {
    width: 430px;
    padding-bottom:50px;
}

.r-l-header {
   padding-top:48px;
   padding-bottom:45px;
}

.r-l-logo {
    width: 125px;
    height: 22px;
    overflow: hidden;
}

.r-l-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.r-l-logo a.r-l-logo-mobile {
    display: none;
}

.r-l-logo a img {
    max-width: 100%;
    max-height: 100%;
}

.r-l-back {
    float: right;
    margin-top:4px;
}

.r-l-back a {
    font-size:13px;
    color:#929292;
    font-family: 'mark-heavy';
    text-transform: uppercase;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.r-l-back a:hover {
    color:#f9d41e;
}

.r-l-content {
    padding-left:100px;
}

.r-l-content-header {
    font-size:14px;
    color:#b9b9b9;
    font-family: 'mark-book';
    line-height: 16px;
    margin-bottom:24px;
}

.r-l-content-header h3 {
    font-size: 30px;
    color:#191919;
    font-family: 'mark-bold'; 
    margin-bottom:11px;
}

.r-l-form-block .form-group {
    margin-bottom:20px;
}

.r-l-form-block .form-group:last-of-type {
    margin-bottom:0px;
    margin-top:30px;
}

.r-l-ul {
    white-space: nowrap;
    margin-bottom:30px;
}

.r-l-ul li {
    display: inline-block;
    list-style-type: none;
}

.r-l-ul li a {
    font-size: 13px;
    color: #191919;
    font-family: 'mark-heavy';
    text-transform: uppercase;
    padding: 22px 40px 15px 40px;
    display: block;
    border-radius:5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.r-l-ul li a:hover, .r-l-ul li a.active {
    background: #f9d41e;
}

.r-l-input {
    width: 100%;
    padding:14px 29px !Important;
    border:1px solid #e6e6e6 !Important;
    border-radius:4px !Important;
    font-size:14px !Important;
    color:#191919 !Important;
    font-family: 'mark-book' !Important;
    height: auto !Important;
    outline: none;
}

.r-l-input::-webkit-input-placeholder { 
    color: #cccccc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.r-l-input::-moz-placeholder { 
    color: #cccccc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.r-l-input:-ms-input-placeholder { 
    color: #cccccc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.r-l-input:-moz-placeholder { 
    color: #cccccc;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.r-l-input:focus::-webkit-input-placeholder {
    color:transparent;
}
.r-l-input:focus::-moz-placeholder { 
    color:transparent;
}
.r-l-input:focus:-ms-input-placeholder { 
    color:transparent;
}
.r-l-input:focus:-moz-placeholder { 
    color:transparent;
}

.r-l-form-block  .form-group {
    position: relative;
}

.r-l-show {
    position: absolute;
    right: 23px;
    top:18px;
    cursor: pointer;
    width: 21px;
    opacity: 0.1;
    height: 11px;
    background-image: url('image/login/eye.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.r-l-checkbox {
    display: none;
    
}

.r-l-checkbox:checked + label:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    color: #fff;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 10px;
    background: #f9d41e;
} 

.r-l-checkbox + label:before {
    content: "";
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    margin-right: 10px;
    background: #f9d41e;
}

.r-l-checkbox + label {
    font-size:12px;
    color:#cbcbcb;
    font-family: 'mark-bold';
    cursor: pointer;
    user-select: none;
}

.r-l-yet {
    float: right;
    font-size:12px;
    color:#b3b3b3;
    margin-top:22px;
    font-family: 'mark-medium';
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.r-l-yet:hover {
    color:#f9d41e;
}

.r-l-submit {
    font-size: 13px;
    color: #191919;
    font-family: 'mark-heavy';
    text-transform: uppercase;
    padding: 16px 64px;
    display: block;
    border-radius:5px;
    background: #f9d41e;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.signup-btn {
  padding: 16px 43px;
}

.r-l-submit:hover {
    opacity: 0.7;
}


/*USER CSS*/

.tr-from-to .tr-form-element:first-child input {
  border-bottom-left-radius: 0px !Important;
  border-bottom-right-radius: 0px !important;
  position: relative;
  z-index: 2;
}
/*.tr-from-to .tr-form-element:nth-child(2) {
    margin-top: -8px;
}*/

.tr-from-to .tr-form-element:nth-child(2) input {
  border-top: none !Important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.tr-order-tablist-content .form-group {
  margin-bottom: 0px !Important;
}

.tr-radio.disabled {
  opacity: 0.4;
}

.sign-type {
  width: 100%;
  margin: 30px 0px;
}

.sign-type .radio-div {
  width: 49%;
  border: none !Important;
  border-radius: 5px;
  font-family: 'Mark_medium', sans-serif;
  font-size: 13px;
  color: #191919;
  height: auto !Important;
  text-align: center;
  padding: 7px !Important;
}

.sign-type .radio-div input {
  display: none;
}

.sign-type label {
  cursor: pointer;
  padding: 10px;
}

.radio-div:hover, .active.radio-div {
  background: #f9d41e !Important;
  color: #000 !Important;
}


.sign-type .radio-div:first-of-type {
  float: left;
}

.sign-type .radio-div:last-of-type {
  float: right;
}

.tr-section2-content .col-md-8 {
  padding-left: 0px !Important;
}

.tr-radio-content sup {
   position: initial !Important;
}
.tr-menu .tr-track-menu{
  bottom: 0% !important;
}
.tr-menu .tr-menus{
  height:100%;
}
.tr-header-style-2 .tr-sidebar-menu-div{
  line-height: 20px;
}
  </pre></body></html>