a,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
div,
dl,
dt,
em,
fgroup,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
legend,
li,
main,
nav,
object,
ol,
p,
pre,
q,
s,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

article,
aside,
fgroup,
figcaption,
figure,
footer,
header,
main,
nav,
section,
time {
    display: block
}

html {
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    outline: 0
}

button,
input,
select,
textarea {
    font-size: 16px;
    font-family: Manrope, sans-serif;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-focus-ring-color: none;
    outline: 0
}

body {
    font-size: 16px;
    font-family: Manrope, sans-serif;
    background: #fff;
    color: var(--color-blue-dark)
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ''
}

:focus {
    outline: 0
}

:disabled {
    cursor: default
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul li {
    list-style: none
}

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

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

:root {
    --color-blue-dark: #1c3457;
    --color-blue-light: #6c7d97;
    --color-pink: #845EF7;
    --color-bg: #deecfd;
    --color-bg-light: #F3F0FF;
    --color-circle-top: #F3F0FF;
    --color-circle-bottom: #fffbfc
}

::-webkit-input-placeholder {
    color: #75aaeb
}

::-moz-placeholder {
    color: #75aaeb
}

:-moz-placeholder {
    color: #75aaeb
}

:-ms-input-placeholder {
    color: #75aaeb
}

#page {
    position: relative;
    overflow: hidden
}

.wrap {
    width: 1140px;
    margin: 0 auto
}

.wrap--thin {
    width: 1110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    color: var(--color-blue-dark);
    margin-bottom: 20px
}

h1 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 35px
}

h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 42px;
    text-align: center
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 18px
}

ul {
    font-size: 16px;
    line-height: 21px;
    color: var(--color-blue-light);
    margin-bottom: 20px
}

li {
    margin-bottom: 21px;
    position: relative;
    padding-left: 30px
}

