:root {
    --accent-blue: #007AFF;
    --accent-blue-hover: #004FCD;
    --bg-color-white: #fff;
    --bg-color-grey: #f5f7f9;
    --font-size-body: 16px;
    --font-family-base: "Gilroy", Arial, Helvetica, sans-serif;
    --text-dark-color: #232526;
    --text-grey-color: #646667;
    --text-white-color: #fff;
    --accent-light-blue: #ddefff;
    --br-btn: 8px;
    --br-base: 16px;
    --br-blocks: 24px;
    --br-section: 32px;
    --container-padding: 64px;
    --section-offset: 140px
}

@media (max-width: 1450px) {
    :root {
        --section-offset: 120px
    }
}

@media (max-width: 1290px) {
    :root {
        --section-offset: 100px
    }
}

@media (max-width: 1030px) {
    :root {
        --section-offset: 80px
    }
}

@media (max-width: 580px) {
    :root {
        --section-offset: 60px
    }
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "tnum" on, "lnum" on, "ordn" on
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "tnum" on, "lnum" on, "ordn" on
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: local("Gilroy"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

a, a:visited {
    color: inherit;
    text-decoration: none
}

html, body {
    scrollbar-gutter: stable
}

.page {
    background-color: var(--bg-color-grey);
    font-family: var(--font-family-base);
    font-size: var(--font-size-body);
    color: var(--text-dark-color);
    min-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: clip;
    position: relative
}

.main {
    flex-shrink: 1;
}

@media (max-width: 580px) {
    .main {
        padding-top: 76px
    }
}

.container {
    max-width: calc(1600px + var(--container-padding) * 2);
    width: 100%;
    padding-inline: var(--container-padding);
    margin-inline: auto
}

@media (max-width: 1685px) {
    .container {
        max-width: calc(1440px + var(--container-padding) * 2)
    }
}

@media (max-width: 1450px) {
    .container {
        max-width: calc(1200px + var(--container-padding) * 2)
    }
}

@media (max-width: 1290px) {
    .container {
        max-width: calc(1100px + var(--container-padding) * 2)
    }
}

@media (max-width: 1030px) {
    .container {
        --container-padding: 32px;
        max-width: calc(890px + var(--container-padding) * 2)
    }
}

@media (max-width: 780px) {
    .container {
        max-width: calc(684px + var(--container-padding) * 2)
    }
}

@media (max-width: 580px) {
    .container {
        --container-padding: 16px;
        width: 100%
    }
}

.visually-hidden {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    white-space: nowrap !important;
    -webkit-clip-path: inset(100%) !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important
}

@media screen and (min-width: 1031px) {
    .visible-mobile {
        display: none !important
    }
}

@media screen and (max-width: 1030px) {
    .hidden-mobile {
        display: none !important
    }
}

.title {
    width: 70%;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 48px
}

@media screen and (min-width: 1921px) {
    .title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 64px
    }
}

@media (max-width: 1030px) {
    .title {
        margin-bottom: 32px
    }
}

@media (max-width: 780px) {
    .title {
        font-size: 32px;
        margin-bottom: 24px
    }
}

@media (max-width: 580px) {
    .title {
        width: 100%;
        font-size: 28px
    }
}

@media (max-width: 460px) {
    .title {
        font-size: 24px
    }
}

.btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 16px 32px;
    border: none;
    border-radius: var(--br-btn);
    background-color: #da0000;
    color: var(--text-white-color);
    cursor: pointer;
    transition: all .2s linear
}

@media (hover: hover) {
    .btn:hover {
        opacity: .8
    }
}

@media (hover: none) {
    .btn:active {
        opacity: .8
    }
}

.stop-scroll {
    overflow-y: hidden
}

*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:where(ul,ol):where([class]) {
    padding-left: 0
}

body, :where(blockquote,figure):where([class]) {
    margin: 0
}

:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none
}

:where(ul[class]) {
    list-style: none
}

:where(address[class]) {
    font-style: normal
}

p {
    --paragraphMarginBottom: 24px;
    margin-block: 0
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom)
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

input, textarea, select, button {
    font: inherit;
    outline: none
}

html {
    height: 100%
}

html, :has(:target) {
    scroll-behavior: smooth
}

body {
    min-height: 100%;
    height: 100%;
    line-height: 1.5
}

svg *[fill] {
    fill: currentColor
}

svg *[stroke] {
    stroke: currentColor
}

svg * {
    transition-property: fill, stroke
}

@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.modal-wrapper {
    width: 36%;
    padding: 50px 40px 40px;
    background-color: #fff;
    border-radius: var(--br-blocks)
}

@media (max-width: 1450px) {
    .modal-wrapper {
        width: 46%
    }
}

@media screen and (max-width: 1024px) {
    .modal-wrapper {
        width: 80%;
        padding: 24px
    }
}

@media screen and (max-width: 480px) {
    .modal-wrapper {
        width: 90%;
        border-radius: 12px
    }
}

.modal-wrapper--success {
    width: 25%
}

@media screen and (max-width: 1440px) {
    .modal-wrapper--success {
        width: 35%
    }
}

@media screen and (max-width: 1024px) {
    .modal-wrapper--success {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .modal-wrapper--success {
        width: 75%
    }
}

@media screen and (max-width: 768px) {
    .modal-wrapper--success {
        width: 90%
    }
}

.modal-wrapper--success .modal-body {
    text-align: center
}

.modal-wrapper--success .modal-body img {
    margin-top: 48px
}

.modal-wrapper--success .modal-body h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1px;
    letter-spacing: 0px;
    margin: 72px 0 32px
}

@media screen and (max-width: 768px) {
    .modal-wrapper--success .modal-body h4 {
        font-size: 20px;
        margin: 32px 0 16px
    }
}

.modal-head {
    position: relative
}

@media screen and (max-width: 768px) {
    .modal-head {
        padding-top: 2vh
    }
}

.modal-head-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 2.5vw
}

@media (max-width: 1450px) {
    .modal-head-title {
        font-size: 32px
    }
}

@media (max-width: 1290px) {
    .modal-head-title {
        font-size: 28px
    }
}

@media (max-width: 1030px) {
    .modal-head-title {
        font-size: 24px;
        margin-bottom: 6vw
    }
}

@media screen and (max-width: 480px) {
    .modal-head-title {
        font-size: 20px
    }
}

.modal-head button {
    position: absolute;
    top: -10%;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

.modal-body label {
    color: #fff;
    margin-bottom: 8px;
    height: 74px
}

.modal-body .checkbox {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 24px
}

.modal-body .checkbox .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal-body .checkbox .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.modal-body .checkbox .custom-checkbox input:focus ~ label, .modal-body .checkbox .custom-checkbox input:not(:placeholder-shown) ~ label {
    transition: .4s
}

@media screen and (max-width: 480px) {
    .modal-body .checkbox .custom-checkbox input:focus ~ label, .modal-body .checkbox .custom-checkbox input:not(:placeholder-shown) ~ label {
        opacity: 1
    }
}

@media screen and (max-width: 480px) {
    .modal-body .checkbox .custom-checkbox input:focus::placeholder {
        opacity: 0
    }
}

@media screen and (max-width: 1024px) {
    .modal-body .checkbox .custom-checkbox input:not(:placeholder-shown) {
        padding: 18px 12px 6px
    }
}

@media screen and (max-width: 480px) {
    .modal-body .checkbox .custom-checkbox input:not(:placeholder-shown) {
        padding: 6.1% 2.8% 2.4%
    }
}

.modal-body .checkbox .custom-checkbox input:checked ~ .checkmark {
    background-color: var(--accent-blue)
}

.modal-body .checkbox .custom-checkbox input:checked ~ .checkmark:after {
    display: block
}

.modal-body .checkbox .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin-right: 16px;
    border: 1px solid #d1d2d3;
    border-radius: 3px
}

.modal-body .checkbox .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

@media screen and (max-width: 480px) {
    .modal-body .checkbox {
        margin-bottom: 5vw
    }
}

.modal-body .checkbox-policy {
    text-decoration: underline;
    color: var(--text-grey-color)
}

.modal-body .checkbox #policy {
    width: 24px;
    height: 24px;
    margin-right: 16px
}

@media screen and (max-width: 480px) {
    .modal-body .checkbox #policy {
        width: 5vw;
        height: 5vw;
        margin-right: 3.75vw
    }
}

.modal-body .checkbox label {
    color: #fff;
    margin-bottom: 16px
}

.modal-body-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 6px;
}

.modal-body-item:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (max-width: 480px) {
    .modal-body-item {
        margin-bottom: 16px
    }
}

