@media (min-width: 1900px) {
    .container {
        max-width: 1800px;
    }
}

@media (max-width: 1024px) {
    video {
        max-width: 450px;
        max-height: 450px;
        margin-bottom: 55px;
    }

}

.faq_radio_text {
    cursor: pointer;
}

.faq_radio_text input {
    display: none;
}

.faq_radio_text.is-checked {
    color: #fff;
    background-color: #009B7A;
}

.pagination-block__pagination li.is-active {

    font-size: 1.18056vw;

    border: 1px solid #F1F3FA;
    width: 3.81944vw;
    height: 3.81944vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #009B7A;
    color: #fff;
}

a.logout-link:hover, a.logout-link svg {
    color: #fe1000;
}

.tags-news-checkbox, .tags-video-checkbox {
    display: none;
}

.tags-news span {
    font-size: 16px;
    line-height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2.5vw;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.69444vw 1.66667vw;
    color: #009B7A;
    font-weight: 500;
    cursor: pointer;
}

input.tags-news-checkbox:checked + span, input.tags-video-checkbox:checked + span {
    background-color: #009B7A;
    color: #fff;
}

input.tags-article-checkbox:checked + span {
    background-color: #009B7A;
    color: #fff;
}

.tags__item-article {
    cursor: pointer;
}

.tags-article-checkbox {
    display: none;
}

.product-box__notavailable {
    color: #D32323;
    font-size: 0.90278vw;
    margin-top: 0.20833vw;
    margin-bottom: 1.04167vw;
}

.delivery-method {
    display: none;
}

.catalog__main {
    padding-left: 0;
}

/*.catalog__products-main-page.catalog__products .product {*/
/*    -ms-flex-preferred-size: calc(25% - 1.38889vw);*/
/*    flex-basis: calc(25% - 1.38889vw);*/
/*}*/

.area-input {
    display: none;
}

.area-checkbox {
    cursor: pointer;
}

.area-checkbox.active {
    color: #fff;
    background-color: #009B7A;
}

.theme-label-item {
    cursor: pointer;
}

.theme-label-item.is-active {
    color: #fff;
    background-color: #009B7A;
}

.basket-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-theme {
    display: none;
}

.delivery__tab .input-person-type {
    display: none;
}

.crumbs ol {
    flex-wrap: wrap;
}

.product-no-photo {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-no-photo img {
    min-width: 150px;
}

.jq-selectbox {
    -webkit-box-shadow: 0px 10px 40px rgb(148 164 180 / 10%);
    box-shadow: 0px 10px 40px rgb(148 164 180 / 10%);
    /*height: 3.75vw;*/
    height: 54px;
    width: 100%;
    /*margin-left: 2.08333vw;
    margin-right: 1.38889vw;*/
    box-sizing: border-box;
    border-radius: 2.5vw;
}

.jq-selectbox .jq-selectbox__select {
    height: 100%;

    border-bottom-color: transparent;

    background: #fff;
    box-shadow: none;
    font: unset;
    color: #333;
    text-shadow: none;

    border: none;
    width: 100%;
    margin: 0;
    border-radius: 2.5vw;

    padding: 12px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1024px) {

    .video-vid {

        padding-bottom: 50px !important;
    }
}

.video-vid {
    display: flow;
    padding-bottom: 5px;
    position: relative;
}

iframe {
    display: block;
    outline: none;
    border-radius: 15px;
    border: none;
}

.video-vid a iframe {
    height: 86%;
    width: 99%;
}

.jq-selectbox .jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none !important;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;

    border: none;


    width: 0.625vw;
    height: 0.625vw;
    background: url(../images/sprites/svg/dir-select.svg) no-repeat center center;


    background-size: 0.625vw;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.jq-selectbox .jq-selectbox__trigger {
    border-left: none;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background: url(../images/sprites/svg/dir-select--active.svg) no-repeat center center;
    width: 0.625vw;
    height: 0.625vw;
}

.jq-selectbox__select-text {
    font-weight: 400;
    color: #343B4C;
    /*font-size: 1.04167vw;*/
}

.jq-selectbox .jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}

