.test{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
    z-index: -1;
}
.load, .load *{
    transition: 0s!important;
}
@font-face {
    font-family: 'involveMO';
    src: url('../fonts/Involve-MediumOblique.eot');
    src: url('../fonts/Involve-MediumOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-MediumOblique.woff2') format('woff2'),
    url('../fonts/Involve-MediumOblique.woff') format('woff'),
    url('../fonts/Involve-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'involveB';
    src: url('../fonts/Involve-Bold.eot');
    src: url('../fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Bold.woff2') format('woff2'),
    url('../fonts/Involve-Bold.woff') format('woff'),
    url('../fonts/Involve-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'involveSBO';
    src: url('../fonts/Involve-SemiBoldOblique.eot');
    src: url('../fonts/Involve-SemiBoldOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBoldOblique.woff2') format('woff2'),
    url('../fonts/Involve-SemiBoldOblique.woff') format('woff'),
    url('../fonts/Involve-SemiBoldOblique.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'involveBO';
    src: url('../fonts/Involve-BoldOblique.eot');
    src: url('../fonts/Involve-BoldOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-BoldOblique.woff2') format('woff2'),
    url('../fonts/Involve-BoldOblique.woff') format('woff'),
    url('../fonts/Involve-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'involveSB';
    src: url('../fonts/Involve-SemiBold.eot');
    src: url('../fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBold.woff2') format('woff2'),
    url('../fonts/Involve-SemiBold.woff') format('woff'),
    url('../fonts/Involve-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'involveO';
    src: url('../fonts/Involve-Oblique.eot');
    src: url('../fonts/Involve-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Oblique.woff2') format('woff2'),
    url('../fonts/Involve-Oblique.woff') format('woff'),
    url('../fonts/Involve-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'involve';
    src: url('../fonts/Involve-Regular.eot');
    src: url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Regular.woff2') format('woff2'),
    url('../fonts/Involve-Regular.woff') format('woff'),
    url('../fonts/Involve-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'involveM';
    src: url('../fonts/Involve-Medium.eot');
    src: url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Medium.woff2') format('woff2'),
    url('../fonts/Involve-Medium.woff') format('woff'),
    url('../fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 100;
    opacity: 0;
    transition: all 1s;
}
.loader.active{
    opacity: 1;
}
.loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0;
    transition: all 1s;
}
.loader.active img{
    width: 300px;
}
body{
    font-family: "Onest", sans-serif;
    background-color: #F4F6F9;
    padding-top: 5.87rem;
    line-height: 1.2;
    font-weight: 500;
    color: #30363B;
}
.container{
    width: 85rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 20;
}
.head_logo {
    width: 12.5rem;
    margin-right: 3rem;
}
.head_logo img {
    width: 100%;
}
.head_menu{
    display: flex;
    gap: 2rem;
}
.menu_item{
    opacity: 0.8;
    font-size: 0.875rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid transparent;
}
.menu_item.active {
    border-bottom: 1px solid;
    opacity: 1;
}
.menu_item:hover {
    border-bottom: 1px solid;
    opacity: 1;
}
.head_btn{
    margin-left: 1rem;
}
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
    display: inline-block;
    border-radius: 10px;
    background: #434E57;
    color: white !important;
    padding: 0 1.9rem;
    min-width: 11.15rem;
    text-align: center;
    font-size: 0.875rem;
    font-family: Onest, sans-serif;
    font-weight: 500;
}
.btn.white_btn{
    background: white;

}
.btn.white_btn span{
    color: #30363B;
}
.btn.white_btn:hover span{
    color: #FFFFFF!important;
}
.btn span {
    position: relative;
    z-index: 2;
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    justify-content: center;
    height: 3.125rem;
    display: flex;
    align-items: center;
    transition: all 0.35s;
}
.btn:after {
    background: #384047;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: all 0.35s;
    opacity: 0;
}
.btn:hover:after {
    opacity: 1;
}
.head_like{
    position: relative;
    margin-left: 1rem;
    width: 1.875rem;
}
.head_like img{
    width: 100%;
}
.head_like span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #ED3C3C;
    font-family: 'involveSB', sans-serif;
    font-size: 0.563rem;
    text-align: center;
    color: #ffffff;
    align-content: center;
}
section{
    position: relative;
}
.prev_section{
    margin-top: -32px;
    padding-top: 32px;
}
#hsec-1{
    background-color: #30363B;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 9;
}
.hsec1_banner{
    position: relative;
    margin-top: 1.3rem;
    padding: 5.22rem 2.47rem;
    margin-bottom: 0.825rem;
}
.hsec1_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    z-index: -1;
}
.hsec1_title {
    width: 45rem;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}
.hsec1_text {
    width: 43rem;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 2.1rem;
    font-weight: 400;
}
.hsec1_btn {
    margin-bottom: 0.1rem;
}
.hsec1_btn .btn {
    min-width: 18.05rem;
}

.hsec1_box{
    margin: 0 -5px;
    padding-bottom: 2.7rem;
}
.hsec1_item {
    background-color: #ffffff;
    width: 25%;
    margin: 0 4px;
    padding: 1.15rem 1.1rem;
    border-radius: 16px;
    transition: all 0.3s;
}
.hsec1_item:nth-child(2) {
    background-color: #879097;
    color: rgba(255, 255, 255, 0.8);
}
.hsec1_btitle{
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.hsec1_btext{
    
    font-size: 0.875rem;
}
#hsec-2{
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 8;
}
.hsec2_box {
    padding: 5.6rem 0 4.2rem;
}
.hsec2_left{
    border-radius: 16px;
    width: 35rem;
    height: 20.675rem;
    overflow: hidden;
}
.hsec2_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec2_right {
    width: calc(100% - 36.25rem);
}
.hsec2_title {
    margin-bottom: 0.7rem;
}
.hsec2_btitle {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.95rem;
}
.hsec2_text {
    
    margin-bottom: 2.55rem;
    line-height: 1.3;
}
.hsec2_btn {
    margin-bottom: 0.25rem;
}
.hsec2_btn .btn {
    min-width: 15.9rem;
    padding: 0.1rem 2rem;
}
#hsec-3{
    padding-bottom: 2.7rem;
    background-color: rgba(51, 92, 122, 0.1);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 7;
}
.hsec3_title{
    margin-top: 3.15rem;

}
.hsec3_left {
    width: calc(100% - 22rem);
}
.hsec3_filt {
    border-radius: 20px;
    margin-right: 0.25rem;
    padding: 0.5rem 0.96rem;
    font-size: 0.875rem;
    border: 1px solid #30363B;
    margin-bottom: 0.25rem;
    line-height: 1.25;
    transition: all 0.35s;
    color: #30363B;
}
.hsec3_box {
    margin-top: 1.1rem;
    margin-bottom: 1.6rem;
}
.head_search form{
    display: block;
    width: 0;
    overflow: hidden;
    transition: all 0.35s;
    position: absolute;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.head_search form.factive{
    width: 12.125rem;
}
.head_search form input{
    font-size: 0.875rem;
    border-radius: 10px;
    border: 1px solid #30363B;
    height: 3rem;
    width: 100%;
    padding: 0 1rem;
    color: #000000;
}
.head_search form input::placeholder{
    color: #000000;
    opacity: 0.5;
}
.hsec3_filt.active {
    color: #ffffff;
    background: #30363B;
    pointer-events: none;
}
.hsec3_filt:hover {
    background-color: #4c5257;
    color: #ffffff;
}
.hsec3_right {
    position: relative;
    width: 20.6rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.hsec3_sort_top{
    position: relative;
    width: 100%;
    border: 1px solid #30363B;
    border-radius: 8px;
    padding: 0.7rem 3rem 0.8rem 1.2rem;
    
}
.hsec3_sort_img{
    position: absolute;
    width: 1.5rem;
    top: 50%;
    right: 1.15rem;
    transform: translateY(-50%);
    transition: all 0.35s;
}
.hsec3_right.active .hsec3_sort_img{
    transform: translateY(-50%) rotateX(180deg);
}
.hsec3_sort_bottom{
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid #82ACC480;
    border-radius: 8px;
    background-color: #ffffff;
    z-index: 1;
}
.hsec3_sort {
    width: 100%;
    padding: 0.5rem;
    border-bottom: 1px solid #345D7B33;
    transition: all 0.35s;
    border-radius: 8px;
}
.hsec3_sort:last-child {
    border-bottom: none;
}
.hsec3_sort.active{
    color: #ffffff;
    background: #30363B;
    pointer-events: none;
}
.hsec3_sort:hover {
    background-color: #5e6468;
    color: #ffffff;
}
.hsec3_box2 {
    padding: 0 0.1rem;
    margin: 0 -0.313rem 1.1rem;
}
.goods_item {
    width: calc(25% - 0.625rem);
    /*min-height: 33.3rem;*/
    margin: 0 0.313rem 0.75rem;
    padding: 1.375rem;
    padding-bottom: 1.29rem;
    border-radius: 16px;
    background-color: #EFF2F7;
}
.goods_item_top {
    margin-bottom: 0.9rem;
}
.goods_filt{
    max-width: calc(100% - 5rem);
    border-radius: 20px;
    margin-right: 0.25rem;
    padding: 0.45rem 1.1rem;
    font-size: 0.875rem;
    border: 1px solid #434E57;
    margin-bottom: 0.25rem;
    line-height: 1;
    color: #434E57;
}
.goods_like {
    position: relative;
    width: 2.364rem;
    height: 2.364rem;
    padding: 0.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(20px);
}
.goods_like1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.35s;
}
.goods_like2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
    opacity: 0;
    transition: all 0.35s;
}
.goods_like.active .goods_like1{
    transform: scale(0.75);
}
.goods_like.active .goods_like2{
    opacity: 1;
}
.goods_itop1 {
    margin-bottom: 0.6rem;
}
.goods_itop2 {
    margin-bottom: 0.9rem;
    display: block;
}
.goods_title{
    font-weight: 600;
    line-height: 1.3;
    /*min-height: 3.901rem;*/
    align-content: center;
    margin-bottom: 0.7rem;
}
.goods_img{
    width: 100%;
    height: 13rem;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    border: 1px solid rgba(135, 144, 151, 0.40);

}
.goods_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}
.goods_price{
    font-weight: 600;
    font-size: 1.5rem;
}
.goods_counter{
    width: max-content;
    padding: 0.375rem 0.188rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.goods_minus, .goods_plus {
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
}
.goods_minus img, .goods_plus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goods_count {
    margin: 0 0.1rem;
    text-align: center;
    min-width: 2.68rem;
}
.btn_gray{
    background-color: #ACACAC;
}
.goods_item_btns .btn {
    width: 100%;
}
.goods_item_btns .btn_border {
    margin-bottom: 0.3rem;
}
.btn_border span{
    color: #30363B;
}
.btn_border:hover span{
    color: white;
}
.btn_border{
    background: white;
    border: 1px solid #30363B;
}
.btn_border:after{
    background: white;
}
.goods_item_btns .btn:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #335C7A;
}
.goods_item_btns .btn_gray:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #ACACAC;
}
.hsec3_btn {
    min-width: 17rem;
    height: 3.5rem;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    border: 1px solid transparent;
     background: #FFF;
    transition: all 0.35s;
    color: #30363B;
}
.hsec3_btn:hover {
    border: 1px solid #30363B;
}
.hsec3_btn span {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    margin-right: 0.65rem;
    color: #30363B;
}
.hsec3_btn img {
    width: 1.75rem;
}
.sec_title {
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    color: #30363B;
    opacity: 0.8;
}
#hsec-4 {
    margin-bottom: 4.35rem;
}
.hsec4_title {
    margin-top: 3.65rem;
    margin-bottom: 1.6rem;
}
.hsec4_item{
    width: calc(50% - 0.313rem);
    margin-bottom: 0.625rem;
    padding: 1.25rem;
    border-radius: 16px;
    background-color: #ffffff;
}
.hsec4_item_img {
    width: 4rem;
    height: 4rem;
}
.hsec4_item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec4_ibox {
    width: calc(100% - 5.3rem);
}
.hsec4_item_title {
    opacity: 0.8;
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    line-height: 1.3;
}
.hsec4_item_text {
    opacity: 0.8;
    font-size: 0.875rem;
    line-height: 1.35;
}
.hsec5_title {
    margin-bottom: 1.55rem;
}
.hsec5_box {
    margin-bottom: 5rem;
}
.hsec5_item {
    width: calc(33.3% - 0.417rem);
    padding: 1rem;
    border-radius: 20px;
    background: #879097;
}
.hsec5_item_img {
    width: 100%;
    height: 10.05rem;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.hsec5_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec5_ibox{
    color: #ffffff;
}
.hsec5_item_title {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.hsec5_item_text{
    
    font-size: 0.875rem;
    line-height: 1.35;
}
.hsec6_title {
    margin-bottom: 1.5rem;
}
.reviews_item {
    width: 100%;
    min-height: 9.8rem;
    padding: 1.875rem;
    border-radius: 20px;
    background-color: #ffffff;
}
.reviews_itop {
    margin-bottom: 1.3rem;
}
.reviews_date {
    opacity: 0.5;
}
.reviews_grade {
    display: flex;
}
.reviews_box .reviews_grade img {
    width: 1.188rem;
    margin-right: 0.25rem;
}
.reviews_grade img:last-child {
    margin-right: unset;
}
.reviews_text {
    line-height: 1.31;
    margin-bottom: 1.1rem;
    font-weight: 400;
}
.reviews_name{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.24;
}
.reviews_box {
    margin-bottom: 5.2rem;
}
.hsec7_title {
    margin-bottom: 0.7rem;
}
.hsec7_box {
    width: 67.35rem;
    margin: 0 auto 4.2rem;
}
.hsec7_item {
    padding: 0.987rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.hsec7_item:last-child {
    border-bottom: unset;
}
.hsec7_ititle {
    display: block;
    width: 100%;
    position: relative;
    min-height: 2.5rem;
    align-content: center;
}
.hsec7_ititle span{
    display: inline-block;
    font-family: 'involveSB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    width: 65%;
    line-height: 1.25;
}
.hsec7_iclose {
    position: absolute;
    top: 50%;
    right: -0.11rem;
    width: 2.5rem;
    transform: translateY(-50%);
}
.hsec7_iclose img {
    width: 100%;
    transition: all 0.35s;
}
.hsec7_itext {
    display: none;
    padding-top: 0.85rem;
    line-height: 1.32;
    font-weight: 400;
}
.hsec7_item.active .hsec7_iclose img {
    transform: rotate(45deg);
}
.hsec8_box{
    width: 100%;
    padding: 2rem 2.5rem;
    border-radius: 20px;
    background-image: url("../img/form.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    margin-bottom: 5rem;
}
.hsec8_box .sec_title{
    color: white;
    opacity: 1;
}
.hsec8_left {
    width: calc(50% - 0.625rem);
    color: #ffffff;
}
.hsec8_.right {
    width: calc(50% - 0.625rem);
}
.hsec8_title{
    margin-bottom: 1.5rem;
}
.hsec8_text {
    line-height: 1.3;
    font-weight: 400;
}
.hsec8_rbox {
    margin-bottom: 0.5rem;
}
.hsec8_rbox input {
    width: 100%;
    padding: 0.95rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #B0B0B0;
    background: #ffffff;
}
.hsec8_rpolitic {
    font-size: 0.75rem;
    color: #ffffff;
    margin-bottom: 2rem;
}
.hsec8_rpolitic a {
    color: #ffffff;
    text-decoration: underline;
}
.hsec8_rpolitic a:hover{
    text-decoration: none;
}
.hsec8_rbtn .btn {
    width: 100%;
    padding: 0.5rem 2rem;
    background-color: #FFFFFF;
}
.hsec8_rbtn .btn span {
    height: 2.378rem;
    color: #30363B;
}
.hsec8_rbtn .btn:hover span {
    color: #FFFFFF;
}
.hsec9_left{
    width: 27.938rem;
    min-height: 33.125rem;
    padding: 1.3rem;
    border-radius: 20px;
    background: #FFFFFF;
}
.hsec9_right {
    width: calc(100% - 28.563rem);
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
}
.hsec9_item{
    transition: all 0.35s;
}
.hsec9_item:hover {
    opacity: 0.5;
}
.hsec9_title{
    margin-bottom: 2.21rem;
}
.hsec9_lbox {
    margin-bottom: 1.5rem;
}
.hsec9_mbox{
    margin-bottom: 0.625rem;
}
.hsec9_lbox:last-child, .hsec9_mbox:last-child {
    margin-bottom: unset;
}
.hsec9_icon{
    width: 2rem;
    height: 2rem;
}
.hsec9_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hsec9_text{
    width: calc(100% - 2.563rem);
    font-family: 'involveSB', sans-serif;
    line-height: 1.3;
}
footer {
    color: #FFFFFF;
    margin-top: 5rem;
    padding: 2.5rem 0 2.8rem;
    background-color: #30363B;
}
.foot_left {
    width: 17.813rem;
}
.foot_right {
    position: relative;
    width: calc(100% - 28.563rem);
    padding-right: 3.938rem;
    padding-top: 1.1rem;
}
.foot_logo {
    width: 100%;
    margin-bottom: 2.8rem;
}
.foot_logo img {
    width: 100%;
}
footer a {
    color: #FFFFFF;
    display: block;
}
.foot_left a:hover{
    color: rgba(255, 255, 255, 0.5);
}
.foot_phone {
    font-family: 'involveSB', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.85rem;
}
.foot_phone2, .foot_location {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0.85rem;
}
.foot_location{
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}
.foot_location:hover{
    color: rgba(255, 255, 255, 1);
}
.foot_rbox {
    min-width: 9.688rem;
}
.foot_rtitle {
    font-weight: 600;
    margin-bottom: 2.1rem;
    color: rgba(255, 255, 255, 1);
}
.foot_ritem {
    font-weight: 400;
    margin-bottom: 1.36rem;
    color: rgba(255, 255, 255, 0.8);
}
.foot_ritem:hover, .foot_ritem.active{
    color: #FFFFFF;
}
.foot_ritem:last-child {
    margin-bottom: unset;
}
.foot_box {
    padding-bottom: 2.813rem;
    border-bottom: 1px solid #757575;
    margin-bottom: 1.375rem;
}
.foot_bottom {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 0.35rem;
}
.foot_bottom:hover {
    color: #FFFFFF;
}
footer{
    font-weight: 400;
}
footer a{
    transition: all 0.35s;
}
.foot_rsoc{
    position: static;
    align-items: flex-start;
    gap: 1rem;
    justify-content: flex-start;
}
.foot_socset {
    padding: 0.35rem;
    border-radius: 10px;
    background-color: #FFF;
    margin: 0!important;
}
.foot_socset:hover {
    background-color: #ededed;
}
.foot_socset img {
    width: 2rem;
    height: 2rem;
    object-fit: scale-down;
    display: block;
}
#ab-1 {
    background-color: #345D7B;
    background-image: url("../img/ab1-fon.jpg");
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 9;
}
.ab1_box {
    padding: 1.25rem 0 2.45rem;
}
.ab1_left {
    width: calc(50% - 0.313rem);
    height: 31.3rem;
}
.ab1_right {
    width: calc(50% - 0.313rem);
    height: 31.3rem;
    border-radius: 20px;
    overflow: hidden;
}
.ab1_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prelink_box {
    width: 100%;
    
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.36;
    margin: 1.25rem 0;
}
.prelink_item {
    color: #000000;
    opacity: 0.6;
}
.ab1_white .prelink_box {
    margin-top: unset;
    color: rgba(255, 255, 255, 0.6);
}
.ab1_white .prelink_box .prelink_item {
    color: #FFFFFF;
}
.prelink_item:hover {
    opacity: 1;
    text-decoration: underline;
}
.ab1_title {
    font-weight: 600;
    font-size: 2rem;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.32;
    margin-top: -1.25rem;
}
.ab1_lbox {
    width: 100%;
    margin-bottom: -0.625rem;
}
.content{
    font-weight: 400;
}
.content b, .content strong{
    font-weight: 600;
}
.ab1_item {
    width: calc(50% - 0.313rem);
    min-height: 7.063rem;
    padding: 1.25rem 1rem;
    background: white;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(15px);
    margin-bottom: 0.625rem;
    color: #30363B;
    transition: all 0.35s;
}
.ab1_item:nth-child(2){
    color: white;
    background: #879097;
}
.ab1_item_title {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.85rem;

}
.ab1_item_text {
    opacity: 0.8;
    font-size: 0.875rem;
}
.ab2_box {
    margin-top: 3.75rem;
}
.ab2_title {
    margin-bottom: 1.25rem;
}
.ab2_btitle {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.95rem;
    line-height: 1.36;
}
.ab2_text {
    
    line-height: 1.3;
}
.ab2_box2 {
    margin-top: 2rem
}
.ab2_right {
    border-radius: 16px;
    width: 35rem;
    height: 18.875rem;
    overflow: hidden;
    border: 1px solid rgba(52, 93, 123, 0.30);
}
.ab2_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ab2_left {
    width: calc(100% - 36.25rem);
    
}
.ab2_btn .btn {
    min-width: 18rem;
}
.ab2_btn{
    margin-top: 1.1rem;
}
.content p, .content ul, .content ol, .content table{
    line-height: 1.32;
    margin-bottom: 0.6rem;
}
.content strong, .content b{
    font-weight: 600;
}
.content ul{
    margin-left: 1.7rem;
}
#ab-2{
    padding-bottom: 2.6rem;
    border-radius: 0 0 30px 30px;
    background: #FFFFFF;
}
.ab3_box {
    margin-bottom: 4.875rem;
}
.ab3_item {
    width: calc(33.33% - 0.417rem);
    margin-bottom: 0.375rem;
    padding: 1.25rem;
    border-radius: 16px;
    background-color: #ffffff;
}
.ab3_img {
    margin-bottom: 1.3rem;
}
.ct_title {
    position: relative;
    color: #30363B;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    padding-right: 25%;
}
.ct_ibox {
    position: relative;
    padding-top: 1.4rem;
}
.ct_left{
    width: calc(25% - 0.314rem);
}
.ct_right{
    position: relative;
    width: calc(75% + 0.314rem);
    margin-right: -0.314rem;
}
.ct_items .goods_item {
    width: calc(33.34% - 0.7rem);
    margin-bottom: 0.67rem;
}
.goods_white .goods_item {
    background-color: #FFFFFF;
}
.ct_sort {
    position: absolute;
    right: 0.313rem;
    bottom: calc(100% - 0.6rem);
    width: calc(25% - 0.625rem);
    z-index: 1;
}
.favorite_box{
    margin-bottom: -0.76rem;
}
.favorite_box .goods_item {
    background-color: #FFFFFF;
}
.del_fav {
    position: absolute;
    top: 50%;
    right: 0.15rem;
    transform: translateY(-50%);
    
    font-size: 0.875rem;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
    text-transform: initial;
}
.del_fav:hover {
    color: #000000;
    text-decoration: underline;
}
.ct_filt {
    margin-bottom: 2rem;
}
.ct_ftitle {
    position: relative;
    width: 100%;
    color: #30363B;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 0.99;
}
.ct_fclose {
    position: absolute;
    width: 1.5rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.35s;
}
.ct_filt.active .ct_fclose{
    transform: translateY(-50%) rotateX(180deg);
}
.ct_fitem {
    margin-top: 0.8rem;
    line-height: 1.3;
}
.ct_fitem input {
    width: 1rem;
    height: 1rem;
}
.ct_fitem p {
    font-size: 0.875rem;
    width: calc(100% - 1.5rem);
    padding-right: 1.5rem;
    margin: unset;
}
.ct_ftitle:hover {
    color: rgba(52, 93, 123, 0.8);
}
.dvy_pretitle {
    
    width: 66%;
    margin-bottom: 2.5rem;
    line-height: 1.4;
    color: #30363B;
}


.dvy_left, .dvy_right {
    position: relative;
    width: calc(50% - 0.313rem);
    border-radius: 20px;
    padding: 1.875rem 1.25rem;
    overflow: hidden;
}
.dvy_left2{
    width: calc(50% - 0.313rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.626rem;
}
.dvy_left {
    background-color: #345D7B;
    width: 100%;
}

.dvy_top{
    background: #30363B;
}
.dvy_bottom{
    background: #879097;
}
.dvy_right {
    background-color: #434E57;
}
.dvy_left:after, .dvy_right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16.625rem;
    height: 16.625rem;
    background-size: cover;
}
.dvy_left:after {
    background-image: url("../img/dvy-left.png");
}
.dvy_bottom:after {
    background-image: url("../img/dvy-left2.png");
}
.dvy_right:after {
    background-image: url("../img/dvy-right.png");
}
.dvy_ibox {
    position: relative;
    z-index: 1;
}
.dvy_btitle {
    color: #FFFFFF;
    font-family: 'involveSB', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.dvy_itext {
    color: rgba(255, 255, 255, 0.8);
}
.qvy_row_flex{
    margin-top: 2rem;
}
.qvy_row_flex_item{
    width: 32%;
}
.dvy_itext p {
    margin-bottom: 0.4rem;
}
.dvy_ibtn_box{
    margin-top: 1.412rem;
}
.dvy_ibtn {
    width: calc(50% - 0.313rem);
    align-content: center;
    text-align: center;
    height: 3.56rem;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid transparent;
}
.dvy_ibtn span {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    color: #335C7A;
}
.dvy_ibtn:hover {
    border: 1px solid #345D7B;
}
.gd1_left {
    width: 35.063rem;
    height: 22rem;
    border-radius: 0.625rem;
    overflow: hidden;
    background: white;
}
.gd1_left img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.gd1_right {
    width: calc(100% - 37.688rem);
}
.gd1_title {
    color: #30363B;
    line-height: 1.34;
    margin-bottom: 1.25rem;
}
.gd1_art {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}
.gd1_pretitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.38;
    opacity: 0.8;
}
.gd1_text {
    
    margin: 1.4rem 0 1.4rem;
}
.gd1_size_count {
    margin-bottom: 0.625rem;
}
.gd1_size {
    margin-right: 0.7rem;
    width: 20.7rem;
    margin-bottom: unset;
    z-index: 5;
}
.gd1_count {
    padding: 0.68rem 0.5rem;
}
.gd1_text2 {
    
    font-size: 0.875rem;
    margin-bottom: 2.15rem;
}
.gd1_text2 a {
    color: #345D7B;
    text-decoration: underline;
}
.gd1_btns .btn {
    min-width: 13.6rem;
    margin-right: 1.25rem;
}
.gd1_btns .goods_like {
    padding: 0.5rem;
    width: 3.25rem;
    height: 3.25rem;
    background-color: #ffffff;
    border: 2px solid rgba(9, 19, 27, 0.6);
}
.gd1_btns .goods_like2 {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
}
.gd1_btns .btn span {
    height: 3.3rem;
}
.gd2_box {
    margin-top: 5rem;
}
.gd2_title {
    margin-bottom: 1.55rem;
}
.gd2_table table {
    margin: 0 auto;
    text-align: center;
    align-content: center;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.gd2_box{
    width: 70.75rem;
    margin: 0 auto;
    margin-top: 5rem;
}
.gd2_table th {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    color: #FFFFFF;
    padding: 1.3rem;
    background-color: #30363B;
}
.gd2_table td {
    padding: 0.608rem;
    background: rgba(135, 144, 151, 0.4);
    color: #30363B;
}
.gd2_table td span{
    display: block;
    padding: 0.245rem;
    border-radius: 4px;
}

.gd2_table th:first-child, .gd2_table td:first-child {
    border-radius: 8px 0 0 8px;
}
.gd2_table th:last-child, .gd2_table td:last-child {
    border-radius: 0 8px 8px 0;
}
.gd1_price {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.3rem;
}
.gd3_title {
    margin-top: 5rem;
}
.gd3_box {
    position: relative;
    margin-top: 1.875rem;
}
.gd3_item {
    width: 100%;
    height: 28.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.gd3_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gd3_btns, #gd-docs .owl-nav {
    position: absolute;
    right: -0.313rem;
    bottom: calc(100% + 0.9rem);
}
.gd3_arrow {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.438rem;
    height: 3.438rem;
    padding: 0.5rem;
    border-radius: 8px;
    background-color: #879097;
    transition: all 0.35s;
    margin: 0 0.313rem;
}
.gd3_arrow img {
    width: 2rem;
    height: 2rem;
}
.gd3_arrow#to-left img {
    transform: rotateY(180deg);
}
.gd3_arrow:hover {
    background-color: #30363B;
}
.gd4_title {
    color: #30363B;
    margin-top: 5rem;
}
.gd4_box{
    margin: 2rem -0.313rem 0;
}
.gd4_box .goods_item {
    margin-bottom: unset;
}
.bs_box {
    padding-top: 1.25rem;
}
.bs_left{
    width: calc(100% - 28.563rem);
}
.bs_right {
    width: 27.938rem;
    padding: 1.25rem;
    border-radius: 20px;
    background: #FFFFFF;
}
.bs_item {
    position: relative;
    padding-bottom: 1.22rem;
    margin-bottom: 1.22rem;
    padding-right: 2.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bs_item:last-child {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: unset;
}
.bs_img {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 1.25rem;
}
.bs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bs_ibox {
    width: 31.563rem;
    margin-right: 0.625rem;
}
.bs_ititle {
    min-width: 2px;
    font-weight: 600;
    margin-bottom: 0.95rem;
}
.bs_iart{
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.7rem;
}
.bs_iprice {
    font-weight: 600;
    font-size: 1.5rem;
}
.bs_idelete {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    cursor: pointer;
}
.bs_idelete img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(45deg);
}
.bs_rpolitic {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}
.bs_rpolitic a {
    display: inline;
    text-decoration: underline;
}
.bs_tbox {
    margin-bottom: 1.1rem;
}
.bs_total {
    font-family: 'involveSB', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.37;
}
.bs_rtext {
    margin-bottom: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}
.bs_rbtn .btn {
    width: 100%;
}
.nothing_found {
    font-family: 'involveSB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.25;
    padding-top: 4.5rem;
    text-align: center;
    margin: 0 auto 3rem;
}
.ct_ptitle {
    position: relative;
    color: #30363B;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 0.99;
    margin-bottom: 0.625rem;
}
.ct_price_box {
    margin-bottom: 1.36rem;
}
.ct_price {
    font-size: 0.875rem;
    width: calc(100% - 1rem);
    background-color: #FFFFFF;
    padding: 0.625rem 1.25rem;
    border-radius: 5px;
    border: 1px solid #30363B;
}
.ct_mobbtn {
    width: calc(100% - 1rem);
}
.pagination{
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.pagination li{
    margin: 0 0.5rem;
}
.pagination li a{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li.active a,.pagination li a:hover{
    background-color: white;
}
.good_toCart.active, .addToCart.active{
    pointer-events: none;
}
.good_toCart.active:after, .addToCart.active:after{
    background-color: #6C7780;
    opacity: 1;
}
.gd_noCount {
    pointer-events: none;
}
.cart_minus, .cart_plus {
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
}
.cart_minus img, .cart_plus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart_count {
    margin: 0 0.1rem;
    text-align: center;
    min-width: 2.68rem;
}
.head_search{
    width: 12.125rem;
    text-align: right;
    margin-right: 0.2rem;
}
.head_lang{
    position: relative;
    z-index: 4;
    font-size: 0.875rem;
    margin-right: 0.4rem;
}
.head_lang_active{
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 4.45rem;
    height: 2.25rem;
    padding: 0 0.55rem;
    border: 1px solid rgba(67, 78, 87, 0.16);
    border-radius: 10px;
    background: #ffffff;
    color: #30363B;
    font: inherit;
    cursor: pointer;
    transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
}
.head_lang_active img{
    flex: 0 0 auto;
    width: 1.35rem;
}
.head_lang_active span{
    line-height: 1;
    white-space: nowrap;
}
.head_lang_active i{
    width: 0.42rem;
    height: 0.42rem;
    margin-left: auto;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-0.12rem) rotate(45deg);
    transition: transform 0.25s;
}
.page .sec_title{
    margin-bottom: 1rem;
}
.content ul, .content ol{
    margin-left: 2rem;
    margin-bottom: 1rem;
}
.content li:not(:last-child){
    margin-bottom: 0.5rem;
}
.content h1{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}
.content h2{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}
.content h3{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}
.content h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}
.content h5{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}
.content h6{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #30363B;
    opacity: 0.8;
}

.lang_drop{
    text-align: center;
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    min-width: 100%;
    padding: 0.35rem;
    border: 1px solid rgba(67, 78, 87, 0.12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(48, 54, 59, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.35rem);
    transition: opacity 0.22s, visibility 0.22s, transform 0.22s;
}
.lang_drop a{
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    color: #30363B;
    line-height: 1;
    white-space: nowrap;
}
.lang_drop a:hover{
    background: #F1F3F4;
}
.head_lang:hover .head_lang_active,
.head_lang.active .head_lang_active{
    border-color: rgba(67, 78, 87, 0.36);
    box-shadow: 0 8px 20px rgba(48, 54, 59, 0.08);
}
.head_lang:hover .head_lang_active i,
.head_lang.active .head_lang_active i{
    transform: translateY(0.08rem) rotate(225deg);
}
.head_lang:hover .lang_drop,
.head_lang.active .lang_drop{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.new_cat_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.new_cat_title{
    color: #30363B;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25rem;
    opacity: 0.8;
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
}
.new_cat_bototm{
    margin-top: 1.5rem;
}
.new_cat_anons{
    font-size: 0.875rem;
}
.new_cat_item{
    padding: 1.25rem;
    width: 100%;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_cat_item .btn{
    width: 100%;
}
.new_cat_img{
    border-radius: 0.9375rem;
    overflow: hidden;
    height: 12.9375rem;
}
.new_cat_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.new_cat_item:hover .btn{

}
.new_cat_item:hover .btn:after{
    background: #434E57;
    opacity: 1;
}
.new_cat_item:hover .btn span{
    color: white;
}































