.skip-link {
    display: none;
}

@font-face {
    font-family: "ClashDisplay-Variable";
    src: url("../fonts/ClashDisplay-Variable.ttf");
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #292E37;
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0;
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
}
main {
    padding-top: 90px;
    overflow-x: hidden;
    background: #F4F4F6;
}
@media all and (max-width: 991px) {
    main.index {
        padding-top: 80px;
        min-width: 360px;
        margin: 0 auto;
        overflow: hidden;
    }
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
}

input, textarea, select, button {
    font-family: inherit;
    outline: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, button::-webkit-outer-spin-button, button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration, textarea::-webkit-search-decoration, textarea::-webkit-search-cancel-button, textarea::-webkit-search-results-button, textarea::-webkit-search-results-decoration, select::-webkit-search-decoration, select::-webkit-search-cancel-button, select::-webkit-search-results-button, select::-webkit-search-results-decoration, button::-webkit-search-decoration, button::-webkit-search-cancel-button, button::-webkit-search-results-button, button::-webkit-search-results-decoration {
    display: none;
}
input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder, button:focus::placeholder {
    visibility: hidden;
}

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.svg {
    display: none;
}

main.index .main-width {
    width: 100%;
    max-width: 1308px;
    margin: 0 auto;
    padding: 0 6px;
}
@media all and (max-width: 1279px) {
    main.index .main-width {
        max-width: 991px;
        padding: 0 12px;
    }
}
@media all and (max-width: 991px) {
    main.index .main-width {
        max-width: 710px;
        padding: 0 24px;
    }
}

.main-title {
    font-family: "ClashDisplay-Variable";
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
}
@media all and (max-width: 991px) {
    .main-title {
        font-size: 28px;
        font-style: normal;
        line-height: 28px;
    }
}

.red-title {
    font-family: "ClashDisplay-Variable";
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    min-width: calc(50% - 11.5px);
    padding: 16px 24px;
    border-radius: 24px 0px 0px 24px;
    background: #F21308;
    position: absolute;
    right: 0px;
    top: 48px;
}
@media all and (max-width: 991px) {
    .red-title {
        font-size: 28px;
        line-height: 28px;
        height: auto;
        top: 32px;
        width: calc(100% - 32px);
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 7px 24px;
    border-radius: 60px;
    white-space: nowrap;
    background: #F21308;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* header */
header {
    background: #292E37;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 90px;
    padding: 0 24px;
    gap: 56px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
@media (max-width: 991px) {
    header .header {
        height: 80px;
    }
}
@media (max-width: 991px) {
    header .header .logo svg {
        width: 103px;

    }
}
header .header .navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    gap: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
header .header .navbar__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 42px;
    padding: 0 16px;
}
header .header .navbar__item_dropdown {
    gap: 8px;
    border-radius: 24px;
}
header .header .navbar__item_dropdown.active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--dark, #292E37);
}
@media (max-width: 991px) {
    header .header .navbar_desktop {
        display: none;
    }
}
header .header .navbar_mobile {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 190px;
    height: 395px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #292E37;
    z-index: 11;
    right: 0;
    top: 80px;
}
header .header .navbar_mobile.open {
    opacity: 1;
    visibility: visible;
}
header .header .navbar_mobile__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    position: relative;
    height: 100%;
}
@media (max-width: 991px) {
    header .header .navbar_mobile {
        display: flex;
    }
}
header .header .navbar_mobile .navbar__item {
    height: auto;
    font-size: 16px;
    padding: 0;
}
header .header .navbar_mobile .navbar__item_dropdown-mobile {
    align-items: flex-start;
}
header .header .navbar_mobile .navbar__item_dropdown-mobile svg {
    min-width: 24px;
}
header .header .navbar_mobile .dropdown_logo {
    margin: auto auto 0;
}
header .header .navbar_mobile .request-btn {
    padding: 7px 14px;
}

.navbar__item_dropdown-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-dropdown-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 16px;
    background: rgba(41, 46, 55, 0.8);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20.8999996185px);
    position: absolute;
    padding: 16px 24px 24px;
    left: 4px;
    right: 0;
    top: 64px;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.header-dropdown-mobile.open {
    opacity: 1;
    visibility: visible;
}
.header-dropdown-mobile .navbar__item {
    color: #CACCCE;
    font-weight: 500;
}

