/*
  Theme Name: Lysoform
*/


.n_basket__tray--btns{
    position: relative;
}

.not1hrn{
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #FF836A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(50% - 12px);
    display: inline-block;
    max-width: 436px;
}

.n_basket__tray--design.notcheckout{
    background: #807F7F;
}

.popup1hrn{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.popup1hrn.active{
    opacity: 1;
    visibility: visible;
}

.popup1hrn .rgba{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: rgba(0,0,0,.5);
}


.popup1hrn__form{
    max-width: 560px;
    width: 100%;
    background: #ffffff;
    padding: 98px 60px 80px 60px;
    position: relative;
    z-index: 2;
}

.popup1hrn__form svg{
    top: 18px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}

.popup1hrn__title{
    color: #0C0C0C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 58px;
}


.popup1hrn__form p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.popup1hrn__form a{
    display: inline-block;
    width: 100%;
    padding: 18px 20px;
    border-radius: 4px;
    background: #0C0C0C;
    color: #FEFEFE;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: .5s;
}


.popup1hrn__form a:hover{
    opacity: 0.7;
}

@media (max-width: 768px) {
    .popup1hrn__form{
        padding: 54px 20px 40px 20px;
        max-width: 335px;
    }
    .popup1hrn__title{
        font-size: 20px;
        margin-bottom: 54px;
    }
    .popup1hrn__form p{
        font-size: 16px;
    }
    .popup1hrn__form a{
        padding: 16px 18px;
        font-size: 18px;
    }
    .popup1hrn__form svg{
        width: 16px;
        height: 16px;
        top: 10px;
        right: 10px;
    }
    .not1hrn{
        width: 100%;
        font-size: 16px;
        max-width: 100%;
    }
}

/*.marque__list div{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.marque__list div img{*/
/*    object-fit: contain;*/
/*    margin-left: 16px;*/
/*    margin-right: 16px;*/
/*}*/

.discontSection{
    padding: 28px 80px;
    background: #F5E696;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productdetails__details{
    order: 2;
}

.discontSection__center--time{
    display: flex;
    align-items: center;
    gap: 15px;
}

.discontSection__center--time span{
    color: #434242;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    margin-top: 16px;
}

.discontSection__center--time div{
    text-align: center;
}

.discontSection__center--time em{
    color: #434242;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    width: 100%;
    min-width: 30px;
}

@media (max-width: 992px) {
    .discontSection{
        padding: 20px;
    }

    .discontSection__right{
        display: none;
    }

    .discontSection__left img{
        width: 60px;
        height: 24px;
        object-fit: contain;
    }

    .discontSection__center--time em{
        font-size: 20px;
        min-width: 22px;
    }

    .discontSection__center--time span{
        font-size: 16px;
        margin-top: 12px;
    }

    .discontSection__center--time{
        gap: 10px;
    }
}

.relate__item .plashka{
    position: static !important;
}

.intro__item video{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.intro__list{
    width: 100%;
}

.intro__item video:nth-child(2){
    display: none;
}

@media (max-width: 600px) {
    .intro__item video:nth-child(2){
        display: inline;
    }
    .intro__item video:nth-child(1){
        display: none;
    }
}

@media (max-width: 720px) {
    .relate__item .badge img {
        width: 54px !important;
        height: 54px !important;
    }
}

.relate__image > img.mainImageHover{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100% !important;
    width: 100% !important;
    pointer-events: none;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}

.relate__image > img{
    transition: .5s;
}

.relate__image:hover{
    background: #dcdcdd !important;
}

.relate__image:after{
    opacity: 0 !important;
}

.relate__image.hover_on:hover > img:not(.mainImageHover){
    opacity: 0;
}

.relate__image.hover_on:hover > img.mainImageHover{
    opacity: 1;
}


a.orange-color{
    color: #FF836A !important;
}

.comment-form .g-recaptcha{
    order: 4;
    margin-bottom: 10px;
}

.order__data--form input.error{
    border-color: red !important;
}



.coockies_popup{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: rgba(46,46,46,.95);
    padding: 25px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coockies_popup.active{
    opacity: 1;
    visibility: visible;
}


.coockies__left{
    font-size: 18px;
    color: #ffffff;
    padding-right: 40px;
}
.coockies__left a {
    color: #ee836b;
    text-decoration: underline;
}

.coockies_popup--ok{
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}


.starDetails.star-rating:before {
    color: #756562;
}
.productdetails__qty--basket, .relate__qty--basket, .productdetails__qty--basket{
    width: 58px;
    height: 50px;
}

.productdetails__qty--wrapp{
    align-items: flex-end;
}
.productdetails__qty--wrapp img, .relate__qty--basket img, .productdetails__qty--basket img {
    width: 40px;
    height: 30px;
}
.relate__qty--wrapp, .productdetails__qty--wrapp{
    align-items: flex-end;
    order: 2;
}

.relate__start{
    display: flex;
    align-items: flex-end;
    padding-right: 4px;
}

.relate__start span{
    margin-left: 4px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.productdetails__qty--basket:active, .relate__qty--basket:active, .productdetails__qty--basket:active, .productdetails__qty--basket:hover, .relate__qty--basket:hover, .productdetails__qty--basket:hover{
    background: #aab6b2;
    opacity: 1;
}

.relate__obj{
    order: 1;
}

.productdetails__qty--minus, .productdetails__qty--plus, .productdetails__qty--current, .relate__minus, .relate__plus, .relate__current{
    border: 1px solid #dcdcdd;
}
.productdetails__qty--minus, .productdetails__qty--plus, .productdetails__qty--current{
    width: 40px;
    height: 35px;
}
.productdetails__objem{
    max-width: 480px;
}

.review__btn{
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}

.certificate__btn{
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
}

.productdetails__objem{
    position: relative;
}

.starDetails.star-rating span::before{
    color: #ff836a;
}

#lostPasswordForm{
    text-align: center;
}

.authorization__login input.inputForgot{
    cursor: pointer;
}

#lostPassword .error {
    margin-bottom: 10px;
}

#lostPasswordForm #user_login{
    width: 100%;
}

.categoryContent section.relate.relate__NotSlider{
    margin-top: 0 !important;
}

.categoryContent .categoryContent__text .anotationCat{
    margin-bottom: 0 !important;
}

.comment-form-author input:-webkit-autofill, .comment-form-email input:-webkit-autofill{
    -webkit-text-fill-color: #000000 !important;
    border: 1px solid #a9a9a9 !important;
    font-size: 16px !important;
    font-family: "FiraSans" !important;
    font-weight: 400 !important;
}
.footer__social--mv img{
    max-width: 98px !important;
}
.productdetails__image .product__label.tested{
    top: 95px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #766D6C !important;
}


.application{
    display: none !important;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
.application a {
    padding: 5px;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
}
.prodtext__text p{
    margin-bottom: 20px;
}
.prodtext__text p:nth-child(1):before{
    display: none !important;
}


.header__searching--inner span{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header__cart:hover .cartPopup__list, .header__cart.active .cartPopup__list{
    opacity: 1;
    visibility: visible;
}

.cartPopup__list{
    width: 310px;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-flow: wrap;
    position: absolute;
    left: -140px;
    top: 90px;
    background: #ffffff;
    transition: .5s;
    opacity: 0;
    visibility: hidden;

    /* max-height: calc(100vh - 130px);
    height: auto;
    overflow: scroll;
    position: fixed;
    right: 0px;
    top: 130px; */
}

.cartPopup__item{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.cartPopup__item span{
    font-weight: 600;
}

.cartPopup__item h2{
    font-size: 15px;
    font-weight: 100;
    margin-right: 20px;
}
.cartPopup__item img{
    width: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.arrowSingle:after{
    content: '' !important;
    background: url('dist/img/arrow-single.png');
    background-size: contain;
    width: 21px;
    height: 15px;
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: 0.4s;
}
.cartPopup__list>a{
    display: flex;
    justify-content: flex-end;
    width: unset;
    align-items: center;
    font-size: 14px !important;
    color: #0C0C0C !important;
    border: 1px solid #0C0C0C;
    padding: 6px 11px;
    border-radius: 4px;
    margin-left: auto;
    text-transform: none !important;
}
.cartPopup__list>a img{
    margin-left: 10px;
    width: 21px !important;
}

.productdetails__objem--checkbox:after{
    display: none !important;
}

.productdetails__objem--checkbox.active:after{
    display: inline-block !important;
}

.productdetails__imageRelate:hover .productdetails__hover{
    transform: translateX(-100%) !important;
}

.productdetails__imageRelate.active .productdetails__hover{
    transform: translateX(0) !important;
}

.productdetails__hover--exit{
    cursor: pointer;
}



.header__icons a:hover{
    opacity: 0.6;
}

section.custom__image, .categoryContent__fullImage, .imageabout{
    background-attachment: fixed !important;
    background-size: cover !important;
}

section.custom__image img, .categoryContent__fullImage img, .imageabout img{
    opacity: 0 !important;
}

.custom__image, .categoryContent__fullImage, .imageabout{
    background: none !important;
    overflow: hidden;
}

.custom__image{
    height: 320px;
}

.categoryContent__fullImage{
    height: 510px;
}

.imageabout{
    height: 460px;
}

.productdetails__image .product__label{
    width: 80px;
    height: 80px;
}

#wcus_np_billing_area_field .select2-container .select2-selection--single .select2-selection__rendered,
#wcus_np_billing_area_field .select2-container--default .select2-selection--single .select2-selection__rendered,
#wcus_np_billing_city_field .select2-container .select2-selection--single .select2-selection__rendered,
#wcus_np_billing_city_field .select2-container--default .select2-selection--single .select2-selection__rendered,
#wcus_np_billing_warehouse_field .select2-container .select2-selection--single .select2-selection__rendered,
#wcus_np_billing_warehouse_field .select2-container--default .select2-selection--single .select2-selection__rendered
{
    /*font-size: 22px !important;*/
    /*line-height: 28px !important;*/
}

.woocommerce-billing-fields .select2-container .select2-selection--single{
    height: 50px;
    display: flex;
    align-items: center;
}


.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}


@media (max-width: 940px) {
    .custom__image{
        height: 250px;
    }

    .imageabout{
        height: 320px;
    }
}
@media (max-width: 720px) {
    .productdetails__image .product__label.tested{
        top: 85px;
    }
    .custom__image{
        height: 180px;
    }

    .imageabout{
        height: 240px;
    }
    .review__btn{
        position: static;
        display: inline-block;
        margin-top: 20px;
    }

    .certificate__btn{
        position: static;
        display: inline-block;
        margin-top: 20px;
        margin-left: 20px;
    }

    .coockies_popup{
        flex-flow: column;
        text-align: center;
        padding: 25px;
    }

    .coockies__left{
        padding: 0;
    }
    .coockies__right{
        margin-top: 15px;
    }
    .coockies_popup--ok{
        padding: 6px 15px;
    }
    .select2-search--dropdown .select2-search__field{
        font-size: 21px;
    }
}

section{
    background: #fff;
}

section.custom__image img, .categoryContent__fullImage img, .imageabout img{
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1 !important;
}

.custom__image--mob, .imageabout--mob{
    display: none;
}

@media (max-width: 720px){
    .custom__image--desk, .imageabout--desk{
        display: none;
    }

    .custom__image--mob, .imageabout--mob{
        display: block;
    }
}

.categoryContent{
    background: none;
}

.header__icons a{
    transition: .5s;
}

.authorization__login button, .authorization__registration > a{
    transition: .5s;
}
.authorization__login button:hover, .authorization__registration > a:hover{
    background: #cdcdcd;
}
.header__lang a.active{
    font-weight: 600;
}

.cabinet__progress--line span {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.cabinet__progress--part:nth-of-type(1) .cabinet__progress--line span{
    background-color: #5c686e;
}
.cabinet__progress--part:nth-of-type(2) .cabinet__progress--line span{
    background-color: #bec5c2;
}

.cabinet__progress--part:nth-of-type(3) .cabinet__progress--line span{
    background-color: #b2b59f;
}

.cabinet__progress--part:nth-of-type(4) .cabinet__progress--line span{
    background-color: #d6816c;
}
.cabinet__progress--part .cabinet__progress--line{
    overflow: hidden;
}
.cabinet__progress--part .cabinet__progress--line:after{
    display: none !important;
}


.authorization__login input:-webkit-autofill,.authorization__login input:-webkit-autofill:hover,.authorization__login input:-webkit-autofill:focus,.authorization__login input:-webkit-autofill:active{
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: none !important;
    background-color: #e8e8e8;
    font-family: 'FiraSans';
    border: 1px solid #747474;
    font-size: 18px;
    line-height: 26px;
}
.order__delivery.step3{
    padding-top: 0 !important;
}

.order__delivery.step2{
    padding-bottom: 0 !important;
}

.novisible{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.favorite__delivery--progress{
    overflow: hidden;
}

.woocommerce-EditAccountForm input{
    border: 1px solid silver;
    padding: 5px 10px;
    margin: 10px 0;
}

.order__data--btn, .order__delivery--btn, .authorization__login button{
    cursor: pointer;
}

.orderstep1 input.error, .authorization__registration>input.error{
    border-color: red !important;
}

.order__nav.after2::after{
    max-width: 66%;
}

.order__nav.after3::after{
    max-width: 100%;
}

.allCheckout{
    overflow: hidden;
}

form.woocommerce-checkout{
    display: none;
    position: absolute;
    left: 0;
    top: 1000px;
    width: 100%;
}


form.woocommerce-checkout #order_review,form.woocommerce-checkout #order_review_heading,form.woocommerce-checkout .col-2{
    display: none;
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    display: none;
}
form.woocommerce-checkout .woocommerce-billing-fields h3, #customer_details .woocommerce-account-fields{
    display: none;
}

#wcus_np_billing_fields, #justin_shipping_method_fields{
    position: absolute;
    left: 0;
    top: -150px;
    right: 0;
    margin: auto;
    max-width: 800px;
}

.select2-search:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    background: url('/wp-content/themes/lysoform/images/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    right: 15px;
    top: 13px;
}

.select2-search--dropdown .select2-search__field{
    min-height: 35px;
    padding-right: 20px;
}



.order__data--form.step3{
    margin-top: 15px;
}

#wcus_np_billing_custom_address_field input{
    border: 1px solid silver;
    padding: 5px 8px;
    border-radius: 5px;
}
.wc-ukr-shipping-checkbox input{
    width: 24px;
    height: 24px;
    border: 1px solid silver;
    margin-right: 16px;
    cursor: pointer;
}
.wc-ukr-shipping-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wc-ukr-shipping-checkbox.active input{
    /*background: silver;*/
}



.order__delivery.novaposhta .order__delivery--btn, .order__delivery.justin .order__delivery--btn{
    margin-top: 280px;
}

.woocommerce-Button{
    margin-top: 30px !important;
}

.favorite__ordering--total .woocommerce-Price-currencySymbol{
    display: none !important;
}

.woocommerce-message{
    display: none;
}

.product__added, .popup__userIs, .popup__userIsAdd, .promovalid{
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 99;
    padding: 20px 40px;
    background: #2e2e2e;
    color: #FFFFFF;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.product__added.active, .popup__userIs.active, .popup__userIsAdd.active, .promovalid.active{
    opacity: 1;
    visibility: visible;
}

.header__cart{
    position: relative;
}
.header__cart>a>span{
    position: absolute;
    color: #000000;
    font-size: 10px;
    top: 5px;
    left: 5px;
    right: 0;
    display: inline-block;
    text-align: center;
}



.relate__item.hidden, .relate__item.nofilter{
    display: none !important;
}

.woocommerce a.remove:hover{
    background: none;
}

.productdetails__hover--text{
    max-width: 440px;
    width: 100%;
}

.favorite__product--remove svg{
    cursor: pointer;
}

.favorite__product--remove svg.addcartFav{
    margin-right: 10px;
}

.woocommerce a.remove{
    display: inline-block;
}

.productdetails__attr--composition:after{
    display: block !important;
}

.productdetails__attr--composition{
    cursor: pointer;
}

.woocommerce table.shop_table{
    border: none;
}

.popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.popup.active{
    opacity: 1;
    visibility: visible;
}

.popup .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
.popup__form{
    position: relative;
    z-index: 2;
}

.popup__exit{
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.categoryContent__text div.imgP {
    padding-left: 80px;
    font-size: 16px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
}
@media (max-width: 625px){
    .cartPopup__list{
        position: fixed;
        max-width: 100vw;
        width: 100%;
        left: 0;
        top: 135px;
    }
}
@media (max-width: 480px) {
    .categoryContent__text div.imgP {
        font-size: 14px;
    }

    .cartPopup__list{
        top: 95px;
    }
    .intro{
        height: 528px;
    }
    .intro img{
        object-fit: cover !important;
    }
    .page-id-49 .relate__mainTitle{
        padding-bottom: 0;
    }
}
@media (max-width: 400px) {
    .intro{
        height: 450px;
    }
}

.categoryContent__text div.imgP img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 1024px){
    .popup__form iframe{
        width: 600px;
        height: 400px;
    }
}

.productdetails__price-qty > span{
    display: flex;
    flex-flow: column;
}

.productdetails__price-qty > span i{
    text-decoration: line-through;
}

.select2-container--default .select2-selection--single {
    background-color: #e8e8e8 !important;
    border: 1px solid #747474 !important;
    border-radius: 0px !important;
}

#wcus_np_billing_custom_address_field input{
    background: transparent !important;
    border: 1px solid #766D6C !important;
    border-radius: 0px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #000000 !important;
    font-size: 16px !important;
    padding-left: 16px !important;
}

#wcus_np_billing_custom_address_field input::placeholder {
    color: #000000;
}

