@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
    url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
body{
    line-height: 1.4;
    font-family: MontserratRegular, sans-serif;
    color: #333333;
}
a{
    color: #333333;
}
a:hover, a.active, .active a{
    color: #ff1438;
}

.logo{
    display: block;
    width: 7.5rem;
}
.logo img{
    width: 100%;
}
.container {
    width: 70.7rem;
}
.top_cart{

}
.top_cart img{
    width: 2.5rem;
    margin-right: 0.95rem;
}
.top_cart p{
    text-transform: uppercase;
    margin: 0;
    font-family: MontserratSemiBold, sans-serif;
    line-height: 1;
    margin-top: 0.75rem;
}
.top_cart span{
    font-size: 0.9rem;
}
.call_link{
    font-family: MontserratMedium, sans-serif;
    display: inline-block;
    border-bottom: 1px solid #ff1418;
    font-size: 0.88rem;
    margin-bottom: 0.2rem;
}
.call_link:hover{
    border-color: transparent;
}
.p_list{
    font-family: MontserratSemiBold, sans-serif;
}

.p_plock{
    margin-right: 5.4rem;
    margin-left: 4.6rem;
}
.p_list a {
    font-size: 1.25rem;
}
.p_list .arr{
    font-size: 0.65rem;
    color: white;
}
.socials a {
    display: inline-block;
    margin: 0 0.85rem;
    font-size: 1.3rem;
}
.lang_box {
    margin-right: 4.6rem;
    font-size: 0.9rem;
    margin-left: 5.4rem;
}
.lang_flex i{
    font-size: 0.65rem;
    margin-left: 0.2rem;
}
.city_list{
    font-size: 0.9rem;
}
.city_flex .fa-map-marker{
    color: #ff2f2c;
}
.city_flex .fa-chevron-down{
    font-size: 0.65rem;
}
.city_flex span {
    display: inline-block;
    margin: 0 0.2rem;
    margin-left: 0.6rem;
}
.header_top{
    padding: 0.7rem 0;
}
.menu_item{
    font-family: MontserratSemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 0.95rem;
}
.header_bottom{
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
}
.search_btn img{
    width: 1.25rem;
}
header a, header{
    color: white;
}
header a:hover, header a.active{
    color: #ff1418;
}
header{
    transition: all 0.25s;
}
/*.shadow{*/
/*    background-color: #292929;*/
/*}*/
.btn{
    font-family: MontserratSemiBold, sans-serif;
    color: white;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0.8rem 2.4rem;
    font-size: 0.94rem;
    background-color: #ff1418;
}
.btn:hover{
    color: white;
    background-color: #fa575a;
}
.main_slider_item {
    padding-bottom: 9.1rem;
    height: 100vh;
    display: flex!important;
    align-items: center;
    /*height: 58.3rem;*/
    color: white;
    position: relative;
    background-color: black;
}
.main_slider_item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    object-fit: cover;
}
.main_slider_item h2 {
    font-size: 2.96rem;
}
.main_slider_item p{
    font-size: 1.85rem;
    margin-top: 0.8rem;
    margin-bottom: 1.8rem;
    color: rgba(255,255,255,0.8);
}
.main_slider_item .container{
    position: relative;
    z-index: 1;
}
.slider_bottom{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}
.slider_bottom:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0,0,0,0.4);
    /*filter: blur(4px);*/
}
.slider_menu{
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
    width: 100%;
}
.sm_item{
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-family: MontserratSemiBold, sans-serif;
    text-transform: uppercase;
    width: 20%;
    padding: 0.5rem;
    text-align: center;
    min-height: 5.8rem;
    font-size: 1.05rem;
    position: relative;
    background-color: white;
    border-right: 1px solid #e8e8e8;
    cursor: pointer;
    color: #333333;
    transition: all 0.35s;
}
.sm_item:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    content: "";
    transition: all 1s;
    height: 3px;
    background-color: #ff1418;
}
.sm_item.slick-current{
    background-color: transparent;
    color: white;
    border-color: transparent;
}
.sm_item.slick-current:after{
    right: 0;
}
.sm_item:last-child{
    border: none;
}
.slider_info {
    position: relative;
    z-index: 1;
    padding: 3.4rem 0;
}
.slider_info h4 {
    font-size: 1.9rem;
}
.slider_info span {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
}

