body {
    position: relative;
}
body:before {
    content: '';
    width: 90%;
    height: 90%;
    max-width: 1250px;
    max-height: 1030px;
    background: linear-gradient(273deg, #FFFFFF 0%, #DBEAFE 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.content-first {
    z-index: 2;
    position: relative;
    background-image: url(/assets/img/desk_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 170px;
}
.content {
    width: 100%;
    max-width: 100%;
    min-height: 50vh;
}
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.max-width-1 {
    max-width: 1038px;
}
.margin-left-1 {
    margin-left: 50px;
}
.btn-1 {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    border-radius: 55px;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    padding: 0 24px 0 28px;
    cursor: pointer;
}
.btn-1 img {
    margin-left: 9px;
}
.btn-1:hover {
    background: linear-gradient(180deg, #002FB9 0%, #002FB9 100%);
}
.btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 500;
    line-height: 47px;
    cursor: pointer;
    width: 100%;
}
.btn-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 53px;
    border-radius: 53px;
    background: linear-gradient(180deg, #66DAF4 0%, #19B5D0 100%);
    width: 100%;
    cursor: pointer;
}
.btn-3:hover {
    background: linear-gradient(180deg, #19B5D0 0%, #19B5D0 100%);
}
header {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 20px;
    right: 0;
    width: 100%;
    z-index: 99;
}
header .logo {
    margin-right: auto;
}
header .container {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #DBEAFEB2;
    padding: 16px 14px 16px 48px;
    border-radius: 35px;
    width: calc(100% - 153px);
    max-width: calc(100% - 94px);
}
header .btn-1 {
    min-width: fit-content;
}
header .header-author {
    display: none;
}
.content-container {
    display: inline-flex;
}
.content-container .sidebar {
    position: relative;
    width: 38%;
    padding: 0 40px 0 10px;
    z-index: 2;
}
.content-container .content-block {
    width: 61.5%;
}
.title-1 {
    font-size: 25px;
    color: #A6A6A6;
    margin-bottom: 10px;
}
.title-2 {
    font-size: 50px;
    font-weight: 600;
}
.embla {
    max-width: 100%;
    margin: auto auto auto 0;
    --slide-height: 19rem;
    --slide-spacing: 1rem;
    --slide-size: 50%;
}
.embla__viewport {
    overflow: hidden;
}
.embla__container {
    display: flex;
    gap: 20px;
    padding: 30px 0;
}
.embla__slide {
    flex: 0 0 100%;
}
.embla__buttons {
    display: flex;
    gap: 16px;
}
.embla__buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    background: #F1F9FF;
    border: 0;
    border-radius: 50%;
    margin-left: 16px;
    cursor: pointer;
}
.embla__buttons button:first-child {
    margin-left: 0;
}
.embla__buttons button.embla__button--disabled img {
    opacity: 0.3;
}
div.table[class] {
    height: auto;
    display: table;
    width: 100%;
}
div.tr[class] {
    height: auto;
    display: table-row;
    width: 100%;
}
div.td[class] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
blackout {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
blackout popup {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    margin: auto;
    max-width: 90%;
    height: 90dvh;
    font-size: 18px;
    border-radius: 0;
    box-shadow: 0px 0px 84px 0px rgba(83, 103, 118, 0.3);
}
blackout popup .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
}
blackout popup .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0 0 0 28px;
}
blackout popup .popup-content::-webkit-scrollbar {
    width: 5px;
    background: #000;
}
blackout popup .popup-content::-webkit-scrollbar-thumb {
    background: transparent;
}
.list-1 .li {
    position: relative;
    padding-right: 46px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.list-1 .li:before {
    content: '';
    width: 22px;
    height: 15px;
    background-image: url('/assets/img/check-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
}
footer {
    margin-top: 174px;
}
footer .socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
footer .socials .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    border-radius: 50%;
}
footer .info {
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    border-radius: 35px;
    max-width: 950px;
    padding: 100px 30px 80px;
    margin: 0 auto;
}
footer .info .name {
    font-size: 62px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    max-width: 654px;
    margin: 0 auto 100px;
}
footer .info .text .txt {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
footer .info .text .arrow {
    max-width: 90%;
    margin: 24px auto 0;
}
footer .developer {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 130px 0 60px;
}
footer .developer .li {
    position: relative;
}
footer .developer .li:before {
    content: '';
    width: 1px;
    height: 21px;
    border-left: 1px solid #9CA3AF;
    position: absolute;
    top: 1px;
    left: -32px;
}
footer .developer .li:last-child:before {
    content: none;
}
footer .developer .li, footer .developer .li a {
    font-size: 19px;
    color: #9CA3AF;
}
footer .arrow-mobile {
    display: none;
}
.checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    user-select: none;
    font-size: 14px;
    color: #374151;
}
.checkbox input {
    display: none;
}
.checkbox .checkmark {
    width: 16px;
    height: 16px;
    background: #2563EB;
    border: 0;
    position: relative;
    transition: 0.2s;
}
.checkbox .checkmark::after {
    content: none;
}
.checkbox input:checked + .checkmark:after, .checkbox input:disabled + .checkmark:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 1;
}
.checkbox input:disabled + .checkmark {
    background: #D1D1D1;
}
.checkbox input:checked + .checkmark::after {
    opacity: 1;
}

.checkbox-2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: #374151;
}
.checkbox-2 input {
    display: none;
}
.checkbox-2 .checkmark {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 1.2px;
    position: relative;
    transition: 0.2s;
    margin-left: 24px;
}
.checkbox-2 .checkmark::after {
    content: none;
}
.checkbox-2 input:checked + .checkmark:after, .checkbox-2 input:disabled + .checkmark:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-2 input:checked + .checkmark {
    background: #000;
}
.checkbox-2 a {
    display: contents;
    color: #2563EB;
    text-decoration: underline;
}
.checkbox-2 a {
    display: inline-block;
    position: relative;
    padding-left: 14px;
}
.checkbox-2 a:last-child {
    padding-left: 0;
}
.checkbox-2 a:before {
    content: '';
    width: 1px;
    height: 12px;
    border-right: 2px solid #000;
    position: absolute;
    top: 6px;
    left: 5px;
}
.checkbox-2 a:last-child:before {
    content: none;
}

