html, body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.logo-wrapper{
    display: flex;
    align-items: center;
}

.logo:first-child{
    height: 60px;
}

.logo:last-child{
    height: 60px;
}

.nav-list{
    display: flex;
    align-items: center;
    gap: 37px;
}

.nav-list li{
    list-style: none;
    text-decoration: none;
}

.nav-list li a{
    text-decoration: none;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
}

.callback-button{
    border: none;
    background-color: #ff681c;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius:  6px;
    cursor: pointer;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.phone-link{
    color: #191E56;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #191E56;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 500;
}

.phone-link:hover{
    background-color: #ff681c;
    color: #fff;
    border: none;
}

.callback-button,
.phone-link{
    width: 185px;
    height: 45px;
}
.header-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.container{
    padding: 0 50px;
}

main{
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.main-content{
    width: 100%;
    height: 500px;
    color: #fff;
    padding-left: 70px;
    padding-top: 70px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    background-image: url('./img/unnamed 2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.main-title{
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 20px;
}

.main-features{
    margin-top: 0px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
}

.main-features li{
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.main-callback-button{
    background-color: #ff681c;
    color: #fff;
    text-align: center;
    border: none;
    height: 58px;
    width: 318px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 0;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.main-text{
    font-weight: 700;
    letter-spacing: 1px;
}

.orange-line{
    height: 100%;
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff681c;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
}

.why-items{
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    box-sizing: border-box;
    padding-bottom: 87px;
}

.section-title{
    font-weight: 500;
    font-size: 40px;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.section-title > span{
    color: #ff681c;
    font-weight: 600;
}

.why-item{
    width: 20%;
}

.why-item img{
    height: 36px;
    width: 36px;
    margin-bottom: 14px;
}

.problem-item {
   background-color: #FFFAFA;
   border-radius: 14px;
   width: 350px;
   height: 200px;
   display: flex;
   overflow: hidden;
   text-align: center;
}

.problem-item h3{
    align-self: center;
    margin-left: 20px;
}


.problem-item:first-child img{
    height: 160px;
}

.why-choose-us{
    padding-top: 87px !important;
}

.why-item h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}

.services{
    background-image: url(./img/services-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.services-item-title{
    font-weight: 800;
    font-size: 16px;
}

.services-content-title{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 465px;
    letter-spacing: -4%;
    margin-top: 0;
}

.services-list{
    background-color: #fff;
    color: #000;
    border-radius: 24px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    max-width: 505px;
}

.services-item-list li::marker{
    color: #ff681c;
    background-color: #ff681c;
}

.services-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 150px;
}

.problems-content{
    background-color: #F1F1F1;
    width: 100%;
    box-sizing: border-box;
    padding: 70px;
    border-radius: 14px;
}

.problem-items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.problems{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    box-sizing: border-box;
}

.bold-title{
    color: #ff681c;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
}


.steps{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.steps h3,
.about-us-numbers h3{
    margin-bottom: 80px;
}

.about-us-image{
    height: 716px;
}

.steps-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.step-item{
    /* width: 20%; */
}

.step-item h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-item p{
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 68px;
    margin: 0;
}

.step-item img{
    height: 48px;
    width: 48px;
    display: inline-block;
}

.step-item div{
    display: flex;
    gap: 20px;
}

.numbers-wrapper{
    display: flex;
    justify-content: space-around;
}

.number-item{
    position: relative;
}

.number-item h4{
    font-family: "YsabeauSC", sans-serif;
    font-size: 145px;
    color: #575757;
    letter-spacing: -10px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 5;
}


.number-item img{
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 50px;
}

.number-item p{
    color: #ff681c;
    margin-top: -10px;
    text-align: center;
    text-transform: lowercase;
    font-weight: bold;
}

.about-us{
    padding-top: 160px !important;
    padding-bottom: 80px !important;
}

.about-us-wrapper{
    display: flex;
    gap: 40px;
}

.about-us-wrapper h3{
    margin: 0;
    margin-top: 30px;
}

.about-us-wrapper h4{
   color: #ff681c;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 20px;
}

.about-us-wrapper ul{
   margin: 0;
   padding-left: 20px;
}

.about-us-wrapper p span{
    color: #ff681c;
    font-weight: 600;
    font-size: 20px;
}

.about-us-wrapper p span:last-child{
    color: #ff681c;
    font-weight: bold;
    font-size: 16px;
}

.devider-line{
    background-color: #ff681c;
    width: 3px;
    height: 500px;
    margin: auto 0;
}

.projects{
    background-color: #1E1E1E;
    padding-top: 80px !important;
    display: flex;
    justify-content: space-between;
}

.project-title{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    max-width: 500px;
    margin-top: 0;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.project-devider-line{
    background-color: #ff681c;
    height: 5px;
    max-width: 600px;
    margin-bottom: 30px;
}

.projects p{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    max-width: 500px;
    letter-spacing: 2px;
}

.projects p span{
    color: #ff681c;
}

.project-images{
    display: flex;
    gap: 40px;
    
}

.project-images-solo div,
.project-images div{
    position: relative;
}

.project-images-solo div > p,
.project-images div > p{
    position: absolute;
    background-color: #ff681c;
    color: #fff;
    /* padding: 15px 60px; */
    border-radius: 14px;
    bottom: 12px;
    left: -20px;
}

.project-images div > p{
    width: 244px;
    height: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.project-images-solo div > p{
    padding: 25px 70px;
    bottom: 19px;
}

.project-images img{
    height: 321px;
    border-radius: 14px;
}

.project-images-solo{
    align-items: center;
    text-align: center;
}

.project-images-solo{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.project-images-solo img{
    width: 550px;
    border-radius: 14px;
}

.project-images-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.gallery{
    padding-top: 191px !important;
    padding-bottom: 150px !important;
    max-width: 1540px;
    margin: 0 auto;
}

.gallery-wrapper{
    display: flex;
    justify-content: center;
    gap: 23px;
    flex-wrap: wrap;
}

.partners{
    position: relative;
    padding-top: 270px !important;
    padding-bottom: 192px !important;
}

.partners-header{
    display: flex;
    justify-content: end;
    text-align: center;
    align-items: center;
    border: 1px solid #CBCBCB;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    padding-right: 197px;
    top: 0;
}

.partners-header .bold-title{
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    margin: 0;  
}

.partners-header h4{
    margin: 0;
    font-size: 64px;
    color: #fff;
    background-color: #ff681c;
    border-radius: 16px;
    height: 92px;
    width: 92px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-left: 32px;
}

.partners-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}

.partners-wrapper-row{
    display: flex;
    gap: 34px;
}

.partners-item{
    border-radius: 16px;
    height: 268px;
    width: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}   

.partners-item img{
    height: 80%;
}

.questions{
    position: relative;
}

.questions h3{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 100px;
    box-sizing: border-box;
    width: 100%;
}

.questions-img-wrapper{

}

.questions-img-wrapper img{
    width: 100%;
}

.question-form{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F6F6F6;
    top: 300px;
    box-sizing: border-box;
    padding: 42px;
    max-width: 918px;
    border-radius: 14px;
}

.question-form-title-wrapper{
    width: 100%;
}

.question-form-title-wrapper h4{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0F1547;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}

.question-form div{
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: center;
}

.button-wrap{
    width: 100%;
}

.button-wrap button{
    background-color: #D95306;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 10px 25px;
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
    width: 185px;
}

.question-form input{
    width: calc(50% - 27px);
    box-sizing: border-box;
    border-radius: 14px;
    border: solid 1px #585876;
    height: 48px;
    padding: 27px 10px; 
    font-size: 16px;
    font-weight: bold;
}

.contacts{
    display: flex;
    justify-content: space-between;
    padding-top: 300px;
    padding-left: 200px;
    padding-right: 200px;
}


.contacts h5{
    text-align: center;
    font-size: 20px;
    margin: 0;
    margin-bottom: 27px;
    color: #0F1547;
    font-weight: bold;
}

.contacts p{
    color: #585876;
    font-weight: medium;
    margin-bottom: 30px;
   
}

.contacts .gis_link{
    cursor: pointer;
    border: 2px solid #585876;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 6px;
}

.contacts a{
    display: flex;
    text-decoration: none;
    margin: 0;
    color: #585876;
    margin-right: 5px;
    font-size: 13px;
}

.contacts a p{
    margin: 0;
    color: #585876;
    margin-right: 5px;
    font-size: 13px;
}

.contacts a img{
    height: 13px;
}

 .devider-text-wrap{
        display: flex;
        gap: 5px;
    }

@media screen and (max-width: 450px) {
    .logo:last-child{
        height: 50px;
    }
    nav,
    .callback-button{
        display: none;
    }

    header {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        justify-content: space-between;
        width: 100vw;
    }

    .phone-link{
        width: auto;
        height: auto;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    .container {
        padding: 0 15px;
        overflow: hidden;
    }
    .nav-list {
        gap: 10px;
        font-size: 16px;
    }

    .header-buttons {
        flex-direction: column;
        gap: 8px;
    }
    .main-content {
        padding-left: 24px;
        padding-top: 16px;
        padding-bottom: 20px;
        padding-right: 24px;
        height: 216px;
        box-sizing: border-box;
        background-position: center;
    }
    .main-title {
        font-size: 26px;
    }
    .main-features {
        display: none;
    }
    .main-text{
        display: none;
    }
    .main-callback-button {
        width: 180px;
        font-size: 10px;
        height: 40px;
        padding: 10px 0;
        margin-left: auto;
    }

    .main-callback-button-free-word{
        display: none;
    }

    main{
        padding-bottom: 0 !important;
    }

    .why-choose-us{
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .section-title{
        width: 270px;
    }

    .orange-line {
        width: 100px;
    }
    .why-items {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 0;
        padding: 0;
    }
    .why-item {
        width: 100%;
        text-align: center;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .services-wrapper {
        grid-template-columns: 1fr;
        padding: 30px 10px;
        gap: 15px;
    }

    .bold-title{
        font-size: 32px;
    }

    .steps{
        padding-top: 30px !important;
    }

     .step-item{
        text-align: center;
     }

    .step-item div{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .step-item p{
        padding: 0 40px;
    }

    .step-item h4{
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .numbers-wrapper{
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .number-item img {
        left: 50%;
        transform: translateX(-50%);
    }

    .about-us{
        padding-top: 60px !important;
    }

    .about-us-wrapper div{
        text-align: center;
    }

    .devider-text-wrap{
        display: flex;
        gap: 5px;
    }

    .project-images-solo div > p, .project-images div > p{
        left: -10px;
        bottom: 13px;
        padding: 15px 40px !important;
    }

     .project-images-solo div > p{
        left: -10px;
        bottom: 10px;
        padding: 15px 40px !important;
    }

    .project-images div > img{
        height: 325px;
    }


    .about-us-image {
        height: 500px;
    }

    .services-content-title {
        font-size: 20px;
    }
    .services-list {
        padding: 15px;
        max-width: 100%;
    }
    .problems-content {
        padding: 20px;
    }
    .problem-items {
        flex-direction: column;
        gap: 15px;
    }
    .problem-item {
        width: 100%;
        align-items: center;
        text-align: left;
        justify-content: space-between;
        position: relative;
    }

    .problem-item > img {
       height: 100%;
    }
    .problem-item h3 {
        margin-left: 0;
        margin-top: 10px;
        width: 35%;
    }
    .steps-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .about-us-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .projects {
        flex-direction: column;
        padding-bottom: 100px;
    }
    .project-title {
        font-size: 24px;
        letter-spacing: 2px;
        max-width: 100%;
    }
    .project-images {
        flex-direction: column;
        gap: 15px;
    }
    .project-images img,
    .project-images-solo img {
        width: 100%;
        max-width: 100%;
    }
    .project-images-solo {
        flex-direction: column;
        gap: 15px;
    }
    .gallery {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
        max-width: 100%;
        position: relative;
    }
    .gallery-wrapper {
        gap: auto;
        width: 100%;
    }

    .gallery-item{
        height: 100%;
        position: relative;
        order: 0;
        height: 200px;
    }

    .gallery-item:nth-child(1) { order: 5; }
    .gallery-item:nth-child(2) { order: 1; }
    .gallery-item:nth-child(3) { order: 2; }
    .gallery-item:nth-child(4) { order: 3; }
    .gallery-item:nth-child(5) { order: 4; }
    .gallery-item:nth-child(6) { order: 6; }
    .gallery-item:nth-child(7) { order: 7; }

    .gallery-item img{
        height: 180px;
        position: relative;
    }

    .partners{
        padding-top: 150px !important;
        padding-bottom: 100px !important;
    }

    .partners-header {
        align-items: flex-start;
        padding-right: 10px;
        text-align: center;
        align-items: center;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        gap: 10px;
    }
    .partners-header .bold-title {
        font-size: 24px;
    }
    .partners-header h4 {
        font-size: 32px;
        height: 48px;
        width: 48px;
        margin-left: 0;
    }

    .partners-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .partners-wrapper-row {
        flex-direction: column;
        gap: 10px;
    }
    .partners-item {
        width: 175px;
        height: 175px;
    }
    .questions h3 {
        font-size: 24px;
        top: 30px;
    }
    .question-form {
        padding: 15px;
        width: 90%;
        top: 100px;
    }
    .question-form-title-wrapper h4 {
        font-size: 18px;
    }
    .question-form input {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .button-wrap button {
        width: 100%;
        font-size: 14px;
        padding: 8px 0;
    }
    .contacts {
        flex-direction: column;
        padding-top: 430px;
        padding-left: 10px;
        padding-right: 10px;
        gap: 20px;
    }
    .contacts h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contacts p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contacts a {
        padding: 8px 0;
        font-size: 13px;
    }
}