@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat';
}

ul {
    margin-bottom: 0;
}

.navbar {
    width: 100%;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

.navbar .navbar-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    height: 80.76px;
    background: #FFFFFF;
    border-bottom: 1px solid #D0D5DD;
    padding: 16px;
}

.navbar .logo {
    width: 150px;
    height: 48.76px;
}

.nav-menu {
    display: none;
    width: 100%;
}

.nav-menu ul {
    display: flex;
    width: 100%;
    background-color: white;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #071222;
}

.nav-menu ul li {
    list-style: none;
    line-height: 24px;
}

.nav-menu ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #071222;
    white-space: nowrap;
}

.nav-menu.active {
    display: flex;
}

.nav-menu .contanctUs {
    text-decoration: none;
    padding: 16px 28px;
    box-sizing: border-box;
    height: 60px;
    background: #4DC6F4;
    border: 1px solid #4DC6F4;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .toggle-btn {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-image: url('data:image/svg+xml,<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.936523" width="48" height="48" rx="10" fill="%231AB6F1"/><path d="M15 24.9365H33M15 18.9365H33M15 30.9365H33" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.navbar .toggle-btn.active {
    background-image: url('data:image/svg+xml,<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.378662" width="48" height="48" rx="10" fill="%231AB6F1"/><path d="M30 18.3787L18 30.3787M18 18.3787L30 30.3787" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.navbar .toggle-btn .bar {
    height: 4px;
    width: 100%;
    background-color: #1AB6F1;;
    border-radius: 10px;
}

.iframeSize {
    min-height: 100vh;
}

.referencess {
    display: none;
    padding: 50px 36px;
}

.referencess.referencessMobile {
    display: block;
}

.referencess .referencess-title {
    display: none;
}

.referencess .referencess-list {
    width: 100%;
    background-color: white;
    color: black;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    gap: 72px;
}

.referencess .referencess-list .referencess-list-item {
    position: relative;
}

.referencess .referencess-list .referencess-list-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: -36px;
    height: 100%;
    border-right: 1px solid #D0D5DD;
}

.about-us-container {
    padding: 87px 16px 50px 16px;
    display: flex;
    flex-direction: column;
}

.about-us-container .image-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px 36px 50px;
    border-bottom: 1px solid #99DFF9;
}

.about-us-container .image-section img {
    width: 100%;
    height: auto;
    aspect-ratio: 504 / 163;
    max-width: 504px;
}

.about-us-container .about-us-content {
    padding-top: 30px;
}

.about-us-container .about-us-content .about-us-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #071222;
}

.about-us-container .about-us-content label {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #344054;
}

.about-us-container .about-us-content p {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #071222;
}

.about-us-container .about-us-content a {
    display: block;
    width: min-content;
    text-decoration: none !important;
    margin-top: 8px;
    padding: 16px 28px;
    box-sizing: border-box;
    height: 60px;
    background: #4DC6F4;
    border: 1px solid #4DC6F4;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.content {
    width: 100%;
    padding-left: 36px;
    margin: 25px 0px;
}

.content h1 {
    font-size: 36px;
    color: #071222
}

.content h3 {
    font-size: 19px;
    margin: 10px 0px;
    color: #344054
}

.content p {
    font-size: 16px;
    margin-bottom: 50px;
    color: #071222;
}

.content a {
    width: 178px;
    border-radius: 8px;
    background-color: #4DC6F4;
    border-width: 1px;
    border-color: #4DC6F4;
    padding: 16px 28px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.content a:hover {
    background-color: #3b667d;
    transition: 0.5s ease;
}

.content-section {
    background-image: url("../images/home/banner-mobil.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 174px 10px 196px 39px;
    min-height: 866px;
}

.content-section .divContent {
    max-width: 100%;
}

.content-section .divContent .sectionLast {
    width: 100%;
}

.content-section .divContent .sectionLast h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;
    color: #111827;
}

.content-section .divContent .sectionLast p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    color: #374151;
}