#box-1:after{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    height: 12rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
    pointer-events: none;
}
.slider_menu .slick-list, .slider_menu .slick-track{
    display: flex;
    width: 100%;
}
#box-2 {
    background-color: white;
    padding: 5.5rem 0;
}
.img_item{
    padding: 1.45rem 1.9rem;
    display: block;
    position: relative;
    font-family: MontserratBold, sans-serif;
    font-size: 1.25rem;
    background-color: #f3f3f3;
}
.img_item img{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}
.cat_box {
    padding-top: 3.2rem;
}
.section_title {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
}
.cm_item{
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.6rem;
    padding: 0.55rem 1rem;
    font-family: MontserratSemiBold, sans-serif;
    text-transform: uppercase;
    width: 25%;
    font-size: 0.88rem;
    text-align: center;
    position: relative;
}
.cm_item:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 3px;
    background-color: #ff1418;
    opacity: 0;
}

.cat_menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.9rem;
}
.cm_item.active{
    border-color: #ff1418;
    /*border-bottom-width: 4px;*/
    color: #333333;
}
.cm_item.active:after{
    opacity: 1;
}

.cat_item{
    display: block;
    height: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.cat_item:hover{
    color: white;
    background-color: #333333;
}
.cat_img{
    height: 12.7rem;
}
.cat_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_text {
    padding: 1.55rem 1.9rem;
    padding-right: 1.5rem;
}
.cat_text h4 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}
.cat_text p {
    margin: 0;
    line-height: 1.45;
}
.cat_btn {
    margin-top: 0.8rem;
}
.cat_btn .btn{
    background-color: transparent;
    border: 1px solid #ff1418;
    color: #ff1418;
}
.cat_btn .btn:hover{
    background-color: #ff1418;
    color: white;
}
#box-3 {
    padding-top: 5.3rem;
    padding-bottom: 5.5rem;
    background-color: #f3f3f3;
}
.section_text {
    font-size: 1.25rem;
    margin-top: -1.6rem;
    margin-bottom: 1.8rem;
}
.sp_item{
    font-family: MontserratSemiBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 0.86rem;
    position: relative;
    padding: 1.6rem 0;
}
.sp_item:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ff1418;
    opacity: 0;
    transition: all 0.25s;
}
.sp_item:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3.6rem;
    width: 1.8rem;
    height: 2px;
    background-color: #dddddd;
    content: "";

}
.sp_item:last-child:after{
    display: none;
}
.spectr_flex{
    margin-bottom: 2.5rem;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.sp_item img{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.25s;
}
.sp_item.active:before, .sp_item.active img, .sp_item.slick-current:before, .sp_item.slick-current img{
    opacity: 1;
}
.sp_item.slick-current{
    color: #ff1418;
}
.spectr_slide img{
    width: 100%;
}
.spectr_text {
    padding-top: 2.7rem;
    padding-left: 0.6rem;
}
.content h4 {
    font-size: 1.61rem;
    margin-bottom: 1.8rem;
}

.spectr_slider .slick-prev {
    left: -5.6rem;
}

.spectr_slider .slick-next {
    right: -5.6rem;
}
.spectr_slider .slick-arrow{
    top: 50%;
    border-color: #e8e8e8;
}
.spectr_slider .slick-arrow:after{
    color: #333333;
    transition: all 0.35s;
}

.spectr_slider .slick-arrow:hover{
    background-color: #ff1418;
}
.spectr_slider .slick-arrow:hover:after{
    color: white;
}

#box-4 {
    padding-top: 5.1rem;
}
.advantages h3 {
    font-size: 1.62rem;
    line-height: 1.3;
}
.a_img {
     height: 5rem;
     display: flex;
     align-items: center;
     margin-bottom: 0.6rem;
 }
