/* fonts*/
@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-roman.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-roman.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-roman.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-roman.svg#HelveticaNeueCyr") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-italic.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-italic.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-italic.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-italic.svg#HelveticaNeueCyr") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-light.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-light.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-light.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-light.svg#HelveticaNeueCyr") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-medium.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-medium.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-medium.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-medium.svg#HelveticaNeueCyr") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-bold.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-bold.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-bold.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-bold.svg#HelveticaNeueCyr") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: local(HelveticaNeueCyr),
    local('Helvetica Neue Cyr'),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-heavy.woff") format("woff"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-heavy.ttf") format("ttf"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-heavy.eot") format("eot"),
    url("../fonts/helveticaneuecyr/helveticaneuecyr-heavy.svg#HelveticaNeueCyr") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    margin: 0;
    color: #606060;
    font-family: HelveticaNeueCyr, Helvetica, Arial, sans-serif !important;
    background: #fff;
    min-height: 100%;
}

body.open-menu {
    position: fixed;
    width: 100%;
}

.d-none {
    display: none !important;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.color-danger {
    color: #F05D2F;
}

.color-danger-important {
    color: #F05D2F!important;
}

[data-message="unavailable"] {
    font-weight: 700;
}

/*img{border-style:none;}  */
a {
    text-decoration: none;
    color: #00f;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

q {
    quotes: none;
}

q:before {
    content: ''
}

q:after {
    content: ''
}

.wrapper-holder {
    min-height: calc(100vh - 357px);
}

.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.page-head {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #606060;
    margin-top: 59px;
    margin-bottom: 48px;
    padding: 0 160px;
    text-align: center;
    text-transform: uppercase;
}

h2.page-head {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 32px;
}

.page-head .back-page {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    color: #003E92;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.page-head .back-page.set-position {
    left: -7px;
}

.page-head .back-page:hover {
    color: #F05D2F;
    cursor: pointer;
    text-decoration: none;
}

.page-head .back-page svg {
    margin-right: 2px;
}

h4 {
    font-size: 35px;
}

#main {
    min-height: calc(100vh - 357px - 80px);
    display: flex;
}

#main .active_template_content {
    width: 100%;
}

.default {
    width: 1px;
    margin: 0 auto;
    position: relative;
}

.default:before,
.default:after,
.box:before,
.box:after {
    content: "";
    display: table;
    clear: both;
}

.box {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
}

.new-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.home-banner .box {
    max-width: 1100px!important;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.btn:not(.btn-info) {
    -moz-user-select: none;
    border: none;
    background-color: #f05d2f;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 52px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 0;
    padding: 0 15px;
    color: #fff !important;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;

    transition: all 0.3s ease;
}

.btn:hover {
    color: #fff;
    background-color: #EB7B4D;
}

.tooltip-hover:hover {
    opacity: 0.8;
    color: black !important;
}

ol {
    max-width: 546px;
}

li span {
    font-weight: normal;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-control {
    text-align: left;
    height: 52px;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 0 18px;
}

.arrow-click {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    bottom: -2px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.title-header {
    font-size: 45px;
    text-transform: uppercase;
}

.font-strong {
    font-weight: bold;
    color: #000000!important;
}

.d-flex {
    display: flex;
    align-items: center;
}

.flex-row {
    display: flex;
}


/* Christmas banner Start */

.christmas-banner {
    padding: 8px 0 6px;
    min-height: 38px;
    background: #A80505 url("../img/christmas_header_bg.png") center 0 no-repeat;
}

.christmas-banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 121.5%;
    letter-spacing: -0.195px;
    color: #fff;
}

.christmas-banner-text:before {
    content: "";
    display: inline-block;
    flex: 0 0 22px;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
    vertical-align: sub;
    background: url("../img/cart_icon.png");
}

/* Christmas banner Finish */

/* Default banner Start */

.default-banner {
    padding: 8px 0 6px;
    min-height: 38px;
    background: #A80505;
}

.default-banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 121.5%;
    letter-spacing: -0.195px;
    color: #fff;
}

.default-banner-text:before {
    content: "";
    display: inline-block;
    flex: 0 0 22px;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
    vertical-align: sub;
    background: url("../img/cart_icon.png");
}

/* Christmas banner Finish */


/* Header Start */

#header {
    padding: 10px 0;
    position: relative;
    height: 80px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FCFCFC;
    border-bottom: 1px solid #EDEDED;
    z-index: 7;
}

#header:after {
    content: "";
}

#header .new-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-content {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.header-russia-post {
    width: 108px;
    margin: auto 10px auto auto;
    text-align: right;
}

.header-russia-post img {
    max-width: 100%;
}

.header-russia-post.mobile-visible {
    display: none;
}

.header-russia-post.tablet-visible {
    display: none;
}

.header-russia-post.tablet-visible img {
    width: 100%;
    height: 100%;
    max-width: 108px;
    max-height: 45px;
}

.logo {
    width: 140px;
    height: 44px;
    margin-left: 24px;
}

.logo img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.slogan {
    float: left;
    font-size: 13px;
    padding-top: 20px;
    text-shadow: black 0 0 2px;
    line-height: 16px;
    margin-bottom: 48px;
    color: #fff;
    text-transform: uppercase;
}

.menu-title {
    display: none;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

#nav li {
    padding-left: 8px;
    padding-right: 8px;
}

#nav .min-show {
    display: none;
}

#nav li a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: #003E92;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    transition: all 0.3s ease;
}

#nav li a.active,
#nav li a:hover {
    color: #F05D2F;
    text-decoration: none;
}

#nav li a.btn-nav {
    display: inline-block;
    padding: 4px 16px;
    background-color: #F05D2F;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

#nav li a.btn-nav:hover {
    background-color: #FE6F41;
}

#nav li a.btn-nav:active {
    background-color: #E55224;
}

.mobile-menu {
    display: none;
}

.lang-container {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.lang-container .lang-item {
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #003E92;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lang-container .lang-item:first-child {
    border-radius: 3px 0 0 3px;
}

.lang-container .lang-item:last-child {
    border-radius: 0 3px 3px 0;
}

.lang-container .lang-item:hover {
    background-color: #EDEDED;
}

.lang-container .lang-item.active-lang {
    font-weight: 700;
    color: #2E2E2E;
    background-color: #EDEDED;
}

.user-header {
    margin: 0 8px;
    cursor: pointer;
}

.user-header-img {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../img/user-icon.svg) center center no-repeat;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.user-header-img.sign {
    background: url(../img/user-icon-sign.svg) center center no-repeat;
}

.user-header:hover .user-header-img,
.user-header.active .user-header-img {
    background-color: #EDEDED;
}

.user-menu {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.12);
    z-index: 1;
    padding: 10px 0;
}

.user-menu .new-container {
    flex-direction: row-reverse;
}

.user-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.user-menu-list li {
    position: relative;
    padding: 0 24px 0 25px;
}

.user-menu-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    background: #F3F3F3;
    transform: translateY(-50%);
}

.user-menu-list li:first-child {
    padding-left: 0;
}

.user-menu-list li:first-child:before {
    content: none;
}

.user-menu-list li:last-child {
    padding-right: 0;
}

.user-menu-list li a {
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #003E92;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.user-menu-list li a:hover {
    color: #F05D2F;
}

.user-menu-list li a.another {
    font-weight: 400;
}

.user-menu-list li a.active {
    color: #F05D2F;
}

.user-menu-list li a svg {
    margin-right: 6px;
}

.menu-overlay {
    display: none;
    position: fixed;
    background: rgba(34, 34, 34, 0.05);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
}

.mobile-overlay {
    display: none;
}

.show-mobile {
    display: none;
}

/* Header Finish */

#footer {
    background-color: #003e92;
    padding-top: 40px;
}

.footer-content {
    padding-left: 24px;
    padding-right: 24px;
}

.footer-link-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
}

.footer-logo-content {
    width: 200px;
}

.footer-logo img {
    width: 140px;
    height: 44px;
}

