
body{
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    color: #000000;
    padding-top: 7.3rem;
    font-weight: 500;
    background: #EFEEEA;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.logo{
    width: 12.5rem;
    display: block;
}
.header_box{
    background: #FFF;
    padding: 0 0.55rem;
    border-radius: 16px;
    transition: all 0.35s;
}
.container {
    width: 81.2rem;
}
header{
    transition: all 0.25s;
    top: 1.2rem;
}
header.shad{
    top: 0;
}
header.shad .header_box{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header .btn{
    font-size: 0.875rem;
}
.btn{
    font-family: "Inter", sans-serif;
    display: inline-block;
    font-weight: 500;
    padding: 0 1.85rem;
    background: #EB7500;
    color: white;
    /*font-size: 0.875rem;*/
    font-size: 1rem;
    letter-spacing: -0.154px;
    border-radius: 10px;
}
.btn:hover, .btn.white:hover{
    background: #090909;
    color: white;
}
.btn.black{
    background: #090909;
    color: white;
}
.btn.black:hover, .btn.hover_white:hover{
    background: white;
    color: black;
}
.btn.sm{
    border-radius: 4px;
    letter-spacing: 0;
    padding: 0 2.15rem;
}
.btn.min_width{
    min-width: 19.4rem;
}
.btn.sm span{
    height: 2.563rem;
}
.btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
}
.btn.white{
    background: white;
    color: black;
}
.city_drop{
    position: absolute;
    top: 110%;
    width: 11.8rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: #FFF;
    padding: 1rem 1rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s;
    pointer-events: none;
}
.city_drop a.active{
    /*pointer-events: none;*/
    border-color: #EB7500;
    font-weight: 700;
    color: #EB7500;
}
.city_drop a.active:hover{
    border-color: transparent;
}
.city_drop a.active img{
    display: block;
}
.city_drop a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.2rem;
    width: 63%;
    margin: 0 auto;
}
/*.city_drop a:first-child{*/
/*    margin-bottom: 1rem;*/
/*}*/
.city_drop a img{
    width: 1.5rem;
    margin-right: 0.7rem;
    display: none;
}
.city_select {
    margin-right: 1.2rem;
    position: relative;
    height: 4.3rem;
    align-items: center;
    display: flex;
}
.city_select_flex img{
    width: 1.5rem;
    margin-right: 0.3rem;
    filter: brightness(0);
}
.city_select_flex span{
    font-size: 0.875rem;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 0.1rem;
}
.menu{
    margin-left: 2.5rem;
    font-weight: 500;
    font-size: 0.875rem;
}
.menu_item > a{
    display: flex;
    align-items: center;
}
.menu_item:not(:last-child){
    margin-right: 2.8rem;
}
.menu_item > a img{
    width: 1rem;
    margin-left: 0.3rem;
}
.box1_slider{
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
}
.box1_slider_item{
    height: 29rem;
}
.section_title{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.03rem;
    margin-bottom: 1rem;
}
.section_title.sm{
    font-size: 2.188rem;
}
.box1_left{
    background-image: url("../img/box_bg.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 2.35rem;
}
b, strong{
    font-weight: 700;
}
.box1_left .content a{
    color: white;
}
.section_text{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}
#box-2{
    padding-top: 5rem;
}
.section_title_flex{
    margin-bottom: 2rem;
}
.section_title_flex .section_title{
    margin-bottom: 0;
}
.section_title span{
    color: #EB7500;
}
.section_gray{
    opacity: 0.7;
}
.box2_gal_item{
    height: 30.5rem;
    border-radius: 16px;
    overflow: hidden;
}
.box2_gal_item.sm:first-child{
    margin-bottom: 1.1rem;
}
.box2_gal_item.sm{
    height: 14.7rem;
}
.box2_right_item{
    background: rgba(255, 158, 66, 0.20);
    height: 15.8rem;
    border-radius: 16px;
    margin-bottom: 1.2rem;
    padding: 1.3rem 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box2_right_item.white{
    background: #EB7500;
    color: white;
}

.bri2_icon{
    width: 4rem;
    height: 4rem;
    background: #EB7500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bri2_icon img{
    width: 2.5rem;
}

.bri_title{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
#box-3 {
    padding-top: 5.1rem;
}
.service_item{
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    background: #FFF;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.service_img img{
    transition: all 0.25s;
}
.service_item:hover .btn{
    background: black;
    color: white;
}
.service_img{
    height: 12.7rem;
    overflow: hidden;
    border-radius: 30px;
}
.service_title{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    margin-top: 1.1rem;
    line-height: 1.2;
}
.service_text {
    line-height: 1.45;
    margin-bottom: 1rem;
    color: black;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.service_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.service_slider .slick-track{
    display: flex;
}
.service_slider .slick-slide > div{
    height: 100%;
    padding: 0 10px;
}
#box-4 {
    padding-top: 5rem;
}
.arrows{
    position: relative;
    padding-bottom: 1.3rem;
    margin-top: 2.9rem;
}
.big_logo{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12.5rem;
}
.arrow_item{
    position: absolute;
    z-index: 1;
    display: flex;
}
.arrow_num, .arrow_text{
    transition: all 0.35s;
}
.arrow_item.active .arrow_num, .arrow_item.active .arrow_text{
    background: #EB7500;
    color: white;
}
.arr1{
    left: 0;
    top: -0.4rem;
}
.arr2{
    left: 30.4rem;
    top: -0.4rem;
}
.arr3{
    right: 0;
    top: -0.4rem;
}
.arr4{
    bottom: 0.9rem;
    right: 13.6rem;
}
.arr5{
    right: 47.3rem;
    bottom: 0.9rem;
}
.arrow_num{
    font-size: 1.563rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #EB7500;
    background: #FFF;
    width: 5.625rem;
    /*height: 6.25rem;*/
    height: 5.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.arrow_text{
    border-radius: 8px;
    border: 1px solid #EB7500;
    background: #FFF;
    padding: 0.8rem 1.1rem;
    text-align: center;
    position: relative;
    min-width: 13.5rem;
}
.arr_title{
    font-weight: 600;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.arr_content{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.5rem;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.arrow_img {
    position: absolute;
    left: calc(100% + 2.6rem);
    top: 50%;
    transform: translateY(-50%);
    width: 5.938rem;
}
#box-5 {
    padding-top: 5rem;
}
.gallery_slider{
    width: 90%;
    margin: 0 auto;
}
.btn i{
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.btn.sm i{
    font-size: 1.2rem;
}
.gal_item{
    width: 17.4rem;
    height: 23.1rem;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.gallery_slider .slick-list{
    display: flex;
    overflow: unset;
    margin: 0 -10px;
}
.gallery_slider .slick-track{
    display: flex;
}
.gallery_slider .slick-slide > div{
    padding: 0 10px;
}
#box-6 {
    padding-top: 4.8rem;
}
.border_img{
    border-radius: 16px;
    overflow: hidden;
}
.white_box{
    border-radius: 16px;
    background: #FFF;
    padding: 2rem 2.8rem;
}
.white_box .section_title_flex{
    margin-bottom: 1.7rem;
}
.main_yellow{
    margin-top: 1.2rem;
    position: relative;
    background: linear-gradient(104deg, #EB7500 14.7%, #FFE0C2 101.78%);
    border-radius: 16px;
    padding: 2.1rem 2.8rem;
    height: 15rem;
    overflow: hidden;
}
.main_yellow .section_title{
    color: white;
}
.my_1{
    position: absolute;
    right: 10.6rem;
    top: 1.5rem;
    border-radius: 16px;
    background: #FFF;
    padding: 1.3rem 1.9rem;
    font-weight: 400;
    width: 17.2rem;
    overflow: hidden;
    transform: rotate(3.7deg);
    padding-bottom: 3rem;
    z-index: 1;
    border: 2px solid white;
}
.my_title{
    font-size: 1.25rem;
}
.my_text{
    margin-top: 1rem;
    line-height: 1.45;
    color: #726D6D;
}
.my_2{
    border: 2px solid #000000;
    position: absolute;
    background: #000;
    color: white;
    border-radius: 16px;
    padding: 1.2rem 1.9rem;
    right: -1.5rem;
    top: 9.4rem;
    font-weight: 400;
    transform: rotate(-10deg);
    width: 12.5rem;
    line-height: 1.4;
    padding-bottom: 4rem;
    z-index: 2;
}
.my_3{
    position: absolute;
    border-radius: 16px;
    border: 1px solid #EB7500;
    background: #F2DEC8;
    padding: 1.2rem 1.9rem;
    padding-right: 1rem;
    right: 1.1rem;
    top: 4.4rem;
    font-weight: 400;
    transform: rotate(0deg);
    width: 10.7rem;
    line-height: 1.4;
    padding-bottom: 4rem;
}
.my2_title{
    font-size: 1.25rem;
}
.my2_title span{
    font-size: 1rem;
    display: block;
}
.box7_box{
    border: 1px solid #EB7500;
    background: #FFF;
    background-image: url("../img/upr_bg.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    height: 30.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.box7_box .section_title{
    margin-bottom: 2rem;
}
.box7_text{
    width: 42.2rem;
    margin: 0 auto;
    text-align: center;
    /*position: relative;*/
    /*z-index: 1;*/
}
.upr1_btn {
    margin-top: 1.8rem;
}
#box-7{
    padding-top: 5rem;
}
.box7_img{
    position: absolute;
    width: 18.438rem;
    border-radius: 16px;
    overflow: hidden;
}
.b71{
    left: -0.7rem;
    top: -0.5rem;
    transform: rotate(15.559deg);
}
.b72{
    right: -1.4rem;
    top: 10rem;
    transform: rotate(-18.559deg);
    width: 17.038rem;
}
.text400{
    font-weight: 400;
}
#box-8{
    padding-top: 5rem;
}
.part_slider2{
    margin-top: 1.2rem;
    transform: rotate(180deg);
}
.part_slider2 .slick-slide > div{
    transform: rotate(-180deg);
}
.part_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.part_slider .slick-slide > div{
    padding: 0 5px;
}
.part_item{
    overflow: hidden;
    border-radius: 20px;
    background: white;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 7.25rem;
    padding: 1rem;
}
.part_btn{
    margin-top: 2.4rem;
}
#box-9{
    padding-top: 4.9rem;
}
.sale_item{
    border-radius: 16px;
    padding: 3.3rem 2.6rem;
    padding-bottom: 2.1rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sale_item.white .btn:hover{
    background: white;
    color: black;
}
.sale_item.white{
    color: white;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.sale_title{
    font-size: 1.438rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
.sale_text{
    width: 17rem;
    position: relative;
    z-index: 1;
}
.sale_text_box{
    font-size: 0.875rem;
    font-weight: 400;
}
#box-9 .section_title_flex{
    margin-bottom: 1.3rem;
}
.sale_btn{
    margin-top: 2rem;
}
#box-10 {
    padding-top: 3.9rem;
    padding-bottom: 7.4rem;
}
.rev_slider .slick-list{
    margin: 0 -40px;
    overflow: unset;
}
.rev_slider .slick-slide > div{
    padding: 0 40px;
}
.rev_item{
    height: 22.7rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
}
.rev_item:hover{
    box-shadow: 0px 0px 15px 0px transparent;
}
/*#box-10 .section_title_flex{
    margin-bottom: 3.2rem;
}*/

#box-11 {
    padding-top: 4.2rem;
    padding-bottom: 5.1rem;
}
.box11_form{
    background: linear-gradient(95deg, #EB7500 -1.52%, #FFE0C2 156.74%);
    color: white;
    border-radius: 16px;
    padding: 1.8rem 2.5rem;
    padding-bottom: 2.3rem;
}
.upper_sm{
    font-size: 2rem;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control{
    border-radius: 10px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    padding: 0.9rem 1.2rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    width: 100%;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 2rem;
}
.policy a{
    color: white;
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.footer_logo{
    display: block;
    width: 12.5rem;
}
footer {
    padding-top: 3rem;
    color: white;
    background: #141313;
}
footer a{
    color: white;
}
.footer_contacts {
    padding-top: 2.3rem;
}
.f_cont_item{
    margin-bottom: 1.5rem;
}
.f_cont_item span{
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
}
.f_cont_text{
    font-weight: 400;
}
.f_cont_item a{
    display: block;
}
.f_title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}
.footer_2 {
    margin-left: 2.8rem;
}
.footer_menu{
    list-style-type: none;
    font-weight: 400;
    font-size: 0.875rem;
    padding-right: 1.3rem;
}
.footer_menu li {
    margin-bottom: 1.45rem;
}
.footer_3{
    margin-left: -2.9rem;
    padding-right: 1.1rem;
}
.footer_4{
    margin-left: -2.9rem;
    padding-right: 1.1rem;
}
.f_title.big{
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.footer_form{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.2rem;
}
.footer_form input{
    width: 100%;
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0 1.5rem;
    height: 3.125rem;
    border-radius: 30px;
}
.footer_form input::placeholder{
    color: #13498F;
    opacity: 0.3;
}
.footer_form .btn{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    width: 9.6rem;
    padding: 0;
    font-size: 1rem;
}
.footer_form .btn:hover{
    background: #FFE0C2;
    color: black;
}
.socials{
    margin-top: 2.1rem;
    text-align: right;
}
.socials a {
    display: inline-block;
    margin-left: 0.4rem;
    font-size: 3rem;
    color: #FFE0C2;
}
.socials a:hover{
    opacity: 0.6;
}
.footer_bottom{
    border-top: 1px solid #FFE0C2;
    padding-top: 1.4rem;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: white;
}

.page {
    padding-top: 0.1rem;
    padding-bottom: 5rem;
}
.about_mission {
    margin-top: 5rem;
}
.mission_anons{
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.5;
    opacity: 0.7;
}
.about_mission_row{
    margin-bottom: 4.9rem;
}
.goals {
    margin-top: 5.8rem;
}
.part_banner .policy {
    margin-bottom: 0.9rem;
}
.result p{
    color: white!important;
}
.goal_item{
    background: linear-gradient(5deg, #EB7500 57.73%, #FFE0C2 162.96%);
    color: white;
    border-radius: 16px;
    padding: 1.6rem 1.6rem;
    padding-bottom: 0.6rem;
    height: 100%;
}
.goal_item.bg{
    background-image: url("../img/goal_bg.jpg");
    background-size: cover;
    background-position: center center;
}
.goal_item.sm:first-child{
    margin-bottom: 1.2rem;
}
.goal_item.sm:not(.link){
    border-radius: 16px;
    border: 1px solid #F81;
    background: #FFF;
    color: black;
}
.goal_item.sm{
    height: auto;
}
.goal_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.goal_text.content{
    font-weight: 400;
}
.goal_text.content li{
    margin-bottom: 0.6rem;
    line-height: 1.2;
}
.section_title.big_mar{
    margin-bottom: 2rem;
}
.goal_item.link {
    display: flex;
    padding: 2rem 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.1rem;
    background: linear-gradient(180deg, #222 0%, #888 100%);
    color: white;
}
.goal_btn{
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 0.6rem 1.3rem;
}
.goal_btn img {
    width: 2.9rem;
}
.about_banner{
    border: 1px solid #F81;
    background-image: url("../img/about_banner.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    margin-top: 5rem;
}
.about_png{
    width: 27.5rem;
    margin: 0 auto;
    position: relative;
    left: 2.8rem;
}
.about_banner_text{
    padding-top: 5rem;
}
.section_title.sm2 {
    font-size: 1.87rem;
}
.about_banner_text .content{
    font-weight: 400;
    padding-top: 0.6rem;
}
.about_banner_text .content p{
    margin-bottom: 1.7rem;
}
.content.sm_content *{
    margin-bottom: 0.2rem;
}
.page .white_box_btn{
    margin-top: 1rem;
}
.page #box-10 {
    padding-top: 5.1rem;
}
#contacts{
    padding-top: 3rem;
}
#contacts .section_title{
    margin-bottom: 1.5rem;
}
.contacts_box{
    background: linear-gradient(180deg, #EB7500 0%, #FF9E42 100%);
    border-radius: 16px;
    padding: 1.8rem 1.8rem;
}
.map{
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    height: 100%;
    width: calc(100% + 2rem);
    overflow: hidden;
}
.white_contacts{
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 16px;
    padding: 2rem 1.9rem;
    margin-left: 3.1rem;
}
.white_contacts .footer_contacts{
    padding-top: 0;
    font-size: 1.25rem;
}
.white_contacts .f_cont_item{
    margin-bottom: 2rem;
}
.white_contacts .f_cont_item:last-child{
    margin-bottom: 0;
}

.f_cont_item .socials{
    margin: 0;
    text-align: left;
}
.f_cont_item .socials a{
    color: black;
    margin: 0;
    margin-right: 1rem;
    font-size: 2.7rem;
}
.f_cont_item .socials a:hover{
    color: #EB7500;
    opacity: 1;
}
.page_padding{
    padding-top: 5rem;
}
.service_cats{
    display: flex;
    flex-wrap: wrap;
}
.service_cat{
    font-weight: 500;
    height: 3.125rem;
    background: #FFF;
    color: black;
    display: flex;
    align-items: center;
    padding: 0 3.5rem;
    margin-right: 0.9rem;
    border-radius: 10px;
    margin-bottom: 0.9rem;
}
.service_cat.active, .service_cat:hover{
    background: #F81;
    color: white;
}
.service_sub_cats{
    padding-top: 0.2rem;
    /*display: none;*/
}
.none_point{
    pointer-events: none;
}
.service_sub_item{
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    padding: 0.7rem 1.15rem;
    border-radius: 30px;
    background: #FFE0C2;
    color: black;
}
.service_sub_item:hover, .service_sub_item.active{
    background: #222;
    color: #FFE0C2;
}
.page_service{
    border-radius: 16px;
    background: #FFF;
    padding: 1.4rem 1.4rem;
    margin-bottom: 1.6rem;
}
.page_service:last-child{
    margin-bottom: 0;
}
.page_services{
    padding-top: 1rem;
}
.page_service_img{
    height: 19.1rem;
    overflow: hidden;
    border-radius: 30px;
}
.page_service_title{
    font-size: 1.575rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
/*.page_service_content.content *{*/
/*    line-height: 1.5;*/
/*}*/
.page_service_content.content p{
    margin-bottom: 0.6rem;
}
.page_service_content.content li{
    margin-bottom: 0.1rem;
}
.page_service_btns {
    margin-top: 0.7rem;
}
.page_service_btns .btn{
    padding: 0;
    width: 49%;
}
.page_service_btns .btn:hover{
    background: #FFE0C2;
    color: black;
}
.page_service_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card_text_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.btn.big_size{
    font-size: 1rem;
}
.card_text .content{
    margin-bottom: 2.9rem;
}
.card_preims {
    padding-top: 5.2rem;
}
.card_preims .section_title {
    margin-bottom: 2rem;
}
.preim_item{
    border-radius: 16px;
    background: #FFF;
    padding: 1.1rem 1.1rem;
    height: 100%;
}
.preim_img{
    border-radius: 30px;
    overflow: hidden;
    height: 12.7rem;
}
.preim_title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.2rem;
}
.card_images_row{
    margin-top: 4.2rem;
}
.section_title.sm3{
    font-size: 2rem;
}
.card_images_row .border_img{
    height: 28.6rem;
}
.card_text_and_image_row{
    margin-top: 2.6rem;
}
.card_banner{
    background: #222222;
    color: white;
    border-radius: 16px;
    padding: 3.3rem 2.5rem;
    margin-top: 4.9rem;
}
.card_price_title{
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.card_price_margin{
    margin-left: -1.6rem;
}
.card_price_text{
    margin-bottom: 1rem;
}
.page #box-11{
    padding-bottom: 0;
    padding-top: 5rem;
}
.price_item{
    background: white;
    border-radius: 10px;
    padding: 0.5rem 1.2rem;
    margin-bottom: 0.5rem;
}
.price_item:last-child{
    margin-bottom: 0;
}
.prices{
    padding-top: 1.6rem;
}
.price_item .btn{
    border-radius: 4px;
    min-width: 12.5rem;
}
.case_box{
    background: linear-gradient(258deg, #EB7500 40.27%, #FFE0C2 107.55%);
    color: white;
    border-radius: 16px;
    padding: 2.4rem 5.9rem;
}

.case_new_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-right: 4px solid white;
    animation: maxOff 10s infinite;
    overflow: hidden;
}

@keyframes maxOff {
    
      0% {
        width: 0%;
      }

      50% {
        width: 102%;
      }

      100% {
        width: 0;
      }
}

.case_new_img img{
    width: 19rem;
}

.case_slider_item .border_img {
    height: 25.4rem;
    width: 19rem;
}
.case_text{
    width: calc(100% - 19rem);
    padding-left: 1.8rem;
    padding-top: 0.2rem;
}
.case_slider .slick-prev {
    left: -4.4rem;
    top: 50%;
}
.case_slider .slick-next {
    right: -4.4rem;
    top: 50%;
}
.contacts_page #contacts {
    padding-top: 0;
}
.part_banner{
    background: linear-gradient(5deg, #EB7500 18.97%, #FFE0C2 162.96%);
    border-radius: 16px;
    padding: 2.2rem 2.5rem;
    padding-bottom: 0;
    color: white;
}
.part_bg{
    width: 35.1rem;
    margin-left: -1.1rem;
    margin-top: -1.3rem;
}
.part_preims {
    padding-top: 5.2rem;
}
.part_preim_item{
    background: #222222;
    color: white;
    border-radius: 16px;
    padding: 3.9rem 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.part_preim_item.bg{
    background-image: url("../img/part_preim.jpg");
    background-size: cover;
    background-position: center center;
}
.part_preim_item.border{
    border: 1px solid #F81;
    background: #FFF;
    color: black;
}
.part_preim_item.orange{
    background: #F81;
    color: white;
}
.part_preim_title{
    font-size: 1.875rem;
    font-weight: 700;
}
.part_preim_item.sm {
    padding: 1.1rem 1.6rem;
    height: auto;
}
.part_preim_item.sm:first-child{
    margin-bottom: 1.2rem;
}
.part_preim_item.sm.white{
    height: 8.9rem;
}
.part_seo_text{
    padding-top: 5rem;
}
.result{
    font-size: 0.9rem;
}
.footer_form .result p{
    margin-top: 1rem;
}

.preim_row .mb_30{
    margin: 0;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    height: 100%;
}
.preim_row{
    margin: 0;
}
.preim_row .slick-list{
    display: flex;
    margin: 0 -10px;
    overflow: unset;
}
.preim_row .slick-track{
    display: flex;
}
.preim_row .slick-slide > div{
    height: 100%;
}