@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; 
}
.flex-between{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.woocommerce-ordering{
    display: none;
}
.woocommerce-result-count{
    display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    max-width: 540px;
    float: none;
}
.woocommerce div.product div.summary{
    float: none;
    margin-left: 60px;
}
.product-type-simple{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.woocommerce div.product div.images img{
    width: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a{
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.product h1{
    margin-bottom: 20px;
    font-size: 48rem;
    font-weight: 900;
    line-height: 100%;
}
.product-attribut{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
}
.product-attribut span p{
    font-weight: 700;
    margin-left: 5px;
    line-height: normal;
}
.product_attributes{
    margin-bottom: 30px;
}
.product_price{
    font-weight: 700;
    font-family: Roboto;
    line-height: 140%;
    font-size: 30px;
}
.woocommerce div.product form.cart{
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .button{
    background-color: #eaab2d;
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    width: 171px;
    padding: 16px 0px;
    margin-right: 20px;
    transition: all .3s;
    font-weight: 900;
    font-size: 16rem;
    text-transform: uppercase;
    line-height: 24rem;
    border-radius: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #f5c054;
}
.woocommerce div.product form.cart a{
    color: #eaab2d;
    border: 1px solid #eaab2d;
    width: 180px;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    text-decoration: none;
    transition: all .3s;
    border-radius: 4px;
}
.woocommerce div.product form.cart a:hover{
    background-color: #eaab2d;
    color: #000;
}
.benefits{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 33px 60px;
}
.benefits_item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 35%;

}
.benefits img{
    width: auto;
    margin-right: 18px;
}
.benefits_text{
    font-family: Roboto;
    font-size: 14px;
    line-height: 120%;
}

.product-card{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.product-card .card__image img{
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-card .card__image{
    height: 182px;
    margin-bottom: 30px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.product-card .card__title{
    height: auto;
    margin-bottom: 22px;
    display: block;
    color: rgba(51, 51, 51, 1);
    font-size: 16rem;
    line-height: 24rem;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}
.product-card .product-attribut{
    justify-content: space-between;
    color: rgba(153, 153, 153, 1);
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-bottom: 5px;
}
.product-card .product-attribut span p{
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-family: Roboto;
}
.product-card .product-attribut:after{
	content: '';
    border-bottom: 1px dashed rgba(153, 153, 153, 1);
    flex-grow: 1;
    order: 2;
    margin: 0 3px;
    height: 7px;
}
.product-card .product-attribut span:nth-child(2){
    order: 3;
}
.card__bottom{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.product-card .card__price{
    font-family: "PT Serif";
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 700;
}
.card__bottom a{
    background-color: #eaab2d;
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    width: 130px;
    padding: 14px 0px;
    transition: all .3s;
    font-weight: 900;
    font-size: 16rem;
    text-transform: uppercase;
    line-height: 24rem;
    border-radius: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s;
}
.card__bottom a:hover{
    background-color: #f5c054;
}
.product-card .product_attributes{
    margin-bottom: 18px;
}
.page-numbers.current{
    margin-left: -1px;
    background-color: #eaab2d !important;
    border-color: #eaab2d !important;
    color: #131313 !important;
}
ul.page-numbers{
    border: none !important;
}
.nav-links,
ul.page-numbers{
    align-items: center;
    display: flex;
    margin-top: 32rem;
    width: 100%;
    
}
.page-numbers{
    background-color: #f4f4f4;
    border: 1px solid #999;
    color: #999;
    cursor: default;
    height: 40rem;
    justify-content: center;
    width: 40rem;
    padding: 8rem 16rem;
    text-decoration: none;
    transition: .2s;
    z-index: 1;
    align-items: center;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-weight: 900 !important;
}
.page-numbers .page-numbers{
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    justify-content: center;
}
.page-numbers .page-numbers:hover{
    cursor: pointer;
}
.page-numbers li{
    margin-left: -1px !important;
}
.page-numbers li:last-child{
    font-size: 0;
    border: none !important;
}
ul.page-numbers {
    border: none;
}
.page-numbers li:last-child a:before{
    font-size: 16rem;
}
.page-numbers.next{
    margin-left: -1px;
    border-radius: 0 8rem 8rem 0;
    max-width: 40rem;
}
.page-numbers.prev {
    border-radius: 8rem 0 0 8rem;
    max-width: 40rem;
    margin-right: -1px;
}
.page-numbers.prev:before{
    content: "\f11e";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none;
}
.page-numbers.next:before{
    content: "\f121";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons !important;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none;
}
.nav-links a:hover{
    cursor: pointer;
}
.catalog-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.term-description{
    order: 1;
    margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination{
    text-align: left;
}
.woocommerce-pagination{
    margin-top: 50px;
}

body .exform-wrapper.callback_popup{
    background-color: #353535;
    border-radius: 16rem;
    margin: auto;
    padding: 40rem;
    position: relative;
    width: 616rem;
}
.exform-wrapper.callback_popup .contacts__title, 
.exform-wrapper.callback_popup .contacts__recall-title{
    color: #fff;
    margin-bottom: 16rem;
}
.exform-wrapper.callback_popup .contacts__recall-message{
    color: #fff;
}
.exform-wrapper.callback_popup .input__field{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1rem solid transparent;
    border-radius: 8rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    order: 2;
    position: relative;
    text-transform: none;
    transition: .2s;
    width: 100%;
    border-radius: 8rem;
}
.exform-wrapper.callback_popup .form-body{
    margin-top: 24rem !important;
}
.exform-wrapper.callback_popup .input_size-medium .input__field{
    font-size: 16rem;
    line-height: 24rem;
    padding: 16rem;
    height: 58px;
    padding-left: 48rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1rem solid transparent;
    border-radius: 8rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    order: 2;
    position: relative;
    text-transform: none;
    transition: .2s;
    width: 100%;
}

.exform-wrapper.callback_popup .contacts__recall-submit{
    width: 100%;
}
.exform-wrapper.callback_popup .form-body .input-item{
    margin-bottom: 0 !important;
}
.exform-wrapper.callback_popup .contacts__recall-hint{
    color: #fff;
    font-size: 12rem;
    font-weight: 400;
    line-height: 16rem;
}
.exform-wrapper.callback_popup .input__icon{
    left: 16rem; 
}
.finmsg p{
    color: #fff !important;
}
.contacts__recall-hint .link{
    line-height: inherit;
}

@media screen and (max-width: 767px) {
    .product-card {
        padding: 10px;
    }
    .product-card .card__image{
        margin-bottom: 10px;
        height: 88rem;
    }
    .card__bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-card .card__price{
        margin-bottom: 10px;
    }
    .card__bottom a{
        width: 100%;
        text-align: center;
        font-size: 12rem;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .product-card .card__title{
        font-size: 12rem;
        margin-bottom: 10px;
        line-height: 20rem;
    }
    .product-card .card__price{
        font-size: 12rem;
    }
    .woocommerce div.product{
        flex-direction: column;
    }
    .woocommerce div.product div.summary{
        margin-left: 0;
    }
    .breadcrumbs__item{
        white-space: nowrap;
    }
    .product h1{
        font-size: 24rem;
        line-height: 32rem;
    }
    .product_price{
        font-size: 24rem;
        line-height: 32rem;
    }
    .benefits{
        flex-direction: column;
        gap: 10px 0px;
    }
    .benefits_item{
        width: 100%;
    }
    .product-card .product-attribut{
        font-size: 12px;
    }
    .term-description{
        order: 1;
        margin-top: 30px;
    }
    .woocommerce-pagination{
        margin-top: 30px;
    }
    .reviews__wrapper{
        width: 100% !important;
    }
    body .exform-wrapper.callback_popup{
        width: 100%;
        left: 0 !important;
        margin-left: 0 !important;
    }
    .exform-wrapper.callback_popup .form-body .input-item{
        padding: 0 !important;
    }
}