.header-dropdown {
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    background: rgba(41, 46, 55, 0.6);
    backdrop-filter: blur(20.8999996185px);
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.header-dropdown.open {
    opacity: 1;
    visibility: visible;
}
.header-dropdown__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    padding: 24px;
    gap: 24px;
}
.header-dropdown__item {
    padding: 24px;
    background: #ffffff;
    border-radius: 24px;
    width: calc(33% - 12px);
}
.header-dropdown__title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--dark, #292E37);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin-bottom: 8px;
}
.header-dropdown__title:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../img/arrow_right_circle.svg");
}

/* navbar example */
.navbar-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 4px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: url("../img/menu.svg") center;
    display: none;
    margin-left: auto;
}
.navbar-btn.active {
    background: url("../img/close.svg") center;
}
@media (max-width: 991px) {
    .navbar-btn {
        display: flex;
    }
}

/* footer */
footer {
    padding: 72px 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--dark, #292E37);
}
@media all and (max-width: 1279px) {
    footer {
        padding: 32px 24px;
    }
}

.footer {
    color: #ffffff;
}

.footer-top {
    display: flex;
    padding-bottom: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
@media all and (max-width: 1279px) {
    .footer-top {
        flex-direction: column;
    }
}

.footer-block_left {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
@media all and (max-width: 1279px) {
    .footer-block_left {
        flex-direction: row;
        gap: 24px;
        align-items: center;
        width: 100%;
    }
    .footer-block_left svg {
        width: 130px;
    }
}

.footer-block_left .footer__files {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media all and (max-width: 1279px) {
    .footer-block_left .footer__files {
        margin-left: auto;
    }
}
.footer-block_left .footer__files a {

    text-decoration: underline;
}

.footer-block_left .footer__files a:hover {
    text-decoration: none;
}


.footer-block_right {
    margin-left: auto;
}

.footer-nav {
    display: flex;
    align-items: flex-start;
    gap: 43px;
    align-self: stretch;
}
@media all and (max-width: 1279px) {
    .footer-nav {
        flex-wrap: wrap;
        border-top: 1px solid #292E37;
        padding-top: 24px;
        gap: 24px;
    }
}
.footer-nav__services {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 681px;
    position: relative;
}
@media all and (max-width: 1279px) {
    .footer-nav__services {
        width: 100%;
        gap: 10px;
    }
}
.footer-nav__services:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    border: 1px solid #292E37;
}
@media all and (max-width: 1279px) {
    .footer-nav__services:before {
        display: none;
    }
}
.footer-nav__services ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media all and (max-width: 1279px) {
    .footer-nav__services ul {
        gap: 10px;
    }
}
.footer-nav__services ul li {
    width: calc(33% - 14px);
    color: #CACCCE;
}
@media all and (max-width: 1279px) {
    .footer-nav__services ul li {
        width: 100%;
    }
}

.footer-bottom {
    display: flex;
    padding-top: var(--spacing-l, 16px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #292E37;
}
@media all and (max-width: 1279px) {
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media all and (max-width: 1279px) {
    .copyright {
        order: 1;
    }
}

.sm {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
@media all and (max-width: 1279px) {
    .sm {
        order: 0;
        margin-bottom: 16px;
    }
}

/* keyframes example */
@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-3deg);
    }
}
.first-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 125px 0 228px 0;
    position: relative;
}

@media screen and (max-width: 1279px) {
    .first-screen {
        padding: 0px 0 50px 0;
    }
}
.first-screen:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 50%, #292E37 50%);
    transform-origin: top left;
}

@media screen and (max-width: 991px) {
    .first-screen:after {
        background: #292E37;
        clip-path: polygon(0 42%, 100% 12%, 100% 100%, 0% 100%);
    }
}
@media (max-width: 991px) {
    .first-screen {
        padding: 30px 0;
    }
}
.first-screen__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 54px;
    grid-row-gap: 0;
    height: 467px;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .first-screen__content {
        height: 340px;
        grid-column-gap: 32px;
    }
}
@media (max-width: 991px) {
    .first-screen__content {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 17px;
    }
}
.first-screen__content_top {
    grid-area: 1/1/2/2;
}
@media (max-width: 1279px) {
    .first-screen__content_top {
        order: 0;
    }
}
.first-screen__content_left {
    grid-area: 2/1/4/2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 991px) {
    .first-screen__content_left {
        order: 2;
        color: #ffffff;
    }
}
.first-screen__content_right {
    grid-area: 1/2/4/3;
    position: relative;
    width: 736px;
    max-width: 736px;
}
@media screen and (max-width: 1279px) {
    .first-screen__content_right {
        width: 500px;
        max-width: 500px;
    }
}
@media (max-width: 991px) {
    .first-screen__content_right {
        order: 1;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}
.first-screen__title {
    font-family: "ClashDisplay-Variable";
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
}

@media (max-width: 1279px) {
    .first-screen__title {
        font-size: 40px;
        font-style: normal;
        line-height: 42px;
    }
}
@media (max-width: 991px) {
    .first-screen__title {
        font-size: 28px;
        font-style: normal;
        line-height: 28px;
    }
}
.first-screen__title span {
    color: #F21308;
}
.first-screen__text {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .first-screen__text {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
    .first-screen__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 17px;
    }
}
.first-screen__btn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
}

