@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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;
    font-family: 'Roboto', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.center_panel {
    max-width: 1040px;
    margin: 0 auto;
}

.advantage_section {
    margin: 0 20px;
    margin-top: 20px;
    margin-bottom: 70px;
}

.advantage_section .title {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.advantage_section .title .title__text {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.advantage_section .title .title__desc {
    max-width: 690px;
    color: #505050;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.advantage_section .title .title__desc .title__desc__dev_count {
    background-image: url(/src/img/pictures/man.png);
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    padding: 2px 10px 2px 34px;
    border-radius: 10px;
    background-color: #ebf1fc;
    background-position: 6px 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #222;
}

.advantage_slots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.advantage_slot {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage_slot__vid_link {
    display: block;
    height: 200px;
    width: 200px;
    margin-bottom: 20px;
}

.advantage_slot__content {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage_slot__content__title {
    font-size: 23px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.advantage_slot__content__subtitle {
    color: #505050;
    text-align: center;
    line-height: 25px;
}

.advantage_slot__content__subtitle a {
    color: #478dd5;
}

.advantage_slot__comment_panel {
    background-color: #ebf1fc;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 23px;
    color: #222;
    display: flex;
    flex-direction: column;
    transition: 0.25s;
}

.advantage_slot__comment_panel:hover {
    scale: 103%;
}

.advantage_slot__bottom_panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage_slot__comment_panel__btn {
    border: 1px solid #478dd5;
    color: #478dd5;
    text-align: center;
    margin-top: 10px;
    padding: 8px 16px;
    border-radius: 10px;
    transition: 0.25s;
    align-self: flex-end;
}

.advantage_slot__comment_panel__btn:hover {
    text-decoration: none;
    background-color: #478dd5;
    color: #ffffff;
    border-radius: 10px solid #ffffff;
}

.slider_section {
    margin: 0 20px;
    margin-bottom: 30px;
}

.slider_section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    line-height: 25px;
    font-size: 18px;
    color: #505050;
}

.slider_section__title h3 {
    font-size: 35px;
    font-weight: bold;
}

.slider_section__title span {
    color: #478dd5;
}

.ag-format-container {
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
}

.layout {
    width: 300px;
    margin: 10px auto;
    position: relative;
    padding-top: 10px;
}
.layout a {
    color: #666;
}

.slide {
    display: none;
}
.slide li {
    list-style: none;
}
.slide.slick-initialized {
    display: block;
}

.phone_slide {
    position: relative;
}

.vid_wrapper {
    position: absolute;
    z-index: -1;
    top: 17px;
    bottom: 17px;
    left: 17px;
    right: 17px;
}

.mini_vid_wrapper {
    position: absolute;
    z-index: -1;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

.phone_slide img {
    width: 100%;
    height: 100%;
}

.slick-dots {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    display: inline-block;
    max-height: 56px;
    max-width: 112px;
    margin: 5px;
}

.slick-dots li img {
    height: auto;
    width: 100%;

    cursor: pointer;

    opacity: 0.5;
    transition: 0.5s;
}

.slick-dots li video {
    opacity: 0.5;
    transition: 0.5s;
}

.slick-dots li.slick-active img {
    cursor: default;

    opacity: 1;
}

.slick-dots li.slick-active video {
    opacity: 1;
}

.slick-prev,
.slick-next {
    margin: -50px 0 0;

    z-index: 99;
    position: absolute;
    top: 50%;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}

.icon {
    display: inline-block;
    height: 50px;
    width: 50px;
}
.icon__cnt {
    height: 100%;
    width: 100%;
}

.comment_panel__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    overflow: hidden;
}

.avatar_circle {
    background: linear-gradient(-45deg, #6fa6dd, #afc8e0);
    /* background-color: #478dd5; */
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment_panel__title a {
    text-decoration: none;
    color: #478dd5;
}

.avatar img {
    height: 100%;
    width: 100%;
}

.view_vid_wrapper {
    z-index: 10000;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
}

.view_vid_wrapper .view_vid_container {
    display: none;
    pointer-events: painted;
    height: 100%;
    width: 100%;
}

.info {
    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: 10px 0 40px;
    width: 100%;
    min-height: 100px;
    text-align: center;
    background-color: #478dd5;
    color: #fff;
    padding: 15px 0;
}

.info__text {
    width: 672px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin: 0 auto;
}

.view_vid {
    width: 300px;
    height: 300px;
    border-radius: 10%;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.view_vid_container__btn {
    outline: none;
    background-color: transparent;
    border: none;
    height: 20px;
    position: fixed;
    left: calc(50% + 150px);
    bottom: calc(50% + 150px);
}

.view_vid_container__btn img {
    height: 100%;
    width: 100%;
}

.view_vid_wrapper.active {
    background-color: #9fb3c7e7;
    opacity: 1;
    /* backdrop-filter: blur(2px); */
}

.view_vid_wrapper.active .view_vid_container {
    display: block;
}

.no_scroll {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

@media screen and (max-width: 900px) {
    .advantage_slot {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 600px) {
    .advantage_slot {
        width: 100%;
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body, html {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-size: .875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    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;
    overflow: hidden
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 86rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.header {
    background-color: #478dd5
}

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

.header__container {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@supports (padding-left:clamp(1.25rem ,-2.0649171271rem + 16.5745856354vw ,12.5rem)) {
    .header__container {
        padding-left: clamp(1.25rem, -2.0649171271rem + 16.5745856354vw, 12.5rem)
    }
}

@supports not (padding-left:clamp(1.25rem ,-2.0649171271rem + 16.5745856354vw ,12.5rem)) {
    .header__container {
        padding-left: calc(1.25rem + 11.25 * (100vw - 20rem) / 67.875)
    }
}

@supports (padding-right:clamp(1.25rem ,-2.0649171271rem + 16.5745856354vw ,12.5rem)) {
    .header__container {
        padding-right: clamp(1.25rem, -2.0649171271rem + 16.5745856354vw, 12.5rem)
    }
}

@supports not (padding-right:clamp(1.25rem ,-2.0649171271rem + 16.5745856354vw ,12.5rem)) {
    .header__container {
        padding-right: calc(1.25rem + 11.25 * (100vw - 20rem) / 67.875)
    }
}

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

.menu__arrow {
    position: relative;
    left: 0;
    top: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.menu-open .menu__arrow {
    position: relative;
    left: 0;
    top: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #393636
}

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

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.menu__item {
    height: 100%;
    position: relative;
    padding: 0;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@supports (margin-right:clamp(-3.75rem ,-5.4074585635rem + 8.2872928177vw ,1.875rem)) {
    .menu__item {
        margin-right: clamp(-3.75rem, -5.4074585635rem + 8.2872928177vw, 1.875rem)
    }
}

@supports not (margin-right:clamp(-3.75rem ,-5.4074585635rem + 8.2872928177vw ,1.875rem)) {
    .menu__item {
        margin-right: calc(-3.75rem + 5.625 * (100vw - 20rem) / 67.875)
    }
}

.menu__item:last-child {
    margin: 0
}

.menu__link {
    margin: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

ul.menu__sub-list {
    visibility: visible;
    z-index: 999;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    background-color: #96c6f6;
    padding: 30px 17px 15px 21px;
    min-width: 200px;
    -webkit-box-shadow: 0 3px 3px rgba(11, 31, 52, .1);
    box-shadow: 0 3px 3px rgba(11, 31, 52, .1);
    border-radius: 9px;
    border-top-left-radius: 0
}

.menu .item1 {
    padding: 0 60px 0 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.menu__sub-link {
    display: block;
    margin: 0 0 15px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #393636
}

.menu__login-item {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.menu__item:not(:first-child):after {
    content: "";
    position: relative;
    opacity: 0;
    bottom: -20px;
    right: 50%;
    width: 45px;
    height: 3px;
    background: #b4d0ec;
    border-radius: 6px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.menu__item:hover:not(:first-child)::after {
    opacity: 1;
    bottom: -15px
}

.item2:hover {
    background: url(/img/landing/light.svg);
    background-position: -5px -5px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    z-index: 5
}

.item3:hover {
    background: url(/img/landing/light.svg);
    background-position: -5px -5px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    z-index: 5
}

.item4:hover {
    background: url(/img/landing/light.svg);
    background-position: 25px -10px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    z-index: 5
}

.item5:hover {
    background: url(/img/landing/light.svg);
    background-position: -5px 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    z-index: 5
}

body._pc .item1:has(._spoller-active) {
    background-color: #96c6f6;
    border-radius: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body._pc .item1:has(._spoller-active) .menu__arrow {
    color: #393636
}

body._pc .item1:has(._spoller-active) .arrowWhite {
    visibility: hidden
}

body._pc .item1:has(._spoller-active) .arrowBlack {
    visibility: visible
}

html.touch .item1:has(._spoller-active) {
    background-color: #96c6f6;
    border-radius: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

html.touch .item1:has(._spoller-active) .menu__arrow {
    color: #393636
}

.menu-open .item1:has(._spoller-active) .menu__arrow {
    color: #393636
}

html.touch .item1:has(._spoller-active) .arrowWhite {
    visibility: hidden
}

html.touch .item1:has(._spoller-active) .arrowBlack {
    visibility: visible
}

.link1 {
    margin: 0 35px 0 0
}

.link4 {
    width: 120px
}

.item4 {
    margin: 0
}

.footer {
    background: #393636;
    height: 174px
}

.footer__container {
    height: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__main-section {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer__left-section {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 20px 33px 0 26px
}

@supports (padding-left:clamp(0.8125rem ,0.5730893186rem + 1.197053407vw ,1.625rem)) {
    .footer__left-section {
        padding-left: clamp(.8125rem, .5730893186rem + 1.197053407vw, 1.625rem)
    }
}

@supports not (padding-left:clamp(0.8125rem ,0.5730893186rem + 1.197053407vw ,1.625rem)) {
    .footer__left-section {
        padding-left: calc(.8125rem + .8125 * (100vw - 20rem) / 67.875)
    }
}

@supports (padding-right:clamp(0.1875rem ,-0.3649861878rem + 2.7624309392vw ,2.0625rem)) {
    .footer__left-section {
        padding-right: clamp(.1875rem, -.3649861878rem + 2.7624309392vw, 2.0625rem)
    }
}

@supports not (padding-right:clamp(0.1875rem ,-0.3649861878rem + 2.7624309392vw ,2.0625rem)) {
    .footer__left-section {
        padding-right: calc(.1875rem + 1.875 * (100vw - 20rem) / 67.875)
    }
}

.footer__title {
    margin: 0 0 15px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.footer__text {
    margin: 0 0 10px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #fff
}

.footer__center-section {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 20px 28px 0 28px;
    margin: 0 7px 0 7px
}

@supports (padding-left:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__center-section {
        padding-left: clamp(.875rem, .6171731123rem + 1.2891344383vw, 1.75rem)
    }
}

@supports not (padding-left:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__center-section {
        padding-left: calc(.875rem + .875 * (100vw - 20rem) / 67.875)
    }
}

@supports (padding-right:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__center-section {
        padding-right: clamp(.875rem, .6171731123rem + 1.2891344383vw, 1.75rem)
    }
}

@supports not (padding-right:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__center-section {
        padding-right: calc(.875rem + .875 * (100vw - 20rem) / 67.875)
    }
}

.footer__right-section {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 20px 28px 0 28px
}

@supports (padding-left:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__right-section {
        padding-left: clamp(.875rem, .6171731123rem + 1.2891344383vw, 1.75rem)
    }
}

@supports not (padding-left:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__right-section {
        padding-left: calc(.875rem + .875 * (100vw - 20rem) / 67.875)
    }
}

@supports (padding-right:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__right-section {
        padding-right: clamp(.875rem, .6171731123rem + 1.2891344383vw, 1.75rem)
    }
}

@supports not (padding-right:clamp(0.875rem ,0.6171731123rem + 1.2891344383vw ,1.75rem)) {
    .footer__right-section {
        padding-right: calc(.875rem + .875 * (100vw - 20rem) / 67.875)
    }
}

.footer__img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto
}

.footer_section {
    background: #478dd5;
    border-radius: 20px 20px 0 0;
    min-height: 200px;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px)
}

.title-social {
    margin: 0 0 15px 0
}

.img-yt {
    width: 30px
}

.img-tg {
    margin: 0 5px 0 5px;
    width: 30px
}

.img-ml {
    width: 30px
}

.footer__img:after {
    content: "";
    position: relative;
    display: block;
    opacity: 0;
    bottom: -4px;
    left: 4px;
    width: 30px;
    height: 3px;
    background: #e3eaf0;
    border-radius: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.footer__img:hover:after {
    opacity: 1;
    bottom: -1px
}

.footer__text:after {
    content: "";
    position: relative;
    display: block;
    opacity: 0;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e3eaf0;
    border-radius: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.footer__text:hover:after {
    opacity: 1;
    bottom: -1px
}

.first-section {
    background: url(/img/landing/background.svg) no-repeat;
    background-position: 50% 25%;
    background-color: #ecf0f5;
    z-index: 1
}

.first-section__container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 4645px
}

@media (min-width: 667px) {
    .footer_section:hover {
        background: #478dd5;
        border-radius: 20px 20px 0 0;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
        box-shadow: 0 0 4px rgba(0, 0, 0, .25);
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        z-index: 99
    }
}

@media (min-width: 1082px) {
    .menu .arrowWhite {
        position: absolute;
        right: -15px;
        top: 6px
    }

    .menu .arrowBlack {
        position: absolute;
        visibility: hidden;
        right: -20px;
        top: 0
    }

    .menu .arrowBlackRev {
        position: absolute;
        visibility: hidden;
        right: 16px;
        top: 13px
    }

    .menu__sub-link:after {
        content: "";
        position: relative;
        display: block;
        opacity: 0;
        bottom: -3px;
        left: 0;
        width: 148px;
        height: 3px;
        background: #e3eaf0;
        border-radius: 6px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

    .menu__sub-link:hover:after {
        opacity: 1;
        bottom: -6px
    }

    .menu .menu__img1 {
        display: none
    }

    .menu .menu__img2 {
        display: none
    }

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

    .menu__login {
        margin: 0 0 0 200px
    }
}

@media (max-width: 1082px) {
    .header_logo {
        display: none
    }

    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #96c6f6;
        padding: 100px 30px 20px 30px;
        -webkit-transition: left .5s ease 0s;
        -o-transition: left .5s ease 0s;
        transition: left .5s ease 0s;
        overflow: auto;
        z-index: 10
    }

    .menu-open .menu__body {
        left: 0;
        z-index: 20;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .menu-open ul.menu__sub-list {
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        padding: 0 0 25px 25px
    }

    .menu-open .menu__list {
        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: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto
    }

    .menu-open .menu__list > li {
        margin: 0 0 50px 0
    }

    .menu-open .item1 {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .arrowBlack {
        visibility: hidden;
        position: absolute
    }

    .arrowWhite {
        visibility: hidden;
        position: absolute
    }

    .arrowBlackRev {
        visibility: visible;
        position: absolute;
        left: 63px;
        top: 0
    }

    ._spoller-active .arrowBlackRev {
        visibility: hidden
    }

    ._spoller-active .arrowBlack {
        visibility: visible;
        position: absolute;
        left: 63px;
        top: -2px
    }

    .menu-open .menu__link {
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #393636
    }

    .menu__login {
        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;
        width: 65px;
        height: 30px;
        background-color: #fff;
        border-radius: 10px;
        color: #393636
    }

    .menu__login-item {
        color: #478dd5
    }

    .menu__img2 {
        display: none
    }

    .menu-open .menu__img2 {
        position: absolute;
        z-index: 99999;
        display: initial;
        top: 20px;
        left: 27px
    }

    .menu__img1 {
        display: initial;
        position: relative;
        top: 5px;
        left: 0
    }

    .menu-open .menu__img1 {
        display: none
    }
}

@media (max-width: 667px) {
    .footer {
        height: 323px
    }

    .footer__container {
        height: 323px
    }

    .footer__main-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 330px
    }

    .footer__left-section {
        height: 350px;
        padding: 15px 33px 0 26px;
        position: absolute;
        left: 5px;
        bottom: -37px
    }

    .footer__center-section {
        height: 350px;
        position: absolute;
        left: 40px;
        bottom: -135px
    }

    .footer__right-section {
        padding: 15px 28px 0 20px;
        height: 350px;
        position: absolute;
        left: 209px;
        bottom: -267px
    }

    .footer__img-container {
        position: relative;
        left: 0
    }

    .title-social {
        margin: 0 0 5px 0
    }

    .img-yt > img {
        -webkit-transform: scale(70%);
        -ms-transform: scale(70%);
        transform: scale(70%)
    }

    .img-tg {
        margin: 0 5px 0 5px
    }

    .img-tg > img {
        -webkit-transform: scale(70%);
        -ms-transform: scale(70%);
        transform: scale(70%)
    }

    .img-ml > img {
        -webkit-transform: scale(70%);
        -ms-transform: scale(70%);
        transform: scale(70%)
    }

    .img-yt {
        position: absolute;
        top: -5px;
        left: -8px
    }

    .img-tg {
        position: absolute;
        top: -5px;
        left: 12px
    }

    .img-ml {
        position: absolute;
        top: -5px;
        left: 42px
    }
}

@charset "UTF-8";
@-webkit-keyframes ripple {
    0% {
        width: 0;
        height: 0
    }
    25% {
        opacity: 1
    }
    34%, to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0
    }
    25% {
        opacity: 1
    }
    34%, to {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@-webkit-keyframes arrow-down {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20px, -20px);
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px, 20px);
        transform: rotate(45deg) translate(20px, 20px)
    }
}

@keyframes arrow-down {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(-20px, -20px);
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg) translate(20px, 20px);
        transform: rotate(45deg) translate(20px, 20px)
    }
}

.ripple {
    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;
    width: 500px;
    height: 500px
}

.ripple span, .technology__li span .ripple span {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .7);
    border-radius: 100%;
    -webkit-animation: ripple 2.5s linear infinite;
    animation: ripple 2.5s linear infinite
}

.glow {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: rgba(71, 141, 213, .5);
    border: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-box-shadow: 0 0 80px #478dd5;
    box-shadow: 0 0 80px #478dd5;
    z-index: -1
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    background-color: #fff
}

.container {
    display: block;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto
}

@media (max-width: 426px) {
    .container {
        padding: 0
    }
}

.promo .h1, .subtitle {
    line-height: 1;
    font-weight: 800
}

.subtitle {
    font-size: 64px;
    text-transform: uppercase
}

.price .subheader span, .promo .h1 span, .subtitle span {
    color: #478dd5
}

@media (max-width: 769px) {
    .subtitle {
        font-size: 40px
    }
}

@media (max-width: 426px) {
    .subtitle {
        font-size: 30px
    }
}

.promo {
    padding-top: 40px;
    overflow: hidden
}

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

.promo__content {
    width: 60%
}

.promo__info {
    color: rgba(0, 0, 0, .5);
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400
}

.promo .h1 {
    font-size: 52px;
    margin: 20px 0 30px
}

.promo__img-block {
    position: relative;
    z-index: 0;
}

.promo__img {
    width: 250px
}

.choice .sub__img img, .choice-item__icon img, .promo__img img, .technology__img img {
    width: 100%
}

.promo__img::after, .promo__img::before {
    content: "";
    display: block;
    position: absolute;
    left: 2%;
    width: 96%;
    z-index: -1;
    border-radius: 50px
}

.promo__img::before {
    top: 5px;
    height: 50px;
    background-color: #222224
}

.promo__img::after {
    bottom: 10px;
    height: 55px;
    background-color: #1d1d1d
}

.promo .button, .promo__img {
    position: relative;
    overflow: hidden
}

.promo .glow {
    position: absolute;
    right: -50px;
    top: -20px
}

.promo .ripple__wrapper {
    position: absolute;
    top: -60px;
    left: -190px;
    z-index: 2
}

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

.text20px::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 7px;
    width: 6px;
    height: 30px;
    border-radius: 50px;
    background-color: #ecf0f5;
    margin-right: 15px
}

@media (max-width: 769px) {
    .promo__wrapper {
        -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
    }

    .promo__content {
        width: 100%;
        text-align: center
    }

    .promo__info {
        margin-top: 0
    }

    .promo__img-block {
        margin: 30px auto 0
    }


    .promo .h1 {
        font-size: 40px;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 10px
    }

    .promo .button-with-text {
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .promo .button-with-text .button__text {
        margin: 0 auto;
        width: 60%
    }

    .promo .button {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px
    }

    .promo .ripple {
        width: 1000px;
        height: 1000px
    }

    .promo .ripple__wrapper {
        position: absolute;
        top: -300px;
        left: -330px;
        z-index: 2
    }

    .text20px {
        margin-bottom: 20px
    }

    .text20px::before {
        display: none
    }
}

@media (max-width: 426px) {
    .promo__img-block {
        margin-top: 20px;
    }

    .promo__info {
        width: 90%;
        margin: 0 auto;
        font-size: 14px
    }

    .promo .h1 {
        font-size: 27px
    }

    .promo .button-with-text .button__text {
        width: 100%
    }

    .promo .glow {
        width: 150px;
        height: 150px
    }

    .promo .ripple__wrapper {
        top: -250px;
        left: -530px
    }

    .text20px {
        font-size: 16px
    }
}

.button-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button-with-text .button__text {
    margin-left: 40px;
    font-size: 16px;
    width: 200px
}

.button {
    display: block;
    background-color: #478dd5;
    color: #fff;
    width: 250px;
    height: 65px;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: .5px;
    border-width: 0;
    border-radius: 50px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-box-shadow: 0 5px 45px 20px rgba(71, 141, 213, .2);
    box-shadow: 0 5px 45px 20px rgba(71, 141, 213, .2);
    cursor: pointer
}

.button:hover {
    background-color: #3975b0
}

.button_border {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 90px 40px transparent;
    box-shadow: 0 10px 90px 40px transparent;
    height: 61px;
    width: 196px;
    border: 2px solid #000;
    color: #000;
    background-color: transparent
}

.button_border:hover {
    background-color: #000;
    color: #478dd5
}

.button_border .ripple__wrapper {
    position: absolute;
    top: -60px;
    left: -190px;
    z-index: 2
}

@media (max-width: 768px) {
    .button, .button-with-text {
        width: 90%
    }

    .button-with-text .button__text {
        font-size: 14px
    }

    .button_border {
        width: 196px
    }
}

.choice {
    padding-top: 100px;
    overflow: hidden
}

.choice .sub__wrapper, .choice__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.choice .sub__wrapper {
    position: relative
}

.choice .subtitle {
    width: 75%;
    margin-bottom: 150px
}

.choice .sub__img {
    width: 150px
}

.choice .sub__img-wrapper .glow {
    position: absolute;
    top: -20px;
    right: -25px
}

.choice__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choice-item {
    min-height: 461px;
    position: relative;
    background-color: #ecf0f5;
    width: 360px;
    padding: 50px 25px 70px;
    border-radius: 30px;

}

.choice-item__icon {
    position: absolute;
    top: -50px;
    left: calc(50% - 45px);
    width: 90px
}

.choice-item__title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px
}

.choice-item__info, .choice-item__li {
    color: #478dd5;
    font-size: 18px;
    line-height: 1
}

.choice-item__li {
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 22px
}

.choice-item__li span {
    color: #000
}

.choice-item__info {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600
}

.choice-item__more {
    display: block;
    color: #000;
    margin: 5px 0
}

.choice-item .button {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 2px 22px 10px rgba(71, 141, 213, .2);
    box-shadow: 0 2px 22px 10px rgba(71, 141, 213, .2);
    overflow: hidden
}

.choice-item .button_more {
    background-color: rgba(0, 0, 0, .9);
    margin: 10px auto
}

.choice-item .button_more:hover {
    background-color: rgba(0, 0, 0, .7)
}

.choice-item:nth-child(2) .choice-item__title {
    width: 80%
}

.choice-item .ripple {
    width: 1000px;
    height: 1000px
}

.choice-item .ripple__wrapper {
    position: absolute;
    top: -200px;
    left: -530px;
    z-index: 2
}

.choice-item .ripple .span {
    -webkit-animation: ripple 3.5s linear infinite;
    animation: ripple 3.5s linear infinite
}

.choice-item:first-child .choice-item__title {
    margin-top: 10px;
    margin-bottom: 31px
}

.choice-item:first-child .choice-item__list {
    margin-bottom: 46px
}

.choice-item:nth-child(2) .choice-item__info {
    margin-top: 0;
    margin-bottom: 37px
}

.choice-item:nth-child(2) .choice-item__list {
    margin-bottom: 31px
}

@media (max-width: 1120px) {
    .choice-item {
        margin: 0 auto 55px
    }
}

@media (max-width: 769px) {
    .choice {
        padding-top: 40px
    }

    .choice .subtitle {
        display: inline-block;
        margin-bottom: 25px;
        text-align: center
    }

    .choice .sub__img-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 80px
    }

    .choice .sub__img-wrapper .glow {
        position: absolute;
        top: -25px;
        right: -25px
    }

    .choice .sub__wrapper, .choice__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -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
    }
}

@media (max-width: 375px) {
    .choice .subtitle {
        width: 95%
    }

    .choice-item {
        width: 320px;
        padding: 50px 15px 10px;
        border-radius: 5px
    }

    .choice .sub__img-wrapper .glow {
        width: 200px;
        height: 200px
    }
}

.info {
    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: 10px 0 40px;
    width: 100%;
    min-height: 100px;
    text-align: center;
    background-color: #478dd5;
    color: #fff;
    padding: 15px 0
}

.info__text {
    width: 672px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin: 0 auto
}

.info-2 {
    margin-top: 0
}

.button_border {
    margin: 0 auto
}

@media (max-width: 769px) {
    .info {
        margin: 0 0 40px
    }

    .info__text {
        font-size: 16px;
        width: 90%
    }
}

@media (max-width: 426px) {
    .info {
        margin-bottom: 30px
    }
}

.technology {
    padding-top: 100px
}

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

.technology .subtitle {
    font-size: 40px
}

.technology .subheader {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    margin: 30px 0
}

.technology__content {
    width: 60%
}

.technology__ul-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px
}

.technology__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.technology__img-with-glow, .technology__li span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.technology__li span {
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 12px;
    margin-right: 15px;
    background-color: #478dd5;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.technology__li span .ripple__wrapper {
    position: absolute;
    top: -160px;
    left: -300px;
    z-index: 2
}

.technology__li span, .technology__li span .ripple {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.technology__li span .ripple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 500px
}

.technology__img-with-glow {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 458px
}

.technology__img-with-glow .glow {
    position: absolute;
    top: -22px;
    right: 81px
}

.technology__img-with-chat {
    position: relative;
    width: 100%
}

.technology .tg-chat {
    position: absolute;
    top: 30px;
    left: 76px;
    width: 210px;
    z-index: -1
}

.technology .tg-chat img {
    width: 100%;
    border-radius: 10px 10px 30px 30px
}

.technology .tg-chat::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #222224;
    z-index: -1;
    border-radius: 50px
}

.technology__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

@media (max-width: 1045px) {
    .technology__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .technology .tg-chat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 4px
    }
}

@media (max-width: 890px) {
    .technology {
        padding-top: 70px
    }

    .technology__content {
        width: 90%
    }
}

@media (max-width: 600px) {
    .technology__content {
        width: 100%
    }

    .technology .subtitle {
        font-size: 32px
    }

    .technology .subheader {
        font-size: 22px;
        margin: 20px 0
    }

    .technology__li {
        width: 90%
    }

    .technology__img-with-glow {
        width: 300px
    }

    .technology__img-with-glow .glow {
        width: 150px;
        height: 150px
    }

    .technology .tg-chat {
        width: 138px;
        left: 50px;
        top: 21px;
        padding-top: 0
    }

    .technology .tg-chat img {
        border-radius: 5px 5px 15px 15px
    }

    .technology .tg-chat::before {
        top: -10px;
        height: 40px
    }
}

@media (max-width: 426px) {
    .technology {
        overflow: hidden;
        padding-top: 45px
    }

    .technology__content {
        width: 95%
    }

    .technology .subtitle {
        font-size: 24px
    }

    .technology .subheader {
        font-size: 20px;
        margin: 20px 0
    }

    .technology__ul-title {
        font-size: 20px
    }

    .technology__li {
        width: 100%
    }

    .technology__li span {
        margin-right: 10px
    }

    .technology__img-with-glow {
        left: 20px;
        width: 300px
    }
}

.price {
    padding-top: 40px
}

.price .subtitle {
    text-align: center
}

.price .subheader {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 20px auto 40px
}

.price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.price-card, .price-card_popular::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px
}

.price-card {
    width: 240px;
    min-height: 700px;
    border-style: solid;
    border-width: 2px;
    border-color: #ecf0f5;
    text-align: center;
    padding: 16px;
    margin: 0 auto 30px
}

.price-card_popular {
    position: relative;
    border-color: #478dd5
}

.price-card_popular:hover {
    border-color: #2d2d2d
}

.price-card_popular:hover::before {
    background-color: #2d2d2d;
    color: #fff
}

.price-card_popular::before {
    content: "ПОПУЛЯРНЫЙ";
    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;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
    padding: 5px 6px 4px;
    background-color: #478dd5;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600
}

.price-card__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px
}

.price-card__subtitle {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.price-card__cost-wrapper {
    height: 232px;
    width: 100%;
    margin-bottom: 6px
}

.price-card__cost-1 {
    line-height: 1.1
}

.price-card__cost-1, .price-card__cost-2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 20px
}

.price-card__cost-1 {
    height: calc(60% - 10px);
    border-color: #478dd5;
    margin-bottom: 10px;
    color: #478dd5;
    padding-top: 10px
}

.price-card__cost-1 span {
    font-size: 48px;
    font-weight: 400;
    line-height: 30px
}

.price-card .cost-free, .price-card__cost-2 {
    color: #999;
    border-color: #999;
    height: calc(100% - 10px)
}

.price-card__cost-2 {
    height: calc(40% - 10px);
    line-height: 8px
}

.price-card__cost-2 span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400
}

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

.price-card__text {
    font-size: 16px;
    font-weight: 400
}

.price-card__href {
    color: #478dd5;
    text-decoration: none;
    -webkit-transition: -webkit-text-decoration .3s;
    transition: text-decoration .3s;
    transition: text-decoration .3s, -webkit-text-decoration .3s
}


.price-card .ripple__wrapper {
    position: absolute;
    top: -60px;
    left: -190px;
    z-index: 2
}

.price-card .button_border {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    border-color: #478dd5;
    color: #478dd5
}

.price-card .button_border:hover {
    background-color: #478dd5;
    color: #fff
}

.price-card:hover {
    border-color: #2d2d2d
}

@media (max-width: 769px) {
    .price {
        padding-top: 20px
    }

    .price .subheader {
        font-size: 24px
    }
}

@media (max-width: 426px) {
    .price {
        padding-top: 0
    }

    .price .subheader {
        font-size: 16px;
        margin: 10px auto 20px;
        width: 98%
    }

    .price-card:nth-child(3) {
        margin-bottom: 5px
    }
}


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

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

.more__text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 15px;
    margin-top: 25px
}

.more__text span {
    font-size: 45px;
    font-weight: 800;
    margin-right: 10px;
    padding-top: 5px
}

.more .subtitle {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 40px
}

.more__video {
    width: 700px;
    height: 394px;
    border-radius: 10px
}

.more__video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.more .arrow-down {
    margin: 30px
}

.more .arrow-down span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #337ab7;
    border-right: 5px solid #337ab7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -16px;
    -webkit-animation: arrow-down 2s infinite;
    animation: arrow-down 2s infinite
}

.more .arrow-down span:nth-child(2) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.more .arrow-down span:nth-child(3) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.more .button {
    position: relative;
    overflow: hidden
}

.more .ripple__wrapper {
    position: absolute;
    top: -60px;
    left: -190px;
    z-index: 2
}

@media (max-width: 769px) {

    .more__text {
        font-size: 19px
    }

    .more__text span {
        margin-right: 6px
    }

    .more .subtitle {
        margin-top: 40px
    }

    .more__video {
        width: 350px;
        height: 197px
    }
}

@media (max-width: 370px) {
    .more__text {
        width: 240px;
        margin: 20px auto 15px
    }

    .more__text span {
        margin-left: 13px
    }

    .more__video {
        width: 300px;
        height: 169px
    }
}


.pay-methods {
    padding-top: 50px
}

.pay-methods .pay-methods__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px
}

.pay-methods .pay-methods__img {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 20px
}

.pay-methods .pay-methods__img_mt {
    margin-top: 10px;
    margin-bottom: 10px
}

.pay-methods .pay-methods__img img {
    max-height: 100%;
    max-width: 150px
}

.pay-methods .pay-methods__img_ltc {
    height: 80px;
    margin: 20px 10px
}

.pay-methods .pay-methods__img_ltc img {
    height: 80px
}

.pay-methods .pay-methods__img_usdt img {
    height: 60px
}

.pay-methods a:hover {
    text-decoration: none
}

.pay-methods .button_border {
    width: 250px;
    text-decoration: none;
    margin: 20px auto 40px
}

@media(max-width: 768px) {
    .pay-methods {
        padding-top: 20px
    }

    .pay-methods .button_border {
        margin-bottom: 30px
    }
}

@media(max-width: 425px) {
    .pay-methods .pay-methods__wrapper {
        justify-content: space-between
    }
}

@media(max-width: 370px) {
    .pay-methods {
        padding-top: 0
    }

    .pay-methods .pay-methods__img {
        height: 30px;
        margin: 20px 15px
    }

    .pay-methods .pay-methods__img_ltc {
        height: 70px;
        margin: 20px 10px
    }

    .pay-methods .pay-methods__img_ltc img {
        height: 70px
    }

    .pay-methods .pay-methods__img_usdt img {
        height: 50px
    }
}

.price__table-wrapper {
    margin-top: 50px
}

.price__table-wrapper .subtitle{
    margin-bottom: 40px;
}

.table {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    font-size: 16px
}

.table td,
.table th {
    border: 1px solid #DEE2E6;
    font-weight: 400;
    transition: border-color, box-shadow .3s
}

.table td:hover,
.table th:hover {
    border: 2px solid #478dd5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 2
}

.table .active-item {
    font-weight: 700
}

.table .active-tab{
    border-left: 2px solid #478dd5;
    border-right: 2px solid #478dd5;
}

.table .active-tab-f{
    border-top: 2px solid #478dd5;
    border-left: 2px solid #478dd5;
    border-right: 2px solid #478dd5;
}

.table .active-tab-l{
    border-bottom: 2px solid #478dd5;
    border-left: 2px solid #478dd5;
    border-right: 2px solid #478dd5;
}

.price {
    padding-top: 40px
}

.price .subtitle {
    text-align: center
}

.price .subheader {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 20px auto 40px
}

.price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.price-card,
.price-card_popular::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px
}

.price-card {
    width: 240px;
    min-height: 700px;
    border-style: solid;
    border-width: 2px;
    border-color: #ecf0f5;
    text-align: center;
    padding: 16px;
    margin: 0 auto 30px
}

.price-card_popular {
    position: relative;
    border-color: #478dd5
}

.price-card_popular:hover {
    border-color: #2d2d2d
}

.price-card_popular:hover::before {
    background-color: #2d2d2d;
    color: #fff
}

.price-card_popular::before {
    content: "ПОПУЛЯРНЫЙ";
    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;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
    padding: 5px 6px 4px;
    background-color: #478dd5;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600
}

.price-card__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px
}

.price-card__subtitle {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.price-card__cost-wrapper {
    height: 232px;
    width: 100%;
    margin-bottom: 6px
}

.price-card__cost-1 {
    line-height: 1.1
}

.price-card__cost-1,
.price-card__cost-2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 20px
}

.price-card__cost-1 {
    height: calc(60% - 10px);
    border-color: #478dd5;
    margin-bottom: 10px;
    color: #478dd5;
    padding-top: 10px
}

.price-card__cost-1 span {
    font-size: 48px;
    font-weight: 400;
    line-height: 30px
}

.price-card .cost-free,
.price-card__cost-2 {
    color: #999;
    border-color: #999;
    height: calc(100% - 10px)
}

.price-card__cost-2 {
    height: calc(40% - 10px);
    line-height: 8px
}

.price-card__cost-2 span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400
}

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@font-face{
    font-family: 'icomoon';
    src:url('/fonts/icomoon/icomoon.eot?-rdnm34');
    src:url('/fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
    url('/fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
    url('/fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
    url('/fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* after popup */

.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    background: rgb(0 0 0 / 48%);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal{
    position: absolute !important;
    z-index: 999 !important;
    background: #161925;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 20px;
}
.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.modal__content{
    width: 450px;
    background: #478dd5;
    overflow-y: hidden;
    z-index: 999;
    padding: 50px 0px;
}
.after-title{
    font-size: 22px;
    font-weight: 600;
    color: white;
}
.form__after-body{
    margin-top: 20px;
    padding: 0px 30px;
}
.after-body{
    color: white;
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
}
.close-modal{
    text-align: right;
}
.close-icon{
    width: 30px;
    padding-bottom: 20px;
}

/* ///// */

.form__wrapper{
    padding: 50px 0px;
    align-items: center;
    margin: 0 auto;
}
.form__right{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    background: #ecf0f5;
    padding: 20px;
    border-radius: 30px;
}
.icon{
    width: 50px;
}
.fb-icon{
    margin-left: 20px;
}
.form{
    background: #ecf0f5;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    width: 400px;
    padding: 50px 0;
}
.feedback {
    background: linear-gradient(107.56deg, #478DD5 0%, #0D3B6A 100%);
}
.form-title{
    color: rgba(0,0,0,.9);
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    width: 300px;
}
.form-input{
    width: 300px;
    height: 50px;
    outline: none;
    border-radius: 50px;
    border: none;
    padding-left: 20px;
}
.form-input::placeholder{
    font-weight: 400;
    color: #8f8f8f;
    font-size: 15px;
}
.tz-input{
    height: 200px;
    padding-top: 20px;
    padding-right: 20px;
    border-radius: 30px;
}
.form-submit{
    background-color: rgba(0,0,0,.9);
    color: white;
    border: none;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.btn-css{
    width: 300px;
    height: 60px;
    border-radius: 30px;
    font-weight: 500;
    background: #478dd5;
    border: 2px solid #478dd5;
    color: white;
    cursor: pointer;
    transition: all 500ms;
    font-size: 16px;
}
.btn-css:hover{
    box-shadow: 4px 4px 100px 50px rgba(71, 141, 213, 0.5);
    color: #478dd5;
    transition: all 500ms;
    background: transparent;
}
.btn-inactive{
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #161925;
    background: transparent;
}



/* droplist */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em 20px 1em 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-select > span {
    padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cs-placeholder{
    font-weight: 400;
    color: #8f8f8f;
    font-size: 15px;
    height: 50px;
}

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    margin-left: calc(50% - 150px);
    border-radius: 0px 0px 25px 25px;
    width: 300px;
    background: #fff;
    visibility: hidden;
    margin-top: -20px;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-border {
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    max-width: 600px;
}

.cs-skin-border > span {
    border-color: inherit;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    width: 300px;
    margin: 0 auto;
    border-radius: 50px;
    background: white;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
    font-family: 'icomoon';
    content: '\e000';
}

.cs-skin-border ul span::after {
    content: '';
    opacity: 0;
}

.cs-skin-border .cs-selected span::after {
    content: '\e00e';
    color: #ddd9c9;
    font-size: 1.5em;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
    background: #fff;
    border-color: #fff;
    color: #8f8f8f;
    padding-bottom: 20px;
}

.cs-skin-border .cs-options {
    color: #478dd5;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cs-skin-border ul span {
    padding: 1em 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
}

.first-cs-value{
    color: red !important;
}

/* ////// */

@media (max-width: 500px) {

    /* modal */

    .modal__content{
        width: 350px;
    }
    .after-title{
        font-size: 20px;
    }
    .after-body{
        font-size: 14px;
    }

    /* //// */

    .form{
        margin-left: calc(50% - 165px);
        width: 330px;
    }
    .form-title{
        font-size: 17px;
    }
    .form-input{
        width: 250px;
        font-size: 15px;
    }
    .form-input::placeholder{
        font-size: 15px;
    }
    .form-submit, .btn-css{
        width: 250px;
        font-size: 15px;
        height: 50px;
    }

    /* droplist */

    .cs-select .cs-options{
        width: 250px;
        margin-left: calc(50% - 125px);
    }
    .cs-skin-border > span{
        width: 250px;
    }
    div.cs-skin-border{
        font-size: 15px;
    }

}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}