@media (max-width: 768px){

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

    .categoryContent__text div.imgP{
        padding-left: 0;
    }

    .order__data--name{
        order: -2;
    }
    .order__data--lastname{
        order: -1;
    }

    .order__delivery--radio{
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .wc-ukr-shipping-np-fields{
        max-width: 320px !important;
    }

    .favorite__data{
        row-gap: 30px !important;
    }

    .favorite__ordering > *:not(:last-child){
        margin-bottom: 30px !important;
    }

    .favorite+.relate{
        margin-top: 30px !important;
    }


    .order__delivery.novaposhta .order__delivery--btn, .order__delivery.justin .order__delivery--btn{
        margin-top: 320px;
    }
    .order__register{
        bottom: -10px !important;
    }
    .popup__form iframe{
        width: 100%;
        height: 350px;
    }
    .popup__form{
        width: 90%;
    }

    .relate.relate-slider .relate__item.hidden{
        display: block !important;
    }
    .scrollTop{
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .favorite__tab{
        font-size: 16px;
    }

    .favorite__tab.active{
        font-size: 20px !important;
    }
    .favorite__product--remove svg.addcartFav{
        margin-bottom: 15px;
    }
    .favorite__tabs{
        margin-bottom: 40px;
    }
    .application{
        display: flex !important;
    }
}

/********************************
*************contact*************
********************************/

.contactPage, .contactPage *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.contact{
    padding: 0 50px;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

.contact__title{
    text-align: center;
    padding: 60px 0 70px 0;
    font-size: 30px;
    font-weight: 400;
}

.contact__content{
    display: flex;
    column-gap: 55px;
    align-items: center;
    padding: 0 0 90px 0;
}

.contact__content--picture{
    width: 45%;
}

.contactForm{
    width: 55%;
}

.contactForm__info{
    display: flex;
    margin-bottom: 10px;
}


.contactForm__info > div{
    max-width: 50%;
    width: 100%;
}

.contactForm__info--links{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.contactForm__info--links > a{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.contactForm__info--schedule{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding: 0 0 0 20px;
}

.contactForm__info--schedule h4{
    text-transform: uppercase;
    font-weight: 500;
}

.contactForm__info--schedule h4, .contactForm__info--schedule p{
    font-size: 20px;
    line-height: 24px;
}

.contactForm__data--title{
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.contactForm__data--input{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 22px;
    margin-bottom: 36px;
}

.contactForm__data--input > input{
    max-width: 100%;
    width: 100%;
}

.contactForm__data--input input, .contactForm__data--question {
    padding: 6px 12px;
    background-color: #e8e8e8;
    border: 1px solid #747474;
    outline: none;
    font-size: 16px;
    line-height: 26px;
}

.contactForm__data--input input::placeholder, .contactForm__data--question::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #747474;
}

.contactForm__data--input input:-webkit-autofill,
.contactForm__data--input input:-webkit-autofill:hover,
.contactForm__data--input input:-webkit-autofill:focus,
.contactForm__data--input input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    border: 1px solid #747474;
}

.contactForm__data--input input:-webkit-autofill::first-line {
    font-family: "FiraSans";
    font-size: 16px;
    line-height: 26px;
    Font-weight: 400;
}

.contactForm__data--question{
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}


.contactForm__button{
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    padding: 7px 20px 6px 20px;
    max-width: max-content;
    margin: 0 auto;
    outline: none;
    display: block;
    background: transparent;
    border: 1px solid #2e2e2e;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    transition: .5s;
}

.contactForm__button:hover{
    background: #cdcdcd;
}

@media(max-width: 991px){
    .contact__content{
        flex-direction: column;
        row-gap: 40px;
    }

    .contact__content--picture{
        order: 2;
        max-width: 100%;
        width: 100%;
        max-height: 450px;
        height: auto;
        object-fit: cover;
    }

    .contactForm {
        order: 1;
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 625px){
    .contact {
        padding: 0 20px;
    }

    .contact__title {
        padding: 30px 0 40px 0;
        font-size: 26px;
    }

    .contactForm__info--links > a, .contactForm__info--schedule h4, .contactForm__info--schedule p{
        font-size: 18px;
        line-height: 22px;
    }
}

@media(max-width: 480px){
    .contact {
        padding: 0 10px;
    }

    .contactForm__info {
        margin-bottom: 20px;
    }

    .contactForm__info--links {
        padding: 0 5px 0 0;
    }

    .contactForm__info--schedule {
        padding: 0 0 0 5px;
    }

    .contactForm__data--input{
        display: flex;
        flex-direction: column;
    }

    .contactForm__data--title {
        font-size: 20px;
        line-height: 22px;
    }
}

/********************************
************thank you************
********************************/


.thanksPage, .thanksPage *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.thanks{
    padding: 0 50px;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}

.thanks__header{
    display: flex;
    align-items: center;
    justify-content: center;
    /* column-gap: 32px; */
    max-width: 80%;
    width: 100%;
    margin: 60px auto 70px;
}

.thanks__header > *:first-child{
    margin-right: 32px;
}

.thanks__header h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.thanks__order{
    display: flex;
    /* column-gap: 35px; */
    padding: 0 0 60px 0;
}

.thanks__order > div:not(:last-child){
    margin-right: 35px;
}

.thanks__data{
    width: 36%;
}

.thanks__goods{
    width: 64%;
}

.thanks__data--main{
    margin-bottom: 42px;
}

.thanks__data--main > h4, .thanks__goods > h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.thanks__data--info{
    display: flex;
    flex-direction: column;
    /* row-gap: 15px; */
    padding: 20px 20px 35px 30px;
    background: #f4f3f3;
    margin-bottom: 35px;
}

.thanks__data--info > div:not(:last-child){
    margin-bottom: 15px;
}

.thanks__data--info h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.thanks__data--info p{
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

.thanks__data--date{
    display: flex;
    column-gap: 4px;
    flex-wrap: wrap;
}

.thanks__mistake{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* column-gap: 25px; */
    padding: 0 8px 0 30px;
}

.thanks__mistake > *:not(:last-child){
    margin-right: 25px;
}

.thanks__schedule{
    display: flex;
    flex-direction: column;
    /* row-gap: 6px; */
    padding: 0 8px 0 30px;
}

.thanks__schedule > *:not(:last-child){
    margin-bottom: 6px;
}

.thanks__schedule h4{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.thanks__schedule p{
    font-size: 20px;
    line-height: 24px;
}

.thanks__schedule--sending{
    max-width: 265px;
    width: 100%;
    padding: 12px 0 0 0;
}

.thanks__mistake--text p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #818181;
}

.thanks__mistake--button{
    font-size: 10px;
    line-height: 18px;
    font-weight: 600;
    padding: 7px 20px 6px 20px;
    max-width: max-content;
    outline: none;
    display: block;
    background: transparent;
    border: 1px solid #2e2e2e;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
}

.thanks__mistake--button:hover{
    background: #cdcdcd;
}

.thanks__products{
    display: flex;
    flex-direction: column;
    /* row-gap: 30px; */
}

.thanks__products > div:not(:last-child){
    margin-bottom: 30px;
}

.thanks__product {
    display: flex;
    flex-flow: row;
    /* column-gap: 5px; */
    width: 100%;
    align-items: flex-end;
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #f4f3f3;
}

.thanks__product > div:not(:last-child){
    margin-right: 5px;
}

.thanks__product--img {
    width: 15%;
}

.thanks__product--img img {
    object-fit: contain;
    height: auto;
    max-width: 100%;
    max-height: 180px;
}

.thanks__product--description{
    display: flex;
    width: 85%;
    align-items: flex-end;
}

.thanks__product--description > div:not(:last-child){
    margin-right: 5px;
}

.thanks__product--title {
    width: 56%;
}

.thanks__product--title a{
    text-decoration: none;
}

.thanks__product--title a h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #010101;
    font-weight: 400;
    max-width: 400px;
}

.thanks__product--objem {
    width: 20%;
    text-align: right;
}

.thanks__product--objem span, .thanks__product--price span {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
}

.thanks__product--price {
    width: 24%;
    text-align: right;
}

.thanks__total{
    display: flex;
    flex-direction: column;
    /* row-gap: 18px; */
    padding: 40px 30px 0 30px;
}

.thanks__total p{
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
    text-align: right;
}

.thanks__total p:not(:last-child){
    margin-bottom: 18px;
}

.thanks__total--price span{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}

.thanks__total--delivery span{
    font-weight: 600;
}


@media(max-width: 1200px){
    .thanks {
        padding: 0 30px;
    }

    .thanks__header {
        max-width: 90%;
    }

    .thanks__header h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .thanks__order{
        flex-direction: column;
        /* row-gap: 50px; */
    }

    .thanks__order > div:not(:last-child){
        margin-right: 0;
    }

    .thanks__order > div:last-child{
        margin-bottom: 50px;
    }

    .thanks__data{
        order: 2;
        max-width: 100%;
        width: 100%;
    }

    .thanks__goods{
        order: 1;
        max-width: 100%;
        width: 100%;
    }

    .thanks__mistake {
        justify-content: flex-start;
        /* column-gap: 35px; */
    }

    .thanks__mistake > *:not(:last-child){
        margin-right: 35px;
    }
}

@media(max-width: 769px){
    .thanks {
        padding: 0 20px;
    }

    .thanks__header {
        max-width: 100%;
        margin: 40px auto 50px;
    }

    .thanks__header img{
        max-width: 100px;
        width: 100%;
    }

    .thanks__header h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .thanks__product {
        padding: 0 10px 20px 10px;
    }

    .thanks__total {
        padding: 30px 10px 0 10px;
        /* row-gap: 12px; */
    }

    .thanks__total p:not(:last-child){
        margin-bottom: 12px;
    }
}

@media(max-width: 620px){
    .thanks {
        padding: 0 10px;
    }

    /* .thanks__header {
        column-gap: 20px;
    } */

    .thanks__header > *:first-child{
        margin-right: 20px;
    }

    .thanks__header img {
        max-width: 80px;
    }

    .thanks__header h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .thanks__product {
        align-items: flex-start;
        /* display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 1fr 40px 40px;
        align-items: flex-start; */
        /* grid-row-gap: 10px; */
    }

    /* .thanks__product > div:not(:last-child):not(:first-child){
        margin-bottom: 10px;
    } */

    .thanks__product > div:not(:last-child){
        margin-right: 0;
    }

    .thanks__product--img{
        max-width: 30%;
        width: 100%;
        /* grid-row: 1/4;
        height: 100%; */
    }

    .thanks__product--img img {
        width: 100%;
    }

    .thanks__product--description{
        max-width: 70%;
        flex-direction: column;
    }

    .thanks__product--description > div:not(:last-child){
        margin-bottom: 10px;
        margin-right: 0;
    }

    .thanks__product--title{
        max-width: 100%;
        width: 100%;
    }

    .thanks__product--objem span, .thanks__product--price span{
        font-size: 22px;
    }

    .thanks__product--objem {
        /* grid-column: 2 / 3;
        grid-row: 2/3; */
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .thanks__product--price {
        /* grid-column: 2 / 3;
        grid-row: 3/4; */
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .thanks__mistake{
        justify-content: space-between;
    }
}

@media(max-width: 480px){
    /* .thanks__product {
        display: grid;
        grid-template-columns: 36% 64%;
    } */

    .thanks__product--img{
        max-width: 36%;
    }

    .thanks__product--description{
        max-width: 64%;
    }

    .thanks__product--title a h2 {
        font-size: 19px;
    }

    .thanks__product--objem span, .thanks__product--price span{
        font-size: 20px;
    }

    .thanks__total p {
        font-size: 20px;
        line-height: 18px;
    }

    .thanks__data--info {
        padding: 20px 20px 30px 25px;
        margin-bottom: 30px;
    }

    .thanks__total--price span {
        font-size: 24px;
    }

    .thanks__data--info h5, .thanks__data--info p {
        font-size: 20px;
    }

    .thanks__mistake > *:not(:last-child){
        margin-right: 25px;
    }

    .thanks__mistake, .thanks__schedule {
        padding: 0 8px 0 25px;
    }
}



/*Widget*/

.binotelClick img, #helpCrunchClick img {
    background: #6ac4c1 !important;
    border-radius: 50%;
    padding: 0px;
}

.addtPayment{
    margin-top: 30px;
}
.payment__desc.listDesc{
    margin-bottom: 15px;
}

#bingc-phone-button{
    display: none !important;
}

.header__cart>a:hover{
    opacity: 1 !important;
}

.contact-us-button-wrapper {
    position: fixed;
    bottom: 56px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact-us-button-wrapper .main-button-block {
    position: relative;
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);*/
    cursor: pointer;
}
.contact-us-button-wrapper .main-button-block:before{
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    background: rgba(236,237,238,.61);
    left: -12px;
    top: -12px;
    pointer-events: none;
    z-index: -1;
}
.contact-us-button-wrapper .main-button-block.close {
    background-color: #fff;
}
.contact-us-button-wrapper .main-button-block .vi__contact-us-ru,
.contact-us-button-wrapper .main-button-block .vi__contact-us-ua {
    fill: #fff;
    width: 66px;
    height: 66px;
    background-color: #EE836B;
    border-radius: 50%;
}
.contact-us-button-wrapper .main-button-block .vi__close {
    width: 16px;
    height: 16px;
}
.contact-us-button--active .c-header__overlay {
    display: block;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .contact-us-button-wrapper .main-button-block:before {
        width: 90px;
        height: 90px;
    }

}
@media screen and (min-width: 768px) {
    .contact-us-button-wrapper {
        bottom: 24px;
        right: 160px;
    }
    .contact-us-button-wrapper .main-button-block {
        width: 76px;
        height: 76px;
    }
    .contact-us-button-wrapper .main-button-block .vi__contact-us-ru,
    .contact-us-button-wrapper .main-button-block .vi__contact-us-ua {
        width: 76px;
        height: 76px;
    }
    .contact-us-button-wrapper .main-button-block .vi__close{
        width: 100%;
        height: 100%;
        padding: 28px;
    }
    .contact-us-button-wrapper{
        right: 160px;
        bottom: 36px;
    }
}

@-webkit-keyframes spinAnimation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinAnimation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.contact-us-additional-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 88px;
    right: 0px !important;
    pointer-events: none;
}
.contact-us-additional-buttons-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -45px;
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-delay: 0ms;
    transition-property: all;
}
.contact-us-additional-buttons-link:hover {
    text-decoration: none;
}
.contact-us-additional-buttons-link__img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
}
.contact-us-additional-buttons-link .buttons-link__title {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #525252;
    background-color: #fff;
    margin-right: 16px;
    border-radius: 4px;
    white-space: nowrap;
}
.contact-us-additional-buttons.active {
    pointer-events: auto;
}
.contact-us-additional-buttons.active .contact-us-additional-buttons-link {
    margin-top: 8px;
    opacity: 1;
}
.contact-us-additional-buttons.active .contact-us-additional-buttons-link .buttons-link__title {
    display: inline-block;
}
@media screen and (min-width: 360px) {
    .contact-us-additional-buttons {
        bottom: 96px;
    }
    .contact-us-additional-buttons.active .contact-us-additional-buttons-link {
        margin-top: 16px;
    }
}
@media screen and (min-width: 768px) {
    .contact-us-additional-buttons {
        right: 34px;
    }
    .contact-us-additional-buttons-link .buttons-link__title{
        font-size: 15px;
    }
}

.scrollTop{
    display: none !important;
}


.main-button-block:not(.close) .vi__close{
    display: none !important;
}

.main-button-block.close .vi__contact-us-ru{
    display: none !important;
}


.reviewSection{
    margin-bottom: 30px;
}


.woocommerce p.stars a::before {
    color: #17dc89
}

.product-page__calling{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 50px;
}

.relate .product__label.tested{
    top: 95px;
}

#review_form #respond .form-submit input {
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 30px;
    line-height: 1;
    background: transparent;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    border: 1px solid #000000;
    transition: 0.4s;
    cursor: pointer;
}
#review_form #respond .form-submit input:hover {
    background: #cdcdcd !important;
}

