*, *::before, *::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: normal;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;

}

body._lock {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body._lock {
    overflow: hidden;
}

a {
   text-decoration: none;
   color: #ffff;
   cursor: pointer;
}

input {
    width: 100%;
    height: 30px;
    padding: 20px;
    border-radius: 5px;
    font-size: 17px;
}

.h1 {
    font-size: 37px;
}

strong {
    font-weight: 800;
}

.main {
    width: 1250px;
}

header#header {
    width: 100%;
    display: flex;
    background: url(../img/b_header.jpg);
    background-position: center;
    background-size: cover;
    color: #ffff;
    height: 900px;
    flex-direction: column;
    align-items: center;
}

.header .main {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon_header {
    display: flex;
    height: 120px;
    justify-content: space-between;
}

.icon_header>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6%;
}

.box_icon {
    
}

.text_icon {
    margin-left: 10px;
}

p.tit_i {
    font-size: 30px;
    font-weight: 600;
}

p.all_tit_i {
    font-size: 10px;
    text-transform: uppercase;
}

.social_net {
    flex-direction: column;
}


p.text_header {
    font-size: 13px;
    line-height: normal;
}

.bookmark {
    background: url(../img/bookmark.png);
    color: #000;
    height: 100%;
    background-repeat: no-repeat;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

p.r_numb {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
}

.icon_calc {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: box-shadow 0.5s ease 0s;
}

.icon_calc:hover {
    box-shadow: 0px 0px 10px #123;
}

.icon_calc img {
    height: 25px;
    width: 20   px;
}

.text_calc {
    text-decoration: dashed underline #808386;
    line-height: normal;
    font-size: 13px;
    font-weight: 600;
    transition: text-shadow 0.5s ease 0s;
}

.text_calc:hover {
    text-shadow: 0px 0px 10px #fff;
}

.cont_header {
    flex-direction: column;
}

ul.soc_text li {
    font-size: 11px;
    list-style: none inside;
}

ul.soc_text li::marker {
    content: "●   ";
    color: #b1f04e;
}

.soc_imgs>* {
    margin-right: 10px;
}

ul.soc_text {
    margin-bottom: 10px;
    list-style: inside;
}

.tit_cont {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tel_cont {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tel_cont:hover {
    text-shadow: 0px 0px 10px #ffff;
}

.subtit_cont {
    font-size: 9px;
    text-decoration: dashed underline #808386;
}

.header_bnr {
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_bnr {
    font-size: 49px;
    font-weight: 800;
}

.title_bnr span {
    text-decoration: dashed underline #b1f04e 3px;
}

.subtitle_bnr {
    margin-top: 40px;
    font-size: 30px;
    margin-bottom: 75px;
}

.text_bnr {
    margin-bottom: 40px;
    font-size: 20px;
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    min-width: 323px;
    height: 78px;
    border-radius: 39px;
    color: #ffff;
    background: linear-gradient(to right, #86bc32, #b0ef4d);
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.btn:hover {
    background: linear-gradient(to top, #86bc32, #b0ef4d);
    box-shadow: 0px 0px 20px #86bc32;
}

.btn:active {
    background: linear-gradient(to bottom, #86bc32, #b0ef4d);
    font-size: 15px;
}

.btn.opacity {
    background: none;
    border: 2px solid #86bc32;
    margin-left: 10px;
    transition: all 0.2s ease 0s;
}

.btn.opacity:hover {
    box-shadow: 0px 0px 20px #86bc32;
}

.btn.opacity:active {
    border: 2px solid #588b09;
    font-size: 15px;
}

.proc_window {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 90px;
    box-sizing: border-box;
    padding: 0px 20px;
}

.stage_box {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}

.text_stage {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;

}

.circle_before {
    width: 21px;
    height: 21px;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
}

.circle_before:hover {
    box-shadow: 0px 0px 20px #ffff;
}

.circle_after {
    width: 13px;
    height: 13px;
    background: #b1f04e;
    border-radius: 50%;
}

.stg_box {
    width: 181px;
    height: 76px;
    background: rgba(40, 39, 40, 0.8);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    transform: scale(0.0);
}

.stage_box:first-child .stg_box.active {
    left: 10px;
}

.stage_box:last-child .stg_box.active {
    right: 10px;
}

.stg_box.active {
    transform: scale(1.0);
    z-index: 10;
}

.stg_box.active .text_stage {
    position: relative;
    margin-bottom: 10px;
}

.box_day {
    width: 60px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b1f04e;
}

.text_day {
    font-size: 10px;
    color: #000;
}

.stg_tit {
    display: flex;
    justify-content: space-between;
}

.stg_text_light {
    font-size: 10px;
}

.line_dashed {
    border-bottom: dashed 2px #ffff;
    position: relative;
    top: -11px;
    margin: 0px 100px;
}

.r_header {
    width: 220px !important;
}

.terms {
    display: flex;
    margin-top: 75px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.terms .main {
    display: flex;
    justify-content: center;
}

.box_term {
    width: 374px;
    height: 254px;
    border-radius: 20px;
    overflow: hidden;
    color: #ffff;
}

.box_term.slim {
    height: 116px;
}


.text_term {
    font-size: 20px;
    font-weight: 600;
    z-index: 10;
    position: relative;
}

.box_term.one {
    background: #e5e5e5;
    box-sizing: border-box;
    padding-top: 70px;
    padding-left: 40px;
    margin-right: 30px;
    color: #000;
}

.box_term.one img {
    position: relative;
    top: -140px;
    left: 35px;
}

.box_term.two {
    background: #282728;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
    margin-right: 30px;
}

.box_term.two .text_term {
    margin-bottom: 20px;
}

.box_term ul {
    list-style: inside decimal;
}

.box_term li {
    font-size: 13px;
    margin-bottom: 5px;
}

.box_term.two img {
    position: relative;
    top: -50px;
    left: 200px;
}

.box_term.three {
    background: #8dc434;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    align-items: center;
}

.numb_text {
    color: #000;
    font-size: 43px;
    font-weight: 700;
    margin-right: 15px;
}

.text_box_slim {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}

.box_term.three img {
    position: relative;
    left: 15px;
}

.box_term.four {
    background: #282728;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    align-items: center;
}

.box_term.four img {
    margin-right: 15px;
    position: relative;
    top: -5px;
}

.box_term.four .hammer {
    top: 100px;
    left: -40px;
}

.boxes_term_slim {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*----------------Калькулятор---------------*/

.calculator {
    margin-top: 90px;
    margin-bottom: 110px;
}

.calculator .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.left_box {
    width: 60%;
    border-right: solid 1px #dedede;
    padding: 60px 50px;
}

.box_calc {
    width: 1186px;
    height: 774px;
    box-shadow: 1px 1px 20px;
    border-radius: 20px;
    margin-top: 65px;
    display: flex;
}

.tit_part {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.boxes_part {
    display: flex;
    flex-wrap: wrap;
}

.box_part {
    cursor: pointer;
}

.part.type {
    margin-bottom: 35px;
}

.part.type .checked {
    border: solid 2px #dedede;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.part.type .box_part.active .checked{
    border: solid 2px #8dc434;
    box-shadow: 0px 0px 20px #8dc434;
}

.check {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.tabs_nav-btn {
    text-align: center;
    float: left;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    background: unset;
    font-size: 20px;
}

.tabs_nav-btn.active {
    display: none;
}

.text_tab_nav {
    font-size: 20px;
}

.tabs_content {
    display: none; 
    justify-content: space-between;
}

.tabs_content.active {
    display: flex;
}


.part.outside_cov {
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}

.box_part {
    cursor: pointer;
    margin-right: 10px;
}

.box_part:last-child {
    margin-right: 0px;
}

.tabs_nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    /*width: 100%;*/
}

.tabs_nav.active {
    display: flex;
    position: absolute;
    background: #fff;
   /* width: 42.1%;*/
    margin-top: 108px;
    border: solid 2px #d8d8d8;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.part.outside_cov .checked {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(http://obk-okna.ru/wp-content/themes/plastic-child/img/otdelka/cross.png);
    background-position: center center;
}

.checked img {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-position: center center;
}

.box_part.active .checked {
    border: 2px solid #77a234;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part.floor {
    display: flex;
    flex-direction: column;
}

.part.floor .checked {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.right_box {
    width: 40%; 
    padding: 60px 30px;
    box-sizing: border-box;
}

.right_box .part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.boxes_part.tab_box {
    width: 67px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.right_box .checked {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.right_box .box_part.active .checked {
    border: none;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #8dc434;
}

.right_box .box_part .checked.chek_left {
    background: none;
}

.right_box .box_part.active .checked.chek_left {
    background: #6664;
}

right_box .box_part .checked.chek_right {
    background: none !important;
}

.right_box .box_part.active .checked.chek_right {
    background: #8dc434;
}

.t_part {
    font-size: 20px;
}

.box-form_price {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.box-form_price .btn {
    min-width: 167px;
    height: 60px
}


.box-price {

}

.box-price p {
    font-size: 20px;
}

.tit-price {
    margin-top: 10px;
}

.price {
    font-size: 30px !important;
    font-weight: 800;
}


.select_calc {
    display: flex;
    width: 100%;
    border: solid 2px #d8d8d8;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.arrow_calc {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
    cursor: pointer;
    transition: transform 0.5s ease 0s;
}

.arrow_calc.active {
    transform: rotate(225deg);
}

.boxes-tabs_content {
    display: flex;
    align-items: center;
    width: 100%;
}

.boxes-tabs_content .box_part {
    cursor: pointer;
    margin-right: 30px;
}

.boxes-tabs_text {
    font-size: 17px;
    margin-right: 50px;
}


/*----------------Калькулятор---------------*/


.finishing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.finishing .main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.boxes_fin {
    width: 100%;
}

.boxes_fin-top {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.box_fin {
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-right: 30px;
    border-radius: 10px;
    padding: 30px 20px 30px 30px;
    box-sizing: border-box;
}

.box_fin.top {
    width: 374px;
    height: 207px;
}

.box_fin.top.fin_1 {
    background: url(../img/fin_1.png) #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 

.box_fin.top.fin_2 {
    background: url(../img/fin_2.png) #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 

.box_fin.top.fin_3 {
    background: url(../img/fin_3.png) #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 


.box_fin.top:last-child {margin-right: 0px;}

.boxes_fin-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box_fin.bottom {
    width: 573px;
    height: 207px;
}

.box_fin.bottom.fin_4 {
    background: url(../img/fin_4.png) #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box_fin.bottom.fin_5 {
    background: url(../img/fin_5.png) #282728;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -40px;
}

.box_fin.bottom:last-child {margin-right: 0px;}


.box_title-fin {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 60px;
}

.tit_fin {
    font-size: 19px;
    font-weight: 600;
    text-align: start;
}

.boxes_small {
    display: flex;
}

.box_white {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    background: #ffffff;
    color: #000;
    width: 78px;
    height: 30px;
    border-radius: 15px;
    margin-left: 15px;
}

.cena_fin {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: start;
}

.box_link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
}

.white {
    text-decoration: dashed underline #dedede 2px;
}

.green {
    color: #9eda3f;
    text-decoration: dashed underline #9eda3f 2px;
}

.box_green {
    background: #9eda3f;
    width: 124px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
}

.repair {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.repair .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box_repair {
    display: flex;
}

.repair_left {
    width: 50%;
    margin-bottom: 20px;
    z-index: 10;
}

.repair_left .h1 {
    margin-bottom: 45px;
}

.text_repair {
    font-size: 17px;
    line-height: 25px;
}

.h2_repair {
    font-size: 26px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 20px;
}

.repair_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.repair_right img {
    margin-right: 40px;
    position: absolute;
}

.offer_rpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.box_rpr {
    width: 375px;
    height: 200px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #123;
    padding: 30px;
    border-radius: 10px;
    z-index: 10;
}

.box_rpr.rpr_1 {
    background: url(../img/key.png) #ffff;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: 94% -10%;
}

.box_rpr.rpr_2 {
    background: url(../img/rpr_2.png) #ffff;
    background-repeat: no-repeat;
    background-position: 150% -70%;
}

.box_rpr.rpr_3 {
    background: url(../img/rpr_3.png) #ffff;
    background-repeat: no-repeat;
    background-position: 130% 20px;
}


.title_rpr {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text_rpr {
    font-size: 13px;
}

.glazing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.glazing .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text_glazing {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 17px;
    text-align: center;
}

.hot_glz {
    display: flex;
    background: #f5f5f5;
    margin-bottom: 60px;
}

.hot_glz img {

}

.box_hot {
    box-sizing: border-box;
    padding: 50px 80px 50px 40px;
}

.title_glz {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.text_glz {
    font-size: 17px;
    line-height: 25px;
}

.cold_glz {
    display: flex;
    background: #f5f5f5;
}

.cold_glz img {

}

.box_cold {
    box-sizing: border-box;
    padding: 50px 40px 50px 80px;
}

.work {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.work .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

/*--------------Слайдер-------------*/
.sliders {
    margin-top: 50px;
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.slide.active {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    transform: scale(1);
    margin: 0 auto;
}

.slide {
    position: absolute;
    height: inherit;
    transition: transform 0.5s ease 0s;
    translate: unset;
    transform: scale(0);
    width: 90%;
    left: -110%;
}

.slide img {
    height: inherit;
    border-radius: 20px;
}

.text_box {
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease 0s;
}

.text_box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.title_slide {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.text_slide {
    font-size: 17px;
    margin-bottom: 35px;
}

.subtext_slide {
    font-size: 17px;
}

.btn-prev {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 11;
}

.btn-next {
    position: absolute;
    right: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 11;
}

.btn-prev:hover .arrow, .btn-next:hover .arrow {
    border-right: 2px solid #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
}


.arrow {
    width: 13px;
    height: 13px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(315deg);
    margin-right: 6px;
    
}


.btn-prev .arrow {
    transform: rotate(135deg);
    margin-right: -3px;
}

.slide_box {
    
}

.slide_box-img {
    display: flex;
    width: 45%;
    height: inherit;
    margin-right: 25px;
    border-radius: 20px;
}

.work_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-right: 20px;
    height: inherit;
    border-radius: 20px;
    overflow: hidden;
}

.work_img:last-child {
    margin-right: 0px;
}

.slide_box-big {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;
    min-height: 350px;
    color: #ffff;
    background: #282728;
}


/*--------------Слайдер-------------*/


.link_work {
    font-size: 17px;
    font-weight: 600;
    margin-top: 50px;
}

.questions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-top: 75px;
    background: url(../img/bnr_qst.png) #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.questions .main {
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
}

.questions .h1 {
    margin-bottom: 60px;
}

.boxes_qst {
    width: 90%;
    padding-bottom: 100px;
}

.box_qst {
    margin-bottom: 20px;
    background: #ffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.5s ease 0s;
    height: auto;
    cursor: pointer;
}

.box_qst.active {
    
}

.title_qst {
    font-size: 20px;
    font-weight: 600;
    width: 93%;
    margin-right: 10px;
}

.text_qst {
    display: flex;
    position: absolute;
    margin-top: 20px;
    font-size: 20px;
    transform: scale(0.0);
    transition: all 0.5s ease 0s;
}

.text_qst.active {
    position: relative;
    transform: scale(1.0);
}

.box_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_plus_qst {
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    background: #b1f04e;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.line_plus {
    display: block;
    height: 2px;
    background: #ffff;
    width: 20px;
}

.line_plus:before {
    content: "";
    display: block;
    height: 2px;
    background: #ffff;
    width: 20px;
    transform: rotate(90deg);
    transition: all 0.5s ease 0s;
}

.box_plus_qst.active .line_plus:before {
    transform: rotate(0deg);;
}

.we {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 70px;
}

.we .main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.we .h1 {
    margin-bottom: 60px;
}

.we_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 70%;
}

.boxes_we {
    display: flex;
    flex-wrap: wrap;
}

.box_we {
    width: 45%;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px 20px 20px 40px;
    box-shadow: 0px 0px 20px #c3c3c3; 
    border-radius: 10px;
}

.box_we:nth-child(2n) {
    margin-right: 0px;
}

.box_we:nth-child(5), .box_we:nth-child(6) {
    margin-bottom: 0px;
}

.box_we.we_1 {
    background: url(../img/we_1.png) #ffff;
    background-repeat: no-repeat;
    background-position: right 15px;
}

.box_we.we_2 {
    background: url(../img/we_2.png) #ffff;
    background-repeat: no-repeat;
    background-position: right -15px;
}

.box_we.we_3 {
    background: url(../img/we_3.png) #ffff;
    background-repeat: no-repeat;
    background-position: right 0px;
}

.box_we.we_4 {
    background: url(../img/we_4.png) #ffff;
    background-repeat: no-repeat;
    background-position: right 10px;
}

.box_we.we_5 {
    background: url(../img/we_5.png) #ffff;
    background-repeat: no-repeat;
    background-position: right 20px;
}

.box_we.we_6 {
    background: url(../img/we_6.png) #ffff;
    background-repeat: no-repeat;
    background-position: right 0px;
}

.title_we {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.text_we {
    font-size: 14px;
}

.we_right {
    width: 30%;
    background: linear-gradient(to bottom, #a5e344, #8cc433);
    box-sizing: border-box;
    padding: 50px 30px 0px 30px;
    border-radius: 10px;
    color: #ffff;
}

.title_right {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 45px;
}

ul.list_we {
    margin-left: 30px;
}

.sublist {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sublist::marker {
    content: "✔  ";
    color: #63911c;
}


.consultation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.consultation.two .main {
    background: url(../img/form_2.png) #f2f1f6;
    background-position: 420px top;
    background-repeat: no-repeat;
}

.consultation .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 70px;
    background: url(../img/form_1.png) #f2f1f6;
    background-position: right top;
    background-repeat: no-repeat;
}

.box_text_cons {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title_cons {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 30px;
}

.title_cons .green {
    text-decoration: none;
}

.subtitle_cons {
    font-size: 27px;
    margin-bottom: 30px;
}

.subtitle_cons a {
    color: #000;
}

.text_cons {
        font-size: 17px;
}

.form {
    display: flex;
    width: 400px;
    height: 370px;
    background: #ffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form input {
    outline: none;
    transition: box-shadow 0.5s ease 0s;
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #e3e3e3;
    background: #f4f4f4;
    text-align: center;
}

.form input:focus {
    box-shadow: 0px 0px 20px #1234;
}

.text_form {
    font-size: 12px;
    margin-bottom: 25px;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.services .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services .h1 {
    text-align: center;
    margin-bottom: 65px;
}

.boxes_serv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box_serv {
    width: 270px;
    height: 200px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #282728;
    border-radius: 20px;
    color: #ffff;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    align-items: flex-end;
}

.box_serv:nth-child(4n) {
    margin-right: 0;
}

.title_serv {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

.box_serv.box_1 {
    background: url(../img/serv_1.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_2 {
    background: url(../img/serv_2.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_3 {
    background: url(../img/serv_3.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_4 {
    background: url(../img/serv_4.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_5 {
    background: url(../img/serv_5.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_6 {
    background: url(../img/serv_6.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_7 {
    background: url(../img/serv_7.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_serv.box_8 {
    background: url(../img/serv_8.png) #282728;
    background-repeat: no-repeat;
    background-size: cover;
}

.discounts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
}

.discounts .h1 {
    margin-bottom: 50px;
}

.discounts .main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.boxes_disc {
    display: flex;
    flex-wrap: wrap;
}

.box_disc {
    width: 375px;
    height: 255px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 25px;
    font-size: 24px;
    font-weight: 600;
}

.box_disc:last-child {
    margin-right: 0px;
}

.box_disc.disc_1 {
    background: url(../img/5.png) #e5e5e5;
    background-repeat: no-repeat;
    background-position: 90% 30px;
}

.box_disc.disc_2 {
    background: url(../img/10.png) #282728;
    background-repeat: no-repeat;
    color: #ffff;
    background-position: 115% 30px;
}

.box_disc.disc_3 {
    background: url(../img/15.png) #8dc434;
    background-repeat: no-repeat;
    color: #ffff;
    background-position: 115% 30px;
}

.title_disc {
    margin-bottom: 20px;
}

.subtit_disc {

}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    height: 570px;
    width: 100%;
    /*background: url(../img/footer.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

iframe {
    position: absolute;
}

.footer .main {
    display: flex;
    align-items: center;
}

.box_cont {
    width: 310px;
    height: 340px;
    box-sizing: border-box;
    padding: 30px;
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #1234;
    z-index: 10;
}

.title_cont {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.mail_f {
    margin: 15px 0px;
    font-size: 11px;
}

.adress {
    font-size: 11px;
    margin-bottom: 20px;
}

.footer .tel_cont {
    color: #000;
}

#modalForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 150;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

#modalForm.active {
    display: flex;
}

#filter {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 15;
}

#filter.active {
    display: block;
}


.close {
    width: 100%;
    display: flex;
    height: 16px;
    justify-content: flex-end;
    cursor: pointer;
}

.close:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
    margin-right: -15px;
}


.close:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
    margin-right: -15px;
}

#message {
    color: red;
    margin-bottom: 10px;
    text-align: center;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    background: #f1efef;
    z-index: 1000;
   animation: animateLoader 1s linear forwards;  
    animation-duration: 0.7;
}

.box_circles {
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: rotate(45deg);
    animation: animateCircle 1s linear forwards;
}

.load_circle {
    background: grey;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 10px;
}

.load_circle:last-child {
    background: red;
}

@keyframes animateCircle {
    0% {
        transform: scale(1) rotate(45deg);
    }

    20% {
         transform: scale(0.8) rotate(135deg);
    }

    40% {
        transform: scale(0.6) rotate(225deg);
    }
    60% {
        transform: scale(0.4) rotate(315deg);
    }
    80% {
        transform: scale(0.2) rotate(405deg);
    }
    100% {
        transform: scale(0) rotate(495deg);
    }
}


@keyframes animateLoader {
    0% {
        transform: translateX(0) scale(1.0) rotateY(0deg);
    }

    50% {
        transform: translateX(0) scale(0.9) rotateY(10deg);
    }

    100% {
        transform: translateX(-100%) scale(0.9) rotateY(10deg);
    }
}
