* {
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100dvh;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #ffffff;
}

h1 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    color: #000000;
    margin: 0;
}
@media (max-width: 991px) {
    h1 {
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        text-align: left;
    }
}

h2 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #000000;
    margin: 0;
}
@media (max-width: 991px) {
    h2 {
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        text-align: left;
    }
}
h3 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    letter-spacing: -0.5px;
    color: #000000;
    margin: 0;
}
@media (max-width: 991px) {
    h3 {
        font-size: 32px;
        font-weight: 800;
        line-height: 36px;
        text-align: left;
    }
}

p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 0;
}

main {
    margin-top: 80px;
    padding-top: 16px;
    flex: 1;
    width: 100%;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    main {
        margin-top: 72px;
    }
}

.text-blue {
    color: #2ca3db;
}

.marker {
    display: inline-block;
    position: relative;
}
.marker:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% - 2px);
    margin: auto;
    background-color: #e2ff33;
    transform: rotate(-1deg);
}
.marker__text {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1144px;
    padding: 0 20px;
    margin: 0 auto;
}

.swiper__navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 48px;
    margin-top: 16px;
}
.swiper__navigation .swiper-button-prev {
    inset: 0;
    position: relative;
    margin: 0;
    display: flex;
    width: 48px;
    height: 16px;
}
.swiper__navigation .swiper-button-prev::after {
    content: '';
}
.swiper__navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}
.swiper__navigation .swiper-button-next {
    inset: 0;
    position: relative;
    margin: 0;
    display: flex;
    width: 48px;
    height: 16px;
}
.swiper__navigation .swiper-button-next::after {
    content: '';
}
.swiper__navigation .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
}

