section {
    padding: 48px 0 !important;
}
.main-desktop-logo {
    width: 110px;
}
@media (min-width: 768px) {
    .main-desktop-logo {
        width: 127px;
    }    
}
@media (min-width: 768px) {
    section {
        padding: 48px 0 !important;
    }
}
@media (min-width: 1200px) {
    section {
        padding: 96px 0 !important;
    }    
}
p {
    font-size: 0.875rem;
}
.fs-5 {
    font-size: 1.125rem !important;
}
@media (min-width: 768px) {
    p {
        font-size: 1rem;
    }
    .fs-5 {
        font-size: 1.25rem !important;
    }
}
.top-nav li {
    font-weight: 500;
}
@media (max-width: 576px) {
    .top-nav .btn-primary {
        padding: 8px 12px;
    }
}

#contacts-section {
	padding:0 !important;
}

.mobile-nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    display: none;
    transition: all 0.4s ease-in;
}
.mobile-nav .main-desktop-logo-box {
    background-color: #fff;
    height: 48px;
    padding: 0 16px;
}
.mobile-nav-bottom {
    position: absolute;
    bottom: 50px;
    left: 16px;
}
.hero-section {
    color: #fff;
    background: linear-gradient(180deg, rgba(26, 41, 48, 0.95) 6.03%, rgba(26, 41, 48, 0.2) 73.85%), url("/img/hero_img_1.png");
    background-size: cover;
    background-position: center;
    padding: 116px 0;
}
@media (min-width: 768px) {
    .hero-section {
        background: linear-gradient(180deg, rgba(26, 41, 48, 0.2) 0%, rgba(26, 41, 48, 0.95) 100%), url("/img/hero_img.png");
        background-size: cover;
        background-position: center;
    }
}
.hero-section-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
    .hero-section-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.rounded-block {
    border-radius: 12px;
    overflow: hidden;
}
.hero-title {
    font-size: 2rem;
    line-height: 2.25rem;
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
        line-height: 3.75rem;
    }    
}
@media (min-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }    
}
@media (max-width: 768px) {
    .hero-btn {
        margin-top: 200px !important;
    }
}
.hero-advantage {
    background: #0E5E6F33;
    border: 1px solid #0E5E6F4D;
    padding: 12px;
}
@media (min-width: 768px) {
.hero-advantage {
    padding: 24px;
}    
}
.hero-advantage-img {
    background: #0E5E6F;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-advantage-mobile .hero-advantage {
    background: #0E5E6F;
    padding: 12px 16px;
    color: #fff;
}
.hero-advantage-mobile .hero-advantage-img {
    background-color: #fff;
}
.how-it-works-title {
    text-align: center;
}
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;    
}
@media (min-width: 768px) {
    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 32px;  
    }    
}
@media (min-width: 1200px) {
    .how-it-works-grid {
        grid-template-columns: repeat(3, 1fr);  
    }    
}
.how-it-works-inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    text-align: center;
    padding: 32px;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
