@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.ttf) format("ttf"), url(../fonts/Lato-Light.eot) format("eot"), url(../fonts/Lato-Light.woff) format("woff"), url(../fonts/Lato-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Black.ttf) format("ttf"), url(../fonts/Lato-Black.eot) format("eot"), url(../fonts/Lato-Black.woff) format("woff"), url(../fonts/Lato-Black.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Light.ttf) format("ttf"), url(../fonts/Inter-Light.eot) format("eot"), url(../fonts/Inter-Light.woff) format("woff"), url(../fonts/Inter-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraBold.ttf) format("ttf"), url(../fonts/Inter-ExtraBold.eot) format("eot"), url(../fonts/Inter-ExtraBold.woff) format("woff"), url(../fonts/Inter-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button,
input,
textarea {
    outline: 0 !important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: 0 !important
}

::-webkit-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto
}

circle,
path,
rect,
svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
a:hover {
    text-decoration: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i {
    line-height: 100%
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: inherit;
    font-size: 1em
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html.fixed-body {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.m-page {
    width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #05000f;
    font-size: calc(1920px * (16 / 1920))
}

@media screen and (max-width:1920px) {
    .m-page {
        font-size: calc(100vw * (16 / 1920))
    }
}

.m-page.fixed-body,
.m-page.fixed-body2 {
    overflow-y: hidden;
    padding-right: var(--scrollWidth)
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.5em
}

a:hover {
    color: #6fd8fa
}

@media screen and (max-width:992px) {
    .m-page {
        font-size: calc(100vw * (16 / 768))
    }

    .container {
        padding: 0 .9375em
    }
}

@media screen and (max-width:576px) {
    .m-page {
        font-size: calc(100vw * (16 / 392))
    }
}

.text-center {
    text-align: center
}

.caps-text {
    text-transform: uppercase
}

.underline-text {
    text-decoration: underline
}

.h1 {
    font-size: 4em;
    line-height: 110%;
    font-weight: 300
}

.h1 span {
    font-weight: 800
}

.h2 {
    font-size: 2.625em;
    line-height: 114%;
    font-weight: 300
}

.h3 {
    font-size: 2em;
    line-height: 131%;
    font-weight: 800
}

.text24 {
    font-size: 1.5em;
    line-height: 109%
}

.text20 {
    font-size: 1.25em;
    line-height: 120%
}

.text19 {
    font-size: 1.1875em;
    line-height: 120%
}

.text18 {
    font-size: 1.125em;
    line-height: 120%
}

.text17 {
    font-size: 1.0625em;
    line-height: 120%
}

.text16 {
    font-size: 1em;
    line-height: 150%
}

.text15 {
    font-size: .9375em;
    line-height: 120%
}

.text14 {
    font-size: .875em;
    line-height: 120%
}

.text13 {
    font-size: .8125em;
    line-height: 120%
}

.text12 {
    font-size: .75em;
    line-height: 120%
}

.text11 {
    font-size: .6875em;
    line-height: 120%
}

.text10 {
    font-size: .625em;
    line-height: 120%
}

.extra-bold-text {
    font-weight: 800
}

.bold-text {
    font-weight: 700
}

.semi-bold-text {
    font-weight: 600
}

.medium-text {
    font-weight: 500
}

.regular-text {
    font-weight: 400
}

.light-text {
    font-weight: 300
}

.light300-text {
    color: #8777aa
}

.m-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0
}

.m-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fg {
    position: relative;
    margin: 0
}

.fg label {
    display: block;
    font-size: .9375em;
    line-height: 140%;
    margin-bottom: .375em
}

.fg label span {
    color: #6fd8fa
}

.fg .nice-select,
.fg input,
.fg textarea {
    border-radius: .1875em;
    border: 1px solid #dadedf;
    padding: 0 1.25em;
    height: 3.6875em;
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    color: #000
}

.fg .nice-select::-webkit-input-placeholder,
.fg input::-webkit-input-placeholder,
.fg textarea::-webkit-input-placeholder {
    color: #929798
}

.fg .nice-select::-moz-placeholder,
.fg input::-moz-placeholder,
.fg textarea::-moz-placeholder {
    color: #929798
}

.fg .nice-select:-ms-input-placeholder,
.fg input:-ms-input-placeholder,
.fg textarea:-ms-input-placeholder {
    color: #929798
}

.fg .nice-select::-ms-input-placeholder,
.fg input::-ms-input-placeholder,
.fg textarea::-ms-input-placeholder {
    color: #929798
}

.fg .nice-select::placeholder,
.fg input::placeholder,
.fg textarea::placeholder {
    color: #929798
}

.fg .nice-select:focus,
.fg input:focus,
.fg textarea:focus {
    border-color: #9ca0a0;
    -webkit-box-shadow: 0 .25em .4375em 0 rgba(47, 63, 67, .03), 0 .25em .3125em 0 rgba(0, 0, 0, .02) inset;
    box-shadow: 0 .25em .4375em 0 rgba(47, 63, 67, .03), 0 .25em .3125em 0 rgba(0, 0, 0, .02) inset
}

.fg .nice-select:disabled,
.fg input:disabled,
.fg textarea:disabled {
    pointer-events: none;
    background: #f6f6f6 !important;
    color: rgba(0, 0, 0, .4)
}

.fg textarea {
    padding-top: 1.19em;
    padding-bottom: 1.19em;
    height: 13.0625em;
    resize: vertical
}

.fg__field {
    position: relative
}

.fg .nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .1875em;
    white-space: nowrap;
    height: 3.6875em;
    padding: 0 0 0 1.25em
}

.fg .nice-select.disabled {
    pointer-events: none;
    background: #f6f6f6 !important
}

.fg .nice-select.disabled .current {
    opacity: .4
}

.fg .nice-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fg .nice-select:focus {
    border: 1px solid #05000f
}

.fg .nice-select:before {
    content: '';
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: #05000f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.6875em;
    height: 3.6875em;
    background-image: url(../img/select-arrow.svg);
    background-size: .5em auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1em
}

.fg .nice-select .current {
    font-size: 1em;
    line-height: 157%
}

.fg .nice-select .list {
    margin-top: -1px;
    border-radius: 0 0 .1875em .1875em;
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid #05000f;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 14.875em;
    overflow-y: auto;
    z-index: 5
}

.fg .nice-select .list::-webkit-scrollbar {
    width: .1875em;
    height: .1875em
}

.fg .nice-select .list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 0
}

.fg .nice-select .list::-webkit-scrollbar-thumb {
    background: #000
}

.fg .nice-select .option {
    height: 3.6875em;
    font-size: 1em;
    line-height: 157%;
    padding: .5em 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    border: none;
    border-bottom: 1px solid #05000f
}

.fg .nice-select .option:last-child {
    border-bottom: none
}

.fg .nice-select .option.disabled {
    display: none
}

.fg .nice-select .option.focus,
.fg .nice-select .option.selected.focus,
.fg .nice-select .option:hover {
    background-color: #6fd8fa;
    border-color: #6fd8fa;
    font-weight: 400;
    color: #fff
}

.fg._error input,
.fg._error textarea {
    border-color: #6fd8fa;
    color: #6fd8fa
}

.fg._error input::-webkit-input-placeholder,
.fg._error textarea::-webkit-input-placeholder {
    color: #6fd8fa
}

.fg._error input::-moz-placeholder,
.fg._error textarea::-moz-placeholder {
    color: #6fd8fa
}

.fg._error input:-ms-input-placeholder,
.fg._error textarea:-ms-input-placeholder {
    color: #6fd8fa
}

.fg._error input::-ms-input-placeholder,
.fg._error textarea::-ms-input-placeholder {
    color: #6fd8fa
}

.fg._error input::placeholder,
.fg._error textarea::placeholder {
    color: #6fd8fa
}

.fg._error .fg__error-text {
    display: block
}

.fg__error-text {
    margin-top: .375em;
    color: #6fd8fa;
    display: none
}

.pass-toggle {
    position: absolute;
    bottom: 1em;
    right: 1.25em;
    width: 1.25em;
    height: 1.6875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu {
    margin-right: auto;
    margin-left: 50px
}

.header_links {
    display: flex;
    gap: 7px
}

.header_log {
    border: 2px solid #FFF;
    border-radius: .5em;
    width: 6.9em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    font-weight: 500;
    position: relative;
    padding-left: 10px
}

.header_log svg {
    position: absolute;
    width: 1.1em;
    height: 1.2em;
    left: .9em;
    top: 50%;
    transform: translateY(-50%)
}

.header_log:hover {
    background: #FFF;
    color: #110A1E;
    box-shadow: 0 16px 24px 0 #00000026
}

.header_log:hover svg path {
    fill: rgba(17, 10, 30, .25);
    fill-opacity: 1
}

.header_reg {
    background: #3D2F5B;
    width: 6.9em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5em;
    font-weight: 500;
    color: #fff;
    font-size: 1.25em
}

.header_reg:hover {
    box-shadow: 0 16px 14px 0 #241A3926;
    background-color: #241A39;
    color: #fff
}

.pass-toggle svg {
    width: 100%;
    height: auto
}

.pass-toggle._active g {
    opacity: 1
}

.m-check,
.m-radio {
    position: relative
}

.m-check input,
.m-radio input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.m-check label,
.m-radio label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 2.125em;
    min-height: 1.25em;
    padding-top: .0625em
}

.m-check label span,
.m-radio label span {
    font-size: .8125em;
    line-height: 140%
}

.m-check label:after,
.m-check label:before,
.m-radio label:after,
.m-radio label:before {
    pointer-events: none
}

.m-check label:before,
.m-radio label:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border: 1px solid #dadedf;
    width: 1.25em;
    height: 1.25em;
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.m-check label a,
.m-radio label a {
    text-decoration: underline;
    position: relative;
    z-index: 2
}

.m-check._big label,
.m-radio._big label {
    padding-top: 0
}

.m-check._big label span,
.m-radio._big label span {
    font-size: 1em;
    line-height: 140%
}

.m-check._gray label,
.m-radio._gray label {
    color: #6b6e72
}

.m-check._error input:not(:checked)~label:before,
.m-radio._error input:not(:checked)~label:before {
    border-color: #ff1515
}

.m-check input:checked+label::before {
    background-color: #6fd8fa;
    border-color: #6fd8fa;
    background-size: .75em auto
}

.m-check label:before {
    border-radius: .1875em;
    background-image: url(../img/check2.svg)
}

.m-check._gray label {
    color: #787878
}

.m-radio input:checked~label:before {
    border: none;
    background-size: 100% auto
}

.m-radio label:before {
    border-radius: 50%;
    background-image: url(../img/radio.svg)
}

.m-radio label span {
    display: block;
    line-height: 157%;
    color: #5b626c;
    margin-top: .125em
}

.cartcalc {
    max-width: 100%;
    width: 7.5625rem;
    display: grid;
    grid-template-columns: 2.1875em calc(100% - 2.1875em * 2) 2.1875em;
    border: 1px solid #e9edf2;
    height: 3.125em
}

.cartcalc button,
.cartcalc input {
    height: 100%;
    width: 100%;
    min-height: 100%
}

.cartcalc input {
    border: none;
    border-left: 1px solid #e9edf2;
    border-right: 1px solid #e9edf2;
    color: #05000f;
    font-weight: 500;
    font-size: 1em;
    text-align: center
}

.cartcalc svg {
    width: .5em;
    height: auto
}

.cartcalc button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cartcalc button:hover {
    background-color: #e6e6ec
}

