html {
    scroll-behavior: smooth;
}

.main__block {
    background-image: url(/src/img/main_block.png);
    background-size: cover;
    height: 80vh;
    overflow: hidden;
    background-attachment: fixed;
}

.price_2{
     background-image: url(/src/img/main_block.png);
    background-size: cover;
     background-attachment: fixed;
     color:#fff;
}

.price_2 h2{
    color:#fff;
}

.price_2 p{
    color:#fff;
}

.main__block h1 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Rubik', sans-serif;
    color: #263140;
}

p {
    color: #263140;
}

.main__block span {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.my_btn {
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #2d8cd4;
    border: none;
    border-radius: 5px;
    transition: 1s;
    box-shadow: 0px 0px 10px #2D8CD4;
}

.about i {
    font-size: 50px;
    color: #2d8cd4;
}

.my_btn:hover {
    background: linear-gradient(180deg, #2D8CD4 0%, #59B8FF 100%);
    box-shadow: 0px 0px 10px #2D8CD4;
}

.main__block .my_btn {
    margin-top: 30px;
}

.main__block img {
    width: 100%;
}

.hot {
    padding: 50px 0;
}

.hot h2 {
    font-family: 'Rubik', sans-serif;
}

.second_color {
    color: #2d8cd4;
}

.hot p {
    font-family: 'Rubik', sans-serif;
    font-size: 19px;
}

.about {
    padding: 50px 0;
    background-image: url(/src/img/bg_about.png);
    background-position: top left;
    background-size: cover;
    color: #fff;
}

.about span b {
    color: #2d8cd4;
}

.about h2 {
    color: #fff;
}

.about span {
    font-size: 22px;
}

.services {
    padding: 50px 0;
    background-image: url(/src/img/services.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.services h2 {
    margin-bottom: 30px;
}

.services h4 {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
}

.my_mt {
    margin-top: 32px;
}

.ser_img_1 img {
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.price {
    padding: 50px 0;
    background-color: #F4F4F4;
}

.price p {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
}

.partner {
    padding: 50px 0;
}

.partner img {
    width: 100%;
}

.projects {
    padding: 50px 0;
    background-color: #F4F4F4;
}

.projects img{
    width:336px;
}

.license {
    padding: 50px 0;
}

.license img {
    margin-top: 30px;
}

.call {
    padding: 50px 0;
    background-image: url(/src/img/call.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff!important;
}

.call form {
    margin-top: 30px;
}

.call h2 {
    margin-bottom: 0;
    color: #fff!important;
}

.call input {
    padding: 15px 10px;
    width: 100%;
}

.call p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff!important;
}

.modal input {
    padding: 15px 10px;
    margin: 10px 0;
    width: 100%;
}

.footer h2 {
    color: #fff;
}

.otz {
    padding: 50px 0;
}

.footer {
    padding: 50px 0;
    background-color: #263140;
    color: #fff;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    font-size: 18px;
}

.nav-item {
    padding: 0 15px;
}

.phone {
    background-color: #2d8cd4;
    color: #fff;
}

.phone:hover {
    background: linear-gradient(180deg, #2D8CD4 0%, #59B8FF 100%);
    box-shadow: 0px 0px 10px #2D8CD4;
    color: #fff;
}

@media screen and (max-width:470px) {
    .price_2{
        text-align:center!important;
    }
    .footer button{
        margin-top: 20px;
    }
    .price_2 img{
        width:100%;
        margin-top: 20px;
    }
    .main__block img {
        width: 70%;
        margin: 0;
        margin-top: 20px;
    }
    .main__block {
        height: 100vh;
        text-align: center;
        padding: 100px 0;
    }
    .main__block h1 {
        font-size: 1.6rem;
    }
    .about {
        background-position: center;
    }
    .about_block{
        margin: 20px auto;
        width: 80%;
    }
    .services h4{
        margin: 20px 0 ;
    }
    
    .services img{
        width:60%;
    }
    
    .ser_img_1 img{
        height: 330px;
    }
    .my_mt{
        margin-top: 0;
    }

    .call input{
        margin-bottom: 20px;
    }

    .call .my_btn{
        margin-bottom: 0;
    }
}

section {
    overflow: hidden;
}