* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Lato", serif;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.separator {
    height: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

/* whyus */

.whyus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url('../img/why_us/bg-main.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 85%;
    margin-bottom: 80px;
}

.whyus__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.whyus__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.whyus__block-header-title {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 12px 20px;
    border: #B3B3B3 2px solid;
    border-radius: 8px;
}

.whyus__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.whyus__block-pluses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;

}

.whyus__block-pluses-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.whyus__block-pluses-obg {
    border: 4px solid #02B2A7;
    border-radius: 16px;
    background: #FFFFFF;
}

.whyus__block-pluses-title {
    color: #02B2A7;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;

    padding: 20px 32px;
}

.whyus__block-pluses-title-top {
    color: #02B2A7;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.whyus__block-pluses-subtitle {
    color: #555;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.whyus__block-pluses-obg-1 {
    width: 50%;
    padding: 20px 32px;
}

.whyus__block-pluses-obg-2 {
    width: 50%;
    padding: 20px 32px;
}

.whyus__block-pluses-obg-3 {
    width: 30%;
}

.whyus__block-pluses-obg-4 {
    width: 70%;
}

.whyus__block-pluses-obg-5 {
    width: 70%;
}

.whyus__block-pluses-obg-6 {
    width: 30%;
}

.whyus__block-pluses-obg-7 {
    width: 65%;
}

.whyus__block-pluses-obg-8 {
    width: 35%;
}

.whyus__block-pluses-link {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-decoration: none;
    background: #02B2A7;
    padding: 20px 32px;
    border-radius: 16px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.whyus__block-pluses-link:hover {
    background: #02a095;
}

.whyus__block-pluses-link-img {
    height: 26px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 48px;
}



/* advantages */

.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 80px;
}

.advantages__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.advantages__block-title {
    color: #020405;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.advantages__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
}

.advantages__block-card {
    background: #1D9EE0;
    border-radius: 20px;
    padding: 28px 32px;
    max-width: 440px;
    position: relative;
}

.advantages__block-card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
}

.advantages__block-card-text-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

.advantages__block-card-text-title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    margin-bottom: 20px;
}

.advantages__block-card-text-subtitle {
    position: relative;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px;
}