.jq-selectbox.opened .jq-selectbox__select {
    border-radius: 2.5vw 2.5vw 0 0;
}

.jq-selectbox.opened.dropup .jq-selectbox__select {
    border-radius: 0 0 2.5vw 2.5vw;
}


.jq-selectbox .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
    box-shadow: none;
    /*max-height: 400px;*/

    font: 14px/18px Arial, sans-serif;
    border: 1px solid #F1F3FA;
    border-radius: 0 0 2.08333vw 2.08333vw !important;
    /*overflow: scroll;*/
    padding-bottom: 0.41667vw;
    background-color: #fff;
}

.jq-selectbox.opened.dropup .jq-selectbox__dropdown {
    border-radius: 2.08333vw 2.08333vw 0 0 !important;
    border: none;
}

.js-styled .jq-selectbox__search input {
    box-sizing: border-box;
    width: 88%;
    margin: 0 17px;
    box-sizing: border-box;
    padding: 5px 27px 6px 27px;
    border: 1px solid #f1f2f9;
    border-radius: 2.5vw;
    outline: none;
    height: 3.75vw;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    background: none;
}

.js-styled .jq-selectbox__not-found {
    padding: 1rem;
    background: #fff;
}

.js-styled.opened.dropup .jq-selectbox__search input {
    margin: 17px 17px 0 17px;
}

.jq-selectbox.js-styled li {
    color: #343B4C;
    /*font-size: 1.04167vw;*/
    border: none;
    padding: 0.97222vw 0;
    padding-left: 2.08333vw;
}

.jq-selectbox.js-styled li:hover, .jq-selectbox.js-styled li.selected {
    background-color: #fff;
    color: #009B7A;
}

.form-zindex {
    z-index: 2;
}

.form-zindex-up {
    z-index: 999;
}

.form-zindex .suggestions-wrapper {

    z-index: 99;
}

.top-z-index-row {
    position: relative;
    z-index: 99;
}

.delivery__form .form__wrapper {
    overflow: unset;
}

.delivery__form {
    margin-top: 2.08333vw;
}

.product-box .product-no-photo {
    min-height: 254px;
    max-height: 254px;
}

.form-timer {
    text-align: right;
}

.form-timer span {
    color: #009B7A;
}

.btn-confirm, .btn-resend {
    height: 41px !important;
    margin-top: 8px;
    margin-left: 32px;
}

.d-none {
    display: none;
}

.delivery__prev-add .nativejs-select {
    z-index: 101;
}

.order-success-text {
    text-transform: capitalize;
}

#block-search .slick-list {
    width: 100%;
}

.form__input--login.form__input--first-top {
    border-top-left-radius: 2.08333vw;
}

.form__input--password.form__input--last-top {
    border-top-right-radius: 2.08333vw;
}

.product-box--lines .product-box__image {
    width: 100%;
}

.product-box__gallery .slick-list {
    width: 100%;
}

.nav ul li.active a {
    color: #009B7A;
}

.footer__map-wrapper {
    height: 100%;
}

#long-val::-webkit-outer-spin-button,
#long-val::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cookie {
    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 999999;
}

.cookie-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
    background-color: #fff;
    border-radius: 2.5vw;
    -webkit-box-shadow: 0px -5px 40px rgb(148 164 180 / 10%);
    box-shadow: 0px -5px 40px rgb(148 164 180 / 10%);
    max-width: 1080px;
}

.cookie-block button {
    margin: 0 1rem;
}

.pagination-block__pagination li.disabled a {
    color: #5A6C7D;
    background: #f2f3fa;
}

.cabinet__main .order__product-list {
    margin-bottom: 1.59722vw;
}

.load {
    opacity: 0.3;
}

.load::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.jsDeliveryCostCont {
    margin-top: 1rem;
}

.order__delivery {
    max-width: 330px;
}

