@font-face {
    font-family: "Geometria";
    src: url('../fonts/geometria_extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url('../fonts/geometria_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url('../fonts/geometria_light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Geometria";
    src: url('../fonts/geometria_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
.page_header{
padding:0;
}
.obr_main_left a:hover, .gallery_decription a:hover{
opacity:0.8;
}
.form_block{
display:none;
}
.step_nav_item{
cursor:pointer;
}
.text_item h4 {
   margin:0;
}
.obr_title{
margin:0;
}
:root {
  --font-family: "Geometria", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Roboto", sans-serif;
  --font3: "Manrope", sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #15275f;
    color: #fff;
}
.obr_content{
    max-width: 1358px;
    margin: 0 auto;
}
.obr_main_section .cintetn_row{
    padding-top: 102px;
    padding-bottom: 95px;
    display: flex;
    align-items: center;
}
.obr_main_section .cintetn_row h1{
    font-family: var(--font3);
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    max-width: 685px;
    margin-bottom: 29px;
}
.obr_sub_title{
    font-family: var(--font3);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    max-width: 584px;
}
.obr_sub_title span{
    font-weight: 800;
    
}
.obr_main_left{
    max-width: 685px;
    width: 100%;
    min-width: 685px;
}
.obr_main_left a,.gallery_decription a{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 17px;
    line-height: 82%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 16px 27px;
    display: inline-block;
    background: #f49b0f;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 28px;
}
.obr_main_right{
    text-align: right;
    padding-right: 70px;
    width: 100%;
}
.obr_adv{
    background-color: #fff;
    padding: 24px 0;
}
.adv_items{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.adv_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adv_item>div{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 37px;
    color: #f49b0f;
    margin-bottom: 4px;
}
.adv_item p{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.step_ispol{
    padding-top: 77px;
    padding-bottom: 51px;
}
.stepd_ispol_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 76px;
}
.step_nav_item{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #000;
    border-radius: 11px;
    background: #cbcfd6;
    padding: 10px 14px;
}
.step_ispol_main{
    display: flex;
    justify-content: space-between;
}
.step_ispol_image>div{
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.step_ispol_image{
    padding-right: 35px;
}
.step_name{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
margin:0;
}
.step_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.step_ispol_text{
    max-width: 730px;
}
.step_description{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    max-width: 723px;
}
.step_faq{
    margin-top: 37px;
}
.step_faq_nav{
    display: flex;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
    cursor: pointer;
}
.step_faq_nav span{
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.text_item{
    max-width: 261px;
    display: flex;
    column-gap: 9px;
    margin-top: 24px;

}
.text_item *{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 109%;
    color: #fff;
}
.text_item h4{
    font-weight: 700;
}
.text_item svg{
    min-width: 17px;
}
.step_faq_text{
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
}
.step_faq_item.active .step_faq_nav span {
        transform: rotate(90deg);
    }
.step_faq_item .step_faq_text{
    display: none;
}

.step_faq_item.active .step_faq_text{
    display: flex !important;
}
.step_faq_item{
    margin-top: 16px;
}

.step_ispol_white{
    background: #fff;
    
}
.step_ispol_white *{
    color: #000;
}

.step_ispol_white .step_faq_nav {
    border-bottom: 1px solid #000;
}

.step_ispol_white .text_item {
    max-width: 283px;
}
.step_ispol_white .text_item svg path{
    fill: #000;
}
.obr_advantages{
    padding: 43px 0;
    background: #fff;
}
.obr_advantages_items{
    display: flex;
    justify-content: space-between;
}
.obr_advantages_item:nth-child(1){
    max-width: 680px;
    min-width: 680px;
    margin-right: 34px;
    width: 100%;
}
.obr_advantages_item h2{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 34px;
}
.obr_advantages_item ul li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.obr_advantages_item ul{
   list-style-position: outside;
   padding-left: 20px;
}
.gallery_decription{
    padding: 40px 66px;
    background: #fff;
    border-radius: 30px;
}
.gallery_decription h3{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 17px;
}
.gallery_decription p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin-bottom: 17px;
}
.obr_gallery{
    padding-top: 53px;
    padding-bottom: 66px;
}
.btn_prosch{
    text-align: center;
}
.btn_prosch a{
    margin-top: 0;
}
.galery_title{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 43px;
}
.obr_main_right img{
    max-width: 100%;
}
.mob_image{
    display: none;
}


.obr_main_section{
    max-width: 100%;
}
@media(max-width: 1400px){
    .obr_main_right {
        padding-right: 0;
    }
    .obr_content{
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

}
@media(max-width: 1280px){
    .stepd_ispol_top {
        justify-content: center;
        align-items: center;
        row-gap: 10px;
        column-gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 56px;
    }
}
@media(max-width: 1260px){
    .obr_main_left {
        max-width: 50%;
        min-width: 50%;
    }
    .obr_advantages_items {
        flex-direction: column;
        row-gap: 20px;
    }
    .obr_advantages_item:nth-child(1) {
        max-width: 100%;
    }
    .obr_main_section .cintetn_row {
        column-gap: 52px;
    }
    .step_ispol_image {
        padding-right: 0;
    }
    .step_ispol_main {
        column-gap: 20px;
    }
}
@media(max-width: 1100px){
.step_ispol_image{
    display: none;
}
.mob_image{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding: 20px 0;
}
.step_ispol_text {
    max-width: 100%;
}
    .step_ispol_main {
        display: block;
    }
.step_description {
    max-width: 100%;
    text-align: center;
}
.step_title{
    text-align: center;
}
.step_name {
    text-align: center;
}
.obr_advantages_item h2,.galery_title,.gallery_decription h3 {

        font-size: 28px;
    }
.step_name {
    font-size: 35px;
    margin-bottom: 8px;
}
.step_faq_text_right,.step_faq_text_left{
    max-width: 49%;
}
 .text_item {
    max-width: 100% !important;
}

.gallery_decription p {
    font-size: 25px;
}







}
@media(max-width: 1000px){

.obr_main_section .cintetn_row {
    padding-top: 140px;
}
.obr_main_section .cintetn_row h1{
    position: absolute;
    top: 20px;
    max-width: 100% ;
    width: 100%;
    font-size: 32px;
    text-align: center;
    left: 0;
}

.mob_image img{
    max-width: 50%;
}
}



@media(max-width: 950px){
    .obr_main_section .cintetn_row {
        column-gap: 0;
    }
  
    .obr_main_section .obr_content {
        max-width: calc(100%);
        padding-left: 20px;
        margin: 0 auto;
    }
    .obr_advantages_item:nth-child(1) {
        min-width: auto;
    }
    .obr_main_left {
        max-width: 62%;
        min-width: 62%;
    }
    .obr_sub_title {
        font-size: 15px;
    }
    .obr_main_left a, .gallery_decription a {
        font-size: 14px;
    }
}
@media(max-width: 670px){
.adv_item p {
    font-size: 15px;
}
.adv_item>div {
    font-size: 27px;
}
}

@media(max-width: 570px){

.obr_main_left a{
    position: absolute;
        left: calc(50% - 100px);
}
.obr_main_left a, .gallery_decription a {
        font-size: 14px;
    }
.obr_main_section .obr_content {
        padding-left: 13px;
    }
 .step_faq_text {

    flex-direction: column;
}
    .step_faq_text_right, .step_faq_text_left {
        max-width: 100%;
    }

.gallery_decription {
    padding: 25px ;
}
.adv_item p {
        font-size: 9px;
    }
        .adv_item>div {
        font-size: 17px;
    }

    .obr_content {
        max-width: calc(100% - 26px);
        margin: 0 auto;
    }
    .mob_image {
        column-gap: 20px;
        padding: 20px 0;
        align-items: center;
        flex-direction: column;
        row-gap: 9px;
    }
.mob_image img {
        max-width: 261px;
    }


}

@media(max-width: 490px){
.form_block{
display:block;
}
    .obr_main_left a{
    position: absolute;
        left: calc(50% - 90px);
}
.obr_main_left a, .gallery_decription a {
        font-size: 12px;
    }

    .obr_main_section .cintetn_row h1 {
        font-size: 21px;
        text-align: left;
        padding-left: 13px;
    }
    .obr_main_section .cintetn_row {
        padding-top: 85px;
    }

.step_nav_item{
font-size: 8px;
}
    .stepd_ispol_top {
        justify-content: left;
        margin-bottom: 26px;
        row-gap: 15px;
    }
 .obr_main_left {
        max-width:152px;
        min-width: 152px;
    }
    .obr_sub_title {
        font-size: 11px;
    }
    .step_name {
        font-size: 24px;
        text-align: left;
    }
    .step_title {
        text-align: left;
        font-size: 17px;
    }

.step_description {
       font-size: 14px;
        text-align: left;
    }


.step_faq_nav {
    font-size:16px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.text_item {
    margin-top:16px;
}
.text_item * {
    font-size: 14px;
    line-height: 109%;
}
.step_faq_text {
    padding-right: 0;
}
.obr_advantages_item h2, .galery_title, .gallery_decription h3 {
        font-size: 24px;
        margin-bottom: 13px;
    }
.obr_advantages_item ul li {
    font-size: 15px;
}
.obr_gallery {
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery_decription h3 {
    text-align: center;
}
.obr_advantages {
    padding: 20px 0;
    background: #fff;
}
.step_ispol {
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery_decription p {
        font-size: 15px;
    }


}