/*FW*/

#catalog .catalog__left-filter h4{
    padding-bottom: 0px;
    padding-top: 0px;
}

.wrap-switch {
    padding-top: 10px;
    display: flex;
}

.setup-tech-text {
    font-size: 14px;
    padding-left: 10px;
}

.toggler-wrapper.style-1 input[type="checkbox"]:checked + .toggler-slider .toggler-knob {
    left: calc(100% - 12px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
    width: calc(16px - 5px);
    height: calc(16px - 5px);
    border-radius: 50%;
    left: 2px;
    top: 2px;
    background-color: #fff;
}

.toggler-wrapper {
    display: block;
    width: 30px;
    height: 15px;
    cursor: pointer;
    position: relative;
}

.toggler-wrapper input[type="checkbox"] {
    display: none;
}

.toggler-wrapper input[type="checkbox"]:checked + .toggler-slider {
    background-color: #44cc66;
}

.toggler-wrapper .toggler-slider {
    background-color: #ccc;
    position: absolute;
    border-radius: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.block_phone_callback {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.row_block_phone {
    display: flex;
    flex-direction: column;
}

.phone_line_social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workTime {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-left: 10px;
}

.workTime p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.search-button-header {
    background: #74A4AC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-hidden ul li ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    width: 370px;
    z-index: 9999;
    top: 59px;
    left: 0;
    background: linear-gradient(180deg, #07575B, #66A5AD, #C4DFE6);
    border-radius: 6px 6px 6px 0;
}

.fix-search-fw {
    width: 200px;
    display: block;
}

.mob-view {
    display: none;
}

.header-hidden ul li ul a:hover {
    text-decoration: none;
    color: #A8EFFF !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.header-hidden ul li ul a {
    color: white;
    border-top: 0px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px 15px;
    text-align: inherit;
}

.header-hidden ul li:hover ul {
    display: flex;
}

.header__category ul {
    width: 100%;
    background: linear-gradient(90deg, #83e3e2, #1bc1bf);
    border-radius: 6px 6px 6px 0;
    display: flex;
    justify-content: space-around;
    position: relative;
}

#msMiniCart .empty {
    width: 50px;
}

.logos {
    font-weight: 700;
}

#msMiniCart .not_empty {
    width: 50px;
}

#msMiniCart .empty .cart {
    width: 50px;
}

@media (max-width: 1200px) {
    .header__info .phone_line_social {
        display: none;
    }

    .header__category {
        display: none;
    }

    .header__info .header__cta {
        display: none;
    }

    .mob-view {
        display: flex;
    }

    /*    .header__info .cart .show-menu{
            display: none;
        }*/
    .show-menu {
        display: block;
    }

    #msMiniCart .empty {
        width: 100px;
    }

    #msMiniCart .empty .cart {
        width: 100px;
    }

    #msMiniCart .not_empty {
        width: 100px;
    }

    #msMiniCart .not_empty .cart {
        width: 100px;
    }
}

@media (max-width: 777px) {

    .header__info .workTime {
        display: none;
    }

    .header__info-wrap .logo {
        display: block;
        flex-basis: 0;
        padding-bottom: 0px;
        order: 0;
    }

}

@media (max-width: 540px) {

}

/*FW*/

@media (min-width: 768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 74%;
    }

    #home .home__wrap .home__item-wrap {
        flex-wrap: nowrap;
    }

    .custom-modal .not-href:hover {
        color: #df3a3a !important;
    }

    .pink {
        color: #66A5AD !important;
    }

    .news_flex {
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }

    .breadcrumbs {
        padding: 25px 0px 10px; /* margin-bottom: 20px; */
    }

    .breadcrumbs li {
        display: inline-block;
    }

    .breadcrumbs li, .breadcrumbs li > span {
        font-size: 16px;
        line-height: 1.2;
    }

    .breadcrumbs li a {
        /*font-size: 11px;
        line-height: 1.2;*/
        color: #0066b1;
        padding: 0 10px;
    }

    .breadcrumbs li.B_currentCrumb {
        padding-left: 10px;
    }

    .breadcrumbs li a:hover {
        color: #66A5AD !important;
        text-decoration: underline;
    }

    .breadcrumbs ul {
        display: flex;
    }

    .our-certificates__slide-wrap {
        width: 270% !important;
    }
}

@media (max-width: 700px) {
    .header__main ul li a {
        font-size: 12px;
    }
    .breadcrumbs li.B_currentCrumb {
        padding-left: 10px;
    }
}

@media (max-width: 630px) {
    .header__main ul li a {
        font-size: 10px;
    }
}

@media (max-width: 530px) {
    .header__main ul li a {
        font-size: 8px;
    }
}

@media (max-width: 1200px) {
    #home .home__wrap .home__item-wrap {
        flex-direction: column;
        padding-top: 0;
    }

    .header__main.show ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }


    #home .home__wrap .home__item-wrap .home__item, #home .home__wrap .home__item-wrap .home__item:first-child {
        padding-top: 71px;
    }

    .slick-next, .slick-prev {
        top: -21px;
    }


}

@media (max-width: 375px) {
    .header__info .header__info-wrap .header__cta {
        flex-basis: 66% !important;
    }

    .workTime {
        width: 250px !important;
    }

    #catalog .catalog__left-filter {
        margin-top: 0px !important;
    }

    .catalog__items .product-preview__wrap:first-child .product-preview {
        margin-top: 0 !important;
    }

    .header__main ul li a {
        font-size: 7px;
    }

    /* .offer-left-block {
        margin-top: 24px;
    } */
    #home .home__wrap .home__item-wrap .home__item .home__item-text, #home .home__wrap .home__item-wrap .home__item:first-child .home__item-text {
        width: 151px !important;
    }

    #home .home__wrap .home__item-wrap .home__item:first-child h2, #home .home__wrap .home__item-wrap .home__item h2 {
        margin-left: -26px;
    }

    .breadcrumbs li, .breadcrumbs li > span {
        font-size: 9px;
    }
}

@media (max-width: 1024px) {
    .our-certificates__slide-wrap {
        width: 231% !important;
    }

    /* .offer-left-block{
        margin-top:1293px;
    } */
    #cart .cart__content .cart__product {
        min-width: 0;
    }


    .home__item-text .blocks {
        padding: 15px 0px 15px;
        text-align: center;
    }

    .breadcrumbs li a {
        padding: 0 7px !important;
    }
}


@media (max-width: 768px) {
    .our-certificates__slide-wrap {
        width: 170% !important;
    }

    #catalog .catalog__left-filter {
        margin-top: 0px !important;
    }


    /* .offer-left-block{
        margin-top:1293px;
    } */
    #cart .cart__content .cart__product {
        min-width: 0;
    }

    #home .home__wrap .home__item-wrap .home__item, #home .home__wrap .home__item-wrap .home__item:first-child {
        padding-top: 0px;
    }

    #product-page .product-page__wrap {
        width: 100%;
    }

    .header__info .header__info-wrap .logo {
        display: flex;
        flex-direction: row-reverse;
    }

    #home .home__wrap .home__item-wrap .home__item .home__item-text, #home .home__wrap .home__item-wrap .home__item:first-child .home__item-text {

        width: 175px;
    }

    .header__info .header__info-wrap .header__cta {
        margin-left: 140px !important;
    }

    .catalog__items .product-preview, .product-items .product-preview {
        max-width: 301px;
    }

    .slick-prev {
        transform: rotate(180deg);
        right: 70px;
        top: -8px;
    }

    .slick-next {
        right: 0;
        top: -8px;
    }
}

@media (max-width: 540px) {
    .workTime {
        margin-bottom: 12px;
    }

    #catalog .catalog__top-filter .by-show-items {
        flex-basis: unset;
    }

}

@media (max-width: 425px) {
    .our-certificates__slide-wrap {
        width: 100% !important;
    }

    .workTime {
        width: 275px !important;
    }

    .catalog__items .product-preview__wrap {
        width: 100% !important;
    }

    .catalog__items {
        flex-direction: column;
    }

    #catalog .catalog__left-filter {
        margin-top: 0px !important;
    }

    .catalog__items .product-preview__wrap:first-child .product-preview {
        margin-top: 0 !important;
    }

    /* .offer-left-block {
        margin-top: 24px;
    }
     */
    .header__info .header__info-wrap .header__cta {
        flex-basis: 70%;
        margin-left: 0 !important;
        padding-left: 13px;
    }

    .header__info .logo p {
        margin-right: 0 !important;
    }

    .header__info .header__cta .cta__text {
        padding-left: 9px !important;
    }

    .catalog__items .product-preview .product__text, .product-items .product-preview .product__text {
        height: 45px;
    }

    .breadcrumbs li, .breadcrumbs li > span {
        font-size: 12px;
    }

    .product__text, .product-items .product-preview .product__text {
        height: 100%;
    }

    #home .home__wrap .home__item-wrap .home__item .home__item-text, #home .home__wrap .home__item-wrap .home__item:first-child .home__item-text {
        margin-top: 173px;
    }

    #home .home__wrap .home__item-wrap .home__item, #home .home__wrap .home__item-wrap .home__item:first-child {
        margin-left: 14px;
    }

    .header__info .logo p {
        font-size: 30px !important;
    }

    .header__info .header__info-wrap .logo {
        flex-basis: 0 !important;
    }

    .product-preview.content__product {
        margin-top: 85px;
        margin-bottom: 100px;
        height: 100%;
    }

    /* .header__info .header__info-wrap .header__cta {
        margin-left: 0!important;
    }
    
    .header__info .header__info-wrap .logo {
        flex-basis: 0;
    }
    
    .header__info .logo p {
        font-size: 30px!important;
    }
    
    .header__info .header__info-wrap .header__cta {
        flex-basis: 0%;
    } */


}

@media (max-width: 320px) {
    .our-certificates__slide-wrap {
        width: 70% !important;
    }

    .workTime {
        width: 200px !important;
    }

    .catalog__items .product-preview img, .product-items .product-preview img {
        height: 150px !important;
    }

    #catalog .catalog__left-filter {
        margin-top: 0px !important;
    }

    .catalog__items .product-preview__wrap:first-child .product-preview {
        margin-top: 0 !important;
    }

    .header__main ul li a {
        font-size: 6px;
    }

    /* .offer-left-block {
        margin-top: 24px;
    } */
}