.first-screen__slider {
    background: url("../img/macbook.png");
    width: 736px;
    height: 467px;
    padding: 24px 74px;
    position: relative;
}
@media (max-width: 1279px) {
    .first-screen__slider {
        transform: scale(0.7) translate(-160px, -100px);
    }
}
@media (max-width: 991px) {
    .first-screen__slider {
        width: 311px;
        height: 198px;
        padding: 11px 31px;
        background-size: contain;
        transform: none;
    }
}

.macbook-slider-container {
    position: absolute;
    width: 586px;
    height: 368px;
    background: #292E37;
}
@media (max-width: 991px) {
    .macbook-slider-container {
        width: 248px;
        height: 156px;
    }
}

.macbook-slider {
    overflow: hidden;
    width: 100%;
}
.macbook-slider__item {
    width: 586px;
    height: 368px;
}
@media (max-width: 991px) {
    .macbook-slider__item {
        width: 248px;
        height: 156px;
    }
}
.macbook-slider__prev {
    position: absolute;
    left: -56px;
    top: calc(50% - 16px);
    cursor: pointer;
}
.macbook-slider__next {
    position: absolute;
    right: -56px;
    top: calc(50% - 16px);
    cursor: pointer;
}
.macbook-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: absolute;
    bottom: -100px !important;
}
.macbook-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: #ffffff;
    opacity: 0.25;
}
.macbook-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
@media (max-width: 991px) {
    .macbook-slider__pagination, .macbook-slider__navigation {
        display: none;
    }
}

.second-screen {
    background: #ffffff url("../img/map.png") right no-repeat;
    background-position-y: 138px;
}
@media (max-width: 991px) {
    .second-screen {
        background: #ffffff url("../img/map-mobile.png") top center no-repeat;
        background-size: contain;
        background-position-y: 60px;
    }
}

.digits-block {
    padding-top: 138px;
    padding-bottom: 120px;
}
@media (max-width: 1279px) {
    .digits-block {
        padding-top: 52px;
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .digits-block {
        padding-top: 32px;
        padding-bottom: 80px;
    }
}

.digits-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 64px;
    width: 482px;
    height: 327px;
    row-gap: 54px;
}
@media (max-width: 991px) {
    .digits-list {
        margin-top: 17px;
        width: 100%;
        height: auto;
        gap: 24px;
        row-gap: 16px;
    }
}
.digits-list__item {
    display: flex;
    width: 203px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 24px;
    background: rgba(237, 237, 238, 0.5);
    backdrop-filter: blur(1.5px);
}
@media (max-width: 991px) {
    .digits-list__item {
        width: calc(50% - 12px);
        border-radius: 24px;
        background: rgba(237, 237, 238, 0.5);
        backdrop-filter: blur(4.3000001907px);
        padding: 12px;
        box-shadow: -1px 1px 1px #cccccc;
    }
}
.digits-list__item div {
    font-size: 28px;
    font-weight: 700;
    color: #F21308;
}

.about-block {
    padding: 72px 0;
}
@media (max-width: 991px) {
    .about-block {
        padding: 16px 0;
    }
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    align-items: stretch;
    justify-content: stretch;
    margin-top: 56px;
}
@media (max-width: 991px) {
    .about-list {
        flex-direction: column;
        background: #292E37;
        padding: 0 24px 24px;
        margin: 16px -24px 0;
        gap: 0;
    }
}
.about-list__item {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    width: calc(50% - 32px);
    background: rgba(237, 237, 238, 0.5);
    backdrop-filter: blur(1.5px);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 991px) {
    .about-list__item {
        padding: 24px 16px;
        width: 100%;
        background: #ffffff;
        font-size: 16px;
        line-height: 22px;
    }
    .about-list__item:nth-child(1) {
        order: 0;
    }
    .about-list__item:nth-child(4) {
        order: 2;
    }
    .about-list__item:nth-child(2) {
        order: 1;
    }
    .about-list__item:nth-child(3) {
        order: 3;
    }
}
.about-list__item_dark {
    background: #292E37;
    color: #ffffff;
}
.about-list__item div {
    font-family: "ClashDisplay-Variable";
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}