.pagination {
    margin-top: 3.75em
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__item {
    height: 3.625em;
    min-width: 3.625em;
    padding: 0 1.25em;
    border-radius: .25em;
    border: 1px solid #05000f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .3125em;
    font-weight: 500
}

.pagination__item svg {
    width: 1.0625em;
    height: auto
}

.pagination__item._active {
    pointer-events: none
}

.pagination__item._active,
.pagination__item:hover {
    color: #fff;
    background-color: #05000f;
    border-color: #05000f
}

.pagination__item._active path,
.pagination__item:hover path {
    fill: #fff
}

.pagination__item._btn {
    padding: 0 1.5em
}


.profile_item-date {
    position: absolute;
    top: 10px;
    left: 14px;
    font-weight: 400;
    z-index: 1;
    font-size: 12px;
    color: #FFFFFF;
}

@media screen and (max-width:992px) {
    .h1 {
        font-size: 1.625em
    }

    .h2 {
        font-size: 1.375em
    }

    .h3 {
        font-size: 1.0625em
    }

    .text20-tablet {
        font-size: 1.25em
    }

    .text19-tablet {
        font-size: 1.1875em
    }

    .text18-tablet {
        font-size: 1.125em
    }

    .text17-tablet {
        font-size: 1.0625em
    }

    .text16-tablet {
        font-size: 1em;
        line-height: 138%
    }

    .text15-tablet {
        font-size: .9375em
    }

    .text14-tablet {
        font-size: .875em
    }

    .text13-tablet {
        font-size: .8125em
    }

    .text12-tablet {
        font-size: .75em
    }

    .text11-tablet {
        font-size: .6875em
    }

    .text10-tablet {
        font-size: .625em
    }

    .pagination {
        margin-top: 1.875em
    }
}

@media screen and (max-width:576px) {
    .pagination {
        margin-top: 1.56em
    }

    .pagination ._hide-tablet {
        display: none
    }

    .pagination ._btn {
        width: 2.8125em;
        padding: 0
    }

    .pagination__item {
        height: 2.8125em;
        min-width: 2.8125em;
        padding: 0 .875em
    }

    .pagination__item span {
        font-size: .875em
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab {
    height: 3.5625em;
    padding: 0 1.56em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(5, 0, 15, .8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tab:not(:last-child) {
    margin: 0 .94em 0 0
}

.tab:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #6fd8fa;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.tab span {
    font-size: .875em;
    line-height: 120%
}

.tab:hover {
    background: #fbfbfb;
    cursor: pointer
}

.tab._active {
    background: #fbfbfb;
    pointer-events: none
}

.tab._active:before {
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content._active {
    display: block
}

.grid {
    display: grid;
    gap: 1.25em;
    grid-template-columns: 100%
}

.grid2 {
    grid-template-columns: repeat(2, calc(50% - .5em))
}

.grid3 {
    grid-template-columns: repeat(3, calc(100% / 3 - 2.5em / 3))
}

.grid4,
.grid5 {
    grid-template-columns: repeat(4, calc(25% - 3.75em / 4))
}

@media screen and (max-width:992px) {
    .grid-tablet {
        grid-template-columns: 100%
    }

    .grid-tablet2 {
        grid-template-columns: repeat(2, calc(50% - .625em))
    }
}

@media screen and (max-width:576px) {
    .grid-mob {
        grid-template-columns: 100%
    }
}

.m-section {
    padding: 5.5em 0
}

._flex,
._flex-between,
._flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex-between._start,
._flex-center._start,
._flex._start {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

._flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._mt48 {
    margin-top: 3em
}

._mt32 {
    margin-top: 2em
}

._mt24 {
    margin-top: 1.5em
}

._scale-img {
    overflow: hidden
}

._scale-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

._scale-img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.m-backdrop {
    position: relative
}

.m-backdrop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    pointer-events: none;
    border-radius: inherit
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials__item {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__item:not(:last-child) {
    margin: 0 .75em 0 0
}

.socials__item:hover path {
    fill-opacity: 1
}

.socials__item:hover path:not(._not-fill) {
    fill: #fff
}

@media screen and (max-width:992px) {
    .m-section {
        padding: 1.875em 0
    }
}

.breadcrumbs {
    margin-top: 60px
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 110%;
    position: relative;
    font-weight: 400;
    display: inline
}

.breadcrumbs__item:last-child {
    font-weight: 600
}

.breadcrumbs__item:not(:first-child) {
    margin-left: 24px
}

.breadcrumbs__item:not(:first-child):before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 3.51px;
    height: 3.51px;
    background-color: #6fd8fa;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    right: 100%;
    margin-right: 10px
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    background-color: #05000f;
    opacity: .5
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    overflow-y: auto;
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    padding: 1em 0;
    text-align: center
}

.modal:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal__dialog {
    text-align: left;
    vertical-align: middle;
    background: #fff;
    width: 67em;
    max-width: calc(100% - 2em);
    position: relative;
    z-index: 3;
    padding: 3em;
    border-radius: 1.5em;
    display: inline-block
}

.modal._active {
    opacity: 1;
    pointer-events: unset
}

.modal._active .modal__bg {
    display: block
}

.modal__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal .close-btn {
    width: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header {
    padding: 1.75em 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    color: #fff;
    overflow: hidden
}

.header:before,
.header__bg {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2
}

.header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.header._fix:after,
.header._fix:before {
    opacity: 1
}

.header__bg {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    mix-blend-mode: color-burn;
    overflow: hidden
}

.header__bg img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: 4s ease-in-out infinite pulse2;
    animation: 4s ease-in-out infinite pulse2;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;

    .menu_btns {
        display: none;
    }

    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:0 11.5em;
    position:relative;
    z-index:3
}

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15.625em
}

.header__logo img {
    width: 100%;
    display: block
}

.burger,
.header .try-free__shops {
    display: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__link {
    font-size: 1.25em;
    padding: 0 .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5em;
    border-radius: 1.1em;
    background-color: rgba(255, 255, 255, .3);
    margin-left: .7em
}

.nav__link:hover {
    background-color: rgba(255, 255, 255, .7);
    color: #3d2f5b
}

@media screen and (max-width:1299px) {
    .menu {
        margin-left: 30px
    }
}

@media screen and (max-width:992px) {
    .header {
        padding: .625em 0;
        overflow: unset
    }

    .header:before {
        display: none;
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important
    }

    .header._fix .header__bg {
        opacity: 1
    }

    .header__inner {
        padding: 0;
        min-height: 3em
    }

    .header__logo {
        width: 11.25em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header .try-free__shops {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 1.375em
    }

    .header .try-free__shop:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 0 .9375em
    }

    .header._open .menu {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header._open .burger ._view1 {
        opacity: 0
    }

    .header._open .burger ._view2 {
        opacity: 1
    }

    .burger {
        width: 2.75em;
        height: 2.75em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 1em;
        position: relative;
        z-index: 12
    }

    .burger img {
        width: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .burger ._view2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0
    }

    .menu {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        background-color: #fff;
        color: #05000f;
        padding: 4.25em 1em 2em;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .menu__scroll {
        overflow-y: auto;
        height: 100%
    }

    .nav {
        display: block
    }

    .nav__link {
        height: 2.8em;
        border-radius: 0;
        background-color: transparent;
        color: #05000f;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer {
    padding: 2.75em 0;
    background-color: #1d152e;
    color: #fff
}

.footer__wrap {
    margin: 2.75em auto 0;
    max-width: 100%;
    width: 57.125em;
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 11em / 3));
    gap: 5.5em
}

.footer__bottom {
    margin-top: 2.75em;
    padding-top: 2.75em;
    border-top: .1875em solid #261e39;
    text-align: center
}

.contact-item {
    display: grid;
    grid-template-columns: 100%;
    gap: .5em;
    text-align: center
}

@media screen and (max-width:992px) {
    .footer {
        padding: 1.875em 0
    }

    .footer__wrap {
        margin-top: 1.25em;
        width: 40em;
        grid-template-columns: repeat(3, calc(100% / 3 - 2.75em / 3));
        gap: 1.375em
    }

    .footer__bottom {
        margin-top: 1.25em;
        padding-top: 1.25em
    }
}

.text * {
    line-height: inherit
}

.text p:not(:last-child) {
    margin: 0 0 1em
}

.text ol {
    counter-reset: list
}

.text ol li {
    counter-increment: list
}

.text ol li:before {
    content: counter(list) ". "
}

.text ul li {
    position: relative
}

.text ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0
}

.header:before,
.main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    mix-blend-mode: color-burn;
    -webkit-animation: 4s ease-in-out infinite pulse2;
    animation: 4s ease-in-out infinite pulse2;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.main {
    overflow: hidden;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    position: relative
}

.main__inner {
    padding: 12.375em 11.5em 15em;
    position: relative
}

.main__content {
    max-width: 45em
}

.main__subtitle {
    margin-top: 3.5em
}

.main__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -.25em
}

@-webkit-keyframes pulse2 {

    0%,
    100% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse2 {

    0%,
    100% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.main-card {
    width: 8.5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap
}

.main-card._active .main-card__rect {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-card:nth-child(1) {
    margin-top: 2.75em
}

.main-card:nth-child(2) {
    margin-top: 2.125em
}

.main-card:nth-child(3) {
    margin-top: 1.25em
}

.main-card:nth-child(4) {
    margin-top: .625em
}

.main-card__top {
    position: relative
}

.main-card__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-card__icon img {
    width: 2.25em
}

.main-card__rect {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    display: block;
    opacity: .8
}

.main-media {
    position: absolute;
    bottom: 0;
    right: 5.5em;
    width: 50.375em
}

.main-media__cube img {
    width: 100%;
    display: block
}

.main-media__phone,
.main-media__phone2 {
    position: absolute
}

.main-media__phone2:before,
.main-media__phone:before {
    content: '';
    position: absolute;
    height: 1.75em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

.main-media__phone img,
.main-media__phone2 img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.main-media__phone {
    width: 22.75em;
    right: 4em;
    bottom: 100%;
    margin-bottom: -4.5em
}

.main-media__phone img {
    -webkit-animation: 3s ease-in-out infinite rotate;
    animation: 3s ease-in-out infinite rotate
}

.main-media__phone:before {
    background-image: url(../img/shadow.svg);
    right: 2em;
    bottom: 1.75em;
    width: 15.1875em
}

.main-media__phone2 {
    width: 23.22em;
    left: 9em;
    bottom: 100%;
    margin-bottom: -4.5em
}

.main-media__phone2 img {
    -webkit-animation: 3s ease-in-out infinite rotate2;
    animation: 3s ease-in-out infinite rotate2
}

.main-media__phone2:before {
    background-image: url(../img/shadow2.svg);
    left: 1em;
    bottom: .5em;
    width: 17.3125em
}

.why_inner {
    margin-top: 80px;
    background: linear-gradient(90deg, #E47564 0%, #A82CA6 100%);
    border-radius: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.3em 8em 7.3em 9em;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.why_inner:hover::after {
    opacity: 1
}

.why_inner::after {
    position: absolute;
    content: "";
    background: #FEC053;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    transition: all 0.3s;
    top: 0;
    right: 0
}

.why_inner:hover .why_inner-arrow path {
    stroke: #FA964D
}

.why_inner::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    border-radius: 70px;
    left: 15px;
    bottom: 15px;
    z-index: -1;
    background-image: url(../img/why_inner.svg);
    background-size: cover;
    background-position: center
}

.why_inner-text {
    font-weight: 800;
    line-height: normal;
    color: #FFF;
    font-size: 2em;
    width: 20em
}

.why_inner-btn {
    display: flex;
    justify-content: center;
    width: 13.2em;
    height: 3.5em;
    border-radius: 22px;
    font-weight: 800;
    line-height: 40.8px;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 2.26em;
    text-transform: uppercase;
    align-items: center;
    box-shadow: 0 30px 40px 0 #EA2B4A61;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    z-index: 1;
    position: relative
}

.why_inner:hover .why_inner-btn::after {
    opacity: 1
}

.why_inner-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 100%);
    width: 100%;
    height: 100%;
    border-radius: 22px;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s
}

.why_inner:hover .why_inner-btn::before {
    opacity: 0
}

.why_inner-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/why_inner-btn.svg);
    background-size: cover;
    width: 139px;
    transition: all 0.3s;
    height: 138px;
    right: 17px;
    bottom: -105px
}

.fancybox-bg {
    background: none
}

.fancybox-inner {
    z-index: 0
}

.fancybox-bg::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(81, 57, 130, .9);
    backdrop-filter: blur(15px);
    height: 100%
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

@-webkit-keyframes rotate {

    from,
    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(-2deg) translateY(-.5em);
        transform: rotate(-2deg) translateY(-.5em)
    }
}

@keyframes rotate {

    from,
    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(-2deg) translateY(-.5em);
        transform: rotate(-2deg) translateY(-.5em)
    }
}

@-webkit-keyframes rotate2 {

    from,
    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(2deg) translateY(-.5em);
        transform: rotate(2deg) translateY(-.5em)
    }
}

@keyframes rotate2 {

    from,
    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(2deg) translateY(-.5em);
        transform: rotate(2deg) translateY(-.5em)
    }
}

@media screen and (max-width:992px) {
    .main__inner {
        padding: 5.5em 1.25em
    }

    .main__content {
        max-width: 23em
    }

    .main__subtitle {
        margin-top: .625em
    }

    .main__items {
        width: calc(100% + .9375em);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .main-card {
        width: 6.125em;
        margin: .625em .625em 0 0 !important;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main-card__top {
        padding: 0 .3125em
    }

    .main-card__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-card__icon img {
        width: 1.75em
    }

    .main-card__text {
        font-size: 1em;
        line-height: 125%
    }

    .main-media {
        font-size: .5em
    }
}

@media screen and (max-width:576px) {
    .footer__wrap {
        grid-template-columns: 100%
    }

    .header:before,
    .main:before {
        background-image: url(../img/main-bg4.png);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .main {
        text-align: center
    }

    .main__inner {
        padding-bottom: 0
    }

    .main__content {
        max-width: 100%;
        margin-bottom: 17.5em
    }

    .main__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    @-webkit-keyframes pulse2 {

        0%,
        100% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        70% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes pulse2 {

        0%,
        100% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        70% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    .main-media {
        font-size: .63em;
        position: relative;
        width: calc(100% + 2em);
        margin-left: -1em;
        right: unset
    }

    .main-media__phone,
    .main-media__phone2 {
        font-size: .75em
    }

    .main-media__phone {
        right: 2em
    }

    .main-media__phone2 {
        left: 6em
    }
}

.try-free {
    margin: 0 auto;
    width: 62.1875em;
    color: #fff;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.try-free__inner {
    border-radius: 5.5em;
    padding: .1875em;
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    -webkit-box-shadow: 0 0 2.75em rgba(183, 42, 145, .75) inset, 0 0 2.75em rgba(183, 42, 145, .75);
    box-shadow: 0 0 2.75em rgba(183, 42, 145, .75) inset, 0 0 2.75em rgba(183, 42, 145, .75);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 100%
}

.try-free__inner:hover {
    width: calc(100% + 5.5em)
}

.try-free__inner:hover .try-free__inner2 {
    padding: 0 2.5em
}

.try-free__inner2 {
    border-radius: inherit;
    background: #261e39;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.try-free__wrap {
    padding: 3.75em 5.5em;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    display: grid;
    grid-template-columns: 15.3125em calc(100% - 15.3125em - 2.75em);
    gap: 2.75em
}

.try-free__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.try-free__qr {
    padding-bottom: 100%;
    position: relative;
    border-radius: 1.75em;
    border: 3px solid #8777aa;
    background: #3d2f5b
}

.try-free__qr canvas,
.try-free__qr img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11em;
}

.try-free__title {
    font-size: 3.75em;
    line-height: 121%;
    font-weight: 300;
    font-family: Inter, sans-serif
}

.try-free__title span {
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800
}

.try-free__subtitle {
    color: #6fd8fa
}

.try-free__shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25em;
    margin-top: auto
}

.try-free__shop {
    height: 5em;
    padding: .875em 1.25em;
    border-radius: .875em;
    border: 2px solid #8777aa;
    background: #3d2f5b;
    margin-right: 1.25em
}

.try-free__shop:last-child {
    margin: 0
}

.try-free__shop svg {
    width: auto;
    height: 100%;
    display: block
}

.try-free__shop:hover {
    background: #fff;
    border-color: #fff
}

.try-free__shop:hover path:not(._not-hover) {
    fill: #05000f
}

._anchor__target {
    position: absolute;
    bottom: 100%;
    margin-bottom: 5em;
    pointer-events: none
}

.m-icon {
    width: 16.35em;
    height: 16.35em;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 80.1%, rgba(255, 255, 255, .2) 100%), -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 80.1%, rgba(255, 255, 255, .2) 100%), -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 80.1%, rgba(255, 255, 255, .2) 100%), linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse
}

.m-icon img {
    width: 8.5em;
    position: relative;
    z-index: 2
}

.why {
    padding-top: 0;
    position: relative;
    z-index: 2;
    background-color: #ece6f9
}

.why .try-free {
    margin-top: -2.875em;
    margin-bottom: 4.2em
}

.why__inner {
    position: relative
}

.why__title {
    width: 8em;
    margin: 0 auto;
    text-align: center
}

.why__items {
    margin-top: 5.5em;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 8.25em / 4));
    gap: 2.75em
}