.send-parcel {
    display: inline-block;
    padding: 3px 16px;
    margin-top: 35px;

    border: 1px solid #265BA2;
    border-radius: 3px;

    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;

    transition: 0.3s;
}

.send-parcel:hover {
    color: #F05D2F;
    text-decoration: none;
    background: #013A87;
    border-color: #F05D2F;
}

.footer-title {
    padding: 0 16px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4479C0;
}

.footer-menu,
.footer-service {
    margin: 0 35px;
}

.footer-menu-content a,
.footer-service-content a {
    display: block;
    margin-bottom: 2px;
    padding: 7px 16px;

    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;

    border-radius: 4px;
    transition: 0.3s;
    white-space: nowrap;
}

.footer-menu-content a:hover,
.footer-service-content a:hover {
    background: #013A87;
    color: #F05D2F;
}

.footer-menu-content {
    display: flex;
}

.menu-content-item {
    width: 50%;
}

.footer-service-content {
    column-count: 2;
    column-gap: 9px;
}

.footer-social {
    margin-right: -8px;
    width: 172px;
    text-align: center;
}

.footer-social-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-social-content a {
    margin: 0 8px 8px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-social-content a:hover {
    background: #013A87;
    color: #F05D2F;
}

.footer-social-content a svg {
    vertical-align: top;
}

.copyright-content {
    padding: 26px 0 24px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(217, 217, 217, 0.08);
}

.copyright {
    color: #4479C0;
    font-size: 13px;
    line-height: 24px;
}

.copyright span {
    margin-left: 12px;
}

.terms-privacy {
    flex: 1 1 auto;
    margin-left: 10px;
    color: #7697EB;
    font-size: 14px;
    line-height: 24px;
}

.terms-privacy a {
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 12px;
    transition: 0.3s;
}

.terms-privacy a:hover {
    color: #F05D2F;
}

/* Footer Finish */


/* Employees Start */

.employees {
    background-color: #0093d7;
    padding: 0 20px;
}

.employees-block {
    height: 157px;
    width: 25%;
    float: left;
    line-height: 157px;
    text-align: center !important;
}

.employees-block p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.employees-title {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.employees-title p {
    margin-left: 78px;
}

.employees-left {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.employees-center {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.employees-right {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.employees-block:nth-child(2) {
    padding-left: 65px;
}

.employees-block:nth-child(3) {
    padding-left: 115px;
}

.employees-block:nth-child(4) {
    padding-left: 120px;
}

/* Employees Finish */

/* Status label Start */
.orders-item-status {
    text-align: center;
}

.status-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 8px 0;
    background: #F2F2F2;
    border-radius: 4px;
    color: #8C8D89;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
}

.order-item_status .status-label {
    padding: 8px 16px;
    font-size: 16px;
}

.status-label.status-in_processing {
    background: #F2F2F2;
    color: #8C8D89;
}

.status-label.status-wait_income {
    background: #F2F2F2;
    color: #8C8D89;
}

.status-label.status-pending_payment {
    background: #FFEBEB;
    color: #97676D;
}

.status-label.status-payment-1 {
    background: #39B66B;
    color: white;
}

.status-label.status-payment-2 {
    background: #F48D14;
    color: white;
}

.status-label.status-payment-0 {
    background: #C61C1C;
    color: white;
}

.status-label.status-send {
    background: #E7EFFF;
    color: #777B9C;
}

.status-label.status-local_post_office {
    background: #E7EFFF;
    color: #777B9C;
}

.status-label.status-delivered {
    background: #D5F8EB;
    color: #738C7A;
}

.status-label.status-issued_to_courier {
    background: #E7EFFF;
    color: #777B9C;
}

/* Status label Finish */



/* Orders page Start */

.user_profile__discounts {
    margin-top: 16px;
    position: relative;
}

.user_profile__discounts-content {
    margin: 0;
    padding: 10px 24px;
    background: #FFF7EA;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.user_profile__discounts .discounts {
    padding-left: 24px;
    position: relative;
    margin: 6px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
}

.user_profile__discounts .discounts:before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
}

.user_profile__discounts span {
    font-weight: 700;
    white-space: nowrap;
}

.close_discounts {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    height: 40px;
    background: url("../img/icon-close.svg") center center no-repeat;
    cursor: pointer;
}

.open_discounts {
    display: none;
    background: #FFF6EA url("../img/icon-percent.svg") center center no-repeat;
    box-shadow: 0 1px 1px rgba(240, 93, 47, 0.4);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.user_profile__discounts.hide_discounts {
    margin-top: 0;
}

.hide_discounts .user_profile__discounts-content {
    display: none;
}

.hide_discounts .close_discounts {
    display: none;
}

.hide_discounts .open_discounts {
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 1;

    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}

.page-head.user-head {
    margin-top: 40px;
    margin-bottom: 32px;
}

#orders {
    margin-bottom: 120px;
}

.orders-table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.orders-table th {
    padding: 12px 8px;
    background: #F6F6F6;
    border-bottom: 1px solid #D1D1D1;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #003E92;
    white-space: nowrap;
}

.orders-table th.orders-track-title {
    color: #606060;
    font-weight: 500;
}

.orders-table th.orders-track-title:after {
    opacity: 1;
}

.orders-table th:first-child {
    padding-left: 24px;
}

.orders-table th:last-child {
    padding-right: 24px;
}


.orders-mobile-label {
    display: none;
}

.orders-table td {
    padding: 14px 8px;
    background: #FCFCFC;
    border-bottom: 1px solid #F6F6F6;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.orders-table td:first-child {
    padding-left: 24px;
}

.orders-table td:last-child {
    padding-right: 24px;
}

.orders-table td.orders-item-delivery {
    font-weight: 700;
}

.orders-item-link {
    width: 68px;
}

.orders-item-link a {
    color: #003E92;
    transition: 0.3s;
    margin-right: -6px;
}

.orders-item-link a:hover {
    color: #F05D2F;
}

.orders-item-link a svg {
    vertical-align: top;
}


/* Orders page Finish */



/* Filter on Orders page Start */

#filters {
    margin-bottom: 24px;
}

.filter-content {
    display: flex;
}

.filter-inputs {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 3px 4px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F6F6F6;
    border: 1px solid #606060;
    border-radius: 4px;
}

.filter-line {
    width: 1px;
    height: 32px;
    margin: 0 4px;
    background: #EDEDED;
}

.filter-date {
    position: relative;
    display: flex;
    align-items: center;
    width: 250px;
    margin: 0;
}

.filter-date input {
    width: 100%;
    height: 36px;
    padding: 6px 38px 6px 14px;
    font-size: 14px;
    color: #2E2E2E;
    font-weight: 400;
    border-radius: 2px;
    border: none;
    outline: none;
    transition: 0.3s;
}

.filter-date input:hover,
.filter-date input:focus,
.filter-date input:active {
    background: #F6F6F6;
}

.filter-date:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url("../img/icon-calendar.svg") center no-repeat;
    cursor: pointer;
    transform: translateY(-50%);
}

.filter-status {
    width: 220px;
    margin-bottom: 0;
}

.filter-status .bootstrap-select > .dropdown-toggle {
    width: 100%;
    height: 36px;
    padding: 6px 36px 6px 12px;
    font-size: 16px;
    color: #2E2E2E !important;
    font-weight: 400;
    line-height: 24px;
    border-radius: 2px;
    background: transparent;
    border: none;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}

.filter-status .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #9E9E9E !important;
    font-size: 14px;
}

.filter-status .bootstrap-select.open > .dropdown-toggle,
.filter-status .bootstrap-select > .dropdown-toggle:hover,
.filter-status .bootstrap-select > .dropdown-toggle:focus,
.filter-status .bootstrap-select > .dropdown-toggle:active {
    background: #F6F6F6;
    outline: none !important;
    box-shadow: none;
    color: #606060 !important;
}

.filter-status .bootstrap-select > .dropdown-toggle .bs-caret {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url("../img/select-arrow.svg") center no-repeat;
    opacity: 0.7;
}

.filter-status .bootstrap-select>select {
    display: none !important;
}

.filter-track .filter-track-input::placeholder {
    font-size: 14px;
}

