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: 64px 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;
    }
}

.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 {
    position: relative;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 116px 0;
}
.hero-section .container {
    z-index: 10;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -100;
}
@media (max-width: 768px) {
    .hero-video {
        height: 100%;
    }
}
.hero-video video {
    height: 100%;
    width: auto;
}
.hero-title-box {
    width: 80%;
}
@media (min-width: 768px) {
    .hero-title-box {
        width: 50%;
    }
}
.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-grid {
    display: none;   
}
@media (min-width: 768px) {
    .hero-advantage-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);    
    }
}
@media (min-width: 1200px) {
    .hero-advantage-grid {
        grid-template-columns: repeat(4, 1fr);    
    }
}
.hero-advantage {
    background: rgba(14, 94, 111, 0.2);
    border: 1px solid rgba(14, 94, 111, 0.3);
    padding: 12px;
}
@media (min-width: 768px) {
.hero-advantage {
    padding: 16px;
}    
}
.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;
}
.services-title {
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;    
}
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 32px;  
    }    
}
@media (min-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);  
    }    
}
.services-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);
}
.services-img-box {
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;    
}
.services-img-box img {
    height: 100% !important;
    width: auto !important;
    object-fit: cover;
}
.services-img {
    background: #FDF2E6;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-it-works {
    background: radial-gradient(circle, #0E5E6F, #0a4a5a);
    color: #fff;
}
.steps-box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .steps-box {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
        max-width: 100%;
    }    
}
.steps-decore {
    position: absolute;
    left: 35px;
    top: 0;
    background: linear-gradient(180deg, rgba(10, 74, 90, 0.6) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(10, 74, 90, 0.6) 100%);
    height: 100%;
    width: 2px;
}
@media (min-width: 1200px) {
    .steps-decore {
        left: 0;
        top: 24px;
        z-index: 0;
        background: linear-gradient(90deg, rgba(10, 74, 90, 0.6) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(10, 74, 90, 0.6) 100%);
        height: 2px;
        width: 100%;
    }    
}
.step {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px;
}
@media (min-width: 576px) {
    .step {
        padding: 16px;
    }
}
@media (min-width: 1200px) {
    .step {
        background-color: transparent;
        padding: 0;
    }
}
.step-number {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: #fff;
    color: #313131;
    border-radius: 50%;
    font-weight: 500;
}
.steps-box p {
    color: rgba(255, 255, 255, 0.6);
}
.registration-grid, .calculation-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
}
@media (min-width: 992px) {
    .registration-grid, .calculation-grid {
        grid-template-columns: repeat(2, 1fr);
    }    
}
.registration-info, .calculation-info {
    max-width: 500px;
}
@media (min-width: 1200px) {
    .calculation-info {
        justify-self: end;
    }
}
.registration-icon {
    background-color: #F6F6F6;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-img, .calculation-img {
    border-radius: 24px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .visualisation-info {
        width: 50%;
    }
}
.carousel-item {
    border-radius: 12px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .carousel-item {
        border-radius: 24px;
        overflow: hidden;
    }
}
.carousel-control-prev, .carousel-control-next {
    width: 52px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
        width: 96px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 48px;
        width: 48px;
    }    
}
.carousel-control-prev-icon {
    rotate: 180deg;
}
.carousel-control-prev-icon svg {
    margin-left: 4px;
}
.carousel-control-next-icon svg {
    margin-left: 2px;
}
.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;
    }    
}
.cta-form-section {
    background: url("/img/form-img.jpg");
    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;
    }
}
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);
}
.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;    
}