.third-screen {
    padding: 72px 0 126px;
    background: #EDEDEE;
}
@media (max-width: 1279px) {
    .third-screen {
        padding: 32px 0;
    }
}

.dropdown-list {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    align-self: stretch;
    padding: 48px 0;
}
@media (max-width: 991px) {
    .dropdown-list {
        flex-direction: column;
        padding: 17px 0;
        gap: 8px;
    }
}
.dropdown-list__item {
    padding: 0 16px;
    border-radius: 24px;
    background: #ffffff;
    width: calc(50% - 8px);
    max-height: 72px;
    overflow: hidden;
    transition: all 0.3s ease;
}
@media (max-width: 991px) {
    .dropdown-list__item {
        width: 100%;
    }
}
.dropdown-list__item.open {
    max-height: 500px;
}
.dropdown-list__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    height: 72px;
    font-size: 18px;
    font-weight: 500;
    font-family: "ClashDisplay-Variable";
    padding: 16px 0;
    cursor: pointer;
}
.dropdown-list__title svg {
    min-width: 24px;
}
.dropdown-list__title:after {
    content: "";
    background: url("../img/plus.svg");
    width: 24px;
    height: 24px;
    margin-left: auto;
}
.dropdown-list__text {
    padding-bottom: 16px;
}

.dropdown-list__item.open .dropdown-list__title {
    color: #F21308;
}
.dropdown-list__item.open .dropdown-list__title:after {
    content: "";
    background: url("../img/minus.svg");
}

.fourth-screen {
    padding: 72px 0;
}
@media (max-width: 1279px) {
    .fourth-screen {
        padding: 32px 0;
    }
}

.solutions {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 32px;
    margin-top: 32px;
}
@media (max-width: 1279px) {
    .solutions {
        flex-direction: column;
        margin-top: 17px;
        gap: 17px;
    }
}
.solutions__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #F21308;
}
.solutions__item_dark {
    background: #292E37;
    color: #ffffff;
}
.solutions__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-family: ClashDisplay-Variable;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.02px;
}
@media (max-width: 991px) {
    .solutions__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
    }
}
.solutions__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
}
.solutions__list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
}
.solutions__list li:before {
    content: "";
    background: url("../img/check_circle.svg");
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.fifth-screen {
    padding: 72px 0;
    background: rgba(237, 237, 238, 0.5);
}
@media all and (max-width: 991px) {
    .fifth-screen {
        padding: 32px 0;
    }
}
.fifth-screen .main-title {
    font-size: 56px;
    line-height: 70px;
}
@media all and (max-width: 991px) {
    .fifth-screen .main-title {
        display: none;
    }
}
.fifth-screen .main-title span {
    color: #F21308;
}
.fifth-screen .main-title_mob {
    display: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}
@media all and (max-width: 991px) {
    .fifth-screen .main-title_mob {
        display: block;
        margin-bottom: 17px;
    }
}

.devices {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 72px;
}
@media all and (max-width: 1279px) {
    .devices {
        flex-direction: column;
        gap: 17px;
    }
}
.devices__variants {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    width: 612px;
    min-width: 612px;
}
@media all and (max-width: 1279px) {
    .devices__variants {
        width: 100%;
        min-width: 100%;
        gap: 17px;
    }
}
.devices__variant {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 332px;
}
@media all and (max-width: 991px) {
    .devices__variant {
        height: 187px;
    }
    .devices__variant img {
        max-height: 100%;
    }
}
.devices__tabs {
    display: flex;
    padding: 6px;
    align-items: flex-start;
    justify-content: stretch;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #CACCCE;
    background: #FFF;
}
.devices__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    width: 120px;
}
@media all and (max-width: 991px) {
    .devices__tab {
        width: 90px;
    }
}
.devices__tab.active {
    border-radius: 24px;
    background: #F21308;
    color: #ffffff;
}
.devices__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.devices__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.devices__check {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.devices__check svg {
    min-width: 24px;
}

.sixth-screen {
    padding-top: 96px;
}
@media (max-width: 1279px) {
    .sixth-screen {
        padding-top: 32px;
    }
}
@media (max-width: 991px) {
    .sixth-screen {
        padding-top: 32px;
        background: url("../img/casino-girl-mob.webp") top center no-repeat;
        background-size: contain;
    }
}

.casino {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 93px;
}
@media (max-width: 1279px) {
    .casino {
        gap: 40px;
    }
}
@media (max-width: 991px) {
    .casino {
        padding-bottom: 32px;
    }
}
.casino__image {
    position: relative;
    flex: 1;
    height: 647px;
}
@media (max-width: 1279px) {
    .casino__image {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .casino__image {
        display: none;
    }
}
.casino__background {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/casino-girl.png") right center no-repeat;
    background-size: cover;
    width: 711px;
    height: 100%;
}
    @media (max-width: 1279px) {
        .casino__background {
            width: 500px;
        }
    }
.casino__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 43px;
    max-width: 564px;
}
@media (max-width: 991px) {
    .casino__info {
        color: #ffffff;
        gap: 17px;
    }
}
.casino__subtitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-top: -27px;
}
@media (max-width: 991px) {
    .casino__subtitle {
        display: none;
    }
}
.casino__digits-list {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 24px;
    width: 100%;
}
@media (max-width: 991px) {
    .casino__digits-list {
        gap: 0;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(3.5999999046px);
        margin-top: 220px;
    }
}
.casino__digits-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 24px;
    background: rgba(237, 237, 238, 0.5);
    backdrop-filter: blur(1.5px);
    width: calc(50% - 12px);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 991px) {
    .casino__digits-item {
        border-radius: 0;
        background: transparent;
        font-size: 16px;
        padding: 16px;
        color: #292E37;
    }
}
.casino__digits-item div {
    font-size: 42px;
    font-weight: 1000;
    line-height: 46px;
    color: #F21308;
}
@media (max-width: 991px) {
    .casino__digits-item div {
        font-size: 28px;
        line-height: 28px;
    }
}
.casino__text {
    font-size: 18px;
}
@media (max-width: 991px) {
    .casino__text {
        font-size: 16px;
        color: #292E37;
    }
}