.woocommerce #review_form #respond textarea{
    border: 1px solid silver;
}
.woocommerce .star-rating span {
    font-family: star;
}

.product__label.sales{
    top: 150px;
    background: #F0836B;
}

.comment-form-comment{
    margin-top: 10px;
}

.woocommerce #review_form #respond p.stars{
    margin-top: 10px;
}

.woocommerce #reviews #comments ol.commentlist{
    padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 20px 0 !important;
}

@media (max-width: 480px){
    .product-page__calling{
        font-size: 26px !important;
    }
}

@media (max-width: 767px){
    .relate .product__label.tested{
        top: 85px;
    }
}

#review_form_wrapper #reply-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0
}

#review_form_wrapper .woocommerce-noreviews {
    margin-top: 20px
}

#review_form #respond textarea {
    resize: none;
    padding: 15px;
    min-height: 100px;
    margin-top: 15px;
    color: #000000;
    font-size: 16px;
}

#reviews #comments ol.commentlist li img.avatar {
    display: none
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 10px 0;
    width: 100%;
    border: none;
    padding: 0
}

#reviews .star-rating {
    float: left
}

.star-rating span::before {
    color: #17dc89
}

.woocommerce-Reviews-title{
    display: none;
}

.woocommerce-review__published-date {
    display: none
}