.form-2 .title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0 40px;
    font-size: 29px;
    color: #fff;
    line-height: 62px;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
    border-radius: 62px;
    margin: 0 auto;
    max-width: 450px;
}
.form-2 .shape {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    box-shadow: 0px 0px 36.46px 0px #DBEAFE80;
    border-radius: 50px;
    padding: 32px 28px 28px;
    position: relative;
    margin: -32px auto 0;
    max-width: 474px;
}

.field-select {
    position: relative;
    overflow: visible!important;
}
.field-select .current {
    border: 0;
    font-size: 24px;
    line-height: 54px;
    padding: 0 20px;
    width: calc(100% - 40px);
    cursor: pointer;
}
.field-select .select-options-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 54px;
    width: calc(100% - 36px);
    list-style: none;
    background: #fff;
    border: 1px solid #D1D5DB;
    padding: 6px 18px;
    max-height: 200px;
    overflow-y: auto;
}
.field-select.open .select-options-list {
    opacity: 1;
    visibility: visible;
}
.field-select .select-options-list li {
    font-size: 20px;
    padding: 8px 0;
    cursor: pointer;
}
.field-select .select-trigger {
    position: absolute;
    top: 21px;
    left: 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.field-select .select-trigger:before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    background-image: url('/assets/img/arrow-select.svg');
    background-repeat: no-repeat;
}
.field-select.open .select-trigger {
    transform: rotate(180deg);
}

.radio-2 {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 18px;
    height: 52px;
    width: calc(100% - 36px);
    border: 2px solid #D1D5DB;
    border-radius: 42px;
    background: #fff;
}
.radio-2:has(input:checked) {
    border-color: #60A5FA;
    background: #EFF6FF;
}
.radio-2 input {
    display: none;
}
.radio-2 .status {
    width: 22px;
    height: 22px;
    border: 2px solid #9CA3AF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.radio-2 input:checked + .status {
    border-color: #3B82F6;
}
.radio-2 input:checked + .status::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #3B82F6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio-2 .txt {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    font-size: 24px;
    color: #1F2937;
}
.radio-2 .txt.icon-1 {
    justify-content: space-between;
}
.section-float-buttons {
    display: none;
}