.modal-body form {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.modal-body form .input {
    display: block;
    width: 100%;
    background-color: var(--bg-color-grey)
}

.quiz-step .input {
    background-color: var(--bg-color-grey)
}

.modal-body form p {
    margin-bottom: 24px
}

.modal-body form button {
    margin-top: 16px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 14px 28px;
    border: none;
    border-radius: var(--br-btn);
    background: linear-gradient(100deg, rgba(36, 36, 36, 0.05), rgba(36, 36, 36, 0.05)), linear-gradient(150deg, #d02bd9 21.27%, #bf22e1 35.14%, #ae1ae8 77.02%);
    color: #fff;
    cursor: pointer;
    transition: all .2s linear
}


/*quiz*/
.quiz-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.quiz-step {
    display: none;
    flex-direction: column;
    gap: 12px;
    animation: fadeIn 0.3s ease forwards;
}

.quiz-step.active {
    display: flex;
}

.quiz-step p {
    font-size: 18px;
    font-weight: 600;
}

.quiz-step button {
    padding: 12px 20px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.quiz-step button:hover {
    background-color: #e0e0e0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*quiz*/


.open {
    visibility: visible;
    opacity: 1
}

.input_type_error {
    border: 1px solid #bf22e1 !important
}

.input-error {
    width: 100%;
    opacity: 0;
    font-size: 9px;
    color: #bf22e1
}

.input-error_active {
    opacity: 1
}

.empty-error {
    font-size: 9px;
    color: #bf22e1;
    height: 13px
}

.btn_inactive {
    opacity: .5;
    cursor: not-allowed
}

.header {
    width: 100%;
    padding-block: 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--bg-color-white);
    backdrop-filter: blur(10px);
    background-color: transparent;
}

@media (max-width: 580px) {
    .header {
        padding-block: 12px
    }
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__menu-left {
    display: flex;
    align-items: center;
    column-gap: 40px
}

.header__logo {
    width: 144px;
    height: 54px
}

.header__menu-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw
}

.header__contacts {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

/*@media (max-width: 580px) {*/
/*    .header__contacts {*/
/*        display: none*/
/*    }*/
/*}*/

.header__contacts a {
    color: var(--accent-blue)
}

@media (max-width: 1030px) {
    .header__nav {
        display: none
    }
}

.header__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw
}

.header__nav-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px
}

@media (hover: hover) {
    .header__nav-item a:hover {
        color: var(--accent-blue);
        transition: .3s
    }
}

@media (hover: none) {
    .header__nav-item a:active {
        color: var(--accent-blue);
        transition: .3s
    }
}

.header__btn-login {
    padding: 10px 30px
}

.header__burger-menu-wrapper {
    display: none;
    position: relative;
    width: 36px;
    height: 36px;
    background-color: var(--accent-blue);
    border-radius: var(--br-btn)
}

@media (max-width: 1030px) {
    .header__burger-menu-wrapper {
        display: block
    }
}

@media (hover: hover) {
    .header__burger-menu-wrapper:hover {
        background-color: var(--bg-color-grey)
    }
}

@media (hover: none) {
    .header__burger-menu-wrapper:active {
        background-color: var(--bg-color-grey)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(218, 0, 0, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(218, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(218, 0, 0, 0);
    }
}

.btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
    border: none;
    border-radius: var(--br-btn);
    background-color: #da0000;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear;

    animation: pulse 2s infinite;
}

.intro {
    /*background-color: #fff;*/
    /*border-radius: 0 0 var(--br-section) var(--br-section);*/
    background-image: url("../images/main-bg.png");
    /*background-repeat: no-repeat;*/
    /*background-position: right -106% top 10%;*/
    /*background-size: 70%*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

.intro .container {
    display: flex;
    padding-top: 90px;
}

.intro__img {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.rocket {
    width: clamp(200px, 35vw, 480px);
    height: auto;
    z-index: 2;
}

.rocket-ball {
    position: absolute;
    transition: transform 0.2s ease;
    will-change: transform;
    pointer-events: none;
    opacity: 0.9;
}

.ball1 {
    width: 50px;
    top: calc(45%);
    left: calc(5%);
    z-index: 1;
    filter: blur(4px);
}

.ball2 {
    width: 70px;
    top: calc(10%);
    right: calc(50%);
    z-index: 1;
}

.ball3 {
    width: 100px;
    top: calc(80%);
    left: calc(70%);
    z-index: 0;
}

@media (max-width: 580px) {
    .intro .container {
        padding-inline: 32px 20px
    }

    .ball1 {
        width: 40px;
    }

    .ball2 {
        width: 50px;
    }

    .ball3 {
        width: 70px;
    }
}

.intro__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 32px;
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 600px;
}

@media (max-width: 580px) {
    .intro__body {
        padding-bottom: 30px;
        row-gap: 24px
    }
}

.intro__content {
    padding-top: 100px;
    /*max-width: 65%*/
}

@media (max-width: 1450px) {
    .intro__content {
        padding-top: 80px
    }
}

@media (max-width: 1030px) {
    .intro__content {
        padding-top: 2vw;
    }
}

@media (max-width: 580px) {
    .intro__content {
        padding-top: 7vw;
        max-width: 100%
    }
}

.intro__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
    width: 100%;
    color: #494b7d;
    font-weight: 700;
}

@media (max-width: 1290px) {
    .intro__title {
        font-size: 36px;
        margin-bottom: 24px
    }
}

@media (max-width: 1030px) {
    .intro__title {
        font-size: 32px
    }
}

@media (max-width: 580px) {
    .intro__title {
        font-size: 26px;
        margin-bottom: 8px
    }
}

.intro__title strong {
    color: var(--accent-blue)
}

.intro__subtitle {
    color: #514baa;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 32px
}

@media (max-width: 1030px) {
    .intro__subtitle {
        max-width: 65%;
        font-size: 16px
    }
}

@media (max-width: 580px) {
    .intro__subtitle {
        max-width: 95%;
        font-size: 14px
    }
}

.intro__btn-wrapper {
    font-size: 18px;
    position: relative;
    max-width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px
}

@media (max-width: 1290px) {
    .intro__btn-wrapper {
        max-width: 90%
    }

    .intro__body {
        max-width: 50%;
    }
}

@media (max-width: 1030px) {
    .intro__btn-wrapper {
        flex-direction: column;
        max-width: 75%;
        align-items: flex-start
    }

    .intro .container {
        flex-direction: column;
        align-items: center;
    }

    .intro__body {
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .intro__btn-wrapper {
        max-width: 100%
    }
}

.intro__btn-wrapper p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    color: var(--text-grey-color)
}

@media (max-width: 1030px) {
    .intro__btn-wrapper p {
        max-width: 80%;
        font-size: 12px
    }
}

@media (max-width: 580px) {
    .intro__btn-wrapper p {
        max-width: 100%
    }
}

.intro__btn {
    flex-shrink: 0;
    padding: 20px 28px
}

@media (max-width: 580px) {
    .intro__btn {
        font-size: 16px;
        width: 100%
    }
}

.intro__btn-subtext {
    margin-top: 5px;
    margin-left: 5px
}

.intro__btn-subtext span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    color: var(--text-grey-color)
}

.intro__list {
    max-width: 47%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

@media (max-width: 1290px) {
    .intro__list {
        max-width: 100%
    }
}

.intro__list-item {
    padding: 10px;
    background-color: var(--bg-color-grey);
    border-radius: var(--br-base);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 12px
}

@media (max-width: 580px) {
    .intro__list-item {
        justify-content: flex-start
    }
}

.intro__list-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center
}

@media (max-width: 580px) {
    .intro__list-item img {
        width: 40px;
        height: 40px
    }
}

.intro__list-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 580px) {
    .intro__list-item p {
        font-size: 14px
    }
}

.line-logo {
    margin-block: 80px;
    overflow: hidden
}

@media (max-width: 1030px) {
    .line-logo {
        margin-block: 40px
    }
}

@media (max-width: 580px) {
    .line-logo {
        margin-block: 20px 16px
    }
}

.line-logo__list {
    display: grid;
    grid-template-columns:1fr 1.2fr 1.5fr 1.2fr;
    grid-template-rows:55px
}

@media (max-width: 1030px) {
    .line-logo__list {
        column-gap: 24px;
        grid-template-rows:30px
    }
}

@media (max-width: 580px) {
    .line-logo__list {
        display: flex;
        animation: scroll 20s linear infinite
    }
}

.line-logo__item {
    padding: 12px 0 10px;
    text-align: center;
    border-right: 1px solid #d0d1d2
}

@media (max-width: 1030px) {
    .line-logo__item {
        padding: 0;
        align-self: center
    }
}

@media (max-width: 580px) {
    .line-logo__item {
        flex-shrink: 0;
        margin-right: 40px;
        border: none;
        align-self: center
    }
}

.line-logo__item:last-child {
    border-right: none
}

.line-logo__item img {
    height: 35px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: .7
}

@media (max-width: 1030px) {
    .line-logo__item img {
        height: 20px
    }
}

@media (max-width: 580px) {
    .line-logo__item img {
        height: 35px
    }
}

.line-logo__item svg {
    filter: grayscale(1);
    opacity: .7
}

.w-b {
    padding-top: 0
}

.w-b svg {
    color: #c800a1;
    height: 55px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto
}