.catalog-menu__item-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page__tabs {
    justify-content: flex-start;
}

.product-gallery__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.product-box__gallery-slide img {
    margin: 0 auto;
}

.product-gallery__item a img {
    max-height: 411px;
}

.product-box__gallery-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.mb-5 {
    margin-bottom: 5rem;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
    width: 220px;
}

.form .input-notempty + .form__label + .form__label--error, .form .input-notempty + .suggestions-wrapper + .form__label + .form__label--error, .form .input-notempty + .suggestions-wrapper + .form__label {
    font-size: 10px;
    top: 0.55556vw;
}

.typography ul li {
    display: block;
    padding-left: 8vmin;
    position: relative;
}

.typography ul li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#pickups-list {
    padding-top: 0.5rem;
}

.dne__type--orange {
    background-color: #ff8a00;
}

.form__input--bottom-left-radius {
    border-bottom-left-radius: 30px;
}

.ui-datepicker {
    z-index: 10 !important;
    border: 1px solid #c5c5c5 !important;
}

.search-page__wrapper.no-goods-found {
    margin-top: 1vw;
}

.search-hints__other {
    margin-top: 1vw;
}

body:not(.main-page) .cert {
    background-color: #f7f9ff;
}

.cert-slider__item {
    max-width: 255px;
    text-align: center;
}

.slick-slide .cert-slider__item img {
    margin: 0 auto;
}

.subcatalog-page__seo-top {
    margin-bottom: 2.375vw;
}

.main-slider .btn-slider {
    background-color: #009b7a1f;
    border: 1px solid #009b7a1f;
}

.main-slider .btn-slider:hover {
    background-color: #009b7a;
    border: 1px solid #009b7a;
}

.dne__type--red {
    background-color: #EB5757;
}

.dne__type--red:hover {
    background-color: #ff251b;
}

.dne__type--orange {
    background-color: #F2994A;
}

.dne__type--orange:hover {
    background-color: #cc6e00;
}

.dne__type--yellow {
    background-color: #F2C94C;
}

.dne__type--yellow:hover {
    background-color: #efbe29;
}

.dne__type--green {
    background-color: #219653;
}

.dne__type--green:hover {
    background-color: #1d8900;
}

.dne__type--green-light {
    background-color: #27AE60;
}

.dne__type--green-light:hover {
    background-color: #399d63;
}

.dne__type--green-clear {
    background-color: #6FCF97;
}

.dne__type--green-clear:hover {
    background-color: #54b17a;
}

.dne__type--blue {
    background-color: #2F80ED;
}

.dne__type--blue:hover {
    background-color: #0c62d5;
}

.dne__type--blue-light {
    background-color: #2D9CDB;
}

.dne__type--blue-light:hover {
    background-color: #1373ab;
}

.dne__type--blue-clear {
    background-color: #56CCF2;
}

.dne__type--blue-clear:hover {
    background-color: #1373ab;
}

.dne__type--purple-clear {
    background-color: #BB6BD9;
}

.dne__type--purple-clear:hover {
    background-color: #9c49bb;
}

.dne__type--purple-light {
    background-color: #922DCF;
}

.dne__type--purple-light:hover {
    background-color: #6e12a5;
}

.dne__type--purple {
    background-color: #760F86;
}

.dne__type--purple:hover {
    background-color: #4f085a;
}

#resend-confirm .profile__delevery-btn {
    cursor: pointer;
}

.through-block-wrap {
    padding: 92px 0;
}

.through-block-wrap + .through-block-wrap {
    padding-top: 0;
}

.form .input-notempty + .form__label + .form__label--error {
    font-size: .76389vw;
    top: 0.55556vw;
    z-index: 2;
}

.date-input {
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #fff;
    padding: 1rem;
}

.company-input {
    opacity: 0;
    font-size: 0;
    height: 0;
    display: none;
    width: 0;
    margin: 0;
    padding: 0;
}

.search-page__subtitle {
    width: 100%;
}