.why__icon {
    left: 1.73em;
    top: 19.36em;
    -webkit-transform: rotate(-13.747deg);
    -ms-transform: rotate(-13.747deg);
    transform: rotate(-13.747deg)
}

.why__icon2 {
    top: 11.8125em;
    right: 4.5em;
    width: 10.76em;
    height: 10.76em;
    -webkit-transform: rotate(17.36deg);
    -ms-transform: rotate(17.36deg);
    transform: rotate(17.36deg)
}

.why__icon2 img {
    width: 5.62em
}

.why-card {
    border-radius: 1.75em;
    background-color: #fff;
    padding: 2.75em
}

.why-card:hover .why-card__img {
    border-color: #ece6f9
}

.why-card:hover .why-card__img img {
    -webkit-transform: translateY(-.25em);
    -ms-transform: translateY(-.25em);
    transform: translateY(-.25em)
}

.why-card:hover .why-card__title {
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.why-card__img {
    border: 3px solid #fff;
    border-radius: 1.75em;
    -webkit-box-shadow: 0 4px 0 0 #ece6f9;
    box-shadow: 0 4px 0 0 #ece6f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 11.4375em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.why-card__img img {
    width: 6.5625em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.why-card__text {
    text-align: center;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.375em;
    margin-top: 2.75em
}

.fancybox-close-small {
    display: none
}

.popup_body {
    padding: 0;
    background: none;
    overflow: visible
}

.popup_body-wrapper {
    border-radius: 14px;
    border: 1px solid #3E2F5C;
    background: #1D152E;
    width: 512px;
    position: relative;
    padding: 50px 40px;
    margin-bottom: 50px
}

.popup_body-title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    margin-bottom: 28px
}

.popup_bodyp-subtitle {
    color: #6F687E;
    font-size: 16px;
    text-align: center;
    margin-bottom: 26px;
    margin-top: -14px
}

.popup_inp-wrapper {
    width: 356px;
    height: 54px;
    margin: 0 auto 7px;
    position: relative
}

.popup_inp-icon {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%)
}

.popup_inp {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 2px solid #110A1E;
    background: #3D2F5B;
    border-radius: 14px;
    font-size: 18px;
    color: #fff
}

.popup_inp:focus {
    border: 2px solid #8874B1
}

.popup_inp:focus+.popup_inp-icon path {
    fill: #B097E4
}

.popup_body-close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    transition: all 0.3s
}

.popup_body-close:hover {
    transform: scale(1.1)
}

.popup_body-logo {
    display: flex;
    margin-bottom: 56px;
    justify-content: center
}

input:focus::placeholder {
    opacity: 0
}

.popup_inp::placeholder {
    transition: all 0.3s;
    color: rgba(255, 255, 255, .5)
}

.popup_body-btn {
    border-radius: 14px;
    border: 2px solid #110A1E;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 356px;
    height: 54px;
    margin: 0 auto 7px;
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    text-align: center;
    position: relative
}

.popup_body-btn:hover::before {
    opacity: 1
}

.popup_body-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(250, 150, 77, .9) 0%, rgba(233, 33, 74, .9) 71.5%)
}

.popup_body-dop {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #05000F;
    border-radius: 14px;
    width: 356px;
    height: 54px;
    margin: 0 auto 14px;
    color: #FFF !important;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: 800;
    text-align: center
}

.popup_body-dop:hover {
    background-color: #241A39
}

.popup_body-captcha {
    display: flex;
    margin: 0 auto 7px;
    border-radius: 14px;
    overflow: hidden;
    width: fit-content;
    justify-content: center
}

.popup_body-forgot {
    font-size: 16px;
    text-align: center;
    color: #8874B1;
    margin-bottom: 32px;
    display: block
}

.popup_body-desc {
    color: #6F687E;
    font-size: 14px;
    text-align: center;
    width: 368px;
    margin: 22px auto 22px
}

.popup_body-contacts {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px
}

.popup_body-contacts a {
    color: #F9914D;
    border-bottom: 1px dashed
}

.popup_body-mail {
    font-size: 16px;
    text-decoration-line: underline;
    color: #8874B1;
    text-align: center;
    display: flex;
    justify-content: center
}

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

.popup_body-apps .try-free__shop {
    width: calc(50% - 5px);
    height: auto;
    padding: 11px 30px;
    border-radius: 5px;
    margin: 0
}

.popup_body-apps .try-free__shop svg {
    width: 100%;
    height: auto
}

.why-card__title {
    text-transform: uppercase
}