.ticker {
    background: rgba(237, 237, 238, 0.5);
    padding: 46px 0;
    max-width: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
    .ticker {
        padding: 32px 0;
        width: 100%;
        overflow: hidden;
    }
}
.ticker .ticker-slider__item {
    width: 120px;
}
.ticker .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.seventh-screen {
    padding-top: 96px;
    background: #292E37;
    color: #ffffff;
}
@media (max-width: 1279px) {
    .seventh-screen {
        padding-top: 32px;
    }
}
@media (max-width: 991px) {
    .seventh-screen {
        padding-top: 32px;
        padding-bottom: 32px;
        background: #292E37 url("../img/sportsbook-mob.png") top center no-repeat;
        background-size: 100%;
    }
}

.sportsbook {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 93px;
}
.sportsbook__image {
    position: relative;
    flex: 1;
    height: 800px;
}

@media (max-width: 1279px) {
    .sportsbook__image {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .sportsbook__image {
        display: none;
    }
}
.sportsbook__background {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sportsbook.png") right center no-repeat;
    background-size: cover;
    width: 803px;
    height: 100%;
    border-radius: 24px 0 0 0;
}

@media (max-width: 1279px) {
    .sportsbook__background {
        width: 510px ;
    }
}

.sportsbook__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 43px;
    max-width: 547px;
}
.sportsbook__digits-list {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}
@media (max-width: 991px) {
    .sportsbook__digits-list {
        gap: 16px;
    }
}
.sportsbook__digits-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 991px) {
    .sportsbook__digits-item {
        padding: 16px;
        border-radius: 24px;
        background: rgba(41, 46, 55, 0.6);
        backdrop-filter: blur(3px);
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }
}
.sportsbook__digits-item div {
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
    color: #00A900;
}
@media (max-width: 991px) {
    .sportsbook__digits-item div {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
}
.sportsbook__text {
    font-size: 18px;
}
@media (max-width: 991px) {
    .sportsbook__text {
        font-size: 16px;
    }
}

.eighth-screen {
    padding: 88px 0;
}
@media (max-width: 991px) {
    .eighth-screen {
        padding: 32px 0;
    }
}

.features {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 12px;
    margin-top: 54px;
}
@media (max-width: 991px) {
    .features {
        flex-direction: column;
        gap: 8px;
        margin-top: 17px;
    }
}
.features__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 24px;
    background: #EDEDEE;
    width: calc(50% - 6px);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
@media (max-width: 991px) {
    .features__item {
        width: 100%;
    }
}
.features__item_short {
    width: calc(25% - 9px);
}

@media (max-width: 1927px) {
    .features__item_short {
        width: calc(50% - 6px);
    }
}
@media (max-width: 991px) {
    .features__item_short {
        width: 100%;
    }
}
.features__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-family: ClashDisplay-Variable;
    font-size: 26px;
    font-weight: 500;
    color: #F21308;
}
@media (max-width: 991px) {
    .features__title {
        font-size: 20px;
    }
}
.features__title:before {
    content: "";
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F21308;
}