@media (max-width: 1030px) {
    .w-b svg {
        height: 35px
    }
}

@media (max-width: 580px) {
    .w-b svg {
        height: 60px
    }
}

@keyframes scroll {
    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.why-operator {
    position: relative;
    margin-bottom: var(--section-offset)
}

.why-operator__content {
    position: relative;
    padding: 4vw 4vw 8vw;
    background-color: #fff;
    border-radius: var(--br-blocks);
    box-shadow: 0 1px 10px rgba(35, 37, 38, .0196078431);
    overflow: hidden;
    background-image: url("../images/personal-back.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain
}

@media (max-width: 1290px) {
    .why-operator__content {
        background-position: 115% center
    }
}

@media (max-width: 1030px) {
    .why-operator__content {
        background-position: 150% center
    }
}

@media (max-width: 780px) {
    .why-operator__content {
        background-position: right -23% bottom -30%;
        background-size: 33%
    }
}

@media (max-width: 580px) {
    .why-operator__content {
        padding: 6vw 6vw 180px;
        background-image: url("../images/personal-back-mob.svg");
        background-position: right bottom;
        background-size: 100%
    }
}

@media (max-width: 1030px) {
    .why-operator__title {
        width: 90%
    }
}

@media (max-width: 580px) {
    .why-operator__title {
        width: 100%
    }
}

.why-operator__list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    align-content: center;
    justify-content: center;
    -moz-gap: 60px;
    gap: 60px;
    width: 60%
}

@media (max-width: 1290px) {
    .why-operator__list {
        gap: 40px;
        width: 66%
    }
}

@media (max-width: 1030px) {
    .why-operator__list {
        gap: 20px 24px
    }
}

@media (max-width: 780px) {
    .why-operator__list {
        width: 97%
    }
}

@media (max-width: 580px) {
    .why-operator__list {
        grid-template-columns:1fr;
        width: 100%
    }
}

.why-operator__item {
    display: flex;
    gap: 24px
}

.why-operator__item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px
}

.why-operator__content-pic {
    position: absolute;
    right: 1%;
    bottom: 0
}

@media (max-width: 1290px) {
    .why-operator__content-pic {
        right: -9%
    }
}

@media (max-width: 1030px) {
    .why-operator__content-pic {
        right: -21%
    }
}

@media (max-width: 780px) {
    .why-operator__content-pic {
        right: -42%;
        bottom: -10%
    }
}

@media (max-width: 580px) {
    .why-operator__content-pic {
        right: 30%;
        bottom: -1%
    }
}

.why-operator__content-pic img {
    max-width: 80%;
    width: 100%;
    height: auto
}

@media (max-width: 1290px) {
    .why-operator__content-pic img {
        max-width: 70%
    }
}

@media (max-width: 1030px) {
    .why-operator__content-pic img {
        max-width: 60%
    }
}

@media (max-width: 780px) {
    .why-operator__content-pic img {
        max-width: 30%
    }
}

@media (max-width: 580px) {
    .why-operator__content-pic img {
        max-width: 88%
    }
}

.heading-services {
    margin-bottom: var(--section-offset)
}

.heading-services__wrapper {
    border-radius: var(--br-base);
    padding: 100px 0;
    background-color: var(--accent-blue);
    color: #fff;
    background-image: url("../images/Vector.svg");
    background-repeat: no-repeat;
    background-position: right top
}

@media (max-width: 1030px) {
    .heading-services__wrapper {
        padding-block: 80px
    }
}

@media (max-width: 780px) {
    .heading-services__wrapper {
        padding: 60px 20px
    }
}

.heading-services__title {
    text-align: center;
    margin: 0 auto 24px
}

@media (max-width: 1290px) {
    .heading-services__title {
        width: 90%
    }
}

@media (max-width: 780px) {
    .heading-services__title {
        width: 100%;
        text-align: left;
        padding-right: 20px
    }
}

@media (max-width: 580px) {
    .heading-services__title {
        font-size: 24px;
        width: 100%;
        padding-right: 0
    }
}

.heading-services__subtitle {
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    text-align: center;
    max-width: 60%
}

@media (max-width: 780px) {
    .heading-services__subtitle {
        font-size: 18px;
        max-width: 100%;
        text-align: left;
        margin: 0;
        margin-right: auto
    }
}

.services {
    margin-bottom: var(--section-offset)
}

.services__wrapper-list:not(:first-child) {
    padding-top: 100px
}

.services__heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.services__content-title {
    text-align: center;
    margin: 0 auto 48px
}

@media (max-width: 780px) {
    .services__content-title {
        margin-bottom: 24px
    }
}

.services__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: minmax(150px, 1fr);
    grid-auto-flow: row;
    gap: 32px
}

@media (max-width: 1290px) {
    .services__list {
        gap: 16px
    }
}

@media (max-width: 1030px) {
    .services__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.services__list-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: var(--br-base);
    box-shadow: 0 1px 10px rgba(35, 37, 38, .0196078431)
}

.services__list-item p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 24px
}

@media (max-width: 580px) {
    .services__list-item p {
        font-size: 16px;
        padding: 16px
    }
}

.services__list-item img {
    width: 40px;
    height: 40px
}

@media (max-width: 1030px) {
    .services__list-item img {
        width: 24px;
        height: 24px
    }
}

.services__text li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    margin-left: 40px
}

.services__additional-wrapper {
    display: flex;
    gap: 40px;
    margin: 0 auto;
    width: 85%
}

@media (max-width: 1290px) {
    .services__additional-wrapper {
        width: 100%;
        gap: 24px
    }
}

@media (max-width: 1030px) {
    .services__additional-wrapper {
        width: 70%;
        flex-direction: column
    }
}

@media (max-width: 780px) {
    .services__additional-wrapper {
        width: 90%;
        flex-direction: column
    }
}

@media (max-width: 580px) {
    .services__additional-wrapper {
        width: 100%;
        flex-direction: column
    }
}

.services__additional-card {
    position: relative;
    width: 50%;
    background-color: #fff;
    border-radius: var(--br-base);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px
}

@media (max-width: 1290px) {
    .services__additional-card {
        padding: 20px 20px 30px
    }
}

@media (max-width: 1030px) {
    .services__additional-card {
        width: 100%
    }
}

.services__additional-heading {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.services__additional-heading h4 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px
}

.services__additional .services__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 0
}

.services__additional .services__list-item {
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 0;
    gap: 16px
}

.services__additional .services__list-item p {
    text-align: left;
    color: var(--text-dark-color);
    padding: 0;
    font-weight: 400
}

.services__btn-wrapper {
    margin: 0 10px;
    display: flex;
    gap: 20px
}

.services__additional-img {
    width: 100%;
    height: 165px;
    border-radius: var(--br-base);
    object-fit: cover;
    object-position: center;
    margin-bottom: 16px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 21, 21, .8);
    border-radius: var(--br-base);
    display: flex;
    align-items: center;
    justify-content: center
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-1 {
    background-image: image-set(url("../images/services/bg1.webp") type("image/webp"), url("../images/services/bg1.jpg") type("image/jpg"), url("../images/services/bg1.jpg"))
}

.bg-2 {
    background-image: image-set(url("../images/services/bg2.webp") type("image/webp"), url("../images/services/bg2.png") type("image/png"), url("../images/services/bg2.png"));
    background-position: center top 70%
}

.bg-3 {
    background-image: image-set(url("../images/services/bg3.webp") type("image/webp"), url("../images/services/bg3.jpg") type("image/jpg"), url("../images/services/bg3.jpg"));
    background-position: center top 70%
}

@media (max-width: 1030px) {
    .bg-3 {
        grid-column: span 2
    }
}

.bg-4 {
    background-image: image-set(url("../images/services/bg4.webp") type("image/webp"), url("../images/services/bg4.jpg") type("image/jpg"), url("../images/services/bg4.jpg"))
}

.bg-5 {
    background-image: image-set(url("../images/services/bg5.webp") type("image/webp"), url("../images/services/bg5.jpg") type("image/jpg"), url("../images/services/bg5.jpg"));
    background-position: bottom
}

.bg-6 {
    background-image: image-set(url("../images/services/bg6.webp") type("image/webp"), url("../images/services/bg6.png") type("image/png"))
}

.bg-7 {
    background-image: image-set(url("../images/services/bg7.webp") type("image/webp"), url("../images/services/bg7.jpg") type("image/jpg"))
}

.bg-8 {
    background-image: image-set(url("../images/services/bg8.webp") type("image/webp"), url("../images/services/bg8.jpg") type("image/jpg"))
}

.bg-9 {
    background-image: image-set(url("../images/services/bg9.webp") type("image/webp"), url("../images/services/bg9.jpg") type("image/jpg"))
}

.banner-consultation {
    position: relative;
    padding-bottom: 100px
}

