<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    margin: 0;
    font-family: Inter;
    padding: 0;
    background: white;
    color: #22488E;
}
:root {
    --plyr-color-main: #fff; /* РѕСЃРЅРѕРІРЅРѕР№ С†РІРµС‚ */
    --plyr-video-control-background-hover: rgba(34, 72, 142, 0.9);
    --plyr-range-thumb-background: #fff;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
    font-weight: 600;
    font-family: Inter;
    color: #22488E;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: Inter;
    font-style: normal;
    color: #22488E;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
    appearance: none;
}

.header_top{
    background: #22488E;
    padding: 8px 0px;
}
.header_top .wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}
.dolyame-block {
    border: 1px solid #ebebeb;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    color: #666567;
    font-weight: 500;
    line-height: 18px;
    margin: 5px 0 3px 0;
}
.dolyame-block svg {
    margin-right: 10px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex.flex_center{
    justify-content: center;
    flex-wrap: wrap;
}
.search{
    width: 193px;
    border-bottom: 1px solid #005AAA;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.journal_item{
    text-align: center;
}
.journal_item img{
    margin: 0 auto;
}
.search input{
    background: transparent;
    outline: none;
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}
.video-sticker img{
    width:100%;
    height:auto;
}
.video-sticker{
    width:70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    right:0;
    bottom:0;
}
.search input::placeholder{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 19.5px;
}
.search button{
    background: transparent;
    padding: 0;
    margin-right: 9px;
    width: auto;
    line-height: 1;
}
.header_bottom{
    background: white;
    box-shadow: -3px 0px 28px 0px rgba(34, 60, 80, 0.13);
    padding: 5px 0;
}
.header_top img{
    margin-right: 10px;
    max-width: 20px;
}
.header_item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.wrapper{
    padding: 0 120px;
}
.burger{
    position: relative;
    width: 40px;
    height: 21px;
    margin-right: 30px;
    cursor: pointer;
}
.burger:hover{
    opacity: 0.8;
}
.burger:hover .burger_line3{
    width: 100%;
}
.burger_line{
    background: #005AAA;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.burger_line1{
    top: 0;
}
.burger_line2{
    top: 50%;
    transform: translateY(-50%);
}
.burger_line3{
    bottom: 0;
    width: 85%;
}
.burger.active .burger_line1{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}
.burger.active .burger_line2{
    display: none;
}
.burger.active .burger_line3{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.phone{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.phone:hover,.skip-link:hover{
    opacity: 0.7;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.skip-link{    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;

}
.phone img{
    margin-right: 7px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.phone:hover img{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    transform: rotate(45deg);
}
#header-cart {
    top: 55px;
    right: 0;
    width: 390px;
    clear: both;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    -moz-box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    position: absolute;
    z-index: 2;
}
@media only screen and (max-width: 770px) {
    #header-cart {
        width: 100%;
        border: 1px solid #e6e5e6;
    }
}
#header-cart .minicart-message {
    display: none !important;
}
#header-cart .minicart-wrapper {
    padding: 10px 20px;
}
#header-cart .minicart-wrapper .product-image,
#header-cart .minicart-wrapper .qty-wrapper,
#header-cart .minicart-wrapper .btn-edit,
#header-cart .minicart-wrapper .remove {
    display: none;
}
#header-cart .minicart-wrapper .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    height: auto;
    line-height: 100%;
    color: #e6e5e6;
    font-weight: 500;
    cursor: pointer;
}
#header-cart .minicart-wrapper .close:hover {
    text-decoration: none;
}
#header-cart .minicart-wrapper .block-subtitle {
    font-family: 'Inter', serif;
    color: #22488e;
    text-transform: none;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 10px 0;
}
#header-cart .minicart-wrapper .block-subtitle .close {
    display: none;
}
#header-cart .minicart-wrapper .item {
    border-bottom: 1px solid #e6e5e6;
    padding: 5px 0;
    background: transparent;
    box-shadow: none;
}
#header-cart .minicart-wrapper .item .product-details {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-cart .minicart-wrapper .item .product-details .product-name {

    padding-top: 0;
    line-height: 14px;
    font-size: 14px;
}
#header-cart .minicart-wrapper .item .product-details .product-name a {
    color: #666567;
}
#header-cart .minicart-wrapper .item .product-details .product-name .qty {
    color: #22488e;
    margin-right: 5px;
}
#header-cart .minicart-wrapper .item .product-details .info-wrapper {

    line-height: 14px;
    font-size: 14px;
}
#header-cart .minicart-wrapper .item .product-details .info-wrapper th:first-child {
    display: none;
}
#header-cart .minicart-wrapper .item .product-details .info-wrapper span {
    font-weight: 500;
    white-space: nowrap;
    margin-left: 8px;
}
#header-cart .red-price{
    display: inline-flex;
    flex-direction: column-reverse;
}
#header-cart .minicart-wrapper .item .product-details .info-wrapper .remove-custom {
    display: inline;
    margin-left: 10px;
    color: #e6e5e6;
    cursor: pointer;
}
#header-cart .minicart-wrapper .item .product-details &gt; a, #header-cart .minicart-wrapper .item .product-details &gt; span {
    display: none;
}
#header-cart .minicart-wrapper .subtotal  {
    margin: 8px 0;
    text-align: right;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    color: #22488e;
}
#header-cart .minicart-wrapper .minicart-actions {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e5e6;
}
.minicart .skip-link{
    line-height: 18px;
    display: flex;
    align-items: center;
}
.minicart .button{
    padding-left: 8px;
    padding-right: 8px;
}
.minicart-actions li{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
#header-cart .minicart-wrapper .minicart-actions .checkout-types {
    float: none;
}