.woocommerce-review__dash {
    display: none
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    clear: both;
    order: -1;
    margin-bottom: 10px
}

#reviews #comments ol.commentlist li .comment-text {
    display: flex;
    flex-flow: column
}

#reviews #comments ol.commentlist li .description {
    margin-top: 10px
}

#reviews #comments ol.commentlist li .description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px
}

.relate.relate-slider>h2, .relate__mainTitle{
    margin-top: 0;
}

#review_form_wrapper #reply-title {
    display: none
}

.woocommerce-review__author {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 15px;
    color: #172852
}

.comment-form-rating {
    margin-top: 10px
}

.comment-form-cookies-consent {
    display: none
}

.comment-form-author, .comment-form-email {
    display: flex;
    flex-flow: column
}

.comment-form-author input, .comment-form-email input {
    box-shadow: none;
    border: 1px solid #a9a9a9;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    color: #000000;
}

.comment-notes {
    display: none
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex !important
}

.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table
}

.rating-custom .woocommerce-product-rating {
    line-height: 2
}

.rating-custom .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rating-custom .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce-review-link {
    display: none
}

.rating-custom .star-rating span {
    color: #17dc89 !important
}



.article {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(31.55%,#ececec),color-stop(75.3%,rgba(236,236,236,0)));
    background: -o-linear-gradient(top,#ececec 31.55%,rgba(236,236,236,0) 75.3%);
    background: linear-gradient(180deg,#ececec 31.55%,rgba(236,236,236,0) 75.3%);
    padding-top: 100px;
    position: relative
}

@media (max-width: 785px) {
    .article {
        padding-top:50px
    }
}

.article::before {
    display: inline-block;
    position: absolute;
    top: 126px;
    content: "";
    width: calc(100% - 160px);
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(170.31%,rgba(255,255,255,0)));
    background: -o-linear-gradient(top,#fff 50%,rgba(255,255,255,0) 170.31%);
    background: linear-gradient(180deg,#fff 50%,rgba(255,255,255,0) 170.31%);
    border-radius: 20px 20px 0 0;
    height: 32px
}

.article__back {
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 785px) {
    .article__back {
        top:16px;
        right: 16px;
        width: 32px;
        height: 32px
    }
}

.article__head {
    border-radius: 0px;
    padding: 140px 50px 88px 50px;
    width: calc(100% - 80px);
    margin: auto;
    background-size: cover!important;
    background-position: center!important;
    position: relative
}

@media (max-width: 785px) {
    .article__head {
        width:calc(100% - 24px);
        padding: 192px 12px 12px 12px
    }
}

.article__head h2, .article__head h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    max-width: 75%;
    margin: 0 auto 48px auto
}

@media (max-width: 785px) {
    .article__head h2, .article__head h1 {
        font-size:48px;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: left
    }
}

.article__head--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 785px) {
    .article__head--buttons {
        -ms-flex-flow:wrap;
        flex-flow: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.article__head--buttons div {
    padding: 13px 35px;
    border: 2px solid #fff;
    border-radius: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    color: #fff
}

@media (max-width: 785px) {
    .article__head--buttons div {
        margin-bottom:12px;
        padding: 12px 22px
    }
}

.article__head--buttons div:not(:last-child) {
    margin-right: 8px
}

.article__head:after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.article__head .container {
    position: relative;
    z-index: 4
}

.post {
    margin-top: 76px;
    position: relative
}

@media (max-width: 785px) {
    .post {
        margin-top:40px;
        margin-bottom: 30px
    }
}

.post__title {
    margin-bottom: 72px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%
}

@media (max-width: 785px) {
    .post__title {
        max-width:100%;
        margin-bottom: 40px;
        text-align: left
    }
}

.post__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

@media (max-width: 785px) {
    .post__cols {
        padding-bottom:0
    }
}

.post__share {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 785px) {
    .post__share {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }
}

.post__share span {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.33;
    color: #b0b0b0
}

@media (max-width: 785px) {
    .post__share span {
        padding:18px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.25;
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #2e2e2e;
        border-radius: 16px;
        color: #fff;
        margin-left: 0
    }
}

.post__share svg {
    cursor: pointer
}

@media (max-width: 785px) {
    .post__share svg {
        display:none
    }
}

.post__author {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 24px 32px 32px 24px;
    margin-left: 0px
}

@media (max-width: 785px) {
    .post__author {
        margin-left:0;
        width: 100%;
        padding: 24px 60px 24px 24px
    }
}

.post__author--details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}


.post__author--details h4 {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    color: #b0b0b0
}

@media (max-width: 785px) {
    .post__author--details h4 {
        margin-top:0;
        position: absolute;
        right: -24px;
        bottom: 2px
    }
}

.post__author--details img,.post__author--details svg {
    border-radius: 50%;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: contain;
}

@media (max-width: 785px) {
    .post__author--details img,.post__author--details svg {
        width:40px;
        height: 40px
    }
}

.post__author--details>div {
    width: calc(100% - 72px)
}

.post__author--details>div h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    color: #000
}

.post__author--details>div span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 3px;
    color: #b0b0b0
}

.post__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 1200px) {
    .post__details {
        position:relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }
}