.banner-consultation__content {
    display: flex;
    align-items: end;
    max-width: 1440px;
    height: 31.625vw;
    margin: 0 auto;
    background-color: #fafbfc;
    border: 1px solid #eff1f3;
    border-radius: var(--br-blocks);
    box-shadow: none;
    background-image: url("../images/content/calculation-back.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 45%
}

.banner-consultation__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    margin-left: 3.5vw;
    padding-block: 6vw 4vw;
    max-width: 60%
}

.banner-consultation__text h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    margin-bottom: 12px
}

.banner-consultation__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    max-width: 500px;
    color: var(--text-grey-color)
}

.banner-consultation__bottom p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    max-width: 500px;
    color: var(--text-grey-color);
    margin-bottom: 16px
}

.banner-consultation__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.banner-consultation__social-list {
    display: flex;
    gap: 8px
}

.banner-consultation__social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--accent-blue)
}

.banner-consultation__social-item:last-child {
    background-color: #25d366
}

.banner-consultation__social-item:last-child img {
    width: 50%
}

.banner-consultation__social-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.banner-consultation__social-item img {
    width: 40%
}

.banner-consultation__btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 14px 28px;
    border: none;
    border-radius: var(--br-btn);
    background-color: var(--accent-blue);
    color: #fff;
    cursor: pointer;
    transition: all .2s linear
}

.banner-consultation__chip {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    position: absolute;
    top: -3vw;
    left: 240px;
    padding: 17px 25px;
    background-color: var(--accent-blue);
    color: #fff;
    border-radius: var(--br-base);
    transform: rotate(-3.5deg)
}

.about-us {
    margin-bottom: var(--section-offset);
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-us__heading {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 580px) {
    .about-us__heading {
        flex-direction: column
    }
}

@media (max-width: 580px) {
    .about-us__title {
        margin-bottom: 8px
    }
}

.about-us__slider {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

.about-us__slider-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-template-rows:min-content
}

.about-us__slide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 24px;
    padding: 20px;
    background-color: #fff;
    border-radius: var(--br-blocks)
}

.about-us__slide-img {
    width: 100%;
    height: 45%
}

@media (max-width: 580px) {
    .about-us__slide-img {
        height: 25%
    }
}

.about-us__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--br-base)
}

.about-us__bottom {
    width: 100%;
    background-color: var(--accent-blue);
    border-radius: var(--br-blocks);
    color: #fff
}

.about-us__list {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 48px;
    margin: 0 auto;
    padding: 30px 40px
}

@media (max-width: 1290px) {
    .about-us__list {
        gap: 24px
    }
}

@media (max-width: 1030px) {
    .about-us__list {
        gap: 8px;
        padding: 20px
    }
}

@media screen and (max-width: 860px) {
    .about-us__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 420px) {
    .about-us__list {
        padding: 10px
    }
}

.about-us__list-item {
    display: flex;
    flex-direction: column;
    background: radial-gradient(134.13% 258.83% at -20.8% -18.87%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.16) 100%);
    font-size: 16px;
    border-radius: var(--br-base);
    padding: 20px 30px
}

@media (max-width: 1030px) {
    .about-us__list-item {
        padding: 16px
    }
}

@media screen and (max-width: 860px) {
    .about-us__list-item {
        flex-grow: 1
    }
}

.about-us__list-item strong {
    font-size: 80px;
    font-weight: 600;
    line-height: 1
}

@media (max-width: 1030px) {
    .about-us__list-item strong {
        font-size: 64px
    }
}

.about-us__list-item span {
    font-size: 14px;
    margin-bottom: 8px
}

@media (max-width: 1030px) {
    .about-us__list-item span {
        font-size: 12px
    }
}

@media (max-width: 1030px) {
    .about-us__list-item p {
        font-size: 14px
    }
}

.about-us__btn-wrapper {
    margin: 0 10px;
    display: flex;
    gap: 20px
}

@media (max-width: 580px) {
    .about-us__btn-wrapper {
        align-self: flex-end;
        margin-bottom: 16px
    }
}

.about-us__prev, .about-us__next {
    background: var(--bg-color-white);
    border-radius: var(--br-btn);
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
    color: var(--text-dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer
}

.about-us__prev svg, .about-us__next svg {
    width: 2rem
}

.photo-gallery {
    margin-bottom: var(--section-offset)
}

.photo-gallery__slider {
    overflow: hidden
}

.photo-gallery__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(150px, 200px);
    grid-auto-flow: dense row;
    gap: 16px
}

@media (max-width: 580px) {
    .photo-gallery__wrapper {
        grid-template-columns:1fr;
        grid-template-rows:180px;
        grid-auto-flow: row;
        grid-auto-rows: 180px
    }
}

.photo-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--br-base)
}

.photo-5 {
    grid-column: span 2
}

@media (max-width: 580px) {
    .photo-5 {
        grid-column: span 1
    }
}

.photo-9 {
    grid-row: span 2
}

@media (max-width: 580px) {
    .photo-9 {
        grid-row: span 1
    }
}

.photo-10 {
    grid-row: span 2
}

@media (max-width: 580px) {
    .photo-10 {
        grid-row: span 1
    }
}

.our-benefit {
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
    padding: 100px 0;
    background-color: var(--bg-color-white);
    border-radius: var(--br-section)
}

@media (max-width: 1030px) {
    .our-benefit {
        padding-block: 80px
    }
}

@media (max-width: 580px) {
    .our-benefit {
        padding-block: 40px
    }
}

.our-benefit__list {
    display: grid;
    grid-template-columns:1fr 1.1fr 1.4fr;
    gap: 32px
}

@media (max-width: 1450px) {
    .our-benefit__list {
        grid-template-columns:1fr 1.1fr 1.7fr;
        gap: 16px
    }
}

@media screen and (max-width: 1200px) {
    .our-benefit__list {
        grid-template-columns:1fr 1fr;
        gap: 16px
    }
}

@media screen and (max-width: 600px) {
    .our-benefit__list {
        display: flex;
        flex-direction: column
    }
}

.our-benefit__item {
    height: auto;
    padding: 16px 32px 20px;
    background-color: var(--bg-color-grey);
    border-radius: var(--br-blocks)
}

@media (max-width: 1030px) {
    .our-benefit__item {
        padding: 16px 24px 20px
    }
}

@media screen and (max-width: 600px) {
    .our-benefit__item {
        display: grid;
        grid-template-columns:1fr 3fr;
        gap: 8px 16px
    }

    .our-benefit__item .our-benefit__item-img {
        align-self: center;
        grid-row: span 2
    }
}

@media screen and (max-width: 600px)and (max-width: 460px) {
    .our-benefit__item .our-benefit__item-img {
        align-self: flex-start
    }
}

@media (max-width: 460px) {
    .our-benefit__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.our-benefit__item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 8px 0
}

@media screen and (max-width: 600px) {
    .our-benefit__item h3 {
        font-size: 20px;
        margin: 0
    }
}

.our-benefit__item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    color: var(--text-grey-color)
}

.our-benefit__item-img {
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 460px) {
    .our-benefit__item-img {
        width: 100px;
        height: 100px
    }
}

@media (max-width: 1030px) {
    .grid-column {
        grid-column: span 2;
        display: grid;
        grid-template-columns:1fr 3fr;
        gap: 16px
    }

    .grid-column .our-benefit__item-img {
        align-self: center;
        grid-row: span 2
    }
}

@media (max-width: 1030px)and (max-width: 460px) {
    .grid-column .our-benefit__item-img {
        align-self: flex-start
    }
}

@media (max-width: 460px) {
    .grid-column {
        display: flex;
        flex-direction: column
    }
}

.heading-delivery {
    padding-block: 140px;
    background-color: var(--accent-blue);
    color: #fff;
    background-image: url("../images/vector-3.svg");
    background-repeat: no-repeat;
    background-position: left top
}

@media (max-width: 1030px) {
    .heading-delivery {
        padding-block: 120px
    }
}

@media (max-width: 580px) {
    .heading-delivery {
        padding-block: 90px
    }
}

.heading-delivery__title {
    max-width: 75%;
    text-align: center;
    margin: 0 auto 32px
}

@media (max-width: 1290px) {
    .heading-delivery__title {
        max-width: 90%;
        width: 100%;
        margin: 0 auto 16px
    }
}

@media (max-width: 780px) {
    .heading-delivery__title {
        font-size: 24px;
        max-width: 100%;
        text-align: left;
        margin: 0 0 16px
    }
}

.heading-delivery__subtitle {
    max-width: 45%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
    margin: 0 auto
}

@media (max-width: 1290px) {
    .heading-delivery__subtitle {
        max-width: 70%
    }
}

@media (max-width: 780px) {
    .heading-delivery__subtitle {
        font-size: 16px;
        max-width: 100%;
        text-align: left;
        margin: 0
    }
}

.delivery {
    margin-top: -30px;
    padding-block: var(--section-offset);
    background-color: #fff;
    border-top-left-radius: var(--br-section);
    border-top-right-radius: var(--br-section)
}

.delivery__body {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-bottom: var(--section-offset)
}