.filter-status .bootstrap-select.open > .dropdown-toggle .bs-caret,
.filter-status .bootstrap-select > .dropdown-toggle:hover .bs-caret,
.filter-status .bootstrap-select > .dropdown-toggle:focus .bs-caret,
.filter-status .bootstrap-select > .dropdown-toggle:active .bs-caret {
    opacity: 1;
}

.filter-status .bootstrap-select > .dropdown-toggle .bs-caret .caret {
    display: none;
}


.filter-status .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 0;
}

.filter-status .dropdown-menu {
    margin: 8px 0;
    padding: 10px 0;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.11), 0 8px 24px -4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.filter-status .dropdown-menu .dropdown-menu li > a {
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #606060;
    outline: none !important;
}

.filter-status .dropdown-menu .dropdown-menu li > a:hover {
    background: #F6F6F6;
}

.filter-status .dropdown-menu .dropdown-menu li > a .check-mark {
    display: inline-block;
    position: static;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    background: url("../img/icon-check.svg") center no-repeat;
    vertical-align: sub;
}

.filter-status .dropdown-menu .dropdown-menu li.selected > a .check-mark {
    position: static;
    background: url("../img/icon-check_active.svg") center no-repeat;
}

.filter-status .dropdown-menu .dropdown-menu li > a .check-mark:before {
    content: none;
}

.filter-status .dropdown-menu .dropdown-menu li > a.in_processing {
    color: #8C8D89;
}

.filter-status .dropdown-menu .dropdown-menu li > a.pending_payment {
    color: #97676D;
}

.filter-status .dropdown-menu .dropdown-menu li > a.paid {
    color: #777B9C;
}

.filter-status .dropdown-menu .dropdown-menu li > a.send {
    color: #777B9C;
}

.filter-status .dropdown-menu .dropdown-menu li > a.wait_income {
    color: #8C8D89;
}

.filter-status .dropdown-menu .dropdown-menu li > a.delivered {
    color: #738C7A;
}

.filter-status .dropdown-menu .dropdown-menu li > a.local_post_office {
    color: #777B9C;
}

.filter-track {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.filter-track .filter-track-input {
    width: 100%;
    height: 36px;
    padding: 6px 8px;
    background: transparent;

    font-size: 16px;
    color: #2E2E2E;
    font-weight: 400;
    border-radius: 2px;
    border: none;
    outline: none;
}

.filter-track .filter-track-input::placeholder {
    color: #9E9E9E;
    opacity: 1;
}

.filter-search-button {
    width: 120px;
    height: 44px;
    margin-left: 24px;
    padding: 11px 8px 9px;
    background: #F05D2F;
    box-shadow: 0 1px 2px rgba(240, 93, 47, 0.4);
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s;
}

.filter-search-button:hover,
.filter-search-button:focus {
    background: #FE6F41;
    color: #FFFFFF;
    text-decoration: none;
}

.filter-search-button:active {
    background: #E55224;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}

.filter-search-reset-button {
    width: 120px;
    height: 44px;
    margin-left: 12px;
    padding: 11px 8px 9px;
    background: #003E92;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s;
}

.filter-search-reset-button:hover {
    background: #F05D2F;
    color: #FFFFFF;
    text-decoration: none;
}

.filter-search-reset-button:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.filter-inputs .daterangepicker {
    margin-left: -5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.11), 0 8px 24px -4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: none;
    font-family: HelveticaNeueCyr, Helvetica, Arial, sans-serif;
}

.filter-inputs .daterangepicker .drp-calendar.left {
    padding-left: 4px;
    margin-right: 10px;
}

.filter-inputs .daterangepicker .drp-calendar.right {
    padding-right: 4px;
    padding-left: 0;
    margin-left: 11px;
    position: relative;
}

.filter-inputs .daterangepicker .drp-calendar.right:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 172px;
    bottom: 8px;
    left: -10px;

    background: #EDEDED;
}

.filter-inputs .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0;
}

.filter-inputs .daterangepicker .calendar-table .next span,
.filter-inputs .daterangepicker .calendar-table .prev span {
    border-color: #606060;
}

.filter-inputs .daterangepicker .calendar-table th {
    min-width: 27px;
    width: 27px;
    height: 22px;
    padding: 3px 2px;
    color: #2E2E2E;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border: none;
}

.filter-inputs .daterangepicker .calendar-table th:nth-child(6),
.filter-inputs .daterangepicker .calendar-table th:nth-child(7) {
    color: #003E92;
}

.filter-inputs .daterangepicker .calendar-table th.month {
    height: 28px;
}

.filter-inputs .daterangepicker .calendar-table td {
    width: 35px;
    min-width: 35px;
    height: 27px;
    padding: 5px 2px 6px;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
    font-weight: 400;
    border-width: 0 4px;
    border-color: #fff;
    border-radius: 0 !important;
}

.filter-inputs .daterangepicker .calendar-table td.weekend {
    color: #003E92;
}

.filter-inputs .daterangepicker .calendar-table td.off {
    color: rgba(158, 158, 158, 0.4);
}

.filter-inputs .daterangepicker .calendar-table td:hover {
    background: #F6F6F6;
    border-color: #fff;
}

.filter-inputs .daterangepicker .calendar-table td.in-range {
    background: #E4EEFD;
    border-color: #E4EEFD;
}

.filter-inputs .daterangepicker .calendar-table td.active {
    background: #003E92;
    color: #fff;
    font-weight: 700;
}

.filter-inputs .daterangepicker .calendar-table td.start-date {
    border-left-color: #fff;
    border-right-color: #E4EEFD;
}

.filter-inputs .daterangepicker .calendar-table td.end-date {
    border-left-color: #E4EEFD;
    border-right-color: #fff;
}

.filter-inputs .daterangepicker .calendar-table td.start-date.end-date {
    border-color: #fff;
}

.filter-inputs .daterangepicker .calendar-table td:first-child {
    border-left-color: #fff !important;
}

.filter-inputs .daterangepicker .calendar-table td:last-child {
    border-right-color: #fff !important;
}

.filter-inputs .daterangepicker .drp-buttons {
    padding: 10px 10px 12px;
    align-items: center;
    border-top: none;
}

.filter-inputs .daterangepicker .drp-selected {
    flex: 1 1 auto;
    text-align: left;
}

.filter-inputs .daterangepicker.show-calendar .drp-buttons {
    display: flex;
}

.filter-inputs .daterangepicker .drp-buttons .btn {
    height: auto;
    background: none;
    padding: 0;

    font-size: 14px;
    line-height: 24px;
    color: #003E92 !important;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.filter-inputs .daterangepicker .drp-buttons .btn:hover {
    color: #F05D2F !important;
    background: none;
    text-decoration: underline;
    outline: none;
}

/* Filter on Orders page Finish */



/* Order single page Start */

.order-documents-top {
    position: relative;
}

.order-documents-top-buttons {
    margin: 0 -4px 10px;
    display: flex;
    justify-content: flex-end;
}

.order-documents-top-buttons a {
    padding: 4px 12px 4px 8px;
    margin: 0 4px;
    border-radius: 3px;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    background: #F05D2F;
}

.order-documents-top-buttons a:hover {
    background: #D84415;
    text-decoration: none;
}

.order-documents-top-buttons a img {
    margin-right: 4px;
}


.order-documents-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 124px;
    padding: 0 24px;
}

.order-documents-bottom-back {
    display: flex;
    align-items: center;
    color: #003E92;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    transition: all 0.3s ease;
}

.order-documents-bottom-back.set-position {
    margin-left: -31px;
}

.order-documents-bottom-back:hover {
    color: #F05D2F;
    cursor: pointer;
    text-decoration: none;
}

.order-documents-bottom-back svg {
    margin-right: 2px;
}

.order-documents-bottom-buttons {
    display: flex;
    margin-right: -4px;
    margin-left: -4px;
}

.order-documents-bottom-buttons a {
    padding: 4px 12px 4px 8px;
    margin: 0 4px;
    border-radius: 3px;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    background: #F05D2F;
}