.slick-next, .slick-prev {
    padding: 0px 15px !important;
}

.breadcrumbs li a {
    color: #c3c4c8 !important;
    padding: 10px;
}

.contacts__content a {
    transition: color .3s;
    color: black;
}

.contacts__content a:hover {
    text-decoration: underline;
    color: #fa0175 !important;
}

.col-12.checkbox {
    font-weight: 300;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    color: #383f49;
    margin-right: 20px;
    transition: background-color .3s, color .3s;
}

#receiver {
    font-weight: 300;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    color: #383f49;
    margin-right: 20px;
    transition: background-color .3s, color .3s;
}

.checkbox2 {
    font-weight: 300;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    color: #383f49;
    margin-right: 20px;
    transition: background-color .3s, color .3s;
    margin-left: 11px;
}


.contacts__content p > a {
    color: black !important;
}

.order {
    font-size: 15px;
    margin-left: 10px;
    font-weight: 300;
    color: #fff;
    border-radius: 4px;
    padding: 21px 0 21px 18px;
    background-color: #66A5AD;
    text-align: left;
    transition: background-color .75s;
    width: 230px;
}

.order:hover {
    background-color: #66A5AD;
}

.order svg {
    width: 35px;
    height: 10px;
    margin-left: 10px;
    transition: margin-left .5s;
    fill: #fff;
}

.clean {
    width: 120px;
    height: 35px;
    background-color: #ff000085;
    font-size: 12px;
}

.search-input.form-control:focus {
    color: #495057;
    background-color: #fff;

    outline: 0;
    box-shadow: 0 0 0 0.2rem #07575B;
}

.manufacturers {
    font-size: 18px;
    color: #303030;
    font-weight: 800;
    text-transform: uppercase;
    padding: 40px 0 17px;
}

.pagination {
    margin-left: 258px;
}

.price_text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.price_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 24px;
}

.price_wrap-from {
    font-size: 14px;
    padding: 14px;
    background-color: #f2f6f7;
    border-radius: 2px;
    width: 49%;
    color: #b3b3b3;
}

.price_wrap-to {
    font-size: 14px;
    padding: 14px;
    background-color: #f2f6f7;
    border-radius: 2px;
    width: 49%;
    color: #b3b3b3;
}

#more {
    color: #ffff;
}

.header__category ul li {
    padding: 0 40px !important;
}

.header__category ul {
    background: linear-gradient(90deg, #83e3e2, #1bc1bf);
    border-radius: 6px 6px 6px 0;
    display: flex;
    justify-content: space-around !important;
    position: relative;
}

.header__category ul li {
    padding: 0 10px !important;
}

.header__category ul {
    background: linear-gradient(90deg, #07575B, #66A5AD, #C4DFE6);
    border-radius: 6px 6px 6px 0;
    display: flex;
    justify-content: space-around !important;
    position: relative;
}

#catalog .catalog__left-filter .filter-clear svg line {
    fill: #fff;
    stroke: #212529 !important;
    stroke-width: 2;
    stroke-miterlimit: 10;
    transition: stroke .3s;
}

#catalog .catalog__left-filter .filter-clear {
    width: 100%;
    padding-right: 15px;
    margin-top: 20px;
    color: #212529 !important;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    transition: color .3s;
}

a:hover {
    color: #66A5AD !important;
}

li a {
    color: black !important;
}

.header__category ul li a {
    color: white !important;
    width: 100%;
}

li a:focus {
    color: #fa0177 !important;
}

.ordering-page h4 {
    padding: 10px;
    display: flex;
    background-color: #66A5AD;
    font-family: Segoe UI;
    font-style: normal;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
}

.ordering-page #deliveries {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.ordering-page #deliveries .small {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 16px;
    padding-left: 17px;
}

.ordering-page #deliveries .price {
    float: right;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.ordering-page .ms2_form input.required {
    min-width: 100%;
}

.ordering-page .ms2_form input#receiver,
.ordering-page .ms2_form input {
    height: auto;
    padding: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 21px;
}

.ordering-page .ms2_form label {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 19px;
    color: #212529;
}

.ordering-page .ms2_form input.required {
    margin-right: 20px;
}

.error-massage, .success-message {
    display: none;
    white-space: nowrap;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #D62D30;
}

.error-massage:before {
    content: '';
    width: 24px;
    margin-right: 7px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM15.5355 8.46447C15.9261 8.85499 15.9261 9.48816 15.5355 9.87868L13.4142 12L15.5355 14.1213C15.9261 14.5118 15.9261 15.145 15.5355 15.5355C15.145 15.9261 14.5118 15.9261 14.1213 15.5355L12 13.4142L9.87868 15.5355C9.48816 15.9261 8.85499 15.9261 8.46447 15.5355C8.07394 15.145 8.07394 14.5118 8.46447 14.1213L10.5858 12L8.46447 9.87868C8.07394 9.48816 8.07394 8.85499 8.46447 8.46447C8.85499 8.07394 9.48816 8.07394 9.87868 8.46447L12 10.5858L14.1213 8.46447C14.5118 8.07394 15.145 8.07394 15.5355 8.46447Z' fill='%23D62D30'/%3E%3C/svg%3E");
}

.success-message:before {
    content: '';
    width: 24px;
    margin-right: 7px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM15.5355 8.46447C15.9261 8.07394 16.5592 8.07394 16.9498 8.46447C17.3403 8.85499 17.3403 9.48816 16.9498 9.87868L11.2966 15.5318L11.2929 15.5355C11.1919 15.6365 11.0747 15.7114 10.9496 15.7602C10.7724 15.8292 10.5795 15.8459 10.3948 15.8101C10.2057 15.7735 10.0251 15.682 9.87868 15.5355L9.87489 15.5317L7.05028 12.7071C6.65975 12.3166 6.65975 11.6834 7.05028 11.2929C7.4408 10.9024 8.07397 10.9024 8.46449 11.2929L10.5858 13.4142L15.5355 8.46447Z' fill='%2369A042'/%3E%3C/svg%3E");
}

.ordering-page #msOrder .error {
    border: 1px solid #D62D30;
}

.home__item-text {
    padding: 18px 52px 15px;
}

.close-btn {
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg id='Icon/Outline/close'%3E%3Cpath id='Mask' fill-rule='evenodd' clip-rule='evenodd' d='M7.41425 6.00025L11.7072 1.70725C12.0982 1.31625 12.0982 0.68425 11.7072 0.29325C11.3162 -0.09775 10.6842 -0.09775 10.2933 0.29325L6.00025 4.58625L1.70725 0.29325C1.31625 -0.09775 0.68425 -0.09775 0.29325 0.29325C-0.09775 0.68425 -0.09775 1.31625 0.29325 1.70725L4.58625 6.00025L0.29325 10.2933C-0.09775 10.6842 -0.09775 11.3162 0.29325 11.7072C0.48825 11.9022 0.74425 12.0002 1.00025 12.0002C1.25625 12.0002 1.51225 11.9022 1.70725 11.7072L6.00025 7.41425L10.2933 11.7072C10.4882 11.9022 10.7443 12.0002 11.0002 12.0002C11.2562 12.0002 11.5122 11.9022 11.7072 11.7072C12.0982 11.3162 12.0982 10.6842 11.7072 10.2933L7.41425 6.00025Z' fill='%23231F20'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='13' height='13'%3E%3Cpath id='Mask_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.41425 6.00025L11.7072 1.70725C12.0982 1.31625 12.0982 0.68425 11.7072 0.29325C11.3162 -0.09775 10.6842 -0.09775 10.2933 0.29325L6.00025 4.58625L1.70725 0.29325C1.31625 -0.09775 0.68425 -0.09775 0.29325 0.29325C-0.09775 0.68425 -0.09775 1.31625 0.29325 1.70725L4.58625 6.00025L0.29325 10.2933C-0.09775 10.6842 -0.09775 11.3162 0.29325 11.7072C0.48825 11.9022 0.74425 12.0002 1.00025 12.0002C1.25625 12.0002 1.51225 11.9022 1.70725 11.7072L6.00025 7.41425L10.2933 11.7072C10.4882 11.9022 10.7443 12.0002 11.0002 12.0002C11.2562 12.0002 11.5122 11.9022 11.7072 11.7072C12.0982 11.3162 12.0982 10.6842 11.7072 10.2933L7.41425 6.00025Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cg id='ð¨ Color'%3E%3Crect id='Base' x='-6' y='-5.99976' width='24' height='24' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom-modal > div {
    max-height: calc(100vh - 78px);
    padding: 50px 40px;
    position: relative;
}

.modal-btn-container {
    flex-wrap: wrap;
    width: 400px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}

.modal-btn-container button,
.modal-btn-container input[type="submit"],
.modal-btn-container a {
    margin-bottom: 10px;
    border: 2px solid #fff !important;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    color: #fff !important;
}

.btn-send {
    background-color: #66A5AD;
}

.custom-modal form {
    margin: 0 auto;
    width: 400px;
}

.custom-modal input,
.custom-modal textarea {
    margin-bottom: 20px;
    width: 100%;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 21px;
    color: #fff;;
    padding: 10px;
    border: solid 1px #fff;
}

.custom-modal label {
    width: 100%;
    padding-left: 10px;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}


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

.custom-modal a {
    color: #FA0177;
}