.advantage img{
    max-height: 100%;
}
.advantage h4 {
    font-size: 1.22rem;
    margin-bottom: 0.7rem;
}
.advantage p{
    margin: 0;
}
.advantages .mb_30 {
    margin-bottom: 40px;
}
#box-5 {
    padding-top: 2.9rem;
    padding-bottom: 5.6rem;
}
.sale_slide {
    display: flex!important;
    align-items: center;
    height: 19.6rem;
    padding: 2rem 5.1rem;
    color: white!important;
    position: relative;
}
.sale_slide .rel{
    transition: all 0.5s;
}
.sale_slide:hover .rel{
    opacity: 0.6;
}
.sale_slide img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sale_slide h2 {
    text-transform: uppercase;
    font-size: 2.23rem;
}
.sale_slide p{
    margin: 0;
    font-size: 1.61rem;
    margin-top: 0.7rem;
    line-height: 1.3;
}
.sale_slide p b{
    color: #ff1418;
}
.sale_slider .slick-prev {
    left: -5.5rem;
}
.sale_slider .slick-next {
    right: -5.5rem;
}
.sale_slider .slick-arrow{
    top: 50%;
    border-color: #e8e8e8;
}
.sale_slider .slick-arrow:after{
    color: #333333;
    transition: all 0.35s;
}
.sale_slider .slick-arrow:hover:after{
    color: white;
}
.slick-dots{
    bottom: 1.6rem;
}
.slick-dots li button{
    padding: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #818181;
}
.slick-dots li.slick-active button{
    background-color: white;
    border-color: white;
}
.main_about {
    padding: 5rem 1.8rem;
    padding-bottom: 6rem;
    position: relative;
}
.main_about .cat_btn{
    margin-top: 2.8rem;
}
.main_about:before{
    position: absolute;
    left: -1.9rem;
    top: 0;
    bottom: 0;
    right: -100%;
    content: "";
    background: #f3f3f3;
}
.as_text {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 8.1rem;
    padding: 1rem 6.1rem;
    color: white;
    z-index: 1;
    margin-top: -1px;
    background: #ff1438;
}

.as_text h4 {
    font-size: 1.25rem;
}
.as_text span{

}
.as_img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 77%;
    height: 33rem;
}
.as_img img{
    max-height: 100%;
    max-width: 100%;
}
.main_about_slider .slick-prev{
    bottom: 2.5rem;
    top: unset;
    left: 1.3rem;
    transform: none;
}
.main_about_slider .slick-next{
    bottom: 2.5rem;
    top: unset;
    right: 1.3rem;
    transform: none;
}

.main_about_slider{
    position: relative;
}
.main_about_slider:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: -100%;
    height: 8.1rem;
    content: "";
    background-color: #ff1438;
}
.main_about_slider .slick-list{
    position: relative;
    z-index: 1;
}
.main_about_slider .slick-arrow:hover{
    border-color: white;
}
.about_slider_item{
    height: 41.037rem;
}
#box-7{
    padding-top: 5rem;
}
.news_item{
    display: block;
    height: 100%;
    border: 1px solid #e8e8e8;
    background-color: white;
    overflow: hidden;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}
.news_item:hover{
    background-color: #333333;
    color: white;
}
.news_img{
    height: 12.7rem;
    overflow: hidden;
    position: relative;
    margin: -1px;
    background-color: white;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s;
}
.news_date{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 1.9rem;
    z-index: 1;
    font-size: 0.88rem;
    background-color: #ff1438;
    color: white;
}
.news_text {
    padding: 1.7rem 1.8rem;
    padding-right: 1.1rem;
}
.news_text h4 {
    font-size: 1.22rem;
}
.news_text p {
    margin: 0;
    line-height: 1.45;
}
.over_box {
    position: relative;
    overflow: hidden;
    height: 7.2rem;
}
.over_box:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.2rem;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, white, transparent);
}
#box-8{
    padding-top: 3.6rem;
}
.over_box.active{
    height: auto!important;
}
.over_box.active:after{
    display: none;
}
.btn .fa{
    font-size: 0.6rem;
    position: relative;
    top: -0.1rem;
}
#box-9{
    padding-top: 5.7rem;
    padding-bottom: 4.9rem;
}
.part_item{
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    height: 7rem;
}
.part_item img{
    max-width: 100%;
    max-height: 100%;
}
.partners .slick-list{
    margin: 0 -15px;
}