.delivery__content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.delivery__title {
    margin: 0 auto 48px
}

@media (max-width: 780px) {
    .delivery__title {
        margin-bottom: 0
    }
}

.delivery__places {
    display: flex;
    /*grid-template-columns:1fr 1fr 1.4fr;*/
    justify-content: center;
    align-items: center;
    gap: 16px;
    grid-template-areas:"wb ozon fp" "mm yandex fp"
}

@media (max-width: 780px) {
    .delivery__places {
        grid-template-columns:1fr 1fr;
        grid-template-areas:"wb ozon" "mm yandex" "fp fp"
    }
}

@media (max-width: 580px) {
    .delivery__places {
        grid-template-columns:1fr;
        grid-template-areas:"wb" "ozon" "mm" "yandex" "fp"
    }
}

.delivery__place {
    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(38, 38, 38, .1);
    padding: 20px 40px;
    border-radius: var(--br-base);
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1290px) {
    .delivery__place {
        padding: 20px
    }
}

@media (max-width: 1030px) {
    .delivery__place {
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start
    }
}

.delivery__name {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.delivery__name img {
    border-radius: var(--br-base);
    width: 50px;
    height: 50px
}

.delivery__name h3 {
    font-size: 20px
}

.delivery__place-sublist {
    text-align: left
}

@media (max-width: 1030px) {
    .delivery__place-sublist {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px
    }
}

.delivery__place-sublist li {
    min-width: 117px
}

@media (max-width: 1030px) {
    .delivery__place-sublist li {
        min-width: auto
    }
}

.wb {
    grid-area: wb
}

.ozon {
    grid-area: ozon
}

.yandex {
    grid-area: yandex
}

.mm {
    grid-area: mm
}

.fp {
    grid-area: fp;
    flex-direction: column;
    justify-content: flex-end;
    background-color: var(--accent-blue);
    color: #fff;
    border: none;
    background-image: url("../images/vector-4.svg");
    background-repeat: no-repeat;
    background-position: bottom 30% center
}

.fp img {
    width: 60%;
    height: auto
}

.fp h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 400
}

.fp p {
    font-size: 20px;
    font-weight: 700
}

.banner-cost {
    position: relative;
    margin-bottom: var(--section-offset)
}

.banner-cost__content {
    display: block;
    height: 32vw;
    max-height: 600px;
    margin: 0 auto;
    background-color: var(--accent-blue);
    border: 1px solid #eff1f3;
    border-radius: var(--br-blocks);
    box-shadow: none;
    background-image: url("../images/vector-4.svg");
    background-repeat: no-repeat;
    background-position: left -80% top 100%;
    background-size: 65%
}

@media (max-width: 1685px) {
    .banner-cost__content {
        height: auto
    }
}

@media screen and (max-width: 900px) {
    .banner-cost__content {
        background-size: 75%
    }
}

@media (max-width: 580px) {
    .banner-cost__content {
        background-position: left 20% top 100%;
        background-size: 140%
    }
}

.banner-cost__body {
    display: grid;
    grid-template-columns:1.1fr 2fr;
    grid-template-areas:". text" "manager buttons";
    gap: 48px;
    height: 100%;
    max-width: 100%;
    padding: 4vw
}

@media screen and (min-width: 1921px) {
    .banner-cost__body {
        padding: 5vw
    }
}

@media (max-width: 1450px) {
    .banner-cost__body {
        padding: 4vw 3vw
    }
}

@media (max-width: 1290px) {
    .banner-cost__body {
        gap: 24px
    }
}

@media screen and (max-width: 900px) {
    .banner-cost__body {
        grid-template-columns:1.3fr 3fr;
        grid-template-areas:"manager text" "manager buttons"
    }
}

@media (max-width: 580px) {
    .banner-cost__body {
        grid-template-columns:1fr;
        grid-template-areas:"text" "manager" "buttons";
        padding: 8vw 7vw
    }
}

.banner-cost__body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    max-width: 500px;
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 1290px) {
    .banner-cost__body p {
        font-size: 14px
    }
}

@media (max-width: 1030px) {
    .banner-cost__body p {
        font-size: 12px
    }
}

.banner-cost__text {
    grid-area: text;
    color: #fff
}

.banner-cost__text h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 16px
}

@media screen and (min-width: 1921px) {
    .banner-cost__text h2 {
        font-size: 48px;
        max-width: 70%
    }
}

@media (max-width: 1450px) {
    .banner-cost__text h2 {
        font-size: 36px
    }
}

@media (max-width: 1290px) {
    .banner-cost__text h2 {
        font-size: clamp(24px, 2.5vw, 48px)
    }
}

.banner-cost__text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .15px;
    max-width: 60%;
    color: #fff
}

@media screen and (min-width: 1921px) {
    .banner-cost__text p {
        font-size: 20px;
        max-width: 80%
    }
}

@media (max-width: 1450px) {
    .banner-cost__text p {
        max-width: 70%;
        font-size: 16px
    }
}

@media (max-width: 1290px) {
    .banner-cost__text p {
        font-size: clamp(14px, 0.9375vw, 18px)
    }
}

@media screen and (max-width: 900px) {
    .banner-cost__text p {
        justify-self: start;
        max-width: 85%
    }
}

@media (max-width: 580px) {
    .banner-cost__text p {
        max-width: 100%
    }
}

.banner-cost__manager {
    grid-area: manager;
    display: flex;
    align-items: flex-end;
    gap: 24px
}

@media (max-width: 1450px) {
    .banner-cost__manager {
        gap: 12px
    }
}

@media (max-width: 1030px) {
    .banner-cost__manager {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 900px) {
    .banner-cost__manager {
        justify-self: start;
        align-self: flex-end
    }

    .banner-cost__manager p {
        line-height: 1.1
    }
}

@media (max-width: 580px) {
    .banner-cost__manager {
        margin-top: 40px;
        flex-direction: row;
        align-items: flex-end
    }
}

.banner-cost__avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    flex-shrink: 0;
    background-color: rgba(221, 239, 255, .4274509804);
    background-image: url("../images/content/avatar.jpg");
    background-repeat: no-repeat;
    background-position: bottom -70px left 70%;
    background-size: 120%;
    position: relative
}

@media (max-width: 1450px) {
    .banner-cost__avatar {
        width: 110px;
        height: 110px;
        background-position: bottom -60px left 70%
    }
}

@media (max-width: 1290px) {
    .banner-cost__avatar {
        width: 100px;
        height: 100px;
        background-position: bottom -52px left 70%
    }
}

.banner-cost__avatar::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    border-radius: 50%;
    border: 2px solid #fafbfc
}

@media (max-width: 1450px) {
    .banner-cost__avatar::after {
        bottom: 2px
    }
}

.banner-cost__btn-wrapper {
    grid-area: buttons;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 48px
}

@media (max-width: 1450px) {
    .banner-cost__btn-wrapper {
        gap: 16px
    }
}

@media (max-width: 1030px) {
    .banner-cost__btn-wrapper {
        gap: 12px;
        flex-wrap: wrap;
        align-self: flex-end
    }
}

.banner-cost__social-list {
    display: flex;
    gap: 16px
}

@media (max-width: 1030px) {
    .banner-cost__social-list {
        gap: 12px
    }
}

.banner-cost__social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--accent-light-blue);
    width: 60px;
    height: 60px
}