.content-section .divContent .sectionLast .links {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
}

.content-section .divContent .sectionLast .button a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    gap: 8px;
    height: 56px;
    background: #0055B8;
    border: 1px solid #0055B8;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 16px 18px;
    margin: 0;
}

.content-section .divContent .sectionLast .link a {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #0055B8;
    text-decoration: none;
}

.content-section .divContent .sectionLast .link a svg {
    margin-right: 8px;
}

.content-section .button a:hover {
    background-color: #fc9003;
    transition: 0.5s ease;
}

.news-section {
    width: 100%;
    background-color: #F3FBFE;
}

.news-section .section-content {
    padding: 75px 16px;
}

.news-section .section-content .title {
    width: 100%;
}

.news-section .section-content .title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #071222;
}

.news-section .section-content .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    margin: 0;
    padding: 0;
}

.news-section .section-content .cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    grid-gap: 36px;
    margin: 36px auto;
}

.news-section .section-content .cards .card {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 16px;
    border-width: 1px;
    border-color: #EAECF0;
    padding: 40px 32px 0px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-section .section-content .cards .card .article {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.news-section .section-content .cards .card .article h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #071222;
}

.news-section .section-content .cards .card .article h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #071222;
    margin-top: 4px;
}

.news-section .section-content .cards .card .article p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #475467;
    margin: 16px 0 64px 0;
}

.news-section .section-content .cards .card .article .price {
    text-align: center;
    margin-top: auto;
}

.news-section .section-content .cards .card .article .price h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #071222;
}

.news-section .section-content .cards .card .article .price h2 span {
    margin-left: -7px;
}

.news-section .section-content .cards .card .article .price span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #071222;
}

.news-section .section-content .cards .card .article .price > span {
    margin-top: 4px;
    display: block;
}

.news-section .section-content .cards .card .article .price .special-prices {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #071222;
    margin-bottom: 34px;
}

.news-section .section-content .cards .card a {
    width: 100%;
    min-height: 44px;
    height: auto;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    background-color: #4DC6F4;
    padding: 10px 18px 10px 18px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 16px;
    box-sizing: border-box;
    height: 44px;
    background: #4DC6F4;
    border: 1px solid #4DC6F4;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 20px;
}

.news-section .section-content .cards .card a:hover {
    background-color: #3b667d;
    transition: 0.5s ease;
}

.whyDtxImage {
    width: 100%;
    display: flex;
}

.whyDtxImage .bigImage {
    display: none;
    width: 100%;
}

.whyDtxImage .smallImage {
    display: block;
    width: 100%;
}

.footer {
    width: 100%;
    background: #071222;
    display: flex;
    flex-direction: column;
}

.footer .footerBox {
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 16px 16px 46px 16px;
    gap: 36px;
}

.footer .footerBox .leftBox {
    order: 2;
    display: flex;
    flex-direction: column;
    padding: 36px;
    background: #1D2939;
    border-radius: 8px;
}

.footer .footerBox .leftBox .title {
    color: white;
    font-size: 30px;
    padding-left: 20px;
    display: none;
}

.footer .footerBox .leftBox .contentDiv {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FCFCFD;
}

.footer .footerBox .leftBox .footerContant {
    display: none;
}

.footer .footerBox .leftBox .infoDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 36px;
}

.footer .footerBox .leftBox .infoDiv .infoBox {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer .footerBox .leftBox .infoDiv .infoBox p {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FCFCFD;
}

.footer .footerBox .rightBox {
    order: 1;
    width: 100%;
    padding-left: 0;
}

.footer .footerBox .rightBox .mobile-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #FCFCFD;
    margin-bottom: 36px;
}

.footer .footerBottom {
    width: 100%;
    padding: 16px 47.5px 46px 47.5px;
    border-top: 1px solid #344054;
}