.custom-modal p {
    font-family: Segoe UI;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

.custom-modal h4 {
    text-align: center;
    font-family: Segoe UI;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

.custom-modal {
    overflow: auto;
    background-color: #66A5AD;
    display: none;
    position: fixed;
    z-index: 999;
    width: 40%;
    left: 28%;
    top: 50px;
}

.clear-btn {
    margin: 20px 0 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #212529;
}

.btn-black-text {
    color: #000 !important;
}

.show-tr {
    background-color: #fff !important;
}

.show-tr img:not(.revert) {
    transform: rotate(180deg);

}

.show-tr td {
    justify-content: space-between;
    border-top: none;
    border-bottom: 2px solid #999999;
}

.show-tr img.revert {
    display: none;
}

.show-content {
    display: none;
}

@media (max-width: 1440px) {
    /* .offer-left-block{
        margin-top:1293px;
    } */
    .catalog__items .product-preview h3, .product-items .product-preview h3 {
        height: 13px;
    }

    .catalog__items .product-preview__wrap {
        /*width: 33%;*/
    }

    .product__code {
        margin-top: 40px;
    }

    .category__mini {
        display: flex;
    }

    .category__show {
        display: none;
    }
}

@media (max-width: 2560px) {
    .catalog__items .product-preview h3, .product-items .product-preview h3 {
        height: 13px;
    }

    .product__code {
        margin-top: 60px;
    }

    .category__mini {
        display: flex;
    }

    .category__show {
        display: none;
    }
}

@media (max-width: 1024px) {
    .custom-modal {
        width: 70%;
        left: 15%;
    }

    #catalog .catalog__left-filter {
        margin-top: 0px !important;
    }


    .catalog__items .product-preview__wrap {
        width: 49%;
    }

    .category__show {
        display: flex;
    }

    #catalog #category__mini {
        display: none;
    }

    #catalog .catalog__left-filter .category__show {

        color: #383f49;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        width: 100%;
        padding: 23px;
        background-color: #f1f1f1;
    }

    #catalog .catalog__left-filter .category__show svg {
        margin-left: 15px;
        width: 10px;
        vertical-align: sub;
        transition: all .3s;
        height: 100%;
    }

    #catalog .catalog__left-filter .category__show.show svg {
        transform: rotate(90deg);
    }

    .custom-modal p {
        font-size: 26px;
        line-height: 26px;
    }

    .workTime {
        font-size: 11px !important;
    }

    .catalog__items .product-preview h3, .product-items .product-preview h3 {
        height: 13px;
    }

    .header__info .header__cta .cta__text {
        padding-left: 17px;
    }

    .header__info .header__cta .cta__text a {
        font-size: 1.8rem;
    }

    .slick-next, .slick-prev {
        top: -26px !important;
    }


    .product-page__wrap {
        width: 100% !important;
    }

    #home .home__wrap .home__item-wrap .home__item, #home .home__wrap .home__item-wrap .home__item:first-child {
        padding-top: 43px !important;
    }

    #home .home__wrap .home__item-wrap .home__item, #home .home__wrap .home__item-wrap .home__item:first-child {
        display: block !important;
    }

    .header__info .logo p {

        margin-right: 30px;
    }

    #home .home__wrap .home__item-wrap {
        flex-direction: column;
    }

    .custom-modal h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .custom-modal form {
        width: 100%;
    }

    .modal-btn-container {
        width: 100%;
    }

    .modal-btn-container button,
    .modal-btn-container input[type="submit"],
    .modal-btn-container a {
        font-size: 18px;
        line-height: 20px;
    }

}

.offer-left-block {
    padding: 20px;
    box-shadow: 0px 20px 50px rgb(142 0 20 / 50%);
}

.offer-left-block h3,
.offer-left-block h3 span {
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    color: #303030;
}

.offer-left-block h3 > span {
    float: right;
}

.offer-left-block p {
    margin-top: 20px;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #212529;
}

.offer-left-block p span {
    color: #FA0177;
}

.offer-left-block p.gray-text span {
    color: #999999;
    float: right;
}

.offer-left-block p.gray-text {
    margin-top: 10px;
    color: #999999;
}

.offer-left-block .order {
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
}

.page-404 {
    margin-top: -350px;
    width: 50%;
    margin-left: auto;
    /* background-image: url("../img/nordwood-themes-nDd3dIkkOLo-unsplash.png"); */
}

.page-404 h1 {
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #212529;
}

.page-404 p {
    font-family: Segoe UI;
    font-weight: 350;
    font-size: 24px;
    line-height: 32px;
    color: #212529;
}

.page-404 .modal-btn-container {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 60px;
    margin-top: 30px;
}

.panel-heading {
    margin: 50px 0 15px;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    color: #212529;
}

.panel-left-bar a, .panel-body h3 {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #212529;
}

.panel-left-bar a.active, .panel-body h3 {
    color: #FA0177;
}

.panel-body h3 {
    margin: 20px 0 40px;
}

.panel-left-bar a:hover {
    text-decoration: none;
}

.panel-left-bar div {
    margin: 20px 0 40px;
}

.panel-body p {
    min-height: 20px;
    margin: 20px 0;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 21px;
    color: #212529;
}

.panel-body .col-sm-4 p {
    font-weight: 600;
}

.panel-edit-block label {
    padding-left: 10px;
    font-weight: 350;
    font-size: 14px;
    line-height: 19px;
}

.panel-edit-block input {
    height: auto;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #212529;
    border: 1px solid #999999;
}

.panel-edit-block input:hover {
    border: 1px solid #000;
}

.password-show {
    margin-left: -40px;
}

.password-show.hide {
    display: none;
}

.password-show img {
    cursor: pointer;
    margin-top: -10px;
    opacity: .3;
}

.password-show img:hover {
    opacity: 1;
}

.show-content p span {
    font-weight: 600;
}

.show-content p small {
    font-weight: 350;
    font-size: 12px;
    line-height: 16px;
}

.show-content p span.old-price {
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #999999;
}


@media (max-width: 867px) {
    .page-404 .modal-btn-container {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .page-404 {
        margin-top: 0;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 20px;
    }

    .page-404 .modal-btn-container {
        JUSTIFY-CONTENT: center;
    }

}

@media (max-width: 578px) {
    .show-content-order > div {
        padding: 0 5px;
    }
}

@media (max-width: 500px) {
    .custom-modal {
        width: 90%;
        left: 5%;
        top: 20px;
    }

    .custom-modal > div {
        max-height: calc(100vh - 40px);
        padding: 25px 20px;
    }

    .modal-btn-container button,
    .modal-btn-container input[type="submit"],
    .modal-btn-container a {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 15px;
    }
}

@media (max-width: 425px) {
    .page-404 h1 {
        font-family: Segoe UI;
        font-weight: bold;
        font-size: 26px;
        line-height: 40px;
    }

    .catalog__items .product-preview__wrap {
        width: 100%;
    }

    #catalog .catalog__items .product-preview {
        margin-bottom: 83px;
        height: 100%;
        margin-top: 130px;

    }

    #catalog .catalog__items {
        justify-content: start;
    }


    .page-404 p {
        font-family: Segoe UI;
        font-weight: 350;
        font-size: 20px;
        line-height: 25px;
    }
}


.top {
    width: 104px;
    height: 28px;
    padding: 8px 8px !important;
}

.hit {
    width: 40px;
    height: 28px;
    padding: 8px 8px !important;
}

.sale {
    width: 69px;
    height: 68px;
    padding: 8px 8px !important;

}

.popular {
    width: 93px;
    height: 28px;
    padding: 8px 8px !important;

}

.top, .hit, .sale p {
    margin-top: -2px;
}

.header__info {
    padding: 7px 0 8px;
}

.header__main ul {
    padding: 0 10px;
    margin: 0 0px;
    font-family: "Geometria";
    width: -webkit-fill-available;
}

#bestsellers .product-items .product-preview {
    margin-top: 50px !important;
}

.container h1 {
    padding: 40px 0 17px 25px !important;
}

/* .fotorama__thumb .fotorama__img,.fotorama__thumb-border{
    width: 178px!important;
    height: 80px!important;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
    width: 178px!important;
    height: 80px!important;
}

.fotorama__thumb-border{
    border: 3px solid #fa0177!important;
    width: 178px!important;
    height: 77px!important;
    transform: translate3d(179px, 0px, 0px)!important;
} */

.product-page__wrap {
    width: 1140px;
}

#product-page .product-page__wrap {
    padding-top: 0;
}

#products-week {
    background-color: white !important;
    padding-top: 40px;
}

#product-page .product-page__wrap {
    padding-left: 10px;
}


.header__info .header__cta .cta__text a {
    color: black;
}

.workTime {
    width: 330px;

    font-size: 16px;
    font-weight: 700;
    color: black;
    margin-left: 10px;
    margin-bottom: 4px;
}

.header__info .cart .cart-counter {
    font-size: 2rem;
    top: -7px;
    left: 35px;
    padding: 6px;
}

.header__info .cart svg {
    width: 55px;
    height: 55px;
}

#home .home__wrap .home__item:first-child {
    padding-top: 165px;

}

/* #product-page .product-page__wrap .product-page__right .product-page__price .price__new span {
    font-size: 40px;
} */
#product-page .product-page__wrap .product-page__right .product-page__price .price__new span {
    font-size: 28px;
}

#product-page .product-page__wrap .product-page__right .product-page__price .price__old {
    font-size: 20px;
}

#product-page .product-page__wrap .product-page__right .product-page__price {
    padding-bottom: 15px;
}

#product-page .product-page__wrap .product-page__right .product-page__price .price__new-wrap {
    padding-bottom: 15px;
}

#product-page .product-page__wrap .product-page__right .make-installment-plan {

    margin-bottom: 20px;
}

#product-page .product-page__wrap .product-page__right .product__rating-wrap {
    padding-bottom: 10px;
    padding-top: 30px;
}

.static_checkbox {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

}

.header__category ul:after {
    background: linear-gradient(90deg, #C4DFE6, #07575B, #66A5AD);
}

#product-page .product-page__wrap .product-page__right .product-page__price .price__new {
    color: black !important;
}

footer:after {
    background: linear-gradient(90deg, #07575B, #66A5AD, #C4DFE6) !important;
}

.catalog__items .product-preview .product__rating-wrap .product__in-stock, .product-items .product-preview .product__rating-wrap .product__in-stock {
    background-color: #07575B !important;
}

.catalog__items .product-preview .product__price-wrap .price__old, .product-items .product-preview .product__price-wrap .price__old {
    color: #07575B !important;
}

#our-certificates .our-certificates__slide .our-certificates__date {
    background-color: #07575B !important;
}