@media (max-width: 785px) {
    .post__details {
        top:0;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        z-index: 2
    }
}

.post__content {
    width: 100%;
}

@media (max-width: 1200px) {
    .post__content {
        padding-right:0;
        width: 100%
    }
}

.post__content img {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain
}

.post__content h1,.post__content h2,.post__content h3,.post__content h4,.post__content h5,.post__content h6 {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 15px
}

.post__content h1 strong,.post__content h2 strong,.post__content h3 strong,.post__content h4 strong,.post__content h5 strong,.post__content h6 strong{
    font-weight: inherit;
}

.post__content h1:not(:first-child),.post__content h2:not(:first-child),.post__content h3:not(:first-child),.post__content h4:not(:first-child),.post__content h5:not(:first-child),.post__content h6:not(:first-child) {
    margin-top: 52px
}

.post__content p {
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 30px
}

@media (max-width: 785px) {
    .post__content p {
        margin-bottom:24px
    }
}

.post__content p strong {
    font-weight: 700
}

.more-post {
    /*background: #000;*/
    padding: 30px 0 100px 0
}

@media (max-width: 785px) {
    .more-post {
        display:none
    }
}


.more-post__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    margin-top: 60px;
    justify-content: center;
}

.more-post__list>div {
    width: calc(25% - 9px);
    background: 0 0;
    border-color: #232323;
    padding: 50px 35px 30px 35px;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.more-post__list>div:not(:first-child){
    margin-left: 30px;
}

.more-post__list>div img{
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .more-post__list>div {
        width:calc(33.3% - 12px)
    }
}

.more-post__list>div:hover {
    background: 0 0
}

.more-post__list>div img {
    max-height: 360px;
    margin-bottom: 25px;
}

.more-post__more {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.more-post__more a {
    padding: 24px 94px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    background: #ff232a;
    border-radius: 16px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.more-post__more a:hover {
    background: var(--burgundy)
}

@media (max-width: 785px) {
    .mobNewsFooter {
        padding-top:25px
    }
}

.share-post {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: rgba(236,236,236,.3);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    width: 100%;
    padding-top: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px
}

.share-post.view {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 625px) {
    .share-post {
        padding-bottom:8px
    }
}

.share-post .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 625px) {
    .share-post .container {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.share-post__product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px
}

@media (max-width: 625px) {
    .share-post__product {
        padding:12px
    }
}

.share-post__image {
    max-width: 263px;
    width: 100%;
    margin-right: 28px;
    min-width: 116px
}

.share-post__image img {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 625px) {
    .share-post__image {
        margin-right:20px
    }
}

.share-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 400px
}

.share-post__content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000
}

@media (max-width: 625px) {
    .share-post__content h3 {
        font-size:16px;
        font-weight: 600
    }
}

.share-post__content p {
    margin-bottom: auto;
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--blacksecondary)
}

