@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GilroyMedium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GilroyRegular';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GilroySemiBold';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GilroyBlack';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}
body{
    line-height: 1.4;
    font-family: 'GilroyRegular', sans-serif;
}
.container {
    width: 65rem;
}
header {
    background: rgba(255, 255, 255, 0.80);
    transition: all 0.35s;
}
.header_box{
    position: relative;
    padding: 1.5rem 0;
}
.header_box:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 17.375rem;
    background-color: rgba(0, 0, 0, 0.60);
}
.header_box:before{
    position: absolute;
    bottom: 0;
    left: 100%;
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.logo{
    display: block;
    width: 6.25rem;
    position: relative;
}
.logo_text{
    font-family: 'Oswald', sans-serif;
    font-size: 1.65rem;
    line-height: 1.2;
    display: block;
}
.menu {
    margin-left: 2.5rem;
}
.menu a{
    display: inline-block;
    margin-right: 1.97rem;
}
.menu a:hover, .header_phone:hover, .more_link:hover{
    opacity: 0.6;
}
.menu a.active{
    font-family: GilroyBold, sans-serif;
}
.menu a:last-child{
    margin-right: 0;
}
.count_box{
    position: absolute;
    right: 0;
    top: 0;
    font-family: GilroyBold, sans-serif;
    background-color: #FF2D2D;
    color: white;
    border-radius: 50%;
    font-size: 0.85rem;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare_link .count_box{
    right: -0.3rem;
    top: -0.4rem;
}
.cart_link{
    width: 2.375rem;
    position: relative;
}
.cart_link img, .compare_link img{
    transition: all 0.35s;
}
.cart_link:hover img, .compare_link:hover img{
    opacity: 0.5;
}
.compare_link{
    width: 1.813rem;
    margin: 0 1rem;
    position: relative;
}
.compare_link:hover span{
    top: 2.2rem;
    pointer-events: painted;
    opacity: 1;
}
.compare_link span{
    border-radius: 5px 0px 5px 5px;
    background: #878787;
    color: white;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0.8rem;
    top: 2.8rem;
    font-size: 0.875rem;
    width: max-content;
    padding: 0.25rem 0.4rem;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s;
}
.header_phone{
    font-size: 1.125rem;
}
.banner{
    height: 42.9rem;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#box-1{
    position: relative;
}
#box-1 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box-1:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 56%;
    background: rgba(255, 255, 255, 0.40);
    z-index: 1;
}
#box-1 .container{
    position: relative;
    z-index: 2;
}
.banner_box{
    width: 59.5%;
    padding-bottom: 3rem;
}
.banner_text{

}
.banner_text h1{
    font-size: 3rem;
    margin-bottom: 2.1rem;
}
.banner_text p{
    margin-bottom: 2.1rem;
}
.btn{
    text-transform: uppercase;
    font-size: 1.125rem;
    padding: 0.7rem 2.9rem;
    border-radius: 42px;
    background: #636363;
    color: white;
    border: 1px solid #636363;
    box-shadow: none!important;
    min-width: 16.6rem;
}
.btn:hover{
    background-color: white;
    color: black;
}
.btn:active{
    background: #636363;
    color: white;
}
.banner_info {
    position: absolute;
    right: 0;
    top: 7.6rem;
    font-family: 'GilroyMedium', sans-serif;
}
.banner_info:after{
    position: absolute;
    bottom: -0.4rem;
    left: -3.8rem;
    width: 1000px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.60);
    content: "";
}
#box-2{
    padding-top: 9.3rem;
}
.slider_item{
    /*border: 1px solid red;*/
    height: 30rem;
    position: relative;
}
.slider_item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide_1_title{
    position: absolute;
    right: -0.21rem;
    top: -2rem;
    font-size: 3rem;
    text-transform: uppercase;
    color: #BFBFBF;
    z-index: 1;
}
.slick-track:after, .slick-track:before{
    display: none;
}
.slide-1{
    display: flex!important;
    align-items: flex-end;
}
.slide1_box{
    padding: 2.5rem 4.1rem
}
.slide-2{
    display: flex!important;
    align-items: center;
}
.slide-3{
    display: flex!important;
    align-items: flex-end;
    padding-bottom: 5rem;
}
.slider_item h2{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.slide1_text{
    position: relative;
    z-index: 1;
}
.slide2_text{
    width: 100%;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(3px);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2.3rem 1rem;
}
.slide2_text p{
    margin: 0;
    font-size: 1.5rem;
}
.slide-3 h2{
    position: absolute;
    left: 3.4rem;
    top: 3.1rem;
    font-size: 3.25rem;
}
.slide-3 p{
    font-size: 1.5rem;
    margin: 0;
}
.slide3_text{
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2.5px);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.1rem 3.4rem;
    align-items: center;
}
#box-3 {
    padding-top: 9.3rem;
    padding-bottom: 8.1rem;
}
.box3_text .content {
    text-align: center;
    width: 33.7rem;
    margin: 0 auto;
}
.line{
    display: block;
    height: 1px;
    background: rgba(0, 0, 0, 0.60);
    width: 29.2rem;
    position: relative;
}
.line_top{
    margin-bottom: 3.8rem;
    left: -12.5rem;
}
.line_bottom{
    margin-left: auto;
    left: 12.5rem;
    margin-top: 3.8rem;
}
.advantage_item{
    position: relative;
}
.advantage_item span {
    position: absolute;
    right: 0.4rem;
    top: -0.5rem;
    font-size: 1.5rem;
    z-index: 1;
}
.advantage_item:first-child span{
    right: 7.5rem;
}
.advantage_num{
    font-size: 8rem;
    font-family: GilroyBlack, sans-serif;
    line-height: 0.8;
    color: rgba(0, 0, 0, 0.15);;
}
.advantages{
    margin-top: 11.2rem;
    padding-bottom: 1rem;
}
.advantage_item p{
    margin: 0;
    margin-top: 0.8rem;
}
.main_cat_box {
    margin-top: 9.4rem;
    position: relative;
}
.more_link{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: absolute;
    bottom: 2rem;
    left: 11.7rem;
}
.more_link img {
    margin-left: 0.7rem;
}
.section_title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.main_cat_text{
    width: 26rem;
}
.main_cat_imgs{
    width: 31.875rem;
    margin-top: -1.2rem;
}
.main_cat_imgs img{
    margin-bottom: 1.3rem;
}
.box4_form_box {
    width: 28.1rem;
    text-align: center;
    padding-top: 6.2rem;
    padding-bottom: 4.1rem;
}
.form-group {
    margin-bottom: 2.2rem;
}
.form-control{
    border: none;
    border-radius: 0;
    padding: 0.7rem 1.6rem;
    height: auto;
}
.box4_banner{
    width: 43.3%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box4_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box-4{
    position: relative;
    background-color: #F2F1EC;
}
.footer_logo{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2.25rem;
    line-height: 0.8;
    margin-top: 0.8rem;
}
footer{
    padding-top: 2.1rem;
    font-size: 14px;
    padding-bottom: 1.5rem;
    background: #636363;
    color: white;
}
footer a{
    color: white;
}
.slogan{
    display: block;
    margin-top: 0.6rem;
}
.f_contacts {
    text-align: right;
}
.cont_item a{
    font-size: 16px;
}
.cont_item {
    margin-bottom: 0.15rem;
}
.socials{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
}
.socials a{
    display: inline-block;
    margin-left: 0.7rem;
}
.f_menu{
    margin-left: 1.8rem;
    margin-top: 0.6rem;
}
.f_menu a {
    display: block;
    margin-bottom: 0.35rem;
}
.f_menu a:hover, .f_menu a.active, .cont_item a:hover{
    color: white;
    opacity: 0.5;
}
.socials a:hover{
    opacity: 0.7;
}
.page{
    padding-top: 10.2rem;
}
.about_banner_slider{
    width: 46.2rem;

}
.about_banner_slider a{
    height: 34.1rem;
}
.about_banner_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_banner{
    position: relative;
}
.about_banner_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.2rem;
    padding-top: 4.3rem;
    min-height: 23.1rem;
    background: rgba(255, 255, 255, 0.40);
    z-index: 2;
}
.about_banner_text .section_title{
    margin-bottom: 2.8rem;
}
.about_banner .slick-prev {
    bottom: 1.7rem;
    right: unset;
    left: 2.2rem;
    background-image: url(../img/left2.png);
    width: 36px;
    height: 36px;
}
.about_banner .slick-next {
    bottom: 1.7rem;
    right: unset;
    left: 5.7rem;
    background-image: url(../img/right2.png);
    width: 36px;
    height: 36px;
}
.about_line_text{
    margin-top: 9.5rem;
    padding-left: 16.6rem;
}
.about_line_text .line{
    position: absolute;
    right: 107.7%;
    width: 25.4rem;
    top: 0.7rem;
}
.about_full_img{
    margin-top: 3.7rem;
}
.about_line_text2{
    border-right: 1px solid rgba(0, 0, 0, 0.60);;
    width: 83.3%;
    margin: 0 auto;
    margin-top: 9.3rem;
    padding: 0 5.5rem;
    padding-bottom: 2.8rem;
}
.about_line_text2 .content{
    text-align: center;
}
.about_imgs_slider {
    margin: 0 auto;
    margin-top: 8.1rem;
    width: 86.2%;
}
.about_imgs_slider_box .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.about_imgs_slider_box a{
    height: 18.1rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    margin: 10px;
}
.about_imgs_slider_box a:hover{
    box-shadow: 0px 4px 10px 0px transparent;
}
.about_imgs_slider_box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black_arrows .slick-prev{
    background-image: url(../img/left3.png);
    width: 36px;
    height: 36px;
    right: -1.6rem;
    bottom: 0.7rem;
}

