.test{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 50%;
    z-index: -1;
}
@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: 'involve', sans-serif;
    background-color: #F1F4FB;
    padding-top: 5.87rem;
    line-height: 1.2;
}
.container{
    width: 85rem;
    margin: 0 auto;
    padding: 0;
    max-width: unset;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.12rem 0;
    background-color: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 20;
}
.head_logo {
    width: 13.62rem;
    margin-right: 3.55rem;
}
.head_logo img {
    width: 100%;
}
.menu_item{
    font-family: 'involveM', sans-serif;
    font-size: 0.875rem;
    margin-right: 2.25rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid transparent;
}
.menu_item.active {
    border-bottom: 1px solid #335C7A;
}
.menu_item:hover {
    border-bottom: 1px solid #335C7A;
}
.head_btn{
    margin-left: 1rem;
}
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.35s;
    display: inline-block;
    border-radius: 8px;
    background: #335C7A;
    color: white !important;
    padding: 0 1.9rem;
    min-width: 11.15rem;
    text-align: center;
}
.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;
}
.btn:after {
    background: #81ABC3;
    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: 0.8rem;
    width: 2rem;
}
.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: #335C7A;
    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: 42.313rem;
    font-family: 'involveB', sans-serif;
    font-size: 2.25rem;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.34;
    margin-bottom: 1.1rem;
}
.hsec1_text {
    width: 42.313rem;
    font-family: 'involveM', sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 2.1rem;
}
.hsec1_btn {
    margin-bottom: 0.1rem;
}
.hsec1_btn .btn {
    min-width: 18.05rem;
}
.hsec1_btn .btn:after {
    background-color: #EDF9FF;
}
.hsec1_btn .btn span{
    height: 3.3rem;
}
.hsec1_btn .btn:hover span{
    color: #345D7B;
}
.hsec1_box{
    margin: 0 -5px;
    padding-bottom: 2.7rem;
}
.hsec1_item {
    background-color: #ffffff;
    width: 25%;
    margin: 0 4px;
    padding: 1.15rem 1.32rem;
    border-radius: 16px;
    transition: all 0.3s;
}
.hsec1_item:hover {
    background-color: #82ACC4;
    color: rgba(255, 255, 255, 0.8);
}
.hsec1_btitle{
    font-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.hsec1_btext{
    font-family: 'involveM', sans-serif;
    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: 18.875rem;
    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-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.95rem;
}
.hsec2_text {
    font-family: 'involveM', sans-serif;
    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.75rem;
    border: 1px solid #345D7B;
    margin-bottom: 0.25rem;
    line-height: 1.25;
    transition: all 0.35s;
}
.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.75rem;
    border-radius: 4px;
    border: 1px solid rgba(130, 172, 196, 0.50);
    height: 2.5rem;
    width: 100%;
    padding: 0 1rem;
    color: #000000;
}
.head_search form input::placeholder{
    color: #000000;
    opacity: 0.5;
}
.hsec3_filt.active {
    color: #ffffff;
    background: #345D7B;
    pointer-events: none;
}
.hsec3_filt:hover {
    background-color: #81ABC3;
    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 #335C7A;
    border-radius: 8px;
    padding: 0.7rem 3rem 0.8rem 1.2rem;
    font-family: 'involveM', sans-serif;
}
.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: #345D7B;
    pointer-events: none;
}
.hsec3_sort:hover {
    background-color: #81ABC3;
    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: 1.65rem;
}
.goods_filt{
    max-width: calc(100% - 5rem);
    border-radius: 20px;
    margin-right: 0.25rem;
    padding: 0.25rem 1.1rem;
    font-size: 0.75rem;
    border: 1px solid #345D7B;
    margin-bottom: 0.25rem;
    line-height: 1;
}
.goods_like {
    position: relative;
    width: 2.364rem;
    height: 2.364rem;
    padding: 0.188rem;
    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.188rem);
    height: calc(100% - 0.188rem);
    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.7rem;
}
.goods_title{
    font-family: 'involveB', sans-serif;
    line-height: 1.3;
    min-height: 3.901rem;
    align-content: center;
    margin-bottom: 0.7rem;
}
.goods_img{
    width: 100%;
    height: 11.3rem;
    border-radius: 8px;
    overflow: hidden;
}
.goods_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goods_price{
    font-family: 'involveB', sans-serif;
    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_gray {
    margin-bottom: 0.8rem;
}
.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;
}
.hsec3_btn:hover {
    border: 1px solid #345D7B;
}
.hsec3_btn span {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    margin-right: 0.65rem;
    color: #345D7B;
}
.hsec3_btn img {
    width: 1.75rem;
}
.sec_title {
    font-family: 'involveB', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}