.search-hints__item-image {
    align-items: center;
    justify-content: center;
    display: flex;
}

.search-hints {
    z-index: -1;
}

.product__image {
    overflow: hidden;
}

.logo-header {
    max-width: 170px;
    min-height: 20px;
}

.logo-footer {
    max-width: 190px;
}

.price-nds svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    color: #009b7a;
}

.price-nds {
    line-height: 20px;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a6c7d;
    font-size: 13px;
}

/** Картинки на карточках и новостях **/

.article__image.has-photo img {
    max-width: 100%;
    opacity: 0;
}

.article__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

svg.progress-bar {
    color: #E5EAEF;
    stroke: #E5EAEF;
}

.slick-active svg.progress-bar {
    width: 27px;
    height: 27px;
    stroke: #E5EAEF;
    stroke-width: 0px;
    fill: transparent;
    margin-top: -10px;
    margin-left: -10px;
}

.slick-active svg.progress-bar .circle-bg {
    stroke: #009B7A;
    /*stroke: #E5EAEF;*/
    /*stroke-width: 2px;*/
    stroke-width: 0px;
}

.slick-active svg.progress-bar.animate .circle-bg {
    stroke: #009B7A;
    stroke-width: 2px;
}

.slick-active svg.progress-bar .circle {
    animation-duration: 300ms;
}

.ico-play {
    display: none;
}

.pause.paused .ico-play {
    display: block;
}

.pause.paused .ico-pause {
    display: none;
}

@media (min-width: 1800px) {
    .article__image {
        border-radius: 30px 30px 0 0;
        /*height: 300px;*/
        height: 0;
        padding-bottom: 56.25%;
    }
}

@media (min-width: 1800px) {
    .product__image {
        border-radius: 30px 30px 0 0;
        height: 300px;
    }
}

.article__image.accommodate {
    background-size: 80%;
    background-color: #fff;
}

.database__title-h2 {
    margin-bottom: 6.25vmin;
}

.database__title-h2 .title-h2 {
    margin-bottom: 0;
}

.catalog__products-main-page .product__image.has-photo img, .catalog--page-404 .product__image.has-photo a img {
    max-width: 100%;
    opacity: 0;
}

.catalog__products-main-page .product__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/** Картинки на карточках и новостях **/


.footer__whatsapp, .footer__telegram, .footer__youtube {
    font-size: 17px;
    margin-right: 28px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.footer__whatsapp img, .footer__telegram img, .footer__youtube img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px;
}

