@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where(ul, ol):where([class]) {
    padding-left: 0
}

:where(blockquote, figure):where([class]),
body {
    margin: 0
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
    margin-block: 0
}

:where(dd[class]) {
    margin-left: 0
}

:where(fieldset[class]) {
    margin-left: 0;
    padding: 0;
    border: none
}

:where(ul[class]) {
    list-style: none
}

:where(address[class]) {
    font-style: normal
}

p {
    --paragraphMarginBottom: 24px;
    margin-block: 0
}

p:where(:not([class]):not(:last-child)) {
    margin-bottom: var(--paragraphMarginBottom)
}

img {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

html {
    height: 100%
}

:has(:target),
html {
    scroll-behavior: smooth
}

body {
    min-height: 100%;
    line-height: 1.5;
    height: 100%
}

svg * {
    -webkit-transition-property: fill, stroke;
    transition-property: fill, stroke
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

a {
    color: inherit
}

a,
a:hover {
    text-decoration: none
}

.wrapper {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

img {
    max-width: 100%;
    vertical-align: middle
}

button {
    cursor: pointer
}

body,
html {
    scrollbar-gutter: stable
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --font-family-base: "Golos Text", sans-serif;
    --container-width: 1920px;
    --container-padding-x: 32px;
    --section-padding-y: 30px;
    --input-height: 38px;
    --button-height: 40px;
    --transition-duration: 0.2s
}

:root {
    --main: #fbe645;
    --text_001: #000;
    --text_002: #555555;
    --text_003: #a9a9a9;
    --border: #c4c2bc;
    --bg: #e9e8e4;
    --error: #cb272f;
    --pink: #e2a7e4;
    --blue: #a0e1e1;
    --green: #a0e870
}

.follow_white-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--text_001)
}

.follow_white-btn:hover {
    background-color: transparent;
    color: #000
}

.btn-border {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--text_001);
    border-radius: 40px;
    padding: 8px 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-001)
}

.btn-border:hover {
    background-color: #000;
    color: #ffffff
}

.btn-black {
    background-color: #000;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn-black:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

.section {
    margin-bottom: 88px
}

.section__header {
    padding-bottom: 56px
}

.section__title {
    color: var(--text_001);
    font-weight: 500;
    font-size: 72px;
    line-height: 98%;
    margin-bottom: 16px
}

.section__title span {
    color: var(--text_002)
}

.section__subtitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 140%
}

.section__footer {
    text-align: center;
    padding-top: 40px
}

.section__link {
    background-color: var(--text_001);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    gap: 12px;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    padding: 0 40px;
    text-decoration: none;
    border-radius: 40px;
    white-space: nowrap
}

@media (max-width:1440px) {
    .section {
        margin-bottom: 56px
    }

    .section__header {
        padding-bottom: 40px
    }

    .section__title {
        font-size: 56px
    }

    .section__subtitle {
        font-size: 20px
    }

    .section__link {
        height: 56px;
        font-size: 20px
    }
}

@media (max-width:768px) {
    .section {
        margin-bottom: 32px
    }

    .section__header {
        padding-bottom: 24px
    }

    .section__title {
        font-size: 32px
    }

    .section__subtitle {
        font-size: 16px
    }

    .section__link {
        height: 44px;
        padding: 0 16px;
        font-size: 16px
    }
}

.slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.slider__next,
.slider__prev {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.slider__next:hover,
.slider__prev:hover {
    background: var(--main);
    border: 1px solid #000
}

.slider__prev:hover {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L4 12M4 12L10 18M4 12H20" stroke="black" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center #fbe645
}

.slider__next:hover {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 6L20 12M20 12L14 18M20 12H4" stroke="black" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center #fbe645
}

.slider__prev {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6L4 12M4 12L10 18M4 12H20" stroke="white" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center #000
}

.slider__next {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 6L20 12M20 12L14 18M20 12H4" stroke="white" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center #000
}

@media (max-width:1440px) {

    .slider__next,
    .slider__prev {
        width: 56px;
        height: 56px
    }
}

@media (max-width:768px) {

    .slider__next,
    .slider__prev {
        width: 44px;
        height: 44px
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.breadcrumb__item+.breadcrumb__item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 3.5L10 8.5L5 13.5" stroke="%23A9A9A9" stroke-width="1.5" stroke-linejoin="round"/></svg>') no-repeat center center;
    position: relative;
    bottom: 0
}

.breadcrumb__item_current,
.breadcrumb__link {
    color: var(--text_003);
    font-weight: 400;
    font-size: 19px;
    line-height: 140%
}

.breadcrumb__link {
    text-decoration: none
}

@media (max-width:1440px) {

    .breadcrumb__item_current,
    .breadcrumb__link {
        font-size: 16px
    }

    .breadcrumb__item+.breadcrumb__item:before {
        width: 12px;
        height: 12px
    }
}

@media (max-width:768px) {

    .breadcrumb__item_current,
    .breadcrumb__link {
        font-size: 14px
    }

    .breadcrumb__item+.breadcrumb__item:before {
        width: 10px;
        height: 10px;
        background-size: cover
    }
}

.remove-scrolling {
    overflow: hidden;
    height: 100vh
}

.offcanvas__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 30
}

.offcanvas.is-opened .offcanvas__overlay {
    background-color: #000;
    opacity: 0.5
}

.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    z-index: 9;
    opacity: 0
}

.offcanvas.is-opened {
    visibility: visible;
    opacity: 1
}

.offcanvas__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 429px;
    height: 160px;
    padding: 32px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #fff;
    z-index: 30;
    border-radius: 24px
}

.offcanvas__close {
    position: absolute;
    border: none;
    right: 16px;
    top: 16px;
    z-index: 30;
    background: url("../img/close.svg") no-repeat center center/cover;
    width: 32px;
    height: 32px
}

.offcanvas__content {
    position: relative;
    height: 100%
}

.offcanvas__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 128%;
    margin-bottom: 16px
}

.offcanvas__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

@media (max-width:768px) {
    .offcanvas__wrapper {
        width: 100%
    }
}

:root {
    --font-family-base: "Golos Text", sans-serif;
    --container-width: 1920px;
    --container-padding-x: 32px;
    --section-padding-y: 30px;
    --input-height: 38px;
    --button-height: 40px;
    --transition-duration: 0.2s
}

:root {
    --main: #fbe645;
    --text_001: #000;
    --text_002: #555555;
    --text_003: #a9a9a9;
    --border: #c4c2bc;
    --bg: #e9e8e4;
    --error: #cb272f;
    --pink: #e2a7e4;
    --blue: #a0e1e1;
    --green: #a0e870
}

.question-modal {
    background: var(--bg);
    max-width: 515px;
    width: 100%;
    height: 97%;
    position: fixed;
    top: 50%;
    right: -100%;
    z-index: 1020;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 24px;
    padding: 32px;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    overflow-y: auto
}

.question-modal.active {
    right: 16px
}

@media (max-width:768px) {
    .question-modal.active {
        right: 0
    }
}

@media (max-width:768px) {
    .question-modal {
        max-width: none;
        padding: 52px 12px;
        border-radius: 0;
        height: 100%
    }
}

.question-block {
    position: relative
}

.question-block__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 112%;
    letter-spacing: -0.04em;
    color: var(--text-001);
    margin-bottom: 24px
}

@media (max-width:768px) {
    .question-block__title {
        font-size: 26px;
        text-align: center
    }
}

:root {
    --font-family-base: "Golos Text", sans-serif;
    --container-width: 1920px;
    --container-padding-x: 32px;
    --section-padding-y: 30px;
    --input-height: 38px;
    --button-height: 40px;
    --transition-duration: 0.2s
}

:root {
    --main: #fbe645;
    --text_001: #000;
    --text_002: #555555;
    --text_003: #a9a9a9;
    --border: #c4c2bc;
    --bg: #e9e8e4;
    --error: #cb272f;
    --pink: #e2a7e4;
    --blue: #a0e1e1;
    --green: #a0e870
}

.thanks-modal {
    background: #fff;
    max-width: 430px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1010;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 24px;
    padding: 32px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow-y: auto;
    display: none;
    opacity: 0
}