#hsec-4 {
    margin-bottom: 4.35rem;
}
.hsec4_title {
    margin-top: 3.65rem;
    margin-bottom: 2.3rem;
}
.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 {
    font-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    line-height: 1.3;
}
.hsec4_item_text {
    font-family: 'involveM', sans-serif;
    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: 1.25rem;
    border-radius: 16px;
    background: linear-gradient(259deg, #82ACC4 -2.79%, #345D7B 114.1%);
}
.hsec5_item_img {
    width: 100%;
    height: 10.25rem;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0.45rem;
}
.hsec5_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hsec5_ibox{
    color: #ffffff;
}
.hsec5_item_title {
    font-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    line-height: 1.3;
}
.hsec5_item_text{
    font-family: 'involveM', sans-serif;
    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;
}
.reviews_name{
    font-family: 'involveB', sans-serif;
    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;
}
.hsec7_item.active .hsec7_iclose img {
    transform: rotate(45deg);
}
.hsec8_box{
    width: 100%;
    padding: 2rem 2.5rem;
    border-radius: 20px;
    background-color: #345D7B;
    margin-bottom: 5rem;
}
.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;
}
.hsec8_rbox {
    margin-bottom: 1rem;
}
.hsec8_rbox input {
    width: 100%;
    padding: 0.75rem 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_rbtn .btn {
    width: 100%;
    padding: 0.5rem 2rem;
    background-color: #FFFFFF;
}
.hsec8_rbtn .btn span {
    height: 2.378rem;
    color: #345D7B;
}
.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: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: #345D7B;
}
.foot_left {
    width: 20.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_rbox {
    min-width: 9.688rem;
}
.foot_rtitle {
    font-family: 'involveB', sans-serif;
    margin-bottom: 2.1rem;
    color: rgba(255, 255, 255, 0.8);
}
.foot_ritem {
    font-family: 'involveM', sans-serif;
    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 #82ACC4;
    margin-bottom: 1.375rem;
}
.foot_bottom {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 0.35rem;
}
.foot_bottom:hover {
    color: #FFFFFF;
}
.foot_rsoc{
    position: absolute;
    right: 0;
    bottom: 0.1rem;
}
.foot_socset {
    padding: 0.25rem;
    border-radius: 10px;
    background-color: #D9D9D9;
    margin-left: 0.375rem;
}
.foot_socset:hover {
    background-color: #FFFFFF;
}
.foot_socset img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
#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-family: 'involveM', sans-serif;
    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-family: 'involveB', sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.32;
    margin-top: -1.25rem;
}
.ab1_lbox {
    width: 100%;
    margin-bottom: -0.625rem;
}
.ab1_item {
    color: #FFFFFF;
    width: calc(50% - 0.313rem);
    min-height: 7.063rem;
    padding: 1.2rem;
    border: 1px solid #345D7B;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    margin-bottom: 0.625rem;
}
.ab1_item_title {
    font-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}
.ab1_item_text {
    font-family: 'involveM', sans-serif;
    font-size: 0.875rem;
}
.ab2_box {
    margin-top: 3.75rem;
}
.ab2_title {
    margin-bottom: 1.25rem;
}
.ab2_btitle {
    font-family: 'involveB', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.95rem;
    line-height: 1.36;
}
.ab2_text {
    font-family: 'involveM', sans-serif;
    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);
    font-family: 'involveM', sans-serif;
}
.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-family: 'involveB', sans-serif;
}
.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: #345D7B;
    font-family: 'involveB', sans-serif;
    font-size: 2.5rem;
    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-family: 'involveM', sans-serif;
    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: #345D7B;
    font-family: 'involveB', sans-serif;
    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: 1.36rem;
    line-height: 1.37;
}
.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 {
    font-family: 'involveM', sans-serif;
    width: 66%;
    margin-bottom: 2.5rem;
    line-height: 1.4;
    color: #345D7B;
}
.dvy_left, .dvy_right {
    position: relative;
    width: calc(50% - 0.313rem);
    border-radius: 20px;
    padding: 1.875rem 1.25rem;
    min-height: 36.1rem;
    overflow: hidden;
}
.dvy_left {
    background-color: #345D7B;
}
.dvy_right {
    background-color: #4B7591;
}
.dvy_left:after, .dvy_right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18.125rem;
    height: 16.625rem;
    background-size: cover;
}
.dvy_left:after {
    background-image: url("../img/dvy-left.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: 2.5rem;
}
.dvy_itext {
    color: rgba(255, 255, 255, 0.8);
}
.dvy_itext p {
    margin-bottom: 0.06rem;
}
.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: 8px;
    overflow: hidden;
}
.gd1_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gd1_right {
    width: calc(100% - 35.688rem);
}
.gd1_title {
    color: #345D7B;
    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-family: 'involveB', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.38;
}
.gd1_text {
    font-family: 'involveM', sans-serif;
    margin: 1.4rem 0 2.05rem;
}
.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-family: 'involveM', sans-serif;
    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(52, 93, 123, 0.6);
}
.gd1_btns .goods_like2 {
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
}
.gd1_btns .btn span {
    height: 3.3rem;
}
.gd2_box {
    margin-top: 5rem;
}
.gd2_title {
    color: #345D7B;
    margin-bottom: 1.55rem;
}
.gd2_table table {
    margin: 0 auto;
    text-align: center;
    align-content: center;
    border-collapse: separate;
    border-spacing: 0;
}
.gd2_table th {
    font-family: 'involveSB', sans-serif;
    font-size: 0.875rem;
    color: #FFFFFF;
    padding: 1.3rem;
    background-color: #345D7B;
}
.gd2_table td {
    font-family: 'involveM', sans-serif;
    padding: 0.608rem;
    background: rgba(130, 172, 196, 0.4);
}
.gd2_table td span{
    display: block;
    padding: 0.245rem;
    border-radius: 4px;
}
.gd2_table tr:nth-child(even) td {
    background-color: rgba(130, 172, 196, 0.2);
}
.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-family: 'involveB', sans-serif;
    font-size: 2rem;
    margin-bottom: 2.3rem;
}
.gd3_title {
    color: #345D7B;
    margin-top: 5rem;
}
.gd3_box {
    position: relative;
    margin-top: 1.875rem;
}
.gd3_item {
    width: 100%;
    height: 28.25rem;
}
.gd3_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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: #335C7A;
    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: #82ACC4;
}
.gd4_title {
    color: #345D7B;
    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-family: 'involveB', sans-serif;
    margin-bottom: 0.95rem;
}
.bs_iart{
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0.7rem;
}
.bs_iprice {
    font-family: 'involveB', sans-serif;
    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: #345D7B;
    font-family: 'involveB', sans-serif;
    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 #345D7B;
}
.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: #81ABC3;
    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;
}
