.order-documents-bottom-buttons a:hover {
    background: #D84415;
    text-decoration: none;
}

.order-documents-bottom-buttons a img {
    margin-right: 2px;
}

.order-info {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #FCFCFC, #FCFCFC), #F6F6F6;
    border-radius: 8px;
    padding: 12px 0;
}

.order-info-item {
    width: 33.333%;
    padding: 12px 24px;
    border-bottom: 1px solid #EDEDED;;
}

.order-info-item.order-item_address {
    width: 100%;
    border-bottom: none;
}

.order-info-item.order-item_price {
    background: #F6F6F6;
    box-shadow: 0 -12px 0 #F6F6F6;
    border-top-right-radius: 8px;
}

.order-info-item.order-item_status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.order-info-item.order-item_status span {
    margin: 0 !important;
    white-space: nowrap;
}

.order-info-item-content {
    display: flex;
    width: 33.333%;
}

.order-info-item-content .order-info-item {
    width: 50%;
}

.order-info-item_label {
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}

.order-info-item_value {
    font-size: 16px;
    line-height: 32px;
    color: #2E2E2E;
}

.order-info-item-content .order-info-item_value {
    font-weight: 500;
}

.order-item_price .order-info-item_value {
    font-weight: 700;
    font-size: 24px;
}

.order-page-title {
    margin: 0;
    padding: 24px 24px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #606060;
}

.declaration-quantity {
    flex: 1 1 14%;
}

.declaration-weight {
    flex: 1 1 12%;
}

.declaration-price {
    flex: 1 1 12%;
}

.declaration-total {
    flex: 1 1 12%;
}

.declaration-description {
    max-width: 50%;
    flex: 1 0 50%;
}

.declaration-head {
    display: flex;
    padding: 10px 12px;
    background: #F6F6F6;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 12px 12px 0 0;
}

.declaration-head-item {
    padding: 0 12px;
    color: #606060;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.declaration-body-row {
    padding: 16px 12px;
    display: flex;
    background: #FCFCFC;
    border-bottom: 1px solid #EDEDED;
}

.declaration-body-row:nth-child(even) {
    background: #FAFAFA;
}

.declaration-body-row:last-child {
    border-radius: 0 0 12px 12px;
}

.declaration-body-item {
    padding: 0 12px;
    color: #2E2E2E;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.declaration-mobile-label {
    display: none;
}

.declaration-body-item.declaration-description {
    display: flex;
    align-items: center;
    line-height: 18px;
}

.tracking-section {
    background: #F6F6F6;
    border-radius: 12px;
}

.tracking-destination {
    width: calc(27% - 12px);
}

.tracking-time {
    width: calc(23% - 12px);
}

.tracking-descriptions {
    width: calc(50% + 24px);
}

.tracking-head {
    display: flex;
    padding: 10px 12px;
}

.tracking-head-icon {
    width: 48px;
    padding: 0 4px;
}

.tracking-head-values {
    width: calc(100% - 48px);
    display: flex;
    align-items: flex-end;
}

.tracking-head-item {
    padding: 0 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}

.tracking-body {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.tracking-body-row {
    position: relative;
    display: none;
    padding: 12px;
    background: #FCFCFC;
}

.tracking-body-row.not-hide-row,
.tracking-body-row.first-row,
.tracking-body-row.last-row,
.tracking-body-row.active {
    display: flex;
}

.tracking-body.open .tracking-body-row {
    display: flex;
}

.tracking-body-row:not(:first-child) {
    margin-top: 8px;
}

.tracking-body-row:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 8px;
    background: #F6F6F6;
    border: 1px solid #EDEDED;
}

.tracking-body-row:not(:first-child):after {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    bottom: calc(100% + 3px);
    width: 30px;
    border-bottom: 2px dotted #B3B3B3;
}

.tracking-body.open .tracking-body-row:not(:first-child) {
    margin-top: 1px;
}

.tracking-body.open .tracking-body-row:before {
    height: 1px;
    border: none;
    background: #EDEDED;
}

.tracking-body.open .tracking-body-row:after  {
    content: none;
}


.tracking-body-values {
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
}

.tracking-body-item {
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #2E2E2E;
}

.tracking-body-item.tracking-descriptions {
    line-height: 20px;
}

.tracking-body-row .tracking-body-icon {
    position: relative;
    display: flex;
    align-items: center;
    width: 48px;
    padding: 0 4px;
}

.tracking-body-row .tracking-body-icon:before {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    background: #F3F3F3;
    width: 12px;
}

.tracking-body-row:first-child .tracking-body-icon:before {
    top: 50%;
    bottom: -12px;
}

.tracking-body.open .tracking-body-row:first-child .tracking-body-icon:before {
    bottom: -13px;
}

.tracking-body-row:last-child .tracking-body-icon:before {
    top: -12px;
    bottom: 50%;
}

.tracking-body-row:not(:first-child):not(:last-child) .tracking-body-icon:before {
    top: -12px;
    bottom: -12px;
}

.tracking-body.open .tracking-body-row:not(:first-child):not(:last-child) .tracking-body-icon:before {
    bottom: -13px;
}

.tracking-body-row.done .tracking-body-icon:before {
    background: #EBF8EC;
}

.tracking-body-row:not(:first-child) .tracking-body-icon:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    left: calc(50% - 2px);
    bottom: calc(100% + 12px);
    top: -20px;
    background: #D2CFCF;
    z-index: 1;
}

.tracking-body.open .tracking-body-row:not(:first-child) .tracking-body-icon:after {
    content: none;
}

.tracking-body-row .tracking-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3 url("../img/icon-tracking.svg") center center no-repeat;
    z-index: 1;
}

.tracking-body-row.active .tracking-icon {
    background: #F3F3F3 url("../img/icon-tracking-active.svg") center center no-repeat;
}

.tracking-body-row.done .tracking-icon {
    background: #EBF8EC url("../img/icon-tracking-done.svg") center center no-repeat;
}

.tracking-body-row .tracking-icon:before,
.tracking-body-row .tracking-icon:after {
    position: absolute;
    left: calc(50% - 2px);
    width: 4px;
    background: #E0E0E0;
}

.tracking-body-row.done .tracking-icon:before,
.tracking-body-row.done .tracking-icon:after {
    background: #2CC62F;
}

.tracking-body-row.active .tracking-icon:before {
    background: #FFB341;
}

.tracking-body-row:not(:first-child) .tracking-icon:before {
    content: "";
    bottom: calc(50% + 16px);
    top: -12px;
    border-radius: 0 0 2px 2px;
}

.tracking-body-row:not(:last-child) .tracking-icon:after {
    content: "";
    top: calc(50% + 16px);
    bottom: -12px;
    border-radius: 2px 2px 0 0;
}

.tracking-body.open .tracking-body-row .tracking-icon:after {
    bottom: -13px;
}

.tracking-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #003E92;
    transition: 0.3s;
    cursor: pointer;
}

.tracking-foot:hover {
    color: #F05D2F;
    text-decoration: none;
}

.tracking-foot svg {
    margin-left: 8px;
}

.tracking-foot.open svg {
    transform: rotate(180deg);
}

.tracking-foot.disabled {
    color: #E0E0E0;
    cursor: default;
}

.tracking-foot .tracking-foot-show {
    display: none;
}

.tracking-foot.open .tracking-foot-hide {
    display: none;
}

.tracking-foot.open .tracking-foot-show {
    display: inline;
}

/* Order single page Finish */


/* Tracking page Start */

.tracking-h1 {
    color: #0B438E;
    margin-bottom: 30px!important;
    text-transform: uppercase;
}

.tracking-h3 {
    margin-bottom: 20px!important;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.tracking-h3 strong {
    font-weight: 500;
}

.tracking-header {
    background: url(../img/tracking-bg-new.jpg) no-repeat center;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    padding-top: 205px;
    padding-bottom: 125px;
    position: relative;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .tracking-header {
        background-image: url(../img/tracking-bg-x2.jpg);
    }
}

.tracking-header:after,
.tracking-header:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 50%;
    height: 35px;
    background-color: #fff;
    background-size: cover;
}

