:root {
    --white: #FFFFFF;
    --light-blue: #5194FD;
    --royal-blue: #5C42F4;
    --blue: #006DFF;
    --purple: #8002BB;
    --french-rose: #F34891;
    --black: #292A2B;
    --main: #F1F4F9;
    --orange-color: #F18A25;
}

html {
    scroll-behavior: smooth;
}

section {
    overflow: hidden;
}

footer {
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #DEECFF;
}

footer h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
    color: vaR(--black);
}

footer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
    height: 70px;
}

.grid_cont {
    /*height: 70px;*/
    padding: 5px 0 10px 15px;
}

footer button {
    text-decoration: none;
    margin-top: 30px;
    background-color: #3774CC;
    color: var(--white);
    padding: 12px 40px 12px 40px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: center;

}

.fixed-nav {
    position: fixed;
    top: 68px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            /* justify-content: center; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            /* align-items: center; */
    background: white;
    z-index: 10;
}

*,::before, ::after {
    /*outline: none;*/
    /*border: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    list-style-type: none;

    line-height: 24px;
    /*text-align: left;*/
    /*box-sizing: border-box;*/
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /*font-family: Inter;*/
    font-size: 16px;
    /*font-weight: 400;*/
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}


.mt-12 {
    margin-top: 12px;
}

@media (min-width: 450px) and (max-width: 767px) {
    .mb-mt-0 {
        margin-top: 0 !important;
    }
    .mb-mt-20 {
        margin-top: 20px;
    }
}



body {
    background-color: var(--white);
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb--5 {
    margin-bottom: -5px !important;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.rounder {
    border-radius: 30px;
}

.main-bgc {
    background-color: var(--main) !important;
}
.white-bgc {
    background-color: var(--white) !important;
}
.orange-bgc {
    background-color: var(--orange-color) !important;
}
.light-blue-bgc {
    background-color: var(--light-blue) !important;
}
.royal-blue-bgc {
    background-color: var(--royal-blue) !important;
}
.blue-bgc {
    background-color: var(--blue) !important;
}
.purple-bgc {
    background-color: var(--purple) !important;
}
.french-rose-bgc {
    background-color: var(--french-rose) !important;
}
.light-blue-text {
    color: var(--light-blue) !important;
}
.orange-text {
    color: var(--orange-color) !important;
}
.black-text {
    color: var(--black) !important;
}
.purple-text {
    color: var(--purple) !important;
}

.section-text-image {
    padding: 50px 32px 30px 32px;
}

.section-text-image .section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-text-image .section__text h2 {
    font-family: Inter;
    font-size: 46px;
    font-weight: 900;
    line-height: 54px;
    text-align: left;
    color: var(--white);
    max-width: 800px;
}

.section-text-image .section__text p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    max-width: 389px;
    color: var(--white);
}

.section-text-image .section__image {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-text-image .section__image img {
    -o-object-fit: cover;
       object-fit: cover;
    background-color: var(--white);
    max-width: 100%;
}

.section-text-image .section__image img.orange-bgc:last-of-type {
    margin-right: -30px;
    /*width: 400px;*/
    /*height: 356px;*/
}

.section-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-12 .col .col__image.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col__image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
}

.section-12 .col .col__text {
    max-width: 390px;
    padding: 50px;
    color: var(--white);
}

.section-12 .col .col__text p:not(:first-of-type) {
    margin-top: 20px;
}

.section-15 .col .col__text {
    padding: 0;
    max-width: 493px;
    color: var(--black);
}
.section-5, .section-17, .section-20 {
    padding: 50px 32px 30px 32px;
}
.section-17 .col .col__text, .section-5 .col .col__text, .section-20 .col .col__text {
    padding: 0;
    max-width: 493px;
    color: var(--black);
}

.section-17 .col .col__text p {
    max-width: 390px;
}

.section-5 .col_text-big-blue {
    margin-top: 50px !important;
}

.section-20 .col .col__text {
    max-width: 440px;
}
.section-20 .col .col__image {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.section-20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.section-17 .col .col__image img {
    max-width: 290px !important;
    -o-object-fit: fill !important;
       object-fit: fill !important;
}

.col_text-big-blue {
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    color: var(--blue);
}

.mobile {
    display: none;
}

.section-7 {
    position: relative;
}

.section-7 .col__text {
    max-width: 495px !important;
    padding: 0 !important;
    margin-right: 130px !important;
}


.section-7:before {
    content: '';
    height: 40px;
    width: 100%;
    background-color: var(--main);
    position: absolute;
    top: -30px;
    z-index: -1;
}

.section-8 {
    padding: 30px 0;
}

.section-8 .col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*.section-19 .col:first-of-type, .section-19 .col:last-of-type {*/
/*    width: 50%;*/
/*}*/

.section-19 .col:first-of-type {
    max-width: 660px;
    /*padding-left: 30px;*/
}

.section-19 .col .col__text {
    max-width: 390px !important;
    width: 390px;
    padding: 0;
}

.section-19 .col .col__image img:last-of-type {
    margin-top: -20px;
}

.section-14 {

    margin-top: 50px;
}

.section-14 .section__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.section-22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0 0 30px 30px;
    margin-top: 50px;
}

.section-22 .col {
    width: 50%;
}
.section-22 .col .col__text {
    max-width: 100%;
    height: 100px;
    padding: 0 30px;
}

.section-11 {
    padding-top: 100px;
    padding-bottom: 50px;
    border-radius: 0 0 30px 30px;
    background: var(--white);
}
.section-11__text {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
}

.section-11 .section-11__text p:last-of-type {
    margin-top: 100px;
}

.section-11 .section-11__image {
    margin-top: 100px;
}

.section-21 {
    padding: 67px 32px;
    position: relative;
    border-radius: 0 !important;
}

.section-21:before  {
    content: '';
    height: 40px;
    width: 100%;
    background-color: var(--main);
    position: absolute;
    top: -30px;
    z-index: -1;
    left: 0;
}


.section-21 h3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-align: left;
    color: var(--french-rose)
}
.section-21 video {
    margin-top: 32px;
    height: 600px;
}

.section-16, .section-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.section-15, .section-16 {
    padding: 0  30px 50px;
}

.section-15, .section-19 {
    position: relative;
}

.section-19 {
    border-radius: 0 0 30px 30px;
    padding: 30px 90px;
}

.section-15:before, .section-19:before  {
    content: '';
    height: 40px;
    width: 100%;
    background-color: var(--main);
    position: absolute;
    top: -30px;
    z-index: -1;
    left: 0;
}

.section-16 {
    padding-bottom: 50px;
    border-radius: 0 0 30px 30px;
}


.section-16 .section-16__card:first-of-type, .section-9 .section-9__card:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 75px 25px 40px 50px;
    background-color: var(--white);
    width: 50%;
}