#header-cart .minicart-wrapper .minicart-actions .checkout-types li a:last-child {
    float: right;
}

#header-cart .minicart-wrapper .minicart-actions .checkout-types li a.button-continue-shopping:hover {
    opacity: 1;
}
#header-cart .minicart-wrapper .minicart-actions .cart-link {
    display: none;
}
.skip-content {
    display: none;
}

.skip-content.skip-active {
    display: block;
    background: #EDEDED;
}
.flex_right{
    position: relative;
}
.account-login-link{
    margin: 0 30px;
    position: relative;
    top: 3px;
}
.product-image.product-image_category_74{
    height: 156px;
}
.product-image{
    height: 266px;
    display: block;
    position: relative;
}
.product-image.product-image__clean img{
    filter: none;
}
.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(110%) sepia(0.15);
}
.post_descrtiption_gull ul li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('/design/default_1/images/icon-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 6px;
}
.post_date {
    color: #666567;
    font-size: 14px;
}
.flex_list_style_wire{
    flex-wrap: wrap;
}
.flex_center{
    justify-content: center;
}
.owl-thumb-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-indent: -9999px; /* Р§С‚РѕР±С‹ С‚РµРєСЃС‚ URL РЅРµ РѕС‚РѕР±СЂР°Р¶Р°Р»СЃСЏ */
    overflow: hidden;
    background-color: white;
}