@media (max-width: 840px) {
    html, body {
        margin: 0!important;
        padding: 0!important;
        min-height: 100dvh;
    }
    body {
        position: fixed;
        width: 100%;
    }
    body:before {
        content: none;
    }
    .content-first {
        padding-top: 0;
        background-image: none;
    }
    .content {
        overflow-y: auto;
        height: 100dvh;
    }
    header {
        top: 0;
    }
    header .container {
        box-shadow: unset;
        padding: 0 16px;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        height: 93px;
        background-color: transparent;
        background-image: url('/assets/img/header-bg-mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    header .btn-phone {
        display: none;
    }
    header .logo {
        position: absolute;
        top: 15px;
        left: 20px;
    }
    header.open-menu .logo {
        z-index: 99999;
    }
    header .logo img {
        height: 37px;
    }
    header .header-author {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }
    header .header-author .photo {
        width: 68px;
        min-width: 68px;
        height: 68px;
        min-height: 68px;
        background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
        border: 3px solid #fff;
        border-radius: 50%;
        overflow: hidden;
    }
    header .header-author .info {
        width: 100%;
    }
    header .header-author .txt-1 {
        font-size: 22px;
        color: #000;
        text-align: center;
    }
    header .header-author .txt-2 {
        font-size: 17px;
        color: #000;
        text-align: center;
    }
    header.scroll .header-author {
        flex-wrap: nowrap;
        top: 13px;
        right: 56px;
        left: unset;
        margin-right: unset;
        transform: unset;
        width: max-content;
    }
    header.scroll .header-author .photo {
        width: 41px;
        min-width: 41px;
        height: 41px;
        min-height: 41px;
    }
    header.scroll .header-author .txt-1 {
        font-size: 17px;
        text-align: right;
    }
    header.scroll .header-author .txt-2 {
        font-size: 14px;
        text-align: right;
    }
    .content-container .sidebar {
        display: none;
    }
    .content-container .content-block {
        width: 100%;
        padding-top: 160px;
    }
    div.td[class] {
        width: auto;
    }
    .margin-left-1 {
        margin-left: 0;
    }
    .title-1 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .title-2 {
        font-size: 25px;
    }
    .embla__container {
        gap: 16px;
        padding: 20px 0;
    }
    blackout popup .popup-content {
        padding: 0;
    }
    blackout popup {
        max-width: calc(100% - 20px);
        max-height: 90dvh;
        border-radius: 25px;
        box-shadow: 0px 0px 25px 0px #DBEAFE80;
        background: #fff;
        overflow: hidden;
    }
    footer {
        margin-top: 60px;
        padding: 80px 0 0 0;
        background-image: url('/assets/img/footer-bg-mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    footer .info {
        background: transparent;
        padding: 40px 16px 34px;
    }
    footer .socials .item {
        width: 52px;
        height: 52px;
        min-width: 52px;
        min-height: 52px;
    }
    footer .socials .item img {
        max-height: 20px;
    }
    footer .info .name {
        font-size: 25px;
        max-width: 250px;
        margin: 0 auto 16px;
    }
    footer .info .text .txt {
        font-size: 20px;
    }
    footer .arrow {
        display: none;
    }
    footer .arrow-mobile {
        display: table;
        margin: 26px auto 0;
    }
    footer .developer .li, footer .developer .li a {
        font-size: 14px;
        color: #fff;
    }
    footer .developer {
        gap: 18px;
        padding: 10px 16px 220px;
    }
    footer .developer .li:before {
        height: 9px;
        border-left: 1px solid #fff;
        top: 3px;
        left: -9px;
    }
    .btn-2 {
        gap: 6px;
        font-size: 13px;
        line-height: 27px;
    }
    .form-2 .shape {
        padding: 32px 18px 28px;
    }
    .form-2 .title {
        gap: 18px;
        padding: 0 25px;
        font-size: 20px;
        line-height: 53px;
    }

    .radio-2 {
        padding: 0 16px;
        height: 48px;
    }
    .radio-2 .txt {
        gap: 12px;
        font-size: 16px;
    }
    .radio-2:nth-child(1) .txt img {
        height: 30px;
    }
    .radio-2:nth-child(2) .txt img, .radio-2:nth-child(3) .txt img {
        height: 17px;
    }
    .radio-2 .status {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
    }
    .radio-2 input:checked + .status::after {
        content: '';
        width: 8px;
        height: 8px;
    }
    .field-select .current {
        font-size: 16px;
        line-height: 48px;
    }
    .field-select .select-trigger:before {
        width: 14px;
        height: 8px;
        background-size: contain;
    }
    .field-select .select-trigger {
        top: 20px;
        left: 12px;
    }
    .checkbox-2 {
        font-size: 14px;
        line-height: 1.2;
    }
    .checkbox-2 .checkmark {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        margin-left: 12px;
    }
    .checkbox-2 input:checked + .checkmark:after, .checkbox-2 input:disabled + .checkmark:after {
        left: 6px;
        top: 2px;
        width: 3px;
        height: 7px;
    }

    .section-float-buttons {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        padding-bottom: env(safe-area-inset-bottom);
        background-image: url('/assets/img/fb-bg-2.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        transform: none!important;
        width: 100vw;
        z-index: 9999999;
    }
    .section-float-buttons.open {
        background-image: url('/assets/img/fb-bg.svg');
    }
    /*.section-float-buttons .list {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    height: 80px;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    gap: 2px;*/
    /*}*/
    .section-float-buttons .item {
        cursor: pointer;
        margin: 0 auto;
    }
    /*.section-float-buttons .item-1 {*/
    /*    transform: translate(0, -2%);*/
    /*}*/
    /*.section-float-buttons .item-2 {*/
    /*    transform: translate(0, -22%);*/
    /*}*/
    /*.section-float-buttons .item-3 {*/
    /*    transform: translate(0, -38%);*/
    /*}*/
    /*.section-float-buttons .item-4 {*/
    /*    transform: translate(0, -44%);*/
    /*}*/
    /*.section-float-buttons .item-5 {*/
    /*    transform: translate(0, -38%);*/
    /*}*/
    /*.section-float-buttons .item-6 {*/
    /*    transform: translate(0, -22%);*/
    /*}*/
    /*.section-float-buttons .item-7 {*/
    /*    transform: translate(0, -2%);*/
    /*}*/
    .section-float-buttons .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 auto;
    }
    .section-float-buttons .item .txt {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #535353;
        text-align: center;
        margin-top: 4px;
        white-space: nowrap;
    }

    .section-float-buttons .float-form {
        display: flex;
        align-items: center;
        box-shadow: 0 0 25px 0 #DBEAFE80;
        background: #fff;
        border-radius: 35px;
        width: fit-content;
        max-height: 43px;
    }
    .section-float-buttons .float-form .field {
        display: flex;
        align-items: center;
        gap: 0 14px;
        padding-right: 25px;
        height: 43px;
        max-height: 43px;
    }
    .section-float-buttons .float-form .field input {
        color: #000;
        font-size: 18px;
        line-height: 43px;
        height: 43px;
        background: transparent;
        border: 0;
        max-width: 112px;
        max-height: 43px;
    }
    .section-float-buttons .float-form .field input::placeholder {
        color: #A6A6A6;
    }
    .section-float-buttons .float-form .btn-1 {
        display: inline-flex;
        font-size: 20px;
        font-weight: 500;
        line-height: 43px;
        height: 43px;
        padding: 0 24px;
        white-space: nowrap;
    }
    .section-float-buttons .float-form-block {
        display: none;
        justify-content: center;
        padding: 32px 0 46px;
    }
    .section-float-buttons.open .float-form-block {
        display: flex;
    }

    .arc-carousel {
        width: 100%;
        height: 78px;
        max-width: 420px;
        margin: 0 auto;
    }
    .section-float-buttons.open .arc-carousel {
        height: auto;
    }
    .arc-carousel .embla__viewport {
        overflow: inherit;
        height: 90px;
    }
    .arc-carousel .embla__container {
        display: flex;
        align-items: flex-end;
        height: 100px;
    }
    .arc-carousel .embla__slide {
        flex: 0 0 68px;
        margin-inline: -12px;
        min-width: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .arc-carousel .item {
        --r: 90px;
        width: 64px;
        transform-origin: center center;
        will-change: transform;
        text-align: center;
    }
    .checkbox-2 a:before {
        top: 2px;
    }




    blackout popup .close {
        top: 4px;
        left: 4px;
    }
    blackout popup .close img {
        width: 16px;
    }
    .video-popup popup {
        height: 500px;
    }
}
@media (max-width: 430px) {
    .arc-carousel .embla__slide {
        flex: 0 0 64px;
    }
}
@media (max-width: 414px) {
    .arc-carousel .embla__slide {
        flex: 0 0 62px;
    }
}
@media (max-width: 390px) {
    footer .developer .li, footer .developer .li a {
        font-size: 13px;
    }
    .arc-carousel .embla__slide {
        flex: 0 0 58px;
    }
}
@media (max-width: 375px) {
    .checkbox-2 {
        font-size: 13px;
    }
    .arc-carousel .embla__slide {
        flex: 0 0 56px;
    }
}
@media (max-width: 360px) {
    .arc-carousel .embla__slide {
        flex: 0 0 53px;
    }
}