@media (max-width: 625px) {
    .share-post__content p {
        max-height:65px;
        overflow: hidden
    }
}

.share-post__content span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-top: 8px
}

.share-post__content div {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--light-gray6);
    margin-top: 8px
}

.share-post__details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px;
    height: 100%;
    border-radius: 20px;
    margin-top: 8px;
    background: #ffffff
}

@media (max-width: 625px) {
    .share-post__details {
        height:auto;
        padding: 12px;
        padding-bottom: 20px;
        margin-top: 4px
    }
}

.share-post__close {
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer
}

@media (max-width: 625px) {
    .share-post__close {
        display:none
    }
}

.share-post__close--mob {
    display: none
}

@media (max-width: 625px) {
    .share-post__close--mob {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        top: -12px;
        right: 12px
    }
}

.share-post__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.33;
    text-align: center;
    color: #000000;
    margin-bottom: 20px
}

@media (max-width: 625px) {
    .share-post__title {
        margin-top:8px;
        font-size: 16px;
        margin-bottom: 36px
    }
}

.share-post__text {
    margin-bottom: 68px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: var(--blacksecondary)
}

@media (max-width: 625px) {
    .share-post__text {
        display:none
    }
}

.share-post__social {
    margin-bottom: 48px
}

@media (max-width: 625px) {
    .share-post__social {
        margin-bottom:32px
    }
}