.ninth-screen {
    padding: 72px 0 0;
    background: #292E37;
    color: #ffffff;
}
@media (max-width: 991px) {
    .ninth-screen {
        padding: 32px 0;
    }
}
.ninth-screen .main-title {
    font-size: 56px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .ninth-screen .main-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .girl {
        position: absolute;
        top: -35px;
        right: 24px;
        z-index: 0;
        transform: scale(-1, 1);
        width: 400px;
    }
}

.gamification {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.gamification__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 64px;
    gap: 16px;
    width: 840px;
    height: 760px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1297px) {
    .gamification__list {
        padding-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .gamification__list {
        height: auto;
        margin-top: 280px;
    }
}
.gamification__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #9A9BA0;
    width: calc(50% - 8px);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
@media (max-width: 991px) {
    .gamification__item {
        width: 100%;
        padding: 16px;
        border-radius: 24px;
        border: 1px solid #9A9BA0;
        background: #292E37;
        backdrop-filter: blur(1.5px);
    }
}
.gamification__item_light {
    color: #292E37;
    border: 1px solid #F21308;
    background: #EDEDEE;
    backdrop-filter: blur(1.5px);
    margin-top: auto;
}
@media (max-width: 1297px) {
    .gamification__item_light {
        margin-top: auto;
    }
}
.gamification__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-family: ClashDisplay-Variable;
    font-size: 26px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .gamification__title {
        font-size: 24px;
    }
}
.gamification__title:before {
    content: "";
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url("../img/star.png");
}

.tenth-screen {
    position: relative;
    padding: 72px 0;
    background: #EDEDEE;
}
@media (max-width: 991px) {
    .tenth-screen {
        padding: 32px 0;
    }
}

.cms {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
    gap: 23px;
    height: 940px;
}
@media (max-width: 991px) {
    .cms {
        height: auto;
    }
}
.cms__slider-block {
    margin-bottom: auto;
    padding-top: 36px;
}
@media (max-width: 991px) {
    .cms__slider-block {
        padding-top: 134px;
    }
}
.cms__slider {
    background: url(../img/macbook.png);
    background-size: contain;
    width: 615px;
    height: 390px;
    padding: 20px 60px;
    position: relative;
}
@media (max-width: 1279px) {
    .cms__slider {
        width: 470px;
        height: 299px;
        padding: 14px 49px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (max-width: 991px) {
    .cms__slider {
        width: 311px;
        height: 198px;
        padding: 11px 31px;
        background-size: contain;
    }
}
.cms__item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    width: calc(50% - 11.5px);
}
@media (max-width: 1279px) {
    .cms__item {
        padding: 16px;
        gap: 16px;
    }
}
@media (max-width: 991px) {
    .cms__item {
        width: 100%;
        padding: 16px;
        position: relative;
    }
}
.cms__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #EDEDEE;
}
@media (max-width: 991px) {
    .cms__item i {
        position: absolute;
    }
}
.cms__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 1279px) {
    .cms__text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    .cms__text {
        font-size: 16px;
        line-height: 22px;
    }
}
.cms__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
@media (max-width: 991px) {
    .cms__title {
        font-size: 20px;
        padding-left: 66px;
        height: 50px;
        display: flex;
        align-items: center;
    }
}

.cms-slider-container {
    position: absolute;
    width: 491px;
    height: 309px;
    background: #292E37;
}
@media (max-width: 1279px) {
    .cms-slider-container {
        width: 372px;
        height: 234px;
    }
}
@media (max-width: 991px) {
    .cms-slider-container {
        width: 248px;
        height: 156px;
    }
}