#cart .cart__content .product__price-wrap .price__old {
    color: #07575B !important;
}

#product-page .product-page__wrap .product-page__right .product-page__price .price__old {
    color: #07575B !important;
}

.header__info .header__cta .cta__icon svg path {
    fill: #07575B !important;
}

.catalog__items .product-preview .buy-now:hover, .product-items .product-preview .buy-now:hover {
    background-color: #07575B !important;
}

#product-page .product-page__wrap .product-page__right .buy-now:hover {
    background-color: #07575B !important;
    color: #FFFFFF;
}

.cta-catalog .cta-catalog__form form button:hover {
    background-color: #07575B !important;
}

.catalog__items .product-preview .buy-now, .product-items .product-preview .buy-now {
    background-color: #66A5AD;
}

.cta-catalog .cta-catalog__form form button {
    background-color: #66A5AD;
}

#news .news__article .article__info a {
    color: #66A5AD;
}


.catalog__items .product-preview .product__price-wrap .price__new, .product-items .product-preview .product__price-wrap .price__new {
    color: #66A5AD;
}

#news .news__article .article__info a svg {
    fill: #66A5AD;
}


.header__info .header__cta .cta__btn {
    color: #66A5AD;
}

.header__info .cart .cart-counter {
    background-color: #66A5AD;
}

footer .footer__menu .footer__contact button {
    background-color: #66A5AD;
}

.header__category ul a:hover {
    border-top-color: #07575B;
}

#catalog .catalog__left-filter .filter-btn:hover {
    background-color: #07575B;
}

#catalog .catalog__left-filter .filter-btn {
    background-color: #66A5AD;
}

#contacts .contacts__content .contact-us {
    background-color: #66A5AD;
}

#contacts .contacts__content .contact-us:hover {
    background-color: #07575B !important;
}

footer .footer__menu ul li a:focus, footer .footer__menu ul li a:hover {
    border-color: #66A5AD;
}

.header__main ul li a:focus, .header__main ul li a:hover {
    border-color: #66A5AD;
    color: black !important;

}

#news .news__article .article__info .date {
    background-color: #07575B;
}

footer .footer__menu .footer__contact a {
    color: #07575B;
}

.header__main ul li .dropdown-menu a {
    padding: 15px 20px !important;
}

li a:focus {
    color: #66A5AD !important;
}

.catalog__items .product-preview .product__price-wrap .add-cart.active, .catalog__items .product-preview .product__price-wrap .add-cart:hover, .product-items .product-preview .product__price-wrap .add-cart.active, .product-items .product-preview .product__price-wrap .add-cart:hover {
    background-color: #66A5AD;
}

#cart .cart__order-total .checkout-btn {
    background-color: #66A5AD;
}

#cart .cart__content .product__price-wrap .price__new {
    color: #66A5AD;
}

#cart .cart__order-total p span {
    color: #66A5AD;
}

#cart .cart__order-total .checkout-btn:hover {
    background-color: #07575B;
}

.dropdown-sub-menu {
    display: none;
}

.submenu2 .dropdown-sub-menu {
    left: 100%;
    top: 0;
}

/* .dropdown */
.desktop-nav-menu {
    padding: 0px;
    /* padding: 14px 0; */
    display: flex;
    background-color: #000;
    justify-content: space-between;
}

.dropdown-toggle:after {
    margin-bottom: -3px;
}

.dropdown-toggle {
    white-space: nowrap;
}

.submenu2 .dropdown-toggle::after {
    border: .3em solid transparent;
    border-left: .3em solid #fff;
    margin-bottom: -5px;
    margin-left: 8px;

}

.submenu2:hover .dropdown-toggle::after {
    border-left: .3em solid #000;
}

.desktop-nav-el a {
    color: inherit;
    text-decoration: none;
}

.desktop-nav-el:last-child {
    border: none;
}

.desktop-nav-el {
    display: flex;
    padding: 14px 0 !important;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
    list-style: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    line-height: 16px;
    border-right: solid 1px #323a47;
}

.dropdown-sub-menu {
    text-align: left;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 44px;
    padding: 20px 0 10px;
    color: #fff;

}

.desktop-nav-el:hover {
    color: #2e7cd0;
}

.desktop-nav-el.has-dropdown-ul:hover:after {
    border-top: 6px solid #2e7cd0;
}

.desktop-nav-el.has-dropdown-ul:hover > .dropdown-sub-menu {
    display: block;
}

.desktop-nav-el p:hover .dropdown-sub-menu {
    display: block;
}

.dropdown-sub-menu:hover {
    display: block;
}

.dropdown-sub-menu li:hover {
    background-color: #fff;
    color: #000;
}

.dropdown-sub-menu li {
    white-space: nowrap;
    padding: 5px 15px;
}

.dropdown-sub-menu .desktop-nav-el {
    padding: 10px;
    /*     justify-content: start; */
}

.dropdown-sub-menu {
    text-align: left;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 44px;
    padding: 20px 0 10px;
    color: #fff;

}

.desktop-nav-el p {
    margin: 0;
}

footer .footer__menu .footer__contact button:hover {
    background-color: #07575B !important;
}

#product-page .product-page__wrap .product-page__right .buy-now {
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #74A4AC;
    color: #74A4AC;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}

#product-page .product-page__wrap .product-page__right .add-cart.active, #product-page .product-page__wrap .product-page__right .add-cart:hover {
    background-color: #66A5AD;
}

#product-page .product-page__wrap .product-page__right .product-page__price .price__percent {
    background-color: #66A5AD;
}

#product-page .product-page__wrap .product-page__right .product-page__price .bonus span, #product-page .product-page__wrap .product-page__right .product-page__price .installment-plan__payment {
    color: #66A5AD;
}

#product-page .product-page__wrap .product-page__right .make-installment-plan {
    color: #66A5AD;
}

#about .about__content .about__text a {
    color: #66A5AD;
}

#about .about__content .about__text a svg {
    fill: #66A5AD;
}

.header__category .header__category-title {
    background: linear-gradient(90deg, #07575B, #66A5AD, #C4DFE6);
}

.home__item-text h2 {
    color: #66A5AD !important;
}

h3 a {
    color: #07575B !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #f0f4f5;
}

.promo-block .sale {
    background-color: #07575B !important;
}

.special-for-content {
    font-size: 14px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.special-for-content ul > li {
    list-style: disc !important;
    font-size: 14px !important;
    margin-left: 25px;
}

.special-for-content ol > li {
    list-style: decimal !important;
    font-size: 14px !important;
    margin-left: 25px;
}

.special-for-content p {
    font-size: 14px !important;
}

.messengers-404 {
    display: flex;
}

.messengers-404 a div {
    margin-right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #66A5AD !important;
}

.pagination .pagination__wrap svg:hover {
    background-color: #66A5AD !important;
}

button:focus {
    outline: none !important;
}

.btn-close:focus {
    background-color: #66A5AD !important;
}

.btn-send:focus {
    background-color: #66A5AD !important;
}

.catalog__items .product-preview, .product-items .product-preview {
    text-align: center;
    max-width: 100%;

}

.form-group .input-sm {
    width: 70% !important;
}

.slick-next:hover, .slick-prev:hover {
    background-color: #66A5AD;
}

.target p.target-text {
    font-size: 25px;
}

#home .home__wrap .home__item-wrap .home__item .home__item-text, #home .home__wrap .home__item-wrap .home__item:first-child .home__item-text {
    background-color: unset;
}

#home .home__wrap .home__item:first-child .home__item-text {
    background-color: unset;
}

.image.mw-100.pr-3 img {
    height: 130px;
}

.product__code {
    width: 100%;
}

.product__price {
    margin-bottom: 12px;
}

#catalog .catalog__items {
    justify-content: start;
}

.product__text a h3 {
    height: 80px;
}

.col-12 > .checkbox2 {
    padding-left: 0px;
    margin-left: 0px;
}

.form-group .col-12 {
    margin-left: 11px;
}

.offer-left-block .order {
    margin-top: 30px;
    margin-left: 0px;
}

#right-block:hover {
    text-decoration: none;
}

.home__item-text h2:hover {
    color: #07575B !important;
}


.delivery-guarantee-link {
    color: #66A5AD;
    border-bottom: 1px solid #66A5AD;
}

.delivery-guarantee-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #66A5AD;
}

#product-page .product-page__wrap .product-page__right .buy-now {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 0 10px 12px;
    display: block;
    height: 43px;
    max-width: 100%;
}

#product-page .product-page__wrap .product-page__right .buy-now svg {
    width: 29px;
    height: 10px;
    margin-left: 3px;
}

.obmen button {
    width: 100%;
    max-width: 245px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border-radius: 4px;
    padding: 23px 0 23px 20px;
    background-color: #66A5AD;
    text-align: center;
    transition: background-color .75s;
    flex-basis: 40%;
}

.obmen button svg {
    width: 35px;
    height: 10px;
    margin-left: 10px;
    transition: margin-left .5s;
    fill: #fff;
}

.obmen button:hover {
    background-color: #07575B !important;
}

.obmen button:hover svg {
    margin-left: 20px;
}

.obmen {
    display: flex;
    justify-content: center;
}

#home .home__wrap .home__item-wrap .home__item h2 {
    font-size: 22px !important;
}

.fotorama__fullscreen-icon {
    opacity: 1 !important;
}

.fotorama__fullscreen-icon:hover {
    opacity: 1 !important;
}

#catalog .catalog__left-filter {
    margin-top: 69px;
}

@media (max-width: 1980px) {
    ul li .last {
        margin-right: 25px;
    }

    /* .offer-left-block{
        margin-top:1293px;
    } */
}


.form-control:focus {
    box-shadow: none !important;
}

#reklamacia {
    margin-bottom: 20px;
    width: 100%;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    border: solid 1px #fff;
}

ul .last {
    margin-right: 20px;
}

.catalog__items .product-preview img, .product-items .product-preview img {
    /* width: 342px; */
    width: 100%;
    height: 400px;
    object-fit: contain;
}

#toTop {
    z-index: 100;
}

@media (max-width: 1920px) {
    .catalog__items .product-preview__wrap {
        /*width: 33%;*/
    }
}

