.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
}

.alert-success {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wss-account-form__btn-wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
}
.wss-btn--regular {
    width: 240px !important;
}
/* Edit logo height */
.logo {
    display: inline-block;
    width: 280px;
    height: 100px;
    margin-right: 24px;
    padding-top: 10px !important;
}
.svg-inline--logo svg {
    width: 100%;
    height: 55px !important;
}
.nav-opener{
    cursor: pointer;
}
@media only screen and (max-width: 1250px) {
    .logo {
        display: inline-block;
        height: 50px;
        width: 116px;
    }
    .svg-inline--logo svg {
        max-height: 50px;
        max-width: 116px;
        transform: translate(-7px, -8px) !important;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 480px) {
    .logo {
        padding-top: 5px !important;
        margin-right: 0;
        width: 80px;
    }
    .personal-area {
        padding-right: 0;
    }
    .svg-inline--logo svg {
        transform: translate(-7px, 0px) !important;
    }
}
@media only screen and (max-width: 350px) {
    .logo {
        width: 64px;
    }
    .personal-area {
        padding-right: 0;
    }
    .svg-inline--logo svg {
        transform: translate(-7px, -3px) !important;
    }
}

/*Edit cart input popup*/
.cart-page .dropdown-menu {
    position: initial !important;
}
#cart .input-row {
    align-items: flex-start !important;
}

/*Add close button to input*/
#shipping_address_1, #address_1 {
    position: relative;
    padding-right: 40px !important;
}
.close__input {
    font-size: 30px;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    transition: color .3s;
    z-index: 100;
}
.close__input:hover {
    color: black;
}
.close__input:after{
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
    padding: 0 10px;
}

/*menu svg icons*/
.menu__link:hover .menu-svg__hover rect[fill]{
    fill: none;
}
.active .menu__link .menu-svg__hover rect[fill]{
    fill: none;
}

.active .menu__link .menu-svg__hover path[stroke]{
    stroke: #1771b9;
}
.menu__link:hover .menu-svg__hover path[stroke]{
    stroke: #1771b9;
}
/* redesign btn */
.redesign_btn{
    border-bottom: none;
    background: #1771B9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.redesign_btn::after{
    display: none;
}
.redesign_btn > svg{
    margin-left: 13px;
}
.redesign_btn > svg path{
    fill: #fff;
}
.redesign_btn:hover{
    background: #4AACFB;
}
.redesign_btn[disabled] > svg path{
    fill: #1771b9;
}
.redesign_btn[disabled]{
    background-image: linear-gradient(0deg,#d2e3f0,#e2eef7);
    border-bottom-color: #bad1e3;
}
/* end redesign btn */
/* primary-btn */
#cart .btn.primary-btn,
#cart .primary-btn,
.primary-btn{
    padding: 14px;
    border: none!important;
    color: #fff!important;
    background: #1771B9!important;
    transition: all .2s ease-in;
}
#cart .btn.primary-btn:hover,
#cart .primary-btn:hover,
.primary-btn:hover{
    background: #4AACFB!important;
}
#cart .btn.primary-btn.disabled,
#cart .primary-btn.disabled,
.primary-btn.disabled{
    background: #D6E6F2!important;
    color: #fff;
    border: none;
    cursor: not-allowed;
}
/* end primary-btn */
/* paginate */
.active .pagi__link, .pagi__link:hover{
    color: #fff;
    background: #1771B9;
    transition: all .2s ease-in;
}
.secondary-btn.pagi__btn--next::after, .secondary-btn.pagi__btn--prev::before{
    transition: all .2s ease-in;
}
.secondary-btn.pagi__btn--next:hover::after, .secondary-btn.pagi__btn--prev:hover::before{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
/* end paginate */
/* primary-btn */
.secondary-btn{
    width: fit-content;
    padding: 14px;
    border: none;
    color: #1771B9;
    background: #D6E6F2;
    transition: all .2s ease-in;
}
.secondary-btn:hover{
    background: #4AACFB;
    color: #fff;
}
.secondary-btn.disabled{
    background: #D6E6F2;
    color: #fff;
    border: none;
    cursor: not-allowed;
}
/* end primary-btn */
/* Product Page */
.product-info__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 24px;
}
.item-details__count{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.item-details__count .item-details__count-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    margin-bottom: 6px;
}
.item-details__count .count-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    width: 60px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.item-details__count .count-box .count-arrow{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: inline-block;
}
.item-details__count .count-box .count-arrow::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(51,51,51,.5);
    border-top: 1px solid rgba(51,51,51,.5);
    top: 6px;
    transition: border-color .1s ease-in-out;
}
.item-details__count .count-box .count-arrow.decrease::before{
    left: 5px;
    transform: rotate(-135deg);
}
.item-details__count .count-box .count-arrow.increase::before {
    right: 5px;
    transform: rotate(45deg);
}
.item-details__count .count-box .count-arrow.decrease{
    left: 0;
}
.item-details__count .count-box .count-arrow.increase{
    right: 0;
}
.item-details__count .count-box .count-field input{
    outline: none;
    border: none;
    background: transparent;
    user-select: none;
    pointer-events: none;
    text-align: center;
    max-width: 80%;
    display: inline-block;
}
.product-info__prices{
    margin: 0;
    align-items: flex-end;
    padding-top: 15px;
}
.product-info__price--new{
    padding: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #E44D4D;
    background: transparent;
}
.product-info__price--old{
    line-height: 1.5em;
}
.product-thumb__price--new,
.magic-categories .magic-product__price--new{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #E44D4D;
    background: transparent;
}
.magic-categories .magic-product__name{
    height: 55px;
}
/* end Product Page */
.live-search__link-pic{
    margin-right: 16px;
}
.product-thumb__name{
    max-height: 55px;
}
/* register form */
.check-in-new{
    display: flex;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 0px 32px rgba(125, 125, 125, 0.17);
}
.check-in-wrapper_item{
    flex: 0 1 50%;
}
.check-in-new .check-in-wrapper_item:nth-child(2){
    background: #EDF4FA;
}
.check-in__inputs{
    padding: 24px 38px 24px 57px;
}
.check-in__btns{
    padding: 0 57px 46px;
}
.check-in__confirm-link.first_item{
    margin-top: 39px;
    margin-left: 57px;
    font-size: 13px;
    line-height: 15px;
    color: #1771B9;
}
.check-in__form-control:first-of-type{
    padding-top: 0;
}
.check-in-wrapper_item .check-in__confirm{
    padding: 78px 42px;
}
.check-in__link{
    margin: 16px 0 24px;
}
.check-in__confirm-btns.redesign{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 0;
}
.check-in__confirm-btns.redesign .redesign_btn{
    width: 162px;
    height: 44px;
}
.check-in__confirm-btns.redesign .check-in__confirm-link{
    margin-top: 0;
}

