/*
Theme Name: Neman
Author: Silain

*/


/* =WordPress Core
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;500&display=swap');
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
}

.privacy-acceptance span.pin{
    width:22px;height:22px;border-radius:11px;border:1px solid #1ab816;position:absolute;left:0;background-size:60%;background-repeat:no-repeat;background-position:50%;
    top: 50%;
    margin-top: -11px;
}
.privacy-acceptance .wpcf7-not-valid + .wpcf7-not-valid-tip {
    display: block !important;
    font-size: 11px;
    background: #fff;
    color: red;
    line-height: 1;
    border-radius: 5px;
    font-family: Jost;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_title span.stock-wrap{
    padding-left: 0;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_title .stock-wrap:before{
    display: none;
}
.stock{
    white-space: nowrap;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_title span:before{
    top: 50%;
    margin-top: -5px;
}
.woocommerce-product-gallery__wrapper{
    margin: 0;
}
.product_singl_cont_top_img_small > div{
    width: 100%;
    margin-bottom: 19px;
}
.woocommerce-product-gallery__image a{
    display: block;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_img .product_singl_cont_top_img_big img {
    object-fit: contain;
    height: 100%;
}
.variable-items-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.variable-item{
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.product_singl .product_singl_cont .product_singl_cont_bottom .product_singl_cont_bottom_cont {
    max-width: unset;
}
.product_singl .product_singl_cont .product_singl_cont_bottom #tab-additional_information .product_singl_cont_bottom_cont_box:first-child{
    max-width: unset;
    padding-right: 8px;
}
.product_singl .product_singl_cont .product_singl_cont_bottom #tab-additional_information .product_singl_cont_bottom_cont_box + .product_singl_cont_bottom_cont_box {
    padding-left: 8px;
}
.product_singl .product_singl_cont .ajaxerrors {
    display: none;
}
.variable-item:not(.radio-variable-item) {
    width: 42px !important;
    height: 42px !important;
    outline: none;
}
.image-variable-item {
    border: 2px solid transparent;
}
.selected.image-variable-item {
    border-color: #f29200;
}
.variable-item.image-variable-item.disabled {
    opacity: .4;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_color .product_singl_cont_top_selects_color_buttons {
    max-width: unset;
    flex-wrap: wrap;
}
.variable-item img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.variable-item-span[style*="background-color:#ffffff;"]{
    border: 1px solid #000;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_color .product_singl_cont_top_selects_color_buttons span{
    display: block;
    border-radius: 50%;
}
.privacy-acceptance .wpcf7-form-control-wrap {
    top: calc(100% + 2px);
    left: 0;
    position: absolute;
}
.privacy-acceptance .wpcf7-acceptance-act + .pin {
    background-image: url(img/checked.png);
}
.files-block-item{
    margin: 20px 0;
}
.files-block-item a {
    font-size: 18px;
    font-weight: 400;
    font-family: Jost;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: rgba(0,0,0,.3);
    transition: color ,4s ease;
}
.files-block-item a:hover{
    color: rgba(0,0,0,1);
}

.wpcf7-not-valid {
    border-color: red !important;
}
.rekvizit .rekvizit_cont .rekvizit_cont_right .rekvizit_cont_right_form .checkbox a{
    margin-left: 5px;
}
.product_img {
    display: block;
    margin: 0 auto;
}

.typical-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.typical-img > * {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}

.typical-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typical-img:before {
    padding-bottom: 100%;
    display: block;
    content: '';
}
.update_cart{
    display: none;
}
.basket .basket_cont .basket_cont_flex .basket_cont_flex_praduct .basket_cont_flex_praduct_box img{
    height: auto;
}
.typical-btn {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    background-color: #f29200;
    color: #fff;
    font-style: normal;
    letter-spacing: normal;
    padding: 11px 20px;
    display: block;
    border-radius: 27px;
    cursor: pointer;
}
.typical-btn:hover{
    background-color: #eeecea;
}
.cart-result{
    border-top: 1px solid rgba(0,0,0,.6);
    padding-top: 15px;
}
.basket .basket_cont{
    padding-bottom: 30px;
}
.top_product_cont{
    padding-top: 60px;
}
.cart-discount span{color:red !important}
.woocommerce-remove-coupon {
    width: 20px;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-remove-coupon:before {
    filter: invert(41%) sepia(92%) saturate(3687%) hue-rotate(338deg) brightness(94%) contrast(99%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.return-to-cart:before, .woocommerce-remove-coupon:before {
    background: url(img/cancel.svg) center no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
    content: '';
    margin-right: 10px;
    filter: invert(8%) sepia(15%) saturate(305%) hue-rotate(21deg) brightness(99%) contrast(97%);
}
.coupon {
    margin-top: 40px;
    margin-bottom: 30px;
}
.coupon p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}
.coupon .inputs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.coupon input{
    height: 54px;
    padding: 0 20px;
    max-width: 140px;
    border-radius: 27px;
    width: 100%;
    border: 1px solid #c1c1c2;
    background-color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
}
.coupon button{
    width: 100%;
    max-width: 140px;
    color: #2a2a2a;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.78px;
    height: 54px;
    border-radius: 27px;
    background-color: #eeecea;
    border: unset;
}
.qty {
    width: 52px;
    text-align: center;
    border: none;
    font-family: Jost\ - Semi Bold;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    color: #000;
    margin-bottom: 0;
}
.basket .basket_cont .basket_cont_flex .basket_cont_flex_praduct .basket_cont_flex_praduct_box {
    box-sizing: border-box;
    min-height: 205px;
}
.woocommerce-message {
    width: 100%;
}
.oform .oform_cont .oform_cont_flex {
    flex-wrap: wrap;
}
.oform .oform_cont .oform_cont_flex .oform_cont_left {
    max-width: unset;
    width: calc(100% - 395px);
}
@media (max-width: 600px) {
    .coupon p{
        font-size: 14px;
    }
    .coupon .inputs {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .coupon input{
        max-width: unset;
    }
    .coupon button{
        margin-top: 20px;
        max-width: unset;
    }
    .typical-btn{
        width: 100%;
    }
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.form-row{
    width: 49%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6b6b6b;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
}
.oform .oform_cont .oform_cont_flex .oform_cont_left .oform_cont_left_bottom_js_cont p.form-row{
    margin-bottom: 0;
}
.form-row label{
    color: #6b6b6b;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
}
.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}
.form-row .required {
    text-decoration: none;
}
.form-row input{
        width: 100%;
        height: 46px;
        border-radius: 23px;
        background-color: #eeecea;
        padding: 0 26px;
        font-family: Jost;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: normal;
        line-height: 32px;
        border: unset;
        margin-bottom: 30px;
    }
.oform_cont_left_bottom_title_buttons_btn{
    color: rgba(0,0,0,.4);
    font-family: Jost\ - Semi Bold;
    font-size: 24px;
    padding: 0;
    background: unset;
    border: unset;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    border-bottom: 3px solid transparent;
}
.oform_cont_left_bottom_title_buttons_label + label{
    margin-left: 45px;
}
.oform_cont_left_bottom_title_buttons_label{
    position: relative;
}
.oform_cont_left_bottom_title_buttons_label input{
    position: absolute;
    z-index: -99;
    left: 0;
    top: 0;
    visibility: hidden;
}
.oform_cont_left_bottom_title_buttons_label input:checked + .oform_cont_left_bottom_title_buttons_btn {
    color: #000;
    border-bottom: 3px solid #f29200;
}
.oform_cont_left_bottom_js_cont p b,.oform_cont_left_bottom_js_cont p strong {
    color: #2b2b29;
}
.woocommerce form .form-row .optional{
    display: none;
}
.oform_cont_left_bottom_opata label {
    display: -ms-flexbox;
    display: flex;
    color: #6b6b6b;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: unset;
    margin-right: 25px;
}
.oform_cont_left_bottom_opata_form{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 52px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.oform_cont_left_bottom_opata_form input {
    margin-right: 15px;
}
.woocommerce-additional-fields__field-wrapper .form-row{
    width: 100%;
    display: block;
}
.woocommerce-additional-fields__field-wrapper .form-row label{
    color: #000;
    font-family: Jost\ - Semi Bold;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    max-width: 683px;
    padding-bottom: 19px;
    margin-bottom: 37px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}
.woocommerce > .woocommerce-notices-wrapper{
    padding: 30px 60px 0;
}
@media (max-width: 1300px) {
    .form-row{
        font-size: 16px;
        line-height: 22px;
    }
    .oform .oform_cont .oform_cont_flex .oform_cont_left {
        max-width: unset;
        width: 100%;
    }

}
@media (max-width: 600px) {
    .form-row{
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    .form-row input{
        margin-top: 10px;
    }
}



/*.typical-text ol {*/
/*    counter-reset: counter;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 0 35px;*/
/*}*/

