/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.not-found_content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.not-found_name {
    text-align: center;
}
.not-found_description {
    text-align: center;
}
.not-found_block-search {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.not-found_block-search .search-widget {
    justify-content: center;
    margin: 0 auto;
}

.cms-content {
    font-size: 1.25em;
    color: #000000;
    line-height: 1.2;
}

.my-account_links {
    display: flex;
    flex-wrap: wrap;
}
.my-account_links a {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.my-account_links span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    font-size: 0.85em;
}
.my-account_links i {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
    font-size: 2.5em;
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.my-account_links a:hover,
.my-account_links a:hover i {
    color: #008ad2;
}

/* contact */
.page-contact_title {
    margin-bottom: 40px;
    margin-top: 15px;
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.page-contact_contacts-block {
    display: flex;
    margin-bottom: 60px;
}
.page-contact_contacts-left {
    width: 47%;
    padding-right: 15px;
    margin-bottom: 20px;
}
.page-contact_contacts-right {
    width: 53%;
    padding-left: 15px;
    margin-bottom: 20px;
}
.page-contact_list-phone {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: calc(100% + 15px);
}
.page-contact_phone {
    line-height: 24px;
    font-size: 17px;
    color: #333333;
    margin-bottom: 17px;
    padding-left: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: 500;
}
.page-contact_phone:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-left: -36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../../assets/img/contact/w_icon_phone.png) no-repeat;
    background-size: 100%;
}
.page-contact_phone span {
    font-size: 1.33em;
}
.page-contact_info-box {
    padding-left: 40px;
    color: #000000;
}
.page-contact_info-time {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #434343;
}
.page-contact_bth-actions {
    display: flex;
    min-width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 12px;
    padding-right: 25px;
    margin-bottom: 40px;
}
.page-contact_bth {
    border: 0;
    background: transparent;
    text-align: center;
    padding: 10px;
    border-radius: 45px;
    font-size: 13px;
    flex: auto;
    width: 30%;
    color: #ffffff !important;
    line-height: 1.2;
    min-height: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.page-contact_bth_i {
    margin-right: 12px;
    font-size: 1.2em;
    vertical-align: middle;
}
.page-contact_bth-vk {
    background: #5181b8;
}
.page-contact_bth-vk:hover {
    background: #689ad5;
}
.page-contact_bth-vk .page-contact_bth_i:before {
    content: '\e921';
}
.page-contact_bth-whatsapp {
    background: #44d355;
}
.page-contact_bth-whatsapp:hover {
    background: #56eb68;
}
.page-contact_bth-whatsapp .page-contact_bth_i:before {
    content: '\e91e';
}
.page-contact_bth span {
    vertical-align: middle;
}
.page-contact_address {
    line-height: 1.2;
}
.page-contact_address_line {
    margin-bottom: 40px;
    position: relative;
}
.page-contact_address_line--map:before,
.page-contact_address_line--time:before,
.page-contact_address_line--email:before {
    content: '';
    display: block;
    width: 20px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: -35px;
    top: -3px;
}
.page-contact_address_line--map:before {
    background-image: url(../../assets/img/contact/icon_map.png);
}
.page-contact_address_line--time:before {
    background-image: url(../../assets/img/contact/icon_time.png);
    width: 25px;
    left: -37px;
}
.page-contact_address_line--email:before {
    background-image: url(../../assets/img/contact/icon_mail.png);
    width: 25px;
    left: -37px;
}
.page-contact_address_line--email {
    margin-bottom: 35px;
}
.page-contact_address_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.page-contact_address_desc {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.page-contact_address_bottom {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.page-contact_address_link {
    display: inline;
    border-bottom: 1px solid transparent;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.page-contact_address_link:hover {
    color: #279edb !important;
    border-bottom-color: #279edb;
}
.page-contact_address_link:not(:hover) {
    color: #2eb4f8 !important;
}
.page-contact_address_link--left {
    margin-right: 18px;
}
.page-contact_socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-contact_socials_tit {
    font-weight: 500;
    font-size: 14.5px;
    margin-right: 18px;
    margin-bottom: 10px;
}
.page-contact_socials_list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
.page-contact_socials_link {
    opacity: 1;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
.page-contact_socials_link:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.age-contact_socials_img {
    max-width: 41px;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
}
.page-contact ymaps .ymaps-2-1-78-copyright__logo,
.page-contact ymaps.ymaps-2-1-78-copyright__wrap,
.page-contact ymaps.ymaps-2-1-78-gotoymaps,
.page-contact ymaps .ymaps-2-1-78-gototech{
    display: none;
}
.page-contact_map_content {
    display: flex;
    height: 0;
    width: 100%;
    padding-bottom: calc(100% - 60px);
    position: relative;
    margin-bottom: 25px;
}
.page-contact_map_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-contact_map-buttons {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 100%;
    padding-top: 20px;
    justify-content: center;
    font-size: 13px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-contact_map-but {
    background: white;
    border: 1px solid #e77a12;
    color: #e67000;
    border-radius: 45px;
    font-size: 1em;
    padding: 0.8em 0.75em;
    width: 20%;
    flex: auto;
    white-space: nowrap;
    max-width: 16.5em;
    margin-left: 1.19em;
    margin-right: 1.19em;
    transition: background 0.3s, box-shadow 0.3s, width 0.3s, max-width 0.3s;
}
.page-contact_map-but.contact_map-but--active {
    background: #ebebeb;
    -webkit-box-shadow: 0 4px 10px -7px #2c2c2c;
    -moz-box-shadow: 0 4px 10px -7px #2c2c2c;
    -o-box-shadow: 0 4px 10px -7px #2c2c2c;
    box-shadow: 0 4px 10px -7px #2c2c2c;
}
.page-contact_map-but_img {
    max-width: 1.65em;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-right: 0.4em;
}
.page-contact_map-but span {
    vertical-align: middle;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
}
.page-contact_map-but span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0;
    background: #e67000;
    -webkit-transition: width 0.3s, opacity 0.3s, bottom 0.3s, background 0.35s;
    -moz-transition: width 0.3s, opacity 0.3s, bottom 0.3s, background 0.35s;
    -o-transition: width 0.3s, opacity 0.3s, bottom 0.3s, background 0.35s;
    transition: width 0.3s, opacity 0.3s, bottom 0.3s, background 0.35s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-contact_map-but:hover span:before {
    width: 100%;
    opacity: 1;
}
.page-contact_map-but.contact_map-but--active span:before {
    opacity: 0;
    width: 0;
    bottom: -2px;
    background: #ebebeb;
}
.page-contact #page-contact_map {
    width: 100%;
    height: 100%;
}
.page-contact_map_buttons {
    text-align: center;
}
.page-contact_map_button {
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    font-size: 1.15em;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.page-contact_map_button:not(:hover) {
    background: #29a9e9;
    color: #ffffff;
}
.page-contact_youtube-banner {
    position: relative;
    margin-bottom: 70px;
}
.page-contact_youtube-banner_img {
    width: 100%;
    height: auto;
}
.page-contact_youtube-banner_link {
    position: absolute;
    bottom: 14%;
    left: 11%;
    font-size: 22.5px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.8px;
    font-family: 'Gotham Pro', serif;
}
.page-contact_youtube-banner_a {
    color: #ffffff !important;
    line-height: 1.2;
    display: inline;
    padding-bottom: 2px;
    border-bottom: 0.15rem solid transparent;
    -webkit-transition: border 0.3s, color 0.3s, color 0.3s;
    -moz-transition: border 0.3s, color 0.3s, color 0.3s;
    -o-transition: border 0.3s, color 0.3s, color 0.3s;
    transition: border 0.3s, color 0.3s, color 0.3s;
}
.page-contact_youtube-banner_a:hover {
    color: #bae8ff !important;
    border-bottom-color: #bae8ff !important;
}
.page-contact_youtube-banner:hover .page-contact_youtube-banner_a {
    border-bottom: 0.15rem solid #ffffff;
}
.page-contact_reviews {
    display: flex;
    margin-bottom: 50px;
}
.page-contact_reviews_left {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 25px;
    margin-bottom: 20px;
}
.page-contact_reviews_right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 20px;
    padding-right: 1px;
}
.page-contact_reviews_banner {
    position: relative;
}
.page-contact_reviews_img {
    max-width: 320px;
    width: 100%;
    height: auto;
}
.page-contact_reviews_block-btn {
    position: absolute;
    bottom: 15.5%;
    left: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-contact_reviews_block-btn-content {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
}
.page-contact_reviews_btn {
    padding: 14px 25px;
    border: 0.1rem solid #ffffff;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border-radius: 45px;
    white-space: nowrap;
    font-family: 'Geometria', serif;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.page-contact_reviews_btn:hover {
    -webkit-box-shadow: 0 4px 10px -5px #2c2c2c;
    -moz-box-shadow: 0 4px 10px -5px #2c2c2c;
    -o-box-shadow: 0 4px 10px -5px #2c2c2c;
    box-shadow: 0 4px 10px -5px #2c2c2c;
}
.page-contact_reviews_reviews {
    width: 100%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.page-contact .contact_feedback-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px;
    position: relative;
    box-shadow: 0 0 33px -9px rgba(85, 85, 85, 0.68);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-contact .contact_feedback_title {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 1.2em;
    margin-top: 0.2em;
}
.page-contact .contact_form {
    width: 100%;
    max-width: 332px;
    padding: 15px;
    font-size: 26px;
    box-sizing: border-box;
}
.page-contact .contact_feedback-block .alert-danger {
    font-size: 0.5em;
    padding: 0.5rem 1.25rem;
}
.page-contact .contact_feedback-block .form-control-label,
.page-contact .contact_feedback-block .form-control-comment {
    display: none;
}
.page-contact .contact_feedback-block .form-control-field {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-contact .contact_feedback-block .input-group {
    flex-wrap: nowrap;
}
.page-contact .contact_feedback-block .group-span-filestyle .btn-default {
    font-size: 0.45em;
    min-height: 47px;
    margin-left: -1px;
    padding: 0.5em 1.15em;
    border-top-color: #a0a0a0;
    border-right-color: #a0a0a0;
    border-bottom-color: #a0a0a0;
    border-radius: 0 0.5em 0.5em 0;
}
.page-contact .contact_feedback-block .form-footer {
    text-align: center;
    margin-top: 30px;
}
.page-contact .contact_feedback-block .form-footer .btn-primary {
    font-size: 0.55em;
    min-height: 3.3em;
    max-width: 225px;
    width: 100%;
}
.page-contact .contact_feedback-block .form-footer .btn-primary:not(:hover) {
    background: #29a9e9;
    color: #ffffff;
}
.page-contact .contact_feedback-block .form-control-select {
    min-height: 47px;
    border-radius: 0.5em;
    background-image: url(../../assets/img/contact/select.png);
    background-position: right 1.15em top 50%, 0 0;
    background-size: 9px;
}
.page-contact .contact_feedback-block .form-control-select:not(:focus),
.page-contact .contact_feedback-block .form-control:not(:focus) {
    border-color: #a0a0a0;
}
.page-contact .contact_feedback-block .form-group {
    margin-bottom: 20px;
}
.page-contact .contact_feedback-block .form-control {
    min-height: 47px;
    border-radius: 0.5em;
    border-color: #a0a0a0;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
}
.page-contact .contact_feedback-block .form-control::placeholder {
    color: #999b9e;
}
.page-contact .contact_feedback-block .form-control:focus {
    border-color: #29a9e9;
}
.page-contact .contact_feedback-block .input-group .form-control {
    border-right: 0;
}
.page-contact .contact_feedback-block .form-control--message {
    min-height: 95px;
}
.modal_info_dealers .bth-continue {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.modal-open > jdiv,
.modal-open .vk-banner {
    display: none;
}

@media(max-width: 1200px) {
    .page-contact_contacts-left {
        width: 50%;
    }
    .page-contact_contacts-right {
        width: 50%;
    }
    .page-contact_title {
        font-size: 28px;
    }
    .page-contact_phone {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .page-contact_list-phone {
        margin-bottom: 2px;
    }
    .page-contact_youtube-banner_link {
        font-size: 18.5px;
    }
    .page-contact_reviews_btn {
        padding: 12px 23px;
        font-size: 13px;
    }
    .page-contact_map-buttons {
        font-size: 11px;
    }
    .page-contact_bth {
        font-size: 11px;
    }
    .page-contact .contact_feedback-block .form-control {
        min-height: 42px;
        font-size: 13px;
    }
    .page-contact .contact_feedback-block .group-span-filestyle .btn-default {
        min-height: 42px;
    }
    .age-contact_socials_img {
        max-width: 38px;
    }
    .page-contact_socials_tit {
        font-size: 13px;
    }
}
@media(max-width: 992px) {
    .page-contact_title {
        font-size: 28px;
        text-align: center;
    }
    .page-contact_contacts-block {
        flex-wrap: wrap;
    }
    .page-contact_contacts-left {
        width: 100%;
        padding-right: 0;
    }
    .page-contact_contacts-right {
        width: 100%;
        padding-left: 0;
    }
    .page-contact_bth {
        font-size: 13px;
    }
    .page-contact_info-time {
        font-size: 13px;
        margin-bottom: 13px;
    }
    .page-contact_map_content {
        padding-bottom: 300px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        min-width: 100%;
        margin-bottom: 30px;
    }
    .page-contact_map-buttons {
        font-size: 13px;
    }
    .page-contact_youtube-banner {
        overflow: hidden;
    }
    .page-contact_youtube-banner_img {
        width: calc(100% + 200px);
        max-width: inherit;
        height: auto;
        transform: translateX(-50%);
        position: relative;
        left: 65%;
    }
    .page-contact_youtube-banner_link {
        font-size: 3vw;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 12%;
    }
    .page-contact_youtube-banner {
        margin-bottom: 23px;
    }
    .page-contact_contacts-block {
        margin-bottom: 15px;
    }
    .page-contact_reviews {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .page-contact_reviews_left {
        width: 100%;
        padding-right: 0;
    }
    .page-contact_reviews_right {
        width: 100%;
        padding-left: 0;
    }
    .page-contact_reviews_banner {
        width: 100%;
        text-align: center;
    }
    .page-contact .contact_feedback-block {
        margin-bottom: 15px;
    }
}
@media(max-width: 768px) {
    .page-contact .contact_feedback-block .form-control {
        font-size: 16px;
        min-height: 45px;
    }
    .page-contact .contact_feedback-block .group-span-filestyle .btn-default {
        min-height: 45px;
    }
}
@media(max-width: 600px) {
    .page-contact_phone {
        width: 100%;
    }
    .page-contact_bth-actions {
        flex-wrap: wrap;
        padding-right: 0;
    }
    .page-contact_bth {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-contact_map-buttons {
        font-size: 2.6vw;
    }
    .page-contact_map-but {
        margin-left: 0.8em;
        margin-right: 0.8em;
    }
    .page-contact_youtube-banner_link {
        font-size: 3.9vw;
    }
}
@media(max-width: 300px) {
    .page-contact_reviews_btn {
        padding: 1em 2em;
        font-size: 4vw;
    }
}


.product-images:not(.slick-initialized) .thumb-container {
    max-width: 33.3333%;
}
.thumb-container_block--not-default:before {
    background-color: transparent;
}

.product-miniature_status--not {
    color: #9b9b9b;
}
.product-miniature_status--not:before {
    background-color: #9b9b9b;
}
.product-status--out-of-stock {
    color: #9b9b9b;
}

.contact_feedback-block .contact_form .alert {
    font-size: 0.5em;
    padding: 0.5rem 1.25rem;
}

.products-owl--original .owl-carousel .owl-dots {
    white-space: normal;
}

.contact_form .psgdpr_consent_message {
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

#post-product-comment-form .gdpr_consent_block {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: -20px;
}

#post-product-comment-form .gdpr_consent_block .custom-checkbox_text {
    color: #000000;
}

.category-description_bottom {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
}
.category-description_bottom .wk-content {
    font-size: 12px;
}
.category-description_bottom p {
    color: #000000;
}
.category-description_bottom iframe {
    max-width: 100%;
}
@media(max-width: 992px) {
    .category-description_bottom {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media(max-width: 768px) {
    .image-slider_name {
        font-size: 2.8em;
    }
    .btn.image-slider_btn,
    .btn.image-slider_btn:not(:disabled):not(.disabled) {
        font-size: 1em;
    }

    .ngof-form-message-line {
        top: -15px;
    }

    .ngpc-content-product_list.active-scroll .ngpc-front-products_list-box {
        top: 115px;
    }
}

body#index .new-products .ngpfr-product_features {
    display: none;
}
.register-form .form-group--birthday,
.register-form .form-group--id_gender {
    display: none;
}


.products_container .product-miniature_video-elem {
    display: none;
}


body#order-confirmation .h1,
body#order-confirmation .h2,
body#order-confirmation .h3{
    color: #232323;
}
body#order-confirmation .h1 {
    font-size: 1.375rem;
}
body#order-confirmation .card-title {
    margin-bottom: 0.75rem;
}
body#order-confirmation p,
body#order-confirmation .page-content.page-cms ul {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #7a7a7a;
}
body#order-confirmation .card-block {
    padding: 1.25rem 1.25rem 0.5rem;
}
body#order-confirmation .material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
body#order-confirmation .done {
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.563rem;
    color: #4cbb6c;
}
body#order-confirmation .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    border-radius: 0;
}
body#order-confirmation #main .page-content {
    margin-bottom: 1.563rem;
}
body#order-confirmation .card-block {
    padding: 1.25rem 1.25rem 0.5rem;
}
body#order-confirmation #order-items {
    border-right: #f6f6f6 1px solid;
    font-size: 14px;
}
body#order-confirmation #order-items .h3 {
    font-size: 1rem;
}
body#order-confirmation .card-title {
    margin-bottom: 0.75rem;
}
body#order-confirmation #order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem;
    font-size: 15px;
}
body#order-confirmation #order-details>.card-title {
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}
body#order-confirmation ul {
    padding-left: 0;
    list-style: none;
}
body#order-confirmation #order-details ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.25rem;
}
body#order-confirmation #order-details ul li {
    margin-bottom: 0.625rem;
}
body#order-confirmation #order-items .bold {
    font-weight: 600;
}
body#order-confirmation #order-items .qty {
    margin-top: 1rem;
}
body#order-confirmation .text-xs-left {
    text-align: left;
}
body#order-confirmation #order-items hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
body#order-confirmation #order-items .order-line {
    margin-top: 1rem;
}
body#order-confirmation #order-items .order-line:after {
    content: "";
    display: table;
    clear: both;
}
body#order-confirmation #order-items table tr.total-value {
    background-color: #f6f6f6;
    font-weight: bold;
}
body#order-confirmation #order-items table {
    width: 100%;
}
body#order-confirmation #order-items table tr {
    height: 1.875rem;
}
body#order-confirmation #order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem;
}
body#order-confirmation #order-items table tr td:last-child {
    text-align: right;
}
body#order-confirmation #order-items > .row > div,
body#order-confirmation #order-items .qty > .row > div {
    text-align: center;
}
body#order-confirmation #order-items > .row > div:nth-child(1),
body#order-confirmation #order-items > .row > div:nth-child(2),
body#order-confirmation #order-items .qty > .row > div:nth-child(1) {
    text-align: left;
}
body#order-confirmation #order-items > .row > div:nth-last-child(1)
body#order-confirmation #order-items .qty > .row > div:nth-last-child(1) {
    text-align: right;
}
#content-hook-order-confirmation-footer {
    padding-top: 30px;
}
@media(max-width: 992px) {
    body#order-confirmation .text-md-center {
        text-align: center;
    }
    body#order-confirmation ._desktop-title {
        display: none;
    }
    body#order-confirmation #order-items .qty {
        margin-top: 1rem;
    }
    body#order-confirmation #order-items .qty > .row > div {
        width: 25%;
        flex: auto;
    }
    body#order-confirmation #order-items .order-line> div:nth-child(1) {
        width: 25%;
    }
    body#order-confirmation #order-items .order-line > div.details {
        width: 75%;
    }
    body#order-confirmation #order-items hr {
        border-top-color: #f6f6f6;
    }
    body#order-confirmation #order-details {
        padding-left: 15px;
        margin-top: 30px;
    }
    body#order-confirmation #order-items {
        font-size: 14px;
        border-right: 0;
    }
    body#order-confirmation #order-items .h3 {
        margin-bottom: 1.25rem;
    }
    body#order-confirmation #order-details>.card-title {
        margin-bottom: 1.275rem;
    }
}