.form-horizontal > .add-cart {
    font-size: 14px !important;
}

.catalog__items .product-preview {
    margin: 40px auto 0;
}

.product-preview .promo-block .hit {
    width: auto;
}

#home .home__wrap {
    height: 400px;
}

.prev-main-slider,
.next-main-slider {
    position: absolute;
    top: 30%;
    height: 60px;
    width: 60px;
    z-index: 1;
    cursor: pointer;
}

.next-main-slider {
    transform: rotate(180deg);
    right: 0;
}

#product-page .product-page__wrap .product-page__right .add-cart {
    color: #fff;
    background-color: #41AD49;
}

#product-page .product-page__wrap .product-page__right .add-cart svg path {
    fill: #fff;
}

#product-page .product-page__wrap .ms2_form {
    padding: 0px 0px;
}

#myModal {
    opacity: 1;
}

#myModal .btn {
    font-size: 1.5rem;
    padding: 0px 20px;
    height: 38px;
    margin-top: 0;
    min-width: 17rem;
    border-color: #fff;
    border-radius: 4px;
}

#myModal .btn-primary {
    background-color: #66A5AD;
}

#myModal .close {
    font-size: 2rem;
}

#myModal .btn-primary {
    float: right;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 35rem auto !important;
    }


}

#home-slider .slick-arrow{
    visibility: hidden;
}

li .fix_mob{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.pagination .pagination__wrap .next svg{
    margin-left: 0px;
}

.pagination .pagination__wrap .prev svg{
    margin-right: 0px;
}


.pagination__wrap ul li a {
    font-size: 23px;
    border: 1px solid black;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.pagination .pagination__wrap svg{
    padding: 5px 15px;
}


@media (max-width: 767px) {

    #myModal{
        top: 30%;
    }

    #myModal .btn{
        font-size: 1.2rem;
    }

    .pagination .pagination__wrap svg{
        width: 45px;
        padding: 5px 10px;
    }

    #myModal .modal-dialog{
        margin-top: 50px;
        padding: 30px;
    }

    .catalog__items .product-preview .product__price-wrap .price__new, .product-items .product-preview .product__price-wrap .price__new{
        font-size:20px;
    }

    .catalog__items .product-preview .product__code p:nth-child(2){
        font-size:20px;
    }

    .product-items .product-preview .product__code p:nth-child(2){
        font-size:20px;
    }

    .catalog__items .product-preview .product__price-wrap .add-cart, .product-items .product-preview .product__price-wrap .add-cart{
        padding: 15px 15px;
    }


    .cta-catalog .cta-catalog-wrap button, .cta-catalog .cta-catalog-wrap form div {
        min-width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .header__info .header__cta {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header__info .header__cta .cta__text {
        width: 250px !important;
    }

    .breadcrumbs ul {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .breadcrumbs {
        overflow-y: scroll;
    }

    .header__main ul li a {
        font-size: 16px;
    }

    .header__main.show {
        height: 100% !important;
    }

    .header__main.show ul {
        flex-direction: column;
        justify-content: center;
    }

    .header__main.show .dropdown-menu {
        left: -159%;
    }

    .header__main.show ul .last {
        margin-right: 0px;
    }

    #catalog .catalog__items .product-preview {
        margin-bottom: 35rem;
        margin-top: 11rem;
    }

    #home .home__wrap {
        height: auto;
    }

    .home__wrap .slick-track {
        height: 30rem;
    }
}

#home .home__wrap .home__item {
    background-size: contain;
}

#product-page .product-page__wrap .product-page__right .add-cart {
    padding: 10px 12px;
}

#product-page .product-page__wrap .product-page__right .product-page__deliver {
    padding-bottom: 7px;
    padding-top: 10px;
}

.header__main li {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0 10px !important;
}


/* worked */

.custom_ms2_form {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.offer_custom_wrap {
    padding: 26px 22px 26px 25px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 2px 2px 13px 0px rgba(111, 109, 109, 0.25);
    color: #000;
}

.custom_section_title {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 700;
}

.offer_custom_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.offer_custom_title {
    font-weight: 400;
}

.ms2_total_count {
    color: #D8D8D8;
}

.offer_custom_value {
    color: #74A4AC;
    font-weight: 700;
}

.offer_custom_top {
    margin-bottom: 17px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFCFCF;
}

.offer_custom_bottom {
    margin-bottom: 22px;
}

.offer_custom_bottom .offer_custom_title {
    font-weight: 700;
}

.offer_custom_bottom .offer_custom_value {
    font-size: 24px;
    font-weight: 700;
}

.offer_custom_submit div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px;
    text-align: center;

    border-radius: 10px;
    background-color: #74A4AC;

    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;

    transition: .3s;
    cursor: pointer;
}

.offer_custom_submit div:hover {
    opacity: .8;
}

.custom_form_row_title {
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 600;
}

.custom_ms2_form_grid_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.custom_ms2_form_grid_wrap .form-group {
    margin: 0px;
}

.custom_ms2_form .custom_ms2_form_grid_wrap .form-group label {
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
}

#msOrder.custom_ms2_form .custom_ms2_form_grid_wrap .form-group label .required-star {
    color: #7E0909;
}

.custom_ms2_form .form-group {
    margin: 0px;
}

#msOrder#msOrder.custom_ms2_form input:not([type="radio"]):not([type="checkbox"]),
#msOrder#msOrder.custom_ms2_form textarea {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 10px 20px;

    border-radius: 10px;
    border: 1px solid #838383;

    font-size: 16px;
    font-weight: 400;
}

#msOrder#msOrder.custom_ms2_form textarea::placeholder,
#msOrder#msOrder.custom_ms2_form input::placeholder {
    color: #B5B5B5;
}

.custom_order_step:not(:last-child) {
    margin-bottom: 40px;
}

.radio_check_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
    background: #F8F8F8;
}

#msOrder#msOrder .custom_radio_item label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    margin: 0px;
    padding: 0px;

    border-radius: 10px;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba(166, 166, 166, 0);

    text-align: center;
    line-height: normal;

    cursor: pointer;
    transition: .3s;
}

#msOrder#msOrder .custom_radio_item label:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 9px 0px rgba(116, 164, 172, 0.25);
}

.custom_radio_item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.custom_radio_item_descr_top {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
}

.custom_radio_item_descr_small {
    color: #C3C4C8;
    font-size: 14px;
    font-weight: 500;
}

.custom_radio_item_descr_small * {
    float: unset !important;
}

#msOrder#msOrder .custom_radio_item_descr_small .small {
    font-family: inherit;
    color: #C3C4C8;
    font-size: 14px;
    font-weight: 500;
}

#msOrder#msOrder .custom_radio_item_descr_small > * {
    margin: 0px 0px 3px;
    padding: 0px;
    text-align: center;
}


#msOrder#msOrder .custom_radio_item input:checked + label {
    border: 1px solid #74A4AC;
    background: #FFF;
    box-shadow: 0px 12px 22px 0px rgba(166, 166, 166, 0.25);
}

.custom_ms2_form_grid_wrap_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 13px;
    margin-top: 13px;
}

.custom_ms2_form_grid_wrap_three.mt-0 {
    margin-top: 0px;
    margin-bottom: 13px;
}

.custom_ms2_form_flex_wrap_three {
    display: flex;
    grid-gap: 13px;
    margin-top: 13px;
}

.custom_ms2_form_flex_wrap_three > div:first-child {
    flex-basis: 50%;
    flex-shrink: 0;
}

.custom_input_comment_wrap {
    display: flex;
    flex-direction: column;
}

.custom_input_comment_wrap input {
    flex: 1;
}

.radio_check_wrap_payment .custom_radio_item {
    grid-column: span 2;
}

@media (max-width: 991px) {
    .custom_ms2_form_grid_wrap {
        grid-template-columns: 1fr;
        grid-gap: 13px;
    }

    .custom_input_comment_wrap {
        display: block;
    }

    #msOrder#msOrder.custom_ms2_form input#comment {
        /* height: 140px; */
    }

    .radio_check_wrap {
        grid-template-columns: 1fr;
    }

    .custom_order_step,
    .offer_custom_wrap {
        margin-bottom: 24px;
    }

    .custom_form_row_title {
        margin-bottom: 18px;
    }
}


.header__info .header__info-wrap {
    height: 57px;
}

@media (max-width: 1200px) {
    .header__info .header__info-wrap {
        height: auto;
    }
}

.custom_mob_header {
    display: none;

    position: relative;
    font-family: Roboto;
    font-weight: 500;
    border-bottom: 1px solid #E9E9E9;
}

.custom_mob_header_top {
    position: relative;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;

    font-size: 16px;
    color: #ACACAC;
    border-bottom: 1px solid #E9E9E9;
}

.custom_mob_header_phone a {
    text-decoration: none;
    color: #ACACAC;
}

.custom_mob_header_city {
    position: relative;
}

.custom_mob_header_city_text {

}

.custom_mob_header_city_list {
    display: none;
    position: absolute;
    top: 26px;
    width: max-content;
    padding: 4px 6px;
    background-color: #FFF;
    border: 1px solid #E9E9E9;
    z-index: 2;
}

.custom_mob_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0px 15px;
}

.custom_mob_header_menu_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}

.custom_mob_header_menu_item {
    /* position: relative; */
    color: #2C5D62;
    font-size: 12px !important;
}

.custom_mob_header_menu_text {
    text-align: center;
}

.custom_mob_header_menu_line span {
    position: relative;
    width: 36px;
    height: 3px;
    background-color: #2C5D62;
    transition: .3s;
}

.custom_mob_header_menu_line span::before,
.custom_mob_header_menu_line span::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #2C5D62;
    transition: .3s;
}

.custom_mob_header_menu_line span::before {
    top: -11px;
}

.custom_mob_header_menu_line span::after {
    bottom: -11px;
}

.custom_mob_header_menu_toggle.open_menu .custom_mob_header_menu_line span {
    background-color: transparent;
}

.custom_mob_header_menu_toggle.open_menu .custom_mob_header_menu_line span::before {
    top: 0px;
    transform: rotate(45deg);
}