.partners .slick-prev {
    left: -5.6rem;
}

.partners .slick-next {
    right: -5.6rem;
}

.partners .slick-arrow{
    border-color: #e8e8e8;
}
.partners .slick-arrow:hover{
    border-color: #ff1418;
}
.partners .slick-arrow:hover:after{
    color: white;
}
.partners .slick-arrow:after{
    color: #333333;
    transition: all 0.35s;
}
#box-10 {
    padding-top: 5.1rem;
    padding-bottom: 5.6rem;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}
#box-10:after{
    position: absolute;
    right: -11.5%;
    top: 0;
    bottom: 0;
    width: 50%;
    content: "";
    background-color: #e7e7e7;
    transform: skewX(-29deg);
}
#box-10 .container{
    position: relative;
    z-index: 1;
}
#box-10 .section_text{
    margin-top: -1rem;
    margin-bottom: 1.6rem;
}
#box-10 .form-group{
    margin: 0;
    position: relative;
    width: 80%;
}
.form-control{
    height: auto;
    padding: 0.7rem 1.9rem;
    border-radius: 30px;
    border: 1px solid #dedede;
}
.form-control::placeholder{
    color: #999999
}
.form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #ff1418;
    outline: 0;
    box-shadow: none;
}
.circle_btn{
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.3rem;
    height: 3.3rem;
    border: none;
    color: white;
    border-radius: 50%;
    background-color: #ff1418;
    font-size: 0.9rem;
    padding-left: 0.2rem;
}
.circle_btn:hover{
    background-color: #e0393c;
}
.footer_top {
    padding-top: 5.7rem;
    padding-bottom: 3rem;
    background-color: #333333;
}
.footer_logo {
    display: block;
    width: 7.5rem;
}
.footer_logo img{
    width: 100%;
}
footer{
    color: rgba(255,255,255,0.9);
}
footer a{
    color: #cccccc;
}
.slogan {
    margin-top: 1.5rem;
    color: #cccccc;
}
.footer_top h4, .footer_bottom h4 {
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
}
.social{
    display: flex;
    margin-top: 1.7rem;
}
.social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    font-size: 1.1rem;
    background-color: #555555;
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 0.1rem;
}
.social a .fa{
    position: relative;
    z-index: 1;
}
.social a:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0;
    background-color: #ff1418;
    transition: all 0.5s;
}
.social a:hover:after{
    opacity: 1;
}
.social a.instagram:after{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social a.facebook:after{
    background: #385599;
}
.social a.vk:after{
    background: #2683ed;
}
.el_box {
    margin-top: 2.8rem;
}
.el_title{
    font-family: MontserratMedium, sans-serif;
    margin-bottom: 0.6rem;
    color: #cccccc;
}
.el_box i {
    margin-right: 0.6rem;
    font-size: 0.8rem;
    color: #ff1418;
}
.el_box a{
    color: white;
    font-family: MontserratSemiBold, sans-serif;
}
.el_box a:hover{
    color: #ff1418;
}
.footer_bottom{
    padding-top: 3.4rem;
    padding-bottom: 5.3rem;
}
.num_title{
    font-family: MontserratMedium, sans-serif;
    color: #cccccc;
}
.num_title .fa {
    margin-right: 0.4rem;
}
.num_list {
    margin-top: 0.6rem;
}
.num_list a{
    font-family: MontserratMedium, sans-serif;
    display: block;
    margin-bottom: 0.1rem;
    color: white;
}
.num_list a:hover{
    color: #ff1418;
}
.art_flex img{
    margin-left: 0.5rem;
}
.footer_copy {
    border-top: 1px solid #555555;
    padding: 1.3rem 0;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
}
.footer_copy a{
    color: rgba(255,255,255,0.5);
}
.footer_copy a:hover{
    color: white;
}
footer{
    background-color: #292929;
}
.page{
    padding-top: 11.1rem;
    padding-bottom: 5.5rem;
}

.white_header{
    background-color: white;
}
.white_header a{
    color: #333333;
}
.white_header{
    color: #333333;
}

.white_header .header_bottom{
    border-color: #e8e8e8;
}
.white_header .socials a{
    color: #858585;
}
.white_header .search_btn img{
    filter: invert(1);
}
.white_header .call_link{
    color: #ff1418;
}
.white_header .top_cart span{
    color: #999999;
}
.page h1{
    margin-bottom: 2.8rem;
    font-size: 2.24rem;
}
.contacts_box .num_list a{
    color: #333333;
}
.contacts_box .num_list a:hover{
    color: #ff1418;
}
.white_contact{
    padding: 2.3rem 6.3rem;
    border: 1px solid #e8e8e8;
    background-color: white;
}
.white_contact .num_title .fa {
    color: #ff1418;
    font-size: 0.88rem;
}
.white_contact .num_title{
    color: #666666;
}
.white_contact .f_numbers{
    width: 17.5%;
}
.address_flex{
    margin-top: 1.9rem;
}
.icon_flex .fa{
    color: #ff1418;
}
.icon_flex {
    font-family: MontserratSemiBold, sans-serif;
    margin-top: 0.7rem;
    line-height: 1.3;
    white-space: pre;
}
.icon_flex .fa{
    margin-right: 1rem;
}
.icon_flex .fa.fa-envelope {
    font-size: 0.85rem;
}
.white_contact .social{
    margin-top: 0;
}
.social a .fa{
    margin: 0;
    color: white;
}
.contacts_box{
    position: relative;
}
.contacts_box .container{
    position: relative;
    z-index: 2;
}
.map{
    height: 31.7rem;
    margin-top: -12.4rem;
    overflow: hidden;
}
.contacts_form{
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    background-color: #f3f3f3;
}
.page .section_title {
    font-size: 1.86rem;
    margin-bottom: 2.3rem;
}
.form-group label{
    padding-left: 1.8rem;
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}
.form-group label span{
    color: #ff1438;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 0.4rem;
    line-height: 1;
}
.form-group {
    margin-bottom: 1.7rem;
}
.about_digits {
    padding: 2.1rem 6rem;
    border: 1px solid #e8e8e8;
    background: white;
    z-index: 2;
    position: relative;
}
.about_digits h4 {
    font-size: 1.9rem;
}
.about_digits span {
    font-size: 1.11rem;
}
/*.page #box-6{*/
/*    margin-top: -2.8rem;*/
/*}*/
.content h5{
    font-size: 1.25rem;
    margin-top: 3.4rem;
    margin-bottom: 1.3rem;
}

.page #box-4 {
    padding-top: 5.7rem;
}
#num_box {
    padding-top: 2.4rem;
}
.num_item{
    height: 100%;
    padding: 1.65rem 2.8rem;
    padding-right: 1.7rem;
    position: relative;
    border: 1px solid #e8e8e8;
}
.num_item p{
    margin: 0;
    position: relative;
    z-index: 2;
}
.num_item span {
    position: absolute;
    left: 0.8rem;
    top: 0;
    font-family: MontserratExtraBold, sans-serif;
    font-size: 4.2rem;
    display: block;
    line-height: 1;
    color: #e8e8e8;
}
.cat_page_row .cat_menu{
    display: block;
}
.cat_page_row .cm_item {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 0.5rem 1.7rem;
    min-height: 3.65rem;
    border-bottom: none;
}
.cat_page_row .cm_item:last-child{
    border-bottom: 1px solid #e8e8e8;
}
.red_link{
    color: #ff1418;
}
.cat_page_row .cm_item.active{
    border-bottom: 4px solid #ff1418;
}