.section-9 .section-9__card:last-of-type {
    background-color: var(--main);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.section-16 .section-16__card .section-16__card-image img {
    -o-object-fit: fill;
       object-fit: fill;
}

.section-16 .section-16__card:nth-child(2), .section-9 .section-9__card:nth-child(2) {
    background-color: var(--orange-color);
    position: relative;
    padding: 50px 50px 0;
    width: 50%;
}

.section-9 .section-9__card:nth-child(2) {
    background-color: var(--royal-blue);
}

.section-9 .section-9__card-image {
    margin-top: 40px;
}

.section-16 .section-16__card:nth-child(2) .section-16__card-text, .section-9 .section-9__card-text{
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.section-16 .section-16__card:nth-child(2) .section-16__card-text:last-of-type, .section-9 .section-9__card:nth-child(2) .section-9__card-text:last-of-type {
    margin-bottom: 38px;
    margin-top: 15px;
}

.section-16 .section-16__card:nth-child(2) .section-16__card-image.desktop, .section-9 .section-9__card:nth-child(2) .section-9__card-image.desktop {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-16 .section-16__card:last-of-type {
    background-color: var(--white);
}

.section-16 .section-16__card:last-of-type .section-16__card-image, .section-9 .section-9__card.mobile .section-9__card-image {
    min-width: 350px;
    min-height: 350px;
    position: relative;
}
.section-9 .section-9__card.mobile .section-9__card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-16 .section-16__card:last-of-type .section-16__card-image img, .section-9 .section-9__card.mobile .section-9__card-image img {
    position: absolute;
    bottom: 25px;
    left: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.section-9__card-image.desktop img {
    width: 70%;
}
.section-9 .section-9__card.mobile .section-9__card-image img {
    left: 5%;
    right: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: -16px;
}
.section-9__card-image {
    width: 100%;
}
.section-9__card-image img {
    width: 100%;
}

.section-4 {
    gap: 24px;
}

.section-4 .section__image  {
    max-width: 100%;
}
.section-4 .section__image  img {
    width: 100%;
}
.section-4 .col:first-of-type {
    background-color: var(--main);
    border-radius: 30px;
    width: 50%;
}
.section-4 .col:last-of-type {
    width: 50%;
    background-color: var(--light-blue);
    border-radius: 30px;
}
.section-4 .col:last-of-type .section__text {
    color: var(--white);
    padding: 30px 50px 49px;
}
.section-4 .col:last-of-type .section__image img {
    border-radius: 30px 30px 0 0;
}
.section-4 .col:last-of-type .section__text p:last-of-type {
    margin-top: 20px;
}
nav {
    width: 100%;
    padding: 10px;
    overflow-x: scroll;
}

nav.fixed-nav {
    border-top: 2px solid #F2F2F2;
    top: 68px !important;
    position: fixed !important;
    margin-top: 0 !important;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

nav ul li a {
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: var(--main);
    font-weight: bold;
    text-decoration: none;
    color: var(--black);
    white-space: nowrap;
}

nav ul li.active a {
    background-color: var(--light-blue);
}

nav ul li.active a {
    color: vaR(--white);
    font-size: 16px;
}

nav ul li.active#delivery__item a {
    background-color: var(--light-blue);
}

nav ul li.active#finance__item a {
    background-color: var(--royal-blue);
}

nav ul li.active#marketing__item a {
    background-color: var(--blue);
}

nav ul li.active#traveling__item a {
    background-color: var(--orange-color);
}

nav ul li.active#real_estate__item a {
    background-color: var(--purple);
}