@media(max-width: 992px) {
    body .__jivoMobileButton {
        transition: bottom 0.85s, opacity .1s;
        z-index: 150;
    }
    body.open-footer-page-menu .__jivoMobileButton {
        bottom: 75px;
    }
    body[data-type-menu-modal="main_menu"].active-mobile-scroll-header-top .header-top {
        position: static;
    }
    body[data-type-menu-modal="main_menu"] .__jivoMobileButton,
    body[data-type-menu-modal="menu"] .__jivoMobileButton {
        display: none;
    }
}

.text-xs-right {
    text-align: right;
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none;
    }
    .text-sm-center {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}
@media (max-width: 575px) {
    .hidden-xs-down {
        display: none;
    }
}

.label-pill {
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
    display: inline-block;
}
.page-order-detail .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 0 15px -10px #0089d1;
}

body#history #content .order-actions a {
    padding: 0 0.125rem;
}
body#history #main .page-content h6 {
    margin-bottom: 1.125rem;
    font-size: .9375rem;
}
body#history .orders .order {
    width: 100%;
    padding: 0.75rem 0;
}

.pay-order-data-link {
    font-size: 1.1em;
    color: #000000;
}

.image-slider_item_box > a {
    width: 100%;
}


.vk-banner {
    position: fixed;
    bottom: 20px;
    left: 15px;
    height: 68px;
    width: 68px;
    background: #5f7c99;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    z-index: 999999999;
    overflow: hidden;
    transition: bottom 0.85s;
}
.vk-banner .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
}
.vk-banner i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    font-size: 30px;
    color: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.vk-banner .fa-vk:before {
    content: "\f189";
}
.vk-banner a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}
.vk-banner:after {
    content: "";
    display: block;
    width: 0;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    box-shadow: 0 0 30px 10px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media(max-width: 768px) {
    .vk-banner {
        height: 65px;
        width: 65px;
        left: auto;
        right: 20px;
        bottom: 90px;
    }
    .open-footer-page-menu_actions .vk-banner {
        bottom: 164px;
    }
}

.product-price_block,
.cart-detailed-p_credit-price-text,
.cart-totals_value,
.cart-detailed-p_price-value,
.product-price_discount,
.price {
    font-family: 'Geometria', serif;
}

.page-title {
    line-height: 1.1;
}
.not-found_name {
    font-size: 17px;
}
.not-found_description {
    font-size: 15px;
}

.product-accessories {
    margin-bottom: 35px;
}
.product-flag--disabled.discount,
.product-block-credit_price-v--disabled {
    background-color: #e9e9e9;
    border-color: #d1d1d1;
    color: #202020;
    opacity: 0.65;
}
.product-block-credit_price-v {
    font-size: 1.05em;
}
.elem-product-availability i {
    vertical-align: middle;
    font-size: 1.6em;
    margin-top: -0.1em;
}
.images-container .product-cover .product-miniature_video-elem {
    font-size: inherit;
    position: static;
    margin-right: 0.05em;
}
.images-container .product-cover .product-cover_statuses {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    font-size: 2.1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
body .product-cover .slick-dots {
    flex-wrap: wrap;
}

.product-miniature_video-elem {
    background-color: transparent;
}
.product-miniature_video-elem_icon:before {
    content: '';
    background: url('../img/1_play_youtube.png') no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 30px;
}

.quickview-product .product-block_top-details,
.product-block_top-details {
    padding-right: 5px;
    padding-left: 5px;
}
.blockreassurance_product {
    margin-top: 20px;
}
.ngcbct-block-button-product {
    margin-bottom: 1.65em;
}
.product-nav-link-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.product-nav-link-info_item {
    flex: auto;
    width: 50%;
}
.ngafr-block-found-cheaper,
.ngafr-block-ask-question {
    margin-top: 0;
    margin-bottom: 1.1em;
}
.product-block_additional,
.product-consumer_block .ngpcd_consumer-data {
    box-shadow: 0 0 18px -10px #0089d1;
}
.ngafr-block-found-cheaper {
    order: 1;
}
.ngafr-block-ask-question {
    order: 3;
}
.product-nav-link-info_item--description {
    order: 2;
}
.product-nav-link-info_item--features {
    order: 0;
}
.block-more-text_info {
    overflow: hidden;
    line-height: 22px;
    max-height: 66px;
}
.block-more-text.active .block-more-text_info {
    max-height: none;
}
/*.block-more-text_info--original {
    display: none;
    margin-bottom: 0.8em;
}
.block-more-text.active .block-more-text_info--original {
    display: block;
}*/
.block-more-text_info--dev {
    display: inline;
}
.block-more-text.active .block-more-text_info--dev {
    display: none;
}
.block-more-text_info {
    font-size: 1.15em;
    color: #000000;
    margin-bottom: 0
}
.block-more-text_info > p {
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
}
.block-more-text_btn {
    font-size: 1.05em;
    font-weight: 500;
}
.block-more-text.active .block-more-text_btn {
    margin-top: 8px;
    display: inline-block;
}
.product-nav-link-info_a {
    font-size: 1.1em;
}
.product-consumer_block .ngpcd_consumer-data {
    padding: 15px 25px;
    margin-top: 13px;
}
.ngpcd_consumer-data_line {
    margin-bottom: 0.4em;
}
.ngpcd_consumer-data_label {
    font-weight: 600;
    font-size: .8em;
}
.ngpcd_consumer-data_value {
    font-size: .8em;
}
.product-block_additional {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-info-list_link {
    display: inline-block;
    padding-top: 0.15em;
}
.product-images-block {
    padding-top: 55px;
}
.quickview-product .product-images-block {
    padding-top: 20px;
}
.product-manufacturer {
    max-width: 150px;
}
.product-manufacturer_logo {
    max-height: 4.7em;
}
.product-next-description {
    border-radius: 5px;
    border: 1px solid #0089d1;
    padding: 10px 15px;
    color: #000000;
    margin-top: 19px;
}
.product-next-description_data_info {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.product-next-description_data_info:nth-last-child(1) {
    margin-bottom: 0;
}
.product-next-description_info_image {
    flex: 0 0 auto;
    padding-right: 13px;
    min-width: 37px;
}
.product-next-description_info_img {
    max-width: 24px;
}
.product-next-description_info_label {
    flex: 1 0 auto;
    font-size: 1.05em;
}
.product-check-delivery {
    box-shadow: 0 0 18px -10px #0089d1;
    border-radius: 16px;
    margin-top: 19px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 1.05em;
}
.product-check-delivery_image {
    padding-right: 1.1em;
}
.product-check-delivery_img {
    max-width: 30px;
}
.product-check-delivery_title {
    color: #000000;
}
.product-check-delivery_desc {
    margin-top: 0.2em;
}
.product-check-delivery_desc_link:not(:hover) {
    color: inherit;
}
.product-check-delivery_desc_link_img {
    text-transform: none;
    margin-left: 0.5em;
    vertical-align: middle;
    max-width: 21px;
}
.product-miniature_check-delivery-video-modal {
    z-index: 99999;
}
.product-info-list_block {
    background-color: #fff;
    padding: 15px 25px;
    box-shadow: 0 0 18px -10px #0089d1;
    border-radius: 16px;
    margin-top: 13px;
    font-size: 1.55em;
}
.product-info-list_block_title {
    font-weight: 600;
    font-size: .8em;
    margin-bottom: 0.4em;
}
.product-info-list_block_info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-info-list_block_info:nth-last-child(1) {
    margin-bottom: 0;
}
.product-info-list_block_info_image {
    flex: 0 0 auto;
    padding-right: 13px;
}
.product-info-list_block_info_img {
    max-width: 24px;
}
.product-info-list_block_info_label {
    flex: 1 0 auto;
    font-size: .8em;
}
.product-block_top-thumbnails_box .product-flag {
    font-size: 0.85em;
    padding: 4px 14px;
    border-radius: 0.5em;
}
.product-status-price {
    background-color: #f5dd00;
    color: #000000;
    padding: 0.3em 1.2em;
    border-radius: 0.5em;
    line-height: 1.2;
    font-size: 0.45em;
    font-weight: 600;
    display: inline-block;
}
.wrapper-container .product-block_actions-top_thumbnails {
    position: static;
}
.product-container_actions {
    width: 100%;
}
.product-top-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.product-top-actions .product-manufacturer {
    max-width: 71px;
    margin-bottom: 20px;
}
.product-top-actions .product-top-actions_data {
    margin-bottom: 20px;
}
.product-top-actions .ngsb-shares_content .social-sharing_list {
    justify-content: flex-start;
}
.ngsb-shares_box-list {
    top: -20px;
    right: -20px;
}
.product-top-actions .ngsb-shares_content .ngsb-shares_box-list {
    z-index: 3;
    transform: translateX(-92%);
    left: 50%;
    top: -22px;
    max-width: 67vw;
}
.product-reviews-list .product-list-reviews .grade-info {
    font-size: 1.25em;
}
.product-top-block {
    margin-bottom: 40px;
}
.product-banners-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 60px;
}
.product-banners-top_item {
    padding-left: 8px;
    padding-right: 8px;
    width: 5%;
    flex: auto;
    margin-bottom: 15px;
}
.product-banners-top_box {
    box-shadow: 0 0 15px -10px #0089d1;
    padding: 2.9em 1.3em;
    border-radius: 1.3em;
    color: #000000;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.product-banners-top_link-box:hover .product-banners-top_box,
.product-banners-top_box.active {
    background-color: #0089d1;
    box-shadow: none;
    color: #ffffff;
}
.product-banners-top_image {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    max-width: 3.4em;
    height: 3.4em;
    margin-left: auto;
    margin-right: auto;
}
.product-banners-top_img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.product-banners-top_img--hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.product-banners-top_link-box:hover .product-banners-top_img--hidden,
.product-banners-top_box.active .product-banners-top_img--hidden {
    opacity: 1;
    visibility: visible;
}
.product-banners-top_link-box:hover .product-banners-top_img:not(.product-banners-top_img--hidden),
.product-banners-top_box.active .product-banners-top_img:not(.product-banners-top_img--hidden) {
    opacity: 0;
    visibility: hidden;
}
.product-banners-top_title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

.product-cover {
    border-radius: 0;
}

.product-miniature_thumbnail .product-status-price {
    font-size: 0.6em;
}
.product-block_top-thumbnails .product-flags .product-status-price {
    display: none;
}

@media(max-width: 992px) {
    .quickview-product .product-block_top-details,
    .product-block_top-details {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-page-block_info-add-to-cart {
        display: flex;
    }
    .product-block_additional-block {
        width: 50%;
        padding-right: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    .product-block_additional {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product-consumer_block {
        width: 50%;
        padding-left: 8px;
        font-size: 1.05em;
    }
    .product-consumer_block .ngpcd_consumer-data {
        margin-top: 0;
    }
    .product-block_additional_bottom,
    .product-block_additional_top {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0.9em;
    }
    .product-block_additional_top {
        width: 40%;
        margin-bottom: 0;
    }
    .product-block_additional_bottom {
        width: 60%;
    }
    .product-banners-top {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .product-consumer_block .ngpcd_consumer-data {
        margin-top: 13px;
    }
    .product-page-block_info-add-to-cart {
        flex-wrap: wrap;
    }
    .product-block_additional-block,
    .product-consumer_block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .product-consumer_block {
        font-size: 1.05em;
    }
    .product-block_additional {
        width: 100%;
        padding: 25px 15px;
    }
    .product-block_additional_top,
    .product-block_additional_bottom {
        width: 100%;
    }
    .product-info-list_line {
        justify-content: left;
    }
    .product-block_additional_bottom,
    .product-block_additional_top {
        font-size: 1em;
    }
    .product-block-credit {
        margin-bottom: 25px;
    }
    .product-block_details-info_resp .product-block_details-info_block {
        margin-top: 25px;
    }
    .product-top-block_h-left {
        margin-bottom: 60px;
    }
    .product-block_top-additional {
        padding-left: 15px;
        padding-right: 15px;
    }
    .quickview-product.product-block_additional-block,
    .quickview-product.product-consumer_block {
        padding-left: 0;
        padding-right: 0;
    }
    .quickview-product .modal-body {
        padding-bottom: 30px;
    }
    .quickview-product .product-consumer_block {
        margin-top: 15px;
        padding-left: 0;
    }
    .quickview-product .product-block_actions-top_thumbnails {
        margin-right: 15px;
        margin-top: -40px;
    }
    .quickview-product .product-top-block_h-left {
        margin-top: 25px;
    }
    .product-banners-top {
        margin-top: -25px;
    }
    .product-banners-top_item {
        width: 100%;
    }
    .product-banners-top_box {
        font-size: 1.15em;
    }
    .product-banners-top_title {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-top-block {
        position: relative;
    }
    .product-block_top-thumbnails,
    .product-cover {
        position: static;
    }
    .product-block_top-thumbnails_box .product-flags {
        left: 15px;
    }
    .images-container .product-cover .product-cover_statuses {
        right: 16px;
    }
    .images-container .product-cover .product-miniature_video-elem {
        margin-right: 0.1em;
    }
    .images-container .product-cover .product-miniature_video-elem_icon:before {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 500px) {
    .category-products .product-headline-title,
    .featured-products .product-headline-title,
    .nglpbf-filter-products .headline-products_title {
        font-size: 6.1vw;
    }
}

.elem-product-availability {
    font-size: 1.15em;
}
.product-emailalerts_title {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-size: 1.15em;
}
.product-emailalerts_form-control {
    margin-bottom: 0.6rem;
}
.product-emailalerts_btn {
    font-size: 1.15em;
    min-height: 3.1em;
    font-weight: 500;
    padding: 0.3em 0.95em;
    width: 100%;
}
.product-emailalerts .alert {
    margin-top: 0.5rem;
    margin-bottom: 0;
    line-height: 1.2;
}


/* 15.07.2024 */

.cms_top-banner2 {
    position: relative;
    margin-bottom: 75px;
}
.cms_top-banner2_fon {
    max-width: 100%;
    overflow: hidden;
}
.cms_top-banner2_fon_img {
    min-width: 112%;
    position: relative;
    left: 49.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cms_top-banner2_fon_img--tablet {
    display: none;
}
.cms_top-banner2_fon_img--mobile {
    display: none;
}
.cms_top-banner2_data {
    position: absolute;
    top: calc(50% - 1.5em);
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.cms_top-banner2_box,
.cms_top-banner2_title_h1 {
    color: #ffffff;
}
.cms_breadcrumb .breadcrumb_list {
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cms_breadcrumb .breadcrumb_title {
    font-size: inherit;
}
.cms_top-banner2_breadcrumb {
    margin-bottom: 2.8em;
    font-size: 1.1em;
}
.cms_top-banner2_breadcrumb .breadcrumb_title {
    font-size: 1em;
}
.cms_top-banner2_title {
    font-size: 2.93em;
    line-height: 1.4;
    font-family: 'Gotham Pro', serif;
    padding-right: 0.7em;
}
.cms_top-banner2_title_h1 {
    display: inline;
}
.cms_top-banner2_badge {
    color: #000;
    background-color: #ffe401;
    padding: 0 0.22em;
    border-radius: 0.2em;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.025em;
    vertical-align: middle;
}
.cms_top-banner2_description {
    font-size: 1.31em;
    margin-top: 1.4em;
    line-height: 1.4;
    font-family: 'Gotham Pro', serif;
}
.cms_top-banner2_description_block {
    max-width: 25em;
    margin-bottom: 0;
}
.cms_box--list {
    margin-bottom: 19px;
}
.cms_box_title {
    font-family: 'Gotham Pro', serif;
    font-weight: 600;
    font-size: 1.9em;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0.9em;
}
.cms_box_info-col-min {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 40px;
}
.cms_box_info-col-max {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 25px;
}
.cms_box_info-line {
    font-size: 1.22em;
    color: #000000;
    line-height: 1.3;
}
.cms_box_info-line--active {
    color: #0089d1;
}
.cms_box_info-line--active a,
.cms_box_info-line--active a:hover {
    color: inherit;
}
.cms_box_info-line_icon {
    margin-right: 0.15em;
    font-size: 1.2em;
    vertical-align: middle;
    min-width: 1em;
    display: inline-block;
}
.cms_box_info-line_icon--location:before {
    content: '\E904';
}
.cms_box_info-line_icon--navigation:before {
    content: '';
    background: url('../img/icon_navigation.svg') no-repeat center;
    background-size: 100%;
    display: block;
    width: 0.95em;
    height: 0.95em;
}
.cms_box_info-line_text {
    vertical-align: middle;
}
.cms_box_info-line--mb {
    margin-bottom: 0.7em;
}
.cms_box_info-line--weight {
    font-weight: 500;
}
.cms_box_description {
    color: #000000;
    font-size: 1.22em;
    line-height: 1.4;
    margin-top: 1.4em;
}
.cms_box_btn-dealer {
    font-weight: 500;
    min-height: 3.4em;
}
.cms_box_btn-dealer:not(:hover) {
    color: #0089d1;
    background-color: #ffffff;
}
.cms_box_btn-dealer_icon {
    font-size: 1.2em;
    margin-left: 0.3em;
}
.cms_box_btn-dealer_icon:before {
    content: '\e94b';
}
.cms_box_actions-bottom {
    width: 100%;
    margin-bottom: 5px;
}
.cms_box_actions-bottom--display-768 {
    display: none;
    margin-top: 35px;
}
body .owl-carousel.owl-carousel-display.cms_slider.owl-loaded {
    flex-wrap: wrap;
}
.cms_slider.owl-carousel:not(.owl-loaded) {
    overflow: hidden;
    border-radius: 1.1em;
}
.cms_slider.owl-carousel .owl-stage-outer {
    width: 100%;
    border-radius: 1.1em;
}
.cms_slider.owl-carousel .owl-dots {
    position: absolute;
    top: calc(100% + 1em);
}
.cms_slider.owl-carousel button.owl-dot {
    width: 1.1rem;
    height: .35rem;
    border-radius: 0.5em;
}
.cms_slider.owl-carousel button.owl-dot.active {
    width: 1.75rem;
}
.cms_slider_item {
    display: inline-flex;
    border-radius: 1.1em;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
}
.cms_slider.owl-carousel:not(.owl-loaded) .cms_slider_item {
    min-width: 100%;
}
.cms_slider_image,
.cms_slider_img {
    width: 100%;
}
.cms_slider_content {
    position: relative;
    top: -0.2em;
}
.cms_slider_prev,
.cms_slider_next {
    position: absolute !important;
    top: 50%;
    color: #fff;
    width: 1.35em;
    height: 1.35em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    z-index: 1;
    background-color: #0089d1;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cms_slider_prev {
    left: calc(-3px - 1.35em);
}
.cms_slider_next {
    right: calc(-3px - 1.35em);
}
.cms_slider_prev_icon:before {
    content: '\e94a';
}
.cms_slider_next_icon:before {
    content: '\e94b';
}
.cms_map {
    position: relative;
    min-height: 75px;
    margin-bottom: 32px;
}
.cms_map_maps_dealers {
    border-radius: 1.1em;
    overflow: hidden;
}
.cms_map_maps {
    height: 38em;
    width: 100%;
}
.cms_map_filters {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    top: 2em;
    left: 2em;
    background-color: #ffffff;
    padding: 1em 2em;
    box-shadow: 0 0 15px -9px #008ad2;
    border-radius: 1.1em;
}
.cms_map_filters_label {
    color: #000000;
    font-weight: 600;
    margin-right: 1.7em;
    font-size: 1.19em;
}
.cms_map_filters_select {
    flex: auto;
}
.cms_map_filters_select-elem {
    min-height: 3.35em;
    border-radius: 0.5em;
    border: 1px solid #f1f1f1;
    font-size: 1.25em;
    padding-left: 1.35em;
    padding-right: 2.2em;
    background-image: url('../img/contact/select.png');
    background-repeat: no-repeat;
    background-position: right 0.9em top 50%,0 0;
    background-color: #f8f8f8;
    background-size: 9px;
    min-width: 19em;
    width: 100%;
}
.cms_map_maps_dealers [class*="copyright__content-cell"],
.cms_map_maps_dealers [class*="copyright__logo-cell"] {
    display: none;
}

@media (max-width: 1200px) {
    .cms_top-banner2 {
        font-size: 0.95vw;
        margin-bottom: 50px;
    }
    .cms_top-banner2_fon_img {
        min-width: 150%;
    }
}
@media (max-width: 992px) {
    .cms_top-banner2_fon_img--pc {
        display: none;
    }
    .cms_top-banner2_fon_img--tablet {
        display: block;
    }
    .cms_top-banner2 {
        font-size: 1.2vw;
    }
    .cms_top-banner2_breadcrumb {
        display: none;
    }
    .cms_top-banner2_title_h1 {
        display: inline-block;
        width: 100%;
    }
    .cms_top-banner2_badge {
        padding: .1em 0.42em 0.1em 50px;
        margin-left: -50px;
    }
    .cms_top-banner2_data {
        top: 50%;
        padding-left: 30px;
    }
    .cms_top-banner2_fon_img {
        min-width: 135%;
        left: 35%;
    }
    .cms_breadcrumb .breadcrumb_list {
        font-size: 1.2em;
    }
    .cms_box_info-col-min,
    .cms_box_info-col-max {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cms_box_info-col-max {
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .cms_box_info-data {
        font-size: 1.1em;
    }
    .cms_box_info-line {
        display: inline-block;
        margin-right: 2em;
    }
    .cms_slider_content {
        margin-left: 35px;
        margin-right: 35px;
    }
    .cms_slider.owl-carousel:not(.owl-loaded) .cms_slider_item {
        min-width: 50%;
    }
    .cms_map {
        margin-bottom: 35px;
    }
    .cms_map_maps {
        height: 35em;
    }
    .cms_map_filters {
        position: static;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .cms_top-banner2_fon_img--tablet {
        display: none;
    }
    .cms_top-banner2_fon_img--mobile {
        display: block;
    }
    .cms_top-banner2_data {
        padding-left: 0;
        top: calc(50% - 1em);
    }
    .cms_top-banner2_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cms_top-banner2 {
        font-size: 2.5vw;
    }
    .cms_top-banner2_fon_img {
        min-width: 308%;
        left: 50%;
    }
    .cms_top-banner2_title_h1 {
        padding-right: 1em;
    }
    .cms_breadcrumb .breadcrumb_list {
        margin-top: 5px;
    }
    .cms_box_title {
        font-size: 1.7em;
    }
    .cms_box_info-col-max {
        margin-bottom: 20px;
    }
    .cms_box_info-line {
        width: 100%;
        margin-right: 0;
        font-size: 1.12em;
    }
    .cms_box_actions-bottom--display-768 {
        display: inline-flex;
        justify-content: center;
    }
    .cms_box--page-dealers {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .cms_slider_content {
        margin-left: -8px;
        margin-right: -8px;
    }
    .cms_slider_prev {
        left: calc(-0.35em);
    }
    .cms_slider_next {
        right: calc(-0.35em);
    }
    .cms_slider.owl-carousel:not(.owl-loaded) .cms_slider_item {
        min-width: 100%;
    }
    .cms_map_filters {
        box-shadow: none;
        padding: 0;
        flex-wrap: wrap;
    }
    .cms_map_filters_label {
        width: 100%;
        margin-bottom: 20px;
    }
    .cms_map_filters_select {
        width: 100%;
    }
    .cms_map_maps {
        height: 28em;
    }
}

.header-nav {
    padding-top: 35px;
    margin-top: 0;
}
@media (max-width: 992px) {
    #header .header-nav {
        padding-top: 35px;
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    #header .header-nav {
        padding-top: 18px;
        margin-top: 0;
    }
}

.content-links-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
}
.content-links-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-links-list li {
    display: inline-flex;
    margin-bottom: 4px;
    margin-right: 4px;
}
.content-links-list li > a {
    display: inline-flex;
    padding: 4px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    line-height: 1.2;
    font-size: 14px;
    -webkit-transition: color 0.3s, border 0.3s;
    -mox-transition: color 0.3s, border 0.3s;
    -o-transition: color 0.3s, border 0.3s;
    transition: color 0.3s, border 0.3s;
}
.content-links-list li > a:hover {
    border: 1px solid #0089d1;
}

.header-scroll {
    top: 0;
    transition: top 0.3s;
}
/*.header-nav,
.header-top_container {
    transition: margin 0.3s, padding 0.3s;
}*/
.video-block {
    display: inline-flex;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-bottom: 36px;
    min-height: 50px;
}
.video-block_iframe {
    height: 328px;
    border: 0;
}
.product-miniature_quick-view_text:after {
    content: attr(data-text);
}
.product-miniature_status:after {
    content: attr(data-text);
}
.products--grid.products--miniature,
.products--list.products--miniature {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.products--miniature.thumbnail-container {
    width: 100%;
}
.products_container .owl-item .product-miniature-box {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
}
.banner-discount-top-page_image {
    width: 100%;
}

@media (min-width: 992px) {
    .header-scroll-active-desktop .header-scroll {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 101;
        border-bottom: 0;
        box-shadow: 0 1px 7px -4px #0089d1;
    }
    .header-scroll-active-desktop .header-scroll .header-nav {
        padding-top: 15px;
        margin-bottom: 25px;
    }
    .header-scroll-active-desktop .header-scroll .header-top_container {
        margin-bottom: 20px;
    }
    .header-scroll-active-desktop .header-scroll .header-top {
        border-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header-scroll-active-tablet .header-scroll {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #ffffff;
        z-index: 101;
        border-bottom: 0;
        box-shadow: 0 1px 7px -4px #0089d1;
    }
    .header-scroll-active-tablet #header .header-scroll .header-nav {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .header-scroll-active-tablet #header .header-scroll .header-top_container {
        margin-bottom: 15px;
    }
    .header-scroll-active-tablet .header-scroll .header-top {
        border-bottom: 0;
    }
}
@media (max-width: 768px) {
    .active-mobile-scroll-header-top .header-top {
        position: relative;
        padding-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }
    .header-scroll-active-mobile .header-scroll {
        position: fixed;
        width: 100%;
        top: -42px;
        left: 0;
        background-color: #ffffff;
        z-index: 101;
        border-bottom: 0;
        box-shadow: 0 1px 7px -4px #0089d1;
    }
    .header-scroll-active-mobile .header-scroll .header-top {
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    body .product-cover .slick-dots {
        display: flex;
        justify-content: center;
    }
    body .product-cover .slick-dots li button {
        color: transparent;
    }
}

@media (max-width: 768px) {
    body .product-cover_block-images .slick-dots {
        display: block;
        position: absolute;
        text-align: center;
        bottom: -2em;
        width: 100%;
        margin: 0 -0.1em;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
        ms-scrollbar-width: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        text-indent: 0;
        max-width: 4.9em;
        left: 50%;
        padding-left: 0.8em;
        padding-right: 0.8em;
        border-radius: 0.3em;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: text-indent 0.3s;
        -moz-transition: text-indent 0.3s;
        -o-transition: text-indent 0.3s;
        transition: text-indent 0.3s;
    }
    body .product-cover_block-images .slick-dots::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    body .product-cover_block-images .slick-dots:before,
    body .product-cover_block-images .slick-dots:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0.8em;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 0 4px 1px #ffffff;
        pointer-events: none;
    }
    body .product-cover_block-images .slick-dots:before {
        left: 0;
    }
    body .product-cover_block-images .slick-dots:after {
        right: 0;
    }
    body .product-cover_block-images .slick-dots li {
        display: inline-flex;
        height: 0.65em;
        min-height: 0.65em;
        width: 0.65em;
        min-width: 0.65em;
        overflow: hidden;
        background-color: #DDDDDD;
        border-radius: 100%;
        margin-left: 0.1em;
        margin-right: 0.1em;
        cursor: pointer;
        vertical-align: middle;
        text-indent: 0 !important;
        -webkit-transition: background 0.3s, height 0.3s, width 0.3s;
        -moz-transition: background 0.3s, height 0.3s, width 0.3s;
        -o-transition: background 0.3s, height 0.3s, width 0.3s;
        transition: background 0.3s, height 0.3s, width 0.3s;
    }
    body .product-cover_block-images .slick-dots li.slick-active {
        height: 0.9em;
        min-height: 0.9em;
        width: 0.9em;
        min-width: 0.9em;
        background-color: #0188cc;
    }
    body .product-cover_block-images .slick-dots li button {
        width: 100%;
        height: 100%;
        border: 0;
        background-color: transparent;
        text-indent: 99999px;
        cursor: pointer;
    }
}



:root {
    --wk-blue: #098DD2;
    --wk-text: #4f4f4f;
    --wk-text-light: #7f878b;
    --wk-border: #d9dddf;
    --wk-bg: #f8f9fa;
    --wk-white: #FEFEFE;
    --wk-title: #1f1f1f;
    --wk-radius: 18px;
    --wk-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
}
.wk-content {
    color: var(--wk-text);
    line-height: 1.65;
}
.wk-content h1 {
    font-size: 28px;
}
.wk-content h2 {
    font-size: 25px;
}
.wk-content h3 {
    font-size: 21px;
}
.wk-content h4 {
    font-size: 18px;
}
.wk-content h5 {
    font-size: 16px;
}
.wk-content h6 {
    font-size: 16px;
}
.wk-section {
    background: var(--wk-white);
    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius);
    padding: 28px;
    margin-bottom: 20px;
    box-shadow: var(--wk-shadow);
}
.wk-section--soft {
    background: var(--wk-bg);
}
.wk-section--accent {
    border-left: 5px solid var(--wk-blue);
    background: #ffffff;
}
.wk-title {
    margin: 0 0 18px;
    color: var(--wk-title);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.wk-subtitle {
    margin: 0 0 16px;
    color: var(--wk-title);
    /*font-size: 24px;*/
    line-height: 1.25;
    font-weight: 700;
}
.wk-card-title {
    margin: 0 0 12px;
    color: var(--wk-title);
    /*font-size: 20px;*/
    line-height: 1.3;
    font-weight: 700;
}
.wk-mini-title {
    margin: 0 0 10px;
    color: var(--wk-title);
    /*font-size: 18px;*/
    line-height: 1.3;
    font-weight: 700;
}
.wk-br,
.wk-content p {
    margin-bottom: 1rem;
}
.wk-content p:nth-last-child(1) {
    margin-bottom: 0;
}
.wk-content ol,
.wk-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.wk-lead {
    font-size: 17px;
    color: #404040;
}
.wk-muted {
    color: var(--wk-text-light);
    font-size: 14px;
}
.wk-grid {
    display: grid;
    gap: 18px;
}
.wk-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wk-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wk-card {
    background: #fbfbfb;
    border: 1px solid var(--wk-border);
    border-radius: 16px;
    padding: 22px;
    height: 100%;
}
.wk-card--white {
    background: #ffffff;
}
.wk-list {
    list-style: none;
}
.wk-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: var(--wk-text);
}
.wk-list li:last-child {
    margin-bottom: 0;
}
.wk-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wk-blue);
}
.wk-num-list {
    counter-reset: wk-counter;
    list-style: none;
}
.wk-num-list li {
    counter-increment: wk-counter;
    position: relative;
    padding-left: 56px;
    margin-bottom: 18px;
    min-height: 40px;
    color: var(--wk-text);
}
.wk-num-list li:last-child {
    margin-bottom: 0;
}
.wk-num-list li::before {
    content: counter(wk-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--wk-blue);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
}
.wk-note {
    background: #f5fbfe;
    border: 1px solid #d8edf8;
    border-left: 5px solid var(--wk-blue);
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 16px;
    color: #505050;
}
.wk-warning {
    background: #fffaf4;
    border: 1px solid #f2e5d4;
    border-left: 5px solid #d9913a;
    border-radius: 14px;
    padding: 16px 18px;
    color: #505050;
}
.wk-table-wrap {
    overflow-x: auto;
    margin-top: 18px;
    border: 1px solid var(--wk-border);
    border-radius: 14px;
    background: #ffffff;
}
.wk-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}
.wk-table th,
.wk-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid var(--wk-border);
    vertical-align: top;
    font-size: 15px;
    color: var(--wk-text);
}
.wk-table th {
    background: #f7f8f9;
    color: var(--wk-title);
    font-weight: 700;
}
.wk-table tr:last-child td {
    border-bottom: none;
}
.wk-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.wk-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f8fafb;
    border: 1px solid var(--wk-border);
    color: #444;
    font-size: 14px;
    font-weight: 600;
}
.wk-faq {
    display: grid;
    gap: 14px;
}
.wk-faq details {
    background: #ffffff;
    border: 1px solid var(--wk-border);
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
}
.wk-faq summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--wk-title);
    position: relative;
}
.wk-faq summary::-webkit-details-marker {
    display: none;
}
.wk-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--wk-blue);
    font-weight: 400;
}
.wk-faq details[open] summary::after {
    content: "–";
}
.wk-faq-answer {
    padding: 0 20px 18px;
    color: var(--wk-text);
}
.wk-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(135deg, #f7fcff 0%, #f2fafe 100%);
    border: 1px solid #d8edf8;
    border-radius: 18px;
    padding: 22px;
}
.wk-cta-text {
    flex: 1 1 420px;
}
.wk-meta {
    margin-top: 10px;
    font-size: 14px;
    color: var(--wk-text-light);
}
.wk-text {
    font-size: 16px;
}
.wk-link {
    color: var(--wk-blue);
    text-decoration: none;
}
.wk-link:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .wk-grid--3 {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .wk-section {
        padding: 20px;
        border-radius: 16px;
    }
    .wk-title {
        font-size: 25px;
    }
    .wk-subtitle {
        font-size: 21px;
    }
    .wk-card-title {
        font-size: 18px;
    }
    .wk-grid--2,
    .wk-grid--3 {
        grid-template-columns: 1fr;
    }
    .wk-num-list li {
        padding-left: 50px;
    }
    .wk-table th,
    .wk-table td {
        font-size: 14px;
        padding: 12px 14px;
    }
    .wk-cta {
        padding: 18px;
    }
}