.thanks-modal.active {
    display: block;
    opacity: 1
}

.thanks-block__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 128%;
    letter-spacing: -0.04em;
    margin-bottom: 16px
}

.thanks-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

body {
    font-size: clamp(14px, 0.9722222222vw, 14px);
    font-family: var(--font-family-base);
    font-weight: 400;
    line-height: 130%;
    color: var(--color-dark);
    background-color: var(--bg);
    color: var(--text_001)
}

a,
button,
input,
svg *,
textarea {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

h1,
h2,
h3,
h4 {
    font-weight: 500
}

.h1,
h1 {
    font-size: clamp(43px, 4.1666666667vw, 60px)
}

.h2,
h2 {
    font-size: clamp(36px, 2.7777777778vw, 40px)
}

.h3,
h3 {
    font-size: clamp(26px, 2.0833333333vw, 30px)
}

.h4,
h4 {
    font-size: clamp(18px, 1.3888888889vw, 20px)
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px
}

@media (max-width:1440px) {
    .container {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .container {
        padding: 0 20px
    }
}

.container_padding_thin {
    padding: 0 8px
}

@media (max-width:768px) {
    .container_padding_16 {
        padding: 0 16px
    }
}

.container_padding_thin-left {
    padding: 0 0 0 8px
}

.container_full-height {
    height: 100%
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important
}

@media (max-width:767px) {
    .hidden-mobile {
        display: none !important
    }
}

@media (min-width:768px) {
    .visible-mobile {
        display: none !important
    }
}

.header {
    position: relative;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: block
}

.header__img {
    height: 100%
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}

.header__login-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_001);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__login-btn:before {
    content: "";
    display: inline-block;
    background: url("../img/user.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media (max-width:768px) {
    .header__login-btn {
        display: none
    }
}

.header__auth {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.header__auth.is-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__auth_mob {
    display: none
}

.header__auth_mob.is-auth {
    display: block
}

.header__login-mob {
    display: none;
    font-size: 14px;
    margin-top: 16px
}

.header__login-mob.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__login-mob:before {
    display: none
}

.header__login-mob:after {
    content: "";
    display: inline-block;
    background: url("../img/user.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-left: 8px
}

@media (max-width:768px) {
    .header__auth:not(.header__auth_open) {
        display: none
    }
}

.header__bord {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_002);
    background: #fff;
    border-radius: 46px;
    padding: 5px 30px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__bord:before {
    content: "";
    display: inline-block;
    background: url("../img/dashboard.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media (max-width:849px) {
    .header__bord:before {
        display: none
    }
}

.header__info {
    position: relative
}

.header__subnav {
    position: absolute;
    top: 76px;
    right: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 22px;
    display: none;
    max-width: 233px;
    width: 100%;
    z-index: 10
}

@media (max-width:1440px) {
    .header__subnav {
        top: 66px
    }
}

.header__subnav.act {
    display: block
}

.header__subnav_exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_001);
    margin-top: 24px
}

.header__subnav_exit:after {
    content: "";
    display: inline-block;
    background: url("../img/exit.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-left: 8px
}

.header__subnav ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_001)
}

.header__subnav ul li:not(:last-child) {
    margin-bottom: 8px
}

.header__btn {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 46px;
    width: 44px;
    height: 44px;
    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
}

.header__btn:hover {
    border: 1px solid var(--text_001)
}

.header__btn:before {
    content: "";
    display: inline-block;
    background: url("../img/arr-header.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.header__btn.act:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.header__menu-item {
    position: relative;
    color: var(--text_001);
    padding: 8px 30px;
    font-weight: 500;
    font-size: 19px;
    line-height: 140%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:849px) {
    .header__menu-item {
        padding: 8px 20px
    }
}

.header__menu-item.active {
    background: #fff;
    border: 1px solid var(--text_001);
    border-radius: 46px
}

.header__login-label,
.header__menu-item-label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -20px;
    right: -10px;
    height: 28px;
    padding: 0 16px;
    border-radius: 60px;
    background-color: #fff;
    color: var(--text_001);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%
}

.header__menu-item_off {
    color: var(--text_003);
    cursor: default
}

.header__login {
    position: relative;
    background-color: var(--text_003);
    color: #fff;
    border: 1px solid var(--text_003);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 19px;
    line-height: 140%;
    cursor: default;
    z-index: 4;
    display: none
}

.header__dashboard {
    width: 32px;
    height: 32px;
    background: url("../img/dashboard-black.svg") no-repeat center center;
    display: none;
    margin-left: auto;
    margin-right: 16px
}

@media (max-width:768px) {
    .header__dashboard {
        display: block
    }
}

.mobileBtnExid {
    display: none;
    font-size: 14px;
    margin-top: 16px
}

.mobileBtnExid.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__progress {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__progress li {
    margin-bottom: 24px
}

.header__progress li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--text_001)
}

.header__progress.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__dashboard_mob {
    display: none;
    margin: 32px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_001);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__dashboard_mob:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/dashboard-black.svg") no-repeat center center;
    display: block;
    margin-left: 8px
}