.tracking-header:after {
    right: -15px;
    transform: skewX(-45deg);
}

.tracking-header:before {
    left: -15px;
    transform: skewX(45deg);
}

.tracking-container {
    max-width: 1350px;
    margin: 0 auto !important;
}

.tracking-header .arrow-click {
    width: 15px;
    height: 15px;
    bottom: 20px;
    left: 50%;
    margin-left: -7px;
}

.tracking-header * {
    margin: 0;
}

.tracking-header h1 {
    font-size: 45px;
    margin-bottom: 80px;
}

.tracking-header h6,
.tracking-header .title-customers {
    font-size: 28px;
}

.tracking-header p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 60px;
}

.covid-bg {
    background: url(../img/covid-bg.png) no-repeat top/cover;
    padding-top: 220px;
    padding-bottom: 220px;
}
.tracking-header.covid-bg p {
    line-height: 1.4;
    max-width: 472px;
    margin: 30px auto 0;
}
.tracking-header.covid-bg .title-customers {
    font-size: 22px;
}
.tracking-header.covid-bg h1 {
    margin-bottom: 30px;
}

.tracking-info * {
    margin: 0;
}

.tracking-info {
    padding-top: 30px;
}



.tracking-country-list {
    padding: 0 15px
}

.tracking-country-list li {
    list-style-type: none;
    padding: 20px 0;
}

.tracking-country-list li h2 {
    color: #15537d;
    font-size: 35px;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0 0 27px;
}

.tracking-country-list li p {
    font-size: 16px;
    line-height: 22px;
    color: #2b2b2b;
    margin: 45px 0;
}

.tracking-country-list li b {
    font-weight: bold;
    color: #0093d7;
}

.tracking-country-list li a {
    text-transform: uppercase;
    color: #297db3;
    font-weight: bold;
}


.tracking-country-list .tracking-list-first p {
    position: relative;
    min-height: 180px;
    margin: 0 0 16px;
    padding: 44px 52px 32px 144px;
    background: rgba(0, 85, 165, 0.03);
    border-radius: 8px;
    line-height: 1.6;
}

.tracking-list-first p img {
    position: absolute;
    top: 44px;
    left: 46px;
    width: auto;
    height: auto;
}


.tracking-list-second-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tracking-list-second-item {
    width: calc(50% - 10px);
    min-height: 230px;
    margin-bottom: 20px;
    border: 1px solid #EDEAEA;
    border-radius: 4px;
}

.tracking-list-second-head {
    height: 71px;
    padding: 24px 32px 12px;
    border-bottom: 1px solid #EDEAEA;
}

.tracking-list-second-head a {
    font-size: 22px;
    line-height: 1.6;
    color: #0093D7;
    text-transform: uppercase;
}

.tracking-list-second-head a:hover {
    text-decoration: underline;
}

.tracking-list-second-body {
    padding: 30px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
}


/* Tracking page Finish */


/* Tracking page Start */

.header-how-it-works {
    text-align: center;
    background: url(../img/howitworks-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 245px;
    position: relative;
    padding-bottom: 145px;
    overflow: hidden;
}

.header-how-it-works:after,
.header-how-it-works:before {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50%;
    height: 35px;
    background-color: #fff;
    background-size: cover;
}

.header-how-it-works:after {
    right: -15px;
    transform: skewX(-45deg);
}

.header-how-it-works:before {
    left: -15px;
    transform: skewX(45deg);
}

.header-how-it-works h1 {
    text-shadow: 0 0 30px rgba(0, 0, 0, .7);
    margin-bottom: 100px;
    font-weight: bold;
}

.header-how-it-works p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 80px;
}

.header-how-it-works .arrow-click {
    width: 12px;
    height: 12px;
    bottom: 25px;
}

.how-it-works {
    background: url(../img/howitworkslist-bg.jpg) no-repeat top;
    background-size: cover;
}

.container-works {
    max-width: 1150px;
    margin: 0 auto;
}

.how-it-works-list {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.how-it-works li {
    padding: 20px 0;
    list-style-type: none;
}

.how-it-works li img {
    display: inline-block;
    vertical-align: middle;
}

.how-it-works-list li b {
    color: #0093d8;
    font-weight: bold;
}

.how-it-works-list li a {
    color: #0093d8;
}

.how-it-works-list li p,
ul.how-it-works-sub-list {
    font-family: HelveticaNeueCyr, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    padding-left: 70px;
    margin-bottom: 0;
}

ul.how-it-works-sub-list li:last-of-type {
    margin-bottom: 0;
}

.how-it-works-list .mb12 {
    margin-bottom: 12px;
}

.how-it-works-sub-list li {
    padding: 0 0 0 35px;
}




/* Tracking page Finish */


/* Services page Start */

.service_condition-list {
    padding: 0;
    margin: 0;
}

.service_condition-list li {
    list-style-type: none;
    position: relative;
    margin: 30px 0;
    padding-left: 35px;
}

.service_condition-list li:last-child {
    margin-bottom: 40px;
}

.service_condition-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0093d7;
    vertical-align: middle;
}

/* Services page Finish */


/* About page Start */

.about-header {
    text-align: center;
    background: url(../img/about-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 130px;
    text-shadow: 0 0 21px #000;
    position: relative;
    padding-bottom: 80px;
}

.about-header:after {
    content: '';
    position: absolute;
    background: url(../img/about-arrow.png) no-repeat bottom;
    width: 30px;
    height: 15px;
    background-size: cover;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
}

.inner-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
}

.about-advantages {
    margin-top: 100px;
    background: url(../img/advantage-bg.jpg) no-repeat;
    background-position: center bottom 40px;
}

.advantage-title {
    font-size: 35px;
    text-align: center;
    color: #242424;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
}

.advantage-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.advantage-list li {
    list-style-type: none;
    padding-right: 10px;
    width: 30%;
    font-size: 14px;
    line-height: 22px;
    color: #2d2d2d;
    margin-bottom: 65px;
}

.advantage-list li b {
    color: #0093d7;
    font-weight: bold;
}

.advantage-list li img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.comments {
    background: url(../img/comments-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 75px 0;
}

.comments-wrapper {
    max-width: 730px;
    min-height: 565px;
    background-color: #fff;
    padding: 50px;
}

/* About page Finish */


/* Contact page tart */

.contacts-header {
    text-shadow: 0 0 30px rgba(0, 0, 0, .7);
    text-align: center;
    position: relative;
    background: url(../img/contacts-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 235px;
    padding-bottom: 225px;
    overflow: hidden;
}

.contacts-header * {
    margin: 0;
}

.contacts-header:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 50%;
    height: 35px;
    transform: skewX(-45deg);
    background-color: #fff;
    background-size: cover;
}

.contacts-header:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 50%;
    height: 35px;
    transform: skewX(45deg);
    background-color: #fff;
    background-size: cover;
}

.contacts-header .arrow-click {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    bottom: 20px;
}

.contacts-header h1 {
    color: #fff;
    font-weight: bold;
}


.contacts-container {
    max-width: 1125px;
    margin: 0 auto;
    font-size: 0;
}

.form-wrapper, .contacts-list {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 0;
}

.contacts-form {
    margin-top: 125px;
    padding-bottom: 55px;
}

.contacts-list {
    padding: 0;
    margin: 0;
}

.contacts-list li {
    padding: 40px 0;
    padding-left: 110px;
    list-style-type: none;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    font-weight: bold;
    color: #5f5f5f;
}

.contacts-list p {
    margin: 0;
}

.contacts-list .mb30 {
    margin-bottom: 30px;
}

.contacts-list li:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 55px;
}

.contacts-list .phone-contact:after {
    background: url(../img/telephone-contact.jpg) no-repeat center;
    background-size: contain;
}

.contacts-list .address-contact:after {
    background: url(../img/address-contact.jpg) no-repeat center;
    background-size: contain;
    height: 55px;
    top: 25px;
}

.contacts-list .e-mail-contact:after {
    background: url(../img/email-contact.jpg) no-repeat center;
    background-size: contain;
}