.btn {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 24px 48px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    transition: top 0.2s linear;
    top: 0;
    display: block;
    position: relative;
    border-radius: 8px;
    text-decoration: none;
}
.btn:hover {
    transition: top 0.2s linear;
    top: -3px;
}
.btn-light-green {
    background-color: #e2ff33;
    color: #000000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
details > summary {
    list-style: none;
}

details > summary::marker, /* Latest Chrome, Edge, Firefox */ 
  details > summary::-webkit-details-marker /* Safari */ {
    display: none;
}

.top-block {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    margin-top: -20px;
}
@media (max-width: 991px) {
    .top-block {
        padding-top: 16px;
        padding-bottom: 244px;
    }
}
.top-block__wrapper {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #2ca3db;
    margin-bottom: 110px;
}
@media (max-width: 991px) {
    .top-block__wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #2ca3db;
        border-radius: 0;
        margin-bottom: 0;
    }
}
.top-block__wrapper::before {
    content: '';
    width: 640px;
    height: 192px;
    background: url('../img/content/top-block-bottom-left.png') center left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -64px;
    left: 0;
}
@media (max-width: 991px) {
    .top-block__wrapper::before {
        display: none;
    }
}
.top-block__container.container {
    display: grid;
    grid-template-columns: 584px 520fr;
    position: relative;
}
@media (max-width: 991px) {
    .top-block__container.container {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
}
.top-block__container.container::after {
    content: '';
    position: absolute;
    left: calc(100% - 20px);
    width: 1200px;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .top-block__container.container::after {
        display: none;
    }
}
.top-block__icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .top-block__icons {
        gap: 8px;
    }
}
.top-block__icon svg {
    display: block;
}
.top-block__title {
    margin-top: 32px;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
@media (max-width: 991px) {
    .top-block__title {
        margin-top: 30px;
    }
}
.top-block__title span {
    color: #f20c00;
}
.top-block__description p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 480px;
}
@media (max-width: 991px) {
    .top-block__description p {
        font-size: 18px;
        line-height: 24px;
    }
}
.top-block__description ul {
    margin-top: 24px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
    column-gap: 32px;
    margin-bottom: 0;
    max-height: 80px;
    padding-right: 80px;
}
@media (max-width: 991px) {
    .top-block__description ul {
        gap: 8px;
        max-height: none;
        margin-top: 24px;
    }
}
.top-block__description ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding-left: 28px;
    color: #ffffff;
    max-width: 244px;
}
.top-block__description ul li::before {
    content: url('../img/content/li-marker-green-triangle.svg');
    position: absolute;
    left: 0;
    top: 0;
}
.top-block__column:nth-child(2) {
    background: #f4fafd;
    position: relative;
}
@media (max-width: 991px) {
    .top-block__column:nth-child(2) {
        background: none;
    }
}
.top-block__column:nth-child(2)::before {
    content: '';
    width: auto;
    aspect-ratio: 448 / 592;
    height: 100%;
    background: url('../img/content/top-block-top-center.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -129px;
    z-index: 3;
}
.top-block__column:nth-child(2)::after {
    content: '';
    width: auto;
    aspect-ratio: 504 / 635;
    height: calc(100% + 48px);
    background: url('../img/content/top-block-bottom-right.png') bottom right no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -62px;
    right: -249px;
    z-index: 3;
}
@media (max-width: 991px) {
    .top-block__column:nth-child(2)::before {
        display: none;
    }
    .top-block__column:nth-child(2)::after {
        display: none;
    }
}
.top-block__column:first-child {
    display: flex;
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 56px;
}
@media (max-width: 991px) {
    .top-block__column:first-child {
        padding-top: 0;
    }
}
.top-block__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .top-block__image {
        top: -124px;
        margin-bottom: -348px;
        margin-left: -20px;
        margin-right: -20px;
    }
}
.top-block__image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}
@media (min-width: 991px) {
    .top-block__image img {
        width: inherit;
        max-width: 374px;
    }
}
.top-block__image-desktop {
    display: flex;
    margin-bottom: -16px;
    position: relative;
}
@media (max-width: 991px) {
    .top-block__image-desktop {
        display: none;
    }
}
.top-block__image-mobile {
    display: none;
}
@media (max-width: 991px) {
    .top-block__image-mobile {
        display: block;
    }
}
.top-block__btn.btn {
    margin-top: 32px;
    position: relative;
    z-index: 2;
}
@media (max-width: 991px) {
    .top-block__btn.btn {
        width: 100%;
        z-index: 5;
        margin-top: 40px;
    }
}
.top-geos {
    position: relative;
}
.top-geos::before {
    content: '';
    width: 198px;
    height: 64px;
    background: url(../img/content/top-geos-top-left.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: -46px;
    left: 0;
    z-index: -1;
}
@media (max-width: 991px) {
    .top-geos::before {
        display: none;
    }
}
.top-geos__container {
    display: grid;
    grid-template-columns: auto 552px;
    gap: 48px;
}
@media (max-width: 991px) {
    .top-geos__container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}
.top-geos__column:first-child {
    border-radius: 16px;
    background: #f4fafd;
    padding: 40px 32px 32px 32px;
    background-image: url('../img/content/stats-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 991px) {
    .top-geos__column:first-child {
        padding: 24px 20px 20px 20px;
        background: url('../img/content/stats-bg-mobile.png') top right no-repeat;
        background-color: #f4fafd;
        background-size: 42%;
        margin-left: -20px;
        margin-right: -20px;
    }
}
.top-geos__title {
}
.top-geos__grid {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    border-radius: 4px;
    background: #fff;
    padding: 28px 32px;
}
@media (max-width: 991px) {
    .top-geos__grid {
        margin-top: 20px;
        padding: 24px;
    }
}
.top-geos__item {
    padding-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d1d7db;
    display: grid;
    grid-template-columns: 84px auto;
    gap: 52px;
}
@media (max-width: 991px) {
    .top-geos__item {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 17px;
    }
}
.top-geos__item:first-child {
    padding-top: 0;
}
.top-geos__item:last-child {
    padding-bottom: 0;
    border: 0;
}
.top-geos__item .item__location {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}
.top-geos__item .location__icon {
    width: 24px;
    aspect-ratio: 1 / 1;
}
.top-geos__item .location__icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.top-geos__item .location__title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.top-geos__item .item__stats {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}
@media (max-width: 991px) {
    .top-geos__item .item__stats {
        padding-left: 36px;
    }
}
.top-geos__item .stats__value {
    display: inline;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.top-geos__item .stats__label {
    display: inline;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.top-geos__description {
    margin-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.top-geos__column:nth-child(2) .top-geos__title {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .top-geos__column:nth-child(2) .top-geos__title {
        margin-top: 0;
    }
    .top-geos__column:nth-child(1) .top-geos__title {
        font-size: 28px;
    }
}
.top-geos__column:nth-child(2) .top-geos__description + .top-geos__title {
    margin-top: 64px;
}
@media (max-width: 991px) {
    .top-geos__column:nth-child(2) .top-geos__description + .top-geos__title {
        margin-top: 40px;
    }
}
.top-geos__list {
    margin-top: 16px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .top-geos__list ul {
        gap: 8px;
    }
}
.top-geos__list li {
    list-style: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 40px;
}
.top-geos__list li::before {
    content: url('../img/content/li-marker-blue-triangle.svg');
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
}
.formats {
    position: relative;
    margin-top: 72px;
    margin-bottom: 40px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .formats {
        margin-top: 128px;
        margin-bottom: 56px;
    }
}
.formats__container {
    position: relative;
}
.formats__grid {
    position: relative;
    margin-top: 32px;
}
@media (min-width: 992px) {
    .formats__grid {
        margin-top: 38px;
    }
}
.formats__controls {
    display: flex;
}
.formats__controls button {
    flex-shrink: 0;
    width: auto;
    padding: 14px 22px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: rgba(44, 163, 219, 0.75);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.formats__controls button:hover {
    color: #2ca3db;
}
.formats__controls button.active {
    border: 2px solid #2ca3db;
    color: #2ca3db;
}
.formats__slider {
    margin-top: 16px;
}
.formats__slider.swiper {
    overflow: visible;
}
.formats__slide {
    padding: 24px 20px;
    border-radius: 24px;
    background: #f4fafd;
    overflow: hidden;
}
@media (min-width: 992px) {
    .formats__slide {
        max-width: 960px;
        padding: 56px;
        background: #f4fafd url('../img/content/formats-bg-blot@2x.png') no-repeat center right/50%;
    }
}
.formats__slide.swiper-slide {
    height: auto;
}
.formats__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    min-height: 100%;
}
@media (min-width: 992px) {
    .formats__wrapper {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 72px;
    }
}
.formats__phone {
    max-width: 192px;
    margin-top: -70px;
}
@media (min-width: 992px) {
    .formats__phone {
        max-width: 264px;
        margin-top: -56px;
    }
}
.formats__content {
    margin: auto 0 0 0;
}
@media (min-width: 992px) {
    .formats__content {
        max-width: 480px;
    }
}
.formats__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #2ca3db;
}
@media (min-width: 992px) {
    .formats__head {
        font-size: 28px;
        line-height: 143%;
    }
}
.formats__label {
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    border-radius: 8px;
    padding: 8px 16px;
    width: 64px;
    height: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    background: #e2ff33;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .formats__label {
        position: static;
        box-shadow: none;
    }
}
.formats__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
}
@media (min-width: 992px) {
    .formats__text {
        margin-top: 16px;
        font-size: 18px;
    }
}
.formats__data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'first first'
        'second third';
    gap: 8px;
    margin-top: 24px;
}
@media (min-width: 992px) {
    .formats__data {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 'first second third';
        margin-top: 32px;
    }
}
.formats__data-item {
    padding: 12px 12px 10px;
    border-radius: 8px;
    background: #fff;
}
@media (min-width: 992px) {
    .formats__data-item {
        padding: 12px 16px 10px;
    }
}
.formats__data-item:nth-child(1) {
    grid-area: first;
}
.formats__data-item:nth-child(2) {
    grid-area: second;
}
.formats__data-item:nth-child(3) {
    grid-area: third;
}
.formats__data-name {
    margin: 0;
    font-size: 12px;
    line-height: 133%;
    text-transform: capitalize;
    color: #222;
}
.formats__data-value {
    margin: 2px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #2ca3db;
}
.formats__btn {
    width: 100%;
    margin-top: 64px;
    padding: 20px;
}
@media (min-width: 992px) {
    .formats__btn {
        max-width: 320px;
        margin-top: 48px;
        padding: 18px 64px;
    }
}
.how-to-block {
    margin-top: 140px;
    margin-bottom: 152px;
}
@media (max-width: 991px) {
    .how-to-block {
        margin-top: 98px;
        margin-bottom: 132px;
    }
}
.how-to-block__container {
    position: relative;
}
.how-to-block__container::after {
    content: '';
    width: 646px;
    height: 512px;
    background: url('../img/content/how-to-block-right.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: -172px;
}
@media (max-width: 991px) {
    .how-to-block__container::after {
        content: '';
        width: 646px;
        height: 436px;
        background: url(../img/content/how-to-block-bg-mobile.png) bottom left no-repeat;
        background-size: 46%;
        position: absolute;
        top: auto;
        bottom: -168px;
        left: -0;
        z-index: -1;
    }
}
.how-to-block__container::before {
    content: '';
    width: 857px;
    height: 854px;
    background: url('../img/content/how-to-block-left@2x.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -229px;
    left: -382px;
    z-index: -1;
}
@media (max-width: 991px) {
    .how-to-block__container::before {
        display: none;
    }
}
.how-to-block__title {
    margin-bottom: 12px;
}
@media (max-width: 991px) {
    .how-to-block__title {
        margin-bottom: 8px;
    }
}
.how-to-block__description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .how-to-block__description {
        font-size: 18px;
        line-height: 24px;
    }
    .how-to-block__image {
        margin-right: -20px;
    }
}

.how-to-block__image img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: block;
}
@media (max-width: 991px) {
    .how-to-block__image img {
        margin-top: 32px;
    }
}
.benefits {
    position: relative;
    padding-top: 42px;
    padding-bottom: 40px;
    background-color: #2ca3db;
    position: relative;
}
@media (min-width: 992px) {
    .benefits {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
.benefits::after {
    content: '';
    width: 560px;
    height: 168px;
    background: url('../img/content/benefits-top-right@2x.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: -112px;
    right: 0;
}
@media (max-width: 991px) {
    .benefits::after {
        content: '';
        width: 128px;
        height: 64px;
        background: url('../img/content/benefits-top-right-mobile@2x.png') top right no-repeat;
        background-size: 100%;
        position: absolute;
        top: -63px;
        right: 0;
    }
}
@media (min-width: 991px) {
    .benefits::before {
        content: '';
        width: 560px;
        height: 168px;
        background: url('../img/content/benefits-top-left@2x.png') top right no-repeat;
        background-size: 100%;
        position: absolute;
        top: -56px;
        left: 0;
    }
}
.benefits__container::after {
    content: '';
    width: 392px;
    height: 168px;
    background: url('../img/content/benefits-bottom-right@2x.png') bottom right no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 991px) {
    .benefits__container::after {
        content: '';
        width: 128px;
        height: 64px;
        background: url('../img/content/benefits-bottom-right-mobile@2x.png') bottom right no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -63px;
    }
}
@media (min-width: 991px) {
    .benefits__container::before {
        content: '';
        width: 560px;
        height: 168px;
        background: url('../img/content/benefits-bottom-left@2x.png') top right no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -167px;
        left: 0;
    }
}
/* @media (max-width: 991px) {
  .benefits__container::before {
    content: "";
    width: 560px;
    height: 270px;
    background: url("../img/content/benefits-bottom-left-mobile@2x.png") top left no-repeat;
    background-size: 14%;
    position: absolute;
    bottom: -200px;
    left: 0;
  }
} */
.benefits__title {
    max-width: 720px;
    margin: 0 0 30px;
    color: #fff;
}
@media (min-width: 992px) {
    .benefits__title {
        margin: 0 0 48px;
    }
}
.benefits__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 992px) {
    .benefits__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width: 992px) {
    .benefits__grid::before {
        content: '';
        width: 618px;
        height: 601px;
        background: url('../img/content/benefits-blot@2x.png') center no-repeat;
        background-size: 100%;
        position: absolute;
        top: -230px;
        right: -220px;
    }
}
.benefits__grid .grid__item {
    position: relative;
    padding: 30px 30px 34px;
    background-color: #ffffff;
    border-radius: 18px;
    border: 2px solid #fff;
    overflow: hidden;
}
@media (min-width: 992px) {
    .benefits__grid .grid__item {
        grid-column: span 2;
        padding: 28px 30px 36px;
    }
    .benefits__grid .grid__item:nth-last-child(-n + 2) {
        grid-column: span 3;
    }
}
.benefits__grid .grid__item br {
    display: none;
}
@media (min-width: 992px) {
    .benefits__grid .grid__item br {
        display: inline;
    }
}
.benefits__grid .grid__item .item__title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #222222;
}
.benefits__grid .grid__item .item__description {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 12px;
    color: #222222;
}
.benefits__grid .grid__item .grid__bg-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 72px);
    margin: auto;
    font-weight: 900;
    font-size: 76px;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(47, 189, 255, 0.1);
    transform: rotate(-90deg);
}
.features {
    background-color: #2ca3db;
    margin-top: 80px;
    position: relative;
}
@media (max-width: 991px) {
    .features {
        margin-top: 64px;
    }
}
.features::after {
    content: '';
    width: 504px;
    height: 284px;
    background: url('../img/content/features-top-right.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: -48px;
    right: 0;
    z-index: 2;
}
@media (max-width: 991px) {
    .features::after {
        content: '';
        width: 560px;
        height: 240px;
        background: url('../img/content/features-top-right-mobile.png') top right no-repeat;
        background-size: 39%;
        position: absolute;
        top: -51px;
        right: 0;
        z-index: 2;
    }
}
.features::before {
    content: '';
    width: 208px;
    height: 244px;
    background: url('../img/content/features-top-left.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: 87px;
    left: 84px;
    z-index: 2;
}
@media (max-width: 991px) {
    .features::before {
        display: none;
    }
}
.features .container {
    max-width: 1164px;
}
.features__container {
    padding-top: 104px;
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .features__container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
.features__container::after {
    content: '';
    width: 560px;
    height: 381px;
    background: url('../img/content/features-bottom-right.png') bottom right no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -168px;
    right: 0;
    z-index: 2;
}
@media (max-width: 991px) {
    .features__container::after {
        content: '';
        width: 560px;
        height: 270px;
        background: url('../img/content/features-bottom-right-mobile.png') bottom right no-repeat;
        background-size: 63%;
        position: absolute;
        bottom: -95px;
        z-index: 2;
    }
}
.features__container::before {
    content: '';
    width: 448px;
    height: 318px;
    background: url('../img/content/features-bottom-left.png') top right no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -93px;
    left: 0;
    z-index: 2;
}
@media (max-width: 991px) {
    .features__container::before {
      content: '';
      width: 560px;
      height: 307px;
      background: url(../img/content/features-bottom-left-mobile.png) top left no-repeat;
      background-size: 24%;
      position: absolute;
      bottom: -223px;
      left: 0;
      z-index: 2;
    }
}
.features__title {
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
}
@media (max-width: 991px) {
    .features__title {
        text-align: left;
        padding-right: 50px;
    }
}
.features__slider.swiper {
    margin-top: 60px;
    z-index: 4;
    padding-left: 28px;
    padding-right: 28px;
}
@media (max-width: 991px) {
    .features__slider.swiper {
        margin-top: 48px;
        margin-right: -20px;
        padding-left: 0;
        padding-right: 0;
    }
}
.features__slider .swiper__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}
@media (min-width: 992px) {
    .features__slider .swiper__navigation {
        display: none;
        margin-top: 32px;
    }
}
@media (min-width: 992px) {
    .features__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 24px;
    }
}
.features__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (max-width: 991px) {
    .features__slide.swiper-slide {
        width: 128px;
    }
    .features__slide.swiper-slide:last-child {
        margin-right: 20px;
    }
}
.features__slide .slide__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.features__slide .slide__icon img {
    display: block;
}
.features__slide .slide__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .features__slide .slide__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 22px;
    }
}
.suitable {
    margin-top: 128px;
}
@media (max-width: 991px) {
    .suitable {
        margin-top: 160px;
    }
}
.suitable__container {
    position: relative;
}
.suitable__title {
    color: #000000;
}
.suitable__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 426fr 102fr 102fr 426fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 16px;
}
@media (max-width: 991px) {
    .suitable__grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
.suitable__grid .grid__item {
    position: relative;
    height: 184px;
    background-color: #f4f7f9;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
    gap: 16px;
    padding-right: 54px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item {
        grid-template-columns: 137px auto !important;
        gap: 14px !important;
        min-height: 118px;
        height: auto;
        padding-right: 24px;
    }
}
.suitable__grid .grid__item:nth-child(1) {
    display: grid;
    grid-template-columns: 198px 128px;
    gap: 34px;
}
.suitable__grid .grid__item:nth-child(2) {
    grid-column: 2/5;
    display: grid;
    grid-template-columns: 284px auto;
    gap: 50px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(2) {
        grid-column: initial;
    }
}
.suitable__grid .grid__item:nth-child(3) {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 278px auto;
    gap: 0;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(3) {
        grid-column: initial;
    }
}
.suitable__grid .grid__item:nth-child(4) {
    grid-column: 3/5;
    display: grid;
    grid-template-columns: 258px auto;
    gap: 22px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(4) {
        grid-column: initial;
    }
}
.suitable__grid .grid__item:nth-child(5) {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 306px auto;
    gap: 30px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(5) {
        grid-column: initial;
    }
}
.suitable__grid .grid__item:nth-child(5) .item__description {
    padding-right: 30px;
}
.suitable__grid .grid__item:nth-child(6) {
    grid-column: 4/5;
    padding-right: 0;
    background: url(../img/content/btn-bg.png) top left no-repeat;
    background-size: 80%;
    background-color: #2ca3db;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(6) {
        grid-column: initial;
        padding: 56px;
        background: url(../img/content/btn-bg-mobile.png) top left no-repeat;
        background-size: 90%;
        background-color: #2ca3db;
    }
    .suitable__grid .grid__item:nth-child(6) .btn {
        padding: 16px 32px;
        line-height: 24px;
    }
    .suitable__grid .grid__item .item__image {
        height: 100%;
    }
}
.suitable__grid .grid__item .item__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.suitable__grid .grid__item .item__image[data-image='1'] img {
    top: -23px;
    left: -17px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image[data-image='1'] img {
        max-width: 138px;
        top: 0;
        left: -14px;
    }
}
.suitable__grid .grid__item .item__image[data-image='2'] img {
    top: 34px;
    left: -17px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image[data-image='2'] img {
        top: 0;
        left: -16px;
    }
}
.suitable__grid .grid__item .item__image[data-image='3'] img {
    top: 9px;
    left: -37px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image[data-image='3'] img {
        max-width: 160px;
        top: 0;
        left: -19px;
    }
}
.suitable__grid .grid__item .item__image[data-image='4'] img {
    top: 13px;
    left: 8px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image[data-image='4'] img {
        max-width: 154px;
        top: 0;
        left: -23px;
    }
}
.suitable__grid .grid__item .item__image[data-image='5'] img {
    top: -25px;
    left: -4px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image[data-image='5'] img {
        max-width: 154px;
        top: 0;
        left: -32px;
    }
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__image img {
        object-fit: contain;
    }
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__content {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.suitable__grid .grid__item .item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000000;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__title {
        font-size: 18px;
        line-height: 122%;
    }
}
.suitable__grid .grid__item .item__description {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item .item__description {
        font-size: 14px;
        line-height: 143%;
        margin-top: 4px;
    }
}
.suitable__grid .grid__item:nth-child(6) .suitable__btn::after {
    content: '';
    background: url(../img/content/arrow-with-shadow.png) top left no-repeat;
    position: absolute;
    top: 33px;
    right: -52px;
    width: 104px;
    height: 122px;
}
@media (max-width: 991px) {
    .suitable__grid .grid__item:nth-child(6) .suitable__btn::after {
        content: '';
        background: url(../img/content/arrow-with-shadow.png) top left no-repeat;
        position: absolute;
        background-size: 80%;
        top: 52px;
        right: -59px;
        width: 93px;
        height: 71px;
    }
}
.faq {
    position: relative;
    margin-top: 142px;
    margin-bottom: 72px;
    z-index: 2;
}
@media (max-width: 991px) {
    .faq {
        margin-top: 64px;
    }
}
.faq:before {
    content: '';
    position: absolute;
    top: 238px;
    right: -360px;
    bottom: inherit;
    width: 792px;
    height: 802px;
    background: url('../img/content/faq-bg-blot@2x.png') no-repeat center;
    background-size: 100%;
}
@media (max-width: 991px) {
    .faq:before {
        top: inherit;
        right: -186px;
        bottom: -248px;
        width: 399px;
        height: 394px;
        background: url('../img/content/faq-bg-blot-mobile@2x.png') no-repeat center;
        background-size: 100%;
    }
}
.faq__container {
    position: relative;
}
.faq__title {
    margin-bottom: 64px;
}
@media (max-width: 991px) {
    .faq__title {
        margin-bottom: 40px;
    }
}
.faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    /* background-color: #f3fafd; */
    border-radius: 16px;
}
.faq__grid details {
    cursor: pointer;
    border-top: 1px solid #2ca3db;
    border-radius: 16px;
    background-color: #ffffff;
}
.faq__grid details[open] {
    background-color: #f3fafd;
}
.faq__grid details summary svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .faq__grid details summary svg {
        width: 30px;
        height: 30px;
    }
}
.faq__grid details[open] summary svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.faq__grid details summary {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 39.5px 56px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #000000;
}
@media (max-width: 991px) {
    .faq__grid details summary {
        padding: 32px 24px;
        font-size: 18px;
        line-height: 24px;
    }
}
.faq__grid details .content {
    padding: 0 56px 24px 56px;
    top: -24px;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
@media (max-width: 991px) {
    .faq__grid details .content {
        padding: 0 24px 16px 24px;
        font-size: 14px;
        line-height: 18px;
        top: -16px;
    }
}
.posts {
    margin-top: 176px;
    position: relative;
    margin-bottom: 128px;
    z-index: 2;
}
@media (max-width: 991px) {
    .posts {
        margin-top: 112px;
        margin-bottom: 80px;
    }
}
/* .posts::before {
  content: "";
  width: 620px;
  height: 620px;
  background: url(../img/content/posts-bg-desktop.png) top right no-repeat;
  background-size: 57%;
  position: absolute;
  top: -506px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .posts::before {
    content: "";
    width: 620px;
    height: 620px;
    background: url(../img/content/posts-bg-mobile.png) top right no-repeat;
    background-size: 32%;
    position: absolute;
    top: -260px;
    right: 0;
    z-index: -1;
  }
} */
.posts__slider.swiper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (max-width: 991px) {
    .posts__slider.swiper {
        margin-top: 40px;
    }
}
.posts__slider .swiper-wrapper {
    order: 2;
}
@media (max-width: 991px) {
    .posts__slider .swiper-wrapper {
        order: initial;
    }
    .posts__slider .swiper__navigation {
        justify-content: center;
        margin-top: 0;
    }
}
.posts__slide.swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
.posts__slide .slide__image {
    border-radius: 16px;
    overflow: hidden;
}
.posts__slide .slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts__slide .slide__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #000000;
    margin-top: 24px;
    display: block;
    text-decoration: none;
}
@media (max-width: 991px) {
    .posts__slide .slide__title {
        font-size: 18px;
        line-height: 24px;
    }
}
.posts__slide .slide__info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    justify-content: space-between;
    flex: 1;
    margin-top: 52px;
}
.posts__slide .slide__date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000000;
}
.posts__slide .slide__info a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #000000;
}
header {
    background: #ffffff;
    position: fixed !important;
    z-index: 22;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}