.header__dashboard_mob.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__burger {
    width: 32px;
    height: 32px;
    background: url("../img/burger_icon.svg") no-repeat center center;
    border: none;
    display: none
}

.header__burger.act {
    background: url("../img/burger-close.svg") no-repeat center center
}

@media (max-width:1440px) {
    .header {
        height: 72px
    }

    .header__logo {
        height: 40px
    }

    .header__menu-item {
        font-size: 16px
    }

    .header__login-label,
    .header__menu-item-label {
        top: -10px;
        right: -5px;
        height: 22px;
        padding: 0 8px;
        font-size: 12px
    }

    .header__menu-item_off {
        color: var(--text_003);
        cursor: default
    }
}

@media (max-width:768px) {
    .header {
        height: 56px;
        margin-top: 10px
    }

    .header__logo {
        height: 31px
    }

    .header__menu:not(.header__menu_open) {
        display: none
    }

    .header__menu-item {
        padding: 8px 0
    }

    .header__menu {
        position: absolute;
        top: 56px;
        left: -20px;
        right: -20px;
        background-color: var(--bg);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 32px 20px 26px 20px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px
    }

    .header__login {
        position: absolute;
        top: 71px;
        left: 20px;
        right: 20px;
        display: none
    }

    .header__login_show {
        display: block
    }

    .header__burger {
        display: block
    }
}

.fixed-header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: var(--bg)
}

.footer {
    background: url("../img/footer_back.png") no-repeat right 245px bottom 0 #fff;
    padding: 88px 0;
    height: 752px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 100%
}

.footer__first {
    width: 50%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.contacts__photo {
    width: 84px;
    height: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contacts__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 4px
}

.contacts__name {
    color: var(--text_002);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%
}

.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.contacts__link-tg {
    background-color: var(--text_001);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    gap: 12px;
    padding: 0 40px;
    text-decoration: none;
    border-radius: 40px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0)
}

.contacts__link-tg:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