.e-mail-contact__text {
    display: flex;
    gap: 0 6px;
    flex-wrap: wrap;
}

.contacts-link {
    display: block;
    width: max-content;
    white-space: nowrap;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: bold;
    color: #5f5f5f;
}

.contacts-link + .contacts-link {
    margin-top: 10px;
}

.contacts-container .contacts-link {
    color: #5f5f5f;
    text-decoration: none;
}

.contacts-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: background-color .3s ease-out;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.contacts-link:hover::after {
    background-color: #5f5f5f;
}

li.social-contact {
    padding: 30px 0;
}

li.social-contact::after {
    content: none;
}

.social-contact__list {
    display: flex;
    align-items: center;
    margin-left: -22px;
    margin-bottom: -22px;
}

.social-contact__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-left: 22px;
    margin-bottom: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    transition: 0.3s;
}

.social-contact__link:hover {
    box-shadow: 0 2px 5px rgb(1 5 52 / 10%);
    background: #fff;
}

.social-contact__link--jivosite {
    background: #2e2745;
}

.social-contact__link--jivosite:hover .icon-jivosite-hover-reverse{
    fill: #3d414f
}

.social-contact__link--instagram {
    background-image: url(../img/social-instagram.svg);
}

.social-contact__link--telegram {
    background-image: url(../img/social-telegram.svg);
}

.social-contact__link--viber {
    background: #7b519b;
}

.social-contact__link--viber:hover .icon-viber-hover-reverse{
    fill: #7b519c
}

.social-contact__link--whatsapp {
    background: #1ebea6;
}

.social-contact__link--whatsapp:hover .icon-whatsup-hover-reverse{
    background-image: url(../img/social-whatsapp-hover.svg);
    background-color: #ffffff;
}

.social-contact__link--instagram:hover {
    background-image: url(../img/social-instagram-hover.svg);
    background-color: #ffffff;
    background-size: 100%;
}

.social-contact__link--telegram:hover {
    background-image: url(../img/social-telegram-hover.svg);
    background-color: #ffffff;
    background-size: 100%;
}

.g-recaptcha {
    display: inline-block;
}

.form-wrapper form {
    background-color: #003f93;
    border-radius: 7px;
    padding: 25px 35px;
}

.form-wrapper label {
    width: 110px;
    text-align: right;
    margin-right: 20px;
    color: #fff;
}

.form-wrapper p {
    color: #fff;
}

.form-wrapper .form-item {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
}

.form-wrapper form input, .form-wrapper textarea {
    width: 340px;
    height: 50px;
    border-radius: 7px;
    padding: 20px 35px;
    border: none;
    outline: none;
    color: #2e2e2e;
}

.form-wrapper textarea {
    height: 110px;
    resize: none;
}

.form-wrapper .submit-form {
    background-color: #f05d2f;
    padding: 0;
    color: #fff;
    transition: all .3s;
}

.form-wrapper .submit-form:hover {
    background-color: #EB7B4D;
}

.location iframe {
    width: 100%;
    height: 570px;
    margin-bottom: -5px;
}

/* Contact page Finish */



/* Order Create page Start */


.order-form {
    color: #606060;
    padding: 0 0 60px;
    width: 1110px;
    max-width: 100%;
    margin: 0 auto;
}

.order-form-block {
    background: #F6F6F6;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #aaa;
}

.order-form-block.-align-height {
    min-height: 692px;
}

.order-form-block-title {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.order-form-block-subtitle {
    font-size: 12px;
    line-height: 14px;
}

.order-form-text.-info {
    position: relative;
    padding-left: 20px;
}

.order-form-text.-info:before {
    content: "\f1ce";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 16px;
    font-family: LineAwesome;
}

.order-form-text.-black {
    color: #2E2E2E;
}

.order-form-info {
    margin-top: 10px;
}

.order-form label.control-label {
    font-weight: 400;
    color: #2E2E2E;
}

.order-form .control-label.-required:after {
    content: " *";
    color: #E54B1B;
}

.order-form .form-control {
    height: 44px;
    line-height: 20px;
    padding: 0 12px;
    box-shadow: none;
    border-color: #AAAAAA;
    border-radius: 6px;
}

.order-form .form-control[id*=cost] {
    line-height: 44px;
}

input[id*=summa]::-webkit-inner-spin-button,
input[id*=summa]::-webkit-outer-spin-button,
#senderWeight::-webkit-inner-spin-button,
#senderWeight::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order-form .form-control:focus,
.enclosures-list-item.-active .form-control.-required-input:focus {
    border-color: #66AFE9;
    box-shadow: none;
}

.order-form .has-success .form-control {
    border-color: #518652;
}

.order-form .has-error .form-control {
    border-color: #E54B1B;
}

.order-form button[type=submit] {
    width: 425px;
    max-width: 100%;
    background: rgba(240, 93, 47, 1);
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 52px;
}

.btn-add {
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
    max-width: 125px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 52px;
    height: 44px!important;
    margin-left: auto;
    margin-bottom: 10px;
}

[data-action="add-enclosure"].btn-add {
    text-transform: none;
    min-width: 200px;
}

.order-form button[type=submit]:hover {
    background: rgba(240, 93, 47, 0.8);
}

.order-form button[type=submit]:disabled {
    background: rgba(240, 93, 47, 0.6);
    pointer-events: none;
}

.radio-block {
    display: flex;
    align-items: flex-end;
    height: 39px;
}

.radio-block input[type='radio'],
.checkbox-block input[type='checkbox'] {
    display: none;
}

.radio-block .form-check {
    margin-right: 20px;
}

.radio-block .form-check-label,
.checkbox-block .form-check-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 400;
}

.radio-block .form-check-label:before,
.checkbox-block .form-check-label:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -4px;
    border: 2px solid #AAAAAA;
    border-radius: 50%;
}

.radio-block input[type='radio']:checked + .form-check-label:before {
    border-color: #518652;
}

.radio-block input[type='radio']:checked + .form-check-label:after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 4px;
    top: 0;
    background: #518652;
    border-radius: 50%;
}

.checkbox-block .form-check-label:before {
    border-radius: 0;
}

.checkbox-block input[type='checkbox']:checked + .form-check-label:before {
    border-color: #518652;
    background: #518652;
}

.checkbox-block input[type='checkbox']:checked + .form-check-label:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: 3px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.form-item-title {
    font-weight: 900;
    margin-top: 20px;
    letter-spacing: -0.1px;
}

.form-group-small {
    margin-bottom: 5px;
}

.order-form-confirm {
    color: #2E2E2E;
    padding-bottom: 20px;
}

.order-form-confirm a {
    color: #2E2E2E;
    text-decoration: underline;
}

.order-form-confirm a:hover {
    text-decoration: none;
}

.order-form .tooltip-inner {
    padding: 15px;
    text-align: left;
}


.error-form,.delivery-error {
    color: #E54B1B;
    margin-top: 10px;
}

.order-form .form-group {
    position: relative;
}

.error-input {
    color: #E54B1B;
    position: absolute;
    right: 0;
    font-size: 10px;
    bottom: -15px;
}

.order-form .error-input {
    margin-bottom: -15px;
    min-height: 15px;
    text-align: right;
    position: static;
    line-height: 15px;
}

.error-captcha {
    color: #E54B1B;
    font-size: 12px;
    bottom: -15px;
}

#senderWeight + .error-input,
#senderHours + .error-input,
#senderLength + .error-input,
#senderWidth + .error-input,
#senderHeight + .error-input {
    position: relative;
    bottom: -2px;
}

.error-input-long {
    color: #E54B1B;
    font-size: 10px;
    margin-bottom: 10px;
}

.datepicker-input {
    position: relative;
}

.datepicker-input:after {
    content: "\f15f";
    font-family: LineAwesome;
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 30px;
    opacity: 0.5;
    pointer-events: none;
}

.order-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.select-wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #2E2E2E;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 13px;
    pointer-events: none;
}