header .header__container.container {
    padding: 32px 20px 24px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
@media (max-width: 991px) {
    header .header__container.container {
        padding: 24px 20px;
    }
}
.header__menu #menu__toggle {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}
@media (max-width: 991px) {
    header .header__container.container {
        min-height: 72px;
    }
}
.menu__btn {
    display: none;
}
.menu__btn svg {
    display: block;
}
.header__menu .signin {
    background-color: #ffffff;
    min-width: 128px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    height: fit-content;
}
.header__menu .signup {
    background-color: #f20c00;
    box-shadow: 0px 3px 6px 0px #00000012;
    min-width: 128px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    height: fit-content;
}
@media (max-width: 991px) {
    .header__menu .signin {
        width: 100%;
        border: 1px solid #000000;
        box-shadow: 0px 3px 6px 0px #00000012;
    }
    .header__menu .signup {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .menu__btn {
        display: block;
    }
    .menu__btn-open {
        display: none;
    }
}
.menu__links {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
@media (max-width: 991px) {
    .menu__links {
        max-height: 0;
        position: fixed;
        top: 72px;
        width: 100vw;
        left: 0;
        gap: 24px;
        background: #ffffffcc;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    #menu__toggle:checked ~ .menu__links {
        max-height: calc(100dvh - 72px);
        padding: 24px 20px 48px 20px;
        overflow: auto;
        backdrop-filter: blur(10px);
    }
    #menu__toggle:checked ~ .menu__btn .menu__btn-hide {
        display: none;
    }
    #menu__toggle:checked ~ .menu__btn .menu__btn-open {
        display: block;
    }
}
.homelink {
    flex-shrink: 1;
    height: 20px;
}
@media (max-width: 991px) {
    .homelink {
        height: 16px;
    }
}
.homelink svg {
    display: block;
    width: auto;
    height: 100%;
}

.footer {
    background: #f4fafd;
    padding-top: 104px;
    padding-bottom: 44px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer {
        padding-top: 80px;
    }
}
.footer::before {
    content: '';
    width: 620px;
    height: 805px;
    background: url(../img/content/footer-bg-desktop.png) top left no-repeat;
    background-size: 83%;
    position: absolute;
    top: -453px;
    left: 0;
    z-index: 1;
}
@media (max-width: 991px) {
    .footer::before {
        content: '';
        width: 620px;
        height: 805px;
        background: url(../img/content/footer-bg-mobile.png) top left no-repeat;
        background-size: 53%;
        position: absolute;
        top: -258px;
        left: 0;
        z-index: 1;
    }
}
.footer__container {
    z-index: 2;
    position: relative;
}
.footer__container-devider {
    max-width: 1200px;
    padding-top: 64px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991px) {
    .footer__container-devider {
        padding: 38px 20px;
    }
}
.footer__container-devider hr {
    border: 1px solid #d8d8d8;
    margin: 0;
}
.footer__row {
    display: grid;
    grid-template-columns: 312px 1fr 136px;
    align-items: center;
    gap: 24px;
}
@media (max-width: 991px) {
    .footer__row {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .footer__row {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: flex-start;
    }
}

.footer__row:not(:first-child) {
    margin-top: 56px;
}
.footer__column:nth-child(2) {
    max-width: 216px;
    justify-self: center;
    align-self: flex-start;
    margin-right: 105px;
}
@media (max-width: 991px) {
    .footer__column:nth-child(2) {
        margin-right: 0;
        max-width: none;
        width: 100%;
    }
}
.footer__logo svg {
    display: block;
}
.footer__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
}
.footer__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.footer__socials {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .footer__socials {
        gap: 28px;
    }
    .footer__social svg {
        width: 40px;
        height: 40px;
    }
}

.footer__social svg path {
    fill: #d8d8d8;
    transition: fill 0.3s ease-in-out;
}
.footer__social:hover svg path {
    fill: #f20c00;
    transition: fill 0.3s ease-in-out;
}
.footer__mail {
    display: block;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    color: #f20c00;
}
@media (max-width: 991px) {
    .footer__mail {
        margin-top: 14px;
    }
}
.footer__payments {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 32px 32px 40px;
    gap: 16px;
}
@media (max-width: 991px) {
    .footer__payments {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.footer__payment {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .footer__payment {
        width: 32px;
    }
    .footer__payment:nth-child(3) {
        width: 40px;
    }
    .footer__payment:nth-child(6) {
        width: 40px;
    }
}
.footer__payment img {
    width: 100%;
    height: auto;
}
.footer__copyright {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    opacity: 0.3;
}
.footer__links {
    margin-top: 16px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .footer__links {
        gap: 16px;
    }
}
.footer__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .footer__link:nth-child(2) {
        order: 2;
    }
    .footer__link:nth-child(3) {
        order: 2;
    }
    .footer__link:nth-child(5) {
        order: 2;
    }
}
.footer__link:hover {
    color: #f20c00;
    transition: color 0.3s ease-in-out;
}

.footer__bottom .bottom__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 33px;
}
@media (max-width: 991px) {
    .footer__bottom .bottom__grid {
        gap: 12px 16px;
    }
}
.footer__bottom .bottom__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 160px;
}
.footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
}
.footer__bottom a.bottom__link {
    width: fit-content;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}
.footer__bottom .footer__copyright {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 143%;
    margin-bottom: 16px;
    opacity: 1;
}
/* @media (max-width: 767px) {
  .footer__bottom .bottom__grid {
    gap: 22px;
    column-gap: 2px;
  }
  .footer__bottom .bottom__item {
    width: 138px;
  }
  .footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
  }
} */