.share-post__button {
    cursor: pointer;
    border: 2px solid #F4F4F4;
    border-radius: 16px;
    padding: 20px 98px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000000
}

@media (max-width: 625px) {
    .share-post__button {
        padding-left:20px;
        padding-right: 20px;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}


.coppied{
    font-size: 21px;
    position: fixed;
    right: 10px;
    top: 10px;
    transition: .5s;
    background: #4F4F4F;
    color: #ffffff;
    z-index: 99;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
}

.coppied.active{
    opacity: 1;
    visibility: visible;
}

.blog__item--button span{
    font-size: 15px;
    color: #4F4F4F;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog__item .blog__item--title{
    text-align: center;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #000000;
    font-weight: bold;
}

.blog__item--subtitle{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.more-post__title{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.blog__item--link{
    font-size: 15px;
    color: #4F4F4F;
    margin-top: 30px;
    display: inline-block;
}


.more-post__withCat .blog__item{
    width: calc(32% - 9px);
    margin-bottom: 25px;
}



.blog__title {
    margin-bottom: 112px
}

@media (max-width: 625px) {
    .blog__title {
        margin-top:60px;
        margin-bottom: 68px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 48px
    }
}

.blog__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.blog__search {
    background: #F4F4F4;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 8px
}

.blog__search svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    pointer-events: none
}

.blog__search input {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 30px 30px 30px 82px;
    color: #000000;
    background: transparent;
}

.blog__search input::-webkit-input-placeholder {
    color: #C9C9C9
}

.blog__search input::-moz-placeholder {
    color: #C9C9C9
}

.blog__search input:-ms-input-placeholder {
    color: #C9C9C9
}

.blog__search input::-ms-input-placeholder {
    color: #C9C9C9
}

.blog__search input::placeholder {
    color: #C9C9C9
}

@media (max-width: 625px) {
    .blog__search input {
        padding:20px 40px 20px 80px
    }
}

.blog__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.blog__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width: 625px) {
    .blog__group .blog__current {
        padding-left:24px
    }
}

.blog__filter:not(:last-child) {
    margin-right: 12px
}

.blog__filter:nth-child(1) {
    width: 50%
}

@media (max-width: 1024px) {
    .blog__filter:nth-child(1) {
        width:100%;
        margin-bottom: 8px;
        margin-right: 0
    }
}

.blog__filter:nth-child(2) {
    width: calc(25% - 12px)
}

@media (max-width: 1024px) {
    .blog__filter:nth-child(2) {
        width:100%;
        margin-bottom: 8px;
        margin-right: 0
    }
}

.blog__filter:nth-child(3) {
    width: calc(12% - 12px)
}

@media (max-width: 1024px) {
    .blog__filter:nth-child(3) {
        width:calc(50% - 6px)
    }
}

.blog__filter:nth-child(4) {
    width: calc(12% - 6px)
}

@media (max-width: 1024px) {
    .blog__filter:nth-child(4) {
        width:calc(50% - 6px)
    }
}

.blog__filter.selected .catalog__current div {
    background: #ffffff
}

.blog__current {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    border-radius: 20px;
    padding: 20px 30px 20px 20px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #F4F4F4;
    background: #F4F4F4;
    cursor: pointer
}

.blog__current div {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border-radius: 12px;
    padding: 4px 16px 4px 8px
}

.blog__current span {
    font-weight: 600;
    margin-right: auto
}

.blog__current img:not(.arrow),.blog__current svg:not(.arrow) {
    margin-right: 20px
}

.blog__current span,.blog__current svg circle,.blog__current svg path {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

@media (max-width: 625px) {
    .blog__current {
        height:60px;
        padding: 12px 24px 12px 2px
    }
}

.blog__mark .catalog__current {
    padding-left: 20px
}

@media (max-width: 625px) {
    .blog__mark .catalog__current {
        padding-left:4px
    }
}

@media (max-width: 1024px) {
    .blog__mark {
        -webkit-box-ordinal-group:1;
        -ms-flex-order: 0;
        order: 0
    }
}



.blog__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
    width: 100%
}

.blog__more--load {
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2e2e2e;
    color: #ffffff;
    border-radius: 75px;
    cursor: pointer;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.blog__more--load.d-none {
    display: none!important
}

@media (max-width: 625px) {
    .blog__more--load {
        display:none
    }
}

.blog__more--load:hover {
   opacity: .7;
}

.blog__list--js {
    overflow: auto;
    padding: 12px 8px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .15));
    max-height: 530px
}

.blog__list--js a {
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: var(--black);
    padding: 16px 12px;
    border-radius: 10px;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    width: 100%
}

.blog__list--js a:hover {
    background: var(--white-gray);
    color: #2e2e2e
}

.blog__list--js a.hidden {
    display: none
}

.blog__list--js a .reset {
    display: none
}