.contacts__link-vk {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7819 17.8943C5.94864 17.8943 2.05107 13.068 1.88867 5.03711H5.31153C5.42396 10.9316 7.94739 13.4284 9.94614 13.9432V5.03711H13.1691V10.1208C15.1429 9.90197 17.2166 7.58537 17.9162 5.03711H21.1391C20.8755 6.35871 20.3501 7.61006 19.5956 8.71288C18.8411 9.8157 17.8739 10.7463 16.7544 11.4464C18.004 12.0861 19.1077 12.9915 19.9928 14.103C20.8778 15.2144 21.524 16.5066 21.8887 17.8943H18.3409C18.0135 16.689 17.3481 15.6101 16.4281 14.7928C15.5081 13.9754 14.3744 13.456 13.1691 13.2997V17.8943H12.7819Z" fill="white"/></svg>') no-repeat center center var(--text_001);
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.contacts__link-dzen {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9286 13.9657C12.3571 15.5871 12.2429 17.6085 12.1071 22.0371C16.2357 22.0371 19.0857 22.0228 20.5571 20.5943C21.9857 19.1228 22 16.1371 22 12.1443C17.5714 12.2871 15.55 12.3943 13.9286 13.9657ZM2 12.1443C2 16.1371 2.01429 19.1228 3.44286 20.5943C4.91429 22.0228 7.76429 22.0371 11.8929 22.0371C11.75 17.6085 11.6429 15.5871 10.0714 13.9657C8.45 12.3943 6.42857 12.28 2 12.1443ZM11.8929 2.03711C7.77143 2.03711 4.91429 2.0514 3.44286 3.47997C2.01429 4.9514 2 7.93711 2 11.93C6.42857 11.7871 8.45 11.68 10.0714 10.1085C11.6429 8.48711 11.7571 6.46568 11.8929 2.03711ZM13.9286 10.1085C12.3571 8.48711 12.2429 6.46568 12.1071 2.03711C16.2357 2.03711 19.0857 2.0514 20.5571 3.47997C21.9857 4.9514 22 7.93711 22 11.93C17.5714 11.7871 15.55 11.68 13.9286 10.1085Z" fill="white"/></svg>') no-repeat center center var(--text_001);
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.footer .section__header {
    padding-bottom: 0
}

.footer__second {
    width: 50%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.footer__menu-item {
    position: relative;
    color: var(--text_001);
    padding: 18px 40px;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__menu-item-label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -20px;
    right: -10px;
    height: 28px;
    padding: 0 16px;
    border-radius: 60px;
    background-color: #fff;
    color: var(--text_001);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%
}

.footer__menu-item_off {
    color: var(--text_003);
    cursor: default
}

.footer__copyright {
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.footer__copyright span {
    color: var(--text_003)
}

.footer__copyright a {
    color: var(--text_002);
    text-decoration: none
}

@media (max-width:1440px) {
    .footer {
        background: url("../img/footer_back_tablet.png") no-repeat right 188px bottom 0 #fff;
        padding: 56px 0;
        height: 593px
    }

    .contacts__photo {
        width: 108px;
        height: 108px
    }

    .contacts__title {
        font-size: 20px
    }

    .contacts__name {
        font-size: 14px
    }

    .contacts__link-tg {
        height: 56px;
        padding: 0 16px;
        gap: 12px
    }

    .contacts__link-vk {
        width: 56px;
        height: 56px
    }

    .contacts__link-dzen {
        width: 56px;
        height: 56px
    }

    .footer__menu-item {
        font-size: 20px;
        padding: 11px 16px
    }

    .footer__copyright {
        font-size: 16px
    }

    .footer__copyright span {
        color: var(--text_003)
    }

    .footer__copyright a {
        color: var(--text_002);
        text-decoration: none
    }
}

@media (max-width:768px) {
    .footer {
        background: url("../img/footer_back_mob.png") no-repeat right bottom #fff;
        padding: 32px 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .footer__first {
        width: 100%
    }

    .contacts {
        margin-bottom: 40px
    }

    .contacts__title {
        font-size: 16px
    }

    .contacts__name {
        font-size: 12px
    }

    .contacts__link-tg {
        height: 44px
    }

    .contacts__link-vk {
        width: 44px;
        height: 44px
    }

    .contacts__link-dzen {
        width: 44px;
        height: 44px
    }

    .footer .section__title {
        font-size: 40px
    }

    .footer__second {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }

    .footer__menu-item {
        font-size: 16px
    }

    .footer__copyright {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding: 16px
    }
}

.sitebar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    gap: 4px
}

@media (max-width:992px) {
    .sitebar-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:768px) {
    .sitebar-wrap {
        margin-top: 4px
    }
}

.sitebar-stripe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: var(--text_001);
    border-radius: 40px;
    padding: 0 0 0 7px;
    height: 42px;
    border: 2px solid var(--text_001)
}

@media (max-width:992px) {
    .sitebar-stripe {
        height: unset;
        border-radius: 23px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 2px
    }
}

.sitebar-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sitebar-text:before {
    content: "";
    display: inline-block;
    background: url("../img/route.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

@media (max-width:992px) {
    .sitebar-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: left;
        margin-top: 4px;
        margin-left: 11px
    }
}

.sitebar-bord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 12px
}

@media (max-width:992px) {
    .sitebar-bord {
        margin-left: 0
    }
}

.sitebar-achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.sitebar-achievements__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px 0 16px
}

@media (max-width:992px) {
    .sitebar-achievements__text {
        display: none
    }
}

.sitebar-achievements__status {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--text_001);
    background: #fff;
    border-radius: 60px;
    padding: 11px 16px
}

@media (max-width:992px) {
    .sitebar-achievements__status {
        margin-left: 4px;
        padding: 11px
    }
}

.sitebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width:992px) {
    .sitebar-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.sitebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 50px;
    min-height: 38px;
    position: relative;
    background: #464646
}