li::before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    background: -o-radial-gradient(78% 78%, #845ef7, #6741d9);
    background: radial-gradient(78% 78%, #845ef7, #6741d9)
}

.input {
    width: 100%;
    border-bottom: 1px solid #d6e9ff;
    color: var(--color-blue-dark);
    font-size: 16px;
    padding: 9px 0;
    margin-bottom: 14px
}

.input.error {
    -webkit-box-shadow: inset 0 0 0 3px red;
    box-shadow: inset 0 0 0 3px red
}

.input-error {
    display: none;
}

.input.error + .input-error {
    display: block;
    color: red;
    margin: -15px 25px 15px;
}

.btn {
    width: 329px;
    height: 79px;
    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;
    color: #fff;
    border-radius: 200px;
    background: #ff5e87;
    position: relative;
    overflow: hidden;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 800;
    max-width: 100%
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(285deg, #8e59d4 0, transparent 53%);
    background: linear-gradient(165deg, #8e59d4 0, transparent 53%);
    z-index: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(285deg, transparent 53%, #ffcc75 100%);
    background: linear-gradient(165deg, transparent 53%, #ffcc75 100%);
    z-index: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.btn img {
    margin-right: 22px;
    position: relative;
    z-index: 2
}

.btn span {
    position: relative;
    z-index: 2
}

.btn:hover::before {
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.btn:hover::after {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.btn--second {
    background: -o-linear-gradient(355.59deg, #ff6f00 0%, #ffb300 100%);
    background: linear-gradient(94.41deg, #ff6f00 0%, #ffb300 100%);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0;
    padding: 24px 32px;
    width: auto;
    height: auto;
}

.btn--second::after {
    display: none;
}

.btn--second::before {
    background: linear-gradient(81.11deg, #ff8f00 4.47%, #ffa000 47.86%, #ffc107 90.94%);
    opacity: 0;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn--second:hover::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
}

.btn--full-width {
    width: 100%;
}

.btn-str {
    border: 1px solid var(--color-pink);
    color: var(--color-pink);
    font-weight: 700;
    border-radius: 34px;
    width: 188px;
    height: 67px;
    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
}

.btn-str:hover {
    background: var(--color-pink);
    color: #fff
}

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

.tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    position: relative;
    margin-bottom: 58px
}

.tabs__link li {
    width: 190px;
    height: 68px;
    padding: 5px;
    margin: -1px -1px -1px 0;
    position: relative;
    z-index: 1;
    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;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: var(--color-blue-light);
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-left: 1px solid #e8e8e8
}

.tabs__link li::before {
    display: none
}

.tabs__link li:nth-child(1) {
    margin-left: -1px;
    border-left: 0
}

.tabs__link li:last-child {
    border-radius: 0 10px 10px 0
}

.tabs__link li:hover {
    color: #75aaeb
}

.tabs__link li.active {
    z-index: 2;
    background: var(--color-pink);
    color: #fff;
    border-color: transparent;
    border-radius: 10px
}

.tabs__link li.active+* {
    border-color: transparent
}

.tab__box {
    display: none;
    width: 100%;
}

.header {
    padding: 16px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4
}

.header>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.description {
    font-size: 14px;
    line-height: 21px;
    color: var(--color-blue-light);
    margin: 6px 0 0 30px;
    width: 215px
}

.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    color: var(--color-blue-light);
    margin: 15px 0 0 55px
}

.language__item {
    color: var(--color-blue-light)
}

.language__item:hover {
    color: var(--color-pink)
}

.language__item.active {
    color: var(--color-pink)
}

.language__separator {
    margin: 0 10px
}

.header-right {
    margin: 4px 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button-toggle {
    display: none
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.menu li {
    padding: 0;
    margin: 0 0 0 35px
}

.menu li:nth-child(1) {
    margin-left: 0
}

.menu li::before {
    display: none
}

.menu a {
    color: var(--color-blue-dark);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu a:hover {
    color: var(--color-pink)
}

.signin {
    margin: 0 0 0 60px;
    color: var(--color-blue-dark);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.signin::before {
    content: '';
    width: 42px;
    height: 42px;
    background: url("../img/icon/signin.png") no-repeat center;
    display: block;
    margin-right: 24px
}

.signin:hover {
    color: var(--color-pink)
}

.footer {
    border-top: 1px solid #d6e9ff;
    padding: 41px 0 10px;
    position: relative;
    z-index: 3
}

.footer>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.copyright {
    font-size: 14px;
    color: var(--color-blue-light);
    margin-top: 28px
}

.footer-link {
    margin: 0 -5px -11px 0;
    display: grid;
    grid-template-columns: repeat(2, auto)
}

.footer-link a {
    color: #75aaeb;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 14px
}

.footer-link a:hover {
    color: var(--color-pink)
}

.social {
    margin-bottom: 2px
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.social li {
    padding: 0;
    margin: 0 15px 0 0
}

.social li:last-child {
    margin-right: 0
}

.social li::before {
    display: none
}

.social a {
    background: -o-linear-gradient(325deg, #e1eefd 0, #fff 62%);
    background: linear-gradient(125deg, #e1eefd 0, #fff 62%);
    -webkit-box-shadow: 0 15px 24px rgba(0, 9, 75, .06);
    box-shadow: 0 15px 24px rgba(0, 9, 75, .06);
    width: 52px;
    height: 52px;
    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;
    border-radius: 50%
}

.disclaimer {
    text-align: center;
    color: var(--color-blue-light);
    font-size: 12px;
    margin-top: 15px;
}

.main {
    background: var(--color-bg);
    border-radius: 0 0 150px 150px;
    position: relative;
    padding: 114px 0 69px;
    z-index: 2
}

.main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1334px;
    background: url("../img/bg-light.png") no-repeat top center;
    z-index: -1
}

.main__img {
    height: 100%;
    width: 100%
}

.main h1 {
    width: 690px
}

.main ul {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 10px;
    width: 590px;
    max-width: 100%;
    margin-bottom: 32px
}

.main li {
    padding-left: 32px
}

.main li::before {
    width: 14px;
    height: 14px;
    top: 8px
}

.video {
    position: absolute;
    top: 170px;
    left: calc(50% + 55px);
    width: 160px
}

.video__play {
    background: -o-radial-gradient(78% 78%, #ff5e87, #ffa1b9);
    background: radial-gradient(78% 78%, #ff5e87, #ffa1b9);
    width: 73px;
    height: 73px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 35px;
    -webkit-box-shadow: 0 15px 24px rgba(0, 9, 75, .06);
    box-shadow: 0 15px 24px rgba(0, 9, 75, .06)
}

.video__play::before {
    content: '';
    width: 19px;
    height: 21px;
    background: url(img/icon/play.png) no-repeat center;
    display: block;
    position: absolute;
    top: 27px;
    left: 30px
}

.video__play::after {
    content: '';
    width: 107px;
    height: 107px;
    display: block;
    position: absolute;
    top: -17px;
    left: -17px;
    border: 1px solid #ffa1b9;
    border-right: 1px solid transparent;
    border-radius: 50%;
    -webkit-animation: circle 8s infinite linear;
    animation: circle 8s infinite linear
}

.video__text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-blue-light)
}

.about {
    padding: 113px 0 56px;
    position: relative;
    z-index: 3
}

.about::before {
    content: '';
    width: 131px;
    height: 131px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    top: 214px;
    left: calc(50% + 793px);
    z-index: -1;
    -webkit-animation: up-down 6s infinite linear;
    animation: up-down 6s infinite linear;
    animation-direction: alternate-reverse
}

.about::after {
    content: '';
    width: 630px;
    height: 630px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    bottom: 137px;
    right: calc(50% + 740px);
    z-index: -1
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.about__img {
    width: 515px;
    position: relative;
    margin: 0 0 0 3px
}

.about__img::before {
    content: '';
    width: 131px;
    height: 131px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    top: -60px;
    left: 35px;
    z-index: -1;
    -webkit-animation: left-right 6s infinite linear;
    animation: left-right 6s infinite linear;
    animation-direction: alternate-reverse
}

.about__img::after {
    content: '';
    width: 207px;
    height: 207px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    bottom: -93px;
    right: -53px;
    z-index: -1;
    -webkit-animation: top-right-left-bottom 6s infinite linear;
    animation: top-right-left-bottom 6s infinite linear;
    animation-direction: alternate-reverse
}

.about__img-mob {
    display: none;
}

.about__img img,
.about__img-mob img {
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 25px 122px rgba(0, 9, 75, .15);
    box-shadow: 0 25px 122px rgba(0, 9, 75, .15);
    border-radius: 15px;
    border: 5px solid #fff
}

.about__img--few-imgs {
    display: block;
}

.about__img-column {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about__img--few-imgs .about__img-column:first-child a {
	width: 100%;
}
.about__img--few-imgs .about__img-column:last-child a:last-child {
	height: 140px;
}
.about__img--few-imgs .about__img-column:last-child a:last-child img {
	height: 100%;
}
.about__img-column-search-blogger a,
.about__img-column-protection-account a {
	height: auto !important;
	width: 65% !important;
}

.about__img--few-imgs a {
    margin-bottom: 30px;
    display: block;
    width: 45%;
}

.about__img--few-imgs img {
    margin-bottom: 0
}

.about__info {
    width: 522px;
    margin-left: 100px;
    color: var(--color-blue-light)
}

.about__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.025em;
    font-weight: 800;
    margin-bottom: 34px;
    color: var(--color-blue-dark)
}

.about__info ul {
    margin-left: 1px
}

.about__info p {
    line-height: 24px;
    margin-bottom: 23px
}

.about__registration {
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-box-shadow: 0 22px 54px rgb(0 9 75 / 8%);
    box-shadow: 0 22px 54px rgb(0 9 75 / 8%);
    padding: 40px 40px 30px;
    margin-bottom: 85px
}

.about__registration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1334px;
    background: url("../img/bg-light.png") no-repeat top center;
    z-index: -1;
    opacity: .6
}

.about__registration .register::before {
    content: '';
    background: url(../img/icon/arrow-thin.svg) no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 15px;
    left: 30px;
    -webkit-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    transform: rotate(91deg);
}

.about__registration .register::after {
    content: '';
    background: url(../img/icon/arrow-thin.svg) no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    -webkit-transform: rotate(270deg) scale(-1, 1);
    -ms-transform: rotate(270deg) scale(-1, 1);
    transform: rotate(270deg) scale(-1, 1);
}

.tabs.reverse .about__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tabs.reverse .about__img {
    margin: 0 1px 0 0
}

.tabs.reverse .about__img::before {
    left: auto;
    right: 9px;
    top: -104px
}

.tabs.reverse .about__img::after {
    display: none
}

.tabs.reverse .about__info {
    margin: 0 134px 0 0;
    width: 490px
}

.price {
    padding: 55px 0;
    position: relative
}

.price::before {
    content: '';
    width: 131px;
    height: 131px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    top: 184px;
    right: calc(50% + 793px);
    z-index: -1;
    -webkit-animation: left-right 6s infinite linear;
    animation: left-right 6s infinite linear;
    animation-direction: alternate-reverse
}

.price::after {
    content: '';
    width: 630px;
    height: 630px;
    border-radius: 50%;
    display: block;
    background: -o-linear-gradient(331deg, var(--color-circle-top), var(--color-circle-bottom));
    background: linear-gradient(119deg, var(--color-circle-top), var(--color-circle-bottom));
    position: absolute;
    top: 27px;
    left: calc(50% - 303px);
    z-index: -1
}

.price h2 {
    margin-bottom: 54px
}

.price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 37px
}

.price-item {
    background: -o-linear-gradient(325deg, #e1eefd 0, #fff 62%);
    background: linear-gradient(125deg, #e1eefd 0, #fff 62%);
    -webkit-box-shadow: 22px 22px 54px rgba(0, 9, 75, .1), inset 0 0 13px #fff;
    box-shadow: 22px 22px 54px rgba(0, 9, 75, .1), inset 0 0 13px #fff;
    width: 300px;
    border-radius: 20px;
    margin: 0 15px 20px;
    text-align: center;
    padding: 67px 10px 35px;
    position: relative
}

.price-item__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 37px
}

.price-item__cost {
    font-size: 48px;
    font-weight: 800;
    color: var(--color-pink);
    margin-bottom: 74px
}

.price-item__cost span {
    font-size: 18px;
    font-weight: 300;
    color: var(--color-blue-light);
    margin-right: 2px
}

.price-item__period {
    color: var(--color-blue-light)
}

.price-item__period span {
    font-weight: 800;
    color: var(--color-blue-dark)
}

.price-item__tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 18px 51px rgb(0 9 75 / 9%);
    box-shadow: 0 18px 51px rgb(0 9 75 / 9%);
    border-radius: 20px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.price-item__tooltip::before {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 8px);
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    display: block
}

.price-item:hover .price-item__tooltip {
    opacity: 1;
    visibility: visible
}

.price-payment {
    text-align: center;
    margin-bottom: 55px
}

.price-payment p {
    color: var(--color-blue-light);
    margin-bottom: 29px
}

.price-payment__list {
    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
}

.price-payment__list img {
    margin-left: 35px
}

.price-payment__list img:nth-child(1) {
    margin-left: 0
}

.price-payment__more {
    margin-left: 35px;
    border: 1px solid #d6e9ff;
    border-radius: 3px;
    font-size: 14px;
    color: var(--color-blue-light);
    padding: 3px 16px
}

.price-calculator {
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    -webkit-box-shadow: 0 22px 54px rgba(0, 9, 75, .08);
    box-shadow: 0 22px 54px rgba(0, 9, 75, .08);
    padding: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price-calculator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1334px;
    background: url("../img/bg-light.png") no-repeat top center;
    z-index: -1
}

.price-calculator .cost {
    color: var(--color-pink)
}

.price-calculator__title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.01em;
    margin-bottom: 22px
}

.price-calculator p {
    line-height: 24px;
    margin-bottom: 48px
}

.price-calculator .register__form {
    margin: 0
}

.price-calculator__loader {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.price-calculator__loader>* {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-pink);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-double-bounce 2s infinite ease-in-out;
    animation: sk-double-bounce 2s infinite ease-in-out
}

.price-calculator__loader>:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-double-bounce {

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

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

@keyframes sk-double-bounce {

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

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

.price-calculator .register {
    display: none
}

.partner {
    padding: 77px 0 43px;
    position: relative;
    z-index: 3
}

.partner>.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partner h2 {
    font-size: 24px;
    line-height: 30px;
    width: 320px;
    text-align: left;
    margin: 0
}

.partner p {
    color: var(--color-blue-light);
    line-height: 24px;
    width: 530px;
    margin-left: 53px
}

.partner p span {
    color: var(--color-blue-dark);
    font-weight: 800
}

.partner .btn-str {
    margin: 0 0 0 auto
}

.full-page {
    background: -o-radial-gradient(#fff, #d9eafe);
    background: radial-gradient(#fff, #d9eafe);
    width: 100%;
    min-height: 100vh;
    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;
    padding: 20px 10px
}

.register-box {
    background: #fff;
    border-radius: 20px;
    width: 454px;
    text-align: center;
    padding: 41px 47px 29px
}

.register__title {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px
}

.register-box .btn {
    width: 359px;
    height: 71px;
    margin: 23px 0 35px
}

.register-box a {
    color: var(--color-pink);
    font-weight: 800
}

.register-box p {
    margin-bottom: 2px
}

.register-box .social {
    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: 24px 0 40px
}

.register-box .social a {
    margin: 0 9px
}

.register-accept {
    font-size: 13px;
    margin: 0 -15px
}

.register-accept a {
    font-weight: 400
}

.register-accept a:hover,
.register-box a:hover {
    color: var(--color-blue-dark)
}

.register__form {
    margin-bottom: 24px
}

.register__form .input {
    width: 329px;
    height: 79px;
    background: #fff;
    border-radius: 40px;
    margin: 0 auto 16px;
    display: block;
    font-size: 15px;
    padding: 0 42px;
    letter-spacing: .025em;
    border: 0
}

.register__form .btn {
    margin: 0 auto
}

.register__form .input::-webkit-input-placeholder {
    color: var(--color-blue-light)
}

.register__form .input::-moz-placeholder {
    color: var(--color-blue-light)
}

.register__form .input:-moz-placeholder {
    color: var(--color-blue-light)
}

.register__form .input:-ms-input-placeholder {
    color: var(--color-blue-light)
}

.register__ps {
    color: var(--color-blue-light);
    text-align: center;
    font-size: 14px;
    margin-top: 10px
}

.register__agreement {
    max-width: 329px;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    color: var(--color-blue-light);
}

.register__agreement-link {
    color: var(--color-pink);
}

.register__social {
    text-align: center
}

.register__social p {
    color: var(--color-blue-dark);
    font-size: 15px;
    letter-spacing: .025em;
    margin-bottom: 12px
}

.register__social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.register__social-list li {
    margin: 0 10px 10px;
    padding: 0
}

.register__social-list li::before {
    display: none
}

.register__social-list a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 13px rgba(0, 9, 75, .04)
}

.register__social-list .vk a {
    background: #4a76a8;
    transition: .6s
}

.register__social-list .vk a:hover {
    box-shadow: 0 0 10px #4a76a8
}

.register__social-list .facebook a {
    background: #3b5998
}

.register__social-list .facebook a:hover {
    box-shadow: 0 0 10px #4a76a8
}

.google a {
    background: #3b5998
}

.google a:hover {
    box-shadow: 0 0 10px #4a76a8
}

.main .register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main .register__form .input {
    margin-bottom: 21px
}

.main .register__social {
    margin-bottom: -5px;
    margin-left: 40px
}

.main .register__form {
    margin: 0;
    position: relative
}

.main .register__form::before {
    content: '';
    background: url("../img/icon/arrow-thin.svg") no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -28px;
    left: -93px;
    -webkit-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    transform: rotate(91deg)
}

.main .register__form::after {
    content: '';
    background: url("../img/icon/arrow-thin.svg") no-repeat center;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -24px;
    right: -101px;
    -webkit-transform: rotate(270deg) scale(-1, 1);
    -ms-transform: rotate(270deg) scale(-1, 1);
    transform: rotate(270deg) scale(-1, 1)
}

.main .register__social-list {
    width: auto;
    margin: 0
}

.lead {
    position: relative;
    padding: 68px 0 0;
    font-family: "Nunito", sans-serif;
    color: #343a40;
}

.lead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: var(--color-bg-light);
    z-index: -1;
}

.lead__icon {
    width: 64px;
    height: 64px;
    fill: #343a40;
    display: block;
    margin: 0 auto 68px;
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
}

.lead__box {
    background: #fff;
    -webkit-box-shadow: 0px 16px 24px rgba(177, 151, 252, 0.24);
            box-shadow: 0px 16px 24px rgba(177, 151, 252, 0.24);
    border-radius: 16px;
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lead__inner {
    width: 475px;
    max-width: 100%;
}

.lead__title {
    text-align: left;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #343a40;
    margin-bottom: 16px;
}

.lead__img {
    width: calc(100% - 475px);
    margin: 0 auto;
}

.lead__title span {
    color: #ff6f00;
    display: block;
}

.lead__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}

.lead__form {
    width: 350px;
    max-width: 100%;
}

.lead__input {
    color: #343a40;
    background: #fff;
    border: 1px solid #e5dbff;
    padding: 24px 32px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 16px;
}

.lead__input::placeholder {
    color: #868e96;
}

.lead__agreement {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    color: var(--color-blue-light);
}

.lead__agreement-link {
    color: var(--color-pink);
}

.lead2 {
    position: relative;
    font-family: "Nunito", sans-serif;
    color: #343a40;
    background: #f3f0ff;
    margin: 59px 0;
    padding: 60px 0;
}

.lead2::before {
    content: "";
    width: 701px;
    height: 462px;
    display: block;
    position: absolute;
    left: calc(50% + 195px);
    top: 50%;
    margin-top: -231px;
    background: url(../img/lead/profile-checklist.png) no-repeat center;
}

.lead2__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #343a40;
    margin-bottom: 32px;
    text-align: left;
    width: 700px;
    max-width: 100%;
}

.lead2__title span {
    color: #ff6f00;
    display: block;
}

.lead2__form {
    display: flex;
    align-items: flex-start;
}

.lead2__input-wrap {
    width: 320px;
    max-width: 100%;
    margin: 0 16px 0 0;
}

.lead2__input {
    color: #343a40;
    background: #fff;
    border: none;
    padding: 24px 32px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    margin: 0;
}

.lead2__input::placeholder {
    color: #868e96;
}

.input.error + .lead2__input-error {
    margin: 5px 25px 0;
}

.lead2__agreement {
    max-width: 326px;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: var(--color-blue-light);
}

.lead2__agreement-link {
    color: var(--color-pink);
}

.why {
    background: rgb(249 248 250 / 50%);
    margin-top: -59px;
    padding: 126px 0;
    font-family: "Nunito", sans-serif;
    color: #343a40;
}

.why__title {
    font-weight: 900;
    line-height: 48px;
    color: #343a40;
    width: 685px;
    max-width: 100%;
    margin: 0 auto 70px;
    font-size: 42px;
}

.why__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -12px 8px;
}

.why__list-item {
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(177, 151, 252, 0.28);
            box-shadow: 0px 4px 8px rgba(177, 151, 252, 0.28);
    border-radius: 8px;
    padding: 24px;
    margin: 0 12px 24px;
    width: calc(25% - 24px);
    text-align: center;
}

.why__list-item-img {
    margin: 0 auto 16px;
}

.why__list-item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #6741d9;
    margin: 0 0 16px;
}

.why__list-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #868e96;
    text-align: left;
}

.why__lead {
    background: linear-gradient(180deg, rgba(249, 193, 44, 0) 0%, #f9c12c 100%), url(../img/stars.png) no-repeat left bottom, linear-gradient(94.41deg, #ff6f00 0%, #ffb300 100%);
    -webkit-box-shadow: 0px 16px 24px rgba(177, 151, 252, 0.24);
            box-shadow: 0px 16px 24px rgba(177, 151, 252, 0.24);
    border-radius: 16px;
    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;
    padding: 48px;
}

.why__lead-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    width: 475px;
    max-width: 100%;
}

.why__lead-title span {
    display: block;
    font-weight: 900;
    font-size: 42px;
    line-height: 48px;
    margin-top: 16px;
}

.why__lead-form {
    width: 350px;
    max-width: 100%;
    margin-left: 32px;
}

.why__lead-input {
    color: #343a40;
    background: #fff;

    border: none;
    padding: 24px 32px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 16px;
}

.why__lead-input::placeholder {
    color: #868e96;
}

.why__lead-btn {
    width: 100%;
    height: auto;
    background: #7950f2;
    padding: 24px 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.why__lead-btn::before,
.why__lead-btn::after {
    display: none;
}

.why__lead-btn:hover {
    background: #7048E8;
}

.why__lead-agreement {
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    color: var(--color-blue-light);
}

.why__lead-agreement-link {
    color: var(--color-pink);
}

.process {
    padding: 120px 0 0;
    font-family: "Nunito", sans-serif;
    color: #343a40;
}

.process__inner {
    background: url(../img/woman-phone.png) no-repeat right bottom;
}

.process__title {
    font-weight: 900;
    font-size: 42px;
    line-height: 48px;
    color: #343a40;
    text-align: left;
    width: 700px;
    max-width: 100%;
    margin-bottom: 70px;
}

.process__title span {
    color: #ff6f00;
    display: block;
}

.process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -12px 46px;
}

.process__item {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
}

.process__item-img {
    margin-bottom: 8px;
}

.process__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 260px;
}

.process__item-count {
    font-family: "Nunito";

    font-weight: 900;
    font-size: 96px;
    line-height: 96px;
    color: #f3f0ff;
}

.process__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #343a40;
    margin-left: 14px;
}

.process__item-link {
    color: var(--color-pink);
}

.process__pointer {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
    fill: #343a40;
}

.process__lead {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f6ff), to(#f9f5ff));
    background: -o-linear-gradient(top, #f9f6ff 0%, #f9f5ff 100%);
    background: linear-gradient(180deg, #f9f6ff 0%, #f9f5ff 100%);
    padding: 48px 0;
    text-align: center;
}

.process__lead-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}

.process__lead-title span {
    color: #ff6f00;
}

.process__lead-form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
}

.process__input-wrap {
    width: 350px;
    max-width: 100%;
    margin: 0 16px 0 0;
    text-align: left;
}

.process__lead-input {
    color: #343a40;
    background: #fff;
    border: 1px solid #e5dbff;
    padding: 24px 32px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    margin: 0;
}

.process__lead-input::placeholder {
    color: #868e96;
}

.input.error + .process__lead-input-error {
    margin: 5px 25px 0;
}

.process__lead-box {
    width: 350px;
    max-width: 100%;
}

.process__lead-btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #7950f2;
    padding: 24px 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.process__lead-btn::before,
.process__lead-btn::after {
    display: none;
}

.process__lead-btn:hover {
    background: #7048E8;
}

.process__lead-agreement {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    color: var(--color-blue-light);
}

.process__lead-agreement-link {
    color: var(--color-pink);
}

.process__lead-separator {
    display: table;
    margin: 0 auto 24px;
    color: #9d99ab;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.process__lead-separator::before,
.process__lead-separator::after {
    content: "";
    background: #c5c0db;
    width: 300px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    margin-top: -1px;
}

.process__lead-separator::after {
    left: auto;
    right: calc(100% + 16px);
}

.process__lead-btns {
    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;
}

.process__lead-icon-btn {
    width: 56px;
    height: 56px;
    background: #7950f2;
    border-radius: 50%;
    fill: #fff;
    padding: 16px;
    margin: 0 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.process__lead-icon-btn:hover {
    background: #7048E8;
}

.process__lead-icon-btn svg {
    width: 24px;
    height: 24px;
}

.review {
    padding: 120px 0 32px;
}

.review__list .swiper-slide {
    width: auto;
    max-width: calc(100vw - 56px - 24px * 2 - 10px);
    padding: 0 52px;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.review__list .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.review__list .swiper-button-prev,
.review__list .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    padding: 16px;
    fill: #6741d9;
    border: 1px solid transparent;
    margin-top: 0;
    top: 0;
    left: calc(50% - 532px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.review__list .swiper-button-next {
    left: auto;
    right: calc(50% - 532px);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

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

.review__list .swiper-button-prev:hover,
.review__list .swiper-button-next:hover {
    background: #F3F0FF;
    border: 1px solid #6741D9;
}

.review__item {
    display: inline-block;
}

.faq {
    padding: 70px 0 90px;
    position: relative;
    z-index: 3
}

.faq__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px
}

.faq-list {
    width: 665px
}

.faq-list__item {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 20px
}

.faq-list__item:last-child {
    margin-bottom: 0
}

.faq-list__question {
    position: relative;
    padding: 19px 52px 19px 20px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500
}

.faq-list__question::after {
    content: '';
    width: 11px;
    height: 23px;
    background: url("../img/icon/arrow-pink.png") no-repeat center/contain;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.faq-list__question--active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-list__answer {
    display: none;
    padding: 0 20px 20px;
    font-size: 14px
}

.faq__right {
    margin-left: 95px;
    width: 350px
}

.faq__img {
    margin: 0 auto 30px
}

.news {
    background: -o-linear-gradient(270.94deg, #deecfd -4.98%, rgba(222, 236, 253, .29) -4.98%, #deecfd -4.97%, rgba(222, 236, 253, .42) 31.15%, #fff 81.99%);
    background: linear-gradient(179.06deg, #deecfd -4.98%, rgba(222, 236, 253, .29) -4.98%, #deecfd -4.97%, rgba(222, 236, 253, .42) 31.15%, #fff 81.99%);
    border-radius: 140px;
    padding: 130px 0 30px;
    position: relative;
    z-index: 2
}

.news::before {
    content: '';
    background: url("../img/bg/instagram.png") no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 454px;
    height: 735px;
    display: block;
    z-index: -1
}

.news::after {
    content: '';
    display: block;
    width: 1110px;
    max-width: calc(100% - 32px);
    height: 1px;
    margin: 50px auto 0;
    background: -o-linear-gradient(327.83deg, #8e59d4 1.39%, #ff5e87 47%, #ffcc75 97.99%);
    background: linear-gradient(122.17deg, #8e59d4 1.39%, #ff5e87 47%, #ffcc75 97.99%);
    opacity: .5
}

.news__wrap {
    width: 1110px
}

.news__title {
    margin-bottom: 70px
}

.card-list {
    font-family: Rubik, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 50px
}

.card-list::after {
    content: '';
    display: block;
    width: 1110px;
    max-width: calc(100% - 32px);
    height: 1px;
    margin: 20px auto 0;
    background: -o-linear-gradient(327.83deg, #8e59d4 1.39%, #ff5e87 47%, #ffcc75 97.99%);
    background: linear-gradient(122.17deg, #8e59d4 1.39%, #ff5e87 47%, #ffcc75 97.99%);
    opacity: .5
}

.card-item {
    background: -o-linear-gradient(347.33deg, rgba(255, 204, 117, 0) -66.22%, rgba(222, 236, 253, 0) -66.22%, rgba(255, 255, 255, .5) 76.81%), #fff;
    background: linear-gradient(102.67deg, rgba(255, 204, 117, 0) -66.22%, rgba(222, 236, 253, 0) -66.22%, rgba(255, 255, 255, .5) 76.81%), #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(213, 232, 255, .25), inset 2px 2px 0 #fff;
    box-shadow: 5px 5px 20px rgba(213, 232, 255, .25), inset 2px 2px 0 #fff;
    border-radius: 10px;
    width: calc(25% - 30px);
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 0 15px 30px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent
}

.card-item:hover {
    -webkit-box-shadow: 5px 5px 10px rgb(213 232 255 / 50%);
    box-shadow: 5px 5px 10px rgb(213 232 255 / 50%);
    border-top-color: var(--color-pink);
    border-left-color: var(--color-pink)
}

.card-item__icon {
    width: 35px
}

.card-item__info {
    margin-left: 20px;
    width: calc(100% - 35px - 20px)
}

.card-item__name {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--color-blue-dark)
}

.card-item__link {
    color: var(--color-blue-light);
    font-size: 12px;
    line-height: 16px
}

.card-item__link::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/icon/arrow-right.svg") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 11px
}

.article-list {
    font-family: Rubik, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 30px
}

.article-card {
    width: calc(50% - 30px);
    margin: 0 15px 20px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(213, 232, 255, .25);
    box-shadow: 5px 5px 20px rgba(213, 232, 255, .25);
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article-card__header {
    width: calc(50% + 5px)
}

.article-card__img {
    display: block;
    margin-bottom: 20px
}

.article-card__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-card__category {
    background: var(--color-pink);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px
}

.article-card__time {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-blue-light)
}

.article-card__info {
    width: calc(50% - 20px - 5px);
    margin-left: 20px
}

.article-card__title {
    color: var(--color-blue-dark);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .03em;
    margin-bottom: 10px;
    display: block
}

.article-card__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-blue-light);
    margin-bottom: 20px
}

.article-card__link {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-blue-light)
}

.article-card__link:hover {
    color: var(--color-pink)
}

.article-card__link::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url("../img/icon/arrow-right.svg") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 8px
}

.news__btn {
    font-family: Rubik, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #424242;
    padding: 10px 22px;
    border-radius: 4px;
    border: 1px solid var(--color-blue-dark);
    margin: 0 auto;
    display: table
}

.news__btn:hover {
    border-color: var(--color-pink);
    color: var(--color-pink)
}

.faq__lead {
    background: #fff;
    -webkit-box-shadow: 0 18px 51px rgba(0, 9, 75, .09);
    box-shadow: 0 18px 51px rgba(0, 9, 75, .09);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center
}

.faq__lead-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px
}

.faq__lead-text {
    line-height: 24px;
    margin-bottom: 25px
}

.faq__lead-btn {
    height: 55px
}

.gift {
    position: fixed;
    bottom: 140px;
    left: 25px;
    width: 170px;
    height: 170px;
    z-index: 1000
}

.gift__close {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 0;
    background: var(--color-pink);
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
    z-index: 100
}

.gift__close svg {
    width: 10px;
    height: 10px;
    stroke: #fff
}

.gift__timer {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--color-pink);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 1.25rem
}

.gift__timer .circle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 158px;
    height: 158px;
    -webkit-transform: rotateY(0) rotateZ(-90deg);
    transform: rotateY(0) rotateZ(-90deg)
}

.gift__timer .small {
    font-size: 17px !important;
    line-height: 27px !important
}

.gift__timer .counter {
    font-size: 50px;
    line-height: 50px
}

.gift__timer .btn {
    position: absolute;
    bottom: -37px;
    left: 0;
    background: #4b4b4b;
    font-size: 11px;
    padding: 10px 0;
    width: 100%;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    height: auto;
    cursor: default
}

.gift__timer .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;charset=UTF-8, <svg width='28' height='32' viewBox='0 0 448 512' stroke='none' xmlns='http://www.w3.org/2000/svg'><path d='M224 420c-11 0-20-9-20-20v-64c0-11 9-20 20-20s20 9 20 20v64c0 11-9 20-20 20zm224-148v192c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48h16v-64C64 71.6 136-.3 224.5 0 312.9.3 384 73.1 384 161.5V224h16c26.5 0 48 21.5 48 48zM96 224h256v-64c0-70.6-57.4-128-128-128S96 89.4 96 160v64zm320 240V272c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16z' fill='white'/></svg>"), -webkit-radial-gradient(#4b4b4b, transparent);
    background: url("data:image/svg+xml;charset=UTF-8, <svg width='28' height='32' viewBox='0 0 448 512' stroke='none' xmlns='http://www.w3.org/2000/svg'><path d='M224 420c-11 0-20-9-20-20v-64c0-11 9-20 20-20s20 9 20 20v64c0 11-9 20-20 20zm224-148v192c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48h16v-64C64 71.6 136-.3 224.5 0 312.9.3 384 73.1 384 161.5V224h16c26.5 0 48 21.5 48 48zM96 224h256v-64c0-70.6-57.4-128-128-128S96 89.4 96 160v64zm320 240V272c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16z' fill='white'/></svg>"), radial-gradient(#4b4b4b, transparent);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.gift__timer .btn::after {
    display: none
}

.gift__timer .circle circle {
    stroke-dasharray: 500px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #fff;
    fill: none
}

.gift__timer .btn:hover::before {
    -webkit-transform: none;
    transform: none
}

.gift__end {
    display: none;
    background: var(--color-pink);
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.gift__end img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90px
}

.gift__end .btn {
    position: absolute;
    bottom: -25px;
    left: 0;
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
    height: auto;
    font-size: 13px;
    cursor: pointer
}

.note {
    color: var(--color-pink);
    font-size: .7em;
    vertical-align: top;
    line-height: normal;
    cursor: pointer;
    position: relative
}

.note__answer {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 18px 51px rgba(0, 9, 75, .09);
    box-shadow: 0 18px 51px rgba(0, 9, 75, .09);
    padding: 10px;
    border-radius: 10px;
    width: 210px;
    font-size: 12px;
    z-index: 7;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: default
}

.note:hover .note__answer {
    opacity: 1;
    visibility: visible
}

.cookie {
    position: fixed;
    left: 24px;
    bottom: 24px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px rgba(177, 151, 252, 0.28);
    box-shadow: 0px 4px 8px rgba(177, 151, 252, 0.28);
    max-width: calc(100vw - 48px);
    width: 432px;
    padding: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9999;
}

.cookie__btn {
    flex-shrink: 0;
    margin-left: 8px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
}

.cookie.active {
    opacity: 1;
    visibility: visible;
}

.arcticmodal-container,
.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 10px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(img/ajax-loader.gif) no-repeat 50% 50%
}

.box-modal {
    position: relative;
    width: 310px;
    max-width: calc(100vw - 40px);
    padding: 30px 20px;
    background: var(--color-bg);
    border-radius: 6px
}

.box-modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 0;
    background: var(--color-pink);
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
    z-index: 100
}

.box-modal_close svg {
    width: 10px;
    height: 10px;
    stroke: #fff
}

.modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px
}

.modal-form .input {
    width: 329px;
    max-width: 100%;
    height: 52px;
    background: #fff;
    border-radius: 40px;
    margin: 0 auto 16px;
    display: block;
    font-size: 15px;
    padding: 0 42px;
    letter-spacing: .025em;
    border: 0
}

.modal-form .btn {
    height: 52px
}

.partnership {
    padding: 100px 0 72px;
    position: relative;
    overflow: hidden
}

.partnership::before {
    content: '';
    position: absolute;
    top: 176px;
    left: calc(50% - 1364px);
    width: 874px;
    height: 1001px;
    display: block;
    background: url("../img/bg/playing-girl.png") no-repeat center
}

.partnership h2 {
    margin-bottom: 70px
}

.partnership__content {
    padding: 66px 15px 0;
    font-family: Rubik, sans-serif;
    position: relative
}

.partnership__content::before {
    content: '';
    position: absolute;
    top: -29px;
    left: calc(50% - 70px);
    width: 772px;
    height: 724px;
    display: block;
    background: url("../img/social-girl.png") no-repeat center;
    z-index: -1
}

.partnership__info-list {
    width: 560px;
    max-width: 100%;
    color: var(--color-blue-dark);
    line-height: 32px;
    margin-bottom: 40px
}

.partnership__info-list::after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url("../img/icon/arrow-down.svg") no-repeat center;
    margin-top: 40px
}

.partnership__info-item {
    min-height: 64px;
    margin-bottom: 24px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partnership__info-item::before {
    width: 64px;
    height: 64px;
    background: -o-radial-gradient(circle, #7950f2 6px, rgb(121 80 242 / 25%) 7px, rgb(121 80 242 / 25%) 12px, rgb(121 80 242 / 10%) 13px, rgb(121 80 242 / 10%) 19px, #7950f2 20px, rgb(121 80 242 / 10%) 21px, rgb(121 80 242 / 10%) 32px);
    background: radial-gradient(circle, #7950f2 6px, rgb(121 80 242 / 25%) 7px, rgb(121 80 242 / 25%) 12px, rgb(121 80 242 / 10%) 13px, rgb(121 80 242 / 10%) 19px, #7950f2 20px, rgb(121 80 242 / 10%) 21px, rgb(121 80 242 / 10%) 32px);
    display: block;
    position: relative;
    top: auto;
    left: auto
}

.partnership__info-item span {
    width: calc(100% - 64px - 16px);
    margin-left: 16px
}

.partnership__info-item b {
    font-size: 20px
}

.partnership__box {
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgb(134 142 150 / 22%);
    box-shadow: 0 4px 8px rgb(134 142 150 / 22%);
    border-radius: 16px;
    width: 664px;
    max-width: 100%;
    padding: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: var(--color-blue-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.partnership__box-icon {
    width: 24px;
    height: 24px
}

.partnership__box-text {
    width: 100%
}

.partnership__box-icon+.partnership__box-text {
    width: calc(100% - 24px - 10px);
    margin-left: 10px
}

.partnership__box b {
    color: #6741d9;
    font-size: 28px
}

.partnership__ps {
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 24px;
    color: #343a40;
    width: 660px;
    max-width: 100%;
    letter-spacing: -.03em;
    margin-bottom: 40px
}

.partnership__ps::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/icon/alert.svg") no-repeat center
}

.partnership__list {
    margin-bottom: 40px;
    padding: 16px 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 702px;
    max-width: 100%;
    counter-reset: myCounter
}

.partnership__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    width: 312px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(177, 151, 252, .28);
    box-shadow: 0 4px 8px rgba(177, 151, 252, .28);
    border-radius: 16px;
    color: var(--color-blue-dark)
}

.partnership__list-item::before {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--color-pink);
    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;
    top: -16px;
    left: -18px
}

.partnership__list-icon {
    width: 24px;
    height: 24px
}

.partnership__list-text {
    margin-left: 16px;
    width: calc(100% - 24px - 16px);
    font-size: 15px;
    line-height: 24px
}

.partnership__btns {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partnership__btn {
    width: auto;
    height: auto;
    padding: 24px 32px;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.01em;
    margin-right: 30px
}

.partnership__btn-str {
    padding: 23px 31px;
    width: auto;
    height: auto;
    border-radius: 50px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    border-color: #6741d9;
    color: #6741d9;
    letter-spacing: -.02em
}

.partnership__btn-icon {
    position: relative;
    z-index: 2;
    width: 27px;
    height: 24px;
    fill: #fff;
    margin-right: 8px
}

.partnership__btn-str .partnership__btn-icon {
    fill: #6741d9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.partnership__btn-str:hover {
    background: #6741d9
}

.partnership__btn-str:hover .partnership__btn-icon {
    fill: #fff
}

.modal {
    width: 452px;
    max-width: calc(100vw - 30px);
    padding: 72px 56px 66px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    font-family: Rubik, sans-serif
}

.modal>:not(:last-child) {
    margin-bottom: 24px
}

.modal__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    fill: #343a40;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal__close:hover {
    fill: var(--color-pink)
}

.modal__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    color: var(--color-pink);
    text-transform: uppercase
}

.modal__input {
    display: block;
    font-family: Rubik, sans-serif;
    padding: 16px 20px;
    border: 1px solid #868e96;
    color: #343a40;
    border-radius: 8px;
    width: 100%;
    line-height: 22px
}

.modal__input[name=email] {
    padding-left: 52px;
    background: url(img/icon/letter.svg) no-repeat left 20px center/24px 24px
}

.modal__input::-webkit-input-placeholder {
    color: #343a40
}

.modal__input::-moz-placeholder {
    color: #343a40
}

.modal__input:-moz-placeholder {
    color: #343a40
}

.modal__input:-ms-input-placeholder {
    color: #343a40
}

.modal__input.error {
    border-color: red
}

.modal__btn {
    display: block;
    width: 100%;
    background: var(--color-pink);
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    border-radius: 8px;
    padding: 16px
}

.modal__ps {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    color: #868e96
}

.modal__hr {
    background: var(--color-pink);
    border: none;
    height: 1px;
    opacity: .25
}

.soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -24px
}

.soc-list__item {
    margin: 0 12px 24px;
    padding: 0
}

.soc-list__item::before {
    display: none
}

.soc-list__link {
    padding: 15px;
    border: 1px solid transparent;
    display: block;
    border-radius: 8px
}

.soc-list__link:hover {
    border-color: var(--color-pink);
    background: rgb(255 161 185 / .1)
}

.soc-list__img {
    width: 24px;
    height: 24px
}

.image-wrap {
    position: absolute;
    max-width: 50%;
    left: calc(50% + 55px);
    bottom: 0
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px)
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(0, 50px);
        transform: translate(0, 50px)
    }
}

@-webkit-keyframes left-right {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
}

@keyframes left-right {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }
}

@-webkit-keyframes top-right-left-bottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px)
    }
}

@keyframes top-right-left-bottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px)
    }
}