.why-card__desc {
    color: rgba(5, 0, 15, .7)
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width:992px) {
    ._anchor__target {
        margin-bottom: 4em
    }

    .why .try-free {
        margin-top: 0;
        margin-bottom: 1.875em
    }

    .why__items {
        margin-top: 1.25em;
        grid-template-columns: repeat(2, calc(50% - .3125em));
        gap: .625em
    }

    .why__bottom {
        position: relative
    }

    .why__icon {
        top: 1em;
        left: .2em
    }

    .why__icon2 {
        width: 2.5em;
        height: 2.5em;
        top: -.875em;
        right: .25em
    }

    .why__icon2 img {
        width: 1.3125em
    }

    .try-free {
        margin-left: -.9375em;
        width: calc(100% + 1.874em);
        text-align: center
    }

    .try-free__inner {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0
    }

    .try-free__inner:hover {
        width: 100%
    }

    .try-free__inner:hover .try-free__inner2 {
        padding: 0
    }

    .try-free__wrap {
        padding: 1.975em 1em;
        grid-template-columns: 100%
    }

    .try-free__col {
        display: none
    }

    .try-free__col2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .try-free__title {
        font-size: 2.25em
    }

    .try-free__shops {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .try-free__shop {
        height: 2.5em;
        padding: .44em .625em;
        border-radius: .4375em;
        border-width: 1px;
        margin-right: .9375em
    }

    .why-card {
        padding: 1.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .why-card__img {
        border-radius: 1.4375em;
        width: 4em;
        height: 4em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.25em
    }

    .why-card__img img {
        width: 2.75em
    }

    .why-card__text {
        gap: .625em;
        text-align: left;
        margin: 0
    }

    .why-card__title {
        font-size: 1.125em;
        line-height: 144%
    }

    .why-card__desc {
        font-size: 1em;
        line-height: 138%
    }

    .m-icon {
        width: 2.75em;
        height: 2.75em
    }

    .m-icon img {
        width: 1.5em
    }
}

@media screen and (max-width:576px) {
    .why__items {
        grid-template-columns: 100%;
        gap: .3125em
    }
}

.faq {
    background-color: #ece6f9;
    overflow: hidden;
    position: relative
}

.faq__inner {
    position: relative
}

.faq__icon {
    top: -1.875em;
    right: 10.625em;
    width: 10.625em;
    height: 10.625em;
    -webkit-transform: rotate(13.435deg);
    -ms-transform: rotate(13.435deg);
    transform: rotate(13.435deg)
}

.faq__icon img {
    width: 5.5em
}

.faq__items {
    margin-top: 5.5em;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.375em
}

.faq .try-free {
    margin-top: 5.5em
}

.qa-card {
    border-radius: 1.75em;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (min-width:993px) {
    .why ._anchor__target {
        bottom: unset;
        top: 18em
    }

    .qa-card:hover {
        background: #6fd8fa
    }

    .feedback-card:hover:before {
        opacity: 1
    }
}

.qa-card._active .qa-card__btn img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.qa-card__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    padding: 2.75em
}

.qa-card__btn {
    margin-left: 1em;
    width: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qa-card__btn img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%
}

.qa-card__hidden {
    padding: 0 2.75em 2.75em;
    display: none
}

.feedback {
    position: relative
}

.feedback__inner {
    background-color: #ece6f9;
    background-image: url(../img/feedback-bg.svg);
    background-size: cover;
    background-position: center;
    padding: 5.5em 9.375em;
    border-radius: 5.5em;
    position: relative
}

.feedback__icon {
    position: absolute;
    top: -2.125em;
    left: 6.375em;
    width: 14.125em;
    height: 14.125em;
    -webkit-transform: rotate(-11.108deg);
    -ms-transform: rotate(-11.108deg);
    transform: rotate(-11.108deg)
}

.feedback__icon img {
    width: 7.375em
}

.slider__wrap {
    overflow: hidden
}

.feedback-slider {
    margin-top: 5.5em;
    position: relative
}

.feedback-slider .swiper-container {
    width: calc(100% + 2.75em)
}

.feedback-slider .swiper-slide {
    width: 25%;
    padding-right: 2.75em
}

.feedback-slider .swiper-button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8em;
    height: 20.75em;
    border-radius: 3.25em;
    background-color: #ece6f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback-slider .swiper-button:hover {
    background-color: #fff
}

.feedback-slider .swiper-button img {
    width: 5em
}

.feedback-slider .swiper-button-prev {
    left: -10.75em
}

.feedback-slider .swiper-button-next {
    right: -10.75em
}

.feedback-card,
.phone {
    border-radius: 3.25em
}

.phone__inner {
    border: .3125em solid #6fd8fa
}

.feedback-card {
    border: .3125em solid #6fd8fa
}

.feedback-card__inner,
.phone__inner {
    padding-bottom: 201%;
    position: relative;
    border-radius: inherit;
    overflow: hidden
}

.feedback-card .video-custom-play,
.phone .video-custom-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: inherit;
    z-index: 2;
    background-size: cover;
    background-position: center
}

.phone video {
    border-radius: 0 !important
}

.feedback-card {
    position: relative;
    border: none;
    padding: .3125em;
    background-color: #fff
}

.feedback-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.feedback-card__inner {
    z-index: 2
}

@media screen and (max-width:992px) {
    .faq {
        padding-bottom: 0
    }

    .faq__icon {
        top: -1em;
        right: -1.5em;
        width: 4.3125em;
        height: 4.3125em
    }

    .faq__icon img {
        width: 2.25em
    }

    .faq .h1 {
        max-width: 80%;
        margin: 0 auto
    }

    .faq__items {
        margin-top: 1.25em;
        gap: .3125em
    }

    .faq .try-free {
        margin-top: 1.875em
    }

    .qa-card__show {
        padding: 1.25em
    }

    .qa-card__btn {
        width: 1.5em
    }

    .qa-card__hidden {
        padding: 0 1.25em 1.25em
    }

    .feedback {
        padding: .9375em 0
    }

    .feedback__inner {
        padding: 1.875em 0;
        border-radius: 4.125em
    }

    .feedback__icon {
        top: .4375em;
        left: -.375em;
        width: 3.75em;
        height: 3.75em
    }

    .feedback__icon img {
        width: 2em
    }

    .feedback-slider {
        padding-left: 2.94em;
        margin-top: 1.25em
    }

    .feedback-slider .slider__wrap {
        padding: 0 2.94em 0 0
    }

    .feedback-slider .swiper-container {
        width: calc(100% + .9375em)
    }

    .feedback-slider .swiper-slide {
        width: 17.67em;
        padding-right: .9375em
    }

    .feedback-slider .swiper-button {
        display: none
    }

    .feedback-card {
        border-radius: 2.65em;
        padding: .25em
    }
}

@media screen and (max-width:576px) {
    .feedback .h1 {
        width: 58%;
        margin: 0 auto
    }

    .feedback-slider {
        overflow: hidden;
        border-radius: 0 0 2em 2em;
        padding-left: 0
    }

    .feedback-slider .slider__wrap {
        padding: 0;
        width: 17.67em;
        overflow: unset;
        margin: 0 auto
    }

    .feedback-slider .swiper-slide {
        width: 100%
    }

    .feedback-slider .swiper-slide-active .feedback-card {
        background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
        background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
        background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%)
    }

    .feedback-card {
        background: 0 0 !important;
        padding: 0;
        border: .1875em solid #fff
    }

    .feedback-card:before {
        display: none
    }

    .feedback-card .video-custom-play {
        background-color: transparent
    }
}

.video-custom-play {
    position: relative
}

.video-custom-play:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 0, 15, .5)), to(rgba(5, 0, 15, 0)));
    background: -o-linear-gradient(top, rgba(5, 0, 15, .5) 0, rgba(5, 0, 15, 0) 100%);
    background: linear-gradient(180deg, rgba(5, 0, 15, .5) 0, rgba(5, 0, 15, 0) 100%);
    z-index: 1
}

.video-custom-play:hover:before {
    opacity: 0
}

.video-custom-play video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-custom-play .video-play-icon {
    width: 3.75em;
    height: 3.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.video-custom-play .video-play-icon img {
    width: 100%
}

.video-custom-play.is-video-playing .video-play-icon {
    opacity: 0 !important
}

.video-custom-play.is-video-playing:hover .video-play-icon {
    opacity: 1
}

.video-custom-play.is-video-playing .video-play-icon:before {
    content: ""
}

.video-custom-play.is-video-playing:before {
    display: none
}

.how-work {
    overflow: hidden;
    position: relative
}

.how-work__inner {
    position: relative
}

.how-work__icon {
    right: -2.125em;
    top: 7.625em;
    -webkit-transform: rotate(11.343deg);
    -ms-transform: rotate(11.343deg);
    transform: rotate(11.343deg);
    width: 25.8em;
    height: 25.8em
}

.how-work__icon img {
    width: 13.4em
}

.how-work__icon2 {
    right: 26.5em;
    top: 8.25em;
    width: 7.52em;
    height: 7.52em
}

.how-work__icon2 img {
    width: 3.93em
}

.how-work__icon3 {
    left: 38.75em;
    bottom: -1em;
    width: 7.5em;
    height: 7.5em;
    -webkit-transform: rotate(-11.343deg);
    -ms-transform: rotate(-11.343deg);
    transform: rotate(-11.343deg)
}

.how-work__icon3 img {
    width: 4em
}

.how-work__wrap {
    display: grid;
    grid-template-columns: 20.5em calc(100% - 26em);
    gap: 5.5em;
    margin-top: 5.5em;
    padding-left: 11.75em
}

.how-work__items {
    margin-top: 2.75em;
    display: grid;
    grid-template-columns: 100%;
    gap: 2.75em
}

.how-work__item {
    padding: .1875em;
    border-radius: 3.25em;
    margin-right: auto;
    color: #fff;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#fb9c4e), color-stop(50%, #eb2149), to(#a02eb2));
    background: -o-linear-gradient(left, #fb9c4e 0, #eb2149 50%, #a02eb2 100%);
    background: linear-gradient(90deg, #fb9c4e 0, #eb2149 50%, #a02eb2 100%)
}

.how-work__item-inner {
    display: inline-grid;
    grid-template-columns: 7.125em calc(100% - 7.125em);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #261e39;
    padding: 2.75em;
    border-radius: inherit
}

.how-work__item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 9.75em;
    background-image: url(../img/arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none
}

.how-work__item:nth-child(1):before {
    opacity: 0
}

.how-work__item-num {
    color: #6fd8fa
}

.how-work__item:nth-child(2) {
    margin-left: 9.75em
}

.how-work__item:nth-child(3) {
    margin-left: 19.5em
}

.phone {
    border-color: #6fd8fa;
    position: relative;
    pointer-events: none
}

.phone:after,
.phone:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.phone:before {
    border-radius: 1.9375em;
    width: 4.6875em;
    height: 1.3125em;
    background-color: #05000f;
    top: .875em
}

.phone:after {
    width: 6.6875em;
    height: .3125em;
    background-color: #fff;
    border-radius: .25em;
    bottom: .75em
}

.phone .video-play-icon {
    opacity: 0;
    pointer-events: none
}

.phone video {
    border-radius: 3.25em
}

.phone .video-custom-play {
    border-radius: inherit;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:1199px) {
    .why_inner-arrow {
        transform: scale(.7)
    }

    .why_inner-btn::before {
        width: 100px;
        height: 98px;
        right: 17px;
        bottom: -76px
    }
}

@media screen and (max-width:992px) {
    .video-custom-play .video-play-icon {
        width: 3.0625em;
        height: 3.0625em
    }

    .header_log,
    .header_reg {
        font-size: 1em
    }

    .menu {
        margin-left: 0
    }

    .popup_body-logo {
        margin-bottom: 20px
    }

    .popup_body-wrapper {
        margin-bottom: 30px;
        padding: 40px 30px
    }

    .video-custom-play.is-video-playing:hover .video-play-icon {
        opacity: 0
    }

    .how-work {
        padding-bottom: .9375em
    }

    .how-work__icon {
        display: none
    }

    .how-work__icon2 {
        right: 2.5em;
        top: -1em;
        width: 5.25em;
        height: 5.25em
    }

    .how-work__icon2 img {
        width: 2.75em
    }

    .how-work__icon3 {
        left: unset;
        bottom: unset;
        top: 5em;
        right: -3.75em;
        width: 10.5em;
        height: 10.5em
    }

    .how-work__icon3 img {
        width: 5.5em
    }

    .how-work__wrap {
        grid-template-columns: calc(30% - .625em) calc(70% - .625em);
        gap: 1.25em;
        margin-top: 1.25em;
        padding-left: 0
    }

    .how-work__items {
        margin-top: 0;
        gap: .3125em
    }

    .how-work__item {
        border-radius: 1.75em
    }

    .how-work__item-inner {
        grid-template-columns: 4.8125em calc(100% - 4.8125em);
        padding: 1.25em
    }

    .how-work__item:before {
        width: 4.25em;
        background-image: url(../img/arrow2.svg)
    }

    .how-work__item:nth-child(2) {
        margin-left: 4.25em
    }

    .how-work__item:nth-child(3) {
        margin-left: 8.5em
    }

    .how-work__item-num {
        font-size: 3em
    }

    .how-work__item-desc {
        font-size: 1em;
        line-height: 138%
    }

    .phone {
        border-radius: 2.25em;
        border-width: .225em
    }

    .phone:before {
        border-radius: 1.3125em;
        width: 3.25em;
        height: .85em;
        top: .5625em
    }

    .phone:after {
        width: 4.6875em;
        height: .225em;
        border-radius: .1875em;
        bottom: .5em
    }

    .phone video {
        border-radius: 2.125em
    }

    .why_inner-arrow {
        display: none
    }

    .why_inner {
        margin-top: 40px;
        padding: 4em;
        border-radius: 4em
    }

    .why_inner::before {
        border-radius: 3em
    }

    .why_inner-btn::before {
        width: 78px;
        height: 78px;
        right: 17px;
        bottom: -60px
    }

    .why_inner-text {
        font-size: 1.4em;
        width: 14em
    }

    .why_inner-btn {
        font-size: 1.25em
    }
}

@media screen and (max-width:576px) {
    .how-work__icon2 {
        top: 10.25em;
        right: .625em
    }

    .header_reg {
        display: none
    }



    .how-work__icon3 {
        top: 17.875em
    }

    .how-work__wrap {
        grid-template-columns: 100%
    }

    .how-work__col {
        width: 14.375em
    }

    .how-work__items {
        padding-left: 4.5625em
    }

    .how-work__item {
        margin-left: 0 !important
    }

    .how-work__item:before {
        margin-right: .3125em
    }

    .how-work__item br {
        display: none
    }

    .how-work__item:nth-child(1):before {
        opacity: 1
    }

    .how-work__item:nth-child(3):before {
        background-image: url(../img/arrow3.svg)
    }

    .why_inner {
        flex-direction: column;
        padding: 2.5em
    }

    .why_inner::before {
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
        border-radius: 3.5em
    }

    .why_inner-text {
        margin-bottom: 20px;
        width: 100%
    }

    .why_inner-btn {
        width: 100%
    }
}

.inside_page {
    background: #ECE6F9;
    font-family: Lato
}

.inside_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh
}

.header_page {
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

.header_page-wrapper {
    padding: 38px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container_inside {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto
}

.header_page-left {
    display: flex;
    align-items: center
}

.header_page-logo {
    display: flex;
    margin-right: 70px
}

.header_page-links {
    display: flex;
    gap: 20px
}

.header_page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 54px;
    border: 2px solid #FFF;
    border-radius: 38px;
    color: rgba(17, 10, 30, .5);
    font-size: 20px;
    position: relative
}

.header_page-link:hover {
    color: #3D2F5B
}

.header_page-link.active {
    background: #FFF;
    color: #110A1E
}

.header_page-link.active::before {
    position: absolute;
    content: "";
    background-image: url(../img/tooltip.svg);
    background-size: cover;
    right: 50%;
    transform: translateX(50%);
    bottom: -12px;
    width: 13px;
    height: 12px
}

.header_page-log {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #110A1E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s 0.3s
}

.header_page-log:hover {
    background-color: #FFF;
    transition: all 0.3s
}

.header_page-log>svg path {
    transition: all 0.3s 0.3s
}

.header_page-log:hover>svg path {
    fill: #261E39;
    transition: all 0.3s
}

.header_page-log:hover .header_page-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s
}

.header_page-menu {
    position: absolute;
    border-radius: 20px;
    background: #FFF;
    width: 175px;
    top: 0;
    left: -16px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0.3s
}

.header_page-menu a {
    font-size: 18px;
    gap: 20px;
    display: flex;
    align-items: center;
    color: #110A1E;
    border-bottom: 1px solid #ECE6F9;
    padding: 18px 24px
}

.header_page-menu li:last-child a {
    border-bottom: none
}

.search_wrapper {
    border-radius: 14px;
    background: #261E39;
    padding: 32px 42px
}

.search_wrapper-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 18px
}

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

.search_inp-wrapper {
    width: calc(100% - 196px);
    position: relative
}

.search_inp-wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/search.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 23px;
    top: 18px
}