@media (max-width: 1450px) {
    .banner-cost__social-item {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 1030px) {
    .banner-cost__social-item {
        width: 40px;
        height: 40px
    }
}

.banner-cost__social-item:last-child {
    background-color: #25d366
}

.banner-cost__social-item:last-child img {
    width: 50%
}

.banner-cost__social-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.banner-cost__social-item img {
    width: 40%
}

.banner-cost__btn {
    flex-shrink: 0;
    padding: 16px 32px;
    border-radius: var(--br-base);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    border: none;
    background: linear-gradient(100deg, rgba(36, 36, 36, 0.05), rgba(36, 36, 36, 0.05)), linear-gradient(150deg, #d02bd9 21.27%, #bf22e1 35.14%, #ae1ae8 77.02%);
    cursor: pointer
}

@media (max-width: 1290px) {
    .banner-cost__btn {
        padding: 12px 24px;
        font-size: 14px
    }
}

@media (max-width: 1030px) {
    .banner-cost__btn {
        order: -1;
        width: 80%
    }
}

@media (max-width: 580px) {
    .banner-cost__btn {
        width: 100%
    }
}

@media (hover: hover) {
    .banner-cost__btn:hover {
        background: #ddefff;
        color: #bf22e1
    }
}

@media (hover: none) {
    .banner-cost__btn:active {
        background: #ddefff;
        color: #bf22e1
    }
}

.compare {
    margin-bottom: var(--section-offset);
    background-color: var(--bg-color-white);
    padding-bottom: 60px;
    border-bottom-left-radius: var(--br-section);
    border-bottom-right-radius: var(--br-section)
}

@media screen and (max-width: 1100px) {
    .compare .container {
        padding-right: 0
    }
}

.compare__title {
    margin-bottom: 8px
}

@media screen and (max-width: 1100px) {
    .compare__title {
        width: 100%
    }
}

.compare__title span {
    color: var(--accent-blue)
}

.compare__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    width: 50%;
    color: var(--text-grey-color)
}

@media screen and (max-width: 1100px) {
    .compare__subtitle {
        width: 80%
    }
}

.compare__table {
    display: flex;
    padding-top: 48px
}

@media screen and (max-width: 900px) {
    .compare__table {
        padding-top: 24px;
        padding-inline: 5px;
        -ms-scroll-chaining: auto;
        overscroll-behavior: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-align: center;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}

.compare__table::-webkit-scrollbar {
    display: none
}

.compare__column {
    width: 33%
}

@media screen and (max-width: 900px) {
    .compare__column {
        width: 270px;
        flex-shrink: 0
    }

    .compare__column .padding-10 {
        padding: 13px 0
    }
}

@media (max-width: 580px) {
    .compare__column--first {
        width: 210px
    }
}

.compare__column-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
    min-height: 64px;
    padding: 20px 24px
}

.compare__column-item {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .15px;
    padding: 24px 0;
    border-bottom: 1px solid #eff1f3
}

@media (max-width: 580px) {
    .compare__column-item {
        font-size: 14px;
        padding: 16px 0
    }
}

.compare__column--active {
    margin-inline: 24px;
    background-color: var(--bg-color-grey);
    border-radius: var(--br-base)
}

@media screen and (max-width: 1100px) {
    .compare__column--active {
        margin-left: 0
    }
}

.compare__column--active .compare__column-title {
    background-color: var(--accent-blue);
    color: #fff;
    border-radius: var(--br-base)
}

.compare__column--active .compare__column-list {
    padding-left: 24px
}

.compare__column-footer {
    padding: 24px
}

.compare__footer-price {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    position: relative
}

.compare__footer-price img {
    width: 52px;
    margin-left: 16px
}

@media screen and (max-width: 1100px) {
    .compare__footer-price img {
        position: absolute;
        bottom: 90%;
        right: 0;
        width: 32px
    }
}

.compare__footer-sub {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    color: var(--text-grey-color)
}

.compare__btn {
    width: 100%;
    margin-top: 24px;
    padding: 14px 28px
}

.price-list .container {
    padding: 140px 0;
}

.price-list__body {
    height: 30vw;
    position: relative;
    padding: 5vw;
    background-color: var(--accent-blue);
    border: 1px solid #eff1f3;
    border-radius: var(--br-blocks);
    color: #ddefff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url("../images/back-4.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 47%
}

@media (max-width: 1290px) {
    .price-list__body {
        height: auto
    }
}

@media screen and (max-width: 1200px) {
    .price-list__body {
        background-size: contain;
        background-position: right -20% center;
        padding: 5vw
    }
}

@media (max-width: 780px) {
    .price-list__body {
        background-position: right -60% center
    }
}

@media (max-width: 580px) {
    .price-list__body {
        padding: 7vw 5vw 17vw;
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 24px;
        background-size: 175%;
        background-position: right 160% center
    }
}

.price-list__text {
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px
}

@media (max-width: 780px) {
    .price-list__text {
        width: 75%
    }
}

@media (max-width: 580px) {
    .price-list__text {
        width: 100%
    }
}

.price-list__text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .15px;
    color: var(--accent-light-blue)
}

@media (max-width: 780px) {
    .price-list__text p {
        font-size: 14px;
        max-width: 80%
    }
}

@media (max-width: 580px) {
    .price-list__text p {
        max-width: 90%
    }
}

.price-list__text span {
    max-width: 60%
}

@media (max-width: 1450px) {
    .price-list__text span {
        max-width: 80%
    }
}

@media (max-width: 780px) {
    .price-list__text span {
        font-size: 12px
    }
}

@media (max-width: 580px) {
    .price-list__text span {
        max-width: 90%;
        position: absolute;
        bottom: 3%;
        left: 7%
    }
}

.price-list__title {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff
}

@media (max-width: 1030px) {
    .price-list__title {
        font-size: 32px
    }
}

@media (max-width: 780px) {
    .price-list__title {
        font-size: 28px;
        margin-bottom: 8px
    }
}

@media (max-width: 580px) {
    .price-list__title {
        font-size: 24px
    }
}

.price-list__price-wrapper {
    width: 36%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 24px
}

@media (max-width: 580px) {
    .price-list__price-wrapper {
        width: 100%
    }
}

.price-list__price-wrapper a {
    width: fit-content;
    padding: 20px 52px;
    border-radius: var(--br-base);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    background: linear-gradient(100deg, rgba(36, 36, 36, 0.05), rgba(36, 36, 36, 0.05)), linear-gradient(150deg, #d02bd9 21.27%, #bf22e1 35.14%, #ae1ae8 77.02%);
    margin: 0 auto
}

@media (max-width: 1030px) {
    .price-list__price-wrapper a {
        padding: 16px 32px
    }
}

@media (max-width: 780px) {
    .price-list__price-wrapper a {
        font-size: 14px;
        padding: 12px 24px;
        border-radius: var(--br-btn)
    }
}

@media (max-width: 580px) {
    .price-list__price-wrapper a {
        width: 100%
    }
}

.price-list__price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 780px) {
    .price-list__price {
        width: 70%
    }
}

@media (max-width: 580px) {
    .price-list__price {
        width: 100%
    }
}

.price-list__price img {
    object-fit: cover;
    object-position: center
}

.price-list__chip {
    width: fit-content;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    padding: 17px 25px;
    background-color: var(--accent-light-blue);
    color: var(--accent-blue);
    border-radius: var(--br-base)
}

@media (max-width: 780px) {
    .price-list__chip {
        font-size: 14px;
        padding: 8px 18px;
        border-radius: var(--br-btn);
        margin-bottom: 12px
    }
}

.additional {
    margin-bottom: -30px;
    padding-block: var(--section-offset)
}

.additional__cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:400px;
    gap: 24px
}

@media (max-width: 1030px) {
    .additional__cards {
        grid-template-columns:1fr;
        grid-template-rows:200px;
        grid-auto-rows: 200px;
        grid-auto-flow: row;
        gap: 16px
    }
}

@media (max-width: 580px) {
    .additional__cards {
        grid-template-rows:1fr;
        grid-auto-rows: 1fr
    }
}

.additional__card {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(35, 37, 38, .0196078431);
    border-radius: var(--br-blocks);
    text-align: left
}

@media (max-width: 1030px) {
    .additional__card {
        display: grid;
        grid-template-columns:1fr 1.5fr;
        gap: 24px
    }
}

@media (max-width: 580px) {
    .additional__card {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }
}

.additional__card-img {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--br-base);
    margin-bottom: 16px
}

@media (max-width: 1030px) {
    .additional__card-img {
        align-items: flex-start;
        height: 100%;
        margin-bottom: 0
    }
}

@media (max-width: 580px) {
    .additional__card-img {
        height: 140px
    }
}

.additional__card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    border-radius: var(--br-base);
    margin-bottom: 24px
}

@media (max-width: 1030px) {
    .additional__card-img img {
        margin-bottom: 0;
        object-position: center
    }
}

@media (max-width: 580px) {
    .additional__card-img img {
        height: 100%;
        object-position: center
    }
}

.additional__card-text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px
}

.additional__card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    margin-top: 12px;
    color: var(--text-grey-color)
}

.how-works {
    position: relative;
    margin-bottom: var(--section-offset);
    padding-block: 100px;
    background-color: var(--accent-blue);
    border-radius: var(--br-section);
    color: #fff
}

@media (max-width: 1030px) {
    .how-works {
        padding-block: 80px
    }
}

@media (max-width: 580px) {
    .how-works {
        padding-block: 40px
    }
}

.how-works__title {
    text-align: center;
    margin: 0 auto 48px
}

@media (max-width: 580px) {
    .how-works__title {
        margin-bottom: 24px
    }
}

.how-works__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 48px
}

.how-works__list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px
}

@media (max-width: 1290px) {
    .how-works__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 700px) {
    .how-works__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 460px) {
    .how-works__list {
        grid-template-columns:85%;
        justify-content: center
    }
}

.how-works__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.66667vw;
    padding: 24px 12px 24px 20px;
    background: radial-gradient(123.13% 179.83% at -26.8% -80.87%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.16) 100%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: var(--br-base);
    box-shadow: 0 1px 10px rgba(35, 37, 38, .0196078431)
}

@media (max-width: 460px) {
    .how-works__list-item {
        padding: 24px 12px 24px 30px
    }
}

.how-works__list-item img {
    margin: 0 auto;
    width: 100px
}

@media (max-width: 460px) {
    .how-works__list-item img {
        width: 80px;
        margin: 0
    }
}