@-webkit-keyframes countdown {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 500px
    }
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 500px
    }
}

@media screen and (min-width:1400px) {
    .image-wrap {
        max-width: 50%;
        left: calc(56% + 55px)
    }
}

@media screen and (max-width:1600px) {
    .process__inner {
        background: none;
    }
}

@media screen and (max-width:1400px) {
    .image-wrap {
        max-width: 45.7%
    }
}

@media screen and (max-width:1200px) {
    .image-wrap {
        max-width: 47.7%;
        left: calc(50% + 15px)
    }

    .wrap {
        width: auto;
        padding: 0 16px
    }

    h1 {
        font-size: 36px;
        line-height: 42px
    }

    h2 {
        font-size: 36px;
        line-height: 42px
    }
    
    .input-error {
        font-size: 15px;
    }

    .tabs__link {
        width: 850px;
        max-width: 100%;
        overflow: hidden;
        z-index: 17;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabs__link li {
        width: calc(50% + 1px);
        border-bottom: 1px solid #e8e8e8
    }

    .tabs__link li.active+* {
        border-color: #e8e8e8
    }

    .tabs__link li:nth-child(2n+1) {
        margin-left: -1px;
        border-left-color: transparent
    }

    .about::after,
    .about::before,
    .about__img::after,
    .about__img::before,
    .price::before {
        display: none
    }
    
    .description {
        font-size: 13px;
        width: 200px;
        margin-left: 20px;
    }

    .language {
        margin-left: 20px
    }

    .menu li {
        margin-left: 25px
    }

    .signin {
        margin-left: 40px
    }

    .main ul {
        font-size: 15px
    }

    .main li {
        padding-left: 20px
    }

    .main li::before {
        width: 12px;
        height: 12px
    }

    .main .register__social-list li {
        padding: 0
    }

    .main h1 {
        width: 520px
    }

    .about__img {
        width: 450px
    }

    .about__info {
        margin-left: 50px;
        width: calc(100% - 450px - 50px)
    }

    .about__title {
        font-size: 26px;
        line-height: 32px
    }

    .tabs.reverse .about__info {
        width: calc(100% - 450px - 50px - 1px);
        margin-right: 50px
    }

    .why__list-item {
        width: calc(50% - 24px);
    }

    .review__list .swiper-button-prev {
        left: 10px;
    }

    .review__list .swiper-button-next {
        right: 10px;
    }

    .partner h2 {
        width: 200px
    }

    .partner p {
        width: 500px;
        max-width: 100%
    }

    .faq__right {
        margin-left: 50px
    }

    .faq-list {
        width: calc(100% - 350px - 50px)
    }

    .news {
        padding: 70px 0 30px;
        border-radius: 40px
    }

    .news::before {
        width: 250px;
        background-size: contain
    }

    .article-list,
    .card-list {
        margin-left: auto;
        margin-right: auto
    }

    .main .register__form::after,
    .main .register__form::before {
        display: none
    }

    .partnership::before {
        display: none
    }

    .partnership__content {
        padding: 0
    }

    .partnership__content::before {
        width: 580px;
        height: 544px;
        background-size: contain;
        left: 46%
    }

    .partnership__info-list {
        width: 520px;
        margin-bottom: 24px
    }

    .partnership__info-list::after {
        margin-top: 24px
    }

    .partnership__info-item {
        min-height: 52px
    }

    .partnership__info-item::before {
        background: -o-radial-gradient(circle, #7950f2 5px, rgb(121 80 242 / 25%) 6px, rgb(121 80 242 / 25%) 10px, rgb(121 80 242 / 10%) 11px, rgb(121 80 242 / 10%) 15px, #7950f2 16px, rgb(121 80 242 / 10%) 17px, rgb(121 80 242 / 10%) 26px);
        background: radial-gradient(circle, #7950f2 5px, rgb(121 80 242 / 25%) 6px, rgb(121 80 242 / 25%) 10px, rgb(121 80 242 / 10%) 11px, rgb(121 80 242 / 10%) 15px, #7950f2 16px, rgb(121 80 242 / 10%) 17px, rgb(121 80 242 / 10%) 26px);
        width: 52px;
        height: 52px
    }

    .partnership__info-item span {
        width: calc(100% - 52px - 16px)
    }

    .partnership__info-item b {
        font-size: 18px
    }

    .partnership__box {
        width: 520px;
        font-size: 18px;
        line-height: 30px;
        padding: 24px
    }

    .partnership__box b {
        font-size: 20px
    }

    .partnership__ps {
        width: 520px;
        font-size: 14px
    }

    .partnership__btn {
        padding: 20px 26px;
        font-size: 18px
    }

    .partnership__btn-str {
        padding: 19px 25px;
        font-size: 18px
    }

    .partnership__btn-icon {
        width: 24px
    }

    .partnership__btn-str .partnership__btn-icon {
        width: 22px;
        height: 22px
    }

    .partnership__list {
        width: 655px
    }

    .partnership__list-item {
        padding: 20px;
        width: 295px
    }
    .about__img--few-imgs .about__img-column:last-child a:last-child {
    	height: 123px;
	}
}

@media screen and (max-width:1024px) {
    .description {
        display: none
    }

    .header-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .button-toggle {
        display: block;
        cursor: pointer
    }

    .button-toggle span {
        display: block;
        width: 36px;
        height: 3px;
        background: var(--color-blue-light);
        margin-bottom: 5px
    }

    .button-toggle span:last-child {
        margin-bottom: 0
    }

    .menu {
        position: relative
    }

    .menu ul {
        display: block;
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 20px rgba(0, 9, 75, .1);
        box-shadow: 0 0 20px rgba(0, 9, 75, .1);
        width: 300px;
        max-width: calc(100vw - 16px * 2)
    }

    .menu li {
        margin: 0
    }

    .menu a {
        padding: 10px 15px;
        font-size: 18px
    }

    .signin {
        margin: 0 40px 0 0
    }

    h1 {
        font-size: 30px;
        line-height: 36px
    }

    .main h1 {
        width: 55%;
        margin-bottom: 25px
    }

    .main {
        border-radius: 0 0 50px 50px;
        padding: 120px 0 50px
    }

    .main ul {
        width: 50%;
        line-height: 23px;
        margin-bottom: 30px
    }

    .main li::before {
        top: 6px
    }

    .main li {
        margin-bottom: 14px
    }

    .main .register__social-list li {
        margin: 0 10px 10px
    }

    .main__img {
        width: 499px;
        left: 50%
    }

    .video {
        position: relative;
        top: auto;
        left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 273px;
        margin: 30px 0 0 22px
    }

    .video__text {
        text-align: left;
        width: 200px;
        padding-right: 25px
    }

    .video__play {
        margin: 0
    }

    .tabs__link li {
        height: 65px
    }

    .about__content {
        display: block
    }

    .about__img,
    .tabs.reverse .about__img {
        margin: 0 auto 30px
    }

    .about__info,
    .tabs.reverse .about__info {
        margin: 0;
        width: 100%
    }

    .lead2 {
        margin: 0;
    }

    .lead2::before {
        display: none;
    }

    .lead2__title {
        text-align: center;
        margin: 0 auto 32px;
    }

    .lead2__form {
        justify-content: center;
    }

    .why {
        margin: 0;
        padding: 100px 0;
    }

    .why__title {
        font-size: 36px;
        line-height: 42px;
        width: 600px;
    }

    .why__lead-title span {
        font-size: 36px;
        line-height: 42px;
    }

    .why__lead {
        display: block;
    }

    .why__lead-title {
        margin: 0 auto 20px;
        text-align: center;
    }

    .why__lead-title span {
        margin: 0;
    }

    .why__lead-form {
        margin: 0 auto;
    }

    .process {
        padding-top: 90px;
    }

    .process__title {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .process__item {
        width: calc(50% - 24px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .review {
        display: none;
    }

    .price-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .price-item {
        margin: 0 10px 20px;
        padding: 30px 10px
    }

    .price-item__title {
        margin-bottom: 20px
    }

    .price-item__cost {
        margin-bottom: 30px
    }

    .news__title {
        margin-bottom: 42px
    }

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

    .card-item {
        width: 255px
    }

    .article-card {
        display: block
    }

    .article-card__header {
        width: 100%;
        margin-bottom: 20px
    }

    .article-card__info {
        width: 100%;
        margin: 0
    }

    .article-card__img img {
        margin: 0 auto
    }

    .partner>.wrap {
        display: block
    }

    .partner h2 {
        width: auto;
        margin: 0 0 30px;
        text-align: center
    }

    .partner p {
        text-align: center;
        margin: 0 auto 30px
    }

    .partner .btn-str {
        margin: 0 auto
    }

    .footer {
        padding-top: 25px
    }

    .footer>.wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer-link {
        width: 100%;
        text-align: center;
        margin: 0 0 15px
    }

    .footer-link a {
        margin-right: 0
    }

    .social {
        width: 100%;
        margin: 0 0 20px
    }

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

    .copyright {
        margin-top: 19px
    }

    .faq__box {
        display: block
    }

    .faq-list {
        width: 600px;
        margin: 0 auto 50px;
        max-width: 100%
    }

    .faq__right {
        margin: 0 auto;
        width: 600px;
        max-width: 100%
    }

    .faq__img {
        display: none
    }

    .faq__lead-btn {
        margin: 0 auto
    }

    .partnership {
        padding-top: 80px
    }

    .lead__icon {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .lead__img {
        display: none;
    }

    .lead__inner {
        width: 100%;
    }

    .lead__title {
        text-align: center;
    }

    .lead__text {
        text-align: center;
    }

    .lead__form {
        margin: 0 auto;
    }
    
    .lead__input-error,
    .why__lead-input-error {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .input-error {
        font-size: 14px;
        text-align: center;
    }

    .header-right {
        margin-top: 10px
    }

    .signin::before {
        width: 31px;
        height: 31px;
        margin-right: 10px;
        background-size: contain
    }

    .btn img {
        margin-right: 15px
    }

    .main {
        padding: 90px 0 50px
    }

    .main__img {
        display: none
    }

    .main h1 {
        width: auto;
        text-align: center
    }

    .main .wrap>ul {
        display: none
    }

    .main ul {
        margin: 0 0 30px;
        width: auto
    }
    
    .about__registration .register::before,
    .about__registration .register::after {
        display: none;
    }

    .tabs__link li {
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #e8e8e8
    }

    .tabs__link li:nth-child(1) {
        margin-left: 0;
        border-top: 0
    }

    .tabs__link li:last-child {
        border-radius: 0 0 10px 10px
    }

    .tabs__link li.active {
        margin-left: -1px;
        border-radius: 10px
    }

    .tabs__link {
        width: 400px;
        max-width: 100%
    }

    .about__img {
        display: none;
    }

    .about__img-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .about__img-mob a {
        margin: 0 15px 30px;
    }

    .about__img-mob img {
        margin: 0;
    }

    .lead2__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        align-items: center;
    }

    .lead2__input-wrap {
        margin: 0 0 16px;
    }

    .process__lead-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .process__input-wrap {
        margin: 0 0 16px;
    }

    .price::after {
        display: none
    }

    .price-list {
        margin: 0 auto 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .price-item {
        margin: 0 auto 20px
    }

    .price h2 {
        margin-bottom: 40px
    }

    .price-payment__list img {
        margin-left: 20px
    }

    .price-payment__more {
        display: none
    }

    .register-box {
        width: 360px;
        padding: 30px 40px;
        font-size: 14px
    }

    .register__title {
        margin-bottom: 10px
    }

    .register-box .btn {
        margin: 10px 0 20px
    }

    .register-box .social {
        margin: 20px 0
    }

    .main .register {
        display: block
    }

    .main .register__form {
        margin-bottom: 24px
    }

    .main .register__social {
        margin: 0
    }

    .gift {
        display: none
    }

    .card-item {
        width: 215px;
        padding: 10px
    }

    .article-list {
        display: block
    }

    .article-card {
        width: 350px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .partnership__content::before {
        display: none
    }

    .partnership__btn {
        margin-right: 10px
    }

    .partnership__list {
        display: block
    }

    .partnership__list-item {
        margin-bottom: 30px
    }

    .partnership__ps {
        margin-bottom: 20px
    }

    .partnership__btns {
        margin-top: 40px
    }
    
    .cookie {
        left: 16px;
        bottom: 100px;
        width: calc(100% - 32px);
        max-width: 100%;
    }
    
    .register__agreement {
        margin: 10px auto 0;
    }
}

@media screen and (max-width:480px) {

    h1,
    h2 {
        font-size: 24px;
        line-height: 29px
    }

    h3 {
        font-size: 22px;
        line-height: 27px
    }

    h4 {
        font-size: 20px;
        line-height: 25px
    }

    h5 {
        font-size: 18px;
        line-height: 23px
    }

    h6 {
        font-size: 17px;
        line-height: 22px
    }

    .input {
        font-size: 14px
    }

    .btn {
        width: 288px;
        height: 68px;
        font-size: 14px
    }

    .btn--second {
        width: auto;
        height: auto;
        padding: 20px 28px;
    }

    .btn--full-width {
        width: 100%;
    }

    .header {
        padding: 11px 0
    }

    .logo {
        width: 112px;
        margin-top: 3px
    }

    .language {
        margin-left: 15px;
        font-size: 14px
    }

    .header-right {
        margin-top: 13px
    }

    .button-toggle span {
        width: 23px;
        height: 2px
    }

    .menu a {
        font-size: 16px
    }

    .signin {
        margin-right: 15px
    }

    .signin::before {
        display: none
    }

    .main {
        padding-bottom: 32px
    }

    .main li::before {
        width: 14px;
        height: 14px
    }

    .main ul {
        font-size: 14px;
        line-height: 19px
    }

    .main li {
        padding-left: 23px;
        margin-bottom: 12px
    }

    .main .register__social-list li {
        margin: 0 10px 10px;
        padding: 0
    }

    .main h1 {
        margin-bottom: 22px
    }

    .video__text {
        font-size: 13px;
        line-height: 18px;
        width: 135px;
        padding: 0;
        margin-right: 25px
    }

    .video {
        margin-left: 35px;
        margin-top: 31px;
        width: 206px
    }

    .video__play {
        width: 47px;
        height: 47px
    }

    .video__play::before {
        width: 13px;
        height: 14px;
        top: 18px;
        left: 20px;
        background-size: cover
    }

    .video__play::after {
        width: 70px;
        height: 70px;
        top: -11px;
        left: -11px
    }

    .about {
        padding: 70px 0 40px
    }

    .about h2 {
        margin-bottom: 22px
    }

    .tabs__link li {
        height: 41px;
        font-size: 14px
    }

    .about__img,
    .tabs.reverse .about__img {
        width: 236px;
        margin-bottom: 18px
    }

    .tabs__link {
        margin-bottom: 30px
    }

    .tab__box {
        min-height: auto
    }

    .about__img-column {
        width: 100%
    }

    .about__img--few-imgs a {
        margin-bottom: 20px
    }
    .about__img--few-imgs .about__img-column:last-child a:last-child {
    	height: 65px;
	}

    .about__img img {
        border: 3px solid #fff
    }

    .about__title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px
    }

    .about__info p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 19px
    }

    .about__info ul {
        margin: 0;
        font-size: 12px;
        line-height: 15px
    }

    .about__info li::before {
        top: 2px
    }

    .about__info li {
        margin-bottom: 13px
    }

    .about__registration {
        padding: 30px 20px 20px
    }

    .lead {
        padding-top: 32px;
    }

    .lead__icon {
        margin-bottom: 32px;
    }

    .lead__box {
        padding: 24px;
    }

    .lead__title {
        font-size: 24px;
        line-height: 30px;
    }

    .lead__text {
        font-size: 14px;
        line-height: normal;
    }

    .lead__input {
        padding: 20px 28px;
    }

    .lead2__title {
        font-size: 24px;
        line-height: 29px;
    }

    .lead2__input {
        padding: 20px 28px;
    }

    .lead2__btn {
        width: 320px;
    }

    .why {
        padding: 60px 0;
    }

    .why__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 32px;
    }

    .why__list-item {
        width: 100%;
        margin: 0 0 24px;
    }

    .why__list {
        margin: 0;
    }

    .why__lead {
        padding: 24px;
    }

    .why__lead-title {
        font-size: 24px;
        line-height: 29px;
    }

    .why__lead-title span {
        font-size: 24px;
        line-height: 29px;
    }

    .why__lead-input {
        padding: 20px 28px;
    }

    .why__lead-btn {
        width: 100%;
        height: auto;
        padding: 20px 28px;
    }

    .process {
        padding-top: 60px;
    }

    .process__title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 32px;
    }

    .process__list {
        margin: 0;
    }

    .process__item {
        margin: 0 auto 40px;
        width: 100%;
        max-width: 300px;
    }

    .process__lead-title {
        font-size: 24px;
        line-height: 29px;
    }

    .process__lead-input {
        padding: 20px 28px;
    }

    .process__lead-btn {
        width: 100%;
        height: auto;
        padding: 20px 28px;
    }

    .process__lead-icon-btn {
        width: 48px;
        height: 48px;
        padding: 14px;
    }

    .process__lead-icon-btn svg {
        width: 20px;
        height: 20px;
    }

    .price {
        padding: 22px 0 66px
    }

    .price h2 {
        margin-bottom: 20px
    }

    .price-item {
        padding: 21px 5px;
        max-width: 100%;
        margin-bottom: 13px
    }

    .price-item__title {
        font-size: 16px;
        margin-bottom: 17px
    }

    .price-item__cost {
        font-size: 36px;
        margin-bottom: 18px
    }

    .price-item__cost span {
        font-size: 14px
    }

    .price-item__period {
        font-size: 14px
    }

    .price-item__tooltip {
        font-size: 12px
    }

    .price-list {
        margin-bottom: 16px
    }

    .price-payment {
        margin-bottom: 29px
    }

    .price-payment p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        width: 200px;
        margin: 0 auto 23px
    }

    .price-payment__list img {
        margin-left: 13px;
        max-width: 41px;
        max-height: 17px
    }

    .price-calculator {
        padding: 40px 20px
    }

    .price-calculator__title {
        font-size: 18px
    }

    .price-calculator p {
        font-size: 14px
    }

    .partner {
        padding: 36px 0 44px
    }

    .partner h2 {
        font-size: 16px;
        margin-bottom: 14px
    }

    .partner p {
        font-size: 13px;
        line-height: 18px
    }

    .partner .btn-str {
        width: 100%;
        max-width: 288px;
        height: 57px;
        font-size: 14px
    }

    .footer {
        padding-top: 32px
    }

    .footer-link a {
        display: table;
        margin: 0 auto 10px
    }

    .footer-link a:last-child {
        margin-right: auto
    }

    .social {
        margin-bottom: 28px
    }

    .footer-link {
        margin: 0 0 20px
    }

    .register-box {
        width: 300px;
        padding: 20px 30px;
        font-size: 13px
    }

    .register__title {
        font-size: 24px
    }

    .register-box .btn {
        height: 55px
    }

    .register-box .social a {
        width: 42px;
        height: 42px
    }

    .register-box .social a img {
        max-width: 20px;
        max-height: 20px
    }

    .register__form .input {
        width: 288px;
        height: 68px;
        font-size: 14px
    }

    .register__social p {
        font-size: 14px
    }

    .copyright {
        margin-top: 15px
    }

    .faq__box {
        padding: 0
    }

    .faq-list__question {
        font-size: 14px;
        line-height: 18px
    }

    .faq-list__item {
        font-size: 14px;
        line-height: 18px
    }

    .faq-list__answer {
        font-size: 12px
    }

    .faq__lead {
        padding: 20px
    }

    .faq__lead-btn {
        height: 55px
    }

    .faq-list {
        margin-bottom: 20px
    }

    .social a {
        width: 40px;
        height: 40px
    }

    .social img {
        max-width: 18px;
        max-height: 18px
    }

    .partnership {
        padding: 40px 0
    }

    .partnership h2 {
        margin-bottom: 24px
    }

    .partnership__info-list {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 16px
    }

    .partnership__info-item::before {
        background: -o-radial-gradient(circle, #7950f2 5px, rgb(121 80 242 / 25%) 6px, rgb(121 80 242 / 25%) 10px, rgb(121 80 242 / 10%) 11px, rgb(121 80 242 / 10%) 17px);
        background: radial-gradient(circle, #7950f2 5px, rgb(121 80 242 / 25%) 6px, rgb(121 80 242 / 25%) 10px, rgb(121 80 242 / 10%) 11px, rgb(121 80 242 / 10%) 17px);
        width: 34px;
        height: 34px
    }

    .partnership__info-item span {
        width: calc(100% - 34px - 10px);
        margin-left: 10px
    }

    .partnership__info-item b {
        font-size: 16px
    }

    .partnership__info-item {
        min-height: auto
    }

    .partnership__box {
        font-size: 15px;
        line-height: 24px;
        padding: 20px
    }

    .partnership__box b {
        font-size: 17px
    }

    .partnership__ps {
        padding: 20px 0 0;
        line-height: 20px
    }

    .partnership__ps::before {
        margin-right: 10px
    }

    .partnership__btn {
        width: auto;
        height: auto;
        font-size: 16px;
        margin: 0 auto 15px;
        max-width: 288px;
        padding: 17px
    }

    .partnership__btns {
        display: block
    }

    .partnership__btn-str {
        font-size: 16px;
        max-width: 288px;
        margin: 0 auto;
        padding: 16px
    }

    .partnership__list {
        padding-left: 0
    }

    .partnership__list-item {
        margin-left: auto;
        margin-right: auto;
        width: 280px
    }

    .partnership__list-text {
        font-size: 14px;
        line-height: 20px
    }

    .partnership__list-item::before {
        width: 32px;
        height: 32px;
        font-size: 14px;
        top: -12px;
        left: -12px
    }

    .partnership__info-list::after {
        margin-top: 16px
    }

    .modal {
        padding: 40px 20px 20px
    }

    .modal__title {
        font-size: 22px
    }

    .modal__ps {
        font-size: 12px
    }

    .modal__btn {
        font-size: 20px
    }
    
    .cookie__btn {
        width: auto;
        height: auto;
    }
    
    .footer-link {
        grid-template-columns: auto;
    }
}