.service-link {
    position: relative;
    display: flex;
    width: calc(100% - 24px);
    margin: -30px 12px 15px;
    padding: 3px 20px 6px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #E94523;
    border-top: none;
    background: #FFF;
    color: #3F4AA4;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.service-link:hover {
    text-decoration-line: underline;
}

.service-link span {
    text-align: center;
    flex: 1 1 100%;
}

.service-link:after {
    content: "";
    margin-left: 10px;
    flex: 0 0 15px;
    width: 15px;
    height: 22px;
    margin-top: -4px;
    background: url("../img/service-arrow.svg") center no-repeat;
}

.enclosures-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.enclosures-list-item .enclosures-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    padding: 0 10px;
}

.enclosures-list-item .enclosures-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

.enclosures-list-item .enclosures-hidden {
    display: none;
}

.form-control.-no-border {
    border: 0;
    padding: 0 12px;
    max-width: 100%;
    overflow: auto;
}

.enclosures-list.show-hidden .enclosures-list-item .enclosures-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

.enclosures-list.show-hidden .enclosures-list-item .enclosures-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.enclosures-list.show-hidden .enclosures-list-item .enclosures-hidden {
    display: block;
}

.enclosures-col-2.show-hidden-content {
    position: relative;
}

.show-hidden .enclosures-col-2.show-hidden-content:first-child:after {
    content: "×";
    position: absolute;
    right: -5px;
    top: 10px;
    font-size: 20px;
}

.form-item-title-mobile {
    display: none;
}

.order-form-block .form-control[readonly] {
    background: #fff;
}

#active_template_content .order-form-text.order-delivery-line {
    background: #F6F6F6;
    border-radius: 4px;
    margin-top: 18px;
    padding: 28px 41px 0;
}

#active_template_content .order-form-text.order-delivery-line b,
.order-table__bottom{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#active_template_content .order-form-text.order-delivery-line b:not(.order-table__bottom) {
    border-bottom: 1px dashed #606060;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.order-delivery-line {
    float: left;
}

.payment-method .form-check input {
    display: none;
}

.payment-method .form-check-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    max-height: 30px;
}

.payment-method .form-check:not(:last-child) .form-check-label {
    padding-top: 5px;
}

.payment-method .form-check-label:not(:last-child) {
    margin-bottom: 15px;
}

.payment-method .form-check-label svg {
    width: 110px;
    height: 30px;
}

.payment-method .form-check .form-check-label:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #aaa;
    border-radius: 50%;
}

.payment-method .form-check input[type='radio']:checked + .form-check-label:after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #518652;
    border-radius: 50%;
}

.payment-method .form-check input[type='radio']:checked + .form-check-label:before {
    border-color: #518652;
}

.payment-wrapper {
    display: flex;
}

.payment-wrapper .form-check {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.payment-method .form-check-label span {
    position: absolute;
    left: 100%;
    top: 5px;
    color: #179BD7;
    font-style: italic;
    font-size: 20px;
    white-space: nowrap;
    height: 30px;
}

.order-total-line {
    float: right;
    text-align: right;
}

.result_total_items_quantity {
    margin-left: 5px;
}

.order-form .form-item-title.-required:after,
.order-form .form-item-title-mobile.-required:after {
    content: " *";
    color: #E54B1B;
    font-weight: 400;
    position: absolute;
    margin-left: 3px;
}

.order-form-info input#insuranceCheckbox {
    display: none;
}


.order-form-info .label-container.label-ins {
    margin-left: 0;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.order-form-info .label-container.label-ins:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -3px;
    border: 2px solid #AAAAAA;
    border-radius: 0;
}

.order-form-info input[type='checkbox']:checked + .label-container:before {
    border-color: #518652;
    background: #518652;
}

.order-form-info input[type='checkbox']:checked + .label-container:after {
    content: "";
    width: 14px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 3px;
    border: 3px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.modal-error .modal-content {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #606060;
    border: solid 1px #EFEEEE;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.modal-error-title {
    width: 190px;
    font-size: 24px;
    font-weight: 700;
    margin: 20px auto;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-error-btn {
    width: 120px;
    height: 48px;
    background: #0B438E;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    margin: 20px auto 0;
    transition: opacity 0.3s;
}

.modal-error-btn:hover {
    opacity: 0.8;
}

.popup-buttons-wrapper {
    display: flex;
    justify-content: space-evenly; /* рівномірний розподіл */
    align-items: center;
    padding: 1rem;
    gap: 1rem; /* додатковий простір між елементами */
}

#phone-update-popup .modal-content {
    width: 600px;
}

#phone-update-popup .modal-error-title {
    width: 250px;
}

.popup-buttons-wrapper button {
    margin: 0;
    width: 160px;
}

.popup-buttons-wrapper a {
    text-decoration: none;
}

.modal-error-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    background: none;
    border: none;
}

.modal-error-close:before,
.modal-error-close:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 6px;
    width: 20px;
    height: 1px;
    background: #606060;
    transform: rotate(45deg);
}

.modal-error-close:after {
    transform: rotate(-45deg);
}

.modal-error a {
    color: #606060;
    text-decoration: underline;
}

.modal-error a:hover {
    text-decoration: none;
}

.modal-backdrop {
    background: #fff;
}

#active_template_content [data-form="order-confirm"] {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 20px;
}

[data-order="confirm"],
[data-order="back"]{
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 7px;
    padding: 11px 15px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    transition: 0.3s;
    border-radius: 4px;
}

#active_template_content [data-order="confirm"] {
    border: 1px solid transparent;
    background: #F05D2F;
    color: #FFFFFF;
}


#active_template_content [data-order="confirm"]:hover {
    background: transparent;
    border-color: #F05D2F;
    color: #F05D2F;
}
#active_template_content [data-order="back"] {
    border: 1px solid #216BB1;
    background: transparent;
    color: #216BB1;
}

#active_template_content [data-order="back"]:hover {
    background: #216BB1;
    color: #ffffff;
}

.order-table__btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#active_template_content .order-form-text.order-delivery-line {
    background: #F6F6F6;
    border-radius: 4px;
    margin-top: 18px;
    padding: 28px 41px 0;
}

#active_template_content .order-form-text.order-delivery-line b,
.order-table__bottom{
    display: flex;
    justify-content: space-between;
    position: relative;
}

#active_template_content .order-form-text.order-delivery-line b:not(.order-table__bottom) {
    border-bottom: 1px dashed #606060;
    padding-bottom: 7px;
    margin-bottom: 11px;
}

.order-confirm__label {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #606060;
}

.order-confirm__value {
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #606060;
}

.order-confirm__title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #65AD67;
    margin-bottom: 0;
}

.order-table__bottom {
    border: 1px solid #9D9D9D;
    border-radius: 4px;
    margin: 28px -41px 0;
    padding: 23px 0;
}

.order-table__bottom:before {
    content: "";
    height: 10px;
    width: 102%;
    background: #ffffff;
    position: absolute;
    top: -12px;
    left: -2px;
}

.order-confirm__label-total {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #606060;
    margin-left: 40px;
}

[data-form="order-confirm"] [data-cost="delivery_total"] {
    margin-right: 40px;
}

@media (min-width: 1200px) {
    #active_template_content [data-form="order-confirm"] {
        margin-top: 5vh;
    }
}


.page-with-message {
    padding: 85px 0 60px;
    text-align: center;
}

.page-with-message .title {
    margin-bottom: 40px;
    font-size: 40px;
}

.page-with-message .error-message {
    font-size: 20px;
}

.success-page .title {
    color: #65ad67;
}

.cancel-page .title, .error-message {
    color: #f05d2f;
}

.page-with-message .img-wrapper {
    max-width: 200px;
    margin: 0 auto 30px;
}

.page-with-message .text {
    font-size: 18px;
    margin-bottom: 55px;
    padding: 0 20px;
}

.cancel-page .text {
    color: #0055A5;
}

.success-page .text {
    color: #0055A5;
}

.page-with-message .btn-wrapper {
    display: flex;
    justify-content: center;
}