.sitebar span {
    background: #fff;
    opacity: 0.5;
    border-radius: 50px;
    padding: 0px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: var(--text_001);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 12px;
    min-width: 38px;
    display: flex;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sitebar__btn {
    background: var(--text_001);
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 0 16px;
    border: 2px solid #000;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:992px) {
    .sitebar__btn {
        padding: 0 8px;
        border-radius: 14px;
        height: 70px;
        max-height: 70px;
        line-height: 1;
        overflow: hidden;
        -webkit-text-size-adjust: 100%;
        white-space: nowrap
    }
}

@media (max-width:992px) {
    .sitebar__btn span {
        display: none
    }
}

.sitebar__btn_tarif:after {
    content: "";
    display: inline-block;
    background: url("../img/arr-sidebar.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    margin-left: 10px
}

@media (max-width:992px) {
    .sitebar__btn_tarif:after {
        margin-left: 0
    }
}

.sitebar__btn_pay:before {
    content: "";
    display: inline-block;
    background: url("../img/wallet.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

@media (max-width:992px) {
    .sitebar__btn_pay:before {
        margin-right: 0
    }
}

.sitebar__btn_nav:after {
    content: "";
    display: inline-block;
    background: url("../img/arr-sidebar.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    margin-left: 10px
}

@media (max-width:992px) {
    .sitebar__btn_nav:after {
        margin-left: 0
    }
}

.tariff-active .sitebar-achievements__status {
    background: var(--blue)
}

.tariff-ending .sitebar-achievements__text {
    color: var(--error)
}

.tariff-ending .sitebar-achievements__status {
    background: var(--error);
    color: #fff
}

.tariff-pro .sitebar-achievements__status {
    background: var(--green)
}

.pay-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    z-index: 9;
    opacity: 0
}

.pay-modal__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 128%;
    letter-spacing: -0.04em;
    color: var(--text_001);
    margin-bottom: 16px
}

@media (max-width:768px) {
    .pay-modal__title {
        max-width: 60%
    }
}

@media (max-width:576px) {
    .pay-modal__title {
        max-width: 68%;
        font-size: 20px;
        margin-bottom: 8px
    }
}

@media (max-width:356px) {
    .pay-modal__title {
        max-width: 75%
    }
}

.pay-modal__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_001)
}

@media (max-width:576px) {
    .pay-modal__text {
        font-size: 14px
    }
}

.pay-modal__btn {
    margin-top: 32px;
    font-size: 16px;
    padding: 10px 29px
}

@media (max-width:576px) {
    .pay-modal__btn {
        max-width: none;
        width: 100%;
        margin-top: 16px;
        font-size: 14px
    }
}

.pay-modal .offcanvas__wrapper {
    height: auto
}

@media (max-width:768px) {
    .pay-modal .offcanvas__wrapper {
        width: 98%
    }
}

@media (max-width:576px) {
    .pay-modal .offcanvas__wrapper {
        padding: 16px;
        width: 96%
    }
}

.pay-modal.is-opened {
    visibility: visible;
    opacity: 1
}

.pay-modal.is-opened .offcanvas__overlay {
    background-color: #000;
    opacity: 0.5
}

.modal-close {
    background: url("../img/close.svg") no-repeat center center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px
}

.overlay {
    background: var(--text_001);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none
}

.question-modal,
.thanks-modal {
    right: -100%
}

.question-modal.active,
.thanks-modal.active {
    right: 16px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

@media (max-width:768px) {

    .question-modal.active,
    .thanks-modal.active {
        right: 0
    }
}

.form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text_002);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.form label:not(:last-child) {
    margin-bottom: 24px
}

.form input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 2px solid var(--text_001);
    padding: 10px 0px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 0
}