.custom_mob_header_menu_toggle.open_menu .custom_mob_header_menu_line span::after {
    bottom: 0px;
    transform: rotate(-45deg);
}

body.open_menu {
    overflow: hidden !important;
}

.custom_mob_header_logo {
    margin: 0 8px;
}

.custom_mob_header_logo a {
    font-size: 32px;
    font-weight: 800;
    color: #07575B !important;
    text-decoration: none !important;
}

.custom_mob_header_logo a span {
    color: #66A5AD !important;
}

@media (max-width: 424px) {
    .custom_mob_header_logo a {
        font-size: 22px;
    }
}

.custom_mob_header_menu_search_content {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #FFF;
    width: 100%;
    height: 44px;
    top: 100px;
    overflow: hidden;
    z-index: 2;
}

.custom_mob_header_menu_search_content .fix-search-fw {
    width: 100% !important;
    display: block !important;
}

.custom_mob_header_menu_search_content .fix-search-fw .form-group {
    position: relative;
    margin-bottom: 0px !important;
    padding: 0px 15px;
}

.custom_mob_header_menu_search_content .fix-search-fw .form-control {
    margin-top: 0px !important;
    font-size: 14px;
}

.custom_mob_header_menu_search_content .fix-search-fw .form-group svg {
    position: absolute !important;
    top: 9px !important;
    right: 25px !important;
    left: unset !important;
}

.custom_mob_header_menu_cart {
    text-decoration: none;
}

.custom_mob_header_menu_cart_count {
    position: absolute;
    top: 0px;
    right: 0px;

    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: linear-gradient(167deg, #80B3BB 50.62%, #9EBABE 100%);
    display: flex;
    justify-content: center;
    align-items: center;

    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.custom_mob_header_menu_wrap {
    display: none;

    position: absolute;
    top: 101px;
    left: 0px;
    width: 100vw;
    /* height: calc(100dvh - 101px); */
    height: 100vh;

    background: rgba(0, 0, 0, 0.84);

    font-size: 16px;

    z-index: 200;
}

.custom_mob_header_menu_wrap_content {
    position: relative;
    display: none;

    /* max-height: 490px; */
    max-height: calc(100vh - 101px);
    overflow-y: scroll;

    padding: 19px 17px 35px;
    max-width: 350px;
    background-color: #FFF;
}

.custom_mob_header_menu {
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E9E9E9;
}

.custom_mob_header_menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.custom_mob_header_menu ul li {
    display: block;
    margin-bottom: 18px;
}

.custom_mob_header_menu ul li:last-child {
    margin-bottom: 0px;
}

.custom_mob_header_menu ul li > ul {
    /* display: none; */
    display: block;

    margin-bottom: -8px;
    padding-top: 8px;
    /* padding-left: 23px; */
    padding-left: 19px;


    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* height: calc(100% - 60px); */
    background-color: #fff;
    border-top: 1px solid #E9E9E9;
    transform: translateX(-100%);
    transition: .3s;
}

.custom_mob_header_menu ul li > ul li {
    /* margin-bottom: 6px; */
    margin-bottom: 10px;
    /* font-weight: 300; */
}

.custom_mob_header_menu ul li > ul li:last-child {
    margin-bottom: 0px;
}

.custom_parent_link.open_submenu + ul {
    transform: translateX(0%);
}

.custom_mob_header_menu_info {
    margin-bottom: 18px;
}

.custom_mob_header_menu_info a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.custom_mob_header_menu_info a.custom_mob_header_menu_info_callback.custom_mob_header_menu_info_callback {
    color: #74A4AC;
    font-size: 12px;
    text-decoration: underline;
}

.custom_mob_header_menu_info_text {
    margin-bottom: 7px;
    font-weight: 500;
}

.custom_mob_header_menu_info_subtext {
    font-size: 12px;
    color: #656565;
}

.custom_mob_header_menu_info_subtext strong {
    color: #232323;
}

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

.custom_mob_header_menu_social a {
    margin-right: 7px;
}

.custom_menu_arrow {
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}

.custom_menu_arrow svg {
    width: 30px;
    height: 30px;
    /* transform: rotate(180deg); */
    transform: rotate(90deg);
    transition: .3s;
}

.custom_parent_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.open_submenu .custom_menu_arrow svg {
    /* transform: rotate(0deg); */
    transform: rotate(-90deg);
}

.open_submenu > a {
    color: #24565A !important;
}


.simplesearch-results,
.simplesearch-paging {
    font-size: 13px;
}

.simplesearch-paging {
    margin-bottom: 18px;
}

.simplesearch-result {
    margin-bottom: 22px;
    font-size: 13px;
}

.simplesearch-result-pages {
    display: block;
}

.mob_visible {
    display: none;
}

#msOrder {
    margin-bottom: 50px;
}

.cookie_banner {
    display: none;
    position: fixed;
    bottom: 0px;
    padding: 20px 80px;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .4);
    box-sizing: border-box;
    z-index: 999999999999999;
}

.cookie_banner_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    max-width: 1480px;
}

.cookie_banner_text {
    color: #585858;
    font-size: 16px;
    line-height: 28px;
}

.cookie_banner_text_mob {
    font-size: 12px;
    line-height: 28px;
    color: #585858;
}

.cookie_banner_link {
    margin: 0 8px;
    text-decoration: none;
    outline: none;
    transition: color .15s;
    color: #e83636;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
}

.cookie_banner_button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    font: 500 16px/24px Roboto;
    padding: 0;
    transition: color .15s, border-color .15s, background-color .15s;
    cursor: pointer;
    text-decoration: none;

    border-color: #66a5ad;
    color: #66a5ad;

    height: 38px;
    background-color: transparent;

    width: 96px;
}

.cookie_banner_button:hover {
    background-color: #66a5ad;
    color: #fff;
}

.cookie_banner_text_mob {
    display: none;
}

#cookieCustomModalText {
    line-height: 24px;
    font-size: 16px;
    background-color: #FFF;
    border: 2px solid #07575B;
    border-radius: 10px;
    box-shadow: 2px 2px 13px 0px rgba(111, 109, 109, 0.25);
}

#cookieCustomModalText .close-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg id='Icon/Outline/close'%3E%3Cpath id='Mask' fill-rule='evenodd' clip-rule='evenodd' d='M7.41425 6.00025L11.7072 1.70725C12.0982 1.31625 12.0982 0.68425 11.7072 0.29325C11.3162 -0.09775 10.6842 -0.09775 10.2933 0.29325L6.00025 4.58625L1.70725 0.29325C1.31625 -0.09775 0.68425 -0.09775 0.29325 0.29325C-0.09775 0.68425 -0.09775 1.31625 0.29325 1.70725L4.58625 6.00025L0.29325 10.2933C-0.09775 10.6842 -0.09775 11.3162 0.29325 11.7072C0.48825 11.9022 0.74425 12.0002 1.00025 12.0002C1.25625 12.0002 1.51225 11.9022 1.70725 11.7072L6.00025 7.41425L10.2933 11.7072C10.4882 11.9022 10.7443 12.0002 11.0002 12.0002C11.2562 12.0002 11.5122 11.9022 11.7072 11.7072C12.0982 11.3162 12.0982 10.6842 11.7072 10.2933L7.41425 6.00025Z' fill='%23231F20'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='13' height='13'%3E%3Cpath id='Mask_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.41425 6.00025L11.7072 1.70725C12.0982 1.31625 12.0982 0.68425 11.7072 0.29325C11.3162 -0.09775 10.6842 -0.09775 10.2933 0.29325L6.00025 4.58625L1.70725 0.29325C1.31625 -0.09775 0.68425 -0.09775 0.29325 0.29325C-0.09775 0.68425 -0.09775 1.31625 0.29325 1.70725L4.58625 6.00025L0.29325 10.2933C-0.09775 10.6842 -0.09775 11.3162 0.29325 11.7072C0.48825 11.9022 0.74425 12.0002 1.00025 12.0002C1.25625 12.0002 1.51225 11.9022 1.70725 11.7072L6.00025 7.41425L10.2933 11.7072C10.4882 11.9022 10.7443 12.0002 11.0002 12.0002C11.2562 12.0002 11.5122 11.9022 11.7072 11.7072C12.0982 11.3162 12.0982 10.6842 11.7072 10.2933L7.41425 6.00025Z' fill='green'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cg id='ð¨ Color'%3E%3Crect id='Base' x='-6' y='-5.99976' width='24' height='24' fill='green'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.custom_order_info {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}

.custom_get_order {
    display: none;
}

.custom_get_order_item {
    /* display: flex; */
    padding: 8px 14px;
    border-bottom: 1px solid #CFCFCF;
}

.custom_get_order_item:first-child {
    border-top: 1px solid #CFCFCF;
}

.custom_get_order_item_img {
    margin-right: 8px;
}

.custom_get_order_item_img img {
    height: 90px;
}

.custom_get_order_item_info {
    display: flex;
    font-size: 13px;
}

.custom_get_order_item_name {
    font-size: 14px;
    /* text-align: center; */
    margin-bottom: 12px;
}

.custom_get_order_item_name a {
    font-weight: bold;
}

.custom_get_order_info {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
}

.custom_get_order_info_text {
    font-size: 18px;
    font-weight: bold;
}

.custom_get_order_info_count span {
    font-weight: bold;
}

.option_dop {
    font-weight: bold;
}

.custom_get_order_item_info_text > div {
    margin-bottom: 2px;
}

.custom_get_order_item_info_text > div:last-child {
    margin-bottom: 0px;
}

.custom_get_order_item_info_text .custom_get_order_item_price {
    margin-bottom: 5px;
}

.custom_get_order_item_info_text .option,
.custom_get_order_item_info_text .option_dop {
    font-size: 12px;
}

.filter_rows {
    font-size: 13px;
}

.filter_rows input[name="ms|price"] {
    font-size: 13px;
}

.brand_filter_title {
    display: flex;
    align-items: center;
    margin-top: 12px;
    cursor: pointer;
}

.brand_filter_title_arrow {
    padding: 2px 5px 3px;
    margin-left: 10px;
}