/*.typical-text li {*/
/*    color: #000;*/
/*    font-family: 'Geometria';*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 21px;*/
/*    letter-spacing: .7px;*/
/*    position: relative;*/
/*}*/

/*.typical-text li + li {*/
/*    margin-top: 35px;*/
/*}*/

/*.typical-text ol li {*/
/*    counter-increment: counter;*/
/*    padding-left: 24px;*/
/*}*/

/*.typical-text ol li:before {*/
/*    content: counter(counter) '.';*/
/*    color: #000;*/
/*    font-family: 'Geometria';*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    line-height: 21px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: .7px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.typical-text p {*/
/*    color: #000;*/
/*    font-family: 'Geometria';*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 21px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.typical-text h3 {*/
/*    font-family: Geometria;*/
/*    font-weight: 500;*/
/*    letter-spacing: .7px;*/
/*    margin-top: 33px;*/
/*    line-height: 21px;*/
/*}*/

/*.typical-text h3 a {*/
/*    color: #565f6a;*/
/*    font-family: 'Geometria';*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    text-decoration: underline;*/
/*    margin-left: 15px;*/
/*}*/

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 36px;
    height: 36px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    width: 36px;
    margin: 3px 0;
    height: 36px;
    box-shadow: 0 0 6px 1px hsla(0,0%,70%,.24);
    background-color: #fff;
    border-radius: 20px;
    border: unset;
    background-image: url(img/002-heart.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    content: '' !important;
    background-color: unset;
    transition: background-image .5s;
    /*filter: invert(92%) sepia(0%) saturate(1%) hue-rotate(219deg) brightness(95%) contrast(91%);*/
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: 0px;
    margin-left: 0px;
    transform: none;
    position: static;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
    margin-bottom: 7px;
}
.top_product_cont_flex_box_buttons .add_to_cart_button{
    font-family:Jost\ - Semi Bold;
    font-weight:500;
    font-style:normal;
    letter-spacing:normal
}
.top_product_cont_flex_box_buttons .add_to_cart_button {margin-right:5px;max-width:156px;width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:0 5px 0 25px;-ms-flex-align:center;align-items:center;border:unset;font-size:14px;line-height:normal;height:44px;border-radius:21px;background-color:#eeecea;margin-bottom:15px}
.top_product_cont_flex_box_buttons .add_to_cart_button span{width:36px;margin:3px 0;height:36px;box-shadow:0 0 6px 1px hsla(0,0%,70%,.24);background-color:#fff;border-radius:20px;border:unset;background-image:url(img/001-shopping-bags.svg);background-repeat:no-repeat;background-position:50%;background-size:50%}
.top_product_cont_flex_box_buttons .clickBuyButton{
    background: none;
    border: none;
    padding: 0;
    color:#393939;font-family:Jost;font-size:14px;font-weight:300;font-style:normal;letter-spacing:normal;line-height:14.78px;padding-bottom:5px;border-bottom:1px solid #393939
}
.buy_product  .added_to_cart{
    display: none !important;
}
.tinv-txt{
    color: #2a2a2a;
    font-family: Jost;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
}
    .tinv-wishlist .tinvwl-buttons-group button {
        color: #2a2a2a;
        font-family: Jost;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        border-radius: 25px;
        padding: 11px 16px;
        background-color: #eeecea;
        font-size: 18px;
        line-height: 14.78px;
        text-align: center;
        border: unset;
        border: none;
    transition: all .5s;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0;
    border: none;
    justify-content: center;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
    color: #000;
}

.cart-empty {
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    color: #2b2b29;
    font-size: 18px;
    line-height: 34px;
    position: relative;
}
.cart-empty.woocommerce-info {
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    color: #2b2b29;
    font-size: 18px;
    line-height: 34px;
    position: relative;
    margin-bottom: 60px;
}
.cart-empty + .return-to-shop .wc-backward {
    display: inline-block;
}
.acutal_sale .acutal_sale_cont .acutal_sale_cont_flex {
    width: calc(100% + 30px);
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}
.acutal_sale .acutal_sale_cont .acutal_sale_cont_flex .acutal_sale_cont_flex_item {
    margin: 0;
    max-width: unset;
    padding: 15px;
    width: calc(100%/3 );
}
.acutal_sale_cont_flex_item-img{
    position: relative;
}



.place-order, .way_to_cont {
    position: relative;
}

.way_to_cont input {
    position: absolute;
    z-index: -99;
    visibility: hidden;
    top: 0;
    left: 0;
}

.button-variable-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}
.button-variable-wrapper li {
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    margin: 0 9px;
}

.selected .variable-item-span {
    border: 1px solid red;
}

.reset_variations {
    color: #8c9199;
    font-family: 'Jost';
}
.woocommerce-variation-add-to-cart-disabled .price {
    display: none;
}

.card_options .woocommerce-message {
    padding: 30px 40px 0;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
}
/*.woocommerce-variation-availability, */
.ajaxerrors p{
    display: none;
}

.stars a {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    color: transparent;
    display: block;
}

.stars span {
    display: flex;
}

.stars a:not(:last-child) {
    margin-right: 5px;
}

.stars a:before, .stars a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    filter: brightness(0) saturate(100%) invert(95%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(97%) contrast(83%);
    background-image: url('img/star.svg');
    transition: opacity .4s ease;
}

.stars a:after {
    filter: unset;
    opacity: 0;
}

.stars a.active:before, .stars.selected a:before {
    opacity: 0;
}

.stars a.active:after, .stars.selected a:after {
    opacity: 1;
}

.stars.selected a.active ~ a:before {
    opacity: 1;
}

.stars.selected a.active ~ a:after {
    opacity: 0;
}
.dgwt-wcas-search-wrapp,.dgwt-wcas-search-form,.dgwt-wcas-sf-wrapp{
    height: 100%;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 0 80px 0 20px;
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    font-size: 16px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    border: unset;
    border-left: 1px solid #eeecea;
    border-right: 1px solid #eeecea;
    font-size: 16px;
    line-height: normal;

}
@media (max-width: 630px) {
    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
        border: 1px solid #eeecea;
    }
}
input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    color: #d5d6d5 !important;
    font-style: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #d5d6d5 !important;
    font-style: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-moz-placeholder {
    color: #d5d6d5 !important;
    font-style: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
    color: #d5d6d5 !important;
    font-style: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #d5d6d5 !important;
    font-style: normal !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}