.advantages__block-card-text-subtitle.blure::before,
.advantages__block-card-text-split.blure::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(22.91%, #1D9EE0), color-stop(160.17%, rgba(29, 158, 224, 0.69)));
    background: -o-linear-gradient(bottom, #1D9EE0 22.91%, rgba(29, 158, 224, 0.69) 160.17%);
    background: linear-gradient(0deg, #1D9EE0 22.91%, rgba(29, 158, 224, 0.69) 160.17%);
}

.advantages__block-card-text-subtitle.w60,
.advantages__block-card-text-title.w60 {
    width: 60%;
}

.advantages__block-card-text-subtitle.w50 {
    width: 50%;
}

.advantages__block-card-text-subtitle.w40 {
    width: 40%;
}

.advantages__block-card-text-split {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
}

.advantages__block-card-text-link {
    color: #B0E4FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: block;
}

.advantages__block-card-bg-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 20px 0 0 0;
    padding: 12px 0 0 12px;
    z-index: 3;
    background: #FFFFFF;
}

.advantages__block-card-bg-top {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    padding: 0 0 12px 12px;
    z-index: 3;
    background: #FFFFFF;
}

.advantages__block-card-bg-container {
    padding: 12px;
    border-radius: 20px;
    border: 4px solid #1D9EE0;
}

.advantages__block-card-bg-container-img {
    width: 62px;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Creator */

.creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    margin-bottom: 40px;
}

.creator__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.creator__block-design,
.creator__block-dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.creator__block-design {
    margin-bottom: 12px;
}

.creator__block-design-title,
.creator__block-dev-title {
    color: #B7B7B7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.creator__block-design-title a,
.creator__block-dev-title a {
    color: #B7B7B7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.creator__block-design-icon,
.creator__block-dev-icon {
    height: 18px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 8px;
}


/* Adaptive */

@media (max-width: 1440px) {
    .container {
        max-width: 1024px;
    }

    .separator {
        height: 16px;
    }

    .whyus,
    .advantages {
        margin-bottom: 60px;
    }

    .whyus__block-header-title {
        font-size: 14px;
    }

    .whyus__block-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .whyus__block-pluses-title-top {
        font-size: 20px;
    }

    .whyus__block-pluses-subtitle {
        font-size: 20px;
    }

    .whyus__block-pluses-title {
        font-size: 20px;
        padding: 16px 24px;
    }

    .whyus__block-pluses-obg-1,
    .whyus__block-pluses-obg-2 {
        padding: 16px 24px;
    }

    .whyus__block-pluses-link {
        padding: 16px 24px;
        font-size: 20px;
    }

    .whyus__block-pluses-link-img {
        height: 20px;
    }

    .advantages__block-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .advantages__block-card-text-title {
        font-size: 20px;

    }

    .advantages__block-card-text-subtitle {
        font-size: 18px;
    }

    .advantages__block-list {
        gap: 30px;
    }

    .advantages__block-card-bg-top {
        padding: 0 0 10px 10px;
    }

    .advantages__block-card-bg-bottom {
        padding: 10px 0 0 10px;
    }

    .advantages__block-card-bg-container {
        padding: 10px;
    }

    .advantages__block-card-bg-container-img {
        width: 48px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }

    .separator {
        height: 12px;
    }

    .whyus__block-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .whyus__block-pluses-line {
        gap: 16px;
        margin-bottom: 16px;
    }

    .whyus__block-pluses-obg-1, .whyus__block-pluses-obg-2 {
        padding: 12px 18px;
        border-radius: 12px;
    }

    .whyus__block-pluses-title-top {
        font-size:16px;
        margin-bottom: 10px;
    }

    .whyus__block-pluses-subtitle {
        font-size: 16px;
    }

    .whyus__block-pluses-title {
        font-size: 16px;
        padding: 12px 18px;
        height: 100%;
        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;
    }

    .whyus__block-pluses-link {
        font-size: 16px;
        padding: 12px 18px;
        border-radius: 12px;
    }

    .whyus__block-pluses-link-img {
        height: 16px;
        margin-left: 24px;
    }

    .whyus, .advantages {
        margin-bottom: 40px;
    }

    .advantages__block-list {
        gap: 20px;
    }

    .advantages__block-card {
        border-radius: 12px;
        max-width: 354px;
        padding: 22px 24px;
    }

    .advantages__block-card-bg-top,
    .advantages__block-card-bg-bottom {
        display: none;
    }

    .advantages__block-card-text-subtitle.w60, .advantages__block-card-text-title.w60 {
        width: 100%;
    }

    .whyus__block-pluses-obg {
        border: 2px solid #02B2A7;
        border-radius: 12px;
    }

    .creator__block-design-title,
    .creator__block-dev-title,
    .creator__block-design-title a,
    .creator__block-dev-title a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 425px;
    }

    .whyus__block-pluses-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .whyus__block-pluses-obg-1, .whyus__block-pluses-obg-2, .whyus__block-pluses-obg-3, .whyus__block-pluses-obg-4, .whyus__block-pluses-obg-5,.whyus__block-pluses-obg-6, .whyus__block-pluses-obg-7, .whyus__block-pluses-obg-8 {
        width: 100%;
    }

    .advantages__block-card {
        max-width: none;
        width: 100%;
    }

    .advantages__block-card-text-title {
        font-size: 16px;
    }

    .advantages__block-card-text-subtitle {
        font-size: 14px;
    }

    .advantages__block-card-text-link {
        font-size: 14px;
    }

    .whyus, .advantages {
        margin-bottom: 30px;
    }

    .whyus__block-pluses-line:last-child {
        margin-bottom: 0;
    }

    .whyus__block-header-title {
        font-size: 10px;
        padding: 6px 12px;
    }

    .whyus__block-title, .advantages__block-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .whyus__block-pluses-title-top {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .whyus__block-pluses-subtitle {
        font-size: 14px;
    }

    .whyus__block-pluses-title {
        font-size: 14px;
    }

    .whyus__block-pluses-link {
        font-size: 14px;
    }

    .whyus__block-pluses-link-img {
        height: 14px;
    }

    .creator {
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    .container {
        max-width: 375px;
    }
}

@media (max-width: 375px) {
    .container {
        max-width: 320px;
    }
}



.whyus__block-mobile {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 100px;
}
.whyus__block-mobile-marquee {
    display: flex;
    gap: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.whyus__block-mobile-marquee-text {
    border: 2px solid #02B2A7;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 12px 18px;
    font-size: 14px;
    color: #02B2A7;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    /* margin-right: 20px; */
}

.whyus__block-mobile-marquee-air {
    width: 20px;
}