/* базовые стили */
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'Onest', sans-serif;
    color: #2E2E2E;
    min-width: 360px;
    background: #fff;
    position: relative;
}
body.no-overflow {
    overflow: hidden;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #2E2E2E;
    transition: .2s;
}
textarea{
    resize: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp{
    overflow: hidden;
}
.page_wp.card_page {
    overflow: visible;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmb-HYoEoeyxMI.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmf-HYoEoey.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmb-HYoEoeyxMI.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmf-HYoEoey.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmb-HYoEoeyxMI.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmf-HYoEoey.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmb-HYoEoeyxMI.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmf-HYoEoey.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmb-HYoEoeyxMI.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/gNMKW3F-SZuj7xmf-HYoEoey.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'lucidasans';
    src: url(../fonts/lucidasans.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'lucidasans';
    src: url(../fonts/lucidasansbold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}
.wrapper{
    width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
header{
    width: 100%;
    padding: 23px 0;
    background: #fff;
}
.phone_link{
    margin-right: 42px;
    text-decoration: underline;
}
.phone_link:hover{
    color: #7E8653;
    text-decoration: underline;
}
.header_btns a{
    width: 24px;
    height: 24px;
    margin-left: 30px;
}
.header_btns a:first-child{
    margin-left: 0;
}
.topmenu{
    margin-left: 40px;
}
.topmenu li{
    list-style: none;
    margin-right: 15px;
}
.topmenu li:last-child{
    margin-right: 0;
}
.topmenu li a:hover{
    color: #AB5E35;
}
.mm_link{
    width: 39px;
    height: 39px;
    background: url("../images/burger.svg") no-repeat center center;
    background-size: 100% auto;
    display: none;
}
.header_btns .call_btn{
    width: 203px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/ico1.svg") no-repeat 15px center;
    background-size: 21px auto;
    border-radius: 10px;
    border: 1px solid #484848;
    padding-left: 30px;
}
.call_btn:hover{
    background: url("../images/ico1-1.svg") no-repeat;
}
.header_btns .call_btn:hover{
    background: url("../images/ico1-1.svg") no-repeat 15px center;
    background-size: 21px auto;
}
.favorite_btn{
    background: url("../images/ico2.svg") no-repeat;
    position: relative;
}
.favorite_btn.active{
    background: url("../images/ico2-1.svg") no-repeat;
}
.favorite_btn span{
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #EDEDED;
    color: #7E8653;
    position: absolute;
    top: -6px;
    right: -10px;
    display: none;
}
.favorite_btn.active span{
    display: block;
}
.cart_btn{
    background: url("../images/ico3.svg") no-repeat;
    position: relative;
}
.cart_btn.active{
    background: url("../images/ico3-1.svg") no-repeat;
}
.cart_btn span{
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #EDEDED;
    color: #7E8653;
    position: absolute;
    top: -6px;
    right: -10px;
    display: none;
}
.cart_btn.active span{
    display: block;
}
.lk_btn{
    background: url("../images/ico4.svg") no-repeat;
}
.lk_btn:hover{
    background: url("../images/ico4-1.svg") no-repeat;
}
.lk_btn.authorized{
    background: url("../images/ico4-2.svg") no-repeat;
}
.header_right{
    padding-right: 0;
}
.c_red{
    color: #DD4848;
}
.header_btns{
    padding-bottom: 10px;
}
.main_slide{
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
}
.screen_1{
    width: 100%;
    background: #fff;
    padding: 30px 0;
}
.swiper1{
    overflow: hidden;
}
.main_slider{
    position: relative;
}
.ms_info{
    width: 570px;
    height: 100%;
    position: relative;
    padding: 36px 43px;
    background: #A7B174;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ms_info.no_blur:before{
    backdrop-filter: none;
}
.ms_info.no_bg:before{
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0);
}
.ms_info_inner{
    position: relative;
    z-index: 100;
}
.ms_promotion {
    margin-top: auto;
}
.swiper-scrollbar{
    background: rgba(225,227,227,0.7);
}
.swiper-scrollbar-drag{
    background: #7E8653;
}
.swiper-scrollbar.swiper-scrollbar-horizontal{
    width: calc(100% - 642px);
    left: inherit;
    right: 110px;
    bottom: 26px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.4));
}
.prev1{
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: rgba(246, 247, 247, 0.75) url("../images/arrow1.svg") no-repeat center center;
    background-size: 24px auto;
    position: absolute;
    left: 450px;
    bottom: 10px;
    z-index: 8900;
}
.prev1:hover{
    background: rgba(72, 72, 72, 0.70) url("../images/arrow1-1.svg") no-repeat center center;
    background-size: 24px auto;
}
.next1{
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: rgba(246, 247, 247, 0.75) url("../images/arrow1.svg") no-repeat center center;
    background-size: 24px auto;
    transform: rotate(-180deg);
    position: absolute;
    right: 24px;
    bottom: 10px;
    z-index: 8900;
}
.next1:hover{
    background: rgba(72, 72, 72, 0.70) url("../images/arrow1-1.svg") no-repeat center center;
    background-size: 24px auto;
}
.ms_title{
    font-size: 20px;
    color: #484848;
    margin-bottom: 30px;
    padding-top: 38px;
}
.ms_title span{
    display: block;
    font: 42px 'lucidasans';
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.ms_discount{
    text-align: center;
    width: 116px;
    height: 56px;
    font-size: 36px;
    line-height: 56px;
    border-radius: 0 15px 15px 15px;
    background: #DD4848;
    color: #fff;
    margin-bottom: 30px;
}
.ms_link{
    font-size: 24px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 71px;
}
.promotion_title{
    margin-bottom: 5px;
    color: #484848;
    padding-left: 5px;
}
.promotion_timer{
    font: 42px 'lucidasans';
    font-weight: 700;
    letter-spacing: -2px;
}
.promotion_notice{
    padding-left: 5px;
    font-size: 10px;
    color: #484848;
}
.screen_2{
    width: 100%;
    background: #fff;
    padding: 30px 0;
}
h2{
    font: 32px 'lucidasans';
    margin-bottom: 30px;
}
h2 span{
    display: inline-block;
    border-bottom: 2px solid #7E8653;
}
.content_wp h1{
    font: 24px 'lucidasans';
    margin-bottom: 50px;
}
.content_wp h1 span{
    border-bottom: 1px solid #7E8653;
}
.breadcrumbs{
    margin-bottom: 40px;
}
.breadcrumbs li{
    list-style: none;
    position: relative;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(72, 72, 72, 0.70);
}
.breadcrumbs li:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/ico10.svg") no-repeat center center;
    position: absolute;
    top: 0;
    right: -20px;
}
.breadcrumbs li:last-child{
    margin-right: 0;
}
.breadcrumbs li:last-child:before{
    display: none;
}
.breadcrumbs li a{
    font-size: 14px;
    font-weight: 300;
    color: rgba(72, 72, 72, 0.70);
}
.content_wp{
    width: 100%;
    background: #fff;
    padding-top: 30px;
}
.swiper4{
    height: 264px;
    overflow: hidden;
}
.card_slider{
    width: 130px;
    padding: 43px 0;
    position: relative;
    display: none;
}
.card_slider.show{
    display: block;
}
.card_big_img_item {
    display: none;
}
.card_big_img_item.show {
    display: block;
}
.card_slide{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.card_slide img{
    transition: .2s;
    height: 80px;
    object-fit: cover;
    width: 100%;
}
.card_slide:hover img{
    transform: scale(1.1);
}
.card_big_img{
    width: 650px;
    margin-left: 20px;
    position: relative;
}
.card_big_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.ms_discount_v2{
    border-radius: 0 6px 6px 6px;
    background: #DD4848;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
}
.ms_discount_v2.discount_hidden {
    display: none;
}
.ms_present{
    border-radius: 0 6px 6px 6px;
    background: #7E8653;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
}
.cbi_labels{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8900;
}
.cbi_links{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8900;
}
.cbi_links a{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px 5px 5px 0;
    margin-right: 20px;
    padding: 0 10px 0 38px;
}
.cbi_links a:nth-child(1){
    background: rgba(225, 227, 227, 0.80) url("../images/ico11.svg") no-repeat 10px center;
}
.cbi_links a:nth-child(1):hover{
    background-color: #CBCBCB;
}
.cbi_links a:nth-child(2){
    background: rgba(225, 227, 227, 0.80) url("../images/ico12.svg") no-repeat 10px center;
}
.cbi_links a:nth-child(2):hover{
    background-color: #CBCBCB;
}
.cbi_links a:last-child{
    margin-right: 0;
}
.crs_toggle{
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 1000;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
    display: none;
}
.crs_toggle a{
    display: block;
    font-size: 14px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #E1E3E3;
    padding: 0 20px;
}
.crs_toggle a span{
    color: rgba(72, 72, 72, 0.70);
}
.card_main_info {
    position: relative;
}
.card_right{
    width: 380px;
    margin-left: auto;
    position: relative;
}
.card_right h1{
    font: 28px 'lucidasans';
    letter-spacing: 1.4px;
    margin-bottom: 18px;
}
.stock_text{
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    padding-left: 41px;
    background: url("../images/ico13.svg") no-repeat 0 center;
    color: rgba(72, 72, 72, 0.70);
    margin-bottom: 18px;
}
.crs_top{
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(72, 72, 72, 0.70);
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}
.crs_top span{
    color: rgba(72, 72, 72, 0.70);
}
.crs_top.active .crs_arrow {
    transform: rotate(180deg);
}
.crs_top.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.crs_arrow{
    width: 24px;
    height: 24px;
    background: url("../images/ico14.svg") no-repeat;
}
.cr_select{
    margin-bottom: 25px;
    position: relative;
}
.card_right .ci_colors_choice{
    padding-left: 0;
    margin-bottom: 25px;
}
.card_right .new_price{
    font-size: 28px;
}
.card_right .old_price{
    font-size: 20px;
}
.cr_price{
    margin-bottom: 20px;
}
.cr_cart_btn{
    width: 160px;
    height: 43px;
    font: 16px 'lucidasans'!important;
    border-radius: 10px;
    background: #7E8653;
    color: #fff;
    position: relative;
    border: none;
    cursor: pointer;
}
.oc_link{
    text-decoration: underline;
    margin-left: 60px;
    letter-spacing: 0.9px;
}
.cr_btns{
    margin-bottom: 35px;
}
.cr_btns .quantity {
    display: none;
}
.cr_tabs a{
    display: block;
    width: 100%;
    font-weight: 300;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #E1E3E3;
    background: url("../images/ico15.svg") no-repeat right center;
    margin-bottom: 10px;
}
.cart_title{
    width: 100%;
    font: 24px 'lucidasans';
    margin-bottom: 39px;
}
.cart_title span{
    display: inline-block;
    border-bottom: 1px solid #7E8653;
}
.cart_item{
    padding-bottom: 40px;
    border-bottom: 1px solid #E1E3E3;
    margin-bottom: 40px;
}
.cart_left{
    width: calc(100% - 360px);
    padding-right: 80px;
}
.cart_right{
    width: 360px;
}
.ci_img2{
    width: 250px;
    position: relative;
    overflow: hidden;
}
.ci_img2 img{
    transition: .2s;
}
.ci_img2:hover img{
    transform: scale(1.1);
}
.ci_info2{
    width: calc(100% - 250px);
    padding-left: 30px;
    position: relative;
}
.ci_title2{
    font: 18px 'lucidasans';
    margin-bottom: 20px;
}
.ci_text p{
    font-size: 14px;
    margin-bottom: 15px;
}
.ci_text p span{
    color: rgba(72, 72, 72, 0.70);
}
.ci_count{
    width: 112px;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(72, 72, 72, 0.70);
}
.ci_count input{
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    font: 14px 'Onest', sans-serif;
    text-align: center;
}
.plus{
    width: 24px;
    height: 24px;
    background: url("../images/ico16.svg") no-repeat center center;
    opacity: 0.7;
}
.plus:hover{
    opacity: 1;
}
.minus{
    width: 24px;
    height: 24px;
    background: url("../images/ico17.svg") no-repeat center center;
    opacity: 0.7;
}
.minus:hover{
    opacity: 1;
}
.cr_line .old_price{
    font-size: 12px;
}
.cr_line .new_price{
    margin-right: 0;
}
.cr_line .old_price{
    margin-left: 20px;
}
.ci_del{
    font-size: 14px;
    padding-left: 34px;
    background: url("../images/ico18.svg") no-repeat 0 center;
    position: absolute;
    top: 7px;
    right: 0;
    letter-spacing: 0.4px;
}
.cr_title{
    font: 18px 'lucidasans';
    margin-bottom: 20px;
}
.cr_title span{
    display: inline-block;
    border-bottom: 1px solid #7E8653;
}
.cart_right .ci_price{
    margin-bottom: 35px;
}
.cart_right .new_price{
    font-size: 32px;
    margin-right: 20px;
}
.cr_text{
    margin-bottom: 20px;
}
.ci_btn{
    width: 100%;
    height: 43px;
    font: 16px 'lucidasans';
    border-radius: 10px;
    background: #484848;
    color: #fff;
}
.cart_wp{
    padding-bottom: 110px;
}
.of_block{
    width: 400px;
    margin-bottom: 15px;
    position: relative;
}
.of_input{
    width: 100%;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(72, 72, 72, 0.70);
    padding: 0 20px;
    font: 14px 'Onest', sans-serif;
}
.of_input:focus{
    border: 1px solid #484848;
}
.of_block.error .error_text{
    display: block;
    bottom: -17px;
    left: 0;
}
.of_block.error .of_input{
    border: 1px solid #DD4848;
}
.of_block.error .of_input:focus{
    border: 1px solid #DD4848;
}
.cart_left .cr_title{
    margin-bottom: 30px;
}
.of_input_wp{
    margin-bottom: 58px;
}
.oc_top{
    margin-bottom: 18px;
    cursor: pointer;
}
.oc_top span{
    border-bottom: 1px solid #7E8653;
    padding-right: 43px;
    position: relative;
    font: 18px 'lucidasans';
}
/*
.oc_top.active span:before {
    transform: rotate(180deg);
}
*/
.oc_top span:before{
    content: '';
    width: 33px;
    height: 32px;
    background: url("../images/ico25.svg") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}
.oc_toggle{

}
.oct_img{
    width: 80px;
}
.oct_info{
    width: calc(100% - 80px);
    padding-left: 20px;
}
.oct_info .ci_title2{
    font-size: 14px;
    margin-bottom: 5px;
}
.oct_info .ci_text{
    font-size: 12px;
}
.oct_info .ci_text p{
    margin-bottom: 5px;
}
.oct_info .new_price{
    font-size: 14px;
}
.oct_info .old_price{
    font-size: 14px;
}
.oct_item{
    margin-bottom: 15px;
}
.oct_item .ci_price{
    margin-bottom: 0;
}
.oc_toggle .oct_item:last-child{
    margin-bottom: 0;
}
.order_contents{
    margin-bottom: 30px;
}
.itog_price{
    margin-bottom: 10px;
}
.itog_price span{
    font-size: 20px;
    color: #2E2E2E;
}
.po_notice{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: rgba(72, 72, 72, 0.70);
    padding-top: 30px;
}
.po_notice a{
    color: rgba(72, 72, 72, 0.70);
    text-decoration: underline;
}
.profile_block .ofd_tl_block{
    width: 33.333% !important;
    margin-bottom: 15px;
    padding: 0 7px;
}
.profile_block .ofd_t_line{
    margin-left: -7px;
    margin-right: -7px;
}
.lk_left_menu{
    width: 380px;
}
.lk_right{
    width: calc(100% - 380px);
    padding-left: 60px;
}
.cr_tabs a.active{
    color: #7E8653;
}
.pt_title{
    font: 18px 'lucidasans';
}
.pt_title span{
    border-bottom: 1px solid #7E8653;
}
.pt_btn{
    width: 257px;
    height: 43px;
    font: 16px 'lucidasans';
    border-radius: 10px;
    border: 1px solid #7E8653;
    background: #7E8653;
    color: #fff;
}
.profile_top{
    margin-bottom: 30px;
}
.lk_right .ofd_t_title{
    font-size: 14px;
}
.profile_block .ofd_t_line{
    margin-bottom: 15px;
}
.lk_wp{
    min-height: calc(100vh - 538px);
    padding-bottom: 50px;
}
.ht_item{
    font-size: 14px;
    padding: 12px 0;
}
.table_caption .ht_item{
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 17px;
}
.ht_line .ht_item:nth-child(1){
    width: 10%;
    padding-left: 20px;
}
.ht_line .ht_item:nth-child(2){
    width: 12%;
}
.ht_line .ht_item:nth-child(3){
    width: 39%;
}
.ht_line .ht_item:nth-child(4){
    width: 12%;
}
.ht_line .ht_item:nth-child(5){
    width: 15%;
}
.ht_line .ht_item:nth-child(6){
    width: 12%;
}
.ht_line{
    border-bottom: 1px solid #E1E3E3;
}
.table_caption{
    border-bottom: 1px solid #7E8653;
}
.ht_line .ht_item:nth-child(6) span{
    font-size: 12px;
    color: rgba(72, 72, 72, 0.70);
    display: block;
    line-height: 15px;
}
.ht_product{
    color: rgba(72, 72, 72, 0.70);
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}
.ht_product:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #484848;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 10px;
}
.ht_product span{
    color: #484848;
}
.ht_item .ht_product:last-child{
    margin-bottom: 0;
}
.ht_bottom{
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: rgba(72, 72, 72, 0.70);
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 13px;
}
.ht_bottom span{
    color: #484848;
}
.ht_btn_wp{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
}
.ht_btn{
    width: 205px;
    height: 43px;
    font: 16px 'lucidasans';
    border-radius: 10px;
    border: 1px solid  #484848;
    color: #484848;
}
.contacts_wp h1{
    font: 24px 'lucidasans';
    margin-bottom: 20px;
}
.contacts_wp h1 span{
    border-bottom: 1px solid #7E8653;
}
.cl_item{
    width: 33.333%;
    padding: 20px 75px 20px 135px;
    border-right: 1px solid #E1E3E3;
    font-size: 14px;
    color: rgba(72, 72, 72, 0.70);
}
.cl_item a{
    display: block;
    font-size: 20px;
    color: #484848;
    margin-top: 5px;
}
.cl_item span{
    display: block;
    font-size: 20px;
    color: #484848;
    margin-top: 5px;
}
.contacts_line{
    margin-bottom: 160px;
}
.contacts_line .cl_item:nth-child(1){
    background: url("../images/ico26.svg") no-repeat 75px center;
}
.contacts_line .cl_item:nth-child(2){
    background: url("../images/ico27.svg") no-repeat 75px center;
}
.contacts_line .cl_item:nth-child(3){
    background: url("../images/ico28.svg") no-repeat 75px center;
    border-right: none;
}
.contacts_wp h2{
    font-size: 20px;
}
.contacts_info{
    margin-bottom: 75px;
}
.ci_left{
    width: calc(100% - 374px);
    padding-right: 60px;
}
.ci_left p{
    line-height: 22px;
    margin-bottom: 16px;
}
.ci_right{
    width: 374px;
    text-align: center;
    padding: 30px 35px;
    border-radius: 20px;
    border: 1px solid #E1E3E3;
}
.cir_title{
    font-size: 18px;
    margin-bottom: 25px;
}
.cir_btn{
    width: 258px;
    height: 43px;
    font: 16px 'lucidasans';
    border-radius: 10px;
    border: 1px solid #484848;
    margin: 0 auto;
    position: relative;
}
.buyers_wp{
    margin-top: -10px;
    padding-bottom: 160px;
}
.buyers_wp h1{
    text-align: center;
    font: 24px 'lucidasans';
    margin-bottom: 30px;
}
.buyers_wp h1 span{
    border-bottom: 1px solid #7E8653;
}
.buyers_tabs{
    margin-bottom: 50px;
}
.buyers_tabs a{
    font: 18px 'lucidasans';
    color: rgba(72, 72, 72, 0.70);
    margin: 0 50px;
    position: relative;
}
.buyers_tabs a:hover{
    color: #484848;
    text-decoration: underline;
}
.buyers_tabs a.active{
    color: #484848;
    text-decoration: underline;
}
.buyers_tabs a:before{
    content: '';
    width: 1px;
    height: 24px;
    background: #E1E3E3;
    position: absolute;
    top: 2px;
    right: -50px;
}
.buyers_tabs a:last-child:before{
    display: none;
}
.buyers_tab{
    display: none;
}
.buyers_item{
    padding-left: 39px;
    margin-bottom: 38px;
}
.buyers_item h2{
    font-size: 20px;
    margin-bottom: 15px;
}
.buyers_item ul li{
    position: relative;
    padding-left: 29px;
    margin-bottom: 13px;
    list-style: none;
}
.buyers_item ul li:before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #7E8653;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
}
.bpi_title{
    font: 20px 'lucidasans';
    padding-left: 51px;
    margin-bottom: 7px;

}
.bpi_title_payments{
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 100%;
}
.bpi_title_v5{
    background: url("../images/ico29.svg") no-repeat 0 center;
    background-size: 36px auto;
}
.b_pay_item{
    margin-bottom: 23px;
}
.bt_text{
    text-align: center;
    font: 20px 'lucidasans';
    margin-bottom: 38px;
}
.bdl_item{
    color: rgba(72, 72, 72, 0.70);
}
.bdl_item span{
    font-size: 20px;
    margin-left: 13px;
    color: #2E2E2E;
}
.b_delivery_line{
    margin-bottom: 18px;
    padding-left: 7px;
}
.bpi_delivery .bpi_title{
    margin-bottom: 26px;
}
.bpi_delivery p{
    margin-bottom: 13px;
    padding-left: 7px;
    line-height: 20px;
}
.bpi_delivery{
    margin-bottom: 45px;
}
.error_wp{
    text-align: center;
    padding: 78px 0 180px 0;
}
.error_img{
    margin-bottom: 16px;
}
.error_title{
    font: 28px 'lucidasans';
    margin-bottom: 30px;
}
.error_btn{
    width: 243px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #484848;
    font: 16px 'lucidasans';
    margin: 0 auto;
    position: relative;
}
.back_btn{
    font: 18px 'lucidasans';
    padding-left: 50px;
    height: 30px;
    background: url("../images/ico34.svg") no-repeat 0 center;
    margin-top: 7px;
    margin-bottom: 30px;
}
.back_btn span{
    border-bottom: 1px solid #7E8653;
}
.rg_slide img{
    border-radius: 8px;
    width: 100%;
    height: 98px;
    object-fit: cover;
}
.review_gallery{
    margin-bottom: 33px;
}
.review_title{
    font: 18px 'lucidasans';
    margin-bottom: 10px;
}
.review_rating_wp{
    margin-bottom: 20px;
}
.review_rating_wp span{
    font-size: 14px;
    margin-right: 20px;
    color: rgba(72, 72, 72, 0.70);
}
.review_pole{
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(72, 72, 72, 0.70);
    margin-bottom: 15px;
    font: 14px 'Onest', sans-serif;
}
.review_pole:focus{
    border: 1px solid #484848;
}
.reviews_wp h1{
    margin-bottom: 43px;
}
.rbt_name{
    font: 16px 'lucidasans';
    font-weight: 700;
}
.rbt_data{
    font-size: 14px;
    color: rgba(72, 72, 72, 0.70);
}
.rb_top{
    margin-bottom: 20px;
}
.rbb_left{
    width: 160px;
}
.rbb_right{
    width: calc(100% - 160px);
    padding-left: 30px;
}
.rbb_right p{
    color: rgba(72, 72, 72, 0.70);
    margin-bottom: 15px;
}
.review_block{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E1E3E3;
}
.rbb_right .review_gallery{
    margin-bottom: 0;
}
.favorites_block{
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 150px;
}
.catalog_item{
    width: 33.333%;
    padding: 0 30px;
    margin-bottom: 65px;
}
.ci_favorite.active{
    background: url(../images/ico5-1.svg) no-repeat center center;
}
.pb_img{
    position: relative;
}
.pbi_info{
    width: 25px;
    height: 25px;
    background: url("../images/ico36.svg") no-repeat;
    position: absolute;
    left: 28%;
    bottom: 30%;
    z-index: 100;
}
.pbi_toggle{
    text-align: center;
    width: 160px;
    padding: 8px 0;
    border-radius: 5px;
    background: rgba(225, 227, 227, 0.9);
    position: absolute;
    top: 39px;
    left: -15px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all ease;
}
.pbi_info.hovered .pbi_toggle{
    visibility: visible;
    opacity: 1;
    transition: 0.2s all ease;
}
.pbi_toggle:before{
    content: '';
    width: 16px;
    height: 10px;
    background: url("../images/ico37.svg") no-repeat;
    position: absolute;
    top: -10px;
    left: 20px;
}
.portfolio_wpp h1{
    margin-bottom: 30px;
}
.pb_img{
    width: 680px;
}
.pb_info{
    width: calc(100% - 680px);
    padding-right: 31px;
}
.pb_img + .pb_info{
    padding-right: 0;
    padding-left: 31px;
}
.pb_info h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.pb_info p{
    font-size: 20px;
    padding-left: 25px;
    border-left: 4px solid #7E8653;
}
.portfolio_block{
    margin-bottom: 55px;
}
.portfolio_block:nth-child(3) {
    margin-top: 55px;
}
.promotion_wp .pb_info h2{
    margin-bottom: 20px;
}
.promotion_wp .pb_info p{
    padding-left: 0;
    border-left: none;
    color: rgba(72, 72, 72, 0.70);
}
.promotion_wp .portfolio_block{
    margin-bottom: 100px;
}
.category_line{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}
.cl_block{
    width: 25%;
    padding: 0 20px;
}
.cl_block a{
    width: 100%;
    height: 150px;
    padding-bottom: 6px;
    font: 18px 'lucidasans';
}
.catalog_wp h2{
    font-size: 24px;
    margin-bottom: 40px;
}
.catalog_wp h1{
    margin-bottom: 40px;
}
.category_line .cl_block:nth-child(1) a{
    background: #ebeddf url("../images/img1-alt-2.webp") no-repeat center 25px;
    background-size: 180px auto;
}
.category_line .cl_block:nth-child(2) a{
    background: #EFE7DB url("../images/img2.webp") no-repeat center 20px;
    background-size: 119px auto;
}
.category_line .cl_block:nth-child(3) a{
    background: rgba(26, 156, 111, 0.25) url("../images/img3.webp") no-repeat center 20px;
    background-size: 80px auto;
}
.catalog_block{
    margin-left: -40px;
    margin-right: -40px;
}
.back_btn2{
    width: 30px;
    height: 30px;
    background: url("../images/ico34.svg") no-repeat center center;
    margin-right: 20px;
    opacity: 0.7;
}
.back_btn2:hover{
    opacity: 1;
}
.catalog_top{
    margin-bottom: 40px;
}
.catalog_top h1{
    margin-bottom: 0;
}
.policy_wp h1{
    margin-bottom: 30px;
}
.policy_block{
    margin-bottom: 43px;
}
.policy_block p{
    line-height: 22px;
    margin-bottom: 10px;
}
.dop_page_wp{
    padding-top: 45px;
    min-height: calc(100vh - 480px);
}
.ss-bi{
    display: none;
    width: 100% !important;
    right: 0 !important;
    bottom: 56px !important;
}
.cr_favorite_btn{
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background: url("../images/ico5.svg") no-repeat center center;
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
}
.cr_favorite_btn:hover {
    background: rgba(225, 227, 227, 0.30) url("../images/ico5-2.svg") no-repeat center center;
}
.cr_favorite_btn.active {
    background: rgba(225, 227, 227, 0.30) url("../images/ico5-1.svg") no-repeat center center;
}
.p_num{
    font-size: 10px;
    color: rgba(72, 72, 72, 0.70);
    margin-left: auto;
}
.pt_mob_btn{
    display: none;
}
.text_d{
    text-decoration: none;
}
.text_m{
    display: none;
    text-decoration: none;
}
.button_v1{
    position: relative;
}
.button_v1:before{
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid #484848;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
    opacity: 0;
}
.button_v1:hover{
    background: rgba(72, 72, 72, 0.70);
    color: #fff;
}
.button_v1:active{
    background: rgba(72, 72, 72, 0.70);
    color: #fff;
}
.button_v1:active:before{
    opacity: 1;
}
.button_v2{
    position: relative;
}
.button_v2:before{
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid #484848;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s;
    opacity: 0;
}
.button_v2:hover{
    background: rgba(72, 72, 72, 0.70);
    color: #fff;
}
.button_v2:active{
    background: rgba(72, 72, 72, 0.70);
    color: #fff;
}
.button_v2:active:before{
    opacity: 1;
}
.mob_line_wp{
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    padding: 10px 0;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.05);
    display: none;
}
.mob_line_wp a{
    font-size: 10px;
    color: rgba(72, 72, 72, 0.70);
    padding-top: 33px;
}
.mob_line_wp a:hover{
    color: #DD4848;
}
.mob_line_wp a.active:hover{
    color: rgba(72, 72, 72, 0.70);
}
.mob_line_wp .wrapper a:nth-child(1){
    background: url("../images/ico40.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(1).active{
    background: url("../images/ico40-1.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(2){
    background: url("../images/ico41.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(2).active{
    background: url("../images/ico41-1.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(3){
    background: url("../images/ico3.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(3).active{
    background: url("../images/ico3-1.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(4){
    background: url("../images/ico2.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(4).active{
    background: url("../images/ico2-1.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(5){
    background: url("../images/ico4.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(5).active{
    background: url("../images/ico4-2.svg") no-repeat center 0;
}
.mob_line_wp .wrapper a:nth-child(5).authorized{
    background: url("../images/ico4-2.svg") no-repeat center 0;
}

.mob_line_wp a {
    position: relative;
}
.mob_line_wp a.active span {
    display: block;
}
.mob_line_wp a span {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #EDEDED;
    color: #7E8653;
    position: absolute;
    top: -6px;

    display: none;
}
.mob_line_wp .wrapper a:nth-child(3).active span {
    right: -3px;
}
.mob_line_wp .wrapper a:nth-child(4).active span {
    right: 3px;
}




.mob_menu{
    width: 430px;
    min-height: 100vh;
    background: #F2F2F2;
    padding: 0 50px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.mm_top{
    height: 70px;
}
.mm_top .header_btns{
    padding-bottom: 0;
}
.mm_close{
    width: 30px;
    height: 30px;
    background: url("../images/burger2.svg") no-repeat center center;
    background-size: 100% auto;
}
.mm_list{
    margin-bottom: 60px;
}
.mm_list li{
    list-style: none;
    margin-bottom: 9px;
}
.mm_list li a{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #E1E3E3;
    background: url("../images/ico15.svg") no-repeat right center;
}
.mm_phone{
    font-size: 18px;
    text-decoration: underline;
}
.ml_call{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E3E3;
}
.ml_call a:first-child{
    display: block;
    background: url("../images/ico1.svg") no-repeat 0 center;
    height: 24px;
    line-height: 24px;
    padding-left: 44px;
}
.ml_lk{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E3E3;
}
.ml_lk a:first-child{
    display: block;
    height: 24px;
    line-height: 24px;
    background: url("../images/ico4.svg") no-repeat 0 center;
    padding-left: 44px;
}
.mob_card_btns{
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #F2F2F2;
    box-shadow: 0 -1px 4px 0 rgba(73, 47, 38, 0.10);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    padding: 10px 0;
    display: none;
}
.mob_card_btns .old_price.disabled {
    display: none;
}
.mob_card_btns .new_price{
    font-size: 16px;
    margin-right: 0;
}
.mob_card_btns .old_price{
    font-size: 10px;
}
.mob_cart_btns .old_price{
    font-size: 10px;
    margin-left: 20px;
}
.mob_cart_btns .ci_price{
    padding-top: 5px;
    margin-bottom: 15px;
}
.mob_card_btns .cr_cart_btn{
    width: 160px;
    height: 36px;
}
.mob_card_btns .oc_link{
    font-size: 14px;
}
.mob_cart_btns .cr_cart_btn{
    width: 100%;
    font-size: 14px;
}

.oi_img{
    text-align: center;
    margin-bottom: 38px;
}
.oi_title{
    text-align: center;
    font: 18px 'lucidasans';
    margin-bottom: 19px;
}
.oi_text{
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: rgba(72, 72, 72, 0.70);
    margin-bottom: 39px;
}
.oi_text a{
    color: #7E8653;
    text-decoration: underline;
}
.oi_btn{
    width: 360px;
    height: 43px;
    font: 16px 'lucidasans';
    border-radius: 10px;
    background: #484848;
    color: #fff;
    margin: 0 auto;
}
.oi_page{
    padding-bottom: 200px;
}
.rg_slide{
    cursor: pointer;
    border: 2px solid rgba(255,255,255,0);
    border-radius: 8px;
}
.rg_slide img{
    border-radius: 8px;
}
.rg_slide.active{
    border: 2px solid #7E8653;
}
.lkr_tab{
    display: none;
}
#lkr_tab1{
    display: block;
}
.cart_hidden {
    display: none;
}
.variations_hidden {
    display: none;
}
.card_variation_wp {
    flex-direction: column;
}
.card_variation_wp > .ci_colors_choice {
    order: 1;
}
.card_variation_wp > .cr_select {
    order: 0;
}
.new_price * {
    text-decoration: none;
}
.woocommerce-variation-price ins {
    order: 0;
}
.woocommerce-variation-price del {
    color: rgba(72, 72, 72, 0.70);
    text-decoration: line-through;
    margin-left: 30px;
    order: 1;
    font-size: 24px;
}
.woocommerce-variation-price .price {
    display: flex;
    align-items: center;
}
.added_to_cart.wc-forward {
    display: none!important;
}
.empty_catalog_string {
    margin-bottom: 50px;
}
#billing_country_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_company_field, #billing_postcode_field, #billing_state_field {
    display: none!important;
}
.woocommerce-additional-fields > h3 {
    display: none;
}
#set_review.disabled {
    opacity: 0.4;
}
.review_status {
    font-size: 14px;
    color: rgba(72, 72, 72, 0.70);
    padding-right: 20px;
}
.afi_item img {
    width: 108px;
    height: 70px;
    object-fit: cover;
}
#reviews_more.disabled {
    display: none;
}
.content_wp .woocommerce .woocommerce-notices-wrapper {
    display: none!important;
}
.content_wp .woocommerce > .empty_string {
    margin-bottom: 150px
}
.r_link p {
    opacity: 0.7;
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
}
.r_link:hover p {
    text-decoration: none;
}
.wpcf7-response-output {
    display: none!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px!important;
    color: #DD4848!important;
    position: absolute!important;
    left: 0!important;
    bottom: -24px!important;
}
.wpcf7-not-valid {
    border: 1px solid #DD4848!important;
}
.mob_line_wp a:hover {
    color: #7E8653;
}


.address_wp, #payment, #order_review {
    margin-bottom: 60px;
}
.cdek_method + .cdek_method_disabled {
    display: none!important;
}
.card_right .old_price.disabled {
    display: none;
}
.card_right .old_price.disabled {
    display: none;
}
.card_right .cr_cart_btn.disabled, .mob_card_btns .cr_cart_btn.disabled {
    opacity: 0.4;
    cursor: default;
}
.card_right .cr_cart_btn.disabled.button_v1:hover, .mob_card_btns .cr_cart_btn.disabled.button_v1:hover {
    background: #484848;
    color: #fff;
}
.cr_price > span {
    font-size: 28px;
}

.ci_img_element {
    display: none;
}
.ci_img_element.active {
    display: block;
}


#terminal_id_field .woocommerce-input-wrapper {
    display: flex;
    flex-direction: column;
}
#terminal_id {
    width: 100%;
    max-width: 500px;
    margin-top: 7px;
    order: 2;
}
#terminal_id-description {
    display: block!important;
    margin-top: 15px!important;
    order: 1;
    height: 21px !important;
}
.ms_bg_desctop {
    display: block;
}
.ms_bg_tablet {
    display: none;
}
.ms_bg_mobile {
    display: none;
}

.screen_1-v2 .ms_info {
    background: #A7B174;
    backdrop-filter: none;
}
.ms_bg_desctop {
    display: block;
    position: absolute;
    width: calc(100% - 570px);
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat !important;
}
.ms_bg_tablet {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}
.ms_bg_mobile {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat !important;
    background-position: top center!important;
    background-size: auto 100%!important;
}
.screen_1-v2 .ms_info.no_bg:before {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0);
}
.screen_1-v2 .ms_info.no_blur:before {
    backdrop-filter: none;
}
.screen_1-v2 .ms_info.no_blur {
    background: none;
}
.screen_1-v2 .ms_info.no_blur.no_bg + .ms_bg_desctop {
    width: 100%;
    height: 100%;
}
.ms_text_v2{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 13px;
    border-top: 3px solid rgba(255,255,255,0.3);
}
.ms_logo{
    margin-bottom: 15px;
}
.tbank_badge {
    width: 120px;
    height: 30px;
    position: absolute;
    right: 74px;
    top: 0;
}
.npr_links {
    margin-top: -10px;
    margin-bottom: 22px;
}
.npr_links a {
    text-decoration: underline;
}
.npr_links p {
    margin-bottom: 12px;
}
.npr_links p span{
    color: #2e2e2e;
    font-size: 14px;
    line-height: 16px;
    padding-left: 6px;
    padding-right: 13px;
    background: url("../images/pay-arrow.svg") no-repeat right center;
}
.category_line_banner {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.tbank_attention {
    width: 587px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #ff0000;
    border-radius: 20px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    display: none;
}
.for_tbank_payment .tbank_attention {
    display: block;
}