.how-it-works-img-box {
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;    
}
.how-it-works-img-box img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
}
.how-it-works-img {
    background: #FDF2E6;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-get-catalog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
    .form-get-catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.form-get-catalog-info {
    position: relative;
    background-color: #EF7D00;
    color: #fff;
    padding: 32px 12px 24px;
}
.form-get-catalog {
    padding: 32px 12px;    
}
@media (min-width: 768px) {
    .form-get-catalog-info, .form-get-catalog {
        padding: 32px;
    }
}
@media (min-width: 1400px) {
    .form-get-catalog-info, .form-get-catalog {
        padding: 48px;
    }
}
.form-get-catalog-list {
    position: relative;
    z-index: 10;
}
.catalog-img-box {
    position: relative;
    bottom: -24px;
    right: calc(-50% + 70px);
    width: 140px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
@media (min-width: 576px) {
    .catalog-img-box {
        width: 170px;
    }
}
@media (min-width: 768px) {
    .catalog-img-box {
        position: absolute;
        bottom: 0;
        right: -1px;
    }
}
@media (min-width: 992px) {
    .catalog-img-box {
        display: none;
    }
}
@media (min-width: 1200px) {
    .catalog-img-box {
        display: block;
        width: 140px;
    }
}
@media (min-width: 1400px) {
    .catalog-img-box {
        width: 170px;
    }    
}
input {
    background: #F6F6F6;
    height: 48px;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
}
label {
    font-weight: 500;
}
.agreement-text {
    max-width: 300px;
    text-align: center;
}
.btn-form-dark {
    width: 100%;
    --bs-btn-bg: rgba(26, 41, 48, 1);
    --bs-btn-border-color: rgba(26, 41, 48, 1);
    --bs-btn-hover-bg: rgba(26, 41, 48, 0.9);
    --bs-btn-hover-border-color: rgba(26, 41, 48, 0.9);
    --bs-btn-active-bg: rgba(26, 41, 48, 0.9);
    --bs-btn-active-border-color: rgba(26, 41, 48, 0.9);
}
.btn-white {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: rgb(253, 242, 230);
    --bs-btn-hover-border-color: rgb(253, 242, 230);
    --bs-btn-active-bg: rgb(253, 242, 230);
    --bs-btn-active-border-color: rgb(253, 242, 230);
    --bs-btn-color: #EF7D00;
    --bs-btn-hover-color: #EF7D00;
    --bs-btn-active-color: #EF7D00;  
}
.why-choose-us-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
@media (min-width: 992px) {
    .why-choose-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.why-choose-us-img {
    background-color: #F6F6F6;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-box {
    position: relative;
    overflow: hidden;
    background: #0E5E6F;
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: fit-content;
    width: 100%;
    padding: 48px;
    text-align: center; 
}
.blur-background {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -45px;
    right: -45px;
}
.blur-decor {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #094352;
    box-shadow: 0px 0px 55px 55px #094352;
}
.promo-box-inner {
    position: relative;
    z-index: 1;
}
.about-us-section {
    background: radial-gradient(circle, #0E5E6F, #0a4a5a);
    color: #fff;
}
.about-us-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .about-us-grid {
        grid-template-columns: repeat(2, 1fr);   
    }    
}
@media (min-width: 1200px) {
    .about-us-grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 32px;         
    }    
}
.about-us-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
}
@media (min-width: 992px) {
    .about-us-box {
        padding: 24px;
    }    
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;    
}
@media (min-width: 1200px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
}
.step-number {
    background-color: #EF7D00;
    color: #fff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.link-orange {
    color: #EF7D00;
    position: relative;
    padding-right: 20px;
}
.link-orange::before {
    content: "";
    position: absolute;
    right: -0.25rem;
    top: 50%;
    display: block;
    height: 0.65rem;
    width: 0.65rem;
    transform-origin: 75% 75%;
    box-shadow: 1px 1px #EF7D00;
    transform: rotate(-45deg) translate(0, -100%);
    transition: transform 200ms ease-in-out;
}
.link-orange:hover::before {
    transform: rotate(-45deg) translate(50%, -50%);
}
.steps-section {
    position: relative;
    overflow: hidden;
}
.steps-img-box {
    border-radius: 24px;
    overflow: hidden;
    width: fit-content;
}
@media (min-width: 1200px) {
    .steps-img-box {
        position: absolute;
        top: 96px;
        left: calc(50vw + 24px);
        width: 50vw;
        max-height: 700px;
        height: 100%;
        border-radius: 24px 0 0 24px;
    }
    .steps-img {
        height: 100% !important;
        width: auto !important;
        object-fit: cover;
    }
}
.projects-section {
    text-align: center;
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 16px; 
}
@media (min-width: 768px) {
    .projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1200px) {
    .projects-grid {
        gap: 32px;
    }
}
.project-img {
    border-radius: 12px;
}
.cta-form-section {
    background: url("/img/form_img.png");
    background-size: cover;
    background-position: center;    
}
.cta-form-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
    .cta-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.cta-form-info {
    position: relative;
    background-color: #EF7D00;
    color: #fff;
    padding: 32px 12px;
}
.cta-form {
    padding: 32px 12px;    
}
@media (min-width: 768px) {
    .cta-form-info, .cta-form {
        padding: 32px;
    }
}
@media (min-width: 1400px) {
    .cta-form-info, .cta-form {
        padding: 48px;
    }
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;     
}
@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.contacts-telmail {
    display: flex;
    flex-direction: column;
}
.contacts-telmail a {
    color: #313131;
    font-weight: 500;
}
.footer-menu-list a {
    color: #313131;
    font-weight: 500;    
}