nav ul li.active#e_commerce__item a {
    background-color: var(--french-rose);
}

.section-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 100px 0;
}

.section-3 p {
    position: absolute;
    max-width: 285px;
}

.section-3 p.first, .section-3 p.second {
    top: 0;
    left: 0;
}
.section-3 p.second {
    top: 100px;
}

.section-3 p.three, .section-3 p.four {
    top: 0;
    right: 0;
}
.section-3 p.four {
    top: 100px;
}
.section-3 p.five, .section-3 p.six {
    bottom: 90px;
}
.section-3 p.five {
    left: 0;
}
.section-3 p.six {
    right: 0;
}
.section-7 {
    padding: 30px 0;
    background-color: var(--main);
    border-radius: 0 0 30px 30px;
}

.section-10 {
    margin-top: 100px;
}

#section-12 {
    padding-right: 30px;
    position: relative;
    padding-top: 50px;
    border-radius: 0 0 30px 30px !important;
}

#section-12:before {
    content: '';
    height: 40px;
    width: 100%;
    background-color: var(--main);
    position: absolute;
    top: -30px;
    z-index: -1;
}

.main-screen {
    height: 830px;
    width: 100vw;
    background-color: #8169FD;
    padding: 0 30px;
    position: relative;
}

.main-screen .wrapper {
    position: relative;
    height: 100%;
}

.main-screen header:is(.desktop) {
    padding: 23px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-screen__text {
    max-width: 500px;
    position: absolute;
    margin-top: 25%;
    z-index: 1;
}

.main-screen h1, .main-screen h2 {
    color: var(--white);
}

.main-screen h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    text-align: left;
}
.main-screen h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-top: 20px;
    max-width: 450px;
}

.main-screen__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100%;
}

.main-screen__img img {
    min-width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .main-screen__img img {
        min-height: 100%;
    }
}

@media screen and (min-width: 1281px) and (max-width: 2559px)  {
    .main-screen__img img {
        scale: 1.5;
    }
}

@media screen and (min-width: 2560px) {
    .main-screen__img img {
        scale: 2;
    }
}

.header__nav, header {
    position: absolute;
    left: 0;
    padding-right: 30px;
    padding-top: 30px;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
}

.header__nav ul, header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
}

.header__nav ul li a, header ul li a {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
}

header.fixed-nav {
    top: 0;
    max-width: 1280px;
    margin: 0 auto;
}

header.fixed-nav ul li a {
    color: var(--black);
}

header.fixed-nav svg path {
    fill: var(--black);
}

.header-logo-mobile {
    display: none;
}

main {
    margin-top: 84px;
}
#nav-bar {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 840px;
    z-index: 1;
    background-color: var(--white);
    scrollbar-color: var(--main) var(--main);
}

#nav-bar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
    background-color: lightgrey;
}

#nav-bar::-webkit-scrollbar-thumb {
    background-color: var(--main);
}