.subcats {
    font-family: MontserratMedium, sans-serif;
    padding: 1.3rem 1.8rem;
    font-size: 0.88rem;
    background-color: #f2f2f2;
}
.subcats a {
    display: block;
    margin-bottom: 0.55rem;
    position: relative;
}
.subcats a:after{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: "\f054";
    font-family: FontAwesome, sans-serif;
    font-size: 0.6rem;
    color: #ff1418;
}
.subcats a:last-child{
    margin-bottom: 0;
}
.cat_text_img {
    width: 18.1rem;
}
.cat_text_box{
    width: calc(100% - 18.1rem);
    padding-left: 1rem;
}
.cat_title {
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
    line-height: 1.1;
}
.cat_text_flex{
    margin-bottom: 1rem;
}
.city_select{
    display: inline-block;
    color: #ff1418;
    border-bottom: 1px solid #ff1418;
    position: relative;
}
.city_drop{
    position: absolute;
    top: 100%;
    left: -0.5rem;
    width: max-content;
    background-color: white;
    padding: 0.5rem;
    padding-top: 0;
    display: none;
}
.city_drop a{
    display: block;
    border-bottom: 1px solid #ff1418;
    margin-top: 0.5rem;
    color: #ff1418;
}
.city_selector i{
    transition: all 0.5s;
}
.city_selector.active i{
    transform: rotate(-180deg);
}
/*.city_select:hover{*/
/*   border-color: transparent;*/
/*}*/
.city_selector{
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #ff1418;
}
.filter_box {
    padding: 1rem 1.3rem;
}
.filter_title{
    font-family: MontserratBold, sans-serif;
    font-size: 1.1rem;
}
.filter_clear img{
    margin-left: 0.4rem;
    width: 1rem;
}
.filter_clear{
    font-size: 0.87rem;
}
.filters {
    margin: 0 -10px;
    margin-top: 1.3rem;
}
.filter_box{
    background-color: #f2f2f2;
}
.filters .col-md-3{
    padding: 0 10px;
}
.select2{
    width: 100%!important;
}
.select2-container .select2-selection--single {
    height: 2.9rem;
}
.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;
    line-height: 2.9rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.1rem;
    padding-right: 2.2rem;
    font-size: 0.88rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    font-size: 0.7rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.cat_table_box{
    margin-top: 1rem;
}
.cat_table{
    width: 100%;
    border-collapse: collapse;
}
.cat_table th{
    font-family: MontserratBold, sans-serif;
    padding: 1.2rem 1.2rem;
    font-size: 0.88rem;
    background-color: #f2f2f2;
}
.inputs{
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    height: 3.1rem;
    overflow: hidden;
}
.inputs_flex{
    width: calc(100% - 3.1rem);
    height: 100%;
}
.i_btn{
    width: 2.3rem;
    height: 100%;
    font-size: 1.3rem;
    background: transparent;
    text-align: left;
    color: #dadada;
    font-family: MontserratSemiBold, sans-serif;
    transition: all 0.5s;
}
.inputs input{
    width: calc(100% - 5.1rem);
    background-color: transparent;
    height: 100%;
    font-family: MontserratSemiBold, sans-serif;
    text-align: center;
}
.i_btn.i_minus{
    font-size: 1.8rem;
    width: 2.8rem;
    text-align: right;
}
.i_btn:hover{
    color: #333333;
}
.cat_table td{
    padding: 1.3rem 1.2rem;
}
.cat_table .circle_btn {
    right: 0;
    width: 2.9rem;
    height: 2.9rem;
    padding-left: 0;
}