.form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_003)
}

.form input::-moz-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_003)
}

.form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_003)
}

.form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_003)
}

.form input::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_003)
}

@media (max-width:768px) {
    .form input::-webkit-input-placeholder {
        font-size: 18px
    }

    .form input::-moz-placeholder {
        font-size: 18px
    }

    .form input:-ms-input-placeholder {
        font-size: 18px
    }

    .form input::-ms-input-placeholder {
        font-size: 18px
    }

    .form input::placeholder {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .form input {
        font-size: 18px
    }
}

.form .custom-select {
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text-001);
    cursor: pointer
}

@media (max-width:768px) {
    .form .custom-select {
        font-size: 18px
    }
}

.form .custom-select .selected {
    padding: 10px 0px;
    border-bottom: 2px solid var(--text_001);
    color: var(--text_001);
    position: relative
}

.form .custom-select .selected:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/arrow.svg") no-repeat center center;
    width: 24px;
    height: 24px
}

.form .custom-select.open .selected:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.form .custom-select .options {
    position: absolute;
    top: 87%;
    left: -21px;
    right: 0;
    width: 109%;
    background: #fff;
    border-radius: 24px;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    z-index: 10;
    overflow-y: auto
}

@media (max-width:768px) {
    .form .custom-select .options {
        left: 0;
        width: 100%;
        border-radius: 0 0 10px 10px;
        top: 95%
    }
}

.form .custom-select .options li {
    padding: 8px 24px;
    font-weight: 500;
    color: var(--text_001);
    font-size: 16px
}

.form .custom-select .options li:hover {
    color: #555555
}

.form .custom-select.open .options {
    max-height: 300px;
    border: 1px solid var(--border)
}

.form .custom-select .options li.active {
    position: relative;
    color: #555555
}

.form .custom-select .options li.active:after {
    content: "";
    display: inline-block;
    background: url("../img/check-select.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form textarea {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--text_001);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    resize: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 24px;
    min-height: 179px
}

.form textarea:focus {
    outline: none
}

.form textarea::-webkit-input-placeholder {
    color: var(--text_003)
}

.form textarea::-moz-placeholder {
    color: var(--text_003)
}

.form textarea:-ms-input-placeholder {
    color: var(--text_003)
}

.form textarea::-ms-input-placeholder {
    color: var(--text_003)
}

.form textarea::placeholder {
    color: var(--text_003)
}

@media (max-width:768px) {
    .form textarea {
        font-size: 18px;
        margin-bottom: 0
    }
}

.form .form-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    background: var(--text_001);
    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: 40px;
    width: 100%;
    padding: 14px;
    margin-bottom: 24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    outline: 1px solid rgba(0, 0, 0, 0)
}

.form .form-btn:hover {
    color: #000;
    background: #fff;
    outline: 1px solid #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width:768px) {
    .form .form-btn {
        font-size: 18px
    }
}

.form .form-callback__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--text_002)
}

.form .form-callback__text a {
    display: inline-block;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.form .form-callback__text a:hover {
    text-decoration: none
}

.contacts__link-tg {
    max-width: 285px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    line-height: 140%;
    font-weight: 500
}

@media (max-width:576px) {
    .contacts__link-tg {
        max-width: 168px;
        font-size: 16px
    }
}

.start__wrapper .section__header {
    position: sticky;
    top: 143px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

@media (max-width:670px) {
    .start__wrapper .section__header {
        position: unset
    }
}

.tariffs-icon:before {
    content: "";
    display: inline-block;
    background: url("../img/header-icon.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media (max-width:768px) {
    .tariffs-icon:before {
        display: none
    }
}

.tariffs-icon:after {
    content: "";
    display: none;
    background: url("../img/header-icon.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-left: 8px
}

@media (max-width:768px) {
    .tariffs-icon:after {
        display: inline-block
    }
}

a.disabled {
    pointer-events: none;
    color: var(--text_003) !important;
    cursor: default;
    text-decoration: none
}

.d-none {
    display: none
}