.brand_filter_title_arrow svg {
    width: 10px;
    height: 16px;
    transition: .25s;
    transform: rotate(90deg);
}

.brand_filter_title.active .brand_filter_title_arrow svg {
    transform: rotate(270deg);
}

.brand_filter_content {
    display: none;
}

.brand_filter_content_wrap {
    font-size: 13px;
}

.brand_filter_content_wrap label {
    margin-right: 16px;
    margin-bottom: 8px;
}

.catalog_top_filter_btn {
    display: none;
}

#catalog .catalog__top-filter .catalog_top_filter_wrap {
    display: flex;
    align-items: center;
}

#catalog .catalog__top-filter .catalog_top_filter_wrap .filter_limit {
    display: flex;
}

._police {
    display: none !important;
}

.custom_mob_visible {
    display: none;
}

.custom_mob_visible .product__rating-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom_mob_visible .product__rating-wrap .rating-product {
    margin-bottom: 0px;
}

.custom_price_wrap {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #E9E9E9;
    border-top: 1px dashed #E9E9E9;
}

.custom_price_wrap .price__new {
    margin-bottom: 0px;
    color: #000 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom_price_wrap .price__new > span {
    margin-right: 8px;
    font-size: 32px;
}

.custom_price_wrap .price__new-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_price_wrap .price__new-wrap .buyonclick2 {
    width: auto;
    white-space: nowrap;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 21px 0px 16px !important;
    border: 1px solid #74A4AC;
    border-radius: 4px;
    background-color: #FFF;
    color: #74A4AC;
}

.custom_mob_visible .installment-plan .static_checkbox {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px dashed #E9E9E9;
}

.custom_cropped {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #E9E9E9;
}

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

.custom_cropped_accordeon svg {
    width: 10px;
    padding: 10px;
    transform: rotate(90deg);
    transition: .25s;
    box-sizing: content-box;
}

.custom_cropped_accordeon svg.open {
    transform: rotate(270deg);
}

.custom_cropped_accordeon_text {
    margin-right: 5px;
    font-size: 12px;
}

.custom_cropped_container {
    display: none;
}

.custom_cropped_container .garantee__check {
    margin-bottom: 11px !important;
}

.custom_cropped_container .garantee__check > input {
    width: 12px;
}

.custom_cropped_container #price_dop {
    margin-bottom: 12px;
}

.custom_cropped_container .garantee__check:last-child {
    margin-bottom: 0px !important;
}

.custom_cropped_container .garantee__check > div {
    margin-left: 8px;
    padding-right: 0px;
    padding-left: 0px;
}

.custom_cropped_container .garantee__check > div > div {
    margin-top: 0px !important;
}

.custom_cropped_container .garantee__check > div > div > div {
    display: block !important;
}

.custom_cropped_container .garantee__check > div > div > div p {
    margin-bottom: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.custom_mob_visible .custom_prod_text {
    margin-top: 12px;
}

.custom_btn_container .form-horizontal > .add-cart,
.custom_mob_visible .custom_product-page__deliver {
    width: 100%;
    height: 43px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    background-color: #60AA55;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.custom_btn_container .form-horizontal > .add-cart svg,
.custom_mob_visible .custom_product-page__deliver svg {
    margin-left: 20px;
    width: 30px;
    height: 24px;
}

.custom_btn_container .form-horizontal > .add-cart svg path,
.custom_mob_visible .custom_product-page__deliver svg path {
    fill: #FFF;
}

.custom_mob_visible .custom_product-page__deliver {
    background-color: #74A4AC;
}

.custom_btn_container .buy-now {
    width: 100%;
    height: 43px;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 0px 21px 0px 16px !important;
    border: 1px solid #74A4AC;
    background-color: #FFF;
    color: #74A4AC;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.custom_btn_container .buy-now svg {
    margin-left: 20px;
    width: 30px;
    height: 24px;
}

.custom_btn_container .buy-now svg path {
    fill: #74A4AC;
}

#product__textMain > a {
    /*height: 70px;*/
    height: auto;
}

@media (max-width: 1200px) {
    #cookieCustomModalText.custom-modal > div {
        padding: 10px 25px;
        font-size: 14px;
    }

    .cookie_banner_button {
        font-size: 12px;
        line-height: 16px;
        width: 80px;
        height: 28px;
    }

    .cookie_banner_text {
        display: none;
    }

    .cookie_banner_text_mob {
        display: block;
    }

    .cookie_banner {
        padding: 10px 0px;
    }

    .cookie_banner_link {
        font-size: 13px;
    }

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

    .product_page #jGrowl {
        display: none !important;
    }

    #product-page .product-page__wrap .product-page__right .product__rating-wrap:not(.mob_visible) {
        display: none;
    }

    .mob_visible {
        display: block;
    }

    #product-page .product-page__wrap {
        width: auto;
        display: block;
    }

    .header__info,
    .mob-view,
    .header__category {
        display: none !important;
    }

    .custom_mob_header {
        display: block;
    }

    .custom_menu_arrow {
        display: flex;
    }

    .catalog__items {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        padding: 10px 0px;
    }

    .catalog__items .product-preview__wrap {
        width: auto !important;
        padding: 0px;
    }

    .product-page__wrap {
        padding: 0px !important;
        padding-left: 0px !important;
        border: none !important;
    }

    .catalog__items .product-preview {
        margin: 0px;
        border: none !important;
        border-radius: 0px;
        box-shadow: 0px 2px 13px 0px rgba(160, 160, 160, 0.25);
    }

    #catalog .catalog__items .product-preview {
        height: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .catalog__items .product-preview h3 {
        height: auto !important;
        padding-bottom: 0px;
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .catalog__items .product-preview .buy-now {
        max-width: 280px;
        height: 42px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px auto 0;
        padding: 12px 13.5px 12px 16px;
        border-radius: 4px;
        background-color: #74A4AC;

        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .category__show + #category__mini {
        display: none !important;
    }

    .category__show.show + #category__mini {
        display: grid !important;
        grid-gap: 10px;
    }

    .product__code {
        width: 100%;
        margin-top: 6px;
    }

    .catalog__items .product-preview .product__price-wrap, .product-items .product-preview .product__price-wrap {
        justify-content: flex-start !important;
        padding-top: 8px;
    }

    .product-items .product-preview .product__price-wrap .product__price {
        margin-bottom: 0px;
    }

    #product__textMain .product__price {
        margin-bottom: 0px;
    }

    .product-items .product-preview .product__price-wrap .form-horizontal.ms2_form,
    .catalog__items .product-preview .product__price-wrap .ms2_form {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .catalog__items .product-preview .product__price-wrap p, .product-items .product-preview .product__price-wrap p {
        margin-bottom: 0px;
        margin-right: 12px;
    }

    .simplesearch-result {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .obmen button {
        padding: 20px 8px 20px 8px;
        flex-basis: 60%;
    }

    .catalog__items .product-preview img, .product-items .product-preview img {
        margin: 0 auto;
    }

    .main_av {
        height: auto !important;
    }

    #product__textMain > a {
        height: auto !important;
    }

    #product__textMain > a > h3 {
        height: auto !important;
        margin-bottom: 8px;
        padding-bottom: 0px;
    }

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

    #product__textMain .product__code {
        justify-content: flex-start;
    }

    #product__textMain .product__code p {
        width: auto;
        flex-basis: auto;
        margin: 0px;
        padding: 0px;
        margin-right: 12px;
        text-align: left;
    }

    .target .target-wrap {
        text-align: center;
    }

    footer .footer__menu .footer__contact .messengers__icon-wrap img {
        width: 100% !important;
        height: 100% !important;
    }

    footer .footer__icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1024px) {

    #product-page .product-page__wrap .product-page__left .product-page__tabs .product-page__description {
        display: none;
    }

    .product-page__wrap .tabs .tabs__content {
        margin-top: 10px;
        padding-top: 8px;
        border-top: 1px dashed #E9E9E9;
    }

    #home .home__wrap .home__item-wrap {
        flex-wrap: nowrap;
    }

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

    .custom_table_responsive > table {
        display: none;
    }

    .custom_get_order {
        display: block;
    }

    .custom_order_info {
        font-size: 14px;
    }

    .catalog__items {
        grid-template-columns: repeat(2, 1fr);
    }

    #product-page .catalog__items.catalog__items .product-preview__wrap .product-preview {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        /* margin: 0px !important; */
    }

    #product-page .product-page__wrap {
        padding: 0px !important;
        border: none !important;
    }

    #catalog .catalog__left-filter .filter-btn,
    #catalog .catalog__left-filter .filter-clear {
        font-size: 14px;
        background-color: #07575B;
        border: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 333px;
        height: 36px;
        max-width: 100%;
        padding: 0px;
        border-radius: 10px;
        color: #FFF;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        visibility: visible;
    }

    #catalog .catalog__left-filter .filter-clear {
        padding-right: 0px !important;
        background-color: transparent;
        border: 1px solid #07575B;
        color: #07575B;
    }

    .filter__show_wrap {
        display: none;
    }

    #catalog .catalog__left-filter .left-filter__form {
        padding: 14px 20px;
    }

    #catalog .catalog__top-filter {
        justify-content: space-between;
        margin-bottom: 12px;
    }

    #catalog .catalog__top-filter .catalog_top_filter_wrap {
        display: block;
    }

    #catalog .catalog__top-filter .catalog_top_filter_wrap .filter_limit {
        /* display: block; */
        align-items: center;
    }

    #catalog .catalog__top-filter .catalog_top_filter_wrap .filter_limit > h4 {
        margin-right: 8px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #catalog .catalog__top-filter .by-show-items {
        justify-content: flex-start;
    }

    #catalog .catalog__top-filter #mse2_sort {
        /* margin-right: auto; */
        margin-bottom: 12px;
        font-size: 10px;
    }

    #catalog .catalog__top-filter .by-show-items {
        margin-top: 0px;
    }

    .catalog_top_filter_btn {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #74A4AC;
        border-radius: 6px;
        /* border: 2px solid #2C5D62; */
    }

    .catalog_top_filter_btn svg path {
        fill: #FFF;
    }

    .catalog__items.custom_catalog__items .product-preview__wrap .product-preview {
        display: flex;
        align-items: center;
    }

    .catalog__items .product-preview img {
        height: 250px;
    }


    .custom_mob_hid {
        display: none;
    }

    .custom_mob_visible {
        display: block;
    }
}