.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus::placeholder {
    opacity: 0 !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus::-webkit-input-placeholder {
    opacity: 0 !important;;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus:-moz-placeholder {
    opacity: 0 !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus::-moz-placeholder {
    opacity: 0 !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    cursor: pointer;
    position: absolute;
    border: unset;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: url(img/003-search.png) no-repeat center;
    background-size: 20px auto;
}

.dgwt-wcas-ico-magnifier path {
    display: none;
}
.custom-address-line {
    align-items: center;
}
.chekout_left_item .form-row.custom-address-line label {
    min-height: unset;
}

.chekout_left_item .chekaut_form_give .form-row .woocommerce-input-wrapper {
    max-width: unset;
}

.chekout_left_item .form-row textarea {
    resize: none;
    height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.label_cont-item, .privacy-acceptance {
    position: relative;
    display: block;
}

.label_cont-item label {
    display: flex;
}

.label_cont-item label .text {
    flex: 1;
}

.label_cont-item input, .privacy-acceptance input {
    visibility: hidden;
    position: absolute;
    z-index: 99;
}
.chekout .chekout_cont .chekout_content .chekout_title .select_block {
    position: relative;
}

.select_block-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(247, 247, 247, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(247, 247, 247, 1);
    box-shadow: 0px 5px 5px 0px rgba(247, 247, 247, 1);
}

.chekout .chekout_cont .chekout_content .chekout_title .select_block {
    padding: 0;
}

.select_block-item {
    padding: 14px 16px;
}

.select_block-item + .select_block-item {
    border-top: 1px solid #dcdcdc;
}

.select_block-item-wisible {
    border: none;
    border-radius: 0;
    background: #fff;
    position: relative;
    padding: 14px 40px 14px 16px;
    width: 100%;
    text-align: left;
}

.select_block-item-wisible:after {
    top: 50%;
    right: 16px;
    margin-top: -3.5px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 7px;
    opacity: .6;
}

.chekout-empty .chekout_cont .chekout_content .chekout_title h2 {
    max-width: unset;
}

.order_details li {
    font-family: Jost;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
.order_details li b,.order_details li strong{
    font-family: Jost\ - Semi Bold;
}
.product-aside__buy-price del {
    margin-left: 10px;
}

.product-aside__buy-price {
    justify-content: flex-end;
}

.order_details li + li {
    margin-top: 15px;
}

.chekout .chekout_cont .chekout_content .chekout_title .select_block p {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chekout .chekout_cont .chekout_content .chekout_title .select_block span {
    font-weight: 700;
    min-width: 85px;
    text-align: right;
    padding-left: 5px;
}

.amount button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    text-align: center;
    border: none;
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.amount button.down {
    line-height: .5;
}

.amount button:hover {
    background: #dfdfdf;
}

.woocommerce-Price-amount.amount {
    width: auto;
    margin-left: 0;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p span.price,
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p span ins{
    text-decoration: none;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p span del span{
    text-decoration: line-through;
}
.product_singl_cont_top_selects_price_p span ins{
    margin-left: 5px;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p span ins span,
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p > .price > .woocommerce-Price-amount,
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p > .price > .woocommerce-Price-amount  .woocommerce-Price-currencySymbol{
    color: #2a2a2a;
    font-family: Jost\ - Semi Bold;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-decoration: none;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_price .product_singl_cont_top_selects_price_p {
    max-width: unset;
    justify-content: flex-end;
}
.product_singl_cont_top_selects_buttons .clickBuyButton{
    width: 218px;
    height: 50px;
    border: unset;
    border-radius: 25px;
    background-color: #eeecea;
    color: #2a2a2a;
    font-family: Jost\ - Semi Bold;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.78px;
}
.product_singl_cont_top_selects_buttons .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
    background-color: #f29200;
}

.product_singl_cont_bottom_cont_box_send_otziv_top_flex_right > label {
    display: none !important;
}
.product_singl_cont_bottom_cont_box_send_otziv_top_flex_left{
    flex-wrap: wrap;
}
.stars a{
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    color: transparent;
    display: block;
}
.stars span {
    display: flex;
}
.stars a:not(:last-child) {
    margin-right: 5px;
}
.stars a:before,.stars a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    filter: brightness(0) saturate(100%) invert(95%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(97%) contrast(83%);
    background-image: url('img/star.svg');
    transition: opacity .4s ease;
}
.stars a:after{
    filter:unset;
    opacity: 0;
}
.stars a.active:before,.stars.selected a:before{
    opacity: 0;
}
.stars a.active:after,.stars.selected a:after{
    opacity: 1;
}

.stars.selected  a.active ~ a:before {
    opacity: 1;
}
.stars.selected  a.active ~ a:after {
    opacity: 0;
}
.inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_left .inputs label{
    padding: 0 15px;
    max-width: 50%;
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right {
    margin-left: 30px;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 127px;
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex.otziv_top_flex_without_name .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right{
    padding-top:40px;
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex.otziv_top_flex_without_name .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right .comment-form-attachment{
    margin-bottom: 60px;
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex{
    align-items: flex-start;
}
.commentlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dco-attachment.dco-misc-attachment{
    display: none !important;
}
.reviews-img{
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}
#tab-reviews .product_singl_cont_bottom_cont_box_otziv .product_singl_cont_bottom_cont_box_otziv_item .product_singl_cont_bottom_cont_box_otziv_item_text {
    flex: 1;
}
.comment-form-rating.after_title {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    margin-bottom: 50px;
}
.comment-form-rating label{
    display: block;
    margin-bottom: 5px;
}
.form-submit {
    margin-top: 30px;
    max-width: 220px;
    width: 100%;
}
.comment-form-attachment input{
    color: #2a2a2a;
    font-family: Jost;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2px;
    position: relative;
    background: 0 0;
    border: unset;
    text-decoration: underline;
}
.comment-form-attachment {
    margin-bottom: 80px;
}
.wpgdprc-checkbox {
    color: #989898;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
}
.wpgdprc-checkbox label{
    position: relative;
    display: block;
    padding-left: 30px;
}
.wpgdprc-checkbox input{
    position: absolute;
    z-index: -999;
    left: 0;
    top: 0;
    visibility: hidden;
}
.wpgdprc-checkbox label:before{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #1ab816;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    content: '';
}
.wpgdprc-checkbox abbr{
    text-decoration: none;
}
.wpgdprc-checkbox input:checked + label:before{
    background-image: url(img/checked.png);
}
#tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .comment-form-rating + .product_singl_cont_bottom_cont_box_send_otziv_bottom_flex{
    margin-top: 0;
}
.comment-form-cookies-consent{
    display: none;
}
.product_singl .product_singl_cont .product_singl_cont_bottom .product_singl_cont_bottom_cont .product_singl_cont_bottom_cont_box .woocommerce-product-attributes-item p {
    display: inline;
}
.tab-typical-text h2{
    margin-bottom: 10px;
    color: #8c9199;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
#tab-sets .product_singl_cont_bottom_cont_box > p{
    color: #8c9199;
    font-family: Jost;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
.tab-typical-text p{
    color: #2a2a2a;
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 30px;
}
.product_singl .product_singl_cont .product_singl_cont_bottom .product_singl_cont_bottom_cont .product_singl_cont_bottom_cont_box .product_singl_cont_bottom_cont_box_item .price-small-product,.product_singl .product_singl_cont .product_singl_cont_bottom .product_singl_cont_bottom_cont .product_singl_cont_bottom_cont_box .product_singl_cont_bottom_cont_box_item .price-small-product span{
    margin-bottom: 0;
    color: #2a2a2a;
    font-family: Jost\ - Semi Bold;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
}
#tab-sets div.hide, #tab-sets .add_to_cart_button span,.added_to_cart.wc-forward{
    display: none !important;
}
#tab-sets .add_to_cart_button {
    width: 42px;
    margin: 3px 0;
    height: 42px;
    box-shadow: 0 0 6px 1px hsla(0,0%,70%,.24);
    background-color: #eeecea;
    border-radius: 20px;
    border: unset;
    background-image: url(img/001-shopping-bags.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    text-indent: -999px;
    overflow: hidden;
}
.tabs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tab {
    color: #2a2a2a;
    font-size: 22px;
    font-family: Jost;
    font-weight: 300;
    margin-left: 50px;
    position: relative;
    padding-bottom: 3px;
}
.tab.active{
    font-weight: 500;
}
.tab:before{
    background-color: #f29200;
    opacity: 0;
    transition: opacity .4s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}
.tab.active:before{
    opacity: 1;
}
.tab:first-child{
    margin-left: 0;
}
@media (max-width: 1190px) {
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_left .inputs label {
        padding:15px;
        max-width: unset;
        width: 100%;
    }
}
@media (max-width: 950px) {
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right,
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex.otziv_top_flex_without_name .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right {
        padding-top: 15px;
        margin-left: 0;
    }
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right .comment-form-attachment,
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex.otziv_top_flex_without_name .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right .comment-form-attachment {
        margin-bottom: 30px;
    }
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_left .inputs label {
        padding:0 15px;
        width: 50%;
    }
}
@media (max-width: 561px) {
    .product_singl_cont_top_selects_buttons .clickBuyButton{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #tab-reviews .product_singl_cont_bottom_cont_box_otziv .product_singl_cont_bottom_cont_box_otziv_item .product_singl_cont_bottom_cont_box_otziv_item_text {
        flex: unset;
        margin-top: 20px;
    }
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_left .inputs label {
        padding:15px;
        width: 100%;
    }
}
@media (max-width: 400px) {
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex.otziv_top_flex_without_name .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right .comment-form-attachment{
        padding: 0;
    }
    #tab-reviews .product_singl_cont_bottom_cont_box_send_otziv .product_singl_cont_bottom_cont_box_send_otziv_top_flex .product_singl_cont_bottom_cont_box_send_otziv_top_flex_right .comment-form-attachment:before{
        display: none;
    }
}




.typical-white {
    background: #fff;
    padding: 30px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.18px;
    width: 100%;
    font-family: 'Geometria';
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: .15;
}

.modal-window {
    padding: 0;
    width: 95%;
    max-width: 370px;
    font-family: 'Geometria';
}

.modal-window .fancybox-close-small {
    display: none;
}

.modal__title {
    background-color: #eeecea;
    padding: 18px 10px 25px;
    text-align: center;
    color: #2a2a2a;
    font-family: Jost\ - Semi Bold;
}
#thanks{
    padding: 0;
    width: 90%;
    max-width: 560px;
}
.modal__title span {
    font-size: 29px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.modal__title p {
    font-size: 18px;
    letter-spacing: 1px;
}

.modal__body {
    padding: 25px 15px 38px;
    max-width: 285px;
    margin: 0 auto;
    text-align: center;
    font-family: Jost\ - Semi Bold;
    color: #2a2a2a;
}

.modal__body .wpcf7-form-control-wrap {
    display: block;
}

.modal__body .wpcf7-form-control-wrap.your-tel {
    margin: 0 auto;
    max-width: 180px;
}

.form-input-name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    letter-spacing: .8px;
    margin-bottom: 7px;
}
.form-wrap {
    margin-bottom: 30px;
}

.form-input-req {
    color: #ff0000;
}

.form-input {
    margin-bottom: 21px;
}

.form-input input {
    color: #000;
    font-family: 'Geometria';
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 13px;
    width: 100%;
    border: 1px solid #dcdcdc;
    outline: none;
    letter-spacing: .5px;
}

.modal-reserv {
    max-width: 1010px;
    background: none;
}

.modal__inner-wrap {
    display: flex;
}

.modal-cart-wrap {
    width: 100%;
    flex: 1;
    margin-left: 3px;
    /*border-left: 3px solid #d2d2d2;*/
}

.modal-reserv .modal__inner {
    background: #fff;
    width: 370px;
}

.modal-reserv .modal__title {
    padding: 32px 10px;
}

.modal-reserv .modal__body {
    padding: 25px 34px 38px;
    max-width: unset;
    text-align: left;
}

.modal-reserv .wpcf7-form-control-wrap.your-name {
    max-width: 252px;
}

.modal-reserv .modal__body .wpcf7-form-control-wrap.your-tel {
    margin: 0 auto 0 0;
    max-width: 176px;
}

.modal-reserv .cart_item {
    position: relative;
    margin: 0 15px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px 0 26px;
}

.modal-reserv .cart_item + .cart_item {
    border-top: 1px solid #d2d2d2;
}

.modal-reserv .delate_item {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 26px;
    padding: 7px;
}

.modal-reserv .delate_item img {
    width: 100%;
    display: block;
    height: auto;
}

.modal-reserv .cart_item > .attachment-woocommerce_thumbnail {
    width: 100px;
    height: auto;
}

.modal-reserv .basket_item_text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.modal-reserv .stock {
    color: #419246;
    font-size: 12px;
}

.modal-reserv .sku_wrapper {
    font-size: 14px;
    color: #606060;
}

.modal-reserv .cena > span {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 700;
}

.modal-reserv .cena p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.modal-reserv .basket_item_text {
    padding: 0 10px 0 20px;
    flex: 1;
}

.modal-cart {
    background: #fff;
    margin-right: 21px;
    min-height: 100%;
}

.modal-cart-wrap {
    max-height: 480px;
    overflow: auto;
}

.modal-reserv .cena {
    padding-right: 30px;
    width: 130px;
    text-align: right;
}

#ascrail2000 {
    width: 17px !important;
    margin-left: -12px;
    background: #fff;
    padding: 5px 0;
    overflow: hidden;
}

#ascrail2000 .nicescroll-cursors {
    margin-right: 6px;
}

.basket .basket_cont .basket_content .basket_right {
    margin-top: 0;
}

header .header_navigation .header_navigation_cont .sites a {
    opacity: .39;
    transition: .4s ease;
}

header .header_navigation .header_navigation_cont .sites a:hover {
    opacity: 1;
}

header .header_info .header_info_cont .info_item p {
    font-weight: 400;
}

header .header_user_cont .call a {
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    display: block;
}

header .header_user_cont .call {
    max-width: 245px;
    padding: 0 10px;
}

header .header_user_cont .call a:before {
    content: '';
    background: url('img/004-phone-call.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    filter: invert(36%) sepia(29%) saturate(205%) hue-rotate(173deg) brightness(94%) contrast(92%);
}

header .header_user_cont .call button {
    font-weight: 400;
}

.info_item-tel a {
    padding-left: 30px;
    position: relative;
    color: #47342d;
}

.info_item-tel a:before {
    content: url(img/001-whatsapp.png);
    position: absolute;
    left: 0;
    filter: invert(19%) sepia(5%) saturate(2829%) hue-rotate(330deg) brightness(97%) contrast(89%);
    top: 0;
}

 .katalog_menu li:before {
    background-color: #2f4b52;
    opacity: .1;
}

 .katalog_menu li {
    padding: 0;
}

 .katalog_menu li:hover {
    background: none;
}

 .katalog_menu .catalog-list-li > a {
    padding: 10px 28px;
    display: block;
    width: 100%;
}

 .katalog_menu .spec a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

 .katalog_menu li.catalog-list-li > a:hover {
    background: #725549;
    color: #fff;
}

 .katalog_menu li ul li {
    padding-left: 0;
}

.sub-menu {
    padding: 10px 55px;
    background: #e5e9ef;
    display: none;
}

 .position_header {
    left: 15px;
    right: 15px;
}

 .katalog_menu .sub-menu li a {
    line-height: 1;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color .4s ease;
    display: block;
    padding: 5px 0;
}

 .katalog_menu .spec-last {
    padding-bottom: 8px;
}

 .katalog_menu .spec-last:before {
    height: 8px;
}

 .katalog_menu .sub-menu li a:hover {
    text-decoration-color: currentColor;
}

.list-has-children > a {
    position: relative;
}

.list-has-children > a:before {
    content: '';
    background: url(img/arrow.svg) center no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -12px;
    background-size: 9px;
    width: 29px;
    height: 25px;
    padding: 10px;
    filter: invert(68%) sepia(9%) saturate(406%) hue-rotate(156deg) brightness(93%) contrast(86%);
    transform: rotate(90deg);
    transition: transform .4s ease;
    box-sizing: border-box;
}

.list-has-children > a:hover:before {
    filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

 .katalog_menu li.list-has-children.active > a {
    background: #725549;
    color: #fff;
}

.list-has-children.active > a:before {
    filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
    transform: rotate(270deg);
}

 .katalog_menu li.active:before {
    opacity: 0;
}

.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_bottom .obaut_company_bottom_item p,
.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_top .obaut_company_text p,
.obaut_company .obaut_company_cont .obaut_company_content .company_partner a {
    font-weight: 400;
}

.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_top .obaut_company_text h2 {
    margin-bottom: 25px;
}

.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_top img {
    margin-right: -20px;
}

.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_bottom .obaut_company_bottom_item img {
    margin-bottom: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: invert(25%) sepia(25%) saturate(626%) hue-rotate(145deg) brightness(92%) contrast(89%);
}

.obaut_company .obaut_company_cont .obaut_company_content .obaut_company_bottom .obaut_company_bottom_item .obaut_company_bottom_item_img {
    margin-bottom: 22px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.obaut_company .obaut_company_cont .obaut_company_content .company_partner {
    padding: 0 20px;
}

.premushistva .premushistva_cont .premushistva_content h2 {
    padding-left: 20px;
    padding-right: 20px;
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex .premushistva_item .img_box {
    align-items: center;
    height: 56px;
    margin-bottom: 14px;
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex .premushistva_item img {
    max-height: 100%;
    object-fit: contain;
    filter: invert(39%) sepia(5%) saturate(1287%) hue-rotate(173deg) brightness(89%) contrast(86%);
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex .premushistva_item h4 {
    padding: 9px 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .19);
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex .premushistva_item p {
    margin-top: 13px;
    font-weight: 400;
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex .premushistva_item {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 22px 20px 20px;
}

.premushistva .premushistva_cont .premushistva_content .premushistva_flex {
    align-items: stretch;
}
.header_cont_bottom_contacts_buttons {
    max-width: 238px;
}
.site_map_cont_navigation .menu img {
    max-width: 26px;
    object-fit: contain;
    display: block;
}
@media (max-width: 1862px)
    .header_cont_bottom_contacts_buttons {
        max-width: 200px;
    }
}
@media (max-width: 1650px) {
    .header_cont_bottom_contacts_buttons {
        max-width: 200px;
        margin-top: 0;
    }
    .header_cont_bottom_contacts {
        max-width: unset;
    }
    .header_cont_bottom_user_menu {
        align-self: center;
        max-width: 80px;
        align-self: center;
    }
}
@media (max-width: 1500px) {
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects {
    margin-left: 0;
}
}
@media (max-width: 1400px) {
    .header_cont_bottom_contacts_buttons {
        max-width: unset;
        margin-top: 10px;
        margin-left: 0;
    }
}
@media (max-width: 1300px) {
    .header_cont_bottom_contacts {
        max-width: unset;
    }
    .header_cont_bottom_contacts_buttons button:first-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .header_cont_bottom_user_menu{
        width: 80px;
        align-self: center;
    }
}
@media (max-width: 1200px) {
    .product-aside__content-links {
        max-width: 420px;
    }

    header .header_user_cont .user_menu .menu_item a:nth-child(2) {
        margin-left: 15px;
    }
    .product_singl .product_singl_cont .product_singl_cont_bottom #tab-additional_information {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_singl .product_singl_cont .product_singl_cont_bottom #tab-additional_information .product_singl_cont_bottom_cont_box:first-child{
        padding-right: 0;
        margin-bottom: 0;
    }
    .product_singl .product_singl_cont .product_singl_cont_bottom #tab-additional_information .product_singl_cont_bottom_cont_box + .product_singl_cont_bottom_cont_box {
        padding-left:0;
    }
}

@media (max-width: 960px) {
    .chekout_left_item .form-row {
        flex-wrap: wrap;
    }

    .chekout_left_item .form-row label {
        margin-bottom: 15px;
        width: 100%;
    }

    .chekout_left_item .form-row .woocommerce-input-wrapper {
        max-width: unset;
        flex: unset;
    }

    .modal-reserv .modal__title {
        padding: 15px 10px;
    }

    .modal-reserv .modal__title span {
        font-size: 24px;
        letter-spacing: 0;
    }

    .modal-reserv .modal__body {
        padding: 25px 15px 38px;
    }

    .modal-reserv .typical-btn {
        font-size: 14px;
    }

    .modal-reserv .modal__inner {
        width: 285px;
    }

    .modal-cart-wrap {
        max-height: 440px;
    }

    .modal-reserv .basket_item_text {
        padding: 0 10px;
    }

}
@media (max-width: 950px) {

}
@media screen and (max-width: 900px) {
    .header_part .menu_block .wrapper .menu .menu_list {
        padding: 0 20px;
        top: 178px;
    }

    .header_part .serch_block .logo {
        min-width: 82px;
    }

    .modal-reserv .cart_item > .attachment-woocommerce_thumbnail {
        width: 80px;
    }

    .modal-reserv .cena {
        padding-right: 0;
        width: 100px;
    }

    .modal-reserv .delate_item {
        right: -7px;
    }
}

@media (max-width: 897px) {
    .basket .basket_cont .basket_content .basket_left .basket_item button {
        margin-top: 0;
    }

    .basket .basket_cont .basket_content .basket_left .basket_item .cena {
        margin-top: 20px;
    }
}

@media screen and (max-width: 785px) {
    .modal-reserv .basket_item_text h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .modal-reserv .sku_wrapper {
        font-size: 12px;
    }

    .modal-reserv .cena > span {
        font-size: 12px;
    }

    .modal-reserv .cena p {
        font-size: 14px;
    }

    header .header_user_cont .user_menu form {
        padding: 0 10px 0 0;
    }

    header .header_user_cont .user_menu {
        max-width: unset;
    }

    header .header_user_cont .call {
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .text_screen .wrapper .left_part {
        columns: 1;
        column-gap: 0;
    }

    .chekout .chekout_cont .chekout_content .chekout_flex .chekout_right {
        margin: 20px 0 0;
        width: 100%;
        max-width: unset;
    }

    .chekout .chekout_cont .chekout_content .chekout_flex .chekout_left {
        margin-right: 0;
        max-width: unset;
    }

    .modal-reserv .cart_item > .attachment-woocommerce_thumbnail {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .footer_form {
        display: block;
    }

    .modal__inner-wrap {
        flex-direction: column;
    }

    .modal-reserv .modal__inner {
        width: 100%;
        margin-bottom: 3px;
    }

    .modal-cart-wrap {
        max-height: 300px;
        margin-left: 0;
    }

    .modal-reserv {
        max-width: 450px;
    }
}

@media screen and (max-width: 567px) {
    .page_nav .prev {
        margin: 0 0 10px !important;
        width: 100%;
        flex: unset;
    }

    .page-numbers.dots {
        flex: 0 0 30px;
        width: 30px;
    }

    .page_nav .wrapper .next {
        margin: 10px 0 0 !important;
        width: 100%;
        flex: unset;
    }

    .page_nav .wrapper {
        display: flex !important;
        text-align: center !important;
        flex-wrap: wrap;
    }

    .header_part .menu_block .wrapper .menu .menu_link a {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    header .header_user_cont .call {
        padding-right: 10px;
    }

    header .header_user_cont .user_menu form {
        padding: 0;
    }

    header .header_user_cont .user_menu .menu_item a:nth-child(2) {
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 450px) {
    .serch_block .dgwt-wcas-search-wrapp {
        display: none;
    }

    .header_part .menu_block .wrapper .menu .menu_list {
        top: 200px;
    }
    .form-wrap {
        margin-bottom: 15px;
    }

    .modal__title span {
        font-size: 24px;
    }

    .modal__title p {
        font-size: 15px;
    }
}

/*new*/
 {
    margin-left: -15px;
}

.typical-sidebar-page {
    font-family: 'Geometria';
}

.typical-container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.typical-sidebar {
    width: 300px;
    margin-right: 15px;
}

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

.typical-content {
    flex: 1;
}

.typical-sidebar-page.katalog_ {
    padding: 12px 0 67px;
}

.typical-sidebar-page .typical-content {
    padding: 5px 0 0;
    display: block;
}

.typical-sidebar-page .adreas_link {
    padding-left: 15px;
    padding-right: 15px;
    max-width: unset;
}

.typical-sidebar-page .typical-content .katalog__content {
    max-width: unset;
}

.typical-content .catalog_links_flex {
    padding: 0 8px;
}

.typical-sidebar-page .catalog_links_content .catalog_links_flex .catalog_links_item {
    max-width: unset;
    width: calc(25% - 14px);
}

.typical-sidebar .filter {
    background: #dae0e8;
    padding: 18px 24px;
}

.filter-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 17px;
}

.filter-name:after, .typical-sidebar .filter:after {
    content: '';
    display: block;
    height: 8px;
    background: #2f4b52;
    opacity: .1;
}

.filter-name:after {
    margin-top: 11px;
    margin-left: -17px;
    margin-right: -17px;
}

#place_order, .way_to_cont input{
    position: absolute;
    z-index: -99;
    visibility: hidden;
    top: 0;
    left: 0;
}
.bapf_sfilter .bapf_body li input{

}
.bapf_ckbox .bapf_head {
    margin-bottom: 10px;
}
.bapf_sfilter {
    margin-bottom:20px;
}
.bapf_head h3 {
    color: #000;
    font-family: Jost\ - Semi Bold;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.78px;
}
.bapf_sfilter .bapf_body li + li{
    margin-top: 5px !important;
}
.bapf_sfilter.bapf_ckbox label {
    color: #000;
    font-family: Jost;
    font-size: 15px;
    margin-left: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    cursor: pointer;
    line-height: 14.78px;
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    display: none !important;
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
    color: #000;
    font-family: Jost;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.78px;
    margin-top: 20px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
    background: #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -5px;
    right: -9px;
    position: absolute;
    cursor: pointer;
    outline: none;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
    height: 8px;
    background: #eeecea;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 10px;
}
.otziv .otziv_cont .otziv_cont_buttons .otziv_cont_buttons_nav a, .otziv .otziv_cont .otziv_cont_buttons .otziv_cont_buttons_nav span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background-color: #000;
}
.bapf_no_products{
    color: #2a2a2a;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 40px;
}
.otziv_cont_buttons_nav,.otziv_cont_buttons{
    position: relative;
}
.otziv_cont_buttons_nav{
    padding: 0 170px;
    width: 100%;
}
.otziv_cont_buttons .prev,.otziv_cont_buttons .next{
    top: 50%;
    margin-top: -7px;
    position: absolute;
    width: auto !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.otziv .otziv_cont .otziv_cont_flex{
    align-items: flex-start;
}
.otziv_cont_buttons .current {
    background-size: 100%;
    background-image: url(img/Ellipse_1_copy_2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #000 !important;
}
.otziv_cont_buttons .prev{
    left: 0;
}
.otziv_cont_buttons .next{
    right: 0;
}
@media (max-width: 705px){
    .otziv_cont_buttons_nav {
        padding: 0;
    }
}
/*.nice-select {*/
/*    width: 100%;*/
/*    float: none;*/
/*    font-size: 13px;*/
/*    font-weight: 500;*/
/*    color: rgb(0 0 0 / .49);*/
/*    border-radius: 0;*/
/*    border: none;*/
/*    height: 44px;*/
/*    line-height: 44px;*/
/*    padding-left: 10px;*/
/*}*/
#menu-services {
    max-width: 300px;
}
.ajax-loader {
    display: none !important;
}

.catalog_links_content .catalog_links_flex .catalog_links_item img {
    bottom: 0;
    object-fit: cover;
    height: 100%;
}

.product_owl {
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 7px;
    margin: 20px auto 0;
}

.product_owl .product_box {
    max-width: unset;
    width: calc(100% / 3 - 14px);
    margin: 0 7px 20px;
}

.product_owl .product_box .product_img img {
    max-width: 100%;
}

.rekvizit_cont_right_form .inputs label input {
    max-width: 310px;
    width: 100%;
    padding: 0 29px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #c1c1c2;
    background-color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
}
.top_product_cont_flex_box_Cena ins{
    text-decoration: none;
}
.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}
.top_product_cont_flex_box_img img {
    height: auto;
}
.call_back_cont form .call_back_cont_form_konf {
    display: block;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
}
.call_back_cont_form_konf span{
    display: block;
}
.call_back_cont_form_konf .wpcf7-not-valid + .wpcf7-not-valid-tip {
    display: block !important;
    font-size: 11px;
    background: #fff;
    color: red;
    line-height: 1;
    border-radius: 5px;
}
.call_back_cont_form_konf .wpcf7-form-control-wrap {
    top: calc( 100% + 2px );
    left: 0;
    position: absolute;
}
.call_back_cont_form_konf{
    padding-left: 26px;
}
.call_back_cont form .call_back_cont_form_konf span.pin,
.dop_info .dop_info_cont .dop_info_cont_form .checkbox span.pin{
    left: 0;
}
.dop_info .dop_info_cont .dop_info_cont_form .checkbox span.pin{
    top: 50%;
}
.call_back_cont {
    margin: auto;
    max-width: 544px;
    width: 100%;
    background: #fff;
    padding: 62px 20px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
.call_back_cont_form{
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product_singl_cont_bottom_cont{
    display: none;
}
.product_singl_cont_bottom_cont.active-tab{
    display: block;
}
.top_product_cont_flex_box_img {
    display: block;
    margin: 0 auto;
}
.site_map_cont_top_logo img{
    max-width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1600px){
    .rekvizit_cont_right_form .inputs label input {
        padding: 0 29px;
        height: 54px;
        font-size: 16px;
        line-height: 50px;
    }
}
@media (max-width: 1200px){
    .acutal_sale .acutal_sale_cont .acutal_sale_cont_flex .acutal_sale_cont_flex_item {
         width: 50%;
     }
}
@media (max-width: 950px){
    .acutal_sale .acutal_sale_cont .acutal_sale_cont_flex .acutal_sale_cont_flex_item {
        width: calc(100%/3 );
    }
}
@media (max-width: 768px){
    .acutal_sale .acutal_sale_cont .acutal_sale_cont_flex .acutal_sale_cont_flex_item {
        width: 50%;
    }
}
@media (max-width: 576px){
    .acutal_sale .acutal_sale_cont .acutal_sale_cont_flex .acutal_sale_cont_flex_item {
        width: 100%;
    }
}
.dop_info .dop_info_cont .dop_info_cont_form{
    padding-left: 15px;
}
.dop_info .dop_info_cont .dop_info_cont_form .inputs{
    width: calc(100% + 30px);
}
.dop_info .dop_info_cont .dop_info_cont_form .inputs label:first-child {
    margin-right: 0;
}
.dop_info .dop_info_cont .dop_info_cont_form .inputs label {
    max-width: unset;
    width: 50%;
    padding: 0 15px;
}
.post-img {
    width: 40%;
    float: left;
    margin: 0 45px 45px 0;
}
.post-img:before {
    padding-bottom: 71%;
}
.post-img + h2{
    padding-top: 10px;
}
.guarante .post-content p,.guarante .post-content li{
    font-weight: 300;
    color: #2a2a2a;
}
.guarante .guarante_cont.post-content ul li{
    list-style: none;
}
.post-content ul li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f29200;
    margin-right: 12px;
}

@media (max-width: 1400px) {
    .dop_info .dop_info_cont .dop_info_cont_form .inputs label {
        padding:15px;
        max-width: unset;
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .tab{margin-left: 20px;}
}
@media (max-width: 1100px) {
    .tab{font-size: 17px;}
}
@media (max-width: 950px) {
    .dop_info .dop_info_cont .dop_info_cont_form .inputs label{
        padding:0 15px;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .product_singl_cont_bottom_nav{
        margin-left: -15px;
    }
    .tab:first-child {
        margin-left: 15px;
    }
    .tab {
        font-size: 20px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

}
@media (max-width: 561px) {
    .dop_info .dop_info_cont .dop_info_cont_form .inputs label{
        padding:15px;
        width: 100%;
    }
}
.top_product_cont_flex {
    justify-content: flex-start;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
    height: 54px !important;
    margin-bottom: 20px !important;
    padding: 0 20px !important;
    border-radius: 27px !important;
    border: 1px solid #c1c1c2;
    background-color: #fff;
    line-height: 50px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    box-shadow: none;
    text-shadow: none;
}
#buyoneclick_form_order h2 {
    color: #2b2b29;
    font-family: Jost\ - Semi Bold;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 44px;
    margin-bottom: 15px;
    text-align: center;
}
#formOrderOneClick .popup #buyoneclick_form_order {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}
#formOrderOneClick .popup{
    position: relative;
    border-radius: 0;
    margin: auto;
    max-width: 544px !important;
    width: 100% !important;
    background: #fff;
    padding: 62px 20px !important;
}
#formOrderOneClick .button {
    color: #fff;
    font-family: Jost;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14.78px;
    height: 54px;
    border-radius: 27px  !important;
    background-color: #f29200;
    border: unset;
}
#formOrderOneClick .popup .close_order {
    border-radius: 0 !important;
    text-align: center;
    position: absolute;
    top: 15px !important;
    padding: 0;
    border: unset;
    background-color: unset;
    right: 15px !important;
    width: 13px !important;
    height: 13px !important;
    background-image: url(img/asasasas.png);
    background-size: cover;
    text-indent: -999px;
}
.post-content {
    overflow: hidden;
}
.similar-actions .portfolio_cont_slider_box_item {
    max-width: 515px;
    min-width: 515px;
    max-height: unset;
    min-height: unset;
}
.similar-actions .acutal_sale_cont_flex_item{
    max-width: unset;
    margin: 0;
}
.guarante .guarante_cont.post-content{
    padding-bottom: 70px;
}
.similar-actions .portfolio_cont{
    padding-top: 0;
}
.product_singl .product_singl_cont .product_singl_cont_top, .product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_img {
    position: relative;
    margin-bottom: 20px;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_img .product_singl_cont_top_img_small img {
    margin-bottom: 0;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_img .product_singl_cont_top_img_big {
    max-width: unset;
    width: 77%;
    margin-left: 23%;
}
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_img .product_singl_cont_top_img_small{
    max-width: 22%;
    align-self: center;
    align-self: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.product_singl_cont_top_img_small > div:last-child{
    margin-bottom: 0;
}
.swiper-wrapper .woocommerce-product-gallery__image {
    width: 100%;
    height: 100%;
}
.swiper-wrapper .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-wrapper .woocommerce-product-gallery__image img {
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1380px){
    .guarante .guarante_cont .post-img + h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .similar-actions .portfolio_cont_slider_box_item{
        max-width: 415px;
        min-width: 415px;
    }
}
@media (max-width: 1200px){
    .post-img {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 25px 0;
    }
}
@media (max-width: 767px){
    .similar-actions .portfolio_cont_slider_box_item{
        max-width: 330px;
        min-width: 330px;
    }
}
@media (max-width: 630px){
    .header_cont_bottom_user_menu {
        align-self: flex-start;
    }
    .header_cont_bottom_contacts_buttons button {
        max-width: 200px;
        align-self: flex-start;
    }
}
@media (max-width: 560px){
    .similar-actions .portfolio_cont_slider_box_item{
        max-width: 290px;
        min-width: 290px;
    }
    .product_singl_cont_top_img_small > div {
        margin-bottom: 7px;
    }
}

.header_cont_bottom_contacts_buttons .header_cont_bottom_contacts_call_back,
.contact_cont_right_buttons button,
.site_map_cont_contack button,
.rekvizit .rekvizit_cont .rekvizit_cont_right .rekvizit_cont_right_form input[type=submit],
.question_cont_left_buttons button,
.home_contact_cont_right_buttons button,
.dop_info .dop_info_cont .dop_info_cont_form input[type=submit],
.product_singl .product_singl_cont .product_singl_cont_top .product_singl_cont_top_selects .product_singl_cont_top_selects_buttons .basket,
.tinv-wishlist .tinvwl-buttons-group button
{
    background-color: #f29200;
    color: #fff;
}
.question_cont_left_buttons button:nth-child(2){
    color:  #f29200;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before,
.header_cont_bottom_user_menu a img{
    filter: brightness(0) saturate(100%);
}