.search_wrapper-inp {
    border-radius: 14px;
    background: #ECE6F9;
    height: 60px;
    width: 100%;
    border: 1.5px solid #FB9C4E;
    padding: 18px 60px 16px 74px;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    resize: none;
    color: #110A1E
}

.search_wrapper-inp::placeholder {
    color: #6F687E;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
}

.search_wrapper-inp:focus {
    background: #FFF;
    border: 1.5px solid #FB9C4E
}

.search_wrapper-btn {
    position: relative;
    border-radius: 17px;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    box-shadow: 0 25px 40px 0 rgba(234, 43, 74, .38);
    width: 188px;
    height: 60px;
    border: 1.5px solid #110A1E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    overflow: hidden
}

.search_wrapper-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(250, 150, 77, .9) 0%, rgba(233, 33, 74, .9) 71.5%);
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s
}

.search_wrapper-btn:hover::after {
    opacity: 1
}

.search_bot-desc {
    margin-top: auto;
    margin-bottom: 96px;
    color: #6F687E
}

.search_bot-desc span {
    max-width: 530px;
    font-size: 14px;
    line-height: 20px;
    display: block
}

.search_items {
    margin-top: 24px;
    display: flex;
    gap: 12px
}

.search_item {
    gap: 12px;
    background: rgba(255, 255, 255, .5);
    width: calc(25% - 9px);
    border-radius: 14px;
    padding: 66px 36px 40px;
    min-height: 232px;
    display: flex;
    color: #6F687E;
    line-height: 23px;
    font-size: 19px
}

.search_item-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.search_item-icon {
    margin-bottom: 24px
}

.search_item-title {
    color: #110A1E;
    font-weight: 700;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    width: 100%
}

.search_history .search_inp-wrapper {
    width: 100%
}

.history_items {
    margin-top: 16px
}

.history_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .5);
    padding: 15px 42px;
    margin-bottom: 5px;
    transition: all 0.3s
}

.history_item:last-child {
    margin-bottom: 0
}

.history_item:hover {
    background: rgba(255, 255, 255, 1)
}

.history_item-person {
    display: flex;
    align-items: center;
    gap: 20px
}

.history_item-img {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.history_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.history_item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #261E39
}

.history_item-favorit {
    display: block
}

.history_item-favorit span:hover {
    background: #FEC053
}

.history_item-favorit span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C3B9DA;
    transition: all 0.3s;
    width: 46px;
    position: relative;
    z-index: 1;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.history_item-favorit input {
    display: none
}

.history_item-favorit input:checked+span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    background: var(--Gradient-Gradient-100, linear-gradient(90deg, #FB9C4E 0%, #EB2149 50%, #A02EB2 100%));
    right: 0
}

.search_inp-clean {
    position: absolute;
    right: 26px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%)
}

.search_inp-clean.active {
    opacity: 1;
    visibility: visible
}

.history_empty {
    font-size: 16px;
    line-height: 18px;
    color: #6F687E;
    margin-top: 32px
}

.search_empty {
    border-radius: 14px;
    background: #6FD8FA;
    padding: 25px;
    margin-top: 14px;
    position: relative;
    text-align: center
}

.search_empty-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    color: #05000F;
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%)
}

.search_empty-close {
    position: absolute;
    right: 18px;
    top: 50%;
    display: flex;
    transform: translateY(-50%)
}

.search_empty-text {
    font-size: 14px;
    line-height: 20px;
    color: #05000F
}

.search_inp-error {
    color: #F94545;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    margin-top: 17px;
    padding-left: 25px;
    position: relative;
    width: 100%
}

.search_inp-error::before {
    position: absolute;
    content: "";
    background-image: url(../img/error.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.profile_wrapper {
    border-radius: 14px;
    background: #FFF;
    max-height: calc(100vh - 125px);
    position: relative;
}

.profile_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    position: relative;
    padding: 0 40px
}

.profile_top::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ECE6F9;
    height: 1px;
    width: calc(100% - 80px);
    bottom: 0;
    right: 50%;
    transform: translateX(50%)
}

.profile_top-left {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.profile_top-right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.profile_top-right .history_item-favorit span {
    background-color: #F2F2F2;
}

.profile_top-right .history_item-favorit input:checked+span path {
    fill: #fff;
    transition: none;
}

.lk_plan-top {
    border-radius: 37px;
    border: 1px solid #FFF;
    background: #261E39;
    width: fit-content;
    padding: 14px 14px 14px 22px;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 22px;
}

.lk_plan-top span {
    width: 1px;
    height: 31.016px;
    background: #FFF;
}

.plans_inside .plans_item-btn {
    display: none;
}

#popup_error .popup_body-mail,
#popup_error .popup_body-contacts,
#popup_done .popup_body-mail,
#popup_done .popup_body-contacts {
    display: none;
}

.lk_plan-time {
    display: flex;
    margin-bottom: 12px;
    color: #110A1E;
    line-height: 24px;
    font-size: 18px;
    gap: 16px;
    align-items: center;
}

.lk_plan-dots {
    display: flex;
}

.header_profile-wrapper {
    display: none;
}

.lk_plan-desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #FA964D;
}

.search_loader {
    display: none;
    justify-content: center;
}

.search_loader.active {
    display: flex;
}

.search .profile_tabs {
    margin: 20px auto 0;
    background-color: #05000F;
}

.profile_info-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #110A1E
}

.profile_info-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #6F687E
}

.profile_person {
    transform: translateY(-32px)
}

.profile_person-img {
    width: 91px;
    height: 91px;
    border: 3px solid #FFF;
    background: #1D152E;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 7px;
}

.profile_person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile_info {
    margin-bottom: 6px;
    text-align: center
}

.profile_person-name {
    color: #110A1E;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    text-align: center
}

.profile_history {
    display: flex;
    margin: 20px auto 25px;
    max-width: 602px;
    width: fit-content;
    overflow: auto;
}

.profile_history::-webkit-scrollbar {
    display: none;
}

.popup_video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    z-index: -1;
}

.popup_video-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_history-item {
    display: block;
    padding: 0 14px
}

.profile_history-img {
    width: 58px;
    height: 58px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #05000F;
    margin-bottom: 5px;
    padding: 1px
}

.loader {
    position: absolute;
    top: calc(50% - 32px);
    right: calc(50% - 32px);
    transform: translate(50%, -50%);
    animation: loaderAnim linear 2s infinite;
    display: flex;
    width: 64px;
    z-index: -1;
}

.loader.hide {
    display: none;
}

.loader img,
.loader svg {
    width: 100%;
    height: auto;
}

@keyframes loaderAnim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.profile_history-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.profile_history-title {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #333
}

.profile_history-item.active .profile_history-img {
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    padding: 3px
}

.profile_tabs {
    display: flex;
    justify-content: center;
    background: #EBEBEB;
    padding: 3px;
    width: fit-content;
    margin: 0 auto 18px;
    border-radius: 14px;
    transition: all 0.3s;
    z-index: 1;
    position: relative
}

.profile_tab-dot {
    position: absolute;
    content: "";
    background: #3D2F5B;
    border-radius: 11px;
    z-index: -1;
    transition: all 0.3s;
    top: 3px
}

.profile_tab {
    padding: 11px 45px;
    color: rgba(111, 104, 126, .75);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s
}

.profile_tab.active {
    border-radius: 11px;
    color: #fff !important
}

.profile_tab:hover {
    color: #C1B5DC
}

.popup_video,
.popup_profile {
    padding: 0;
    background: none;
    overflow: visible
}

.popup_profile-img {
    border-radius: 50%;
    box-shadow: 0 34px 35px 0 rgba(0, 0, 0, .15);
    border: 3px solid #FFF;
    overflow: hidden;
    margin-bottom: 42px
}

.popup_profile-links {
    display: flex;
    gap: 10px;
    justify-content: center
}

.popup_profile-link {
    display: flex;
    width: fit-content
}