.cms-slider {
    overflow: hidden;
    width: 100%;
}
.cms-slider__item {
    width: 586px;
    height: 368px;
}
.cms-slider__prev {
    position: absolute;
    left: -56px;
    top: calc(50% - 16px);
    cursor: pointer;
}
.cms-slider__next {
    position: absolute;
    right: -56px;
    top: calc(50% - 16px);
    cursor: pointer;
}
.cms-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: absolute;
    bottom: -82px !important;
}
.cms-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: rgba(62, 66, 75, 0.7);
    opacity: 0.25;
}
.cms-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.eleventh-screen {
    position: relative;
    padding: 156px 0 72px;
    background: #292E37;
}
@media (max-width: 991px) {
    .eleventh-screen {
        padding: 32px 0;
    }
}
.eleventh-screen .red-title {
    top: 40px;
}
@media (max-width: 991px) {
    .eleventh-screen .red-title {
        top: 32px;
    }
}

.crm {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 23px;
    height: 965px;
}
@media (max-width: 991px) {
    .crm {
        height: auto;
        gap: 16px;
        padding-top: 26px;
    }
}
.crm__image-block {
    position: relative;
    height: 256px;
}
.crm__image {
    position: absolute;
    width: 720px;
    top: -220px;
    left: -20px;
}
@media (max-width: 1279px) {
    .crm__image {
        width: 600px;
        top: -150px;
        left: -35px;
    }
}
@media (max-width: 991px) {
    .crm__image {
        width: 392px;
        top: 0;
        left: -35px;
    }
}
.crm__item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #9A9BA0;
    background: transparent;
    width: calc(50% - 11.5px);
    color: #ffffff;
}
@media (max-width: 1279px) {
    .crm__item {
        padding: 16px;
        gap: 16px;
    }
}
@media (max-width: 991px) {
    .crm__item {
        width: 100%;
        padding: 16px;
        position: relative;
    }
}
.crm__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #3E424B;
}
@media (max-width: 991px) {
    .crm__item i {
        position: absolute;
    }
}
.crm__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 1279px) {
    .crm__text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    .crm__text {
        font-size: 16px;
        line-height: 22px;
    }
}
.crm__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
@media (max-width: 991px) {
    .crm__title {
        font-size: 20px;
        padding-left: 66px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
}

.twelfth-screen {
    position: relative;
    padding: 156px 0 72px;
    background: #EDEDEE;
}
@media (max-width: 991px) {
    .twelfth-screen {
        padding: 109px 0 32px;
    }
}

.affiliate {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 23px;
}
@media (max-width: 991px) {
    .affiliate {
        gap: 16px;
    }
}
.affiliate__image_mob {
    display: none;
}
@media (max-width: 991px) {
    .affiliate__image_mob {
        display: block;
    }
}
@media (max-width: 991px) {
    .affiliate__image_desktop {
        display: none;
    }
}
.affiliate__item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    width: calc(50% - 11.5px);
}
@media (max-width: 991px) {
    .affiliate__item {
        width: 100%;
        padding: 16px;
        position: relative;
    }
}
.affiliate__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #EDEDEE;
}
@media (max-width: 991px) {
    .affiliate__item i {
        position: absolute;
    }
}
.affiliate__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 991px) {
    .affiliate__text {
        font-size: 16px;
        line-height: 22px;
    }
}
.affiliate__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
@media (max-width: 991px) {
    .affiliate__title {
        font-size: 20px;
        padding-left: 66px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
}

.thirteenth-screen {
    position: relative;
    padding: 156px 0 72px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--dark, #292E37);
}
@media (max-width: 991px) {
    .thirteenth-screen {
        padding: 109px 0 32px;
    }
}

.bi {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 23px;
}
@media (max-width: 991px) {
    .bi {
        gap: 16px;
    }
}
.bi__slider {
    position: relative;
    width: 100%;
}
.bi__item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #EDEDEE;
    width: calc(50% - 11.5px);
    background: transparent;
    color: #ffffff;
}
@media (max-width: 991px) {
    .bi__item {
        width: 100%;
        padding: 16px;
        position: relative;
    }
}
.bi__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #3E424B;
}
@media (max-width: 991px) {
    .bi__item i {
        position: absolute;
    }
}
.bi__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 991px) {
    .bi__text {
        font-size: 16px;
        line-height: 22px;
    }
}
.bi__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
@media (max-width: 991px) {
    .bi__title {
        font-size: 20px;
        padding-left: 66px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
}

.bi-slider {
    overflow: hidden;
    width: 100%;
    height: 358px;
    background: linear-gradient(to top, #F21308, rgba(242, 19, 8, 0));
    border-radius: 26px;
    padding: 5px;
}
@media (max-width: 991px) {
    .bi-slider {
        height: 256px;
    }
}
.bi-slider__item {
    background-size: contain;
    border-radius: 24px;
}
.bi-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: absolute;
    z-index: 1;
}
.bi-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    background: #292E37;
    opacity: 0.25;
}
.bi-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.fourteenth-screen {
    padding: 72px 0;
    background: #292E37;
    color: #ffffff;
}
@media (max-width: 767px) {
    .fourteenth-screen {
        padding: 342px 0 32px;
        background: #292E37 url("../img/form-bg.png") top center no-repeat;
        background-size: contain;
    }
}
.fourteenth-screen .main-title {
    padding: 0 32px;
}
@media (max-width: 767px) {
    .fourteenth-screen .main-title {
        padding: 0;
        margin-bottom: 16px;
        font-size: 42px;
        line-height: 46px;
    }
}