.footer__whatsapp svg, .footer__telegram svg {
    color: #009b7a;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.header__whatsapp, .header__telegram {
    font-size: 17px;
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.header__whatsapp svg, .header__telegram svg {
    color: #009b7a;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.header__whatsapp .img-fluid, .header__telegram .img-fluid {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px;
}

.mobile-social .footer__whatsapp, .mobile-social .footer__youtube {
    margin-bottom: 10px;
}

.search-page__wrapper {
    width: 100%;
}


.product-page__container .product-page__title {
    margin-bottom: 0px;
}


.product-page__container .product-page__manuf {
    margin-bottom: 0px;
}

.product-page__intro {
    margin-bottom: 16px;
}

.product-page__analog {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 5px;
}

.opt-block {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 2rem 0;
}

.opt-text {
    margin-bottom: 20px;
}

.product-page__cat {
    margin-bottom: 2px;
    margin-top: 8px;
}

.wrap-analogs-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-analog {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 0;
    flex-grow: 1;
    max-width: 100%;
}

.wrap-articles-widgets {
    padding: 93px 0 30px;
}

.brands-tabs-wrap {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    flex-wrap: wrap;
}

.brands-tabs {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.brands-tabs-cont {
    padding-left: 0px;
}

.tabs-letter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    flex-wrap: wrap;
}

.analog-brand-name {
    font-size: 35px;
    line-height: 48px;
}

.analog-link {
    color: #009b7a;
}

.tabs-letter__link {
    color: #a1b0c1;
    line-height: 25px;
    font-weight: 400;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.brands-tabs-cont .tab-cont.hide-tab {
    display: none;
}

.brands-btn {
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    height: 39px;

    background-color: #fff;
    border-radius: 2.63889vw;
    margin-right: 0.76389vw;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #009b7a;
    border: none;
}

.brands-tabs__item {
    max-width: 130px;
}

.brands-tabs__item.active .brands-btn, .brands-btn:hover {
    background-color: #009B7A;
    color: #fff;
}

.tabs-letter {
    margin: 1rem 0;
    min-height: 25px;
}

.foreign-sensor-wrap {
    margin-top: 2rem;
}

.offer-row-cart {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.disable-link {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.header__cart, .btn-mobile-cart {
    position: relative;
}

.count-basket {
    background: #009b7a;
    color: #fff;
    border-radius: 15px;
    padding: 3px 5px;
    position: absolute;
    top: -15px;
    left: 11px;
    font-size: 11px;
    line-height: 11px;
}

.btn-mobile-cart .count-basket {
    top: -4px;
    left: 30px;
}

.group-price-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.group-price-block .price-nds {
    margin-bottom: 0;
}

.product-box__gallery .btn-slider {
    min-width: 45px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 0;
    z-index: 1;
}

.product-box__gallery .btn-slider.next {
    left: unset;
    right: 0;
}

.product-box__gallery .btn-slider:hover {
    background-color: transparent;

}

#find-city {
    border: 1px solid #009b7a;
    background-color: #fff;
    height: 41px;
    border-radius: 36px;
    text-indent: 15px;
    font-size: 15px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.city-hints {
    width: 100%;
    padding: 46px 18px 24px 18px;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 155, 122, .1);
    box-shadow: 0 10px 40px rgba(0, 155, 122, .1);

    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;

    max-height: 400px;
    overflow-y: scroll;
}

.list-city {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}

.list-city:hover {
    color: #009b7a;
}

.cert-page__container {
    justify-content: left;
}

.product-out {
    color: #D32323;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.navigation-product__priceblock-counts, .navigation-product__priceblock-left + .product-out {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.navigation-product__priceblock-counts, .navigation-product__priceblock-left {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.navigation-product__price {
    white-space: nowrap;
}

.product-box__out {
    color: #D32323;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.article-text p {
    margin-bottom: 24px;
    line-height: 24px;
}

.quiz {
    width: 100%;
}

.quiz-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.block-blank {
    border: 1px solid #F1F3FA;
    background: #fff;
    max-width: 295px;
    padding: 26px 30px;
    margin-left: 20px;
    border-radius: 30px;
    margin-top: 89px;
}

.block-blank-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26.1px;
    text-align: left;
    color: #202124;
    margin-bottom: 10px;
    display: block;
}

.block-blank-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.63px;


}

.block-blank-download {
    min-width: 229px;
    width: 100%;
    height: 55px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    display: block;
    background: #009B7A;
    color: #fff;
    margin: 10px 0 20px 0;
}

.block-blank-info {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.65px;
    text-align: left;

}

.block-blank-info a {
    color: #009B7A;
}

.messages-info {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .brands-tabs {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .brands-tabs-wrap {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;

        flex-wrap: nowrap;
    }

    .brands-tabs-cont {
        padding-left: 33px;
    }

    .tabs-letter {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1800px) {
    .terminals__inputs {
        height: 200px;
        padding-top: 6px;
    }
}

.catalog__products .video_article {
    -ms-flex-preferred-size: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

@media (max-width: 880px) {
    .catalog__products .article {
        min-width: 100%;
    }

    .main-slider .slider__item {
        min-height: 820px;
    }

    .main-slider .slide__text {
        padding: 5.625vmin 0;
    }

    .slide__title {
        font-size: 27px;
        line-height: 35px;
    }

    .main-slider .slider__item {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-top: 50px;
    }
}


@media (max-width: 1300px) {
    .catalog__products .video_article {
        -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);

    }

}

@media (min-width: 881px)and ( max-width: 1024px) {
    .catalog__products .video_article {

        flex-basis: calc(97.33% - 20px) !important;
        max-width: calc(97.33% - 20px) !important;

    }

}

/*.jq-selectbox {*/
/*    height: 13.75vmin;*/
/*    margin-bottom: 6.25vmin;*/
/*    margin-top: 3.75vmin;*/
/*}*/
.jq-selectbox__select-text, .jq-selectbox.js-styled li {
    /*padding: 4.375vmin 0;*/
    padding-left: 9.375vmin;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
    /*width: 2.8125vmin;*/
    /*height: 2.8125vmin;*/
    /*background-size: 2.8125vmin;*/
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    /*width: 2.8125vmin;*/
    /*height: 2.8125vmin;*/
    /*background-size: 2.8125vmin;*/
}

.jq-selectbox .jq-selectbox__select {
    border-radius: 11.25vmin;
}

.cookie-block {
    flex-wrap: wrap;
    padding: 1rem 3rem;
    font-size: 14px;
}

.cookie-block button {
    margin: 1rem;
}

.cookie-block p {
    margin: auto;
}

/*
.subcatalog-page__seo-top {
    font-size: 4.6875vmin;
    line-height: 8.75vmin;
}

.logo-header {
    max-width: 37.1875vmin;
}*/
.logo-footer {
    max-width: 42.5vmin;
}

.product-box__notavailable {
    font-size: 0.9rem;
}

.navigation-product__available {
    font-size: 13px;
}

/*
.price-nds svg {
    width: 5vmin;
    height: 5vmin;
}*/
.col-analog {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wrap-articles-widgets {
    padding: 13.125vmin 0 1.25vmin;
}

.wrap-articles-widgets {
    margin-bottom: 6.25vmin;
    padding-top: 0;

}

.wrap-articles-widgets .article__text {
    margin-top: 0;
}

.opt-block .slide__text .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.through-block-wrap {
    padding: 11.25vmin 0;
}

.typography ul li {
    padding-left: 50px;
    line-height: 24px;
}

.typography ul li:before {
    width: 20px;
    height: 20px;
}

.offer-row-cart .cart-product__nav {
    margin-top: 2rem;
}

.article-text p {
    margin-bottom: 1.04167vw;
}


.replacement-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.replacement-goods-name {
    font-size: 22px;
    font-weight: 500;
    display: block;
    padding: 12px 0;
}

.cert-page__container .cert-slider__item img {
    width: 100%;
    height: 265px;
    display: block;
}

@media (max-width: 1300px) {
    .cert-page__container .cert-slider__item img {
        height: 240px;
    }
}

@media (max-width: 1100px) {
    .cert-page__container .cert-slider__item img {

        height: 200px;
    }
}

@media (max-width: 1024px) {
    .cert-page__container .cert-slider__item img {
        height: 350px;
    }

    .for-devices .search {
        display: block;
        width: 100%;
    }

    .wrap-search-block {
        display: flex;
        order: 2;
    }

    .wrap-search-block.for-devices {
        height: 12.8125vmin;
        margin-bottom: 5vmin;
    }

    .wrap-search-block.for-devices .search.is-active .search__input {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .wrap-search-block.for-devices .search.is-active .search__btn {
        margin-right: 0;
        z-index: 3;
    }

    .wrap-search-block.for-devices .search-hints {
        width: 100%;
        padding-top: 40px;
    }

    .wrap-search-block.for-devices .search-hints__title {
        font-size: 3.18056vw;
    }

    .wrap-search-block.for-devices .search-hints__item-name {
        font-size: 3.18056vw;
    }

    .wrap-search-block.for-devices .search-hints__item-article {
        font-size: 3.04167vw;
    }

    .wrap-search-block.for-devices .search-hints__item-price {
        font-size: 3.04167vw;
    }
}

.video-vid img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    border-radius: 15px;
    margin-left: -1px;
    margin-top: -1px;
}

.video_text {
    z-index: 20;
}

.article__title {
    line-height: 24px;
    min-height: 70px;
}

.article__intro {
    min-height: 100px;
}

.news-slider .slick-track {
    display: flex;
}

.news-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.news-slider .slick-track .slick-slide > div, .news-slider .slick-track .slick-slide .news-slider__item, .news-slider .slick-track .slick-slide .news-slider__item .article {
    height: 100%;
}

.typography b, .typography strong {
    font-weight: 600;
}

@media (min-width: 1860px) {
    .cert-page__container .cert-slider__item {

        -ms-flex-preferred-size: calc(14.2% - 20px);
        flex-basis: calc(14.2% - 20px);
    }

    .catalog__products .article {
        -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .subcatalog-page__main.is-open-filter .product-box {
        -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
        width: calc(25% - 20px);
    }

    .subcatalog-page__products-list .product-box {
        -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
        width: calc(20% - 20px);
    }

    .search-page__container .product-box {
        -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
        width: calc(20% - 20px);
    }

    .cert-page__container .cert-slider__item img {
        height: 315px;
    }
}

.vid-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.vid-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1800px) {
    .vid-slider iframe {
        height: 380px;
    }

}

@media (max-width: 1500px) {
    .vid-slider iframe {
        height: 350px;
    }

}

@media (max-width: 1450px) {
    .vid-slider iframe {
        height: 320px;
    }

}

@media (max-width: 1320px) {
    .vid-slider iframe {
        height: 300px;
    }

}

@media (max-width: 1240px) {
    .vid-slider iframe {
        height: 280px;
    }

}

@media (max-width: 1145px) {
    .vid-slider iframe {
        height: 250px;
    }

}

@media (max-width: 1024px) {
    .vid-slider iframe {
        height: 460px;
    }

    .opt-block {
        background-color: #f0f3fa;
        background-image: none !important;
    }

    [aria-label][data-balloon-pos]:after {
        font-size: 10px;
    }

    [aria-label][data-balloon-pos][data-balloon-length=medium]:after {
        width: 130px;
    }
}

@media (max-width: 737px) {
    .vid-slider iframe {
        height: 320px;
    }

}

@media (max-width: 654px) {
    .vid-slider iframe {
        height: 300px;
    }

}

@media (max-width: 610px) {
    .vid-slider iframe {
        height: 270px;
    }

}

@media (max-width: 550px) {
    .vid-slider iframe {
        height: 230px;
    }

    .pause {
        margin-left: 8px;
    }

}

@media (max-width: 520px) {
    .vid-slider iframe {
        height: 210px;
    }

}

@media (max-width: 410px) {
    .vid-slider iframe {
        height: 160px;
    }

}

.filter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.78278vw;
    line-height: 1.60556vw;
    font-weight: 500;
}

.filter__footer-parent {
    flex-wrap: wrap;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.js-filter_footer {
    margin-top: 60px;
}

.filter-bottom {
    margin: 7px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #f4f5f6;
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
}

.product-box-form {
    background-color: #008266;
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    padding: 10px;
}

@media (min-width: 320px) and ( max-width: 768px) {
    .product-box-form {
        height: 600px;
    }

    .product-box-form__title {
        font-size: 1.2rem;
        line-height: 6.75vmin;
    }

    .product-box-form__desc {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) and ( max-width: 900px) {
    .product-box-form {
        height: 1000px;
    }

    .product-box-form__title {
        font-size: 2.5rem;
        line-height: 7.75vmin;
    }

    .product-box-form__desc {
        font-size: 1.5em;
    }
}

@media (min-width: 901px) and ( max-width: 1024px) {
    .product-box-form {
        height: 1100px;
    }

    .product-box-form__title {
        font-size: 3rem;
        line-height: 7.75vmin;
    }

    .product-box-form__desc {
        font-size: 1.8em;
    }
}

@media (min-width: 1025px) {
    .product-box-form__title {
        font-size: 1.5rem;
    }

    .product-box-form__desc {
        font-size: 0.85rem;
        line-height: 19px;
    }
}

.product-box-form__desc {
    color: #FFF;
}

.product-box-form__title {
    color: #FFF;
}

.product-box-form__button {
    margin-left: auto;
    margin-right: auto;
}


.nameplate {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
    width: 100px;

}

.nameplate li {
    max-height: 75px;
    margin-bottom: 10px;
}

.slide__image {
    overflow: hidden;
    border-radius: 30px;
}

/*ВИДЕО В ФОН НА СЛАЙДЕРЕ*/
/*video.bg-video {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    height: auto;*/
/*    width: auto;*/
/*    z-index: 0;*/
/*}*/


/*@media (max-width: 1024px) {*/
/*    video.bg-video {*/
/*        height: auto;*/
/*        width: auto;*/
/*        max-width: unset;*/
/*        !*max-height: unset;*!*/
/*        min-height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/
/*ВИДЕО В ФОН НА СЛАЙДЕРЕ END*/

video.bg-video:hover, video.bg-video:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.only-video-slide {
    margin: 0;
    padding: 0;
    line-height: 0;
    box-shadow: none;
}

@media (max-width: 1024px) {
    video.bg-video {
        max-height: unset;
        margin-bottom: 0;
    }
}

.success-message {
    text-align: center;
}

.error-message {
    color: red;
    margin-bottom: 30px;
}

.input-error {
    border: 2px solid red;
}

.footer__social {

    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.footer__social-link {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    font-size: 17px;
    font-weight: 500;

    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;

}

.mobile-social {
    display: flex;
    flex-wrap: wrap;

}

.product-page__column--left {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-gallery-thumb {
    display: flex;
    min-height: 406px;
    margin-top: 5px;
}

.product-gallery-thumb-wrap {
    max-width: 86px;
}

.product-gallery-wrap {
    flex-basis: calc(100%);
    max-width: calc(100%);
    position: relative;
}

.slick-current .product-gallery-thumb__item span {
    border-color: #009B7A;
    border-width: 2px;
}

.product-gallery-thumb-next {
    background: #F5FBFA;
    border-radius: 10px;
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;

    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;
}

.product-gallery-thumb-next img {
    transform: rotate(-90deg);
}

.product-gallery-thumb__item {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .product-gallery {
        min-height: 411px;
    }

    .product-gallery-wrap {
        flex-basis: calc(100% - 106px);
        max-width: calc(100% - 106px);
    }

    .product-page__column--left {
        flex-basis: calc(66.666% - 25px);
        max-width: calc(66.666% - 25px);
    }
}

@media (max-width: 768px) {
    #cookie {
        bottom: 160px;
    }
}

@media (max-width: 1024px) {
    .footer__social {
        margin-bottom: 28px;
    }

    .product-gallery-thumb-wrap {
        display: none;
    }

    .product-gallery__item {
        max-width: unset;
    }

    .product-gallery {
        margin-right: -5.3125vmin;
        margin-left: -5.3125vmin;
    }
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.analog-text {
    line-height: 15px;
}

.news-page__container {
    border-bottom: 0px;
}

.article-container-for-simple-form {
    padding-bottom: 6.94444vw;
    margin-bottom: 6.31944vw;
    border-bottom: 1px solid #e5eaef;
}

.product-page__document {
    margin-right: 40px;
    max-width: 25%;
}

.checkbox-custom{

}

.checkbox-custom .checkbox__text{
    font-size: 13px;
    line-height: 20px;
    color: #5a6c7d;
}

.checkbox-custom  .checkbox__text:before{
    background: #fafdfd;
}

.mt-2{
    margin-top: 2rem;
}

.agree-text{
    font-size: 13px;
    line-height: 20px;
    color: #5a6c7d;
    padding: 0 0 0 30px;
}

.disabled-label {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.w-100{
    width: 100%;
}

.form__footer .checkbox__form {
    border: 1px solid #008266;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-top: 4px;
    cursor: pointer;
}