.cat_table .circle_btn img{
    width: 1.625rem;
}
.cat_table tr{
    border-bottom: 1px solid #e8e8e8;
}
.cat_table tr:first-child{
    border: none;
}
.content h2{
    font-size: 1.85rem;
    margin-bottom: 2.3rem;
}
.page .over_box, .page .over_box:after {
    height: 12.2rem;
}
.pagination{
    margin-top: 2rem;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-dropdown {
    border: 1px solid #ddd;
    font-size: 0.88rem;
}
.select2-results__option {
    padding: 0.5rem 1rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff1418;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after{
    transform: translateY(-50%) rotate(-180deg);
}
.cat--unit__for a {
    display: block;
    height: 24.2rem;
}
.cat--unit__for{
    margin-bottom: 1rem;
}
.cat--unit__for a img, .nav_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav_item{
    cursor: pointer;
    height: 5.6rem;
    margin: 0 7px;
}
.cat--unit__nav .slick-list{
    margin: 0 -7px;
}
.card_page .slick-arrow{
    top: 50%;
    border: 1px solid #e8e8e8;
    background-color: white;
}
.card_page .slick-arrow:after{
    color: #333333;
}
.card_page .slick-arrow:hover{
    background-color: #ff1418;
    border-color: #ff1418;
}
.card_page .slick-arrow:hover:after{
    color: white;
}
.cat--unit__for .slick-prev{
    left: -1rem;
}
.cat--unit__for .slick-next{
    right: -1rem;
}

.similar .slick-prev{
    left: -5rem;
}
.similar .slick-next{
    right: -5rem;
}
.char_title{
    font-size: 1.24rem;
    margin-bottom: 1.1rem;
}
.chars{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    margin-bottom: 2.1rem;
}
.chars td {
    width: 50%;
    padding: 1.1rem 1.7rem;
}
.chars td:nth-child(2){
     text-align: right;
    font-family: MontserratSemiBold, sans-serif;
}
.chars tr{
    border-bottom: 1px solid #e8e8e8;
}
.price_flex .inputs {
    width: 16.2rem;
    display: flex;
    justify-content: space-between;
}
.price_flex .btn{
    padding: 0.5rem 1rem;
    width: 9.4rem;
}
.card_price {
    margin-right: 2.4rem;
    font-family: MontserratBold, sans-serif;
    font-size: 1.25rem;
}
.card_info .content{
    margin-bottom: 2.4rem;
}

.price_flex .inputs_flex {
    width: calc(100% - 9.4rem);
}
.price_flex .i_btn{
    text-align: center;
    width: 2.5rem;
}
.inputs input {
    width: calc(100% - 5rem);
}
.card_row{
    padding-bottom: 5.5rem;
}
.card_panes .sp_item{
    margin-right: 5.6rem;
}
.card_pane{
    display: none;
}
.card_pane.active{
    display: block;
}
.card_panes .spectr_flex {
    margin-bottom: 1.7rem;
}
.card_panes{
    padding-bottom: 4rem;
    background-color: #f3f3f3;
}
.similar {
    padding-top: 7rem;
}
.prod_item{
    display: block;
    border: 1px solid #e8e8e8;
    margin: 0 15px;
}
.similar_slider .slick-list{
    margin: 0 -15px;
    display: flex;
}
.similar_slider .slick-track{
    display: flex;
}
.prod_img{
    height: 12.8rem;
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod_item h4{
    font-size: 1.25rem;
    margin: 0;
    padding: 1.5rem 1.9rem;
}
.similar_item{
    margin-bottom: 5.2rem;
}
.similar_item:last-child{
    margin: 0;
}
.cat--unit__nav{
    overflow: hidden;
}
/*.news_page .sp_item{*/
/*    margin-right: 5.6rem;*/
/*}*/
.news_page .sp_item span{
    color: #999999;
    display: inline-block;
    margin-left: 0.5rem;
}
.news_page .spectr_flex{
    padding-right: 6rem;
}

.service_item{
    align-items: center;
}

.service_img{
    height: 34.4rem;
}
.service_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_text {
    padding: 1rem 1.6rem;
    padding-right: 23rem;
}
.service_name {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
}
.service_card .card_row {
    padding-bottom: 2.9rem;
}
.service_price_box{
    padding: 1rem 1rem;
    margin-top: 3.1rem;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_price{
    font-family: MontserratBold, sans-serif;
    margin-right: 1.6rem;
    font-size: 1.25rem;
}
.cart_table{
    width: 100%;
    border-collapse: collapse;
}
.cart_table th{
    font-family: MontserratBold, sans-serif;
    padding: 1.2rem 1.8rem;
    font-size: 0.88rem;
}
.cart_img{
    display: block;
    width: 8.1rem;
    height: 6.3rem;
}
.cart_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart_table td{
    padding: 0.7rem 1.9rem;
}
.cart_name{
    width: calc(100% - 8.1rem);
    padding-left: 2.1rem;
}
.cart_table tr:first-child{
    border: none;
    background-color: #f2f2f2;
}
.cart_price {
    font-family: MontserratBold, sans-serif;
    font-size: 1.25rem;
}
.cart_table .inputs{
    width: 7.8rem;
}
.cart_table .inputs_flex {
    width: 100%;
}
.cart_table .i_minus{
    padding-right: 0.3rem;
}
.cart_table .i_plus{
    padding-left: 0.3rem;
}
.cart_remove{
    display: block;
}
.cart_remove img{
    width: 1rem;
    transition: all 0.5s;
}
.cart_remove:hover img{
    transform: rotate(-180deg);
}
.cart_table tr{
    border-bottom: 1px solid #f2f2f2;
}
.cart_total{
    margin-top: 1.5rem;
    margin-bottom: 5.4rem;
}
.total_text{
    font-size: 1.25rem;
    margin-right: 1rem;
}
.total{
    font-family: MontserratBold, sans-serif;
    font-size: 1.85rem;
    line-height: 1.3;
}
.gost_row{
    margin: 0 -5px;
}
.gost_row .mb_30{
    padding: 0 5px;
    margin-bottom: 10px;
}
.gost_item{
    height: 100%;
    min-height: 8rem;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.2rem;
}
.gost_num {
    font-family: MontserratSemiBold, sans-serif;
    width: 3rem;
    font-size: 1.8rem;
    color: #ff1418;
}
.gost_text {
    width: calc(100% - 3rem);
    line-height: 1.2;
}
.p_drop{
    position: absolute;
    top: 100%;
    left: -0.5rem;
    width: max-content;
    background-color: white;
    padding: 0.5rem;
    padding-right: 1rem;
    display: none;
    z-index: 2;
}
.back i {
    font-size: 0.9rem;
    margin-right: 0.3rem;
}
.p_drop a{
    display: block;
    color: #333333;
    margin-bottom: 0.5rem;
}
.lang_flex i, .city_flex i{
    transition: all 0.5s;
}
.sp_item.slick-active:nth-child(5):after{
    display: none;
}
.lang_flex:hover, .city_flex:hover {
    color: white;
}
.lang_flex:hover .fa-chevron-down, .city_flex:hover .fa-chevron-down{
    color: #ff1418;
}
.lang_flex.active, .city_flex.active{
    color: white;
}
.lang_flex.active .fa-chevron-down, .city_flex.active .fa-chevron-down{
    transform: rotate(-180deg);
    color: #ff1418;
}

.white_header .lang_flex.active, .white_header .lang_flex:hover, .white_header .city_flex.active, .white_header .city_flex:hover{
    color: #333333;
}

.white_header .p_list .arr {
    color: #333333;
}
.search{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 21rem;
    display: none;
}
.close_search{
    width: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.close_search img{
    width: 1rem;
    transition: all 0.5s;
}
.close_search:hover img{
    transform: rotate(-180deg);
}
.search .form-control{
    padding: 0.5rem 1.9rem;
}
.spectr_slider_for .sp_item{
    margin-right: 4rem;
    cursor: pointer;
}
.spectr_slider_for .sp_item:after{
    right: -3rem;
}
.spectr_slider_for .slick-list{
    margin-right: -4rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
}
.show_text i{
    transition: all 0.25s;
}
.show_text.active i{
    transform: rotate(-180deg);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.modal_text {
    font-size: 1rem;
}
.content ol{
    margin-left: 1.1rem;
}
.card_pane .btn{
    color: white!important;
}

.home_get_cat{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.source_link a{
    text-decoration: underline;
    color: #ff1418;
}
.source_link a:hover{
    text-decoration: none;
}

/*iframe #content{
    display: none!important;
}*/
.sp_item:after{
    display: none;
}