.popup_profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.popup_profile-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.popup_video-body {
    border-radius: 14px;
    box-shadow: 0 34px 35px 0 rgba(0, 0, 0, .15);
    width: 393px;
    height: 700px;
    border: 3px solid #FFF;
    display: flex;
    margin-bottom: 40px;
    position: relative
}

.popup_video-body video {
    width: 100%;
    border-radius: 14px;
    height: 100%;
    object-fit: cover
}

#popup_video .popup_profile-close {
    top: -32px;
    right: -46px
}

.popup_profile-close {
    border: 1px solid rgb(17, 10, 30);
    border-radius: 50%;
    display: flex;
}

.popup_profile-close::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: rgb(17, 10, 30);
    z-index: -1;
}

.popup_video-progres {
    border-radius: 33px;
    background: var(--White-White-30, rgba(255, 255, 255, .3));
    top: 8px;
    left: 14px;
    width: calc(100% - 28px);
    position: absolute;
    overflow: hidden;
    height: 2px
}


.popup_video-progres span {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    background-color: #fff
}

.popup_video-info {
    display: flex;
    position: absolute;
    top: 25px;
    left: 14px;
    gap: 10px;
    align-items: center
}

.popup_video-img {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 50%;
    overflow: hidden
}

.popup_video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.popup_video-name {
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    font-weight: 700
}

.popup_video-time {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.popup_video-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%)
}

.popup_video-arrow.next {
    right: -128px
}

.popup_video-arrow.prev {
    left: -128px
}

.profile_items {
    display: none;
    flex-wrap: wrap;
    padding: 2px;
    gap: 3px;
    overflow: auto;
    height: calc(100vh - 444px);
    position: relative
}

.profile_items.active {
    display: flex
}

.profile_wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -120px;
    right: 0;
    background: linear-gradient(0deg, #ECE6F9 65%, rgba(236, 230, 249, 0) 100%);
    height: 182px;
    z-index: 2
}

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

.profile_item {
    width: calc(16.6666% - 2.5px);
    height: 348px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.profile_item.blackout::before {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}

.profile_item-img {
    width: 100%;
    height: 100%;
    display: flex
}

.profile_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile_item-icon {
    position: absolute;
    top: 10px;
    right: 10px
}

.profile_empty {
    color: #939393;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 50px 0 84px
}

.header_page-wrapper {
    position: relative
}

.header_page-back {
    display: flex;
    gap: 24px;
    position: absolute;
    top: 58%;
    right: 330px;
    transform: translateY(-50%);
    align-items: center
}

.header_page-back:hover {
    color: #5342D6
}

.lk_inner {
    border-radius: 14px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 32px 42px
}

.lk_inner:last-child {
    margin-bottom: 0
}

.lk_info {
    margin-left: auto;
    width: calc(100% - 218px)
}

.lk_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 32px;
    color: #110A1E
}

.lk_warpper {
    display: flex;
    gap: 60px
}

.lk_prof {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F687E;
    font-weight: 700;
    line-height: 24px;
    font-size: 64px;
    background-color: #EFEFEF
}

.lk_top {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 40px
}

.lk_info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    border: 1px solid #110A1E;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    position: relative;
    padding: 14px 45px;
    min-width: 188px;
    color: #FFF !important;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    transition: box-shadow 0.3s;
    overflow: hidden
}

.lk_info-btn:hover::before {
    opacity: 1
}

.lk_info-btn:hover {
    border: none;
    padding: 15px 46px;
    box-shadow: 0 10px 30px 0 rgba(230, 33, 77, .35)
}

.lk_info-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 18px;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(90deg, rgba(250, 150, 77, .9) 0%, rgba(233, 33, 74, .9) 71.5%)
}

.lk_info-btn.disabled {
    background: #B6C2CC;
    pointer-events: none;
    border: none
}

.lk_top-desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #6F687E
}

.lk_form {
    display: flex;
    align-items: flex-end;
    gap: 11px;
    margin-bottom: 18px
}

.lk_inps {
    width: 478px
}

.lk_inp-wrapper {
    width: 100%;
    position: relative;
    border-radius: 14px;
    padding: 1px;
    background: #FFF;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 9px
}

.lk_inp-wrapper:last-child {
    margin-bottom: 0
}

.lk_inp-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%)
}

.lk_inp-icon {
    position: absolute;
    left: 29px;
    top: 50%;
    display: flex;
    transform: translateY(-50%)
}

.lk_inp {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    padding-left: 68px;
    font-size: 18px;
    line-height: 20px;
    color: #110A1E;
    border-radius: 13px
}

.lk_inp:focus+.lk_inp-icon svg path {
    fill: #261E39
}

.lk_inp::placeholder {
    color: #6F687E
}

.lk_change {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #A22EAF;
    border-bottom: 1px dashed
}

.lk_change:hover {
    color: #5342D6;
    border: none
}

.lk_inp-desc {
    display: flex;
    align-items: center;
    gap: 5px;
    right: 26px;
    top: 50%;
    position: absolute;
    color: #F94545;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    transform: translateY(-50%)
}

.lk_subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #261E39;
    margin-bottom: 20px
}

.lk_authentification {
    margin-top: 46px;
    padding-top: 46px;
    border-top: 1px solid #E8E8E8
}

.lk_authentification-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
    color: #261E39
}

.lk_authentification-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 20px;
    width: 390px;
    color: #6F687E
}

.lk_authentification-subtitle .more {
    display: flex;
    position: relative
}

.lk_authentification-subtitle .more:hover .more_tooltip {
    opacity: 1;
    visibility: visible
}

.lk_authentification-subtitle .more:hover circle {
    fill: #5342D6
}

.lk_authentification-subtitle .more:hover path {
    fill: #fff
}

.lk_authentification-subtitle .more_tooltip {
    position: absolute;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .12);
    width: 210px;
    right: -18px;
    top: -17px;
    transform: translateX(100%);
    padding: 30px;
    z-index: 2;
    font-size: 15px;
    line-height: 17px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    color: #6F687E
}

.lk_authentification-wrapper {
    display: flex;
    align-items: center
}

.lk_authentification-check {
    display: block;
    margin-right: 32px;
    cursor: pointer
}

.lk_authentification-check input {
    display: none
}

.lk_authentification-check input:checked+span {
    background-color: #5342D6
}

.lk_authentification-check span {
    background-color: #EEECF3;
    border-radius: 100px;
    height: 33px;
    width: 75px;
    position: relative;
    display: block
}

.lk_authentification-check span::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #6F687E;
    left: 0;
    transition: left 0.3s;
    top: 50%;
    transform: translateY(-50%)
}

.lk_authentification-check input:checked+span::before {
    left: calc(100% - 33px);
    border: 3px solid #fff;
    width: 39px;
    height: 39px
}

.plans {
    padding: 60px 0 80px;
    background-image: url(../img/plans.jpg);
    background-size: cover;
    background-position: center;
    font-family: Lato
}

.container_plans {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px
}

.plans_logo {
    display: flex;
    width: fit-content;
    margin: 0 auto 50px
}

.plans_items {
    display: flex;
    gap: 36px
}

.plans_item {
    width: calc(33.333% - 24px);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #FFF
}

.plans_pay {
    width: calc(66.666% - 24px)
}

.plans_item-top {
    padding: 40px;
    position: relative
}

.plans_item-top::before {
    position: absolute;
    content: "";
    background-image: url(../img/plans_item-top.svg);
    background-size: cover;
    background-position: center;
    height: 12px;
    width: 100%;
    bottom: 0;
    right: 0
}

.plans_item-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center
}

.plans_item-text {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    text-align: center
}

.plans_item-teg {
    position: absolute;
    color: #FFF;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 27px;
    border: 1px solid #FFF;
    background: #261E39;
    padding: 2px 13px;
    top: 20px;
    left: 24px
}

.plans_item-subtitle {
    color: #110A1E;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 45px;
    text-align: center;
    margin: 45px 0 32px
}

.plans_item-options {
    width: 334px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 24px;
    color: #110A1E
}

.plans_item-options li {
    margin-bottom: 18px;
    padding-left: 10px;
    position: relative
}

.plans_item-options li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/plans_item-options.svg);
    background-size: cover;
    top: 2px;
    left: -21px
}

.plans_item-price {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    margin-top: auto;
    background: var(--1, linear-gradient(90deg, #FB9C4E 0%, #EB2149 50%, #A02EB2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.plans_item-btn {
    border-radius: 14px;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 333px;
    height: 54px;
    margin: 0 auto 25px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    text-align: center;
    position: relative
}

.plans_item-btn:hover::before {
    opacity: 1
}

.plans_item-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(250, 150, 77, .9) 0%, rgba(233, 33, 74, .9) 71.5%)
}

.plans_inner {
    border-radius: 14px;
    background: #261E39;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.plans_inner-info {
    width: 475px;
    margin-left: 80px
}

.plans_inner-title {
    font-size: 28px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 36px
}

.plans_inner-title span {
    background: var(--Gradient-Gradient-100, linear-gradient(90deg, #FB9C4E 0%, #EB2149 50%, #A02EB2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.plans_inner-text {
    font-size: 18px;
    line-height: 24px;
    color: #FFF
}

.plans_inner .try-free__title {
    color: #fff
}

.plans_inside .plans_item-top {
    padding-bottom: 30px
}

.plans_inside .plans_item-top::before {
    display: none
}

.plans_inside .plans_item-teg {
    top: 14px;
    left: 14px
}

.plans_item-bot {
    padding-top: 42px;
    padding-bottom: 42px;
    border-top: 1px solid #E0D7E5
}

.plans_item-total {
    color: #110A1E;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center
}

.plans_item-total .plans_item-price {
    font-size: 22px
}

.plans_item-dots {
    width: calc(100% - 112px);
    margin: 0 auto 40px
}

.plans_item-dot {
    font-size: 18px;
    line-height: 24px;
    color: #110A1E;
    position: relative;
    margin-bottom: 14px;
    padding-left: 40px
}

.plans_item-dot:first-child::before {
    background: #5342D6;
    border: 4px solid #ECE6F9
}

.plans_item-dot::before {
    position: absolute;
    content: "";
    background-color: #261E39;
    width: 21px;
    height: 21px;
    left: 0;
    top: 0;
    border: 6px solid #ECE6F9;
    border-radius: 50%
}

.plans_item-dot::after {
    position: absolute;
    content: "";
    height: calc(100% - 7px);
    top: 21px;
    left: 10px;
    width: 1px;
    background-color: #E3E3E3
}

.plans_item-dot:last-child::after {
    display: none
}

.plans_pay-desc {
    font-size: 18px;
    line-height: 24px;
    color: #FFF
}

.plans_pay-items {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 30px
}

.plans_pay-item {
    width: calc(25% - 16.5px);
    border-radius: 14px;
    border: 1px solid #3E2F5C;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 215px;
    transition: all 0.3s;
    padding: 14px
}

.plans_pay-item img {
    max-width: 100%;
    max-height: 100%
}

.plans_pay-item:hover {
    background: #EDE4FF
}

.popup_plans-img {
    margin: 0 auto 18px;
    display: flex;
    width: fit-content
}

.popup_body {
    font-family: Lato
}

.popup_plans-title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 18px;
    text-align: center
}

.popup_plans-text {
    width: 332px;
    margin: 0 auto 49px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #ECE6F9
}

.popup_plans-btn {
    border-radius: 14px;
    border: 2px solid #110A1E;
    background: linear-gradient(90deg, #FA964D 0%, #E9214A 49.5%, #A22EAF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 356px;
    height: 54px;
    margin: 0 auto 7px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    text-align: center;
    position: relative
}

.popup_plans-btn:hover::before {
    opacity: 1
}

.popup_plans-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    right: 0;
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(250, 150, 77, .9) 0%, rgba(233, 33, 74, .9) 71.5%)
}