@media (max-width: 390px) {
    #nav-bar {
        margin-top: 0;
    }
}
@media screen and (max-width: 375px) {
    #nav-bar {
        margin-top: 0;
    }
}
@media (max-width: 430px) {
    .grid_cont {
        padding: 0;
    }
    #delivery .section__image {
        overflow: hidden;
        height: 240px;
    }
    #delivery .section__image img {
        height: 240px;
    }
    footer {
        padding: 50px 27px;
    }
    footer h3 {
        font-size: 22px;
        line-height: 26.63px;
    }

    footer p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 19.6px;
        width: 275px;
    }

    footer a {
        margin-top: 20px;
    }

    .burger-closed {
        margin-right: 20px;
    }
    .header-logo-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 15px;
    }
    .header__nav {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        padding: 30px 15px 15px;
    }
    .header__nav.active {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        background-color: var(--white);
        z-index: 10;
        height: 100vh;
    }
    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__nav ul li a {
        color: var(--black);
    }

    .main-screen {
        overflow: hidden;
        height: 100svh;
        padding: 0 15px;
    }
    .main-screen header:is(.desktop) {
        display: none;
    }
    .main-screen__text {
        margin-top: 60svh;
        max-width: 350px;
    }
    .main-screen__text h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .main-screen__text h2 {
        font-size: 20px;
        line-height: 28px;
        max-width: 230px;
    }
    nav ul li a {
        /* padding: 5px 15px; */
        font-size: 14px !important;
    }
    nav {
        margin-top: 0;
        padding: 10px;
        overflow-x: scroll;
    }
    .section-15 {
        border-radius: 15px 15px 0 0;
    }

    .section-16 {
        padding-bottom: 50px;
        border-radius: 0 0 15px 15px !important;
    }
    .section-17 {
        padding-bottom: 50px;
        border-radius: 0 0 15px 15px;
    }
    #section-12 {
        padding-right: 15px;
    }
    .section-10 {
        margin-top: 50px;
    }
    .section-3, .section-4, .section-5, .section-15, #section-12, .section-17, .section-20, .section-22 {
        margin: 0;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .section-5 {
        padding-top: 0 !important;
    }
    .section-3 p {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        max-width: 100% !important;
    }

    .section-3 p:not(:first-of-type) {
        margin-top: 20px;
    }

    .section-3 .section__image {
        margin: 50px 0;
    }

    .section-4 {
        gap: 10px;
    }
    .section-4 .col:first-of-type, .section-4 .col:last-of-type {
        width: 100%;
    }
    .section-4 .col:last-of-type .section__image img, .section-4 .col:last-of-type {
        border-radius: 15px;
    }
    .section-4 .col:last-of-type {
        background-color: var(--white);
    }
    .section-4 .col:nth-child(2) {
        background-color: var(--light-blue);
        color: var(--white);
        padding: 81px 15px;
        border-radius: 15px;
    }

    .section-4 .col:nth-child(2) p:last-of-type {
        margin-top: 20px;
    }

    .section-16, .section-9 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: var(--main);
        padding: 20px 12px;
        gap: 10px;
    }
    .section-9 {
        background-color: var(--white);
    }
    .section-9 .section-9__card:first-of-type, .section-9 .section-9__card:last-of-type {
        background-color: var(--main);
    }
    .section-16 .section-16__card:first-of-type, .section-16 .section-16__card:nth-child(2), .section-9 .section-9__card:nth-child(2), .section-9 .section-9__card:last-of-type  {
        width: auto;
        padding: 33px 15px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .section-16 .section-16__card:first-of-type {
        padding-bottom: 0 !important;
    }
    .section-16 .section-16__card:nth-child(2) .section-16__card-text {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .section-16 .section-16__card:nth-child(2) .section-16__card-text:last-of-type, .section-9 .section-9__card:nth-child(2) .section-9__card-text:last-of-type {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .section-16 .section-16__card:nth-child(2) .section-16__card-image.desktop, .section-9 .section-9__card:nth-child(2) .section-9__card-image.desktop {
        display: none;
    }
    .section-16 .section-16__card:first-of-type .section-16__card-image, .section-9 .section-9__card:last-of-type .section-9__card-image {
        width: 48%;
        height: 340px;
    }
    .section-16 .section-16__card:first-of-type .section-16__card-image img, .section-9 .section-9__card:last-of-type .section-9__card-image img{
        max-width: 110%;
    }
    .section-9 .section-9__card:last-of-type, .section-16 .section-16__card:last-of-type {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .section-9 .section-9__card:last-of-type {
        padding-bottom: 0;
    }
    .section-16 .section-16__card:last-of-type .section-16__card-image img {
        width: 100%;
    }
    .section-16 .section-16__card:last-of-type.mobile, .section-9 .section-9__card:last-of-type.mobile {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%;
    }

    .section-16 .section-16__card:last-of-type .section-16__card-image {
        min-width: 318px;
        min-height: 318px;
        max-width: 318px;
    }

    .section-9 .section-9__card.mobile .section-9__card-image {
        overflow: hidden;
    }

    .section-9 .section-9__card.mobile .section-9__card-image img {
        width: 100%;
    }
    .rounder {
        border-radius: 15px;
    }
    .section-text-image {
        padding: 30px 13px 12px 12px;
    }
    .section-text-image.pb-0 {
        padding: 30px 13px 0 12px;
    }
    .section-text-image .section__text h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .section-text-image .section__text p {
        margin-top: 20px;
    }
    .section-text-image .section__image {
        margin-top: 20px;
    }
    .section-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 50px 15px 30px 15px;
    }
    .section-5 {
        padding: 50px 30px 15px !important;
    }
    .section-5 .col_text-big-blue {
        margin-top: 20px !important;
    }
    .section-14.section-text-image .section__image img {
        /*max-width: 100px;*/
    }
    .section-19 .col:first-of-type, .section-19 .col:last-of-type {
        width: 100%;
    }
    .section-19 .col:last-of-type {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .section-19 .col .col__text {
        max-width: 100%;
    }
    .section-12 .col .col__text {
        max-width: 100%;
        padding: 0;
    }
    .section-19.section-12 .col .col__text {
        width: 100% !important;
    }
    #section-12 .col .col__text {
        padding: 15px;
    }
    .section-5 .col .col__text {
        max-width: 100%;
        padding: 0;
    }

    .col_text-mobile-blue, .col_text-big-blue {
        font-family: Inter;
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
        text-align: left;
        color: var(--blue);
    }

    .section-12 .col .col__image.flex img {
        max-width: 50%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    .section-7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .section-7 .col__image img {
        margin-left: -5%;
    }

    .section-17 .col .col__image img {
        max-width: 180px !important;
    }

    .section-17 .col .col__image img:last-of-type {
        margin-left: 10px;
    }

    .section-text-image .section__image img {
        height: 240px;
    }
    .section-14.section-text-image .section__image img {
        max-width: 120px;
    }

    #real_estate.section-text-image .section__image img {
        height: auto !important;
    }

    .section-14.section-text-image .section__image img.mobile {
        max-width: none !important;
        height: auto !important;
        background-color: transparent;
    }

    .section-22 {
        border-radius: 0 0 15px 15px;
    }

    .section-22 .col {
        width: 100%;
    }
    .section-22 .col .col__text {
        height: auto;
    }
    .section-11 {
        padding-top: 30px;
    }
    .section-11 p {
        padding: 0 12px;
    }
    .section-11 .section-11__image {
        margin-top: 20px;
    }
    .section-21 {
        padding: 50px 12px;
    }
    .section-21 h3 {
        font-size: 20px;
        line-height: 28px;
        color: var(--french-rose)
    }
    .section-21 video {
        height: 200px;
        margin-top: 50px;
    }

    .section-8 .col__image {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .section-8 .col__image img {
        width: 100%;
    }

    .section-11__text {
        padding: 0 !important;
    }

    .section-7 .col__text {
        max-width: 100% !important;
        margin-right: 0 !important;
    }
    .section-7 .col .col__image {
        margin-top: 50px;
    }
    #nav-bar {
        margin-top: 0;
        justify-content: flex-start;
        top: 100%;
        overflow: scroll;
    }
    nav.fixed-nav {
        top: 51px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 431px) {
    main {
        margin-top: 0;
    }
    #nav-bar {
        margin-top: 0;
        overflow: scroll;
        position: relative;
        justify-content: flex-start;
    }
    nav {
        padding: 20px;
        overflow-x: scroll;
    }
    nav ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    nav.fixed-nav {
        top: 51px !important;
    }
    nav.fixed-nav ul {
        /* margin-left: 140px; */
    }
    .section-3, .section-4, .section-5, .section-15, #section-12, .section-17, .section-20, .section-22 {
        margin: 0;
        padding: 50px 32px 30px 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .section-5 {
        padding-top: 0 !important;
    }
    .section-3 p {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        max-width: 100% !important;
    }
    .section__image {
        -ms-flex-item-align: center;
            align-self: center;
    }
    .section-14 .section__image {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .section-4 .col {
        -ms-flex-item-align: center;
            align-self: center;
    }
    .col {
        width: 100% !important;
    }
    .col .col__text {
        max-width: 100% !important;
    }
    .col .col__text p {
        max-width: 100% !important;
        text-align: center;
    }
    .col__image {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}