.contact-form {
    display: flex;
    width: 531px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}


.form-control {
    width: 100%;
}

.contact-form-container {
    background: url("../img/form-bg.png") right center no-repeat;
}
@media (max-width: 767px) {
    .contact-form-container {
        background: none;
    }
}

.contact-form {
    display: flex;
    width: 531px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .contact-form {
        width: 100%;
        padding: 0;
    }
}
.contact-form__form {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .contact-form__form {
        gap: 10px;
    }
}

.form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    width: calc(50% - 13px);
    min-width: calc(50% - 13px);
}
@media (max-width: 767px) {
    .form-block {
        width: 100%;
        min-width: 100%;
    }
}
.form-block p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 0;
}

.form-block sup {
    color: #F21308;
}
.form-block_full {
    width: 100%;
    min-width: 100%;
}

.form-control {
    display: flex;
    height: 46px;
    padding: var(--spacing-m, 12px) var(--spacing-s, 8px) var(--spacing-m, 12px) var(--spacing-m, 12px);
    align-items: flex-start;
    gap: var(--spacing-s, 8px);
    align-self: stretch;
    border-radius: 8px;
    background: var(--gray, #3E424B);
    border: none;
    color: var(--second_dark, #9A9BA0);
}
.form-control option {
    color: var(--second_dark, #9A9BA0);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

textarea.form-control {
    height: 61px;
}

.checkbox-block {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.form-btn {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
}

.fifteen-screen {
    padding: 72px 0;
    background: #ffffff;
}
@media (max-width: 767px) {
    .fifteen-screen {
        padding: 24px 0;
    }
}

.personality {
    width: 100%;
}
.personality .personality-slider {
    overflow: hidden;
    width: 100%;
}
.personality__item-wrapper {
    background: linear-gradient(to top, #F21308, rgba(242, 19, 8, 0));
    border-radius: 26px;
    padding: 5px;
    width: 100%;
}
.personality__item {
    display: flex;
    padding: 24px 48px;
    align-items: center;
    gap: 48px;
    border-radius: 24px;
    border: 6px solid rgba(242, 19, 8, 0);
    background: #292E37;
    color: #ffffff;
}
@media (max-width: 1279px) {
    .personality__item {
        flex-direction: column;
        padding: 24px 16px;
        gap: 24px;
    }
}
.personality__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 220px;
    min-width: 220px;
}
@media (max-width: 1279px) {
    .personality__info {
        width: 100%;
        max-width: 100%;
        flex-direction: row;
    }
}
@media (max-width: 1279px) {
    .personality__photo {
        width: 125px;
        min-width: 125px;
        height: 125px;
    }
}
.personality__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.personality__name {
    font-family: ClashDisplay-Variable;
    font-size: 27px;
    font-weight: 500;
    line-height: 28px;
}
.personality__geo {
    font-size: 18px;
}
.personality_text {
    font-size: 18px;
}
.personality__image {
    width: 393px;
    min-width: 393px;
}
@media (max-width: 991px) {
    .personality__image {
        width: 100%;
        min-width: 100%;
    }
}

.wpcf7-form-control-wrap {
    position: relative;
    padding-right: 8px;
    padding-top: 2px;
    background: #3e424b;
    border-radius: 8px;
}

.form-block_privacy .wpcf7-form-control-wrap {
    padding: 0;
    background: transparent;
}