.owl-thumb-item.active {
    border-color: #22488E;
}
.post_image_block img {
    max-width: 1000px;
}
.post_annotation {
    line-height: 1.8;
    text-align: justify;
}
.post_descrtiption_gull ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}
.post_descrtiption_gull ul {
    margin:0;
    padding: 0;
    list-style-type: none;
}
.post_descrtiption_gull td {
    padding: 10px 10px;
}
.post_descrtiption_gull a {
    text-decoration: underline;
    cursor: pointer;
    transition-duration: .3s;
}
.post_descrtiption_gull a:hover {
    opacity: 0.7;
}
.post_descrtiption_gull {
    line-height: 1.8;
    text-align: justify;
}
.item{
    position: relative;
    border-radius: 3px;
    background: #FFF;
    box-shadow: -3px 6px 27px 0px rgba(34, 60, 80, 0.08);
}
.plyr--video .plyr__controls {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3;
}
.plash.sale {
    left: auto;
    right: 10px;
    background-color: #151311;
    color: #fff;
    z-index: 2;
    font-weight: 500;
}
.plash{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #d12f0b;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    padding: 6px 5px;
    border-radius: 3px;
    z-index: 10;
}
.plash svg{
    margin-right: 4px;
}
.product-info{
    padding: 20px;
}
.product-name{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.product-name:hover,.client_name:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 0.7;
}
.annotation_descript{
    color: #666567;
    margin: 20px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.price-box-new{
    color: #666567;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}
div.price{
    display: flex;
    flex-direction: column-reverse;
}
div.price.flex-no span{
    font-weight:600;
}
div.price.flex-no{
    display: block;
}
span.price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.button{
    border-radius: 3px;
    background: #005AAA;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 327.273% */
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 160px;
    display:inline-block ;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    cursor: pointer;
}
.button:hover,.yookassa_button.button:hover{
    background: #666567;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.section{
    padding-bottom: 100px;
}
.logo img{
    cursor: pointer;
    height: 75px;
}
.section_title{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: .5px;
    margin-bottom: 48px;
}
.section_title.section_title__less{
    margin-bottom: 24px;
}
.banner_info.banner_info_sm{
    bottom: 7%;
    transform: translate(-50%, 0);
    top: auto;
    width: 100%;
}
.price_new.fix.inline{
    display:inline-block;
    margin-left: 0;
    margin-right: 0;
}
.journal_item img {
    max-width: 70%;
    max-height: 100%;
    display: block;
    width: 100%;
}
.journal_carousel .journal_item img{
    max-height: 48px;
    object-fit: contain;
}
/*.journal_carousel .journal_item img.fix{*/
/*    max-height: 100%;*/
/*}*/
.image_client{
    width: 155px;
    min-width: 155px;
    height: 155px;
    border-radius: 3px;
    background-size: cover;
    margin-right: 20px;
    background-position: center;
}
.subscribe_email.error{
    border: 1px solid rgba(255,0,0,0.5);
}
.success_subscribes {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.star_block{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.star_block img{
    width: 12px!important;
    margin-left:2px ;
}
.client_name{
    color: #22488E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.client_location{
    color: #22488E;
    margin:10px 0 16px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.flex_otel{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.client_text{
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
    max-height: 63px;
    overflow: hidden;
}
.client_item.active .client_text{
    max-height: none!important;
}
.more_read{
    color: #22488E;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    cursor: pointer;
    white-space: nowrap;
}
.more_read.active{
    display: none;
}
.more_read_fix{
    color: #22488E;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    cursor: pointer;
    display: none;
    white-space: nowrap;
}
.more_read_fix.active{
    display: block;
}
.more_read:before,.more_read_fix:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #22488E;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.more_read:hover:before,.underline:hover:before{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    width: 0;
    right: auto;
}
.client_address{
    color: #957948;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: right;
    margin-left: 10px;
}
.client_item{
    border-radius: 3px;
    background: #FFF;
    display: flex;
    align-items: stretch;
    padding: 20px;
    box-shadow: -3px 6px 27px 0px rgba(34, 60, 80, 0.08);
}
.client_text p{
    margin: 0;
}
.ticky img{
    width: 14px!important;
    margin-right: 8px;
}
.ticky{
    display: flex;
    align-items: center;
}
.image_client_letter{
    border-radius: 3px;
    background: #22488E;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    height: 155px;
}
.post_item_main{
    border-radius: 3px;
    background: #FFF;
    box-shadow: -3px 6px 27px 0px rgba(34, 60, 80, 0.08);
}
.post_item_main .client_text{
    max-height: none;
    margin: 9px 0;
}
.categories{
    grid-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 48px;
}
.mob_image_cat{
    border-radius: 62px;
    border: 1px solid #957948;
    width: 105px!important;
    height: 105px;
    margin-bottom: 12px;
    object-fit: cover;
}
.level1.active .mob_image_cat{
    border-color: #22488E;
}
.level1{
    color: #666567;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;

}
.banner_name{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 124.5%; /* 74.7px */
    letter-spacing: 1px;
}
.banner_info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 767px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.carousel_item{
    position: relative;
}
.carousel_item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 72.18%, rgba(0, 0, 0, 0.33) 81.63%, rgba(0, 0, 0, 0.40) 100%)*/
}
.banner_button{
    margin-top: 30px;
    padding: 10px 18px;
}
.footer_menu a{
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.footer_menu a:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    color: #22488E;
}
.logo_new_footer{
    width: 159px;
    display: block;
}
.logo_new_footer img{
    width: 100%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.logo_new_footer:hover img,.outline-btn:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    transform: scale(1.1);
}
.mobile__visible{
    display: none!important;
}
.product-cart-info__content{
    text-align: left;
}
.btn-remove svg {
    width: 27px;
    height: 27px;
    transition-duration: .3s;
}
.product-cart-info__image {
    width: 105px;
}
.product-cart-info .flex{
    justify-content: flex-start;
}
.product-cart-info__image img {
    width: 75px;
    margin-right: 30px;
    border-radius: 3px;
}
.flex_icons{
    margin: 20px 0;
    justify-content: flex-start;
}
.outline-btn{
    border-radius: 40px;
    border: 2px solid rgba(0, 90, 170, 0.20);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.outline-btn img{
    width: 100%;
    max-height: 15px;
}
.flex_payments img{
    height: 17px;
    margin-right: 15px;
}
.flex_list_style{
    display: flex;
    align-items: center;
    margin: 17px 0;
}
.flex_list_style a{
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.flex_list_style a:hover{
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.separator{
    color: #666567;
    margin: 0 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}
.shop_name{
    color: #666567;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.footer-big{
    background: #F9F9F9;
}
.flex_footer{
    padding: 60px 0;
    align-items: stretch;
}
.footer_bottom{
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 60px 0;
}
.flex_contacts a{
    display: flex;
    align-items: center;
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.flex_contacts a:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 0.8;
}
.flex_contacts img:first-child{
    margin-right: 8px;
}
.underline{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    position: relative;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #22488E;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.flex_btn .button{
    margin-right: 17px;
}
.flex_btn{
    justify-content: flex-start;
}
.flex_contacts{
    display: flex;
    align-items: center;
}
.mail_url_class{
    height: 12px;
}
.mail_flex{
    margin-left:10px ;
}
.footer_menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 260px;
}
.footer_menu ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.flex_licence{
    justify-content: center;
}
.license{
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-left: 22px;
}
.logoadcore{
    opacity: 0.7;
    display: flex;
}
.logoadcore:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 1;
}
.news_subscribe{
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.subscribe_form{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 955px;
    width: 100%;
    margin: 0 auto;
}
.subscribe_form label{
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin-right: 20px;
    width: 30%;
}
.subscribe_form input{
    width: 100%;
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 20px;
    background: #F9F9F9;
    line-height: 150%;
    box-sizing: border-box;
}
.subscribe_form input::placeholder{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.subscribe_form label span{
    color: #957948;
    position: absolute;
    left:15px ;
    top: -10px;
    background: #F9F9F9;
    padding: 0 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.subscribe_button{
    height: 46px;
    width: 30%;
}
.owl-dots{
    position: absolute;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.owl-dot{
    border-radius: 10px;
    border: 1px solid #22488E!important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.owl-dot.active,.owl-dot:hover{
    background: #22488E!important;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}

.owl-nav{
    position: absolute;
    left:-40px;
    right: -40px;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-98%);
    /*margin-top:-34px;*/
    z-index: -1;
}
.slider_prod_item .owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* в†ђ Р·Р°РїСЂРµС‰Р°РµРј Р»РѕРІРёС‚СЊ РєР»РёРєРё */
    z-index: 1;
}
.slider_prod_item .owl-nav button {
    pointer-events: auto;
    z-index: 10;
}
.owl-nav img{
    filter: drop-shadow(-3px 6px 27px rgba(34, 60, 80, 0.08));
    width: 39px!important;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.owl-nav img:hover{
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.main_carousel .owl-nav{
    left: 0;
    right: 0;
    z-index: 2;
}
.main_carousel .owl-nav img{
    filter: none;
}
.products-grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.breadcrumbs ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumbs a,.breadcrumbs li div{
    color: #666567;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.breadcrumbs a:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    opacity: 0.5;
}
.breadcrumbs{
    padding: 40px 0;
}
.breadcrumbs li{
    display: flex;
    align-items: center;
}
.breadcrumbs .home a{
    color: #22488E;
}
.breadcrumbs span{
    margin: 0 16px;
    display: block;
}
.actions{
    display: none;
}
.blog_flex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.pagination a{
    color: #666567;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0 8px;
    display: block;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.pagination a.selected,.pagination a:hover{
    color: #22488E;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.post_descrtiption_gull li{
    list-style: auto;
}
.mymus {
    -webkit-box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    -moz-box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    box-shadow: 0 0 20px 0 rgba(50,50,50,.25);
    background: #fff;
    width: 380px;
    padding: 25px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    color: #7e5f3b;
    font-weight: 700;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    margin-top: -85px;
    text-align: center;
    position: absolute;
}
.zayav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.pclose {
    right: 10px;
    top: 10px;
    width: auto;
    height: auto;
    line-height: 100%;
    color: #e6e5e6;
    font-weight: 500;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}
.zayav h2 {
    font-size: 16px!important;
    font-weight: 600;
    color: #22488E;
    margin-top: 40px;
    margin-bottom: 20px;
}
.mymus input {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-family: 'Inter',sans-serif;
    color: #666567;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    border: 1px solid #e6e5e6;
    padding: 8px 0 8px 8px;
    height: auto;
    margin-bottom: 15px;
}
.level1 a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666567;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.level1 a:hover{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    color:#22488E ;
}
.level1.fix a{
    color: #d12f0b;
}
.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
}

.data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
    font-family: 'Inter', serif;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
    content: ':';
}
.data-table thead th {
    height: auto;
    font-size: 14px;
    color: #666567;
    background: none;
    border-bottom-color:rgba(0, 0, 0, 0.08);
    padding-bottom: 18px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 1.44px;
    text-transform: uppercase;
    width: 25%;
    min-height: 45px;
}
.data-table thead th:first-child {
    padding-left: 0;
}
.dolyame-text__short{
    display: none;
}
.dolyame-text__long{
    display: block;
}
.data-table tbody td {
    border-bottom-color: rgba(0, 0, 0, 0.08);
    color: #666567;
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
}
.var_available{
    font-weight: 500;
    color: #22488E;
    text-transform: none;
}
.star-block {
    margin-bottom: 20px;
    margin-top: -10px;
}
.rating-comments-count{
    margin-left:10px;
    display: inline-block;
}
.rating-comments-count svg {
    position: relative;
    top: 3px;
}

span.rating-comments-count {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.product-text__short.ft__available {
    color: #2a8d23;
}
.product-text__short.ft__available svg {
    position: relative;
    top: 2px;
}
.data-table tbody td:first-child {
    padding-left: 0;
}
.data-table tfoot tr td {
    font-family: 'Inter', sans-serif;
}
/*@media only screen and (max-width: 770px) {*/
/*    .data-table {*/
/*        display: table;*/
/*    }*/
/*    .data-table thead,*/
/*    .data-table tbody,*/
/*    .data-table th,*/
/*    .data-table td,*/
/*    .data-table tr {*/
/*        display: block;*/
/*        text-align: left !important;*/
/*    }*/
/*    .data-table thead {*/
/*        display: none;*/
/*    }*/
/*    .data-table tbody {*/
/*        display: table-row-group;*/
/*    }*/
/*    .data-table tbody tr {*/
/*        border-bottom: 1px solid #e6e5e6;*/
/*        margin-bottom: 20px;*/
/*        padding-bottom: 20px;*/
/*    }*/
/*    .data-table tbody tr td {*/
/*        border-bottom-color: transparent;*/
/*        padding: 0;*/
/*        padding-left: 0 !important;*/
/*        padding-bottom: 10px;*/
/*    }*/
/*    .data-table tfoot {*/
/*        display: table-footer-group;*/
/*    }*/
/*}*/
.product-list-table .data-table thead th, .product-list-table.data-table thead th {
    font-weight: 500;
    letter-spacing: 1px;
}
.product-list-table .data-table thead th.product, .product-list-table.data-table thead th.product {
    padding-left: 0;
}
.product-list-table .data-table thead th.muehldorfer_size, .product-list-table .data-table thead th.muehldorfer_filling_weight, .product-list-table.data-table thead th.muehldorfer_size, .product-list-table.data-table thead th.muehldorfer_filling_weight {
    text-align: center;
}
.product-list-table .data-table thead th:last-child, .product-list-table.data-table thead th:last-child {
    text-align: center;
}
.product-list-table .data-table thead th.actions, .product-list-table.data-table thead th.actions {
    text-align: right;
}
.product-list-table .data-table tbody td.product, .product-list-table.data-table tbody td.product {
    font-size: 14px;
    padding-left: 0;
    font-weight: 500;
}
.product-list-table .data-table tbody td.product h2,
.product-list-table .data-table tbody td.product h3, .product-list-table.data-table tbody td.product h2,
.product-list-table.data-table tbody td.product h3 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}
.product-list-table .data-table tbody td.product .sku, .product-list-table.data-table tbody td.product .sku {
    display: block;
    font-size: 12px;
    color: #a6a5a7;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: normal;
}
.product-list-table .data-table tbody td.product .sku span, .product-list-table.data-table tbody td.product .sku span {
    font-weight: normal;
}
.product-list-table .data-table tbody td.muehldorfer_size, .product-list-table .data-table tbody td.muehldorfer_filling_weight, .product-list-table.data-table tbody td.muehldorfer_size, .product-list-table.data-table tbody td.muehldorfer_filling_weight {
    min-width: 100px;
    text-align: center;
}
.product-list-table .data-table tbody td.quantity, .product-list-table.data-table tbody td.quantity {
    min-width: 100px;
}
.product-list-table .data-table tbody td.quantity strong, .product-list-table.data-table tbody td.quantity strong {
    font-weight: normal;
}
.product-list-table .data-table tbody td.price, .product-list-table .data-table tbody td.subtotal, .product-list-table.data-table tbody td.price, .product-list-table.data-table tbody td.subtotal {
    font-weight: 500;
}
.product-list-table .data-table tbody td.actions, .product-list-table.data-table tbody td.actions {
    text-align: right;
}

.product-list-table .data-table tfoot tr, .product-list-table.data-table tfoot tr {
    background: none;
}
.product-list-table .data-table tfoot tr td, .product-list-table.data-table tfoot tr td {
    color: #007fff;
    font-size: 19px;
    padding-bottom: 0;
    padding-top: 0;
}
.product-list-table .data-table tfoot tr td strong, .product-list-table.data-table tfoot tr td strong {
    font-weight: 500;
}
.product-list-table .data-table tfoot tr:first-child td, .product-list-table.data-table tfoot tr:first-child td {
    padding-top: 10px;
}
.product-list-table .product-list-notice {

    margin-top: 10px;
    color: #a6a5a7;
    font-size: 12px;
    font-style: italic;
}
.product-list-table .product-list-notice p {
    display: inline;
}
.product-list-table .show-more-sizes {
    float: right;
    margin-top: 10px;
    color: #22488E;
    border: 1px solid #22488E;
    background: transparent;
    margin-right: 15px;
}
.product-list-table .show-more-sizes span {
    text-transform: uppercase;
}
.product-list-table .show-more-sizes:hover {
    color: white;
    background: #22488E;
}
.dop_block {
    width: 140px;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
}
td.price, td.quantity, th.price, th.quantity,td {
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 770px) {
    .product-list-table .show-more-sizes {
        display: none!important;
    }
}
@media only screen and (min-width: 771px) {
    .product-list-table.product-display-count-1 tbody tr:nth-child(n+2) {
        display: none;
    }

    .product-list-table.expanded table tbody tr {
        display: table-row !important;
    }
}
table .actions{
    width: 160px!important;
    height:83px ;
    display: flex;
    align-items: center;
}
.qty-button {
    display: inline;
    height: 26px;
    width: 26px;
    border: 1px solid #E6E5E6;
    background: transparent;
    line-height: 23px;
    box-sizing: border-box;
    color: #666567;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.qty-button:hover{
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.qty-button-minus{
    border-radius: 3px 0 0 3px;
    border-right: 0;
}
.qty-button-plus{
    border-radius: 0 3px 3px 0;
    border-left: 0;
}
.qty-button+.qty {
    text-align: center;
    height: 26px;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    width: 33px!important;
    border: 1px solid #e6e5e6;
    color: #666567;
    line-height: 23px;
    vertical-align: top;
    box-sizing: border-box;
}
.quantity_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity_flex input::placeholder{
    color: #666567;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
}
.prod_images.prod_images_category_74{
    width:33%;
}
.images_item.is_certificate .images_link img{
    height:auto;
}
.prod_info.prod_info_category_74{
    width: 63%;
}
.prod_images{
    width: 48%;
    position: relative;
}
.prod_info{
    width: 48%;
}
.prod_flex{
    align-items: flex-start;
}
.owl-thumb-item{
    border-radius: 3px;
    height: 45px;
    width: 50px;
    margin: 5px;
}
.prod_images__clean .owl-thumb-item img{
    filter: none;
}
.owl-thumb-item img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    filter: contrast(110%) sepia(0.15);
}
.owl-thumbs{
    margin-right: -5px;
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: left;
}
.installment-button{
    margin-bottom:20px;
    margin-top:5px;
}
.orText{
    background: #f4f4f4;
    width:50px;
    height:50px;
    font-size: 9px;
    color: #666567;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom:20px;
}
.tbank_installment svg {
    height: 30px;
}

.tbank_installment {
    background-color: #fddb33;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 15px 0 10px;
    margin-top: 5px;
    clear: both;
}
.images_link{
    border-radius: 3px;
}
.prod_images__clean .images_link img, .prod_images__clean img, .product-page.prod_images__clean .fancybox-image{
    filter: none;
}
.images_link img, .product-page .fancybox-image{
    filter: contrast(110%) sepia(0.15);
}
.images_link img{
    border-radius: 3px;
    filter: contrast(110%) sepia(0.15);
    height: 430px;
    object-fit: cover;
}
.top_header{
    padding: 0 0 30px 0;
}
.prod_info .plash{
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
}
.child-categories {
    padding: 13px 15px 13px 15px;
    border-radius: 3px;
    margin-top: 30px;
    box-shadow: -3px 6px 27px 0px rgba(34, 60, 80, 0.08);
}

.child-category {
    text-align: justify;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 15px;
    transition-duration: .3s;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.child-category:hover{
    opacity: 0.5;
}
.prod_info .product-name,.prod_info .product-name h1{
    font-size: 28px;
    line-height: 130%; /* 62.4px */
    letter-spacing: 1px;
    margin:0 0 20px 0;
}
.product_in_showroom{
    color: #957948;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
}
.product_in_showroom a{
    color: #957948;
    position: relative;
}
.product_in_showroom a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background:#957948 ;
    bottom: -3px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.product_in_showroom a:hover:before{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: auto;
    width: 0;
}
.descript_product,.product-text__short{
    color: #666567;

    text-align: justify;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox + label,
.radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}
.flex_style label{
    display: inline-block;
    float: none;
    letter-spacing: 1px;
    text-transform: none;
    color: #a6a5a7;
    background: 0 0;
    padding-left: 10px;
    font-weight: 400;
}
.checkbox{
    font-size: 13px;
    line-height: 26px;
    color: #a6a5a7;
    background: #f9f9f9;
    border: 1px solid #e6e5e6;
    padding: 8px 0 8px 8px;
    height: auto;
    appearance: auto;
}
.data-table::-webkit-scrollbar-track-piece,.owerfl::-webkit-scrollbar-track-piece {
    background-color: #C7C7C7;
}
.data-table::-webkit-scrollbar-track,.owerfl::-webkit-scrollbar-track {
    background-color: #C7C7C7;
}
.data-table::-webkit-scrollbar-thumb ,.owerfl::-webkit-scrollbar-thumb{
    height: 0;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
.data-table::-webkit-scrollbar,.owerfl::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.compare_price{
    font-size: 14px;
    color: #A6A5A7;
    position: relative;
}

.compare_price::before {
    width: 100%;
    height: 1px;
    background-color: #e2011a;
    content: '';
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    opacity: .7;
}

.price_new.fix{
    color: #d12f0b;
    display: block;
    font-size: 18px;
    margin-left: 10px;
}
.price-label.fix{
    display: none;
}
.banner_img{
    width: 100%;
}
.page_descr{
    color: #666567;
    margin-top:30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.page_descr p{
    margin: 0;
}
.menu_list{
    display: flex;
    flex-direction: column;
    top: 167px;
    position: fixed;
    left: -500px;
    bottom: 0;
    width: 320px;
    background-color:#fff;
    z-index: 111;
    padding: 15px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.menu_list.active{
    left: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.menu_list .search{
    display: none;
}
.menu_list.fix{
    top: 113px;
}
.menu_item_mob{
    color: #22488E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    margin: 10px 0;
    display: inline-block;
}
.fixed_class{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.fixed_class .header_top{
    height: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.header_top{
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.search-button:hover{
    background: transparent;
    opacity: 0.8;
}
td.price .compare_price{
    display: inline;
}
.popup_style {
    background: rgba(47, 47, 47, 0.46);
    z-index: 11111;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: perspective(900px) rotateX(-80deg);
    transform: perspective(900px) rotateX(-80deg);
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: perspective(900px) rotateX(0);
    transform: perspective(900px) rotateX(0);
    height: 100%;
}
.panel {
    width: 90%;
    max-width: 527px;
    box-sizing: border-box;
    padding: 60px 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 3px;
    background: #FFF;
    box-shadow: -3px 0px 28px 0px rgba(34, 60, 80, 0.13);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background: #004694;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background: #004694;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.popup_descr{
    color: #666567;
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}.popup_descr strong{
     color: #22488E;
     text-transform: uppercase;
 }
.popup_style .section_title{
    font-size: 22px;
    margin: 50px 0;
}
.logo_popup{
    display: block;margin: 0 auto;
}
.popup_style .subscribe_form{
    flex-direction: column;
    width: 100%;
}
.popup_style .subscribe_form input::placeholder{
    text-align: center;
}
.popup_style .subscribe_form label{
    width: 100%;
    margin: 0 0 10px 0;
}
.popup_style .subscribe_button{
    width: 100%;
    height:auto;
    border-radius: 3px;
    margin-bottom: 10px;
}
.popup_bottom{
    color: #666567;

    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.popup_bottom .underline{
    font-size: 10px;
}
.p{
    position: absolute;
}
.p1{
    top: 25px;
    right: 0;
}
.p2{
    top: 26%;
    left: 0;
}
#cart_informer{
    position: relative;
    top: 3px;
}
.cart-count {
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 50%;
    background-color: #22488E;
    color: white;
    font-size: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}
.coupon-link{
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 10px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    background: #000;
    overflow: hidden;
}
.plyr__poster{
    background-color: white;
}
.video-container video,
.video-container .plyr,
.video-container .plyr__video-wrapper,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.slider_prod_item .images_item {
    overflow: hidden;
}
/*.coupon-box{*/
/*    display: none;*/
/*}*/
.coupon-box.active{
    display: block;
    margin-top: 10px;
}
.cart-totals{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.checkout-types .button{
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
}
input.checkout_button{
    background: #22488e;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline:none;
    margin-top:20px;
}
.button:hover input.checkout_button{
    background: #004d90;
}
input.checkout_button:hover, input.checkout_button:hover{
    background: #004d90;
}
#shopping-cart-totals-table{
    max-width: 550px;
    width: 100%;
    margin-right: 20px;
}
#shopping-cart-totals-table td{
    width: 50%;
    text-align: left!important;
}
.coupon-box input{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 9px 20px;
    background: #F9F9F9;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 315px;
}
ul.products-grid.certificates_list a, ul.products-grid.certificates_list .price_new {
    font-size:90%;
}
.nowrap{
    white-space: nowrap;
}
.product-text__short li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #22488E;
    left: 0;
    top: 10px;
}
.product-text__short li{
    padding-left:20px;
    position: relative;
    margin-bottom:5px;
}
.product-text__short ul{
    margin:0;
    padding:0;
}
ul.products-grid.certificates_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.products-grid.certificates_list .product-image.product-image__clean img, .images_item.is_certificate{
    border-radius:15px;
}
.images_item.is_certificate{
    overflow: hidden;
}
.coupon-box input::placeholder{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.coupon-box .button{
    height: 38px;
    width: 55px;
}
.cart-price .price{
    justify-content: center;
}
.cart-price{
    white-space: nowrap;
}
.form-list.fix .field input{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 20px;
    background: #F9F9F9;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
}
.form-list{
    max-width: 750px;
    width: 100%;
}
.field label{
    margin-bottom: 5px;
    display: block;
}
.field {
    margin-bottom: 15px;
}
.field textarea{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 20px;
    background: #F9F9F9;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
}
.fieldset{
    margin-top: 20px;
}
#deliveries input{
    appearance: auto;position: relative;
    top: -2px;
}
.fn_chekbox_block_style{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.main_carousel img{
    max-height: 100vh;
    object-fit: cover;
    object-position: center;
}
.main_carousel .carousel_item img{
    /*min-height: 680px;*/
}
.post_carousel .client_name{
    font-size: 20px;
    line-height: 1.4;
}
.minimal-price{
    display: flex;
    align-items: center;
    color: #666567;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.data-table tbody td.price{
    font-size: 18px;
}
.journal_carousel .owl-stage{
    display: flex;
    align-items: center;
}
.size_tab.size_tab_inner{
    background: #22488E;
    color: white;
    font-size: 10px;
    padding: 0 15px;
}
.ft__text{
    margin-top:10px;
}
.section__small-padding{
    padding-bottom:40px;
}
.size_tab{
    border: 1px solid #22488E;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    cursor: pointer;
    color: #22488E;
    background: transparent;
    margin: 0 8px 8px 0;
    padding: 0 8px;
}
.table-content__mobile{
    display:none;
}
.size_tab.active,.size_tab:hover{
    background: #22488E;
    color: white;
}
.size_tabs{
    display: flex;
    flex-wrap: wrap;
    margin: 14px 0 5px 0;
}
.size_it.active{
    color: #22488E;
}
.contact-box{
    margin-right: 20px;
}
.text_cat{
    color: #666567;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
#header-cart .price{
    white-space: nowrap;
}
.button-continue-shopping{
    border: 1px solid #22488E;
    background: transparent;
    color: #22488E;
}
.btn-register{
    border: 1px solid #22488E;
    background: transparent;
    color: #22488E;
    padding-left: 10px;
    width: auto;
    padding-right: 10px;
}
.btn-register:hover{
    color: white;
    background: #22488E;
}
.form-list.fix{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-list.fix .fields{
    width: 48%;
}
.form-list.fix .fields.fix,.form-list.fix .field.fix{
    width: 100%;
}
.flex_c{
    justify-content: flex-start;
}
.flex_c .button{
    padding-left: 8px;
    padding-right: 8px;
    height: 38px;
}
.flex_c .checkout-types:first-child{
    margin-right: 15px;
}
.flex_c .checkout-types:last-child .button{
    border: 1px solid #22488E;
    background: transparent;
    color: #22488E;

}
.cat_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.cat_item{
    border-radius: 3px;
    background: #FFF;
    box-shadow: -3px 6px 27px 0px rgba(34, 60, 80, 0.08);
}
.cat_img{
    display: block;
    height: 266px;
}
.cat_img img{
    width: 100%;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
    height: 100%;
    object-position: left;
}
.cat_name{
    color: #22488E;
    padding: 20px;
    display: block;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.content {
    line-height: 1.3;
}
.cart_p{
    display: flex;
    align-items: center;
}
.prod_tab_link{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color: #22488E;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod_tab_link.active img{
    transform: rotate(-90deg);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
}
.prod_tab_link img{
    width: 10px;
    transform: rotate(90deg);
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
}
.prod_tab .descript_product{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
}
strong{
    font-weight:600;
}
.prod_tab{
    position: relative;
}
.prod_tab.active .descript_product{
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
}
.text_cat ol li {
    list-style-type: decimal;
}
.text_cat ul {
    margin-left:15px;
}
.text_cat ul li {
    padding-left: 21px;
    position: relative;
}
.wa {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 20px;
    transition-duration: .3s;
}
.wa, .wa .label {
    width: 64px;
    height: 64px;
}
.wa .label {
    background-image: url(/design/default/images/whatsapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.wa_inner {
    width: 90px;
    height: 90px;
    -webkit-animation: circleAnimation 2.1s infinite ease-in-out;
    animation: circleAnimation 2.1s infinite ease-in-out;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: -13px;
    background: #29a91a;
}
@keyframes circleAnimation {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    to {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}
img.skidka {
    width: 64px!important;
    height: 64px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    object-fit: cover;
    z-index: 4;
}
img.sale_image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px!important;
    height: auto;
    z-index: 2;
}
.text_cat ul li::before{
    content:'';
    left:0;
    top: 9px;
    width:12px;
    height:1px;
    background-color: #22488E;
    display: block;
    position: absolute;
}
.owl-carousel .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_class.owl-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.categories .owl-nav{
    left: -8px;
    right: -8px;
}
.categories .owl-nav img {
    width: 10px!important;
}
.fields select{
    color: #666567;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 14px 20px;
    background: #F9F9F9;
    line-height: 150%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
    appearance: none;
  background-image: url(../../img/ar42.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    outline: none;
}
.toggler{
    cursor: pointer;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.toggler:hover{
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}

.account-info,.myorder{
   margin-top: 30px;
}
.box-account .fieldset{
    margin-top: 0;
}
.box-account .title-buttons h2{
    font-size: 17px;
    margin-bottom: 15px;
}
.box-account{
    margin-top: 20px;
}
.box-account .cart-table{
    max-width: 850px;
    margin-bottom: 25px;
    width: 100%;
    border-spacing: 0;
}
.dolyame-text_catalog_short{
    display: none;
}
.box-account .cart-table td{
    color: #22488E;
}
.box-account .cart-table tr:nth-child(odd){
background: #6765650f;
}
</pre></body></html>