input[type=checkbox]:checked+.login-form__checkbox-title:before {
    opacity: 1;
}
input[type=checkbox]:checked+.login-form__checkbox-title:after {
    background: linear-gradient(0deg,#1771b9,#4aacfb);
    border: none;
}
.check-in__form-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 57px 24px;
}
.check-in__form-row .check-in__link{
    margin: 0;
}
.check-in__form-row .login-form__checkbox-title{
    color: #1771b9;
}
.check-in__btns.new{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.check-in__confirm {
    padding: 30px 44px 30px;
}
.btn--minw_250{
    min-width: 250px;
}
.page-text__inner{
    max-width: 850px;
    margin: 0 auto;
    /*height: auto!important;*/
}
.btn-top {
    background: #D6E6F2;
    transition: all .3s ease-in;
}
.btn-top:hover{
    background: linear-gradient(0deg,#1771b9,#4aacfb);
}
.btn-top:hover > svg path{
    fill: #fff;
}
/* home category */
.cats-carousel1{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.cat-slide{
    width: auto;
    flex: 0 1 110px;
    cursor: pointer;
    pointer-events: auto;
}
.cat-slide__svg--videocard{
    width: 100%;
}
.popular-tabs-nav{
    min-height: 64px;
    height: 64px;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: clip;
    /*-ms-overflow-style: none;*/
    /*scrollbar-width: none;*/
    position: relative;
}
.popular-tabs-nav::before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E6E6E6;
}

.popular-tabs-nav::-webkit-scrollbar {
    display: none;
}
.popular-tabs-nav__item{
    border: none;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 3px 3px 0px 0px;
    width: 268px;
    /*width: 50%;*/
    min-width: 268px!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #333333;
    /*flex-grow: unset;*/
    margin-right: 5px;
}
.product-details .popular-tabs-nav__item{
    width: 100%;
    margin: 0 auto;
}
.popular-tabs-nav__item.active{
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid transparent;
    color: #1771B9;
}
.popular-tabs-nav__item:after{
    display: none;
}
.hidden{
    display: none!important;
}
.product-info__availability{
    margin-bottom: 20px;
}
.product-info__availability.product-thumb__availability--wait,
.product-thumb__availability.product-thumb__availability--wait{
    color: #4eba06;
    position: relative;
    padding-left: 24px;
}
.product-info__availability.product-thumb__availability--wait::before,
.product-thumb__availability.product-thumb__availability--wait::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../image/clock.svg");
    background-repeat: no-repeat;
}
.product-info__availability.product-thumb__availability--instock{
    color: #4eba06;
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    min-height: 18px;
    display: flex;
    align-items: center;
}
.product-info__availability.product-thumb__availability--instock::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../image/instock.svg");
    background-repeat: no-repeat;
}
.product-info__availability.product-thumb__availability--preorder,
.product-thumb__availability.product-thumb__availability--preorder{
    color: #4eba06;
    position: relative;
    padding-left: 24px;
}
.product-info__availability.product-thumb__availability--preorder::before,
.product-thumb__availability.product-thumb__availability--preorder::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../image/roket.svg");
    background-repeat: no-repeat;
}
.properties{
    margin: 40px 0;
}
.counter--product-thumb{
    width: auto;
    display: flex;
    align-items: center;
    max-width: 215px;
}
.counter__name--product-thumb{
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    width: 55px;
    padding: 2px 10px;
    text-align: center;
    height: 21px;
    border-radius: 3px 0 0 3px;
}
.time-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.time-row__col{
    display: flex;
    padding-right: 3px;
    margin-right: 3px;
}
.time-row__number,
.time-row__unit{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
}
.time-row__unit{
    order: 1;
    margin-right: 10px;
}
.time-row__number{
    order: 3;
}
.time-row__separator{
    order: 2;
    top: 4px;
    right: 55%;
}
.counter__body{
    padding: 2px 10px;
    height: 21px;
}
.time-row .time-row__col:last-child{
    margin-right: 0;
    padding-right: 0;
}
.time-row .time-row__col:last-child .time-row__unit{
    position: relative;
}
.time-row .time-row__col:last-child .time-row__unit::after, .time-row .time-row__col:last-child .time-row__unit::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #333;
    border-radius: 50%;
}
.time-row .time-row__col:last-child .time-row__unit::before{
    top: 4px;
    right: -5px;
}
.time-row .time-row__col:last-child .time-row__unit::after{
    top: 9px;
    right: -5px;
}
.product-thumb__violators{
    top: 15px;
    left: 0;
}
.counter, .counter__name, .violator{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
}
.logo--footer{
    padding-top: 0!important;
    width: 152px;
    height: auto;
    margin-bottom: 30px;
    margin-right: auto;
}
.social{
    padding: 0;
    margin: 0;
}
.copywrite{
    margin-top: 102px;
    padding: 0;
}
.footer-nav__title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1771B9;
    margin-bottom: 20px;
}
.footer-nav__list{
    padding: 0;
}
.footer-nav__item{
    padding-bottom: 0;
}
.footer-nav__list .footer-nav__item:not(:last-child){
    margin-bottom: 16px;
}
.footer-nav__item::before{
    display: none!important;
}
.footer-nav__link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #666666;
}
.pay{
    margin-bottom: 180px;
}
.pay .pay__item{
    margin-right: 0;
    max-width: 50px;
    overflow: hidden;
}
.pay .pay__item:not(:last-child){
    margin-right: 28px;
}
.pay .pay__item img{
    max-width: 100%;
    height: auto;
}
.devs__icon{
    max-width: 129px;
    width: 129px;
}
.live-search__link-price{
    text-align: right;
}
.live-search__link-all{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1771B9;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0 20px;
    text-decoration-style: dashed;
}
.live-search__link-all:hover{
    color: #0E6A93;
}
.live-search__badge-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #A9A9A9;
}
.live-search__items .live-search__link{
    border: none;
    padding: 12px 15px;
}
.live-search__results .live-search__item:not(:last-child) .live-search__link-all{
    border-top: 1px solid #E5E5E5;
}
.live-search__results .live-search__items{
    padding: 15px 10px;
}
/* Catalog */
.product-thumb__availability{
    margin: 16px 0;
}
/* filter */
#ocfilter .badge:before{
    display: none;
}
#ocfilter label a{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
#ocfilter .badge{
    background: transparent;
    color: #A9A9A9;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    margin-left: 4px;
}
.search-filter__cancel,
.ocfilter__cancel--expanded{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #1771B9;
    border: none;
    background: transparent;
    text-align: left;
}
.ocfilter__cancel--expanded:hover{
    background: transparent;
    color: #2385d5;
}
#ocfilter .product-filter__show-link{
    border-bottom: 1px dashed #1771b9;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1771B9;
}
/* end filter */
/* end Catalog */
.callback-btn svg path,
.callback-link__icon svg path{
    animation: none !important;
}
/* Payment page */
.discount__content-cards{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 54px;
}
.discount__card{
    background: #fff;
    padding: 30px 24px;
    box-shadow: 0px 0px 26px rgba(213, 213, 213, 0.38);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 0 33%;
    font-family: 'Roboto';
    font-style: normal;
}
.discount__card-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.discount__card-icons img{
    display: block;
}
.discount__card-icons img:not(:last-child){
    margin-right: 35px;
}
.discount__card h2{
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    color: #333333;
}
.discount__card p{
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #434343;
}
.discount__card p:not(:last-child){
    margin-bottom: 16px;
}
.discount__card p.light-grey{
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    color: #A9A9A9;
}
.discount__return{
    max-width: 780px;
    margin-bottom: 54px;
}
.discount__return h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 32px;
}
.discount__return p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #434343;
}
.discount__return ul:not(:last-child),
.discount__return p:not(:last-child){
    margin-bottom: 24px;
}
.discount__return ul{
    padding-left: 20px;
}
.discount__return ul li{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #434343;
}
.discount__image-wrapper{
    margin: 0 auto;
}
/* end Payment page */
/* Delivery page */
.delivery{
    max-width: 100%;
}
.delivery__cards{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 54px;
    width: 100%;
}
.delivery__card{
    background: #fff;
    padding: 30px 24px;
    box-shadow: 0px 0px 26px rgba(213, 213, 213, 0.38);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 0 33%;
    font-family: 'Roboto';
    font-style: normal;
}
.delivery__card-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery__card-image img{
    display: block;
    margin-bottom: 16px;
}
.delivery__card-image img:not(:last-child){
    margin-right: 16px;
}
.delivery__card h2{
    margin: 0 0 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    text-align: center;
}
.delivery__card p:not(:last-child),
.delivery__card ul:not(:last-child){
    margin-bottom: 16px;
}
.delivery__card p,
.delivery__card ul li{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #434343;
}
/* end Delivery page */
/* Contact page */
.contact__wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.contact__col{
    width: calc(50% - 25px);
}
/* end Contact page */
/* Credit */
.credit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.credit__content{
    max-width: 408px;
    padding-left: 0;
}
.credit__content h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 26px;
    text-transform: none;
}
.credit__content p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #434343;
    margin: 8px 0;
}
.credit__content p b{
    font-weight: 600;
}
.credit__content p small{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    color: #A9A9A9;
}
.credit__parts{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}
.credit__parts--card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    box-shadow: 0px 0px 26px rgba(213, 213, 213, 0.38);
    border-radius: 4px;
    width: calc(50% - 15px);
    padding: 22px 15px;
}
.credit__parts--card img{
    display: block;
    max-width: 50%;
    height: auto;
    margin-bottom: 12px;
}
.credit__parts--card p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #434343;
}
/* end Credit */
/* Contact */
.contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}
.contacts__info{
    width: 100%;
    box-shadow: none;
    margin: 0;
}
.contact{
    position: relative;
    padding: 16px 0 24px;
    margin: 0;
}
.contact_label-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.contact_label{
    padding: 2px 10px;
    border-radius: 2px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.contact_label.shop{
    background: #4EBA06;
}
.contact_label.service{
    background: #4AACFB;
}
.contact_label-wrapper .contact_label:not(:last-child){
    margin-right: 8px;
}
.contacts__map{
    width: 100%;
    height: 420px;
    position: relative!important;
}
.contacts__map > div{
    position: unset!important;
}
.contact__city{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #999999;
    display: block;
    padding: 0;
    margin-bottom: 24px;
}
.contact__name{
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #1771B9;
}
.contact__placement{
    padding-bottom: 24px;
}
.address{
    align-items: center;
    display: flex;
    margin-bottom: 24px;
    padding: 6px 0 6px 43px;
}

#shipping_methods .address{

    padding: 6px 0 6px 0px;
}
.address__link, .address__title{
    padding-bottom: 0;
}
.address__description{
    padding-bottom: 0;
    margin-top: 5px;
}
.address__link, .address__title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.contact__phones{
    margin-bottom: 10px;
}
.contact__phones a{
    margin: 0!important;
    margin-left: 5px!important;
    margin-top: 2px!important;
}
.contact__phones div a{
    margin-left: 0!important;
}
.contact__phones div a:first-child{
    margin-top: 3px!important;
}
.contact__phones svg{
    height: 19px;
    width: auto;
}
.address__icon--mail {
    top: 2px;
}
.help-form.help-form__contact{
    max-width: 100%;
    width: 100%;
    padding: 50px 0;
    box-shadow: none;
}
.help-form.help-form__contact .help-form__title{
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #1771B9;
}
.help-form.help-form__contact .help-form__description{
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-top: 24px;
    margin: 0;
    color: #333333;
}
.help-form.help-form__contact .help-form__form-control{
    padding-top: 24px;
}
.help-form.help-form__contact .help-form__label{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
    color: #999999;
}
.help-form.help-form__contact .help-form__btn-wrapper{
    text-align: left;
}
.help-form.help-form__contact .contact__btn-wrapper{
    padding-left: 0;
}
.contact .contact__btn-wrapper{
    padding-left: 0;
}
.address__info--email a{
    color: #1771B9;
    text-decoration: underline;
}
/* end Contact */
.menu-blocks,
.menu-blocks:hover{
    box-shadow: none!important;
}
.menu-blocks{
    transition: all .3s ease-in-out;
}
.menu-wrapper--level-3 .menu,
.menu-wrapper--level-1,
.menu-wrapper--level-2,
.menu-wrapper--level-3,
.menu-wrapper--level-4{
    transition: all .3s ease-in-out;
}
.garbage__title > a{
    display: inline-block;
    margin-top: -2px;
    margin-left: 6px;
}
.garbage__title > a > svg{
    margin-top: -2px;
}
/* Popup Cookie */
.popup-cookie{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1771B9;
    border-bottom: 4px solid #4aacfb;
    z-index: 99999;
}
.popup-cookie__inner{
    position: relative;
    padding: 33px 0;
}
.popup-cookie__inner .cookie-close{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 0;
    cursor: pointer;
    opacity: .8;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-cookie__inner .cookie-close:hover{
    opacity: 1;
}
.popup-cookie__content{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
}
.popup-cookie__content .popup-cookie__content--btn{
    padding: 10px 21px;
    background: #D6E6F2;
    border-radius: 37px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1771B9;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.popup-cookie__content .popup-cookie__content--btn:hover{
    background: #4AACFB;
    color: #fff;
}
.popup-cookie__content .popup-cookie__content--text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 845px;
    margin-right: 27px;
}
.popup-cookie__content .popup-cookie__content--text a{
    color: #fff;
}
.popup-cookie__content .popup-cookie__content--text a:hover{
    color: #4AACFB;
}
/* end Popup Cookie */
.menu-wrapper--level-2{
    display: none!important;
}
.menu-wrapper--level-2.open{
    display: block!important;
}

/*------- product-thumb -------*/
.products-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.popular-tabs-content__item.active {
    display: flex;
}
.product-thumb {
    height: auto;
}
.product-thumb__inner {
    overflow: unset;
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-thumb__info {
    margin-bottom: auto;
}
.product-thumb__name {
    max-height: none;
    height: auto;
}
.product-thumb__description {
    display: none;
    position: absolute;
    width: 100%;
    height: 118px;
    padding: 0 19px 26px;
    bottom: -118px;
    left: 0;
}
.product-thumb__description:after {
    top: 76px;
}
.product-thumb__description:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    background: #fff;
}
.product-thumb:hover > .product-thumb__inner .product-thumb__description {
    display: block;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    background: #fff;
}
/*------- product-thumb -------*/


@media screen and (min-width: 1251px) {
    .header__inner--bottom{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .header-phones{
        margin-left: auto;
    }
    .header-phones__link{
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        text-align: right;
        max-width: 112px;
        margin-bottom: 0;
        order: 3;
    }
    .header-phones__title{
        margin-bottom: 10px;
        text-align: right;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
    }
    .header-phones__list{
        display: flex;
        align-items: center;
    }
    .tlg, .vbr{
        position: unset;
        width: 18px;
        height: 18px;
        margin-right: 6px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tlg > svg, .vbr > svg{
        width: 100%;
        height: 18px;
    }
    .tlg{
        order: 1;
    }
    .vbr{
        order: 2;
    }
    .header-work-time__line{
        font-weight: 400;
        font-size: 13px;
        line-height: 150.19%;
    }
    .header-controls{
        margin-left: auto;
    }
}
@media screen and (min-width: 1070px) and (max-width: 1250px) {
    .header-phones {
        display: inline-block;
        order: 2;
        padding: 0;
        line-height: normal;
    }
    .header-phones__title {
        line-height: normal;
    }
    .header-phones__link--big {
        line-height: normal;
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1070px) {
    .header-work-time_phone-menu {
        display: none;
    }
}
@media screen and (min-width: 1121px) {
    .footer-tabl-hidden {
        display: none;
    }
    .footer-tabl-view {
        display: block;
    }
}

.nav.open .header-phones__title {
    margin-bottom: 0;
}
@media screen and (max-width: 1069px) {
    .header-work-time_phone-menu {
        display: inline-block;
        margin-bottom: 15px;
    }
    .header-work-time_phone-menu .header-work-time__line {
        display: block;
        font-size: 14px;
    }
}
@media screen and (min-width: 1217px) and (max-width: 1250px) {
    .header-fixed.visible + .header{
        opacity: 0;
        z-index: -100;
    }
    .inner.popular {
        float: left;
        width: 100%;
        margin: 67px auto 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
    .discount__card{
        max-width: 50%;
        margin: 0 auto;
    }
    .discount__return{
        margin: 0 auto 54px;
    }
}
@media screen and (max-width: 1250px) {
    .menu__link{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .header-phones__list{
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
    }
    .header-phones__link--big{
        margin-bottom: 0;
        display: flex;
        align-items: center;
        margin-top: 5px;
        margin-left: 3px;
    }
    .tlg, .vbr{
        position: unset;
        padding: 0 3px;
    }
    .modal__overlay {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup-cookie__inner{
        padding: 33px 20px;
    }
    .popup-cookie__inner .cookie-close{
        right: 20px;
    }
    .contact__col{
        width: calc(50% - 12px);
    }
    .contacts {
        box-shadow: 0 0 18px 6px rgb(0 0 0 / 10%);
    }
    .delivery__cards{
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 35px;
    }
    .delivery__card{
        flex: 1 0 50%;
        max-width: calc(50% - 15px);
    }
    .discount__content-cards{
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 35px;
    }
    .discount__content-card{
        flex: 1 0 50%;
    }
    .header__inner--bottom{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .cat-aside{
        order: 1;
    }
    .header-work-time{
        order: 2;
    }
    .header-controls{
        order: 3;
    }
    .modal__inner.modal__inner--mw_466{
        max-width: 70%;
        min-width: 70%;
    }
    .help-form--mw_466{
        max-width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .check-in__inputs{
        padding: 24px 35px 24px;
    }
    .check-in__form-row{
        padding: 0 35px 24px;
    }
    .check-in__btns{
        padding: 0 35px 35px;
    }
    .check-in__confirm-link.first_item{
        margin-top: 35px;
        margin-left: 35px;
    }
    .check-in-wrapper_item .check-in__confirm{
        padding: 45px 35px;
    }
}
@media screen and (max-width: 1120px) {
    .popup-cookie__content{
        flex-direction: column;
    }
    .popup-cookie__content .popup-cookie__content--text{
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
        padding-top: 10px;
    }
    .wrapper{
        padding-bottom: 50px;
    }
    .footer{
        min-height: 300px;
        margin-top: 0;
    }
    .footer__col.footer__col--additional{
        flex-direction: row;
        align-items: center;
        width: auto;
    }
    .footer-tabl-view {
        display: none;
    }
    .logo--footer-tabl-hidden {
        display: flex;
        align-items: center;
    }
    .logo--footer-tabl-hidden .logo--footer {
        max-width: 200px;
    }
    .pay{
        margin-bottom: 0;
        margin-right: 40px;
    }
    .footer__col--main{
        margin-right: 0;
        justify-content: space-around;
        align-items: center;
    }
    .logo--footer{
        width: auto;
        max-width: 300px;
    }
    .copywrite{
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .popular-tabs-nav:before {
        background: transparent;
        display: block;
        content: "";
        position: sticky;
        left: 10px;
        top: 43%;
        margin: -3px 0 0;
        border-left: 1px solid #1771b9;
        border-top: 1px solid #1771b9;
        width: 6px;
        height: 6px;
        transform: rotate(-45deg);
        z-index: 2;
        animation: g 1s ease-in-out infinite;
    }
    .popular-tabs-nav:after {
        display: block;
        content: "";
        position: absolute;
        left: -50px;
        top: 0;
        width: 100px;
        pointer-events: none;
        bottom: 3px;
        z-index: 1;
        background: linear-gradient(270deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.8) 30%,#fff);
    }
}
@media screen and (max-width: 850px) {
    .contact__wrapper{
        flex-direction: column-reverse;
    }
    .contacts__map{
        height: 400px;
    }
    .contact__col{
        width: 100%;
    }
    .credit{
        flex-direction: column;
    }
    .credit__content{
        max-width: 80%;
        width: 100%;
    }

    .credit__image-wrapper{
        width: 100%;
    }

    .credit__parts{
        gap: 20px;
    }

    .social{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 820px) {
    .check-in-new{
        flex-direction: column;
    }
    .check-in-wrapper_item{
        flex: 0 1 100%;
    }
}
@media screen and (max-width: 767px) {
    .popular-tabs-box:after {
        right: -50px;
    }
    .popular-tabs-nav{
        min-height: 46px;
        max-height: 46px;
        margin-left: -15px;
    }
    .popular-tabs-nav:before {
        left: 15px;
    }
    .popular-tabs-nav__item.active {
        margin: 0 auto;
        max-width: 50%;
    }
    .popular-tabs-nav__item{
        border-bottom: none;
        min-width: calc(50% - 5px) !important;
        font-size: 12px;
        margin-right: 0;
    }
    .popular-tabs-nav:before {
        min-width: 6px;
        min-height: 6px;
    }
    .popular-tabs-nav__item {
        padding: 13px 20px;
        white-space: initial;
        line-height: 15px;
    }
    .modal__inner.modal__inner--mw_466{
        max-width: 95%;
        min-width: 95%;
    }
    .help-form--mw_466{
        max-width: 100%;
    }
    .delivery__card{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .discount__content-cards{
        flex-direction: column;
    }
    .discount__content-card{
        flex: 1 0 100%;
    }
    .header-controls{
        display: flex;
        align-items: center;
        height: 100%;
    }
    .cats-carousel1{
        display: none;
    }
    .product-page .product-main-controls__row{
        flex-wrap: wrap;
    }
    /*.product-page .product-main-controls__row,*/
    /*.product-main-controls__additional--wishlist{*/
    /*    margin-top: 20px;*/
    /*}*/
    .product-main-controls__info{
        margin-left: 15px;
    }
}
@media screen and (max-width: 520px) {
    .product-main-controls__info{
        margin-left: 0;
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .contacts__map{
        height: 289px;
    }
    .credit__content{
        max-width: 100%;
        width: 100%;
    }
    .check-in__input{
        height: 42px;
    }
    .check-in-wrapper_item .check-in__confirm {
        padding: 35px;
    }
    .credit__parts{
        gap: 15px;
    }
}
@media screen and (max-width: 440px) {
    .menu-blocks{
        width: 120%;
    }
}
@media screen and (max-width: 440px) {
    .contact_label-wrapper{
        top: -10px;
    }
    .check-in__confirm-btns.redesign{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .check-in__confirm-btns.redesign .redesign_btn{
        width: 100%;
        margin-bottom: 15px;
    }
    .credit__parts{
        flex-direction: column;
    }
    .credit__parts--card{
        width: 100%;
    }
    .product-tabs .popular-tabs-nav__link{
        font-size: 10px;
    }
}
/**********************/
.step-hidden.delivery .row.city .form-control__input-wrapper > ul.dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background: #ffffff;
}

.step-hidden.delivery .row.city .form-control__input-wrapper > ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #4aacfb;
    background-clip: content-box;
    opacity: 0.8;
}

.step-hidden.delivery .row.city .form-control__input-wrapper > ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}
#cart .address .input-row > div input {
    padding: 0 10px;
}

/* menu scrollbar */
.menu::-webkit-scrollbar { width: 0; }
.menu { -ms-overflow-style: none; }
/* end menu scrollbar */

/* catalog views */
.products-thumbs--opt .product-thumb__inner {
    flex-direction: row;
}
.products-thumbs--opt .product-thumb__inner, .products-thumbs--grid .product-thumb__inner {
    flex-direction: row;
}
.products-thumbs--opt .product-thumb:hover > .product-thumb__inner .product-thumb__description {
    display: none;
}

.products-thumbs--grid .product-thumb__inner {
    justify-content: space-between;
    flex-wrap: wrap;
}
.products-thumbs--grid .product-thumb {
    min-height: 287px;
    height: auto;
}
.products-thumbs--grid .product-thumb:hover > .product-thumb__inner .product-thumb__description {
    position: initial;
    box-shadow: none;
}
.products-thumbs--grid .product-thumb:hover > .product-thumb__inner .product-thumb__description:before {
    content: none;
}
.products-thumbs--grid .product-thumb:hover > .product-thumb__inner .product-thumb__description:after {
    width: 0;
    height: 0;
    top: 0;
}

#ocfilter {
    top: 100px;
}
/* end catalog views */

.magic-categories .magic-carousel__arrow--next {
    left: calc(100vw - 35px);
    right: auto;
}
@media screen and (min-width: 1217px) {
    .magic-categories .magic-carousel__arrow--next {
        left: 760px;
        right: auto;
    }
}

/* mono */
.product-main-controls__row .product-btn-js + .one-click-btn {
    min-width: 210px;
    height: 46px;
}
.product-main-controls__row:has(.product-btn-js, .one-click-btn) {
    gap: 10px;
}
@media screen and (min-width: 768px) {
    .product-main-controls__additional {
        margin-bottom: 12px;
    }
}

.product-thumb__prices-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.mono-btn {
    display: flex;
    flex-direction: column;
    width: 210px;
    height: 44px;
    padding: 9px 25px;
    justify-content: center;
    align-items: center;

    border-radius: 4px;
    background: #000;
    color: #fff;
}
.mono-btn__title {
    font-size: 12px;
}
.mono-btn__icon {
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
}
.mono-btn__info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mono-btn__info-title {
    position: relative;
    font-size: 14px;
}
.mono-btn__info-title:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 1px;
    background: #474747;
    border-radius: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

.mono-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 10px;
    cursor: default;
}
.mono-info__title {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
}
.mono-info__subtitle {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
.mono-info__tooltip {
    width: 240px;
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    padding: 12px;
    background: #fff;
    box-shadow: 0px 4px 25px 2px rgba(71, 92, 133, 0.10);

    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
.mono-info:before {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    width: 100%;
    bottom: -15px;
}
.mono-info:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='15' viewBox='0 0 28 15' fill='none'%3E%3Cpath d='M12.6526 1.22828C13.4161 0.532317 14.5839 0.532317 15.3474 1.22828L26.6392 11.522C27.9892 12.7526 27.1185 15 25.2918 15L2.70818 15C0.881461 15 0.0108247 12.7526 1.3608 11.522L12.6526 1.22828Z' fill='white'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    height: 20px;
    width: 38px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -23px;
    z-index: 10;
}
.mono-info__tooltip ol {
    list-style-position: inside;
    padding: 0;
}
.mono-title__tooltip {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.mono-info__text {
    color: #1771B9;
}
.mono-info:hover .mono-info__tooltip {
    display: block !important;
}

.modal__content:has(.product-to-cart + .product-to-cart-controls) .product-to-cart {
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-to-cart-controls {
    margin-left: 40px;
    margin-right: 40px;
}
.product-to-cart-controls:last-child {
    padding-bottom: 30px;
}
.mono_block_data {
    border: 1px solid #EBEBEB;
    padding: 25px 20px;
    margin-top: 10px;
}
.mono-block-popup {
    display: flex;
    flex-wrap: wrap;
}
.mono-block-popup__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mono-block-popup__inner:not(:last-child) {
    margin-bottom: 20px;
}

.mono-block-popup__info {
    display: flex;
    gap: 12px;
    align-items: center;
}
.mono-block-popup__info-title {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}
.mono-block-popup__info-subtitle {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.mono-block-popup__range-count {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.mono-block-popup__price {
    color: #333;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.mono-block-popup__mesage {
    color: #1771B9;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.mono-block-popup__select {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    gap: 2px;
}
.mono-block-popup__select_text {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.mini-cart .mono-btn {
    width: 226px;
    margin: 0 auto;
    margin-top: 10px;
}

.product-to-cart-controls {
    gap: 16px;
    padding-top: 30px;
}
.product-to-cart-controls .btn--product-to-cart {
    margin-left: auto;
}

.mono-block-popup__select select {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 0;
    height: 36px;
    color: #333;
    border-radius: 5px;
    border: 1px solid rgba(23,113,185,.2);
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.mono-block-popup__select select:focus {
    padding-left: 9px;
    padding-right: 0;
    border: 2px solid rgba(23,113,185,.5);
}

.preorder_info {
    color: #e44d4d;
    margin-bottom: 10px;
}

#product_preorder .quantity-control {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
#product_preorder .quantity-control__arrow-plus, #product_preorder .quantity-control__arrow-minus {
    position: relative;
    visibility: hidden;

    width: 20px;
    height: 20px;
    cursor: pointer;
}
#product_preorder .quantity-control__arrow-plus:before {
    visibility: visible;

    transform: rotate(45deg);

    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(51,51,51,.5);
    border-top: 1px solid rgba(51,51,51,.5);
    top: 6px;
    right: 2px;
    transition: border-color .1s ease-in-out;
}
#product_preorder .quantity-control__arrow-minus:before {
    visibility: visible;
    transform: rotate(-135deg);
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(51,51,51,.5);
    border-top: 1px solid rgba(51,51,51,.5);
    top: 6px;
    left: 2px;
    transition: border-color .1s ease-in-out;
}

.checkout-mono__buttons {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#cart #modal-common.modal {
    opacity: 0;
}
#cart #modal-common.modal.active {
    opacity: 1;

    animation: fadeInFromNone 0.5s ease-in-out;
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOutFromBlock {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#cart #modal-common .callback-form {
    padding: 30px 54px;
}
#cart #modal-common .callback-form__description {
    color: #999;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    max-width: 270px;
}

.callback-form__description {
    font-size: 15px;
    padding: 15px 0;
}

#product_preorder .one-click {
    margin-bottom: 20px;
}
#product_preorder .one-click__input {
    height: 40px;
}

#product-to-cart-modal .modal__inner--product-to-cart {
    margin-top: 50px;
}

@media screen and (min-width: 1251px) {
    #product_preorder .modal__inner {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1215px) {
    .product-thumb__prices-inner {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mono-btn, .mono-info {
        width: calc(50% - 5px);
    }
    .mono-block-popup__info {
        width: 100%;
    }
    .product-to-cart-controls {
        padding: 15px;
    }
    .mono-block-popup__inner {
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 15px;
    }
    .mono-block-popup__range-count {
        font-size: 14px;
    }
    .mono-block-popup__select select {
        font-size: 16px;
    }
    .mono-block-popup__price {
        font-size: 15px;
    }

    .product-to-cart-controls {
        margin: 0;
        flex-wrap: wrap;
        display: flex;
    }

    .mono_block_data {
        margin: 0 15px;
    }

     .product-to-cart-controls .product-to-cart-controls__item.continue-link {
        order: 3;
    }
     .product-to-cart-controls .btn--product-to-cart {
        width: calc(50% - 8px);
        margin: 0;
    }
     .product-to-cart-controls .button_mono_checkout {
        width: calc(50% - 8px);
    }
    .modal__inner--product-to-cart .modal__content {
        max-height: 97vh;
        overflow: auto;
    }
}
@media screen and (max-width: 500px) {
    .mono-btn {
        padding: 9px 5px;
    }
    .mono-info__tooltip {
        width: 100vw;
        transform: none;
        top: 47px;
        left: auto;
        right: -10px;
    }

     .product-to-cart-controls {
        justify-content: flex-start;
        flex-direction: column;
    }
     .product-to-cart-controls .product-to-cart-controls__item.continue-link {
        order: 0;
    }
     .product-to-cart-controls .btn--product-to-cart {
        width: 100%;
    }
     .product-to-cart-controls .button_mono_checkout {
        width: 100%;
    }
}

.comparison-wrapper .product-controls--comparison-product .primary-btn {
    display: none;
}
.mono-payment__icon {
    max-width: 120px;
}
/* end mono */
.step-hidden label {
    display: flex;
    justify-content: space-between;
}