@media (max-width: 768px) {
    .catalog__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog__items .product-preview .product__text {
        height: fit-content !important;
        padding: 17px 11px 31px;
    }
}

.mob_vis {
    display: none;
}

@media (max-width: 768px) {
    #product-page .product-page__wrap .product-page__right .product__rating-wrap {
        justify-content: center;
    }

    .mob_hid {
        display: none;
    }

    .custom_article_hid {
        display: none;
    }

    .custom_price_title {
        display: none;
    }

    #product-page {
        font-family: Roboto;
    }

    .mob_vis {
        position: relative;
        padding-left: 15px;
        display: block;

        color: #000;
        font-size: 12px;
        font-weight: 400;
    }

    .mob_vis::before {
        position: absolute;
        content: '';
        left: 0px;
        top: 2px;
        width: 9px;
        height: 9px;
        background-color: #7ED876;
        border-radius: 50%;
    }

    .custom_top_avaible_wrap {
        margin-top: 18px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #E9E9E9;
        margin-bottom: 8px;
    }

    .custom_avaible_outofstock .mob_vis::before {
        background-color: #B90000;
    }

    .custom_avaible {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 13px;


        padding-bottom: 12px;
        border-bottom: 1px dashed #E9E9E9;
        margin-bottom: 8px;
    }

    .custom_avaible img {
        display: none;
    }

    .custom_article {
        color: #000;
        font-size: 12px;
        font-weight: 400;
    }

    #product-page {
        font-family: Roboto;
    }

    #product-page .product-page__wrap .product-page__right .product-page__price.custom_product-page__price .price__new {
        color: #000 !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .custom_product-page__price .price__new > span {
        color: #000;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .custom_price__new-wrap {
        margin-bottom: 8px;
        padding-bottom: 12px;
        border-bottom: 1px dashed #E9E9E9;
    }

    .custom_info_row {
        color: #000;
        font-size: 12px !important;
        font-weight: 500 !important;
        margin-bottom: 5px;
        margin-left: 0px !important;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        border-bottom: 1px dashed #E9E9E9;
    }

    #product-page .product-page__wrap .product-page__right .product-page__deliver h4.custom_info_row {
        margin-right: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    #product-page .product-page__wrap .product-page__right .custom_info_row_conteiner h4.custom_info_row,
    #product-page .product-page__wrap .product-page__right .product-page__deliver .custom_info_row_conteiner h4.custom_info_row {
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #product-page .product-page__wrap .product-page__right .custom_info_row_conteiner h4.custom_info_row {
        border-bottom: none;
    }

    #product-page .product-page__wrap .product-page__right .custom_info_row_conteiner {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #E9E9E9;
    }

    #product-page .product-page__wrap .product-page__right .product-page__price .installment-plan {
        padding-bottom: 0px;
    }

    .custom_info_row br {
        display: none !important;
    }

    .custom_info_row img {
        display: none;
    }

    .img_mob_hid {
        display: none;
    }

    #product-page .product-page__wrap .product-page__right .product-page__deliver {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .custom_btn_order_wrap {
        width: 363px !important;
        max-width: 100% !important;
        display: grid;
        grid-template-columns: 1fr;
        justify-self: center;
        grid-gap: 6px;
        margin: 20px auto;
    }

    .custom_btn_order_wrap > * {
        width: 100% !important;
        height: 43px !important;
        max-width: 100% !important;
        border-radius: 4px !important;
        margin: 0px !important;
        padding: 0px !important;
        font-size: 16px !important;
        font-weight: 400;
    }

    #product-page .product-page__wrap .product-page__right .add-cart {
        width: 100% !important;
        height: 43px !important;
        max-width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #60AA55;
        font-size: 16px !important;
        font-weight: 400;
    }

    #product-page .product-page__wrap .product-page__right .buy-now {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 21px 0px 16px !important;
        border: 1px solid #74A4AC;
        background-color: #FFF;
        color: #74A4AC;
    }

    #product-page .product-page__wrap .product-page__right .buy-now svg {
        fill: #74A4AC;
    }

    #product-page .product-page__wrap .product-page__right .custom_info_row_conteiner.custom_info_row_conteiner_unborder {
        margin-bottom: 12px;
        padding-bottom: 0px;
        border: none;
    }

    .resume_guard {
        margin-bottom: 15px;
        padding-right: 0px !important;
        padding-bottom: 8px;
        border-bottom: 1px solid #E9E9E9;
    }

    .resume_guard .garantee__check > div {
        padding-left: 8px;
        padding-right: 0px;
    }

    .resume_guard .garantee__check > div > div > div {
        justify-content: flex-start !important;
    }

    .resume_guard .garantee__check p {
        margin-bottom: 0px;
        color: #000;
        font-size: 12px;
        font-weight: 400 !important;
    }

    .mob_top_descr,
    .custom_content_descr {
        font-size: 12px;
    }

    .custom_content_descr_att {
        margin-bottom: 12px;
    }

    .custom_content_descr_att p {
        /* color: #E82B2B; */
        font-size: 12px !important;
        font-weight: 600 !important;
        margin-bottom: 0px !important;
    }

    table.details th {
        padding: 6px 8px;
        font-size: 12px;
    }

    table.details td {
        padding: 4px 8px;
        font-size: 12px;
    }

    .custom_prod_text {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .custom_prod_text h4 {
        margin-bottom: 0px !important;
    }

    .custom_prod_text .cta__icon {
        margin-left: 8px !important;
    }

    .custom_prod_text .cta__icon img {
        width: 30px;
    }

    .custom_product-page__deliver {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    #product-page .product-page__wrap .product-page__right .custom_product-page__deliver .buy-now {
        width: 363px !important;
        height: 43px !important;
        max-width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 21px 0px 16px !important;
        margin: 0px !important;
        border: 1px solid #74A4AC;
        background-color: #74A4AC;
        color: #FFF;
        font-size: 16px !important;
        font-weight: 400;
    }

    #product-page .product-page__wrap .product-page__right .custom_product-page__deliver .buy-now svg {
        fill: #FFF;
    }
}

.clean_korzina_mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 25px;
}

.clear-btn-custom {
    width: 230px;
    background-color: #cccccc;
    color: #dc3545;
    font-size: 12px;
    font-weight: 300;
}

.clear-btn-custom[value="cart/clean"][name="ms2_action"] {
    width: 230px;
    background-color: #cccccc;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-color: #cccccc;
    height: 64px;
    border-radius: 4px;
}

.clean_korzina_mobile {
    display: none;
}

.row_bottom_korzina{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 560px) {
    .clean_korzina_mobile {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .row_bottom_korzina{
        justify-content: center;
    }

    .clean_korzina_desc {
        display: none;
    }

    #cart .cart__content .cart__product {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 0px;
        /* padding: 26px 7px 10px; */
        padding: 26px 7px 10px 18px;
        border: none;
        border-bottom: 1px solid #CFCFCF;
        border-radius: 0px;
    }

    #cart .cart__content .cart__product:first-child {
        border-top: 1px solid #CFCFCF;
    }

    #cart .cart__content .cart__product:last-child {
        margin-bottom: 10px;
    }

    #cart .cart__content .product__description, #cart .cart__content .product__img, #cart .cart__content .product__title {
        flex-basis: auto;
        padding: 0px;
    }

    #cart .cart__content .product__delete, #cart .cart__content .product__price-wrap {
        padding: 0px;
    }

    #cart .cart__content .product__delete {
        position: absolute;
        top: 2px;
        left: 0px;
    }

    #cart .cart__content .product__price-wrap {
        margin-bottom: 7px;
    }

    #cart .cart__content .product__price-wrap p {
        margin-bottom: 7px;
        padding: 0px;
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #cart .cart__content .product__price-wrap .product__price {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    #cart .cart__content .product__price-wrap .product__price > * {
        color: #6A99A0;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #cart .cart__content .product__title h3 {
        margin-bottom: 13px;
        padding: 0px;
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #cart .cart__content .product__title h3 a {
        color: #000 !important;
    }

    #cart .cart__content .custom_cart_wrap {
        margin-left: 12px;
    }

    #cart .cart__content .custom_cart_wrap > form {
        margin-top: 0px !important;
    }

    #cart .cart__content .custom_cart_wrap > form .form-group {
        margin-bottom: 0px;
    }

    #cart .cart__content .custom_cart_wrap > form .form-group .input-group {
        max-width: 150px;
        border-radius: 10px;
        border: 1px solid #8E8585;
        overflow: hidden;
    }

    #cart .cart__content .custom_cart_wrap > form .form-group .input-group input {
        /* height: 40px; */
        height: 21px;
        border: none !important;
        border-right: 1px solid #8E8585 !important;

        color: #000;
        font-size: 12px;
        font-weight: 700;
    }

    .btn-danger[value="cart/clean"][name="ms2_action"] {
        font-size: 14px;
        background-color: #07575B;
        border: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 333px;
        height: 36px;
        max-width: 100%;
        padding: 0px;
        border-radius: 10px;
        color: #FFF;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #cart .cart__content .custom_cart_wrap > form .form-group .input-group .input-group-append .input-group-text {
        height: 100%;
        font-size: 10px;
    }

    #cart .cart__order-total {
        display: block;
        margin-top: 20px;
        margin-bottom: 40px;
        padding: 26px 16px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 2px 2px 13px 0px rgba(111, 109, 109, 0.25);
    }

    #cart .cart__order-total p {
        width: 100%;
        padding: 0px;
        margin-bottom: 26px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #cart .cart__order-total p span {
        color: #74A4AC;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #cart .cart__order-total > a {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    #cart .cart__order-total .checkout-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 333px;
        height: 50px;
        max-width: 100%;
        padding: 0px;
        border-radius: 10px;
        background: #74A4AC;

        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #cart .cart__order-total .checkout-btn svg {
        display: none;
    }
}