.footer .footerBottom .footerNavbar {
    width: 100%;
    color: black;
    padding: 16px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer .footerBottom .footerNavbar .logo {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    width: 154px;
}

.footer .footerBottom .footerNavbar .menu {
    margin-top: 31px;
}

.footer .footerBottom .footerNavbar .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.footer .footerBottom .footerNavbar .menu ul li {
    list-style: none;
}

.footer .footerBottom .footerNavbar .menu ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #98A2B3;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-control-label {
    position: relative !important;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 8 8' %3e%3cpath fill= '%23fff' d= 'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z' /%3e%3c/svg%3e");
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-control-label::after,
.footer .footerBox .rightBox .contact-form-container .contact-form .custom-control-label::before {
    top: -2px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-control-label::before,
.form-checkbox {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .checkbox-container .custom-control-label::before {
    left: -32px;
    top: 2px;
    border: none;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .checkbox-container > input {
    display: none;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-checkbox .custom-control-label::after {
    left: -30px;
    top: 3px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .custom-checkbox .custom-control-label::before {
    left: -32px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .checkbox-container {
    display: flex;
    align-items: center;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .form-group {
    padding: 0;
    margin-bottom: 24px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .privacy-policy-label,
.footer .footerBox .rightBox .contact-form-container .contact-form .privacy-policy-label a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #98A2B3;
    white-space: nowrap;
    text-decoration: none !important;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .privacy-policy-label {
    margin-left: 32px;
    user-select: none;
}

.footer .footerBox .rightBox .contact-form-container .contact-form input[type="email"],
.footer .footerBox .rightBox .contact-form-container .contact-form input[type="phone"],
.footer .footerBox .rightBox .contact-form-container .contact-form input[type="text"] {
    background: none;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    height: 48px;
    border: 1px solid #D0D5DD;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
    color: white;
}

.footer .footerBox .rightBox .contact-form-container .contact-form input[type="email"]::placeholder,
.footer .footerBox .rightBox .contact-form-container .contact-form input[type="phone"]::placeholder,
.footer .footerBox .rightBox .contact-form-container .contact-form input[type="text"]::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #98A2B3;
}

.footer .footerBox .rightBox .contact-form-container .contact-form textarea {
    background: none;
    padding: 10px 14px;
    resize: none;
    height: 128px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 8px;
    color: white;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .name-surname-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}

.footer .footerBox .rightBox .contact-form-container .contact-form label:not(.privacy-policy-label) {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D0D5DD;
    display: inline-block;
    margin-bottom: 6px;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .submit-button {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 20px;
    height: 48px;
    background: #4DC6F4;
    border: 1px solid #4DC6F4;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer .footerBox .rightBox .contact-form-container .contact-form-success {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FCFCFD;
}

.footer .footerBox .rightBox .contact-form-container .contact-form .contact-form-error {
    position: absolute;
    display: block;
    color: #f2545b;
    font-size: 12px;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
    margin-top: 1px;
}

@media screen and (min-width: 720px) {
    .footer .footerBottom .footerNavbar {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .footerBottom .footerNavbar .menu {
        margin: 0;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1100px) {
    .navbar .toggle-btn {
        display: none;
    }

    .nav-menu .contanctUs {
        margin: unset;
        font-size: 18px;
        margin: 0;
        height: 44px;
        font-size: 16px;
        line-height: 24px;
    }

    .navbar {
        flex-direction: row;
        align-items: center;
        padding: 16px 100px;
    }

    .navbar .navbar-top {
        width: unset;
        border: none;
        padding: 0;
        height: unset;
    }

    .footer .footerBox {
        flex-direction: row;
        align-items: unset;
        gap: 75px;
        padding: 75px 150px;
    }

    .footer .footerBox .leftBox .footerContant {
        display: block;
        height: 100%;
        margin-top: 36px;
        max-width: 100%;
        object-fit: cover;
        object-position: top;
        overflow: hidden;
    }

    .footer .footerBox .leftBox {
        order: 1;
        padding: 36px;
        flex: 1;
    }

    .footer .footerBox .rightBox {
        order: 2;
        flex: 1;
    }

    .footer .footerBox .rightBox .mobile-title {
        display: none;
    }

    .footer .footerBox .leftBox .title {
        padding-left: 0;
        display: block;
        margin-bottom: 16px;
    }

    .footer .footerBox .leftBox .contentDiv {
        padding-left: 0;
    }

    .whyDtxImage .bigImage {
        display: block;
    }

    .whyDtxImage .smallImage {
        display: none;
    }

    .footer .footerBottom {
        padding: 25px 150px;
    }

    .footer .footerBox .leftBox .infoDiv {
        flex-direction: row;
        padding-left: 0;
    }

    .footer .footerBottom .footerNavbar {
        justify-content: unset;
        justify-content: space-between;
    }

    .news-section .section-content .title h2 {
        padding-top: unset;
    }

    .nav-menu {
        display: unset;
        width: unset;
    }

    .nav-menu ul {
        width: unset;
        background-color: unset;
        flex-direction: unset;
        padding: 0;
        align-items: center;
    }

    .nav-menu ul li a {
        font-size: 16px;
        line-height: 24px;
        text-transform: unset;
    }

    .nav-menu.active {
        display: block;
    }

    .content {
        margin: unset;
    }

    .content h3 {
        font-size: 20px;
    }

    .content a {
        font-size: unset;
    }

    .news-section .section-content .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-section .section-content {
        padding: 75px 150px;
    }

    .content-section {
        background-image: url("../images/home/banner.webp");
        padding: 93px 168px 158px;
        min-height: 587px;
        max-height: calc(100vh - 140px);
    }

    .content-section .divContent .sectionLast h1 {
        font-size: 60px;
        line-height: 96px;
    }

    .content-section .divContent {
        width: 606px;
    }

    .content-section .divContent {
        width: 696px;
    }

    .about-us-container {
        padding: 87px 150px 50px 150px;
    }

    .about-us-container .about-us-content .about-us-title {
        font-weight: 600;
    }
}

@media screen and (min-width: 1300px) {
    .navbar {
        padding: 16px 150px;
    }

    .navbar .logo {
        width: 230.73px;
        height: 75px;
    }

    .news-section .section-content .cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .referencess {
        display: block;
        padding: 50px 150px;
    }

    .referencess.referencessMobile {
        display: none;
    }

    .referencess .referencess-title {
        display: block;
        text-align: center;
        margin-bottom: 36px;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.02em;
        color: #071222;
    }

    .referencess .referencess-list {
        gap: 20px;
        justify-content: center;
    }

    .referencess .referencess-list .referencess-list-item:not(:last-child):after {
        border: none;
    }

    .about-us-container {
        flex-direction: row;
    }

    .about-us-container .image-section {
        padding: 0 30px 0 0;
        border-bottom: none;
        border-right: 1px solid #99DFF9;
    }

    .about-us-container .about-us-content {
        padding: 0 0 0 36px;
    }

    .footer .footerBox .leftBox {
        flex: 5;
    }

    .footer .footerBox .rightBox {
        flex: 4;
    }
}

@media screen and (min-width: 1450px) {
    .referencess .referencess-list {
        gap: 46px;
        justify-content: flex-start;
    }

    .footer .footerBox .leftBox {
        flex: 4;
    }

    .footer .footerBox .rightBox {
        flex: 3;
    }

    .footer .footerBox .rightBox .contact-form-container .contact-form .name-surname-row {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
    }
}

@media screen and (min-width: 1600px) {
    .nav-menu ul {
        gap: 36px;
    }

    .referencess .referencess-list {
        gap: 72px;
    }

    .referencess .referencess-list .referencess-list-item:not(:last-child):after {
        border-right: 1px solid #D0D5DD;
        right: -36px;
    }

    .footer .footerBox .leftBox {
        flex: 3;
    }

    .footer .footerBox .rightBox {
        flex: 2;
    }
}

@media screen and (min-width: 1750px) {
    .footer .footerBox .leftBox {
        flex: 2;
        max-height: 684px;
    }

    .footer .footerBox .rightBox {
        flex: 1;
    }
}