.how-works__list-item span {
    font-weight: 600;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding: 9px 18px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--accent-blue);
    box-shadow: inset 0 0 5px 12px rgba(202, 205, 207, .0196078431)
}

.how-works__list-item p {
    font-weight: 500
}

.how-works__btn {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 16px 48px;
    border: none;
    border-radius: var(--br-btn);
    background-color: var(--accent-blue);
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear
}

@media (hover: hover) {
    .how-works__btn:hover {
        background-color: var(--accent-light-blue);
        color: var(--accent-blue)
    }
}

@media (hover: none) {
    .how-works__btn:active {
        background-color: var(--accent-light-blue);
        color: var(--accent-blue)
    }
}

.reviews {
    margin-bottom: var(--section-offset)
}

.reviews__title {
    text-align: center;
    margin: 0 auto 48px
}

@media (max-width: 580px) {
    .reviews__title {
        margin-bottom: 24px;
        text-align: left
    }
}

.reviews__slider {
    overflow: hidden
}

.reviews__wrapper {
    width: 100%;
    display: flex
}

.reviews__slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 40px 32px;
    background-color: var(--bg-color-white);
    border-radius: var(--br-base);
    text-align: left
}

.reviews__slide-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .15px;
    color: var(--text-grey-color);
    min-height: 220px
}

@media (max-width: 580px) {
    .reviews__slide-text {
        font-size: 14px
    }
}

.reviews__reviewer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px
}

.reviews__reviewer-info img {
    border-radius: 50%;
    width: 64px;
    height: 64px
}

.reviews__reviewer-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 8px
}

.reviews__reviewer-job {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    height: 17px
}

.reviews__btn-wrapper {
    margin: 40px 10px;
    display: flex;
    gap: 20px
}

@media (max-width: 580px) {
    .reviews__btn-wrapper {
        margin: 20px 6px
    }
}

.reviews__prev, .reviews__next {
    background: var(--bg-color-white);
    border-radius: var(--br-btn);
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
    color: var(--text-dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer
}

.reviews__prev svg, .reviews__next svg {
    width: 2rem
}

.faq {
    margin-bottom: var(--section-offset)
}

.faq__accordeon {
    margin-bottom: 24px;
    padding: 32px;
    background-color: var(--bg-color-white);
    box-shadow: 0px 1px 10px rgba(35, 37, 38, .02);
    border-radius: var(--br-base);
    user-select: none
}

@media screen and (min-width: 1921px) {
    .faq__accordeon {
        margin-bottom: 40px;
        padding: 48px
    }
}

@media screen and (max-width: 1024px) {
    .faq__accordeon {
        margin-bottom: 1.5%;
        padding: 2.5%
    }
}

@media screen and (max-width: 768px) {
    .faq__accordeon {
        padding: 3.125vw;
        border-radius: 12px
    }
}

@media screen and (max-width: 480px) {
    .faq__accordeon {
        margin-bottom: 3.333vw;
        padding: 3.75vw;
        border-radius: var(--br-btn)
    }
}

.faq__accordeon.js-active-accordeon .faq__accordeon-answer {
    display: block
}

.faq__accordeon.js-active-accordeon .arrow {
    transform: rotate(180deg)
}

.faq__accordeon-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq__accordeon-head .arrow {
    transition: all .2s linear;
    width: 16px;
    height: 8px;
    transition: .5s
}

@media screen and (max-width: 480px) {
    .faq__accordeon-head .arrow {
        width: 4.6%;
        height: 1%
    }
}

.faq__accordeon-question {
    font-weight: 600;
    font-size: 24px;
    line-height: 1, 2;
    letter-spacing: 0
}

@media (max-width: 1030px) {
    .faq__accordeon-question {
        font-size: 20px
    }
}

@media (max-width: 580px) {
    .faq__accordeon-question {
        font-size: 18px
    }
}

.faq__accordeon-answer {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-top: 1.25vw;
    width: 90%;
    color: var(--text-grey-color)
}

@media (max-width: 580px) {
    .faq__accordeon-answer {
        font-size: 14px
    }
}

.banner {
    width: 100%;
    padding: 40px;
    background-color: var(--accent-blue);
    border-radius: var(--br-blocks);
    overflow: hidden;
    background-image: url("../images/banners/banner-man.webp");
    background-repeat: no-repeat;
    background-position: right 30px bottom -20px;
    background-size: contain;
    color: var(--text-white-color)
}

@media screen and (max-width: 1200px) {
    .banner {
        background-size: 23%
    }
}

@media (max-width: 460px) {
    .banner {
        background-position: right 10px bottom -10px;
        background-size: 33%;
        padding: 20px 20px 60px
    }
}

.banner__title {
    width: 70%;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 48px
}

@media screen and (max-width: 1200px) {
    .banner__title {
        width: 95%;
        font-size: 24px;
        margin-bottom: 24px
    }
}

@media screen and (max-width: 840px) {
    .banner__title {
        width: 80%
    }
}

@media (max-width: 460px) {
    .banner__title {
        font-size: 20px;
        width: 100%
    }
}

.banner__contacts {
    display: flex;
    gap: 40px
}

@media screen and (max-width: 1200px) {
    .banner__contacts {
        flex-direction: column-reverse;
        gap: 12px
    }
}

.banner__contacts-item {
    display: flex;
    align-items: center
}

.banner__contacts-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--accent-light-blue)
}

.banner__contacts-img img {
    max-width: 50%
}

.footer__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3vw
}

.footer__top {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 840px) {
    .footer__top {
        flex-direction: column;
        gap: 24px
    }
}

.footer__banner {
    width: 70%
}

@media screen and (max-width: 1200px) {
    .footer__banner {
        width: 65%
    }
}

@media screen and (max-width: 840px) {
    .footer__banner {
        width: 100%
    }
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    width: 25%;
    flex-shrink: 0
}

@media screen and (max-width: 1200px) {
    .footer__nav {
        width: 30%
    }
}

@media screen and (max-width: 840px) {
    .footer__nav {
        width: 100%;
        justify-content: flex-start;
        gap: 48px
    }
}

@media (max-width: 460px) {
    .footer__nav {
        justify-content: space-between;
        gap: 16px
    }
}

.footer__nav-col {
    max-width: 280px
}

.footer__nav-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px
}

@media (max-width: 580px) {
    .footer__nav-title {
        margin-bottom: 8px
    }
}