.blog__list--js img,.blog__list--js svg {
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.blog-block {
    z-index: 8;
    position: relative;
    margin-bottom: 120px
}

@media (max-width: 625px) {
    .blog-block {
        margin-bottom:60px
    }
}

.blog-block .blog__list {
    margin-bottom: 0
}


.blog-js,.catalog-js,.dropdown-js,.dropdown-js-product,.more-js,.partners-js {
    position: relative
}

.blog-js .blog-js__list,.blog-js .catalog-js__list,.blog-js .dropdown-js-product-list,.blog-js .dropdown-js__list,.blog-js .more-js__list,.blog-js .partners-js__list,.blog-js .reviews__nav--list,.catalog-js .blog-js__list,.catalog-js .catalog-js__list,.catalog-js .dropdown-js-product-list,.catalog-js .dropdown-js__list,.catalog-js .more-js__list,.catalog-js .partners-js__list,.catalog-js .reviews__nav--list,.dropdown-js .blog-js__list,.dropdown-js .catalog-js__list,.dropdown-js .dropdown-js-product-list,.dropdown-js .dropdown-js__list,.dropdown-js .more-js__list,.dropdown-js .partners-js__list,.dropdown-js .reviews__nav--list,.dropdown-js-product .blog-js__list,.dropdown-js-product .catalog-js__list,.dropdown-js-product .dropdown-js-product-list,.dropdown-js-product .dropdown-js__list,.dropdown-js-product .more-js__list,.dropdown-js-product .partners-js__list,.dropdown-js-product .reviews__nav--list,.more-js .blog-js__list,.more-js .catalog-js__list,.more-js .dropdown-js-product-list,.more-js .dropdown-js__list,.more-js .more-js__list,.more-js .partners-js__list,.more-js .reviews__nav--list,.partners-js .blog-js__list,.partners-js .catalog-js__list,.partners-js .dropdown-js-product-list,.partners-js .dropdown-js__list,.partners-js .more-js__list,.partners-js .partners-js__list,.partners-js .reviews__nav--list {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    position: absolute;
    top: calc(100% + 8px);
    max-height: 450px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.blog-js .blog-js__arrow,.blog-js .catalog-js__arrow,.blog-js .dropdown-js-product-arrow,.blog-js .dropdown-js__arrow,.blog-js .more-js__arrow,.blog-js .partners-js__arrow,.catalog-js .blog-js__arrow,.catalog-js .catalog-js__arrow,.catalog-js .dropdown-js-product-arrow,.catalog-js .dropdown-js__arrow,.catalog-js .more-js__arrow,.catalog-js .partners-js__arrow,.dropdown-js .blog-js__arrow,.dropdown-js .catalog-js__arrow,.dropdown-js .dropdown-js-product-arrow,.dropdown-js .dropdown-js__arrow,.dropdown-js .more-js__arrow,.dropdown-js .partners-js__arrow,.dropdown-js-product .blog-js__arrow,.dropdown-js-product .catalog-js__arrow,.dropdown-js-product .dropdown-js-product-arrow,.dropdown-js-product .dropdown-js__arrow,.dropdown-js-product .more-js__arrow,.dropdown-js-product .partners-js__arrow,.more-js .blog-js__arrow,.more-js .catalog-js__arrow,.more-js .dropdown-js-product-arrow,.more-js .dropdown-js__arrow,.more-js .more-js__arrow,.more-js .partners-js__arrow,.partners-js .blog-js__arrow,.partners-js .catalog-js__arrow,.partners-js .dropdown-js-product-arrow,.partners-js .dropdown-js__arrow,.partners-js .more-js__arrow,.partners-js .partners-js__arrow {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.blog-js.open .blog-js__list,.blog-js.open .catalog-js__list,.blog-js.open .dropdown-js-product-list,.blog-js.open .dropdown-js__list,.blog-js.open .more-js__list,.blog-js.open .partners-js__list,.catalog-js.open .blog-js__list,.catalog-js.open .catalog-js__list,.catalog-js.open .dropdown-js-product-list,.catalog-js.open .dropdown-js__list,.catalog-js.open .more-js__list,.catalog-js.open .partners-js__list,.dropdown-js-product.open .blog-js__list,.dropdown-js-product.open .catalog-js__list,.dropdown-js-product.open .dropdown-js-product-list,.dropdown-js-product.open .dropdown-js__list,.dropdown-js-product.open .more-js__list,.dropdown-js-product.open .partners-js__list,.dropdown-js.open .blog-js__list,.dropdown-js.open .catalog-js__list,.dropdown-js.open .dropdown-js-product-list,.dropdown-js.open .dropdown-js__list,.dropdown-js.open .more-js__list,.dropdown-js.open .partners-js__list,.more-js.open .blog-js__list,.more-js.open .catalog-js__list,.more-js.open .dropdown-js-product-list,.more-js.open .dropdown-js__list,.more-js.open .more-js__list,.more-js.open .partners-js__list,.partners-js.open .blog-js__list,.partners-js.open .catalog-js__list,.partners-js.open .dropdown-js-product-list,.partners-js.open .dropdown-js__list,.partners-js.open .more-js__list,.partners-js.open .partners-js__list {
    opacity: 1;
    visibility: visible
}

.blog-js.open .blog-js__arrow .more-js__arrow,.blog-js.open .catalog-js__arrow,.blog-js.open .dropdown-js-product-arrow,.blog-js.open .dropdown-js__arrow,.blog-js.open .partners-js__arrow,.catalog-js.open .blog-js__arrow .more-js__arrow,.catalog-js.open .catalog-js__arrow,.catalog-js.open .dropdown-js-product-arrow,.catalog-js.open .dropdown-js__arrow,.catalog-js.open .partners-js__arrow,.dropdown-js-product.open .blog-js__arrow .more-js__arrow,.dropdown-js-product.open .catalog-js__arrow,.dropdown-js-product.open .dropdown-js-product-arrow,.dropdown-js-product.open .dropdown-js__arrow,.dropdown-js-product.open .partners-js__arrow,.dropdown-js.open .blog-js__arrow .more-js__arrow,.dropdown-js.open .catalog-js__arrow,.dropdown-js.open .dropdown-js-product-arrow,.dropdown-js.open .dropdown-js__arrow,.dropdown-js.open .partners-js__arrow,.more-js.open .blog-js__arrow .more-js__arrow,.more-js.open .catalog-js__arrow,.more-js.open .dropdown-js-product-arrow,.more-js.open .dropdown-js__arrow,.more-js.open .partners-js__arrow,.partners-js.open .blog-js__arrow .more-js__arrow,.partners-js.open .catalog-js__arrow,.partners-js.open .dropdown-js-product-arrow,.partners-js.open .dropdown-js__arrow,.partners-js.open .partners-js__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.more-post__withCat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    margin-top: 60px;
    justify-content: center;
}

.blogAll{
    display: none !important;
}

.blog__title {
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 100px;
}

@media(max-width: 1200px){
    .more-post .blog__item:last-child{
        display: none;
    }
}

@media(max-width: 860px) {
    .more-post__withCat .blog__item{
        width: 100%;
    }
    .more-post__list>div:not(:first-child){
        margin-left: 0%;
    }
}
@media(max-width: 600px) {
    .more-post__withCat{
        margin-top: 30px;
    }
}


.newshome .more-post__list{
    margin-top: 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}

.newshome{
    padding-bottom: 75px;
    position: relative;
}

.newshome .more-post__list>div{
    min-width: 32%;
    margin-right: 2%;
    margin-left: 0;
    user-select: none;
}


.more-post__slide{
    max-width: 90%;
    margin: auto;
}


.newshome__arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
}

.newshome__left{
    left: 20px;
    transform: rotate(180deg);
}

.newshome__right{
    right: 20px;
}

@media(max-width: 920px){
    .newshome .more-post__list>div{
        width: 49%;
        min-width: 49%;
    }
}

@media(max-width: 600px){
    .newshome .more-post__list>div{
        width: 100%;
        min-width: 100%;
    }
    .newshome__left{
        left: 10px;
    }
    .newshome__right{
        right: 10px;
    }
}
