@charset "UTF-8";@-webkit-keyframes fade {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scale {
    0%,to {
        scale: 1
    }

    50% {
        scale: 1.3
    }
}

@keyframes scale {
    0%,to {
        scale: 1
    }

    50% {
        scale: 1.3
    }
}

@font-face {
    font-family: "Gogh";
    src: url(../fonts/Gogh-Bold.eot);
    src: url(../fonts/Gogh-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Gogh-Bold.woff2) format("woff2"),url(../fonts/Gogh-Bold.woff) format("woff"),url(../fonts/Gogh-Bold.ttf) format("truetype"),url(../fonts/Gogh-Bold.svg#Gogh-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Gogh";
    src: url(../fonts/Gogh-Regular.eot);
    src: url(../fonts/Gogh-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Gogh-Regular.woff2) format("woff2"),url(../fonts/Gogh-Regular.woff) format("woff"),url(../fonts/Gogh-Regular.ttf) format("truetype"),url(../fonts/Gogh-Regular.svg#Gogh-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Gogh";
    src: url(../fonts/Gogh-ExtraBold.eot);
    src: url(../fonts/Gogh-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Gogh-ExtraBold.woff2) format("woff2"),url(../fonts/Gogh-ExtraBold.woff) format("woff"),url(../fonts/Gogh-ExtraBold.ttf) format("truetype"),url(../fonts/Gogh-ExtraBold.svg#Gogh-ExtraBold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "Gogh";
    src: url(../fonts/Gogh-Medium.eot);
    src: url(../fonts/Gogh-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Gogh-Medium.woff2) format("woff2"),url(../fonts/Gogh-Medium.woff) format("woff"),url(../fonts/Gogh-Medium.ttf) format("truetype"),url(../fonts/Gogh-Medium.svg#Gogh-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: block
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: "Gogh",sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0
}

.d-none {
    display: none;
}

.button {
    text-decoration: none;
}

.h1,h1 {
    font: 800 9vw/130% "Gogh",sans-serif;
    color: #14191f;
    margin-bottom: 3.5vw;
    text-align: center
}

.h2,h2 {
    font-size: 24px
}

.h3,h3 {
    font-size: 30px
}

.h4,.h5,h4,h5 {
    font-size: 20px
}

.h6,h6 {
    font-size: 18px
}

a {
    display: inline-block;
    text-decoration: underline
}

p,ul {
    margin: 0
}

b,strong {
    font-weight: 700
}

.container {
    margin: 0 auto
}

.container,.container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 20px
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper,body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body,img {
    height: auto
}

body,html {
    -webkit-tap-highlight-color: transparent;
    margin: 0
}

body {
    font: 16px/1.5 "Gogh",sans-serif;
    background: #fff;
    min-width: 300px;
    color: #000
}

html {
    height: 100%
}

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

ul {
    padding: 0;
    list-style: none
}

.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow: hidden
}

.wrapper .footer {
    margin-top: auto
}

.header__button_dark,.header__button_white {
    font: 500 13px/18px "Gogh",sans-serif;
    padding: 9px 11px;
    border-radius: 10px;
    text-decoration: none;
}

.header__button_dark {
    background: #414141;
    border: 0;
    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;
    color: #d4d4d4;
    text-align: center;
    cursor: pointer
}

.header__button_dark:hover {
    background: #515151
}

.header__button_dark:active {
    background: #3a3a3a
}

.header__button_white {
    background: #fff;
    width: 100%;
    color: #14191f;
    max-width: 131px;
    white-space: nowrap
}

.header__button_white span {
    display: none
}

.header__button_white:hover {
    background: #fe3268;
    color: #fff
}

.header__button_white:active {
    background: #ff0f4e;
    color: #fff
}

.button,.header__button_white,.tab__button {
    border: 0;
    text-align: center;
    cursor: pointer
}

.button {
    font: 700 14px "Gogh",sans-serif;
    background: #fe3268;
    padding: 12px 24px;
    color: #fff;
    border-radius: 13px
}

.button:hover,.header.scrolled .header__button_white:hover {
    background: #fe4873
}

.button:active,.header.scrolled .header__button_white:active {
    background: #ff0f4e
}

.tab__button {
    font: 400 12px/110% "Gogh",sans-serif;
    background: #f7f7f7;
    color: #c1c6cc;
    padding: 7px 11px;
    border-radius: 11px;
    white-space: nowrap
}

.tab__button.active {
    background: #fff;
    -webkit-box-shadow: 0 .8999999762px .8999999762px 0 rgba(0,0,0,.06),0 .8999999762px 7.1999998093px 0 rgba(0,0,0,.06);
    box-shadow: 0 .8999999762px .8999999762px 0 rgba(0,0,0,.06),0 .8999999762px 7.1999998093px 0 rgba(0,0,0,.06);
    color: #425466;
    font-weight: 500
}

.footer__docs,.footer__lang {
    font: 500 14px "Gogh",sans-serif;
    background: #414141;
    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: #d4d4d4;
    text-align: center;
    border: 0;
    padding: 9px 16px;
    border-radius: 9px;
    cursor: pointer
}

.footer__docs_img,.footer__lang_img {
    margin-right: 6px
}

.footer__docs_arr,.footer__lang_arr {
    margin-left: 6px
}

.footer__docs .hidden__menu_item:hover,.footer__docs:hover,.footer__lang .hidden__menu_item:hover,.footer__lang:hover {
    background: #414141
}

.footer__docs .hidden__menu_item:active,.footer__docs:active,.footer__lang .hidden__menu_item:active,.footer__lang:active {
    background: #3a3a3a
}

.footer__docs,.footer__lang {
    position: relative
}

.footer__lang .hidden__menu {
    width: 100%;
    top: -120px
}

.footer__docs .hidden__menu,.footer__lang .hidden__menu {
    background: #303030;
    display: none;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer__lang .hidden__menu_item {
    padding: 13px 17px
}

.footer__docs .hidden__menu_item,.footer__lang .hidden__menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 10px
}

.footer__docs.clicked,.footer__lang.clicked {
    background: #414141
}

.footer__docs.clicked .hidden__menu,.footer__lang.clicked .hidden__menu {
    display: block;
    -webkit-animation: fade .5s forwards ease;
    animation: fade .5s forwards ease
}

.faq .dropdown.opened .dropdown-title::after,.footer__docs.clicked .footer__lang_arr,.footer__lang.clicked .footer__lang_arr {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer__docs .hidden__menu {
    top: -130px;
    width: 230px
}

.footer__docs .hidden__menu_item {
    padding: 13px 17px;
    margin-bottom: 10px;
    font: 500 15px "Gogh",sans-serif;
    color: #d4d4d4;
    text-align: left;
    text-decoration: none
}

.footer__docs .hidden__menu_item:last-child {
    margin-bottom: 0
}

.footer__docs .hidden__menu_item:hover {
    opacity: 1
}

.footer__button {
    font: 500 14px "Gogh",sans-serif;
    background: #54a9eb;
    width: 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;
    border: 0;
    padding: 9px 16px;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    cursor: pointer
}

.footer__button:hover {
    background: #73b0df
}

.footer__button:active {
    background: #4a85b3
}

.footer__button img {
    margin-left: 10px;
    width: 13px
}

.burger__button {
    position: relative;
    width: 18px;
    height: 16px;
    cursor: pointer
}

.burger__button span {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: -webkit-transform ease .35s;
    -o-transition: transform ease .35s;
    transition: transform ease .35s;
    transition: transform ease .35s,-webkit-transform ease .35s;
    border-radius: 46px
}

.burger__button span::after,.burger__button span::before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 46px
}

.burger__button span::before {
    top: 12px;
    width: 100%;
    left: 0
}

.burger__button span::after {
    top: 6px;
    left: 0;
    width: 100%
}

.burger__button:hover {
    opacity: .7
}

.burger__button.opened span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 40%
}

.burger__button.opened span::before {
    opacity: 0
}

.burger__button.opened span::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
    width: 100%
}

.login__button {
    font: 500 14px "Gogh",sans-serif;
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    border: 0;
    border-radius: 12px;
    background: #4c6fff;
    cursor: pointer
}

.login__button:hover {
    background: #6482f8
}

.login__button:active {
    background: #4b5dfd
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 100;
    background: #303030
}

.header .container {
    padding: 0 7px 0 12px;
    max-width: 784px
}

.header.scrolled .header__button_white {
    background: #fe3268;
    color: #fff
}

.header__wrapper {
    background: #303030;
    width: 100%;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 21px;
    position: relative
}

.header__logo {
    width: 60.5px;
    margin-left: 11px
}

.header__logo:hover {
    opacity: .7
}

.header__nav {
    display: none
}

.header__nav.opened {
    background: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: -92px;
    width: 147px;
    left: -20px;
    z-index: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 8px
}

.header__nav_link {
    font: 500 15px Gogh;
    padding: 9px 13px;
    color: #d4d4d4;
    text-align: center;
    text-decoration: none;
    border-radius: 11px
}

.header__nav_link:hover {
    background: #414141
}

.header__nav_link:active {
    background: #3a3a3a
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.header .header__button_dark {
    margin-right: 7px
}

.footer {
    background: #303030;
    padding: 19px 0
}

.footer .container {
    max-width: 760px
}

.footer__wrapper {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__year {
    font: 400 15px/140% "Gogh",sans-serif;
    color: #d4d4d4;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px
}

.footer__ui {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__buttons,.footer__ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 300px
}

.footer__buttons .footer__button {
    text-decoration: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer__buttons .footer__lang {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 8px 0
}

.footer__buttons .footer__docs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

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

.footer .footer__lang_arr {
    -webkit-transition: -webkit-transform ease .35s;
    -o-transition: transform ease .35s;
    transition: transform ease .35s;
    transition: transform ease .35s,-webkit-transform ease .35s
}

.hero {
    padding: 71px 0 117px
}

.hero .container {
    max-width: 1000px
}

.hero__subtitle {
    font: 400 14px "Gogh",sans-serif;
    color: #14191f;
    text-align: center
}

.hero__info,.hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero__wrapper {
    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
}

.hero__info {
    width: 100%;
    max-width: 470px
}

.hero__img,.hero__img_wrapper,.hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero__img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 90vh;
    max-width: 77.22vw;
    min-height: 82.6vw;
    max-height: 154.3vw;
    position: relative
}

.hero__img_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20%
}

.hero__img .frame {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    z-index: 3
}

.hero__img .frame,.hero__img .hero__phone_wrapper {
    width: 100%;
    height: 100%
}

.hero__img .hero__phone {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero__circle,.reactions__item #my-canvas {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.hero__circle {
    display: none;
    left: 40%;
    width: 305%;
    max-width: none;
    height: auto;
    z-index: -1
}

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

.hero__frame {
    font: 400 3.5vw "Gogh",sans-serif;
    background: #eef0fa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27.63vw;
    height: 9.5vw;
    max-width: 99px;
    max-height: 36px;
    border-radius: 12px;
    color: #14191f;
    text-align: right;
    -webkit-transform: rotate(-1.726deg);
    -ms-transform: rotate(-1.726deg);
    transform: rotate(-1.726deg);
    margin-left: 10px;
    margin-bottom: 5px
}

.hero__buttons {
    margin-top: 8.46vw;
    margin-bottom: 10.54vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero__buttons .button {
    font-weight: 500;
    margin-bottom: 2.08vw;
    padding: 3.5vw 8.17vw;
    font-size: 3.5vw;
    border-radius: 24px
}

.hero__link {
    font: 400 14px "Gogh",sans-serif;
    color: #0378ff;
    text-align: right;
    text-decoration-line: underline
}

.hero__link:hover {
    color: #fe3268
}

.reactions {
    padding: 39px 0;
    position: relative
}

.reactions .container {
    max-width: 500px
}

.reactions__items {
    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-bottom: 17px
}

.reactions__item {
    background: #f5f7ff;
    padding: 9px 11px;
    border-radius: 12.667px;
    margin-right: 9px;
    cursor: pointer;
    position: relative;
    border: 0
}

.reactions__item #my-canvas {
    width: 1920px;
    height: 900px;
    left: 50%;
    pointer-events: none;
    z-index: 100
}

.reactions__item:last-child {
    margin-right: 0
}

.reactions__item.active {
    background: #dfe5ff
}

.reactions__item.active .reactions__img {
    -webkit-animation: scale .5s forwards linear;
    animation: scale .5s forwards linear
}

.reactions__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reactions__text {
    font: 400 15px "Gogh",sans-serif;
    margin: 0 auto;
    color: #14191f;
    text-align: center;
    max-width: 380px
}

.reactions__img {
    width: 17px;
    height: 15px
}

.reactions__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.reactions__value {
    font: 500 11px "Gogh",sans-serif;
    color: #1e93ff;
    margin-left: 5px
}

.hidden__anchor {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px
}

.desc {
    padding: 88px 0
}

.desc .container {
    padding: 0;
    max-width: 950px
}

.desc .h3 {
    font: 700 21px "Gogh",sans-serif;
    color: #14191f;
    margin-bottom: 16px
}

.desc__items {
    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
}

.desc__item {
    margin-bottom: 90px;
    width: 100%
}

.desc__item:last-child,.tarrifs .tarrif__tab_items .tarrif__text:last-child {
    margin-bottom: 0
}

.desc__item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.desc__item_info {
    max-width: 300px;
    padding-top: 20px
}

.desc__item_text {
    font: 400 15px "Gogh",sans-serif;
    color: #14191f;
    max-width: 300px
}

.desc__item_link {
    color: #0378ff;
    margin-top: 20px;
    font-size: 15px
}

.desc__item_link:hover {
    color: #fe3268
}

.desc__item_img {
    padding-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eef1ff
}

.desc__img_inner {
    width: 300px;
    height: 370px
}

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

.tarrifs {
    padding: 75px 0
}

.tarrifs .container {
    max-width: 1230px
}

.tarrifs .h2 {
    font: 800 26px/110% "Gogh",sans-serif;
    color: #14191f;
    text-align: center;
    margin-bottom: 36px
}

.tarrifs__buttons {
    width: 145px;
    padding: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 13.5px;
    background: #f7f7f7;
    margin: 0 auto 30px
}

.tarrifs .tarrif__tabs {
    display: none
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.clicked,.tarrifs .tarrif__tabs.active {
    display: block
}

.tarrifs .tarrif__tab_items,.tarrifs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tarrifs .tarrif__tab_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tarrifs .tarrif__tab_items .tarrif__subtitle {
    font: 500 18px Gogh;
    color: #14191f;
    margin-bottom: 8px
}

.tarrifs .tarrif__tab_items .h6 {
    font: 700 25px "Gogh",sans-serif;
    color: #14191f;
    margin-bottom: 23px
}

.tarrifs .tarrif__tab_items .h6 span {
    font-size: 13px;
    font-weight: 400
}

.tarrifs .tarrif__heading.popular::after,.tarrifs .tarrif__tab_items .tarrif__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tarrifs .tarrif__tab_items .tarrif__text {
    font: 400 15px/27px "Gogh",sans-serif;
    color: #14191f;
    margin-bottom: 5px;
    position: relative
}

.tarrifs .tarrif__tab_items .tarrif__text span {
    font-weight: 700;
    margin-right: 5px
}

.tarrifs .tarrif__tab_items .tarrif__text.disabled {
    color: #c1c6cc
}

.tarrifs .tarrif__tab_items .tarrif__text .first__img {
    margin-right: 9px
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img {
    margin-left: 9px;
    cursor: pointer
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue {
    font: 400 14px/23px Gogh;
    background: #303030;
    position: absolute;
    top: 32px;
    left: -50px;
    display: none;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    z-index: 10
}

.hero__login_take-code a,
.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue__link {
    color: #0378ff;
}

.hero__login_take-code a:hover,
.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue__link:hover {
    color: #fe3268;
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue__link:hover {
    color: #fe3268
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.pay,.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.sends,.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.subcribers {
    width: 300px
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.telega {
    width: 300px;
    top: 60px
}

.tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.hide {
    width: 300px
}

.tarrifs .tarrif__tab_items .button {
    margin-top: 17px;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 500
}

.tarrifs .tarrif__tab_item {
    width: 100%;
    max-width: 285px;
    position: relative;
    padding: 10px 20px 25px 16px
}

.tarrifs .tarrif__tab_item .tab__item_inner {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px;
    width: 100%;
    height: 100%;
    border-radius: 25.2px;
    position: relative
}

.tarrifs .tarrif__heading {
    position: relative;
    overflow: hidden;
    margin: -22px;
    padding: 22px;
    pointer-events: none
}

.tarrifs .tarrif__heading.popular::after {
    font: 400 12.6px "Gogh",sans-serif;
    background: #dcffdb;
    content: "Популярный";
    position: absolute;
    right: -37px;
    top: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150.871px;
    height: 24.731px;
    color: #10b302;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq {
    padding: 75px 0
}

.faq .container {
    max-width: 770px
}

.faq .h2 {
    font: 800 26px/130% "Gogh",sans-serif;
    color: #14191f;
    text-align: center;
    margin-bottom: 36px
}

.faq .dropdown {
    margin-bottom: 32px;
    border-bottom: 1px solid #eceff3;
    -webkit-transition: padding ease .35s;
    -o-transition: padding ease .35s;
    transition: padding ease .35s
}

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

.faq .dropdown.opened {
    padding-bottom: 20px
}

.faq .dropdown-title {
    cursor: pointer;
    position: relative
}

.faq .dropdown-title::after {
    background: url(../img/ico/arrow.svg) no-repeat 0 0/contain;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform ease .35s;
    -o-transition: transform ease .35s;
    transition: transform ease .35s;
    transition: transform ease .35s,-webkit-transform ease .35s
}

.faq .dropdown-start {
    font: 500 15px "Gogh",sans-serif;
    color: #14191f;
    padding-bottom: 19px;
    position: relative;
    width: 100%;
    max-width: 250px
}

.faq .dropdown-open,.faq .dropdown-text {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column */
}

.faq .dropdown-open {
    overflow: hidden;
    height: 0;
    -webkit-transition: height ease .3s;
    -o-transition: height ease .3s;
    transition: height ease .3s
}

.faq .dropdown-text {
    font: 400 14px "Gogh",sans-serif;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #14191f;
    max-width: 617px;
}

.faq .dropdown-link {
    color: #0378ff;
    margin-top: 25px
}

.faq .dropdown-link:hover,.hero__login_notification.error {
    color: #fe3268
}

.hero__login {
    background: #ecf1f7;
    height: 100vh;
    width: 100vw
}

.hero__login_wrapper {
    width: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px 10%
}

.hero__login_title {
    font: 700 6.25vw/120% "Gogh",sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 18px
}

.hero__login_take-code {
    font: 400 15px/160% "Gogh",sans-serif;
    color: #14191f;
    margin-bottom: 25px
}

.hero__login_notification {
    font: 400 12px/160% "Gogh",sans-serif;
    color: #14191f;
    margin-top: 11px
}

.hero__login_notification.success {
    color: #33c90d
}

.hero__login .login__button {
    margin-top: 25px
}

.code {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.code,.code__digits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.code__digit {
    font: 500 20px "Gogh",sans-serif;
    display: block;
    width: 12.33vw;
    height: 12vw;
    min-width: 40px;
    min-height: 44px;
    max-width: 50px;
    max-height: 54px;
    border-radius: 8px;
    border: 1px solid #c1cbd7;
    background: #fff;
    color: #000;
    text-align: center;
    margin-right: 7px
}

.code__digit:last-child {
    margin-right: 0
}

.code__digit:focus {
    border: 2px solid #219efb
}

.invalid {
    border-color: red
}

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

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

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@supports (-webkit-appearance: none) {
    .faq .dropdown-title::after {
        background-image:url(../img/ico/arrow.svg)
    }
}

@media all and (min-width: 360px) {
    .hero__subtitle {
        font-size:15px
    }

    .hero__buttons .button {
        margin-bottom: 3.13vw;
        padding: 3.5vw 7vw;
        font-size: 3.92vw
    }
}

@media all and (min-width: 360px) and (min-height:200px) and (max-height:500px) {

}

@media all and (min-width: 360px) and (min-height:500px) {

}

@media all and (min-width: 361px) {
    .hero__img {
        max-width:316px;
        min-height: 401px;
        max-height: 659px;
    }
}

@media all and (min-width: 380px) {
    .h1,h1 {
        padding:0 10px
    }

    .hero__frame {
        max-width: 129px;
        max-height: 44px
    }
}

@media all and (min-width: 390px) {
    
}

@media all and (min-width: 390px) and (min-height:200px) and (max-height:500px) {
    
}

@media all and (min-width: 390px) and (min-height:500px) and (max-height:600px) {
    
}

@media all and (min-width: 480px) {
    .h1,h1 {
        font-size:32px;
        line-height: 130%;
        margin-bottom: 12.5px;
        padding: 0
    }

    .login__button {
        font-size: 15px
    }

    .hero__subtitle {
        font-size: 16px
    }

    .hero__frame {
        font-size: 13px;
        width: 99px;
        height: 36px;
        max-width: none;
        max-height: none
    }

    .hero__buttons {
        margin-top: 15px;
        margin-bottom: 8.54vw
    }

    .hero__buttons .button {
        margin-bottom: 15px;
        padding: 12px 24px;
        font-size: 14px
    }

    .faq .dropdown-start {
        min-width: 350px
    }

    .hero__login_title {
        font-size: 30px
    }

    .hero__login_take-code {
        font-size: 16px;
        margin-bottom: 35px
    }

    .hero__login_notification {
        font-size: 13px
    }
}

@media all and (min-width: 576px) {
    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.subcribers {
        width:413px
    }

    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.sends {
        width: 346px
    }

    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.pay {
        width: 383px
    }

    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.telega {
        width: 346px
    }

    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue.hide {
        width: 396px
    }
}

@media all and (min-width: 768px) {
    .h1,h1 {
        text-align:left;
        margin-bottom: 21px;
        font-size: 40px;
        max-width: 400px
    }

    .container {
        max-width: 760px
    }

    .header__button_dark,.header__button_white {
        font-size: 15px;
        line-height: normal;
        padding: 9px 13px;
        border-radius: 11px
    }

    .header__button_white span {
        display: inline
    }

    .header__button_white {
        padding: 9px 16px;
        max-width: 173px;
        border-radius: 14px
    }

    .button {
        font-size: 16px;
        padding: 14.4px 26.4px
    }

    .tab__button {
        font-size: 15.3px;
        padding: 10.8px 18px
    }

    .footer__docs,.footer__lang {
        font-size: 15px;
        background-color: transparent;
        border-radius: 14px
    }

    .footer__lang .hidden__menu {
        top: -120px
    }

    .footer__docs .hidden__menu {
        top: -130px
    }

    .footer__button img {
        width: 15px
    }

    .footer__button {
        margin-left: 7px;
        font-size: 15px;
        border-radius: 14px;
        width: auto
    }

    .burger__button {
        display: none
    }

    .login__button {
        font-size: 16px;
        padding: 15px 40px
    }

    .header {
        background-color: transparent;
        top: 26px
    }

    .header .container {
        padding: 0 20px
    }

    .header__wrapper {
        padding: 7px 7px 7px 13px
    }

    .header__logo {
        margin-right: 23px;
        width: 75px
    }

    .header__nav {
        display: block
    }

    .footer {
        padding: 12px 0
    }

    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__year {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }

    .footer__ui {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto
    }

    .footer__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__buttons .footer__docs,.footer__buttons .footer__lang {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .hero {
        padding: 11.43vw 0
    }

    .hero__subtitle {
        line-height: 230%;
        text-align: left
    }

    .hero__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hero__img {
        max-width: 220px;
        min-height: 250px;
        max-height: 460px
    }

    .hero__img_wrapper {
        padding: 0
    }

    

    .hero__frame {
        font-size: 15px;
        width: 116px;
        height: 37px;
        margin-left: 0;
        margin-bottom: 13px
    }

    .hero__buttons {
        margin-top: 6.51vw;
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hero__buttons .button {
        font-size: 16px;
        padding: 14.6px 26.5px;
        margin-right: 28px;
        margin-bottom: 0;
        font-weight: 700
    }

    .hero__link {
        font-size: 16px
    }

    .reactions {
        padding: 60px 0
    }

    .reactions__items {
        margin-bottom: 20px
    }

    .reactions__item {
        padding: 11.4px 14px
    }

    .reactions__text {
        font-size: 16px
    }

    .faq .dropdown-title::after,.reactions__img {
        width: 22px;
        height: 22px
    }

    .reactions__value {
        font-size: 13.933px
    }

    .desc {
        padding: 60px 0
    }

    .desc .container {
        padding: 0 20px
    }

    .desc .h3 {
        font-size: 24px
    }

    .desc__item {
        width: auto;
        margin-bottom: 104px
    }

    .desc__item_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .desc__item_info {
        margin-left: 20px;
        max-width: 349px
    }

    .desc__item_text {
        font-size: 16px;
        max-width: 100%
    }

    .desc__item_link {
        font-size: 16px
    }

    .desc__item_img {
        padding-top: 0;
        border-radius: 45px;
        width: auto
    }

    .desc__img_inner {
        padding: 55px 55px 0;
        width: 349px;
        height: 349px
    }

    .tarrifs .h2 {
        font-size: 38px;
        margin-bottom: 48px
    }

    .tarrifs__buttons {
        width: 200px
    }

    .tarrifs .tarrif__tab_items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 8%
    }

    .tarrifs .tarrif__tab_items .tarrif__subtitle {
        font-size: 18.9px;
        margin-bottom: 18px
    }

    .tarrifs .tarrif__tab_items .h6 span {
        font-size: 17px
    }

    .tarrifs .tarrif__tab_items .h6 {
        font-size: 26.1px;
        margin-bottom: 30px
    }

    .tarrifs .tarrif__tab_items .tarrif__text {
        margin-bottom: 8px;
        font-size: 17px
    }

    .tarrifs .tarrif__tab_items .tarrif__text .last__img .clue {
        max-width: 454px;
        font-size: 16px
    }

    .tarrifs .tarrif__tab_items .button {
        margin-top: 23.5px
    }

    .tarrifs .tarrif__tab_item {
        padding: 0 12px;
        width: 50%;
        max-width: 300px;
        margin-bottom: 30px
    }

    .faq {
        padding: 50px 0 170px
    }

    .faq .h2 {
        font-size: 38px;
        margin-bottom: 90px
    }

    .faq .dropdown-start {
        font-size: 19px;
        padding-bottom: 29px;
        max-width: 450px
    }

    .faq .dropdown-text {
        font-size: 17px
    }

    .hero__login_title {
        font-size: 32px;
        margin-bottom: 22px
    }

    .hero__login_take-code {
        font-size: 17px;
        margin-bottom: 45px
    }

    .hero__login_notification {
        font-size: 14px
    }

    .hero__login .login__button {
        margin-top: 32px
    }

    .code__digit {
        width: 50px;
        height: 54px;
        font-size: 25px;
        margin-right: 8.5px
    }
}

@media all and (min-width: 768px) and (min-height:200px) {
    
}

@media all and (min-width: 768px) and (min-height:400px) {
    
}

@media all and (min-width: 768px) and (min-height:500px) {
    
}

@media all and (min-width: 992px) {
    .h1,h1 {
        font-size:48px;
        max-width: 100%
    }

    .h2,h2 {
        font-size: 36px
    }

    .h4,h4 {
        font-size: 24px
    }

    .container {
        max-width: 990px
    }

    .desc__item_text,.reactions__text {
        font-size: 17px
    }
}

@media all and (min-width: 1024px) {
    .hero {
        padding:10.63vw 0 8.13vw
    }

    .hero__info {
        padding-left: 20px
    }

    .hero__circle {
        display: block
    }

    .hero__frame {
        width: 121px;
        height: 39px
    }

    .hero__buttons {
        margin-top: 4.88vw;
        margin-bottom: 0
    }

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

    .desc__item {
        margin-bottom: 145px
    }

    .desc__item_info {
        margin-left: 54px;
        max-width: 380px
    }

    .desc__img_inner {
        padding: 72px 72px 0;
        width: 456px;
        height: 456px
    }

    .tarrifs .tarrif__tab_items {
        padding: 0 18%
    }

    .tarrifs .tarrif__tab_item {
        max-width: 100%
    }
}

@media all and (min-width: 1024px) and (min-height:200px) {

}

@media all and (min-width: 1024px) and (min-height:350px) {
    
}

@media all and (min-width: 1024px) and (min-height:400px) {
    
}

@media all and (min-width: 1024px) and (min-height:500px) {
    
}

@media all and (min-width: 1200px) {
    .container {
        max-width:1200px
    }

    .hero__subtitle {
        font-size: 17px;
        line-height: 216.471%
    }

    .tarrifs {
        padding: 182px 0
    }

    .tarrifs .container,.tarrifs .tarrif__tab_items {
        padding: 0
    }

    .tarrifs .tarrif__tab_items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tarrifs .tarrif__tab_item {
        width: 25%;
        max-width: 100%;
        margin-bottom: 0
    }

    .faq .dropdown-start {
        max-width: 617px
    }
}

@media all and (min-width: 1366px) {
    .desc__item {
        padding-left:20px;
        margin-bottom: 146px
    }

    .desc__item_img {
        padding-top: 0;
        border-radius: 59.111px
    }
}

@media all and (min-width: 1400px) {
    .reactions {
        padding:177px 0 65px
    }
}

@media all and (min-width: 1440px) {
    .hero__img {
        max-width:260px;
        min-height: 300px;
        max-height: 543px
    }
}

@media all and (min-width: 1900px) {
    .hero__img {
        max-width:316px;
        min-height: 400px;
        max-height: 659px
    }

    .reactions {
        padding: 177px 0 121px
    }
}

@media all and (min-width: 1900px) and (min-height:200px) {
    
}

@media all and (min-width: 1900px) and (min-height:400px) {
    
}

@media all and (min-width: 1900px) and (min-height:500px) {
    
}

@media all and (min-width: 1900px) and (min-height:600px) {
    
}

@media all and (min-width: 1900px) and (min-height:700px) {
    
}

@media all and (min-width: 1920px) {
    .hero {
        padding:9.69vw 0 3.09vw
    }
}

@media all and (min-width: 2560px) {
    .h1,h1 {
        font-size:64px
    }

    .header__button_dark {
        font-size: 17px;
        padding: 11px 14px
    }

    .header__button_white {
        font-size: 17px;
        padding: 11px 18px;
        max-width: 196px
    }

    .button {
        font-size: 19px;
        padding: 18px 33px
    }

    .tab__button {
        padding: 12px 20px
    }

    .footer__button,.footer__docs,.footer__lang,.tab__button {
        font-size: 17px
    }

    .login__button {
        font-size: 19px;
        padding: 16px 40px
    }

    .header .container {
        max-width: 895px
    }

    .header__wrapper {
        padding: 7.5px 7px 7.5px 13px
    }

    .footer__year,.header__nav_link {
        font-size: 17px
    }

    .hero .container {
        max-width: 1300px
    }

    .hero__subtitle {
        font-size: 20px
    }

    .hero__info {
        max-width: 650px
    }

    .hero__img {
        max-width: 390px;
        min-height: 400px;
        max-height: 813px
    }

    .hero__frame {
        width: 157px;
        height: 54px;
        margin-bottom: 14px
    }

    .hero__buttons .button {
        padding: 18px 33px;
        font-size: 19px
    }

    .hero__frame,.hero__link {
        font-size: 19px
    }

    .reactions__items {
        margin-bottom: 32px
    }

    .reactions__item {
        padding: 14px 22px
    }

    .reactions__text {
        font-size: 20px;
        max-width: 596px
    }

    .reactions__value {
        font-size: 16px
    }

    .desc .container {
        max-width: 1100px
    }

    .desc .h3 {
        font-size: 29px
    }

    .desc__item {
        margin-bottom: 170px
    }

    .desc__item_info {
        max-width: 454px
    }

    .desc__item_text {
        font-size: 20px;
        max-width: 454px
    }

    .desc__item_link {
        font-size: 20px
    }

    .desc__img_inner {
        padding: 80px 80px 0;
        width: 525px;
        height: 525px
    }

    .tarrifs .container {
        max-width: 1340px
    }

    .faq .h2,.tarrifs .h2 {
        font-size: 43px;
        margin-bottom: 57px
    }

    .tarrifs__buttons {
        width: 220px;
        margin: 0 auto 41px
    }

    .tarrifs .tarrif__tab_items .tarrif__subtitle {
        font-size: 21px
    }

    .tarrifs .tarrif__tab_items .h6 {
        font-size: 29px;
        margin-bottom: 45px
    }

    .tarrifs .tarrif__tab_items .tarrif__text {
        font-size: 19px
    }

    .tarrifs .tarrif__tab_items .button {
        font-size: 17px;
        margin-top: 35px
    }

    .tarrifs .tarrif__heading.popular::after {
        font-size: 14px
    }

    .faq .h2 {
        margin-bottom: 110px
    }

    .faq .dropdown-start {
        font-size: 21px
    }

    .faq .dropdown-text {
        font-size: 19px
    }

    .hero__login_title {
        font-size: 36px;
        margin-bottom: 24px
    }

    .hero__login_take-code {
        font-size: 20px;
        margin-bottom: 50px
    }

    .hero__login_notification {
        font-size: 15px
    }

    .hero__login .login__button {
        margin-top: 35px
    }

    .code__digit {
        width: 55px;
        height: 60px;
        font-size: 28px;
        margin-right: 10px
    }
}

@media all and (min-width: 2560px) and (min-height:200px) {
    
}

@media all and (min-width: 2560px) and (min-height:500px) {
    
}

@media all and (min-width: 2560px) and (min-height:700px) {

}

@media all and (min-height: 200px) and (max-height:400px) {
    
}

@media all and (min-height: 400px) and (max-height:500px) {
    
}