.footer__nav-item {
    margin-bottom: 16px;
    color: var(--text-grey-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px
}

.footer__bottom {
    padding: 1.7vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #d1d2d3;
    color: #c0c2c4
}

@media (max-width: 780px) {
    .footer__bottom {
        align-items: flex-end
    }
}

@media screen and (max-width: 610px) {
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer__copyright {
    display: flex;
    align-items: flex-end;
    gap: 8px
}

@media (max-width: 780px) {
    .footer__copyright {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer__copyright span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px
}

.footer__leadstudio {
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 8px
}

.footer__leadstudio svg {
    vertical-align: top;
    max-width: 160px;
    height: 40px
}

.intro-china {
    height: 85vh;
    padding-block: 30px;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 var(--br-section) var(--br-section)
}

@media (max-width: 1290px) {
    .intro-china {
        height: auto
    }
}

@media (max-width: 580px) {
    .intro-china {
        margin-top: -30px
    }
}

.intro-china__body {
    display: flex;
    justify-content: space-between;
    gap: 24px
}

@media screen and (max-width: 640px) {
    .intro-china__body {
        flex-direction: column-reverse
    }
}

.intro-china__img {
    max-width: 38%
}

@media screen and (max-width: 640px) {
    .intro-china__img {
        max-width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 10px
    }
}

.intro-china__img img {
    border-radius: var(--br-base);
    object-fit: cover;
    height: 100%;
    object-position: center
}

@media screen and (max-width: 640px) {
    .intro-china__img img {
        width: 100%;
        object-position: bottom
    }
}

.intro-china__content {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

@media screen and (max-width: 640px) {
    .intro-china__content {
        max-width: 100%
    }
}

.intro-china__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase
}

@media screen and (max-width: 1100px) {
    .intro-china__title {
        font-size: 36px
    }
}

@media (max-width: 780px) {
    .intro-china__title {
        font-size: clamp(28px, 2.5vw, 48px)
    }
}

.intro-china__subtitle {
    max-width: 80%;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .15px;
    color: var(--text-grey-color)
}

@media (max-width: 1030px) {
    .intro-china__subtitle {
        font-size: 16px;
        max-width: 100%
    }
}

.intro-china__list {
    margin-top: 20px;
    max-width: 80%;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px 48px;
    color: var(--text-grey-color)
}

@media screen and (max-width: 1140px) {
    .intro-china__list {
        max-width: 100%
    }
}

@media screen and (max-width: 805px) {
    .intro-china__list {
        grid-template-columns:1fr;
        margin-top: 0
    }
}

@media (max-width: 580px) {
    .intro-china__list {
        gap: 8px 16px
    }
}

.intro-china__list li {
    display: flex;
    align-items: center;
    gap: 8px
}

.intro-china__list li img {
    width: 28px;
    height: 28px
}

@media (max-width: 580px) {
    .intro-china__list li img {
        width: 20px;
        height: 20px
    }
}

.intro-china__btn {
    margin-top: 20px;
    max-width: 300px
}

@media (max-width: 580px) {
    .intro-china__btn {
        max-width: 100%
    }
}

.guarantees {
    padding-block: 100px 80px;
    background-color: var(--accent-blue);
    color: #fff;
    border-bottom-left-radius: var(--br-section);
    border-bottom-right-radius: var(--br-section);
    margin-bottom: var(--section-offset)
}

@media (max-width: 780px) {
    .guarantees {
        padding-block: 100px 40px
    }
}

.guarantees__title {
    text-align: center;
    margin: 0 auto 48px
}

@media (max-width: 780px) {
    .guarantees__title {
        margin-bottom: 24px
    }
}

.guarantees__list {
    display: grid;
    grid-template-columns:1fr 1fr 1.1fr 1.4fr;
    gap: 16px
}

@media screen and (max-width: 1200px) {
    .guarantees__list {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 580px) {
    .guarantees__list {
        grid-template-columns:1fr
    }
}

.guarantees__item {
    padding: 24px;
    padding-right: 16px;
    background: radial-gradient(134.13% 258.83% at -20.8% -18.87%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.16) 100%);
    border-radius: var(--br-blocks);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.guarantees__item img {
    width: 180px
}

.guarantees__item p {
    font-size: 18px
}

.guarantees__btn {
    display: block;
    margin: 48px auto 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 16px 48px;
    border: none;
    border-radius: var(--br-base);
    background-color: var(--accent-blue);
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear
}

@media (hover: hover) {
    .guarantees__btn:hover {
        background-color: var(--accent-light-blue);
        color: var(--accent-blue)
    }
}

@media (hover: none) {
    .guarantees__btn:active {
        background-color: var(--accent-light-blue);
        color: var(--accent-blue)
    }
}

.shipment {
    color: var(--text-white-color);
    margin-bottom: var(--section-offset)
}

.shipment__body {
    position: relative;
    margin: 0 auto;
    padding: 64px;
    background-color: var(--accent-blue);
    border-radius: var(--br-blocks);
    text-align: center;
    overflow: hidden;
    background-image: url("../images/banners/shipment-vector.svg");
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 1921px) {
    .shipment__body {
        max-width: 1920px;
        margin: 0 auto;
        padding: 153px 68px
    }
}

@media screen and (max-width: 1440px) {
    .shipment__body {
        padding: 64px;
        margin: 0 100px
    }
}

@media screen and (max-width: 1024px) {
    .shipment__body {
        margin: 10% 4.6875% 0;
        padding: 4.6875vw 3.125vw
    }
}

@media screen and (max-width: 768px) {
    .shipment__body {
        margin: 8.333% 4.1667% 0;
        background-position: 100% 0;
        background-size: 87%
    }
}

@media screen and (max-width: 480px) {
    .shipment__body {
        margin: 15% 0 0;
        padding: 0 10px 100px;
        border-radius: var(--br-base);
        text-align: left;
        background-image: none
    }
}

.shipment__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    width: 50%
}

@media screen and (min-width: 1921px) {
    .shipment__title {
        font-size: 40px;
        width: 60%
    }
}

@media (max-width: 1030px) {
    .shipment__title {
        font-size: 32px;
        width: 80%
    }
}

@media (max-width: 580px) {
    .shipment__title {
        font-size: 28px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 7.5% 5% 0;
        text-align: left
    }
}

.shipment__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .15px;
    width: 40%;
    margin: 24px auto 32px
}

@media (max-width: 1030px) {
    .shipment__subtitle {
        width: 80%
    }
}

@media (max-width: 580px) {
    .shipment__subtitle {
        padding: 0 5%;
        margin: 12px auto 32px;
        width: 100%;
        font-size: 14px
    }
}

.shipment__form {
    position: relative;
    width: 40%;
    padding: 32px 24px;
    background: radial-gradient(134.13% 258.83% at -20.8% -18.87%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.16) 100%);
    border-radius: var(--br-blocks);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 2
}

@media screen and (max-width: 1440px) {
    .shipment__form {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .shipment__form {
        width: 60%;
        padding: 3.125% 2%
    }
}

@media screen and (max-width: 580px) {
    .shipment__form {
        width: 100%;
        padding: 5vw;
        border-radius: var(--br-base)
    }
}

@media screen and (max-width: 480px) {
    .shipment__form form {
        padding: 3.1% 2.8%
    }
}

.shipment__form-item {
    height: 74px;
    position: relative;
    margin-bottom: 8px
}

.shipment__form-label {
    transition: .3s;
    color: var(--accent-blue);
    position: absolute;
    opacity: 0;
    left: 24px
}

.shipment__checkbox {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 24px
}

.shipment__custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--text-white-color);
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .4px
}

.shipment__custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    cursor: pointer
}

.shipment__custom-checkbox input:focus ~ label, .shipment__custom-checkbox input:not(:placeholder-shown) ~ label {
    transition: .4s
}

@media screen and (max-width: 480px) {
    .shipment__custom-checkbox input:focus ~ label, .shipment__custom-checkbox input:not(:placeholder-shown) ~ label {
        opacity: 1
    }
}

.shipment__custom-checkbox input:checked ~ .shipment__checkmark {
    background-color: var(--accent-blue)
}

.shipment__custom-checkbox input:checked ~ .shipment__checkmark:after {
    display: block
}

.shipment__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin-right: 16px;
    border: 1px solid #d1d2d3;
    border-radius: 3px
}

.shipment__checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shipment__checkbox-policy {
    text-decoration: underline;
    color: #fff
}

.shipment__form-submit {
    margin-top: 16px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .15px;
    padding: 14px 28px;
    border: none;
    border-radius: var(--br-btn);
    background: linear-gradient(100deg, rgba(36, 36, 36, 0.05), rgba(36, 36, 36, 0.05)), linear-gradient(150deg, #d02bd9 21.27%, #bf22e1 35.14%, #ae1ae8 77.02%);
    color: #fff;
    cursor: pointer;
    transition: all .2s linear
}

.shipment__form-submit:disabled {
    opacity: .5;
    cursor: not-allowed
}

.shipment__recall {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    margin-top: 40px;
    z-index: 2
}

@media (max-width: 580px) {
    .shipment__recall {
        margin-top: 10px;
        font-size: 12px
    }
}

.shipment__img-man {
    position: absolute;
    left: 20px;
    width: 21.81%;
    bottom: -3%
}

@media (max-width: 580px) {
    .shipment__img-man {
        width: 17%
    }
}

.shipment__img-truck {
    width: 25%;
    position: absolute;
    right: 0;
    bottom: -6%
}

@media (max-width: 580px) {
    .shipment__img-truck {
        bottom: -1%
    }
}

.input {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1px;
    padding: 14px 20px;
    border: none;
    border-radius: var(--br-btn)
}

.burger-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

.burger-button:hover::after {
    background-color: var(--text-grey-color);
    box-shadow: 0 -5px var(--text-grey-color), 0 5px var(--text-grey-color)
}

.burger-button::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 -5px #fff, 0 5px #fff
}

.mobile-menu {
    width: 60vw;
    height: 100vh;
    margin: 0;
    border: 0;
    margin-left: auto;
    background-color: var(--bg-color-white);
    padding: 8vw 5vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9
}

@media (max-width: 580px) {
    .mobile-menu {
        width: 100vw
    }
}

.mobile-menu:modal {
    max-height: 100%;
    max-width: 100%
}

.mobile-menu__close-btn-wrapper {
    position: absolute;
    top: 3.2vw;
    right: 5.6vw;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    cursor: pointer
}

.mobile-menu__close-btn {
    width: 100%;
    height: auto;
    background-image: url("../images/icons/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: none;
    border-radius: var(--br-btn);
    cursor: pointer
}

.mobile-menu__list {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    min-height: 70vh
}

@media (max-width: 580px) {
    .mobile-menu__list {
        margin-top: 50px
    }
}

.mobile-menu__item {
    margin-bottom: 4vw;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .15px;
    text-transform: uppercase
}

.mobile-menu__wa {
    display: none
}

@media (max-width: 580px) {
    .mobile-menu__wa {
        display: block
    }
}

.mobile-contacts {
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%
}

.mobile-contacts a {
    color: var(--accent-blue)
}

.mobile-contacts-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 50%
}

.sale-mob {
    display: none
}

@media (max-width: 580px) {
    .sale-mob {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        background-color: var(--accent-blue);
        padding: 44px;
        margin: -30px auto;
        color: #fff
    }

    .sale-mob img {
        width: 30px;
        object-fit: cover
    }

    .sale-mob p {
        font-weight: 600;
        font-size: 12px;
        margin: 0
    }
}