#popup_error,
#popup_done {
    position: static
}

#popup_error .popup_body-logo,
#popup_done .popup_body-logo {
    position: absolute;
    top: 60px;
    right: 50%;
    transform: translateX(50%)
}

#popup_error .popup_body-wrapper,
#popup_done .popup_body-wrapper {
    margin-bottom: 0
}

#popup_error .popup_plans-text {
    margin-bottom: 20px
}

.password_page {
    min-height: 100vh;
}

.password_page .popup_body-wrapper {
    margin: 0 auto 50px;
}

.password_page .popup_body-close {
    display: none;
}








@media screen and (max-width:1860px) {
    .header_page-back {
        right: calc((100vw - 1210px) / 2)
    }

    .profile_wrapper {
        margin-top: 20px
    }

    .profile_items {
        height: calc(100vh - 460px)
    }

    .try-free__wrap {
        font-size: .8em
    }
}

@media screen and (max-width:1300px) {
    .search_item {
        padding-top: 40px;
        min-height: auto
    }

    .search_bot-desc {
        margin-bottom: 40px
    }

    .header_page-back {
        position: relative;
        transform: none;
        inset: auto;
        gap: 10px
    }

    .profile_item {
        height: 28vw
    }

    .popup_video-body {
        margin-bottom: 20px
    }

    .lk_warpper {
        gap: 30px
    }

    .lk_info {
        margin-left: auto;
        width: calc(100% - 188px)
    }

    .lk_inps {
        width: 410px
    }

    .lk_info-btn {
        font-size: 22px;
        padding: 14px 20px;
        max-width: 290px
    }

    .plans_item-teg {
        top: 14px;
        left: 14px
    }

    .plans_item-options {
        width: 100%;
        padding: 0 60px
    }

    .plans_inner-info {
        margin-left: 40px
    }

    .try-free__wrap {
        font-size: .6em
    }

    .plans_inner-info {
        padding: 40px 0
    }

    .plans_items {
        gap: 12px
    }

    .plans_item {
        width: calc(33.333% - 8px)
    }

    .plans_item-btn {
        max-width: calc(100% - 30px)
    }

    .plans_pay-items {
        gap: 12px
    }

    .plans_pay-item {
        width: calc(25% - 9px);
        height: 150px;
        padding: 20px
    }

    .plans_item-subtitle {
        margin-top: 20px
    }

    .plans_item-dots {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:992px) {
    .header_page-wrapper {
        padding-top: 20px
    }

    .header_page-logo {
        width: 180px;
        margin-right: 30px
    }

    .header_page-logo img {
        width: 100%;
        height: auto
    }

    .header_page-link {
        width: 140px;
        height: 40px;
        font-size: 16px
    }

    .header_page-links {
        gap: 10px
    }

    .header_page-log {
        width: 40px;
        height: 40px
    }

    .header_page-log svg {
        width: 18px;
        height: 18px
    }

    .search_wrapper {
        padding: 30px
    }

    .search_items {
        flex-wrap: wrap
    }

    .search_item {
        width: calc(50% - 6px)
    }

    .header_page-back svg {
        width: 40px;
        height: 40px
    }

    .profile_wrapper {
        max-height: none;
        height: auto;
        position: relative;
    }

    .profile_items {
        min-height: 440px;
        padding-bottom: 100px;
    }

    .lk_warpper {
        gap: 20px;
        flex-direction: column
    }

    .lk_info {
        width: 100%
    }

    .lk_prof {
        width: 120px;
        height: 120px;
        font-size: 42px
    }

    .lk_form {
        flex-direction: column;
        align-items: flex-start
    }

    .plans_items {
        flex-wrap: wrap
    }

    .plans_item {
        width: calc(50% - 6px)
    }

    .plans_inner {
        flex-direction: column;
        align-items: flex-start
    }

    .plans_inner-info {
        width: 100%;
        margin-left: 0;
        padding: 30px
    }

    .try-free__wrap {
        font-size: 1.8em;
        width: 100%
    }

    .plans_inside .plans_item {
        width: 100%
    }

    .plans_pay {
        width: 100%
    }

    .profile_top {
        padding: 0 20px;
    }

    .profile_top-right {
        right: 20px;
    }

    .profile_top-left {
        left: 20px;
    }

    .lk_plan-time {
        flex-wrap: wrap;
    }

    .header_page-back {
        display: none;
    }

    .profile_history {
        width: auto;
    }
}

@media screen and (max-width:576px) {
    .header_page-left {
        flex-wrap: wrap
    }

    .profile_info {
        width: 90px;
    }

    .header_page-links {
        width: 100%
    }

    .header_page-wrapper {
        position: relative
    }

    .header_page-log {
        z-index: 2;
        position: absolute;
        right: 0;
        top: 20px
    }

    .header_page-logo {
        margin-right: 0;
        margin-bottom: 30px
    }

    .header_page-menu {
        top: calc(100% + 5px);
        transform: none;
        right: 0;
        left: auto
    }

    .search_wrapper {
        padding: 20px
    }

    .search_wrapper-form {
        flex-direction: column
    }

    .profile_tabs {
        width: 220px;
    }

    .search_inp-wrapper {
        width: 100%;
        margin-bottom: 10px
    }

    .search_wrapper-inp {
        min-height: 60px;
        height: 60px;
        padding-left: 40px
    }

    .search_inp-wrapper::before {
        left: 12px;
        width: 16px;
        height: 16px;
        top: 16px
    }

    .search_inp-error {
        font-size: 11px
    }

    .search_wrapper-btn {
        width: 100%;
        height: 50px;
        font-size: 18px
    }

    .search_items {
        margin-bottom: 20px
    }

    .search_item {
        padding: 20px 14px;
        font-size: 14px;
        line-height: 1.2
    }

    .search_item-title {
        font-size: 16px
    }

    .search_item-icon {
        margin-bottom: 12px
    }

    .search_item-icon img {
        width: 32px;
        height: auto
    }

    .history_item {
        padding: 14px
    }

    .history_item-person {
        gap: 10px
    }

    .history_item-title {
        font-size: 18px
    }

    .history_item-favorit span {
        width: 40px;
        height: 40px
    }

    .history_empty {
        margin-top: 20px
    }

    .search_empty-title {
        position: relative;
        transform: none;
        inset: auto;
        margin-bottom: 14px
    }

    .search_empty-close {
        top: 10px;
        right: 10px;
        transform: none
    }

    .header_page-back {
        font-size: 0;
        gap: 0;
        position: absolute;
        top: 20px;
        right: 60px
    }

    .header_page-left {
        width: 100%
    }

    .profile_wrapper {
        margin-top: 32px
    }

    .header_page-links {
        justify-content: center;
        width: 100%
    }

    .profile_history-item {
        padding: 0 5px
    }

    .profile_top {
        gap: 0 20px;
        padding: 0 10px
    }

    .profile_top-left {
        left: 10px;
    }

    .profile_link {
        width: 32px;
        height: 32px
    }

    .profile_link svg {
        width: 100%;
        height: auto
    }

    .lk_inps {
        width: 100%
    }

    .lk_authentification-subtitle {
        width: 100%
    }

    .lk_authentification-subtitle .more_tooltip {
        transform: none;
        top: auto;
        bottom: calc(100% + 6px)
    }

    .lk_inner {
        padding: 30px 14px
    }

    .lk_title {
        margin-bottom: 20px
    }

    .lk_prof {
        width: 68px;
        height: 68px;
        font-size: 32px;
        margin-bottom: 20px
    }

    .lk_top {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 10px
    }

    .lk_inp-icon {
        left: 14px;
        width: 14px
    }

    .lk_inp-icon svg {
        width: 100%;
        height: auto
    }

    .lk_info-btn {
        width: 100%;
        font-size: 18px;
        max-width: 100%
    }

    .lk_inp-desc {
        right: 12px;
        font-size: 11px
    }

    .lk_inp-wrapper {
        height: 46px
    }

    .lk_authentification {
        padding-top: 34px;
        margin-top: 40px
    }

    .lk_warpper {
        gap: 0
    }

    .lk_authentification-wrapper {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .lk_authentification-check {
        margin: 20px 0
    }

    .lk_inp {
        padding-left: 42px;
        font-size: 16px
    }

    .plans_item {
        width: 100%
    }

    .lk_authentification {
        position: relative;
    }

    .lk_authentification-subtitle {
        margin-bottom: 30px;
    }

    .lk_authentification-check {
        position: absolute;
        top: 34px;

        right: 0;
        margin: 0;
    }

    .lk_authentification-check input:checked+span::before {
        width: 33px;
        height: 33px;
    }

    .lk_authentification-check span::before {
        width: 25px;
        height: 25px;
    }

    .lk_authentification-check span {
        width: 56px;
        height: 25px;
    }

    .try-free__wrap {
        font-size: 1.1em
    }

    .plans_inner-info {
        padding-bottom: 0
    }

    .plans_inner-text {
        font-size: 16px;
        line-height: 22px
    }

    .plans_inner-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 24px
    }

    .plans_logo {
        width: 180px;
        margin-bottom: 30px
    }

    .plans_logo img {
        width: 100%;
        height: auto
    }

    .plans_item-bot {
        padding: 30px 0
    }

    .plans_pay-item {
        width: calc(50% - 6px)
    }

    .popup_plans-btn {
        width: 100%
    }

    .popup_plans-text {
        width: 100%;
        margin-bottom: 24px
    }

    #popup_error .popup_body-logo,
    #popup_done .popup_body-logo {
        position: relative;
        transform: none;
        inset: auto
    }

    .popup_body-apps .try-free__shop {
        padding: 9px 12px
    }

    .popup_body-captcha img {
        height: auto;
        max-width: 100%
    }

    .header_log {
        font-size: 0;
        width: 37px;
        height: 37px;
        background-image: url(../img/header_log-mob.svg);
        background-size: cover;
        border: none;
    }

    .header_log:hover {
        background: none;
        color: #fff;
        box-shadow: none
    }

    .header__logo {
        left: 60px;
        transform: translateY(-50%);
    }

    .menu_btns {
        display: flex !important;
        justify-content: center;
        gap: 7px;
        margin-top: 30px;
    }

    .header_log-menu {
        width: 138px;
        height: 40px;
        border-radius: 10px;
        border: 2px solid #B2ABC0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        color: #000;
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 2px;
    }

    .header_log-menu svg {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);

    }

    .header_reg-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 10px;
        background: #3D2F5B;
        width: 138px;
        height: 40px;
        color: #FFF;
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 2px;
    }

    .menu__scroll {
        display: flex;
        flex-direction: column;
    }

    .why_inner::before,
    .why_inner,
    .why_inner::after {
        border-radius: 40px;
    }

    .why_inner::before {
        background: #261E39;
    }

    .why_inner-arrow {
        display: block;
        position: absolute;
        top: 36px;
        left: 26px;
        width: 36px;
        height: 32px;
        background-image: url(../img/why_inner-arrow.svg);
        background-size: cover;
    }

    .why_inner-arrow svg {
        display: none;
    }

    .why_inner-btn {
        max-width: 100%;
        width: 250px;
        height: 54px;
        font-size: 16px;
        box-shadow: none;
    }

    .why_inner-text {
        font-size: 18px;
        padding-left: 38px;
    }

    .why_inner-btn::before {
        width: 45px;
        height: 36px;
        right: 11px;
        bottom: -17px;
    }

    .popup_body-wrapper {
        margin-bottom: 0
    }

    .popup_body-wrapper {
        max-width: 100%;
        padding: 40px 15px
    }

    .popup_body-dop,
    .popup_body-btn,
    .popup_inp-wrapper {
        width: 100%
    }

    .popup_body-logo {
        width: 180px;
        margin: 0 auto 16px
    }

    .popup_body-app {
        width: calc(50% - 6px)
    }

    .popup_body-app img {
        width: 100%;
        height: auto
    }

    .popup_body-desc {
        width: 100%
    }

    .popup_body-logo img {
        width: 100%;
        height: auto
    }

    .popup_body-contacts,
    .popup_body-mail {
        display: none
    }

    .fancybox-slide--html {
        padding: 0 !important;
    }

    .header_log svg {
        display: none;
    }

    .popup_body:not(#popup_done, #popup_error) {
        background: #1D152E;
        min-height: 100%;
        width: 100%;
        padding: 10px 25px 40px;
    }

    #popup_error .popup_body-logo,
    #popup_done .popup_body-logo {
        position: absolute;
        top: 10px;
        left: 26px;
    }

    #popup_error .popup_body-wrapper,
    #popup_done .popup_body-wrapper {
        width: calc(100% - 68px);
        padding: 50px 34px 56px;
    }

    .popup_body:not(#popup_done, #popup_error) .popup_body-logo {
        margin: 0 0 18px;
    }

    .popup_body-close {
        top: 18px;
        right: 29px;
        width: 32px;
        height: 32px;
    }

    .popup_body-close svg {
        width: 100%;
        height: 100%;
    }

    .popup_body-wrapper {
        border: none;
        padding: 0 17px;
    }

    .popup_body-wrapper {
        position: static;
    }

    .popup_bodyp-subtitle {
        margin-top: 0;
    }

    .popup_body-title {
        margin-bottom: 13px;
    }

    .popup_body-apps {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .popup_body-apps .try-free__shop {
        width: 210px;
        height: 62px;
        padding: 12px 10px;
    }

    .popup_body-apps .try-free__shop svg {
        width: 100%;
        height: 100%;
    }

    .popup_body-contacts,
    .popup_body-mail {
        display: block;
    }

    .header_page-links {
        gap: 8px;
    }

    .header_page-link {
        flex: 1;
        width: auto;
        font-size: 18px;
    }

    .header_page-wrapper {
        padding-bottom: 25px;
    }

    .search_wrapper {
        display: flex;
        flex-direction: column;
        padding: 36px;
        position: relative;
    }

    .search_wrapper-inp {
        padding: 17px 10px 10px 60px;
        line-height: 16px;
    }

    .search_wrapper-inp::placeholder {
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .search_inp-wrapper::before {
        width: 24px;

        height: 24px;
        left: 22px;
    }

    .search_wrapper-btn {
        order: 1;
        height: 60px;
        font-size: 26px;
        box-shadow: 0 8px 40px 0 rgba(234, 43, 74, .38);
    }

    .search_wrapper-form {
        position: relative;
    }

    .search_inp-wrapper.error {
        position: static;
    }

    .search_inp-error {
        bottom: 0;
        position: absolute;
        left: 0;
        font-size: 14px;
        max-width: 296px;
        word-break: break-all;
    }

    .search_inp-error::before {
        transform: none;
        top: 0;
    }

    .search_inp-error br {
        display: none;
    }

    .search_wrapper-title {
        width: 270px;
    }

    .search_inp-wrapper {

        height: auto;
    }

    .search .profile_tabs {
        position: absolute;
        bottom: 205px;
        margin-top: 0;
        width: calc(100% - 70px);
    }

    .search .profile_tab {
        flex: 1;
    }

    .profile_tab {
        padding: 12px;
        width: 50%;
    }

    .search_item:nth-child(4),
    .search_item:nth-child(1) {
        width: 100%;
    }

    .search_item-info {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 50px;
    }

    .search_item-title {
        font-size: 22px;
        width: auto;
        font-weight: 700;
    }

    .search_item-icon {
        margin: 0;
        width: 29px;
    }

    .search_item-icon svg {
        width: 100%;
        height: auto;
    }

    .search_item {
        font-size: 15px;
        padding: 29px 20px;
    }

    .search_item br {
        display: none;
    }

    .search_empty {
        padding: 30px 60px;
    }

    .search_inp-wrapper.error+.search_wrapper-btn {
        margin-bottom: 87px;
    }

    .search_inp-wrapper+.search_wrapper-btn {
        margin-top: 77px;
    }

    .profile .container_inside {
        padding: 0;
    }

    .profile_top-right,
    .profile_top-left {
        display: none;
    }

    .profile_top {
        gap: 34px;
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .profile_top::before {
        width: 100%;
    }

    .profile_person {
        margin-top: -34px;
        transform: none;
    }

    .profile_history {
        gap: 30px;
        overflow: auto;
        justify-content: start;
        padding: 0 15px;
    }

    .profile_history::-webkit-scrollbar {
        display: none;
    }

    .profile_history-item {
        padding: 0;
    }

    .profile_item {
        height: 61vw;
        width: calc(33.333% - 1.333px);
    }

    .profile_items {
        gap: 2px;
    }

    .popup_video,
    .popup_profile {
        position: static;
    }

    .popup_profile-img {
        width: 300px;
        height: 300px;
    }

    .popup_profile-close {
        top: 20px;
        right: 28px;
    }

    .popup_video {
        min-height: 100%;
    }

    #popup_video .popup_profile-close {
        top: 20px;
        right: 20px;
    }

    .popup_video-body video,
    .popup_video-body {
        width: 100%;
        border: none;
        border-radius: 0;
    }

    .popup_video {
        width: 100%;
    }

    .popup_video-body {
        margin-bottom: 20px;
        height: calc(100dvh - 90px);
    }

    .popup_video-arrow.next {
        right: 28px;
        bottom: -66px;
        top: auto;
        transform: none;
    }

    .popup_video-arrow.prev {
        left: 28px;
        bottom: -66px;
        top: auto;
        transform: none;
    }

    .profile_empty {
        width: 240px;
        margin: 0 auto;
    }

    .header_profile .header_page-log,
    .header_profile .header_page-logo {
        display: none;
    }

    .header_profile-wrapper {
        display: flex;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .header_profile-link:nth-child(2) {
        margin-right: auto;
    }

    .header_profile .header_page-wrapper {
        flex-direction: column;
    }

    .header_profile-link {
        display: flex;
        height: 46px;
    }

    .history_item-favorit span {
        width: 46px;
        height: 46px;
        background-color: #fff;
    }

    .header_profile .history_item-favorit input:checked+span path {
        fill: #fff;
        transition: none;
    }

    .history_empty {
        font-size: 16px;
    }

    .lk {
        margin-top: -11px;
    }

    .lk_inner {
        padding: 20px 26px;
    }

    .lk_title {
        font-size: 20px;
    }

    .lk_prof {
        width: 115px;
        height: 115px;
        margin: 0 auto 18px;
    }

    .lk_top {
        flex-direction: column-reverse;
    }

    .lk_top-desc {
        margin-bottom: 16px;
    }

    .lk_inp-wrapper::before {
        border-radius: 14px;
    }

    .lk_info {
        position: relative;
    }

    .lk_change {
        left: 0;
        position: absolute;
        bottom: 90px;
    }

    .lk_inner:nth-child(2) .lk_change {
        display: none;
    }

    .lk_inner:nth-child(1) .lk_inp-wrapper {
        margin-bottom: 64px;
        overflow: visible;
    }

    .lk_inp-desc {
        right: 0;
        bottom: -60px;
        top: auto;
    }

    .lk_plan-top {
        padding: 12px 16px;
    }

    .lk_plan-dots {
        position: absolute;
        transform: rotate(90deg);
        left: -20px;
        top: 20px;
    }

    .lk_plan-time {
        position: relative;
        padding-left: 42px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .lk_plan-start {
        margin-bottom: 19px;
    }

    .plans {
        padding: 10px 0 40px;
    }

    .plans_logo {
        margin-bottom: 23px;
        margin-right: 0;
        margin-left: 0;
    }

    .plans_item-text {
        font-size: 16px;
    }

    .plans_item {
        display: flex;
        flex-direction: column;
    }

    .plans_item-options {
        order: 1;
        margin: 0;
        padding-right: 14px;
        padding-left: 53px;
        display: none;
    }

    .plans:not(.plans_inside) .plans_item-subtitle {
        order: 1;
        margin-bottom: 13px;
        font-size: 18px;
        line-height: 24px;
        color: #110A1E;
        font-weight: 400;
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: center;
        transition: all 0.3s;
    }

    .plans_item-btn {
        margin-bottom: 15px;
    }

    .plans:not(.plans_inside) .plans_item-subtitle.active {
        color: #B729A8;
    }

    .plans:not(.plans_inside) .plans_item-subtitle.active::after {
        transform: rotate(180deg);
        background-image: url(../img/plan_arrow2.svg);
    }

    .plans:not(.plans_inside) .plans_item-subtitle::after {
        position: relative;
        content: "";
        background-image: url(../img/plan_arrow.svg);
        background-size: cover;
        width: 14px;
        height: 8px;
        transition: all 0.3s;
        display: block;
    }

    .plans_item-price {
        margin-top: 20px;
        font-size: 28px;
    }

    .plans_item-teg {
        right: 50%;
        transform: translateX(50%);
        left: auto;
        top: auto !important;
        bottom: -3px;
    }

    .plans_inside .plans_item-top::before {
        display: block;
    }

    .plans_item-btn {
        width: 250px;
    }

    .plans_inside .plans_item-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .profile_items:has(.profile_item:only-child) {
        justify-content: flex-start !important;
    }

    .plans_item-bot {
        display: flex;
        justify-content: space-between;
        padding: 30px;
    }

    .plans_inside .plans_item-price {
        margin: 0;
    }

    .plans_inside .plans_item-total {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        width: 156px;
        text-align: left;
    }

    .plans_inside .plans_item-btn {
        display: flex;
    }

    .plans_pay {
        display: flex;
        flex-direction: column-reverse;
    }

    .plans_pay-desc {
        margin: 10px 0 24px;
        text-align: center;
    }

    .plans_pay-items {
        width: calc(100% + 15px);
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        padding-bottom: 30px;
    }

    .plans_pay-items .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #9B51E0;
        border-radius: 44px;
        margin: 0 2px;
        opacity: 1;
    }

    .plans_pay-items .swiper-pagination-bullet-active {
        background: #FFF;
        width: 35px;
    }

    .plans_pay-item {
        width: 143px;
        height: 132px;
        margin: 0 2px;
    }

    .plans_pay-items .swiper-pagination {
        bottom: 0;
        top: auto;
        transform: none;
    }

    .fancybox-is-open #popup_error,
    .fancybox-is-open #popup_done {
        display: inline-flex !important;
        flex-direction: column;
    }

    #popup_error .popup_body-wrapper,
    #popup_done .popup_body-wrapper {
        margin: auto;
    }

    .nav__link {
        margin: 0;
        padding: 0;
    }

    .popup_video-progres,
    .popup_video-info {
        display: none;
    }

    #popup_error .popup_body-contacts,
    #popup_done .popup_body-contacts {
        margin-top: auto;
    }

    #popup_error .popup_body-mail,
    #popup_error .popup_body-contacts,
    #popup_done .popup_body-mail,
    #popup_done .popup_body-contacts {
        display: block;
    }

    .popup_body-bot {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 40px;
    }

    .plans {
        background-image: url(../img/plans2.jpg);
    }

    .plans_item-dot:first-child {
        display: none;
    }

    .plans_item-dot:nth-child(2)::before {
        background: #5342D6;
        border: 4px solid #ECE6F9;
    }

    .password_page .popup_body {
        padding: 0 !important;
        background: none !important;
    }

    .password_page .popup_body .popup_body-wrapper {
        padding: 40px 15px !important;
    }
}