.btn-success-page,
.btn-cancel-page {
    padding: 10px 30px;
    color: #0055A5;
    background-color: #fff;
    border: 2px solid #0055A5;
    border-radius: 4px;
    transition: 0.2s ease;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 40px;
    text-align: center;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
}

.btn-success-page:hover,
.btn-cancel-page:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0055A5;
    border-color: #0055A5;
}

.btn-cancel-page svg {
    width: 100%;
    max-width: 110px;
    transition: 0.2s ease;
}

.btn-cancel-page.paypal:hover .reverse-fill {
    fill: white;
}

.modal-success-input {
    position: relative;
}


/* Order Create page Finish */


/* ADDRESS BOOK Start */

.price-hide {
    display: none;
}

.user-profile {
    max-width: 600px;
}

#addrbook_form {
    height: calc(100% - 139px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-container.new_user {
    flex: 1 1 auto;
}


.addrbook-form-item {
    padding: 24px 16px 16px;
    margin-bottom: 24px;
    background: #F6F6F6;
    border-radius: 8px;
    border: 1px solid #aaa;
}

.address-header-input {
    position: relative;
}

.address-header-input-number {
    position: absolute;
    left: 14px;
    top: 13px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #A3A3A3;
}

.input-item.address_header {
    flex: 1 0 auto;
    width: auto;
}

.clear-address-table {
    padding: 0 8px;
    flex: 0 1 auto;
}

.clear-address-table.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.delete_addr_table {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 12px 9px 12px;
    margin-top: 20px;
    background: #FCFCFC;
    box-shadow: 0 1px 0 rgba(0, 62, 146, 0.08), 0 1px 2px rgba(0, 62, 146, 0.12);
    border-radius: 3px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F05D2F;
    transition: all 0.3s ease;
}

.delete_addr_table:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/delete-icon.svg") center no-repeat;
}

.delete_addr_table:hover {
    background: #F6F6F6;
    color: #F05D2F;
    text-decoration: none;
}

.addrbook-form-item-head {
    padding: 0 8px 20px;
}

.addrbook-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.addrbook-sub-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.sub-title-mobile {
    display: none;
}

.addrbook-form-item-body {
    display: flex;
    flex-wrap: wrap;
}

.addrbook-form-input-list {
    display: flex;
    flex-wrap: wrap;
}

.hide-mobile-addrbook {
    display: none;
}

.addrbook-form-content .input-item label {
    margin-bottom: 0;
    color: #606060;
}

.addrbook-form-content .input-item {
    padding: 0 8px;
    margin-bottom: 8px;
}

.addrbook-form-content .input-item.address_name,
.addrbook-form-content .input-item.address_region,
.addrbook-form-content .input-item.address_phone_number,
.addrbook-form-content .input-item.address_state,
.addrbook-form-content .input-item.address_area,
.addrbook-form-content .input-item.address_city,
.addrbook-form-content .input-item.address_street {
    width: 35%;
}

.addrbook-form-content .input-item.address_country {
    width: 30%;
}

.addrbook-form-content .input-item.address_district {
    width: 20%;
}

.addrbook-form-content .input-item.address_postcode {
    width: 10%;
}

.addrbook-form-content .input-item.address_building {
    width: 15%;
}

.addrbook-form-content .input-item.address_apartment {
    width: 15%;
}


.addrbook-buttons {
    z-index: 2;
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    margin-top: 24px;

    background: #FFFFFF;
    border-top: 1px solid #C3C3C3;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.12);
}

.addrbook_add-new-address {
    display: flex;
    min-width: 240px;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 9px;
    background: #FCFCFC;
    box-shadow: 0 1px 0 rgba(0, 62, 146, 0.08), 0px 1px 2px rgba(0, 62, 146, 0.12);
    border-radius: 3px;
    margin-right: 12px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #003E92;
    transition: all 0.3s ease;
}

.addrbook_add-new-address:hover {
    text-decoration: none;
    background: #F6F6F6;
}

.addrbook_add-new-address svg {
    margin-right: 10px;
}

.addrbook-submit-btn {
    min-width: 240px;
    padding: 11px 24px 9px;
    background: #F05D2F;
    border: none;
    box-shadow: 0 1px 2px rgba(240, 93, 47, 0.4);
    border-radius: 3px;

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.addrbook-submit-btn:hover {
    background: #FE6F41;
}

.addrbook-submit-btn:active {
    background: #E55224;
}

/* ADDRESS BOOK Finish */


/* News pages Start */

.static-page-box {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
}
.static-page-box a {
    color: #0093d7;
}

.static-page-box a:hover {
    color: #0093d7;
    text-decoration: underline;
}

.news-content {
    padding: 0 20px;
}

.news-block-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1180px;
    margin: 0 auto;
}

.nav-news, .nav-news a {
    color: #0070BA;
    font-weight: bold;
    font-size: 12px;
}


.into-list-news {
    margin-left: -20px;
    width: 100%;
}

.into-list-news .newslist {
    padding-left: 0;
    list-style-type: none;
}

.into-list-news .newslist li {
    list-style-type: none;
    overflow: hidden;
}

.into-list-news .newslist li a:hover {
    text-decoration: underline;
}

.into-list-news .newslist-li-bottom {
    height: 13px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.into-list-news .newslist-li-bottom:last-child {
    height: 0;
    background: none;
}

.into-list-news .newslist-li .list_date {
    clear: both;
    margin-bottom: 3px;
    font-weight: bold;
}

.into-list-news .newslist-li {
    padding: 0 20px;
}

.newslist-li h2 {
    border: none;

    margin-bottom: 0;
}

.newslist-li .ncontent {
    color: #707070;
    font-size: 14px;
}

.newslist-li .read-moor {
    float: right;
    display: block;
    font-size: 12px;
    color: #0070BA;
}

.content-block h2 a {
    color: #0070BA;
    font-size: 31px;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.flex-col div {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
}

.flex-col #form-btn{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.self-center {
    margin-left: auto;
    margin-right: auto;
}

.news-content p img {
    max-width: 100%;
    height: auto !important;
}


/* News pages Finish */


@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        transform: translateY(3%);
    }
    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }
}

[lang="de"] #nav li {
    padding-left: 6px;
    padding-right: 6px;
}

[lang="de"] #nav li a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

[lang="de"] .filter-search-reset-button,
[lang="de"] .filter-search-button {
    width: 130px;
}

[lang="de"] .employees-title {
    display: flex;
    line-height: 1.4;
    align-items: center;
}

/* Changes for all Start */

.open-price-delivery {
    display: flex;
    align-items: center;
}

.arrow-service {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
}

.open-price-delivery.active .arrow-service {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.promo__social {
    position: absolute;
    top: 250px;
    margin-right: 11px;
    right: 0;
    z-index: 2;
    padding: 12px 8px;
    border-radius: 48px;
    background: #DFEFFF;
    box-shadow: -14px 40px 64px -32px rgba(15, 15, 15, 0.10);
    -webkit-transition: z-index 0s .5s;
    transition: z-index 0s .5s;
    opacity: 0.9;
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    overflow: hidden;
}

.social__link svg{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.promo__social ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.social__item:not(:last-of-type) {
    margin-bottom: 10px;
}

.social-logo-hover {
    opacity: 0;
}

.social__link:hover .social-logo {
    opacity: 0;
}

.social__link:hover .social-logo-hover {
    opacity: 1;
}

.service-not-available {
    color: #f65267;
    font-size: 12px;
    position: absolute;
}

.iti {
    width: 100% !important;
}

.gpay-card-info-container,
.gpay-button,
.gpay-button-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 17px!important;
}

.gpay-card-info-container button {
    width: 100% !important;
}

.paypal-button-container {
    position: relative !important;
    z-index: 5 !important;
}

#result-message {
    padding: 12px 16px;
    border-radius: 6px;

    background: #ffe6e6;
    color: #b30000;
    border: 1px solid #ffb3b3;

    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    max-width: 760px;
    margin: auto;
    text-align: center;
}

#result-message.active {
    display: block;
}

.applepay-container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px 20px 0 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
}

#btn-appl {
    width: 100%;
}

:root {
    --apple-pay-button-height: 40px;
}