.black_arrows .slick-next {
    background-image: url(../img/right3.png);
    width: 36px;
    height: 36px;
    right: -5.2rem;
    bottom: 0.7rem;
}
.about_slider_section{
    overflow: hidden;
}
.about_line_text3 {
    margin-top: 8.9rem;
    padding-left: 23rem;
    text-align: center;
}
.about_line_text3 .line{
    position: absolute;
    right: 106.6%;
    top: 0.6rem;
    width: 32.7rem;
}
.about_form {
    margin-top: 9.7rem;
    padding-top: 6.3rem;
    padding-bottom: 6.2rem;
    background-color: #F2F1EC;
}
.about_form .section_title{
    position: relative;
}
.about_form .section_title:after{
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    width: 13.8rem;
    height: 1px;
    background-color: #0D0D0D;
    content: "";
}
.form-group2{
    margin-bottom: 1rem;
}
.btn-group2 {
    margin-top: 2rem;
    text-align: center;
}
.about_form_box{
    padding-left: 3.4rem;
}
.part_preim_items{
    width: 33.75rem;
    padding-right: 1rem;
    position: relative;
}
.part_preim_items:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 21.8rem;
    background-color: rgba(0, 0, 0, 0.60);;
    content: "";
}
.part_preim_item:not(:last-child){
    margin-bottom: 2rem;
}
.part_preim_item h4{
    font-family: GilroyBlack, sans-serif;
    font-size: 2.25rem;
    margin-bottom: 0.3rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.15);
}
.part_preim_item p{
    margin: 0;
}
.part_preims{
    margin-top: 9.5rem;
}
.part_imgs{
    width: 22.813rem;
}
.part_imgs img{
    width: 100%;
}
.part_img2{
    width: 17.75rem;
    position: absolute;
    bottom: -8.2rem;
    left: -6.5rem;
    z-index: 1;
}
.part_contacts {
    background-color: #F2F1EC;
    margin-top: 8.8rem;
    padding-top: 4.1rem;
    padding-bottom: 4.3rem;
}
.part_cont_item h4{
    margin-bottom: 1.5rem;
}
.part_cont_item p {
    margin-bottom: 0.7rem;
}
.part_phone{
    display: flex;
    align-items: center;
}
.part_phone_item{
    margin-left: 0.6rem;
    display: flex;
    align-items: center;
}
.part_phone_item img{
    margin-right: 0.4rem;
}
.part_form{
    margin-top: 6.3rem;
    padding-bottom: 9.5rem;
}
.part_form_box{
    width: 42.7rem;
    margin: 0 auto;
}
.part_form_box .section_title{
    border-top: 1px solid rgba(0, 0, 0, 0.60);
    padding-top: 3rem;
    text-align: center;
}
.form-control.border{
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
}
.form-control::placeholder{
    color: #878787;
}
.part_form_box form{
    display: block;
    width: 28.2rem;
    margin: 0 auto;
}
.articles_page {
    /*padding-top: 10rem;*/
    /*padding-top: 12.5rem;*/
    padding-top: 14.6rem;
    padding-bottom: 5rem;
}
.article_item_page{
    padding-bottom: 7rem;
}
.article_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.5rem;
}
.article_num{
    font-size: 4.25rem;
    font-family: GilroyBlack, sans-serif;
    line-height: 0.9;
    width: 5.1rem;
    color: rgba(0, 0, 0, 0.15);
}
.article_info{
    width: calc(100% - 13.1rem);
    padding-right: 2rem;
}
.article_info h4{
    font-size: 2.25rem;
    font-family: GilroyBlack, sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.1;
}
.article_info h4 a{
    color: rgba(0, 0, 0, 0.15);
}
.article_info h4 a:hover{
    color: #878787;
}
.article_info p{
    margin: 0;
}
.article_more{
    width: 8rem;
    padding-bottom: 1.2rem;
}
.article_more a{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.article_more a:hover{
    font-family: GilroyBold, sans-serif;
}
.article_more img {
    margin-left: 0.8rem;
}
.articles_page .section_title {
    margin-bottom: 2.8rem;
}
.article_content{
    overflow: hidden;
}
.next_article{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-left: 1px solid rgba(0, 0, 0, 0.60);
    padding-left: 2.5rem;
    margin-top: 2.5rem;
}
.next_article .more_link{
    position: static;
    width: 15.4rem;
    margin-bottom: 1.4rem;
}
.next_article p {
    margin: 0;
    width: 39rem;
    font-size: 1.125rem;
    line-height: 1.2;
}
.sort_box {
    position: relative;
    /* padding-right: 0.3rem; */
    margin-top: 1rem;
    padding-bottom: 0.6rem;
}
.sort_box:hover img{
    transform: rotate(0deg);
}
.sort_box:hover .sort_drop{
    display: block;
}
.active_sort{
    display: flex;
    align-items: center;
}
.sort_box img {
    margin-left: 1.3rem;
    transition: all 0.35s;
    transform: rotate(-180deg);
    margin-right: 0.3rem;
}
.sort_drop{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    padding: 1.3rem 1.3rem;
    position: absolute;
    right: 0;
    width: 13.8rem;
    top: 100%;
    padding-bottom: 0.4rem;
    display: none;
    z-index: 4;
}
.sort_drop a {
    display: block;
    margin-bottom: 0.6rem;
}
.prod_item{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.prod_top{
    display: block;
}
.prod_img{
    height: 14.2rem;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.35s;
    background-color: white;
}
.prod_item:hover .prod_img{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.prod_img.cover_img img{
    object-fit: cover;
}
.title_flex{
    padding-bottom: 1.1rem;
}
.prod_top h4{
    margin-top: 1.5rem;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.prod_row{
    margin: 0 -10px;
}
.prod_row .mb_30{
    padding: 0 10px;
    margin-bottom: 2rem;
}
.prod_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-right: 0.5rem;
}

.old_price{
    padding-top: 0.6rem;
    display: block;
    font-size: 0.875rem;
    color: #7A7A7A;
    text-decoration: line-through;
}
.prod_price{
    display: block;
    font-size: 1.125rem;
}
.prod_btns {
    display: flex;
    align-items: center;
}
.prod_btns button img{
    transition: all 0.35s;
    margin: 0 auto;
}
.prod_btns button:hover img{
    opacity: 0.6;
}
.prod_cart{
    background-color: transparent;
    margin-left: 0.7rem;
    width: 3.063rem;
    height: 3.063rem;
}
.prod_cart.active{
    pointer-events: none;
}
.prod_cart img{
    max-width: 100%;
}
.prod_cart .active{
    display: none;
}
.prod_cart.active .active{
    display: block;
}
.prod_cart.active .factive{
    display: none;
}

.prod_compare{
    background-color: transparent;
    width: 1.813rem;
    position: relative;
}
.prod_compare.active{
    pointer-events: none;
    opacity: 0.3;
}
.prod_compare.active span{
    display: none;
}
.prod_compare span{
    border-radius: 5px 0px 5px 5px;
    background: #878787;
    color: white;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0rem;
    top: 1.9rem;
    font-size: 0.875rem;
    width: max-content;
    padding: 0.25rem 0.4rem;
    transition: all 0.25s;
    pointer-events: none;
    opacity: 0;
}
.prod_compare:hover span{
    pointer-events: painted;
    opacity: 1;
}
.prod_compare img{
    width: 100%;
}
.prod_stickers{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1rem;
    font-family: GilroyBold, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.prod_stickers span{
    color: white;
}
.prod_stickers span.black{
    color: black;
}
.prod_sale{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    padding: 0.1rem 0.7rem;
}
.catalog_form {
    margin-top: 7.5rem;
    padding-top: 6.3rem;
    padding-bottom: 6.2rem;
    background-color: #F2F1EC;
}
.cat_form_box{
    border-left: 1px solid #0D0D0D;
    width: 83.1%;
    margin: 0 auto;
}
.cat_form_box .section_title{
    text-align: center;
    font-size: 2rem;
}
.cat_form_box form{
    display: block;
    width: 28rem;
    margin: 0 auto;
}
.prod_modal_btn{
    font-size: 0.875rem;
    text-transform: uppercase;
    border-radius: 46px;
    border: 1px solid #0D0D0D;
    background: transparent;
    padding: 0.5rem 1rem;
    transition: all 0.35s;
}
.prod_modal_btn:hover{
    background-color: #D8D8D8;
}
.modal_text{
    font-size: 1.375rem;
    margin-bottom: 2rem;
}
.modal__block form{
    width: 28.188rem;
    display: block;
    margin: 0 auto;
}
.close2{
    position: absolute;
    z-index: 5;
    right: -11px;
    top: -14px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.45));
    transition: all 0.35s;
}
.close2:hover{
    transform: rotate(-180deg);
}
.card_slider{
    display: flex;
    align-items: flex-start;
}
.card_slider_left{
    width: 8.3rem;
}
.card_slider_left .slick-list{
    margin: -8px;
}
.nav_item{
    cursor: pointer;
    height: 4.555rem!important;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    margin: 8px!important;
    transition: all 0.35s;
}
.nav_item.slick-current, .nav_item:hover{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.card_slider_right .rel{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
.card_slider_right.full{
    width: 100%!important;
    padding: 0!important;
}
.card_slider_right {
    width: calc(100% - 8.3rem);
    padding-left: 1.5rem;
}
.cat--unit__for a{
    display: block;
    height: 21.4rem;
}
.card_slider_right a img, .nav_item img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.card_slider_right .prod_sale{
    font-family: GilroyBold, sans-serif;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 3;
}
.card_row{
    margin: 0 -10px;
}
.card_row > .mob_full{
    padding: 0 10px;
}
.prod_3d{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-family: GilroyBold, sans-serif;
    height: 1.688rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 3.375rem;
    border-radius: 1rem;
    z-index: 3;
}
.card_info {
    padding-left: 1.3rem;
}
.articul {
    font-size: 0.875rem;
    margin-bottom: 0.9rem;
    color: #AAA;
}
.card_info .section_title{
    font-size: 1.375rem;
}
.color_box{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.colors {
    display: flex;
    flex-wrap: wrap;
}
.colors a{
    width: 1.563rem;
    height: 1.563rem;
    border: 1px solid black;
    border-radius: 50%;
    pointer-events: none;
    margin-right: 0.3rem;
}
.chars{

}
.chars p{
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}
.chars span{

}
.chars span:first-child{
    margin-right: 1.2rem;
}
.chars span:last-child{

}
.card_counter{
    border-bottom: 1px solid #000000;
    width: 13.7rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.5rem;
}
.card_counter button{
    font-size: 1.625rem;
    background-color: transparent;
}
.card_counter input{
    font-size: 1.625rem;
    width: 2.5rem;
    text-align: center;
    background-color: transparent;
}
.card_video{
    margin-bottom: 3.3rem;
}
.card_price .old_price{
    font-size: 1rem;
}
.card_price .prod_price{
    font-size: 2.5rem;
    line-height: 1;
}
.card_content {
    margin-top: 4.1rem;
}
.card_video iframe{
    width: 100%!important;
    height: 25rem!important;
}
.viewed_products{
    margin-top: 5.5rem;
}
.viewed_products .line {
    width: 20.7rem;
    margin-bottom: 3rem;
}
.cart_right {
    border-left: 1px solid rgba(0, 0, 0, 0.60);;
    padding-left: 1.2rem;
    width: 21.9rem;
    padding-bottom: 1rem;
}
.cart_total{
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.cart_flex{
    padding-top: 1.1rem;
}
.cart_info{

}
.cart_info p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.promo_box{
    margin-top: 1.7rem;
}
.promo_link{
    text-decoration: underline;
    margin-bottom: 0.8rem;
}
.back_link{
    margin-top: 1rem;
}
.cart_left{
    width: calc(100% - 21.9rem);
    padding-right: 1rem;
}
.cart_prod_img{
    width: 20.9rem;
    height: 14.3rem;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    display: block;
    background-color: white;
}
.cart_prod_img:hover{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.cart_prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.cart_prod_info{
    width: calc(100% - 20.9rem);
    padding-left: 1.2rem;
    padding-top: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.2rem;
}
.cart_prod_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.9rem;
}
.cart_prod_info h4{
    font-size: 1rem;
    margin-bottom: 0.7rem;
}
.cart_prod_info .articul{
    margin-bottom: 1rem;
}
.cart_prod_item .card_price .prod_price {
    font-size: 1.5rem;
}
.cart_prod_info .prod_btns {
    width: 32.1%;
}
.cart_prod_info .prod_btns a:hover{
    opacity: 0.6;
}
.cart_prod_info .card_price .old_price {
    padding: 0;
}
.cart_prod_info .card_counter {
    border-bottom: none;
    width: auto;
    padding-bottom: 0.1rem;
}
.cart_top_product{
    background-color: #F2F1EC;
    margin-top: 0.6rem;
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
}
.cart_content{
    padding-top: 5rem;
}
.empty_line{
    height: 2rem;
}
.order_page .cart_right {
    margin-top: -6.1rem;
}
.btn.min_unset{
    min-width: unset;
}
.order_form_item h4{
    font-size: 1.375rem;
    margin-bottom: 1.2rem;
}
.order_form {
    padding-top: 0.7rem;
    width: 31.9rem;
}

.order_form .form-control, .promo_box .form-control{
    padding: 0.6rem 1.6rem;
    border-color: #c5c5c5!important;
}
.form-group2 {
    margin-bottom: 0.95rem;
}
.order_check{
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    margin-top: -0.65rem;
    margin-bottom: 0.9rem;
    cursor: pointer;
}
.order_check input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c5c5c5;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
    position: relative;
}
.order_check input:after{
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    right: 0.2rem;
    content: "";
    background-color: #878787;
    opacity: 0;
}
.order_check input:checked:after{
    opacity: 1;
}
.order_lables{
    margin-bottom: 1.2rem;
}
.order_lables label{
    display: flex;
    align-items: center;
    /*font-size: 0.875rem;*/
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.order_lables label input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #878787;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
    position: relative;
    border-radius: 50%;
}
.order_lables input:after{
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    right: 0.2rem;
    content: "";
    background-color: #000000;
    opacity: 0;
    border-radius: 50%;
}
.order_lables input:checked:after{
    opacity: 1;
}
.order_form_item{
    margin-bottom: 1.7rem;
}
.order_btn_flex{
    padding-top: 0.5rem;
}
.order_btn_flex .btn{
    margin-right: 2.3rem;
}
.order_page{
    padding-bottom: 8rem;
}
.del_address{
    display: none;
}
.del_address iframe{
    width: 65rem!important;
    height: 25rem!important;
}
.contacts_page .section_title {
    margin-bottom: 1.7rem;
}
.cont_border{
    border-left: 1px solid rgba(0, 0, 0, 0.60);
    padding-left: 1.8rem;
}
.vhod {
    padding-left: 1.8rem;
    margin-top: 1.3rem;
    border-left: 1px solid transparent;
}
.contacts_info{
    border: 1px solid rgba(0, 0, 0, 0.60);
    padding: 2rem 1rem;
    width: 16.8rem;
    margin-top: 1.7rem;
    text-align: center;
}
.contacts_info .socials{
    justify-content: center;
}
.contacts_info .socials a{
    margin: 0 0.5rem;
}
.phone_cont{
    display: block;
    margin-bottom: 0.5rem;
}
.map{
    height: 100%;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.compare_menu a{
    display: inline-block;
    margin-right: 0.5rem;
    border: 1px solid transparent;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 30px;
    width: 7.4rem;
    text-align: center;
}
.compare_menu a:hover{
    background-color: rgba(13, 13, 13, 0.10);;
}
.compare_menu a.active{
    border-color: #0D0D0D;
}
.compare_page .section_title {
    margin-bottom: 2rem;
}
.compare_btns a{
    display: inline-block;
    margin-left: 1.6rem;
}
.compare_btns a:hover{
    opacity: 0.6;
}
.compare_prod_row .prod_item{
    border: 1px solid rgba(0, 0, 0, 0.30);
    padding: 1.8rem 2.7rem;
}
.compare_control{
    margin-bottom: 3.1rem;
}
.compare_bottom h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 2.1rem;
}
.compare_bottom{
    line-height: 1.3;
}
.compare_bottom .card_price .old_price {
    font-size: 1rem;
    padding: 0;
    display: inline-block;
    margin-right: 0.3rem;
}
.compare_bottom .card_price .prod_price {
    font-size: 1.5rem;
    display: inline-block;
}
.compare_prod_row{
    margin: 0 -10px;
}
.compare_prod_row > div{
    padding: 0 10px;
}
.compare_list {
    padding-top: 17.7rem;
}
.compare_list p:first-child{
    margin-bottom: 1.8rem;
}
.compare_list p:last-child{
    margin-top: 2.3rem;
}
.compare_page .viewed_products {
    margin-top: 8rem;
}
.compare_page{
    padding-bottom: 7rem;
}
.prod_item.empty_compare{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.empty_compare .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.8rem;
    width: max-content;
    min-width: unset;
}
.empty_compare_text{
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}
.section_text{
    font-size: 1.375rem;
    margin-top: -1rem;
    margin-bottom: 2.3rem;
}
.calc_form{
    background-color: #F2F1EC;
    padding: 1rem 1rem;
    min-height: 24rem;
    position: relative;
    padding-top: 6rem;
}
.calc_form.factive{
    padding-top: 2.2rem;
}
.calc_form.factive .compare_btns{
    display: none;
}
.calc_form .compare_btns {
    position: absolute;
    right: 4rem;
    bottom: 1.5rem;
}
.calc_num{
    font-size: 3rem;
    line-height: 0.9;
    font-family: GilroyBlack, sans-serif;
    margin-right: 1.2rem;
    color: rgba(0, 0, 0, 0.15);
}
.calc_title{
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.calc_title span{
    font-size: 1.375rem;
}
.calc_lables_box{
    display: flex;
    justify-content: center;
    padding-top: 1.1rem;
}
.calc_lables_box .order_lables label input{
    width: 1.475rem;
    height: 1.475rem;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    margin-right: 1.2rem;
}
.calc_lables_box .order_lables label input:after{
    background-color: #636363;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
}
.calc_lables_box .order_lables label {
    margin-bottom: 0.8rem;
}
.calc_item{
    display: none;
}
.calc_item.factive{
    display: block;
}
.calc_title i{
    font-style: normal;
}
#slider{
    width: 30rem;
    margin-top: 1rem;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #878787;
    border-radius: 50%;
    border: none;
    width: 1.25rem;
    height: 1.25rem;
}
.ui-widget.ui-widget-content {
    border: 1px solid rgba(135, 135, 135, 0.30);
    background: rgba(135, 135, 135, 0.30);
    border-radius: 10px;
}
.ui-slider-horizontal {
    height: 0.6rem;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.4rem;
    margin-left: -0.1rem;
}
.calc_finish{
    width: 25rem;
}

.calc_finish .form-group2 {
    margin-bottom: 0.5rem;
}
.calc_finish .btn-group2{
    margin-top: 1.3rem;
}
.calc_page .prod_bottom{
    padding: 0;
    padding-top: 1rem;
}
.calc_prev.dis{
    opacity: 0;
    pointer-events: none;
}
.no_img{
    width: 100%;
    height: 100%;
    background-color: #636363;
    background-image: url("../img/footer_logo.png");
    background-size: 6rem;
    background-position: center center;
    background-repeat: no-repeat;
}

.com_prod_item{
    margin: 15px;
}
.compare_slider .slick-list{
    margin: -15px;
    display: flex;
}
.compare_slider .slick-track{
    display: flex;
}
.compare_slider .slick-prev{
    bottom: unset;
    top: -2.5rem;
    right: 3rem;
}
.compare_slider .slick-next{
    bottom: unset;
    top: -2.5rem;
    right: 0;
}

.compare_bottom_box .chars{
    border-top: 1px solid black;
    padding-top: 1rem;
    margin-top: 1rem;
}

.compare_bottom_box .chars p{
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 1rem;
}

.whatsapp {
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    outline: none !important;
    z-index: 999;
}
.whatsapp {
    position: fixed;
    right: 5%;
    bottom: 150px;
    color: #ffffff;
    height: 60px;
    width: 60px;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none!important;
}

.whatsapp:after, .whatsapp:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid #25d366;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 0%;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
    border: 5px solid #25d366;
    border-radius: 50%;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
.whatsapp i {
    display: block;
    font-size: 30px;
    color: #fff;
}
@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
@keyframes phone {
    20% {
        transform: rotate(-30deg);
    }
    80% {
        transform: rotate(390deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 1440px) {
    .whatsapp {
        bottom: 120px;
    }
}
@media screen and (max-width: 1024px) {
    .whatsapp {
        width: 40px;
        height: 40px;
    }
    .whatsapp {
        bottom: 100px;
    }
    .whatsapp i {
        font-size: 20px;
    }
}
.whatsapp .fe-smart-menu{
  position: absolute;
  top: 100%;
  left: 0;
}