a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

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

td,
th {
    padding: 0
}

button:focus,
div:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

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

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    font-size: 14px
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch
}

button {
    border: 0
}

#barba-wrapper {
    overflow: hidden
}

.l-navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%
}

.l-navbar--scrolled~.l-navbar__logo-link .l-navbar__logo-text {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px)
}

.l-navbar__logo-link {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    mix-blend-mode: multiply
}

.l-navbar__logo-link.loadin {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55) .2s;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55) .2s;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55) .2s, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55) .2s
}

.l-navbar__logo-link.loadin.loadin-anim {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (min-width:200px) and (max-width:768px) {
    .l-navbar__logo-link {
        margin-top: 32px;
        margin-left: 15px
    }
}

.l-navbar__logo-link--no-multiply {
    mix-blend-mode: normal
}

.l-navbar__logo-anim {
    background: url(/images/logo-sprite.png);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90px;
    height: 50px;
    pointer-events: none
}

@media screen and (min-width:200px) and (max-width:768px) {
    .l-navbar__logo-anim {
        width: 70px;
        height: auto;
        background: none
    }
}

.animate .l-navbar__logo-anim {
    -webkit-animation: SpriteAnimation 1s steps(30);
    animation: SpriteAnimation 1s steps(30);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.l-navbar__logo-anim-fallback {
    opacity: 0
}

@media screen and (min-width:200px) and (max-width:768px) {
    .l-navbar__logo-anim-fallback {
        opacity: 1
    }
}

.l-navbar__logo-text {
    fill: #00b3e3;
    will-change: transform;
    transition: -webkit-transform .5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .5s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .5s cubic-bezier(.68, -.55, .265, 1.55)
}

.l-navbar__logo-text.loadin {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55) .4s;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55) .4s;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55) .4s, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55) .4s
}

.l-navbar__logo-text.loadin.loadin-anim {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (min-width:321px) and (max-width:460px) {
    .l-navbar__logo-text {
        width: 48%
    }
}

@media screen and (min-width:200px) and (max-width:320px) {
    .l-navbar__logo-text {
        width: 40%
    }
}

.l-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11
}

.l-menu.loadin {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}

.l-menu.loadin.loadin-anim {
    -webkit-animation: bounceInRight 1s;
    animation: bounceInRight 1s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.l-menu__bg {
    position: relative;
    width: 100px;
    border-radius: 50% 0 0 50%
}

.l-menu__bg,
.l-menu__bg:after {
    height: 100px;
    background-color: #fff
}

.l-menu__bg:after {
    content: " ";
    width: 50px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50px
}

.l-menu__circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.l-menu.open .l-menu__circle {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@media screen and (min-width:200px) and (max-width:768px) {
    .l-menu.open .l-menu__circle:after {
        height: 105vh;
        transition: height .2s
    }
}

.l-menu__circle:after {
    content: " ";
    width: 1200px;
    height: 1400px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 60% 70% 60% 50%
}

@supports (mix-blend-mode:multiply) {
    .l-menu__circle:after {
        mix-blend-mode: multiply
    }
}

.l-menu__circle-1 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.l-menu__circle-1:after {
    background: #00b3e3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l-menu__circle-2 {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.l-menu__circle-2:after {
    background: #ffc843;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l-menu__circle-3 {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.l-menu__circle-3:after {
    background: #da3ab3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l-menu__circle-4 {
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.l-menu__circle-4:after {
    background: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@supports (mix-blend-mode:multiply) {
    .l-menu__circle-4:after {
        display: none
    }
}

@media screen and (min-width:200px) and (max-width:1400px) {
    .mobile .l-menu__circle-4:after {
        display: block
    }
}

.l-menu__circle-wrapper {
    -webkit-transform: scale(.05);
    transform: scale(.05);
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    position: absolute;
    top: 50%;
    right: 50%
}

.l-menu.open .l-menu__circle-wrapper {
    -webkit-transform: scale(1) translate(-50px, 250px);
    transform: scale(1) translate(-50px, 250px)
}

.l-menu__button {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.l-menu__button:hover .l-menu__line {
    width: 30px;
    margin-left: 2.5px
}

.l-menu__line {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 2.5px;
    transition: width .3s, margin-left .3s, opacity .5s, -webkit-transform .5s;
    transition: width .3s, margin-left .3s, transform .5s, opacity .5s;
    transition: width .3s, margin-left .3s, transform .5s, opacity .5s, -webkit-transform .5s;
    transition-timing-function: cubic-bezier(.65, -.03, .43, 1.94)
}

.l-menu.open .l-menu__line-1 {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px)
}

.l-menu__line-2 {
    width: 25px;
    margin-left: 7.5px
}

.l-menu.open .l-menu__line-2 {
    width: 30px;
    margin-left: 0 !important;
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px)
}

.l-menu__line-3 {
    width: 20px;
    margin-left: 12.5px
}

.l-menu.open .l-menu__line-3 {
    opacity: 0
}

.l-menu__content {
    position: absolute;
    right: 35px;
    top: 100px;
    width: 400px;
    text-align: right;
    color: #fff;
    visibility: hidden
}

@media screen and (max-height:600px) {
    .l-menu__content {
        top: 80px
    }
}

.l-menu__content .social-media {
    margin-top: 40px;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity .5s 0s, visibility .5s 0s, -webkit-transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s, -webkit-transform .5s 0s
}

@media screen and (max-height:600px) {
    .l-menu__content .social-media {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.l-menu.open .l-menu__content .social-media {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .5s 1s, visibility .5s 1s, -webkit-transform .5s 1s;
    transition: opacity .5s 1s, visibility .5s 1s, transform .5s 1s;
    transition: opacity .5s 1s, visibility .5s 1s, transform .5s 1s, -webkit-transform .5s 1s
}

.l-menu__content .social-media__icon {
    fill: #fff
}

.l-menu__nav-main {
    list-style: none
}

.l-menu__nav-main-item {
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity .5s 0s, visibility .5s 0s, -webkit-transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s, -webkit-transform .5s 0s
}

@media screen and (max-height:600px) {
    .l-menu__nav-main-item {
        margin-bottom: 14px
    }
}

.l-menu.open .l-menu__nav-main-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.l-menu__nav-main-item:nth-of-type(3n+1):hover>.l-menu__nav-main-link {
    color: #00b3e3
}

.l-menu__nav-main-item:nth-of-type(3n+2):hover>.l-menu__nav-main-link {
    color: #da3ab3
}

.l-menu__nav-main-item:nth-of-type(3n+3):hover>.l-menu__nav-main-link {
    color: #ffc843
}

.l-menu.open .l-menu__nav-main-item:first-of-type {
    transition-delay: .15s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(2) {
    transition-delay: .3s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(3) {
    transition-delay: .45s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(4) {
    transition-delay: .6s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(5) {
    transition-delay: .75s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(6) {
    transition-delay: .9s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(7) {
    transition-delay: 1.05s
}

.l-menu.open .l-menu__nav-main-item:nth-of-type(8) {
    transition-delay: 1.2s
}

.l-menu__nav-main-item.open .l-menu__subnav {
    height: 160px
}

@media screen and (max-height:600px) {
    .l-menu__nav-main-item.open .l-menu__subnav {
        height: 120px
    }
}

.l-menu__nav-main-item.open .l-menu__subnav--two-items {
    height: 100px
}

.l-menu__nav-main-link {
    position: relative;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    background-color: transparent;
    transition: color .5s, -webkit-transform .25s;
    transition: transform .25s, color .5s;
    transition: transform .25s, color .5s, -webkit-transform .25s
}

@media screen and (min-width:480px) {
    .l-menu__nav-main-link {
        font-size: calc(40px + ((1vw - 4.8px) * 1.25))
    }
}

@media screen and (min-width:1600px) {
    .l-menu__nav-main-link {
        font-size: 54px
    }
}

.l-menu__nav-main-link:hover {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px)
}

.l-menu__subnav {
    max-width: 400px;
    margin-left: auto;
    margin-bottom: 15px;
}

.l-menu__subnav-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity .5s, visibility .5s, -webkit-transform .5s;
    transition: opacity .5s, visibility .5s, transform .5s;
    transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s
}

.l-menu__nav-main-item.open>.l-menu__subnav>.l-menu__subnav-item,
.l-menu__subnav-item.open .l-menu__subnav-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.l-menu__subnav-item:first-of-type {
    padding-top: 30px
}

@media screen and (max-height:600px) {
    .l-menu__subnav-item:first-of-type {
        padding-top: 15px
    }
}

.l-menu__nav-main-item.open .l-menu__subnav .l-menu__subnav-item:first-of-type {
    transition-delay: .15s
}

.l-menu__nav-main-item.open .l-menu__subnav .l-menu__subnav-item:nth-of-type(2) {
    transition-delay: .3s
}

.l-menu__nav-main-item.open .l-menu__subnav .l-menu__subnav-item:nth-of-type(3) {
    transition-delay: .45s
}

.l-menu__nav-main-item.open .l-menu__subnav .l-menu__subnav-item:nth-of-type(4) {
    transition-delay: .6s
}

.l-menu__nav-main-item.open .l-menu__subnav .l-menu__subnav-item:nth-of-type(5) {
    transition-delay: .75s
}

.l-menu__subnav-item a {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color .5s, -webkit-transform .25s;
    transition: transform .25s, color .5s;
    transition: transform .25s, color .5s, -webkit-transform .25s
}

@media screen and (min-width:480px) {
    .l-menu__subnav-item a {
        font-size: calc(26px + ((1vw - 4.8px) * .357143))
    }
}

@media screen and (min-width:1600px) {
    .l-menu__subnav-item a {
        font-size: 30px
    }
}

.l-menu__subnav-item a:hover {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px)
}

.l-menu__address {
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: opacity .5s 0s, visibility .5s 0s, -webkit-transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s;
    transition: opacity .5s 0s, visibility .5s 0s, transform .5s 0s, -webkit-transform .5s 0s
}

.l-menu.open .l-menu__address {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .5s 1.15s, visibility .5s 1.15s, -webkit-transform .5s 1.15s;
    transition: opacity .5s 1.15s, visibility .5s 1.15s, transform .5s 1.15s;
    transition: opacity .5s 1.15s, visibility .5s 1.15s, transform .5s 1.15s, -webkit-transform .5s 1.15s
}

.l-menu__address.hide {
    opacity: 0 !important;
    transition: opacity .5s !important
}

.l-menu__address p {
    margin: 0 0 10px;
    line-height: 1
}

.l-menu__address-link-pink {
    color: #fff;
    transition: color .25s
}

.l-menu__address-link-pink:hover {
    color: #da3ab3
}

.l-menu__address-link-blue {
    color: #fff;
    transition: color .25s
}

.l-menu__address-link-blue:hover {
    color: #00b3e3
}

.l-menu__address-link-yellow {
    color: #fff;
    transition: color .25s
}

.l-menu__address-link-yellow:hover {
    color: #ffc843
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    min-height: 100vh;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

body.no-scroll {
    overflow: hidden;
    position: relative
}

.content * {
    will-change: opacity, transform;
    -webkit-transform: translateZ(0)
}

.kids__sides,
.start__name,
.form__container,
.box,
.steps__item,
.summercamp,
.modal__container *,
.services__block_intro .services__image img,
.intro__sides,
.not-found {
    will-change: initial;
    -webkit-transform: none
}

.fadeIn,
.fadeInLeft,
.fadeInRight,
.fadeInUp,
.bounceIn {
    will-change: opacity, transform
}

@-webkit-keyframes fadeInShow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInShow {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    opacity: 0
}

.greybg {
    margin-bottom: 60px;
    background-color: #f5f6fa
}

.fadeIn.show {
    animation: fadeInShow 1s ease forwards;
    -webkit-animation: fadeInShow 1s ease forwards
}

@-webkit-keyframes fadeInLeftShow {
    0% {
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw)
    }

    100% {
        transform: none;
        -webkit-transform: none
    }
}

@keyframes fadeInLeftShow {
    0% {
        transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw)
    }

    100% {
        transform: none;
        -webkit-transform: none
    }
}

.fadeInLeft {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw)
}

.fadeInLeft.show {
    animation: fadeInLeftShow 2s ease forwards;
    -webkit-animation: fadeInLeftShow 2s ease forwards
}

@-webkit-keyframes fadeInRightShow {
    0% {
        transform: translateX(100vw);
        -webkit-transform: translateX(100vw)
    }

    100% {
        transform: none;
        -webkit-transform: none
    }
}

@keyframes fadeInRightShow {
    0% {
        transform: translateX(100vw);
        -webkit-transform: translateX(100vw)
    }

    100% {
        transform: none;
        -webkit-transform: none
    }
}

.fadeInRight {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw)
}

.fadeInRight.show {
    animation: fadeInRightShow 2s ease forwards;
    -webkit-animation: fadeInRightShow 2s ease forwards
}

@-webkit-keyframes fadeInUpShow {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none
    }
}

@keyframes fadeInUpShow {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none
    }
}

.fadeInUp {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px)
}

.fadeInUp.show {
    animation: fadeInUpShow 2s ease forwards;
    -webkit-animation: fadeInUpShow 2s ease forwards
}

@-webkit-keyframes fadeInUpSmShow {
    0% {
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none
    }
}

@keyframes fadeInUpSmShow {
    0% {
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none
    }
}

.fadeInUpSm {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px)
}

.fadeInUpSm.show {
    animation: fadeInUpSmShow 1s ease 0.5s forwards;
    -webkit-animation: fadeInUpSmShow 1s ease 0.5s forwards
}

@-webkit-keyframes bounceInShow {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
        -webkit-transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.06, 1.06, 1.06);
        -webkit-transform: scale3d(1.06, 1.06, 1.06)
    }

    40% {
        transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
        -webkit-transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97);
        -webkit-transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1)
    }
}

@keyframes bounceInShow {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
        -webkit-transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.06, 1.06, 1.06);
        -webkit-transform: scale3d(1.06, 1.06, 1.06)
    }

    40% {
        transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
        -webkit-transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97);
        -webkit-transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1)
    }
}

.bounceIn {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale3d(.3, .3, .3)
}

.bounceIn.show {
    animation: bounceInShow 1s ease forwards;
    -webkit-animation: bounceInShow 1s ease forwards
}

.content {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1
}

.header {
    position: relative;
    z-index: 100
}

.box {
    margin: auto;
    max-width: 1184px;
    padding-left: 25px;
    padding-right: 25px
}

.title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.subtitle {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2
}

.grid-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    -ms-flex-wrap: wrap
}

.grid-line__item {
    padding: 0 20px;
    position: relative;
    width: 33.333%
}

.grid_col-2 .grid-line__item {
    width: 50%
}

.map {
    height: 700px
}

.grid-sizer,
.grid-item {
    width: 50%;
    z-index: 1
}

.related .news-list {
    display: flex
}

.blog .grid-item.hide_topic,
.blog .grid-item.hide_author {
    display: none !important
}

.grid-item_text {
    z-index: 2 !important
}

.select__title {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 23px;
    height: 56px;
    padding: 0 30px;
    position: relative;
    transition: all .3s ease;
    width: 230px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.select__title:after {
    content: url(../img/check-blog.svg);
    left: 80%;
    position: absolute;
    top: 25%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.open .select__title:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.open.select__container .select__title,
.select__title:hover {
    background: #58c7f8
}

.open.select__container_alt .select__title,
.select__container_alt .select__title:hover {
    background: #b620b4
}

.select__list {
    background: inherit;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: none;
    left: 0;
    overflow: hidden;
    padding-top: 28px;
    position: absolute;
    top: 50%;
    width: 100%
}

.select__containers {
    display: flex
}

.select__container {
    background: #16ceff;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    transition: all .3s ease;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.newsitem__article .full-width-center {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center
}

.newsitem__article table {
    text-align: center
}

.newsitem__article table th {
    background: #58c7f8;
    color: #fff
}

.newsitem__article table tr:nth-child(2n+1) {
    background: #dcdcdc
}

.newsitem__article a:not(.button) {
    color: #58c7f8;
    font-weight: 700
}

.newsitem__article li {
    margin-bottom: 10px
}

@media screen and (max-width:600px) {
    .select__containers {
        flex-direction: column
    }

    .select__containers .select__container {
        margin: 0 auto 20px 0 !important
    }
}

.select__container:nth-of-type(1) {
    z-index: 12
}

.select__container:nth-of-type(2) {
    z-index: 11
}

.select__container:nth-of-type(3) {
    z-index: 10
}

.select__container .select__option:hover {
    background: #58c7f8
}

.select__container_alt {
    background: #e264c4
}

.select__container_alt .select__option:hover {
    background: #b620b4
}

.select__option {
    color: #fff;
    display: block;
    padding: 10px 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    cursor: pointer
}

.select__option.current {
    display: none
}

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

.bold {
    font-weight: 700
}

.relative {
    position: relative
}

.blue {
    color: #58c7f8
}

.tabs__header {
    margin-bottom: 90px
}

.tabs__block {
    display: none
}

.tabs__block.active {
    display: block
}

.bg_white {
    background: #f5f6fa
}

.particles-js-canvas-el {
    transform: scale(0);
    transition: all 2s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease
}

.particles-js-canvas-el.show {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

[class*='icon_']:before,
[class*='icon_']:after {
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*='icon_']:before:hover,
[class*='icon_']:after:hover {
    text-decoration: none
}

.app__title {
    margin-bottom: 85px
}

.app__subtitle {
    margin-bottom: 30px
}

.app__image {
    display: inline-block;
    max-width: 100%;
    position: relative
}

.app__image img {
    max-width: 100%
}

.app__content {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 230px;
    text-align: center;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)
}

.app__text {
    margin-bottom: 50px
}

.app__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 160px;
    position: absolute;
    right: 7%;
    top: 10%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.app__button {
    cursor: pointer;
    margin-bottom: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.app__button:hover {
    opacity: .8
}

.app__wrapper {
    background: #f5f6fa;
    border-radius: 50px;
    margin-top: -60px;
    max-width: 800px;
    padding: 60px 64px;
    position: relative;
    text-align: center;
    transition: transform 5s cubic-bezier(.03, .98, .52, .99), box-shadow 2s cubic-bezier(.03, .98, .52, .99), -webkit-transform 5s cubic-bezier(.03, .98, .52, .99);
    z-index: 1
}

.app__content:hover .app__wrapper {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 30px 40px rgba(0, 0, 0, .1);
    transform: scale(1.07);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 30px 40px rgba(0, 0, 0, .1);
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07)
}

.audience {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 200px;
    padding-top: 50px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.audience__slider {
    margin-top: 100px;
    width: 100%
}

.audience__slider .slick-prev,
.audience__slider .slick-next {
    background: transparent;
    border: none;
    font-size: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: 1
}

.audience__slider .slick-prev {
    left: 0
}

.audience__slider .slick-next {
    right: 0
}

.audience__photo {
    border-radius: 50px;
    padding: 0 8px;
    position: relative
}

.audience__photo img,
.audience__photo .audience__photo:after {
    border-radius: 50px;
    max-width: 800px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.audience__photo:after {
    background: rgba(0, 31, 61, .3);
    border-radius: 50px;
    bottom: 0;
    content: ' ';
    height: 100%;
    left: 8px;
    opacity: 0;
    position: absolute;
    transition: all 1s ease;
    width: calc(100% - 16px);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.audience .slick-slide .audience__photo:after {
    opacity: 1;
    transform: scale(.88);
    transform-origin: 100% 100%;
    -webkit-transform: scale(.88);
    -ms-transform: scale(.88);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%
}

.audience .slick-slide img,
.audience .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] img {
    position: relative;
    transform: scale(.88);
    transform-origin: 100% 100%;
    -webkit-transform: scale(.88);
    -ms-transform: scale(.88);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%
}

.audience .slick-center img,
.audience .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] img {
    transform: scale(1, 1)
}

.audience .slick-center .audience__photo:after,
.audience .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] .audience__photo:after {
    opacity: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

.audience .slick-center+.slick-slide img,
.audience .slick-center+.slick-slide .audience__photo:after,
.audience .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"]+.slick-slide img,
.audience .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"]+.slick-slide .audience__photo:after {
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%
}

.banner__wrapper {
    margin-bottom: 185px;
    position: relative
}

.banner__block {
    background: #f5f6fa;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner__block:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse
}

.banner__block:nth-child(even) .banner__image {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1)
}

.banner__image {
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 50%;
    z-index: 1;
    -ms-flex-negative: 0
}

.banner__image:after {
    border-radius: 100px;
    box-shadow: 200px 200px 0 #f5f6fa, 200px -200px 0 #f5f6fa;
    content: ' ';
    height: 140%;
    left: auto;
    position: absolute;
    right: 0;
    top: -30%;
    transform: rotate(-15deg);
    transform-origin: bottom;
    width: 140%;
    z-index: 2;
    -webkit-box-shadow: 200px 200px 0 #f5f6fa, 200px -200px 0 #f5f6fa;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom
}

.banner__image img {
    height: 100%
}

.banner__content {
    align-items: flex-start;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative;
    width: 50%;
    z-index: 2;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.banner__title {
    margin-bottom: 15px
}

.banner__list {
    margin-bottom: 25px
}

.banner__link {
    color: #58c7f8;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 40px;
    transition: all .3s ease;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.banner__link:hover {
    color: #0074e4
}

.banner__text {
    margin-bottom: 50px
}

.blog {
    margin-top: 50px;
    padding-bottom: 120px;
    width: 100%
}

.blog__title {
    text-align: left
}

.blog__text {
    margin-bottom: 15px;
    text-align: left
}

.blog__item {
    display: block;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s
}

.blog__item:hover {
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.blog__item:hover .blog__content {
    background-color: #fff
}

.blog__item:hover .blog__image:after {
    box-shadow: 65px 200px 0 #ffffff, -200px 200px 0 #fff;
    -webkit-box-shadow: 65px 200px 0 #ffffff, -200px 200px 0 #fff
}

.blog__item img {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%
}

.blog__image {
    background-color: inherit;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 380px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.blog__image:after {
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    border-radius: 100px;
    box-shadow: 65px 200px 0 #F5F6FA, -200px 200px 0 #F5F6FA;
    content: ' ';
    height: 100%;
    left: -2%;
    position: absolute;
    right: 0;
    top: -15%;
    transform: rotate(10deg);
    width: 115%;
    z-index: 2;
    -webkit-box-shadow: 65px 200px 0 #F5F6FA, -200px 200px 0 #F5F6FA;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg)
}

.blog__content {
    background-color: #F5F6FA;
    transition: background-color 0.5s;
    margin-top: -20px;
    padding: 10px 40px 50px;
    position: relative;
    z-index: 2
}

.blog__data {
    color: rgba(16, 33, 49, .4);
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px
}

.blog__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px
}

.blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap
}

.blog__author,
.blog__theme {
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 15px;
    min-width: 210px;
    padding: 6px 18px;
    text-align: center
}

.blog__author {
    background: #58c7f8
}

.blog__theme {
    background: #b620b4
}

.blog__about {
    font-size: 18px;
    line-height: 150%
}

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

.button {
    align-items: center;
    background-color: #58c7f8;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    padding: 0 50px;
    text-decoration: none;
    transition: all .1s ease-out;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.button__container {
    display: inline-block
}

.button__container.active {
    pointer-events: none
}

.button__container.active .button,
.button__container.bg-active .button {
    background: #58c7f8;
    color: #fff
}

.button:hover {
    background-color: #58c7f8;
    color: #fff
}

.button:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95)
}

.button--bubble {
    font-size: 18px;
    background: none;
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2
}

.button--bubble:hover {
    background: none
}

.button--bubble:active+.button--bubble__effect-container {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95)
}

.button--bubble__container {
    display: inline-block;
    position: relative;
    width: 100%
}

.button-bubble__navigation-links {
    margin-top: 15px;
    text-align: center;
    padding-left: 30px
}

.button-bubble__navigation-links a img {
    max-height: 64px;
    margin-right: 15px
}

.button--bubble__container .effect-button {
    background: #58c7f8;
    height: 25%;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .1s ease-out;
    width: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: background .1s ease-out;
    -o-transition: background .1s ease-out
}

.button--bubble__effect-container {
    display: block;
    filter: url('#goo');
    height: 400%;
    left: -50%;
    pointer-events: none;
    position: absolute;
    top: -150%;
    transition: all .1s ease-out;
    width: 200%;
    -webkit-filter: url('#goo');
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.button--bubble__effect-container .circle {
    background: #58c7f8;
    border-radius: 15px;
    height: 25px;
    position: absolute;
    transition: background .1s ease-out;
    width: 25px;
    -webkit-transition: background .1s ease-out;
    -o-transition: background .1s ease-out
}

.button--bubble__effect-container .circle.top-left {
    left: 27%;
    top: 40%
}

.button--bubble__effect-container .circle.bottom-right {
    bottom: 40%;
    right: 27%
}

.goo {
    height: 1px;
    position: absolute;
    visibility: hidden;
    width: 1px
}

.prices__button-thin .circle {
    opacity: 0
}

.prices__button-thin .prices__button-thin .circle {
    opacity: 0
}

.contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 110px;
    max-width: 1300px;
    pointer-events: initial;
    width: 100%;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap
}

.contacts__main {
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 80px;
    width: 900px;
    max-width: 100%
}

.contacts__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin: 30px 0 45px;
    text-align: center
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px
}

.contacts__phone,
.contacts__email,
.contacts__address {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 20px;
    position: relative
}

.contacts__form {
    background: #ffd600;
    border-radius: 50px;
    max-width: 750px;
    padding: 80px 60px;
    width: 100%
}

.contacts__form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    -ms-flex-wrap: wrap
}

.contacts__form_input {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
    margin-right: 10px;
    max-width: 300px
}

.contacts__form_input img {
    margin-right: 30px
}

.contacts__form_input input {
    background: #fff;
    border: none;
    border-radius: 2000px;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    padding: 0 20px;
    width: 300px
}

.contacts__form_input input ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 150%
}

.contacts__form_input input :-ms-input-placeholder {
    font-size: 18px;
    line-height: 150%
}

.contacts__form_input input ::placeholder {
    font-size: 18px;
    line-height: 150%
}

.contacts__form_textarea {
    margin-bottom: 30px;
    width: 100%
}

.contacts__form_textarea textarea {
    border: none;
    border-radius: 30px;
    height: 210px;
    resize: none;
    width: 100%
}

.contacts__useful {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-align: center;
    -ms-flex-pack: space-evenly
}

.contacts__useful-text {
    font-size: 60px;
	line-height: 1;
    font-weight: 700;
    padding-right: 25px;
    padding-top: 5%
}

.contacts__useful-text span {
    font-size: 72px
}

.contacts__links {
    background: #f5f6fa;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 115px
}

.contacts__link {
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.contacts__link-image {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.open .contacts__link-image {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.contacts__link:hover .contacts__hint {
    color: #58c7f8
}

.contacts__hint {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-left: 10px;
    max-width: 1110px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.contacts__faq {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1110px;
    -webkit-box-align: center;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-align: center
}

.contacts__faq-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin: 43px 58px 43px 46px
}

.contacts__button .button {
    width: 300px
}

.contacts__block {
    display: block;
    margin-bottom: 50px
}

.contacts__info {
    display: none;
    font-size: 18px;
    padding-top: 30px
}

.contacts__info p {
    margin-left: 60px
}

.contacts__info span {
    font-weight: 600;
    color: #58c7f8;
    cursor: pointer
}

.contacts__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -30px 60px
}

.contacts__nav .prices__button-thin {
    width: 265px;
    margin: 0 30px 30px 0;
    cursor: pointer
}

.contacts__nav .prices__button-thin.active span,
.contacts__nav .prices__button-thin:hover span {
    background: #58c7f8;
    color: #fff
}

.contacts__nav .prices__button-thin span {
    border-width: 3px;
    pointer-events: none;
    padding: 0;
    text-align: center
}

.contacts__descr p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px
}

.family {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 160px;
    margin-top: 160px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.family__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 116px;
    text-align: center
}

.family__title p {
    font-size: 36px
}

.family_container {
    background: #f5f6fa;
    padding-bottom: 50px;
    padding-top: 113px
}

.family__sector1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 67px
}

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

.family__item {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin: 0 25px;
    max-width: 350px;
    min-width: 350px;
    padding: 130px 30px 25px 30px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.family__item:nth-child(1)::after {
    content: url(../img/pandascarf.svg);
    left: 45%;
    position: absolute;
    top: -35%
}

.family__item:nth-child(2)::after {
    content: url(../img/pandaangry.svg);
    left: 39%;
    position: absolute;
    top: -27%
}

.family__item:nth-child(3)::after {
    content: url(../img/pandasmart.png);
    left: 37%;
    position: absolute;
    top: -24%
}

.family__item-more {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin: 0 25px;
    max-width: 350px;
    min-width: 350px;
    padding: 130px 30px 25px 30px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.family__item-more::after {
    content: url(../img/pandasmall.svg);
    left: 34%;
    position: absolute;
    top: -28%
}

.family__count {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px
}

.family__value {
    color: #58c7f8;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px
}

.family__friend {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin: 0 25px;
    max-width: 350px;
    min-width: 350px;
    padding: 46px 30px 48px 30px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.family__friend::after {
    content: url(../img/pandahool.png);
    left: 50%;
    position: absolute;
    top: -13%
}

.family__friend-count {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 44px
}

.family__friend-value {
    color: #58c7f8;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left
}

.faq {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.faq__background {
    cursor: url(../img/cursor.svg) 10 20, auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.faq__background canvas {
    cursor: inherit !important
}

.faq__wrapper {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    pointer-events: none;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.faq__content {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -40px;
    max-width: 900px;
    padding: 50px 88px 50px;
    pointer-events: initial;
    position: relative;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.faq__title {
    font-size: 48px;
    margin-bottom: 30px
}

.faq__text {
    margin-bottom: 50px
}

.faq__logo {
    margin-right: 60px;
    max-width: 33.333%
}

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

.faq__side {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply
}

.faq__side img {
    height: 100%
}

.faq__side:first-child {
    left: 0
}

.faq__side:last-child {
    right: 0
}

.faq__button .button {
    width: 350px
}

.faq__form {
    margin-top: 150px
}

.faq__places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 90px -20px 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap
}

.faq__column {
    padding: 0 20px 0
}

.faq__address {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    white-space: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start
}

.faq__image {
    margin-right: 14px
}

/*.form {
    background: #ffd600;
    border-radius: 50px;
    padding: 80px 130px
}*/

.modal#modal-contact .form,
.modal#modal-online .form,
.modal#modal-corporate .form {
    background: #58C7F8;
    padding: 0
}

.form__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: center
}

.form__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 80px;
    text-align: center
}

.form__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 27px;
    text-align: center
}

.form__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    line-height: 30px;
    margin-top: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.form__phone {
    cursor: pointer;
    margin-right: 96px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form__phone:hover {
    color: #58c7f8
}

.form__phone::after {
    content: url(../img/smartphone.svg);
    left: -23%;
    position: absolute;
    top: -10%
}

.form__email {
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form__email:hover {
    color: #58c7f8
}

.form__email::after {
    content: url(../img/envelope.svg);
    left: -20%;
    position: absolute;
    top: 5%
}

.form__label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin-top: 80px;
    -ms-flex-wrap: wrap
}

.modal#modal-contact .form__container,
.modal#modal-online .form__container,
.modal#modal-corporate .form__container {
    margin: 0;
    justify-content: space-between
}

.form__block {
    padding: 0 20px 30px;
    width: 50%
}

.form__block_full {
    width: 100%
}

.form__input,
.form__textarea {
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form__input:hover,
.form__textarea:hover {
    border-color: #58c7f8
}

.form__input {
    background: #fff;
    border-radius: 25px;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 100%
}

.modal#modal-contact .form__input,
.modal#modal-online .form__input,
.modal#modal-corporate .form__input {
    width: calc(100% - 80px);
    font-size: 22px;
    height: 50px;
    text-align: center
}

.modal#modal-corporate .form__input[type="email"] {
    width: 100%;
    font-size: 22px;
    height: 50px;
    text-align: center;
    margin-bottom: 20px
}

.modal#modal-contact #form-submit,
.modal#modal-online #form-submit,
.modal#modal-corporate #form-submit {
    display: block;
    width: 50px;
    height: 50px;
    transition: opacity .5s;
    cursor: pointer
}

.modal#modal-contact #form-submit img,
.modal#modal-online #form-submit img,
.modal#modal-corporate #form-submit img {
    width: 100%
}

.modal#modal-contact #form-submit:hover img,
.modal#modal-online #form-submit:hover img,
.modal#modal-corporate #form-submit:hover img {
    opacity: .5
}

.form__input ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 150%
}

.form__input :-ms-input-placeholder {
    font-size: 18px;
    line-height: 150%
}

.form__input ::placeholder {
    font-size: 18px;
    line-height: 150%
}

.form__textarea {
    border: none;
    border-radius: 40px;
    height: 210px;
    padding: 15px 20px;
    resize: none;
    width: 100%
}

.form__button {
    margin: 0 auto
}

.form__button .button {
    background: #000
}

.form__button .circle {
    background: #000
}

.form__smile {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.form__smile:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.form__smile input {
    height: 0;
    visibility: hidden;
    width: 0
}

.form__smile input:checked+img {
    opacity: 1
}

.form__smile img {
    opacity: .65;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

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

.form__uploader input[type=file] {
    width: .1px;
    height: .1px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.form__uploader .uploadarea {
    position: relative;
    height: 150px;
    background-color: #fff;
    border-radius: 40px;
    resize: none;
    width: 100%
}

.form__uploader .uploadarea label {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.form__uploader .uploadarea img {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 70px
}

.form__uploader .uploadarea span {
    display: block;
    position: relative;
    margin: 85px auto auto;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #102131
}

.form__uploader .uploadarea span b {
    font-weight: 700;
    color: #58C7F8
}

form .select__container {
    width: 100%;
    padding: 0;
    background-color: transparent
}

form .select__container .select__title {
    border-radius: 25px;
    background: #fff;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%;
    background: #fff;
    height: 48px;
    padding: 0 20px;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: rgb(51, 51, 51);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.modal#modal-contact form .select__container .select__title,
.modal#modal-corporate form .select__container .select__title {
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px;
    font-size: 22px;
    line-height: 22px
}

form .select__container .select__title:after {
    content: url(../img/check-blog-alt.svg);
    left: auto;
    right: 20px;
    top: 14px;
    width: 20px
}

form .select__container .select__title:hover,
form .open.select__container .select__title {
    border-color: #58c7f8;
    background-color: #fff
}

form .select__container .select__list {
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

form .open.select__container .select__list {
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.modal#modal-contact form .select__container .select__list {
    margin: -10px 0 0;
    padding-top: 30px;
    border: 1px solid #58C7F8;
    max-height: 40vh;
    overflow: auto
}

form .select__container .select__option {
    background: #fff;
    font-size: 16px;
    padding: 12px 20px;
    width: 100%;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: rgb(51, 51, 51);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 24px
}

.modal#modal-contact form .select__container .select__option {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    padding: 0
}

form .select__container .select__option:hover {
    background-color: rgba(88, 199, 248, .2)
}

label.error {
    display: none !important
}

form input.error {
    border-color: red
}

form textarea.error {
    border: 1px solid red
}

.modal .form__noteline {
    margin-top: 20px;
    color: #fff
}

.faq__form .form__noteline {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: center
}

.faq__form .form__noteline_left {
    text-align: left
}

#form-answer {
    display: none;
    width: 100%;
    margin-top: 20px;
    color: #fff font-family:Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center
}

#form-answer.error {
    color: red
}

#form-answer.show {
    display: block
}

.intro {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.intro__background {
    cursor: url(../img/cursor.svg) 10 20, auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.intro__background canvas {
    cursor: inherit !important
}

.intro__wrapper {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding: 60px 0;
    pointer-events: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.intro__content {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -40px;
    max-width: 850px;
    padding: 80px 115px 50px;
    pointer-events: initial;
    position: relative;
    text-align: center;
    z-index: 2;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.intro__image {
    position: relative;
    width: 35%;
    z-index: 3
}

.intro__image img {
    max-width: 100%
}

.intro__title {
    margin-bottom: 30px
}

.intro__text {
    margin-bottom: 30px
}

.intro__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding: 0 100px 45px;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end
}

.intro__sides {
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.intro__logo {
    margin-right: 60px;
    max-width: 33.333%;
    max-height: 120px
}

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

.intro__side {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply
}

.intro__side img {
    height: 100%
}

.intro__side:first-child {
    left: 0
}

.intro__side:last-child {
    right: 0
}

@-webkit-keyframes planet-wrap-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn);
        -webkit-transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes planet-wrap-spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn);
        -webkit-transform: translate(-50%, -50%) rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes idle-anim {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    20% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

    35% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

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

    50% {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg)
    }

    70% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    75% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    80% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    90% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
}

@keyframes idle-anim {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    20% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

    35% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

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

    50% {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg)
    }

    70% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    75% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    80% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    90% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
}

@-webkit-keyframes idle-anim-2 {
    0% {
        transform: rotateX(0deg) rotateY(0deg) translateZ(-20px);
        -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(-20px)
    }

    30% {
        transform: rotateX(2deg) rotateY(1deg) translateZ(-20px);
        -webkit-transform: rotateX(2deg) rotateY(1deg) translateZ(-20px)
    }

    70% {
        transform: rotateX(-2deg) rotateY(-1deg) translateZ(-20px);
        -webkit-transform: rotateX(-2deg) rotateY(-1deg) translateZ(-20px)
    }

    to {
        transform: rotateX(0deg) rotateY(0deg) translateZ(-20px);
        -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(-20px)
    }
}

@keyframes idle-anim-2 {
    0% {
        transform: rotateX(0deg) rotateY(0deg) translateZ(-20px);
        -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(-20px)
    }

    30% {
        transform: rotateX(2deg) rotateY(1deg) translateZ(-20px);
        -webkit-transform: rotateX(2deg) rotateY(1deg) translateZ(-20px)
    }

    70% {
        transform: rotateX(-2deg) rotateY(-1deg) translateZ(-20px);
        -webkit-transform: rotateX(-2deg) rotateY(-1deg) translateZ(-20px)
    }

    to {
        transform: rotateX(0deg) rotateY(0deg) translateZ(-20px);
        -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(-20px)
    }
}

@-webkit-keyframes verticalMove {
    0% {
        top: 5%
    }

    to {
        top: 60%
    }
}

@keyframes verticalMove {
    0% {
        top: 5%
    }

    to {
        top: 60%
    }
}

@-webkit-keyframes verticalMoveHalfToBottom {
    0% {
        top: 45%
    }

    to {
        top: 90%
    }
}

@keyframes verticalMoveHalfToBottom {
    0% {
        top: 45%
    }

    to {
        top: 90%
    }
}

@-webkit-keyframes verticalMove60ToBottom {
    0% {
        top: 55%
    }

    to {
        top: 90%
    }
}

@keyframes verticalMove60ToBottom {
    0% {
        top: 55%
    }

    to {
        top: 90%
    }
}

@-webkit-keyframes horizontalMove {
    0% {
        left: 10%
    }

    to {
        left: 90%
    }
}

@keyframes horizontalMove {
    0% {
        left: 10%
    }

    to {
        left: 90%
    }
}

@-webkit-keyframes horizontalMoveLeft {
    0% {
        left: 10%
    }

    to {
        left: 50%
    }
}

@keyframes horizontalMoveLeft {
    0% {
        left: 10%
    }

    to {
        left: 50%
    }
}

@-webkit-keyframes horizontalMoveRight {
    0% {
        left: 50%
    }

    to {
        left: 90%
    }
}

@keyframes horizontalMoveRight {
    0% {
        left: 50%
    }

    to {
        left: 90%
    }
}

@-webkit-keyframes boatLogoSail {

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

    30% {
        transform: rotate(-8deg) translateY(-2px);
        -webkit-transform: rotate(-8deg) translateY(-2px)
    }

    45% {
        transform: rotate(-5deg) translateY(-6px);
        -webkit-transform: rotate(-5deg) translateY(-6px)
    }

    60% {
        transform: rotate(8deg) translateY(-2px);
        -webkit-transform: rotate(8deg) translateY(-2px)
    }

    75% {
        transform: rotate(-2deg) translateY(1px);
        -webkit-transform: rotate(-2deg) translateY(1px)
    }

    90% {
        transform: rotate(0) translateY(-1px);
        -webkit-transform: rotate(0) translateY(-1px)
    }
}

@keyframes boatLogoSail {

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

    30% {
        transform: rotate(-8deg) translateY(-2px);
        -webkit-transform: rotate(-8deg) translateY(-2px)
    }

    45% {
        transform: rotate(-5deg) translateY(-6px);
        -webkit-transform: rotate(-5deg) translateY(-6px)
    }

    60% {
        transform: rotate(8deg) translateY(-2px);
        -webkit-transform: rotate(8deg) translateY(-2px)
    }

    75% {
        transform: rotate(-2deg) translateY(1px);
        -webkit-transform: rotate(-2deg) translateY(1px)
    }

    90% {
        transform: rotate(0) translateY(-1px);
        -webkit-transform: rotate(0) translateY(-1px)
    }
}

@-webkit-keyframes SpriteAnimation {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 100%
    }
}

@keyframes SpriteAnimation {
    0% {
        background-position-x: 0
    }

    to {
        background-position-x: 100%
    }
}

.kids {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.kids__decsription {
    font-size: 24px;
    text-align: left
}

.kids__background {
    cursor: url(../img/cursor.svg) 10 20, auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.kids__background canvas {
    cursor: inherit !important
}

.kids__wrapper {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    pointer-events: none;
    z-index: 5;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.kids__content {
    border-radius: 50px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -40px;
    max-width: 1250px;
    pointer-events: initial;
    position: relative;
    text-align: center;
    z-index: 2
}

.kids__button {
    align-self: flex-start;
    -ms-flex-item-align: start
}

.kids__button .button {
    width: 450px
}

.kids__block {
    flex-direction: row-reverse;
    z-index: 2;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse
}

.kids__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 50px;
    max-width: 470px;
    text-align: left
}

.kids__sides {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: initial
}

.kids__side {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply
}

.kids__side img {
    height: 100%
}

.kids__side:first-child {
    left: 0
}

.kids__side:last-child {
    right: 0
}

.kids .intro__footer {
    display: none;
    background-color: transparent
}

.advantages__button {
    margin: 0 auto
}

.advantages__button .button {
    align-self: center;
    -ms-flex-item-align: center
}

.logo__container {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    left: 60px;
    max-width: 60%;
    padding: 20px 48px;
    position: fixed;
    top: 40px;
    transition: all .3s ease;
    z-index: 10;
    -webkit-box-align: center;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.logo__container.hide-logo {
    margin-top: -200px
}

.logo img {
    max-width: 100%
}

.logotel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 60px;
    width: 234px;
    position: absolute;
    top: 165px;
    z-index: 9
}

.logotel__container.en {
    justify-content: center
}

.logotel__container .logotel__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    width: calc(100% - 45px);
    font-size: 18px;
    line-height: 35px;
    color: #000;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.logotel__container .logotel__tel:hover {
    color: #58c7f8
}

.logotel__container .logotel__tg,
.logotel__container .logotel__skype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    cursor: pointer
}

.logotel__container.en .logotel__tg,
.logotel__container .logotel__skype {
    margin: 0 10px
}

.logotel__container .logotel__tg span,
.logotel__container .logotel__skype span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 31px;
    height: 31px;
    margin: auto;
    border: 1.5px solid #303038;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.logotel__container .logotel__skype span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 31px;
    height: 31px;
    margin: auto;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.logotel__container .logotel__tg:hover span,
.logotel__container .logotel__skype:hover span {
    border-color: #58c7f8
}

.logotel__container .logotel__tg span svg {
    width: 18px;
    height: 15px;
    margin: auto 7px auto 3px
}

.logotel__container .logotel__skype span svg {
    width: 25px;
    height: 25px;
    margin: 3px
}

.logotel__container .logotel__tg span svg path,
.logotel__container .logotel__skype span svg path {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.logotel__container .logotel__tg:hover span svg path,
.logotel__container .logotel__skype:hover span svg path {
    fill: #58c7f8 !important
}

.lang__container {
    align-items: center;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: 220px;
    position: fixed;
    top: 40px;
    transition: all .3s ease;
    z-index: 10;
    -webkit-box-align: center;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.lang__container.hide-logo {
    margin-top: -200px
}

.lang__container .lang {
    display: none;
    padding: 5px 35px 15px 15px;
    cursor: pointer
}

.lang__container .lang.current {
    display: block;
    padding: 15px 35px 15px 15px;
    position: relative
}

.lang__container .lang img {
    width: 30px;
    transition: .3s transform
}

.lang__container .lang:not(.current):hover img {
    transform: scale(1.1)
}

.lang__container .lang.current svg {
    position: absolute;
    width: 22px;
    height: 21px;
    right: 5px;
    top: 20px;
    padding: 5px;
    cursor: pointer;
    transition: .3s all;
    pointer-events: none
}

.lang__container:not(.show):hover .lang.current svg,
.lang__container.show .lang.current svg {
    fill: #58C7F8 !important
}

.lang__container.show .lang.current svg {
    transform: scaleY(-1)
}

.vacancies {
    background: #58C7F8;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: -215px;
    margin: 0 auto;
    width: 200px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.vacancies img {
    width: 25px;
    margin: auto 10px auto 0
}

.vacancies__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px
}

.lovequestion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.lovequestion img {
    width: 100%
}

.menu__button {
    align-items: center;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    position: fixed;
    right: 0;
    width: 100px;
    z-index: 10;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.menu__button span {
    background: #000;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin-bottom: 6px;
    width: 24px
}

.menu__button span:last-child {
    margin-bottom: 0
}

.l-menu {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    position: fixed;
    top: 40px;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.l-menu__nav-main-item {
    white-space: nowrap
}

.l-menu__content {
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px;
    padding-left: 180px;
    padding-right: 35px;
    right: 0;
    visibility: initial;
    width: auto;
    z-index: 10
}

@media screen and (max-height:700px) {
    .l-menu__content {
        max-height: 65vh
    }
}

.l-menu__subnav {
    display: none;
    max-width: initial !important
}

.l-menu__subnav.open>.l-menu__subnav-item {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

.l-menu__nav-main-item.open>.l-menu__subnav,
.l-menu__subnav-item.open>.l-menu__subnav {
    height: initial !important
}

.l-menu__subnav_low {
    font-size: .8em
}

.l-menu__subnav_low .l-menu__subnav-item,
.l-menu__subnav_low .l-menu__subnav-item a {
    font-size: 28px
}

.l-menu__subnav_low .l-menu__subnav-item:first-child {
    padding-top: 0
}

.l-menu__subnav-item {
    visibility: visible
}

.l-menu__subnav-item:last-child a {
    margin-bottom: 0
}

.l-menu__subnav-item a {
    font-size: 32px;
    cursor: pointer
}

.l-menu__bg:after {
    display: none
}

.l-menu__content {
    overflow: hidden;
    pointer-events: none
}

.open .l-menu__content {
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: initial
}

.open>.l-menu__subnav-item:first-of-type {
    transition-delay: .15s;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s
}

.open>.l-menu__subnav-item:nth-of-type(2) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s
}

.open>.l-menu__subnav-item:nth-of-type(3) {
    transition-delay: .45s;
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s
}

.open>.l-menu__subnav-item:nth-of-type(4) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s
}

.open>.l-menu__subnav-item:nth-of-type(5) {
    transition-delay: .75s;
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s
}

.modal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 1130px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 100%
}

.modal.content-text {
    max-width: 970px;
    max-height: 85vh
}

.modal#modal-contact,
.modal#modal-online,
.modal#modal-corporate,
.modal#modal-success {
    width: 700px;
    padding: 10px;
    max-width: 100%
}

.modal__container {
    align-items: center;
    background: rgba(16, 33, 49, .5);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.modal__close {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all .3s ease;
    width: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    z-index: 1200
}

.modal#modal-contact .modal__close,
.modal#modal-online .modal__close,
.modal#modal-corporate .modal__close,
.modal#modal-success .modal__close {
    width: 25px;
    height: 25px;
    top: 35px;
    right: 35px
}

.modal__close:after,
.modal__close:before {
    background: #000;
    content: ' ';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    width: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.modal#modal-contact .modal__close:after,
.modal#modal-contact .modal__close:before,
.modal#modal-online .modal__close:after,
.modal#modal-online .modal__close:before,
.modal#modal-corporate .modal__close:after,
.modal#modal-corporate .modal__close:before {
    width: 25px
}

.modal#modal-contact #form-submitter,
.modal#modal-online #form-submitter,
.modal#modal-corporate #form-submitter {
    display: none
}

.modal#modal-contact #modalform-answer,
.modal#modal-online #modalform-answer,
.modal#modal-corporate #modalform-answer {
    margin-top: 10px;
    color: #fff
}

.modal__close:after {
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg)
}

.modal__close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg)
}

.modal__close:hover {
    background: transparent
}

.modal__close:hover:after,
.modal__close:hover:before {
    background-color: #58c7f8
}

.modal#modal-contact .modal__close:hover:after,
.modal#modal-contact .modal__close:hover:before,
.modal#modal-online .modal__close:hover:after,
.modal#modal-online .modal__close:hover:before,
.modal#modal-corporate .modal__close:hover:after,
.modal#modal-corporate .modal__close:hover:before {
    background-color: #fff
}

.modal__video {
    border-radius: 40px;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    width: 100%
}

.modal__video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal__content {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 60px;
    width: 100%
}

.modal__contentscroller {
    overflow: auto;
    max-height: calc(85vh - 80px);
    padding: 0 20px
}

.modal#modal-contact .modal__content,
.modal#modal-online .modal__content,
.modal#modal-corporate .modal__content,
.modal#modal-success .modal__content {
    width: 100%;
    background-color: #58C7F8;
    padding: 30px 100px 60px;
    border-radius: 50px;
    overflow: initial
}

.modal#modal-success .modal__content {
    padding: 30px 60px 60px;
}

.modal#modal-success[data-color="yellow"] .modal__content {
    background-color: #FFD600;
}

.contacts__nav .prices__button-thin+p {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto 20px
}

@media screen and (max-width:600px) {
    .contacts__nav .prices__button-thin.active+p {
        display: block
    }

    .modal#modal-contact .modal__content,
    .modal#modal-online .modal__content,
    .modal#modal-corporate .modal__content,
    .modal#modal-success .modal__content {
        padding: 15px 25px 20px
    }

    .modal.content-text .modal__content {
        padding: 20px 5px
    }

    .modal__contentscroller {
        max-height: calc(85vh - 40px);
        padding: 0 25px
    }

    .contacts__nav {
        margin-left: 0;
        flex-direction: column
    }

    .contacts__info p {
        margin-left: 0;
        font-size: 16px
    }

    .contacts__nav .prices__button-thin {
        margin: 0 auto 20px
    }

    .contacts__descr {
        display: none
    }

    .form__uploader .uploadarea img {
        width: 40px
    }

    .form__uploader .uploadarea span {
        margin: 60px auto auto;
        font-size: 14px
    }

    .modal#modal-contact .modal__close,
    .modal#modal-online .modal__close,
    .modal#modal-corporate .modal__close,
    .modal#modal-success .modal__close,
    .modal.content-text .modal__close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px
    }

    .modal#modal-contact .modal__close:after,
    .modal#modal-contact .modal__close:before,
    .modal#modal-online .modal__close:after,
    .modal#modal-online .modal__close:before,
    .modal#modal-corporate .modal__close:after,
    .modal#modal-corporate .modal__close:before,
    .modal.content-text .modal__close:after,
    .modal.content-text .modal__close:before {
        width: 30px
    }

    .modal#modal-contact .modal__content,
    .modal#modal-online .modal__content,
    .modal#modal-corporate .modal__content,
    .modal#modal-success .modal__content,
    .modal.content-text .modal__content {
        border-radius: 30px
    }
}

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

    .modal#modal-contact .modal__content .modal__title,
    .modal#modal-online .modal__content .modal__title,
    .modal#modal-corporate .modal__content .modal__title {
        margin-bottom: 20px !important;
        font-size: 18px;
        line-height: 24px
    }

    .modal#modal-contact form .select__container .select__title {
        margin-bottom: 10px;
        height: 40px;
        font-size: 16px;
        line-height: 16px
    }

    .modal#modal-contact form .select__container .select__option {
        height: 40px;
        line-height: 40px
    }

    .modal#modal-contact .form__container,
    .modal#modal-online .form__container,
    .modal#modal-corporate .form__container {
        flex-direction: column
    }

    .modal#modal-contact .form__input,
    .modal#modal-online .form__input,
    .modal#modal-corporate .form__input {
        width: 100%;
        margin: 0 0 18px;
        font-size: 16px;
        height: 40px
    }

    .modal#modal-contact #form-submit,
    .modal#modal-online #form-submit,
    .modal#modal-corporate #form-submit {
        margin: 0 auto;
        width: 40px;
        height: 40px
    }

    .modal#modal-contact #modalform-answer,
    .modal#modal-online #modalform-answer,
    .modal#modal-corporate #modalform-answer {
        text-align: center
    }
}

.modal__content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left
}

.modal__content .modal__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.modal#modal-contact .modal__content .modal__title,
.modal#modal-online .modal__content .modal__title,
.modal#modal-corporate .modal__content .modal__title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase
}

.modal__content .modal__subtitle {
    text-align: center;
    font-weight: 600;
    margin: 20px 0
}

.modal#modal-success .modal__content .modal__message {
    margin: 70px 0 40px;
    text-align: center;
	font-weight: 700;
    font-size: 35px;
    line-height: 45px;
	color: #FFFFFF;
}

.modal#modal-success[data-color="yellow"] .modal__content .modal__message {
	color: #102131;
}

@media screen and (max-width:600px) {
	.modal#modal-success .modal__content .modal__message {
		margin: 20px 0;
		font-size: 20px;
		line-height: 25px;
	}
}

.modal__content span {
    font-weight: 600;
    color: #58c7f8
}

.modal__content a {
    color: #58c7f8
}

.modal__cols {
    display: flex;
    margin: 30px 0
}

.modal__col {
    position: relative;
    width: 50%;
    padding: 0 25px
}

.modal__col:nth-child(1) {
    padding-right: 30px
}

.modal__col:nth-child(2) {
    padding-left: 30px
}

.modal__col:nth-child(1):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: calc(100% - 50px);
    background-color: #58C7F8
}

@media screen and (max-width:768px) {
    .modal__cols {
        flex-direction: column;
        margin: 0
    }

    .modal__col {
        width: 100%;
        padding: 20px 0 !important
    }

    .modal__col:nth-child(1):before {
        right: 50%;
        top: calc(100% - 1px);
        transform: translateX(50%);
        height: 2px;
        width: calc(100% - 50px)
    }
}

.news-list {
    margin: 0 -15px -30px;
    z-index: 1
}

.news-list__block {
    margin: 0 15px 30px
}

.news-list__block .select__container {
    margin-right: 20px
}

.newsitem {
    background: #f5f6fa;
    border-radius: 50px;
    margin: 150px auto 50px auto;
    max-width: 950px;
    padding: 100px 155px;
    position: relative;
    z-index: 5
}

.newsitem__subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px
}

.newsitem__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px
}

.newsitem__description {
    font-size: 22px;
    line-height: 120%;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    z-index: 40
}

.newsitem__description p {
    display: inline-block
}

.blog .newsitem__description {
    font-size: 20px;
    margin: 20px auto;
    text-align: left
}

.summercamp .newsitem__description {
    font-size: 18px;
    margin: 0 auto 10px;
    text-align: left
}

.summercamp .header_info .newsitem__description a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline
}

.summercamp .header_info .newsitem__description p {
    font-size: 18px;
    line-height: 24px
}

.newsitem__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto 100px auto;
    max-width: 920px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.newsitem__photo {
    margin: 0 auto 50px auto
}

.newsitem__photo img {
    border-radius: 50px;
    width: 100%
}

.newsitem__text {
    font-size: 18px;
    line-height: 150%
}

.newsitem__text h1 {
    font-size: 2em;
    line-height: 2em;
    font-weight: 700
}

.newsitem__text h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 10px
}

.newsitem__text h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 10px
}

.newsitem__text p {
    margin-bottom: 20px
}

.newsitem__text ul,
ol {
    margin-bottom: 10px
}

.newsitem__text ol li {
    list-style: decimal;
    list-style-position: inside
}

.newsitem__text ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px
}

.newsitem__paragraph {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 30px
}

.newsitem__addition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.newsitem__author {
    background: #58c7f8;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding: 5px
}

.newsitem__img img {
    border-radius: 100%
}

.newsitem__topic {
    background: #b620b4;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 5px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.newsitem__container {
    margin-left: 20px;
    margin-right: 20px
}

.newsitem__designation {
    color: #fff;
    font-size: 18px;
    line-height: 150%
}

.newsitem__name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

.margin {
    margin-bottom: 20px
}

.margint {
    margin-top: 20px
}

.not-found {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 130px;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.not-found__image {
    width: 50%
}

.not-found__image img {
    width: 100%
}

.not-found__title {
    margin-bottom: 60px
}

.development {
    margin-top: 140px
}

.partners {
    margin-bottom: 100px;
    margin-top: 100px
}

.partners__intro {
    margin-bottom: 200px;
    overflow: initial
}

.partners__popup-first {
    position: absolute;
    right: 0;
    width: 600px;
    z-index: 1
}

.partners__popup-first img {
    width: 100%
}

.partners__popup-second {
    left: 40%;
    position: absolute;
    top: 0;
    width: 200px
}

.partners__popup-second img {
    width: 100%
}

.partners__popup-third {
    left: 35%;
    position: absolute;
    top: 70%;
    width: 250px
}

.partners__popup-third img {
    width: 100%
}

.partners__popup-fourth {
    left: 75%;
    position: absolute;
    top: 105%;
    width: 150px
}

.partners__popup-fourth img {
    width: 100%
}

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

.partners__bg {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.partners__bg-content {
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    width: 595px
}

.partners__bg-content:hover .partners__bg-play {
    opacity: .7
}

.partners__bg-trigger {
    padding-bottom: 117%;
    width: 100%
}

.partners__bg-play {
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.partners__bg-play:hover {
    opacity: .7
}

.partners__header {
    left: 15%;
    position: absolute;
    top: 40%;
    z-index: 2;
    max-width: 45%
}

@media screen and (max-width:1400px) {
    .partners__header {
        max-width: 40%
    }
}

@media screen and (max-width:1279px) {
    .partners__header {
        max-width: 30%
    }
}

@media screen and (max-width:1023px) {
    .partners__header {
        max-width: 100%
    }
}

.partners__subtitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px
}

.partners__title {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 10px
}

.partners__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%
}

.partners__header .intro__footer {
    display: none;
    background-color: transparent
}

.partners__app {
    margin-top: 200px
}

.partners__apptext {
    margin-bottom: 0
}

.partners__image img {
    border: 1px solid rgba(16, 33, 49, .1);
    border-radius: 100px
}

.partners__container {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.partners__linkedin {
    margin-bottom: 35px;
    margin-right: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.partners__linkedin:hover {
    opacity: .7
}

.partners__button {
    margin: 80px auto 200px auto
}

.partners__button .button {
    width: 350px
}

.partners__button-browser {
    max-width: 270px;
    position: absolute;
    right: 7%;
    top: 55%;
    width: 100%
}

.partners__banner {
    align-items: center;
    background-color: #f5f6fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.partners__photo img {
    width: 80%
}

.partners__description {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px
}

.partners__description p {
    margin-bottom: 50px;
    max-width: 500px
}

.partners__browser {
    position: relative
}

.partners__browser img {
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-bottom: 120px;
    margin-top: 60px;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.partners__browser_center .partners__button-browser {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.center {
    text-align: center
}

.mobile-video {
    display: none
}

.pubagr {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 110px 0 60px;
    width: 100%;
    z-index: 2
}

.pubagr__content {
    margin-left: 25px;
    margin-right: 25px;
    width: 1110px;
    max-width: calc(100% - 50px)
}

.pubagr__title {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    color: #000
}

.pubagr__subtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.pubagr__toptxt {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin: 0 auto 75px;
    text-align: center;
    width: 1300px;
    max-width: 100%
}

.pubagr__basictxt {
    font-size: 18px;
    line-height: 150%;
    color: #000
}

.pubagr__basictxt a {
    color: #58C7F8
}

.prices {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.prices__background {
    background: #fff;
    cursor: url(../img/cursor.svg) 10 20, auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.prices__background canvas {
    cursor: inherit !important
}

.prices__wrapper {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
	margin-top: 60px;
    pointer-events: none;
    z-index: 5;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.prices__content {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
    max-width: 1110px;
    padding: 0 0 50px;
    pointer-events: initial;
    position: relative;
    text-align: center;
    z-index: 2;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

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

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

.prices__buttons .button__container {
    margin: 10px;
}

.prices__container1>* {
    margin-bottom: 20px
}

.prices__container2 {
    display: flex;
}

.prices__container2>* {
    margin-bottom: 20px
}

.prices__button-thin .button {
    background: transparent;
    border: 4px solid #58c7f8;
    color: #58c7f8
}

.prices__button-thin .button:hover {
    background: #58c7f8;
    color: #fff
}

.prices__plans {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start
}

.prices__item {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-right: 30px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 350px;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.prices__item.wide {
    padding: 30px;
    width: 730px;
    display: flex;
    flex-direction: column
}

.prices__item.wide .button__container {
    margin: 0 auto
}

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

.prices__bestprice {
    background: #b620b4;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: -56px auto 10px;
    padding: 9px 25px;
    min-width: 245px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.prices__bestprice-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-left: 10px;
    text-align: center
}

.prices__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px
}

.prices__cost {
    color: #58c7f8;
    font-size: 30px;
    margin-bottom: 20px
}

.prices__description {
    margin-bottom: 73px
}

.prices__button .button {
    width: 300px
}

.prices__title {
    margin-bottom: 20px
}

.prices .newsitem__description {
    margin-bottom: 60px
}

.prices__text {
    margin-bottom: 50px
}

.prices__sides {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.prices__side {
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply
}

.prices__side img {
    height: 100%
}

.prices__side:first-child {
    left: 0
}

.prices__side:last-child {
    right: 0
}

.margin-low {
    margin-bottom: 20px
}

.promo {
    background-color: #f5f6fa;
    margin-top: 80px
}

.promo_title {
    margin-bottom: 100px;
    padding-top: 100px
}

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

.promo__like {
    position: relative;
    z-index: 2
}

.promo__like img {
    margin-left: 18px
}

.promo__wrapper {
    background: #ffd600;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-bottom: 40px;
    margin-top: -25px;
    max-width: 530px;
    padding: 30px 50px 50px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.promo__textsmall {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 10px;
    text-align: center
}

.promo__textbig {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center
}

.promo__button .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100px;
    padding-right: 80px;
    position: relative;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.promo__button .button:after {
    content: url(../img/whiteTriangle.svg);
    position: absolute;
    right: 3%;
    top: 24%
}

.promo__info {
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    margin-bottom: 60px;
    max-width: 730px;
    padding: 60px 56px;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

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

.promo__image {
    margin-right: 10px
}

.promo__main-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

.promo__secondary-text {
    font-weight: 500
}

.promo__sectionbot {
    align-self: flex-end;
    height: 200px;
    position: relative;
    width: 300px;
    -ms-flex-item-align: end
}

.promo__sectionbot img {
    bottom: 0;
    position: absolute;
    right: -85%;
    width: 280%;
	max-width: initial;
	max-height: initial;
}

.promo__text {
    margin-top: 30px
}

.promo__btn-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.promo__btn-text--small {
    font-size: 18px;
    line-height: 18px;
    text-align: center
}

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

.reasons__block {
    width: 20%
}

.reasons__title {
    font-size: 40px;
    font-weight: 700
}

.reasons__text {
    font-size: 22px
}

.reviews {
    margin: 100px auto 100px;
    max-width: 1460px
}

.reviews__info {
    margin-bottom: 60px
}

.reviews__info .title {
    margin-bottom: 35px
}

.reviews__container {
    padding: 0 15px 30px
}

.reviews__image {
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
    padding-bottom: 62%;
    position: relative;
    display: block
}

.reviews__image:hover .reviews__sign {
    opacity: .7
}

.reviews__sign {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.reviews__button {
    margin: 0 auto
}

.reviews__button .button {
    margin: 0 auto
}

.services {
    display: inline-block;
    width: 100%
}

.services__container {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.services__title {
    margin-bottom: 150px;
    margin-top: 85px
}

.services__block {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 160px;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.services__block:nth-child(odd):not(.services__block_intro) {
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse
}

.services__block_intro {
    margin-top: 125px;
    pointer-events: initial;
    position: relative;
    z-index: 2
}

.services__block_intro .services__info {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.services__block_intro .services__description {
    text-align: center
}

.services__block_intro .services__image {
    margin-right: -100px;
    max-width: 50%
}

.services__name {
    font-size: 48px;
    margin-bottom: 30px
}

.services__description {
    margin-bottom: 50px;
    text-align: left !important
}

.services__image {
    flex-shrink: 0;
    max-width: 50%;
    position: relative;
    -ms-flex-negative: 0
}

.services__image img {
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    width: 100%;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.services__block:nth-child(even) .services__info {
    padding-right: 45px
}

.services__block:nth-child(odd) .services__info {
    padding-left: 45px
}

.services__block_intro .services__info .intro__footer {
    display: none;
    background-color: transparent
}

.services__visual {
    flex-shrink: 0;
    max-width: 50%;
    position: relative;
    width: 100%;
    -ms-flex-negative: 0
}

.services__visual .services__image {
    max-width: 100%
}

.services__slider {
    border-radius: 50px;
    overflow: hidden
}

.services__slider .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__pagination {
    padding: 15px 0
}

.services__pagination .slick-dots {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.services__pagination .slick-dots li {
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    justify-content: center;
    margin-right: 20px;
    padding: 5px;
    width: 26px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.services__pagination .slick-dots li.slick-active {
    pointer-events: none
}

.services__pagination .slick-dots li.slick-active button {
    opacity: 1
}

.services__pagination .slick-dots li:last-child {
    margin-right: 0
}

.services__pagination .slick-dots li:hover button {
    opacity: 1
}

.services__pagination .slick-dots li button {
    background: none;
    background: #58c7f8;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 100%;
    opacity: .6;
    padding: 0;
    transition: all .3s ease;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hide {
    display: none
}

.shape {
    animation: verticalMove 7s ease-in-out infinite alternate;
    box-shadow: none;
    position: absolute;
    top: 20px;
    transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99), -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    z-index: 2;
    -webkit-animation: verticalMove 7s ease-in-out infinite alternate;
    -webkit-box-shadow: none;
    mix-blend-mode: multiply;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    -o-transition: transform 1s cubic-bezier(.03, .98, .52, .99)
}

.shape._left {
    animation-delay: -4s;
    left: 0;
    transform: translateX(-50%);
    -webkit-animation-delay: -4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.shape._right {
    right: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%)
}

.shape._bottom {
    animation: horizontalMove 16s ease-in-out infinite alternate;
    animation-delay: -2.5s;
    bottom: 0;
    left: 10%;
    top: auto;
    transform: translateY(50%);
    transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99), -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    -webkit-animation: horizontalMove 16s ease-in-out infinite alternate;
    -webkit-animation-delay: -2.5s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    -o-transition: transform 1s cubic-bezier(.03, .98, .52, .99)
}

.shape._bottom img {
    animation: idle-anim 5s ease-in-out infinite;
    animation-delay: 1s;
    -webkit-animation: idle-anim 5s ease-in-out infinite;
    -webkit-animation-delay: 1s
}

.shape._bottom._right_half {
    animation: horizontalMoveRight 12s ease-in-out infinite alternate;
    -webkit-animation: horizontalMoveRight 12s ease-in-out infinite alternate
}

.shape._top {
    animation: horizontalMove 26s ease-in-out infinite alternate;
    top: 0;
    transform: translateY(-50%);
    transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99);
    transition: transform 1s cubic-bezier(.03, .98, .52, .99), -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    transition-delay: -6s;
    -webkit-animation: horizontalMove 26s ease-in-out infinite alternate;
    mix-blend-mode: multiply;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.03, .98, .52, .99);
    -o-transition: transform 1s cubic-bezier(.03, .98, .52, .99);
    -webkit-transition-delay: -6s;
    -o-transition-delay: -6s
}

.shape:not(._disable-rotate) img {
    animation: idle-anim 5s ease-in-out infinite;
    -webkit-animation: idle-anim 5s ease-in-out infinite
}

@-webkit-keyframes verticalMove {
    0% {
        top: 5%
    }

    100% {
        top: 60%
    }
}

@keyframes verticalMove {
    0% {
        top: 5%
    }

    100% {
        top: 60%
    }
}

@-webkit-keyframes idle-anim {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    20% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

    35% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

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

    50% {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg)
    }

    70% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    75% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    80% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    90% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

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

@keyframes idle-anim {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    20% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

    35% {
        transform: rotate(80deg);
        -webkit-transform: rotate(80deg)
    }

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

    50% {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg)
    }

    70% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    75% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    80% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

    90% {
        transform: rotate(140deg);
        -webkit-transform: rotate(140deg)
    }

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

.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 230px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.soc__item {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.soc__item:hover {
    opacity: .7
}

.l-menu .soc {
    margin-left: auto;
    margin-top: 35px
}

.social {
    margin-bottom: 100px
}

.social__header {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    width: 100%;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.social__image {
    width: 60%
}

.social__image img {
    width: 100%
}

.social_main-text {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    max-width: 500px
}

.social__box {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 100px auto 200px;
    max-width: 1330px;
    padding: 0 10px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

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

.social__title {
    margin-bottom: 100px
}

.social__item {
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 15px 15px;
    max-width: 350px;
    min-width: 350px;
    padding: 30px 30px 30px 30px;
    position: relative;
    transition: all .6s ease;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease
}

.social__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 200px
}

.social__sign {
    left: 15%;
    position: absolute;
    top: -115%;
    z-index: -1
}

.social__plan {
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.social__plan:hover .social__item {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.social__kid {
    height: 300px;
    margin-bottom: 30px
}

.social__kid img {
    height: 100%
}

.social__text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 130%;
    margin-bottom: 20px;
    text-align: center
}

.social__appeal {
    margin-bottom: 180px
}

.social__citate {
    left: -3%;
    position: absolute;
    top: -60%
}

.social__emma {
    font-size: 18px;
    line-height: 150%;
    position: relative;
    text-align: center
}

.social__container {
    align-items: center;
    background: #f5f6fa;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 130px;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.social__call {
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    margin-bottom: 30px;
    text-align: center
}

.social__description {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    text-align: center
}

.social__message {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1110px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

.social__photo {
    margin-bottom: 30px;
    position: relative
}

.social__photo::after {
    content: url(../img/telegram.png);
    left: 60%;
    position: absolute;
    top: -19%;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5)
}

.social__photo::before {
    content: url(../img/round.png);
    left: -8%;
    position: absolute;
    top: 56%
}

.social__mobile {
    align-items: flex-end;
    background-image: url(../img/mobile.png);
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end
}

.social__content {
    align-items: center;
    background: #f5f6fa;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px;
    padding: 60px 65px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.social__sense {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 50px;
    text-align: center
}

.social__button .button {
    width: 200px
}

.staff__info {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column
}

.staff__text {
    margin-bottom: 50px;
    text-align: left
}

.staff__button .button {
    margin-right: 0;
    width: 400px
}

.start {
    margin-bottom: 150px;
    margin-top: 35px;
    z-index: 2
}

.start__title {
    margin-bottom: 80px
}

.start__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1110px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -ms-flex-wrap: wrap
}

.start__item {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    padding: 86px 40px 35px;
    position: relative;
    width: 350px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-direction: column
}

.start__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 35px;
    text-align: center;
    z-index: 2
}

.start__sign {
    left: 28%;
    position: absolute;
    top: 4%;
    z-index: -1
}

.start__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: center
}

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

.steps__item {
    color: #fff;
    padding: 0 2%;
    position: relative;
    width: 20%
}

.steps__item:nth-child(2) {
    margin-top: -10px;
    width: 22%
}

.steps__item:nth-child(2) .steps__overlay {
    margin-top: -10px
}

.steps__item:nth-child(3) {
    margin-top: 150px
}

.steps__item:nth-child(4) {
    margin-top: -170px
}

.steps__item:nth-child(4) .steps__overlay {
    width: 134%
}

.steps__item:nth-child(5) {
    width: 18%
}

.steps__overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
	max-width: initial;
	max-height: initial;
    z-index: -1;
    mix-blend-mode: multiply;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.steps__title {
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

.steps__text {
    font-size: 1.15vw
}

.study-description {
    margin-bottom: 150px
}

.study-description__container {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1110px;
    padding: 65px 85px;
    position: relative;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    -ms-flex-align: center;
    -ms-flex-direction: column
}

.study-description__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center
}

.study-description__text {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 50px;
    text-align: center
}

.table {
    background: #f5f6fa;
    padding-bottom: 160px;
    padding-top: 150px
}

.table__subtitle {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    text-align: center
}

.table__text {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto 60px auto;
    max-width: 1003px;
    padding: 10px;
    text-align: center
}

.table__container {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(113, 130, 138, .2);
    max-width: 1110px;
    padding: 65px 65px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(113, 130, 138, .2)
}

.table__container table {
    width: 100%
}

.table__container th {
    padding-bottom: 30px
}

.table__container tr {
    max-width: 360px
}

.table__row {
    font-size: 16px;
    line-height: 100%
}

.table__row_dark {
    background: #f5f6fa;
    font-size: 16px;
    line-height: 100%
}

.table__name {
    border-right: 1px solid #e7e9ea;
    font-size: 18px;
    line-height: 150%;
    padding: 10px 40px 10px 60px
}

.table__container.contacts_table {
    max-width: calc(100% - 100px);
    padding: 50px 65px 65px
}

.table__container.contacts_table table {
    table-layout: fixed
}

.table__container.contacts_table th:nth-child(1),
.table__container.contacts_table td:nth-child(1) {
    width: 40%
}

.table__container.contacts_table th:nth-child(2),
.table__container.contacts_table td:nth-child(2) {
    width: 25%
}

.table__container.contacts_table th:nth-child(3),
.table__container.contacts_table td:nth-child(3) {
    width: 35%
}

.table__container.contacts_table .table__name {
    vertical-align: middle;
    padding: 10px 20px 10px 40px
}

.table__container.contacts_table .table__name a {
    min-width: 51%
}

.table__container.contacts_table .table__time {
    display: flex
}

.table__container.contacts_table .table__time p:first-child {
    padding-right: 40px
}

.table__container.contacts_table .table__after {
    text-align: center;
    max-width: 870px;
    font-weight: 600;
    margin: 50px auto 0
}

.table__value {
    color: #58c7f8;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center
}

.table__container.contacts_table .table__name {
    font-size: 18px;
    line-height: 27px
}

.table__container.contacts_table .table__name a {
    display: inline-block
}

.table__valuecheck {
    color: #34c749;
    position: relative;
    text-align: center
}

.table__valuecheck::after {
    content: url(../img/table-check.svg);
    left: 43%;
    position: absolute;
    top: 25%
}

.table__valuecheck:not(:last-child) {
    border-right: 1px solid #e7e9ea
}

.table__value:not(:last-child) {
    border-right: 1px solid #e7e9ea
}

.table__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 50px;
    text-align: left
}

.table__container.contacts_table .table__title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    padding: 0 20px 50px
}

.table__title p {
    color: #58c7f8;
    margin-top: 5px
}

.table__proposition {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-width: 180px;
    padding: 0 30px;
    padding: 0 30px;
    text-align: center
}

.table__proposition p {
    color: #58c7f8;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 5px
}

.hide {
    display: table-cell
}

.border-right {
    border-right: none
}

.teachers {
    margin: 0 auto;
    max-width: 1200px
}

.teachers__subtitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
    text-align: center
}

.teachers__subtitletitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: center
}

.teachers__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 30px;
    text-align: center
}

.teachers_additional {
    margin-bottom: 30px;
    text-align: center
}

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

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

.teachers__worker:nth-child(even) {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-align: center;
    -ms-flex-direction: row-reverse
}

.teachers__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 0 auto 0;
    width: 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.teachers__image img {
    height: auto;
    width: 500px;
    margin-bottom: 40px;
    max-width: 100%
}

.teachers__description {
    padding: 40px;
    width: 50%
}

.teachers__name {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px
}

.teachers__study {
    color: rgba(16, 33, 49, .4);
    font-size: 18px;
    line-height: 120%;
    overflow: hidden
}

.teachers__more {
    color: #58c7f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%
}

.teachers__spec {
    color: #58c7f8;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 30px
}

.teachers__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px
}

.teachers__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 130px;
    margin-top: 20px;
    padding-left: 30px
}

.teachers__button {
    margin-right: 30px
}

.teachers__button .button {
    font-size: 18px;
    line-height: 1.1;
    text-align: center
}

.teachers-slider {
    text-align: left
}

.teachers-slider__container {
    text-align: center
}

.teachers-slider__navigation {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto 200px;
    max-width: 1340px;
    padding: 0 20px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.teachers-slider__pagination {
    flex-grow: 1;
    position: relative;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1
}

.teachers-slider__pagination-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.teachers-slider__pagination-slide {
    cursor: pointer;
    opacity: .7;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.slick-current .teachers-slider__pagination-slide {
    opacity: 1
}

.teachers-slider__pagination-slide img {
    margin: 0 auto
}

.teachers-slider__pagination img {
    border-radius: 100%;
    width: 80px
}

.teachers-slider__pagination ul {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0 80px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.teachers-slider__pagination li {
    cursor: pointer;
    margin-right: 50px;
    opacity: .7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.teachers-slider__pagination li.slick-active {
    opacity: 1
}

.teachers-slider__pagination li:hover {
    opacity: 1
}

.teachers-slider__pagination li:last-child {
    margin-right: 0
}

.teachers-slider__arrow {
    cursor: pointer;
    flex-shrink: 0;
    height: 42px;
    position: relative;
    width: 60px;
    -ms-flex-negative: 0
}

.teachers-slider__arrow:before,
.teachers-slider__arrow:after {
    content: ' ';
    left: 0;
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.teachers-slider__arrow:hover:before {
    background-color: #58c7f8
}

.teachers-slider__arrow:hover:after {
    border-color: #58c7f8
}

.teachers-slider__arrow:before {
    background: #9fa6ad;
    border-radius: 25px;
    height: 4px;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.teachers-slider__arrow:after {
    border: 4px solid #9fa6ad;
    border-bottom: none;
    border-right: none;
    display: block;
    height: 28px;
    transform: translateY(-50%) rotate(-45deg);
    width: 28px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg)
}

.teachers-slider__arrow_prev {
    margin-right: auto
}

.teachers-slider__arrow_next {
    margin-left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.advantages {
    margin-top: 140px
}

.advantages__name {
    font-size: 40px;
    padding: 0 8px 0 8px
}

.marginnull {
    margin-bottom: 0
}

.team {
    margin-bottom: 160px
}

.team__description {
    margin-bottom: 50px;
    text-align: left
}

.team__title {
    margin-bottom: 30px
}

.team__text {
    margin-bottom: 50px
}

.team__content {
    margin-bottom: 22px;
    text-align: center
}

.team__image {
    margin-top: 110px;
    position: relative
}

.team__image img {
    width: 100%
}

.team ._left-side._top {
    animation-duration: 35s !important;
    left: 50%;
    top: 26%;
    width: 5vw;
    -webkit-animation-duration: 35s !important
}

.team ._left-side._bottom {
    animation-duration: 20s !important;
    bottom: 16%;
    width: 7vw;
    -webkit-animation-duration: 20s !important
}

.team ._right-side {
    animation-direction: alternate-reverse !important;
    -webkit-animation-direction: alternate-reverse !important
}

.team ._right-side._top {
    animation-duration: 15s !important;
    top: 28%;
    width: 7vw;
    -webkit-animation-duration: 15s !important
}

.team ._right-side._bottom {
    animation-duration: 40s !important;
    bottom: 14%;
    width: 4vw;
    -webkit-animation-duration: 40s !important
}

@media (min-width:768px) {
    .banner__wrapper:nth-child(even) .banner__block {
        flex-direction: row-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row-reverse
    }

    .banner__wrapper:nth-child(even) .banner__image {
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1)
    }

    .form__button .button {
        width: 300px
    }

    .teachers-slider__pagination-slider {
        display: none !important;
    }
}

@media (max-height:750px) and (min-width:1024px) {
    .logo__container {
        left: 0;
        transform: scale(.75) translateY(-25%);
        -webkit-transform: scale(.75) translateY(-25%);
        -ms-transform: scale(.75) translateY(-25%)
    }

    .logotel__container {
        left: 0;
        top: 130px;
        transform: scale(.75) translateY(-25%);
        -webkit-transform: scale(.75) translateY(-25%);
        -ms-transform: scale(.75) translateY(-25%)
    }

    .l-menu {
        transform: scale(.75) translate(20%, -25%);
        -webkit-transform: scale(.75) translate(20%, -25%);
        -ms-transform: scale(.75) translate(20%, -25%)
    }
}

@media (max-width:1550px) {
    .social__sevices {
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap
    }
}

@media (max-width:1500px) {
    .steps__overlay {
        width: 150%
    }
}

@media (max-width:1279px) {
    body {
        font-size: 16px
    }

    .title {
        font-size: 46px
    }

    .subtitle {
        font-size: 40px
    }

    .select__image {
        margin-right: 20px;
        min-width: 50px
    }

    .select__image img {
        max-width: 100%
    }

    .advantages__name {
        max-width: calc(100% - 70px)
    }

    .contacts__main {
        margin: 80px auto
    }

    .contacts__form {
        margin: 0 auto
    }

    .contacts__button {
        margin-right: 30px
    }

    .family__sector1 {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap
    }

    .family__item {
        margin: 30px 25px
    }

    .family__item-more {
        margin: 30px 25px
    }

    .faq__address {
        margin-bottom: 0
    }

    .footer__text {
        font-size: 14px;
        margin-bottom: 25px
    }

    .footer__link {
        font-size: 20px;
        margin-bottom: 25px
    }

    .footer__buttons {
        margin-bottom: 25px
    }

    .kids__info {
        margin-bottom: 30px
    }

    .kids__button {
        margin: 20px auto
    }

    .kids__title {
        margin-top: 60px;
        text-align: center
    }

    .kids__text {
        margin: 20px auto;
        text-align: center
    }

    .l-menu__subnav_low .l-menu__subnav-item,
    .l-menu__subnav_low .l-menu__subnav-item a {
        font-size: 24px
    }

    .l-menu__subnav-item a {
        font-size: 28px
    }

    .partners__popup-second {
        left: 25%
    }

    .partners__popup-third {
        top: 70%
    }

    .partners__popup-fourth {
        top: 105%
    }

    .partners__bg-play {
        left: 40%
    }

    .partners__subtitle {
        font-size: 27px;
        line-height: 32px
    }

    .partners__banner {
        padding-top: 50px
    }

    .partners__photo img {
        width: 80%
    }

    .partners__description {
        font-size: 38px;
        line-height: 50px;
        padding-right: 20px;
        width: 66%
    }

    .prices__plans {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap
    }

    .prices__item {
        margin: 20px;
        max-width: 350px
    }

    .prices__name {
        font-size: 19px;
        line-height: 29px;
        text-align: center
    }

    .prices__cost {
        text-align: center
    }

    .prices__description {
        text-align: center
    }

    .prices__title {
        margin-top: 40px
    }

    .prices .newsitem__description {
        margin-bottom: 40px
    }

    .promo__container {
        justify-content: center;
        margin-bottom: 80px;
        -webkit-box-pack: center;
        -ms-flex-pack: center
    }

    .promo__like img {
        margin-left: 110px
    }

    .promo__wrapper {
        margin-left: auto;
        margin-right: auto
    }

    .promo__sectionbot {
        display: none;
        text-align: center;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5)
    }

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

    .services__container {
        align-items: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center
    }

    .services__title {
        margin-bottom: 75px
    }

    .services__block {
        flex-direction: column-reverse !important;
        margin-bottom: 0;
        -webkit-box-direction: reverse !important;
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important
    }

    .services__block_intro {
        margin-top: 0
    }

    .services__block_intro .services__info {
        max-width: 100%
    }

    .services__block_intro .services__image {
        margin: 0 auto;
        max-width: 80%
    }

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

    .services__name {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center
    }

    .services__description {
        margin-bottom: 35px;
        text-align: center !important
    }

    .services__block:nth-child(even) .services__info {
        padding-right: 0
    }

    .services__block:nth-child(odd) .services__info {
        padding-left: 0
    }

    .services__info {
        margin-bottom: 20px
    }

    .social__header {
        flex-direction: column-reverse;
        margin-top: 200px;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column-reverse
    }

    .social__image {
        width: 100%
    }

    .social_main-text {
        text-align: center
    }

    .social__love {
        margin-top: 100px
    }

    .social__item {
        min-width: 310px
    }

    .social__citate {
        left: -1%;
        top: -35%
    }

    .staff__info {
        align-items: center;
        margin-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

    .staff__name {
        margin-top: 30px
    }

    .start__item {
        margin-bottom: 30px
    }

    .study-description__container {
        margin: 10px auto;
        text-align: center
    }

    .table__proposition {
        min-width: 50px
    }

    .teachers__buttons {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
        padding-left: 0;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap
    }

    .teachers__button {
        margin-bottom: 20px
    }

    .teachers-slider__pagination img {
        width: 50px
    }

    .advantages__name {
        margin-top: 20px;
        text-align: center
    }

    .team__description {
        margin-bottom: 25px
    }
}

@media (max-width:1279px) and (max-width:767px) {
    .promo__like img {
        margin-left: 10px;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5)
    }
}

@media (max-width:1023px) {
    .title {
        font-size: 36px
    }

    .subtitle {
        font-size: 28px
    }

    .app__title {
        font-size: 25px;
        margin-bottom: 50px
    }

    .app__content {
        margin-bottom: 110px
    }

    .app__text {
        margin-bottom: 30px
    }

    .app__wrapper {
        max-width: 90%;
        padding: 40px
    }

    .audience {
        margin-bottom: 100px;
        padding-top: 75px
    }

    .audience__slider {
        margin-top: 50px
    }

    .audience__photo img,
    .audience__photo .audience__photo:after {
        max-width: 60vw
    }

    .banner__wrapper {
        margin-bottom: 90px
    }

    .banner__content {
        padding: 30px
    }

    .button {
        font-size: 18px;
        padding: 0 40px
    }

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

    .contacts__useful-text {
        text-align: center
    }

    .contacts__useful-image {
        width: 100%
    }

    .family__sector1 {
        margin-bottom: 20px
    }

    .family__sector2 {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }

    .faq {
        min-height: auto
    }

    .faq__content {
        margin-top: 95px;
        padding-left: 55px;
        padding-right: 55px
    }

    .footer__line {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .footer__column {
        width: 50%
    }

    .footer__column:nth-child(3) {
        order: 4;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4
    }

    .footer__column:nth-child(4) {
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3
    }

    .footer__bottomline {
        margin-top: 25px
    }

    .form {
        padding: 50px 20px
    }

    .intro {
        min-height: auto
    }

    .intro__content {
        padding-left: 55px;
        padding-right: 55px
    }

    .intro__footer {
        background-color: #fff;
        padding: 35px 25px
    }

    .intro__sides {
        display: none
    }

    .kids {
        min-height: auto
    }

    .kids__info {
        margin-top: 100px
    }

    .kids__sides {
        display: none
    }

    .logo__container {
        transform: scale(.75) translate(-45%, -50%);
        -webkit-transform: scale(.75) translate(-45%, -50%);
        -ms-transform: scale(.75) translate(-45%, -50%)
    }

    .logotel__container {
        transform: scale(.75) translate(-45%, -50%);
        -webkit-transform: scale(.75) translate(-45%, -50%);
        -ms-transform: scale(.75) translate(-45%, -50%);
        top: 115px
    }

    .lang__container {
        left: 200px;
        top: 25px
    }

    .l-menu {
        box-shadow: none;
        position: absolute;
        -webkit-box-shadow: none
    }

    .l-menu__subnav_low .l-menu__subnav-item,
    .l-menu__subnav_low .l-menu__subnav-item a {
        font-size: 20px
    }

    .l-menu__subnav-item a {
        font-size: 24px
    }

    .l-menu__content {
        padding-bottom: 0
    }

    .newsitem {
        margin-top: 140px
    }

    .newsitem {
        padding: 40px 55px;
        text-align: center
    }

    .newsitem__subtitle {
        font-size: 18px;
        line-height: 25px
    }

    .newsitem__title {
        font-size: 25px;
        font-weight: 700;
        line-height: 33px
    }

    .newsitem__description {
        font-size: 18px;
        margin-bottom: 40px;
        padding-left: 0;
        text-align: center
    }

    .newsitem__addition {
        margin: 30px auto 30px auto
    }

    .partners__intro {
        padding-bottom: 100%
    }

    .partners__intro {
        padding-bottom: 140%
    }

    .partners__popup-first {
        left: 50%;
        width: 500px
    }

    .partners__popup-second {
        left: 25%
    }

    .partners__popup-third {
        left: 20%;
        top: 70%
    }

    .partners__popup-fourth {
        top: 95%
    }

    .partners__header {
        left: 4%;
        top: 33%;
        width: 50%
    }

    .prices {
        min-height: auto
    }

    .prices__content {
        padding-left: 55px;
        padding-right: 55px
    }

    .prices__title {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 0
    }

    .prices .newsitem__description {
        margin-bottom: 20px
    }

    .prices__sides {
        display: none
    }

    .social__mobile {
        height: 600px
    }

    .steps {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .steps {
        margin: 0 auto;
        max-width: 230px
    }

    .steps__item {
        margin: 0 0 50px !important;
        text-align: center;
        width: 33.333% !important
    }

    .steps__item {
        width: 100% !important
    }

    .steps__overlay {
        width: 125% !important
    }

    .steps__title {
        font-size: 22px
    }

    .steps__text {
        font-size: 16px
    }

    .table {
        padding-bottom: 50px
    }

    .table {
        padding-top: 75px
    }

    .table__container {
        border-radius: 50px
    }

    .table__name {
        font-size: 14px;
        padding: 10px 10px
    }

    .table__title {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 25px
    }

    .table__proposition {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px
    }

    .table__container.contacts_table {
        max-width: 100%
    }

    .table__container.contacts_table table {
        table-layout: auto
    }

    .table__container.contacts_table .table__time {
        flex-direction: column
    }

    .table__container.contacts_table .table__time p:first-child {
        padding-right: 0
    }

    .table__container.contacts_table .table__name {
        font-size: 14px;
        line-height: 20px;
        padding: 10px
    }

    .table__container.contacts_table .table__title {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 25px
    }

    .table__container.contacts_table .table__name a {
        color: #58c7f8;
        font-weight: 600
    }

    .teachers__title {
        margin-bottom: 20px
    }

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

    .teachers__image {
        margin: 0 auto
    }

    .teachers__description {
        margin-bottom: 0;
        width: 100%
    }

    .teachers__text {
        margin-bottom: 20px
    }

    .teachers__buttons {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap
    }

    .teachers__button {
        margin-bottom: 20px
    }

    .teachers-slider__navigation {
        min-width: auto;
        width: 100%
    }

    .teachers-slider__pagination img {
        width: 35px
    }

    .teachers-slider__pagination li {
        margin-right: 35px
    }

    .team {
        margin-bottom: 80px
    }

    .team__image {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px
    }

    .box {
        padding-left: 15px;
        padding-right: 15px
    }

    .title {
        font-size: 32px
    }

    .subtitle {
        font-size: 22px
    }

    .map {
        height: 300px
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
        z-index: 1
    }

    .related .news-list {
        flex-direction: column
    }

    .tabs__header {
        margin-bottom: 30px
    }

    .app__buttons {
        max-width: 25%
    }

    .app__wrapper {
        max-width: 100%;
        padding: 30px 20px;
        margin-top: -30px
    }

    .banner__block {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }

    .banner__image {
        background-position: center 35%;
        border-top-right-radius: 50px;
        height: 300px;
        width: 100%
    }

    .banner__image:after {
        box-shadow: 100px 200px 0 #f5f6fa, -100px 200px 0 #f5f6fa;
        height: 100%;
        left: -7%;
        top: -15%;
        transform: rotate(10deg);
        width: 110%;
        -webkit-box-shadow: 100px 200px 0 #f5f6fa, -100px 200px 0 #f5f6fa;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg)
    }

    .banner__content {
        padding-top: 15px;
        width: 100%
    }

    .banner__list {
        margin-bottom: 15px
    }

    .banner__text {
        margin-bottom: 25px
    }

    .blog {
        margin-top: 0
    }

    .blog__content {
        margin-top: -10px
    }

    .blog__name {
        font-size: 24px;
        line-height: 120%
    }

    .button {
        font-size: 16px;
        padding: 0 34px
    }

    .contacts__content {
        margin-top: 0
    }

    .contacts__main {
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 0;
        padding: 10px;
        text-align: center
    }

    .contacts__title {
        margin-bottom: 15px
    }

    .contacts__text {
        font-size: 14px
    }

    .contacts__phone,
    .contacts__email,
    .contacts__address {
        font-size: 14px
    }

    .contacts__form {
        margin: 10px;
        padding: 40px 20px
    }

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

    .contacts__useful-text {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-right: 0;
        padding-top: 0
    }

    .contacts__useful-text span {
        font-size: 35px
    }

    .contacts__links {
        padding-bottom: 54px;
        padding-top: 40px
    }

    .contacts__link-image {
        width: 15%
    }

    .contacts__hint {
        font-size: 18px;
        line-height: 120%
    }

    .contacts__faq {
        border-radius: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        padding-bottom: 10px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }

    .contacts__faq-text {
        font-size: 18px;
        margin: 20px auto 10px auto;
        padding: 10px;
        text-align: center
    }

    .contacts__button {
        margin: 0 auto 10px auto
    }

    .contacts__button .button {
        width: 200px
    }

    .contacts__block {
        margin-bottom: 25px
    }

    .contacts__info {
        font-size: 12px;
        padding-top: 20px
    }

    .family {
        margin-top: 50px
    }

    .family__title {
        font-size: 33px;
        line-height: 39px
    }

    .family__title p {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 10px 0
    }

    .family__sector1 {
        margin-bottom: 0
    }

    .family__item {
        min-width: 300px
    }

    .family__item:nth-child(3)::after {
        left: 31%;
        top: -28%
    }

    .family__item-more {
        margin: 30px auto;
        max-width: 300px;
        min-width: 300px
    }

    .family__item-more::after {
        left: 31%;
        top: -28%
    }

    .family__friend {
        margin: 30px auto;
        max-width: 300px;
        min-width: 300px
    }

    .family__friend::after {
        left: 18%;
        top: 71%
    }

    .faq__wrapper {
        margin-top: 0;
        padding-top: 130px;
        position: relative
    }

    .faq__content {
        margin: 10px;
        padding: 30px 30px
    }

    .faq__title {
        font-size: 26px;
        margin-bottom: 10px
    }

    .faq__text {
        font-size: 14px;
        margin-bottom: 25px;
        padding: 10px
    }

    .faq__logo {
        margin-right: 30px
    }

    .faq__button .button {
        height: 40px;
        width: 200px
    }

    .faq__form {
        margin-top: 30px
    }

    .faq__places {
        margin: 40px 0 0
    }

    .faq__column {
        padding: 0 20px 0
    }

    .faq__address {
        white-space: initial
    }

    .footer__line {
        padding-top: 50px
    }

    .footer__column {
        order: initial !important;
        width: 100%;
        -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important
    }

    .footer__bottomline img {
        max-width: 33.333%
    }

    .footer__bottomline img:last-child {
        margin-left: 30px
    }

    .footer__up {
        transform: translate(0, -50%) scale(.7);
        -webkit-transform: translate(0, -50%) scale(.7);
        -ms-transform: translate(0, -50%) scale(.7)
    }

    .form__name {
        font-size: 20px;
        line-height: 20px
    }

    .form__title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 40px
    }

    .form__text {
        font-size: 14px
    }

    .form__contacts {
        align-items: center;
        flex-direction: column;
        font-size: 18px;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center
    }

    .form__phone {
        margin-bottom: 10px;
        margin-right: 0
    }

    .form__email {
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 20px
    }

    .form__email::after {
        left: -25%
    }

    .form__container {
        margin-top: 0
    }

    .form__block {
        width: 100%
    }

    .intro__wrapper {
        margin-top: 0;
        padding-top: 160px;
        position: relative
    }

    .intro__content {
        padding: 70px 30px 40px
    }

    .intro__image {
        width: 60%
    }

    .intro__logo {
        margin-right: 30px
    }

    .kids__wrapper {
        margin-top: 0;
        padding-bottom: 20px;
        padding-top: 140px;
        position: relative
    }

    .kids__info {
        margin-top: 0
    }

    .kids__button {
        margin: 0 auto
    }

    .kids__button .button {
        height: 50px;
        text-align: center;
        width: 200px
    }

    .kids__image img {
        margin: 0 10px;
        width: 80%
    }

    .kids__title {
        font-size: 40px;
        margin: 0 auto
    }

    .menu__button {
        top: 15px
    }

    .l-menu__subnav_low .l-menu__subnav-item,
    .l-menu__subnav_low .l-menu__subnav-item a {
        font-size: 16px
    }

    .l-menu__subnav-item a {
        font-size: 20px
    }

    .l-menu {
        position: fixed;
        transform: scale(.75) translate(15%, -50%);
        -webkit-transform: scale(.75) translate(15%, -50%);
        -ms-transform: scale(.75) translate(15%, -50%)
    }

    .newsitem__article {
        margin-bottom: 40px
    }

    .newsitem__photo {
        margin-top: 10px
    }

    .newsitem__text {
        font-size: 14px
    }

    .newsitem__paragraph {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .newsitem__addition {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }

    .newsitem__author {
        margin-bottom: 10px;
        width: 300px
    }

    .newsitem__topic {
        width: 300px
    }

    .partners {
        margin-top: 40px
    }

    .partners__popup-first {
        display: none
    }

    .partners__popup-second {
        display: none
    }

    .partners__popup-third {
        display: none
    }

    .partners__popup-fourth {
        display: none
    }

    .partners__bg-play {
        font-size: 20px;
        left: 39%;
        top: 40%
    }

    .partners__bg-play img {
        width: 50% !important
    }

    .partners__header {
        left: 5%;
        text-align: center;
        width: 90%
    }

    .partners__subtitle {
        font-size: 16px;
        line-height: 20px
    }

    .partners__title {
        font-size: 25px;
        line-height: 32px
    }

    .intro__footer {
        display: flex;
        justify-content: center;
        padding: 0 0 35px
    }

    .partners__header .intro__footer,
    .services__block_intro .services__info .intro__footer,
    .kids .intro__footer {
        display: flex;
        justify-content: center;
        padding: 35px 0 0
    }

    .partners__app {
        margin-top: 80px
    }

    .partners__button {
        margin-bottom: 80px;
        margin-top: 20px
    }

    .partners__button .button {
        width: 300px
    }

    .partners__button-browser {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }

    .partners__description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        padding: 0 20px 0 0
    }

    .partners__description p {
        margin-bottom: 0
    }

    .partners__browser img {
        filter: blur(3px);
        margin-bottom: 60px;
        margin-top: 30px;
        -webkit-filter: blur(3px)
    }

    .mobile-video {
        display: block
    }

    .prices__wrapper {
        margin-top: 0;
        padding-top: 160px;
        position: relative
    }

    .prices__content {
        padding: 70px 30px 0
    }

    .prices__content {
        padding-top: 20px
    }

    .prices__buttons {
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column
    }

    .prices__container1 {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        flex-direction: column;
    }

    .prices__container2 {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        flex-direction: column;
    }

    .prices__buttons .button__container {
        margin: 5px auto;
    }

    .prices__item {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        min-width: 300px;
        padding: 20px;
        width: 300px
    }

    .prices__item.wide {
        min-width: 300px;
        width: 300px
    }

    .prices__button .button {
        width: 260px
    }

    .promo_title {
        margin-bottom: 0
    }

    .promo__wrapper {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-top: -70px;
        max-width: 320px;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column
    }

    .promo__textsmall {
        font-size: 22px;
        line-height: 28px
    }

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

    .promo__button .button {
        text-align: center;
        width: 270px
    }

    .promo__info {
        margin: 0 auto 50px;
        max-width: 300px;
        padding: 40px 20px
    }

    .promo__item {
        margin-bottom: 8px
    }

    .promo__main-text {
        font-size: 14px
    }

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

    .promo__btn-text--small {
        font-size: 14px;
        line-height: 14px
    }

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

    .services__title {
        font-size: 25px;
        margin-bottom: 60px;
        margin-top: 55px
    }

    .services__block {
        flex-direction: column-reverse !important;
        margin-bottom: 30px;
        -webkit-box-direction: reverse !important;
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important
    }

    .services__name {
        font-size: 26px;
        text-align: center
    }

    .services__description {
        text-align: center
    }

    .services__image {
        margin-bottom: 35px;
        max-width: 100%;
        width: 100%
    }

    .services__info {
        padding: 0 0 !important;
        width: 100%
    }

    .services__visual {
        max-width: 100%
    }

    .hide {
        display: block
    }

    .shape__wrapper {
        transform: scale(.5);
        transform-origin: 50% 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0
    }

    .soc {
        margin-bottom: 25px
    }

    .social__header {
        margin-top: 150px
    }

    .social_main-text {
        font-size: 25px;
        line-height: 33px
    }

    .social__title {
        margin-bottom: 35px
    }

    .social__plan {
        margin-bottom: 20px
    }

    .social__appeal {
        margin-bottom: 70px
    }

    .social__citate {
        top: -13%
    }

    .social__container {
        padding: 25px 50px
    }

    .social__call {
        font-size: 24px;
        line-height: 28px
    }

    .social__description {
        font-size: 14px;
        line-height: 16px
    }

    .social__mobile {
        height: 450px
    }

    .social__content {
        padding: 30px 25px
    }

    .staff__info {
        margin-top: 20px
    }

    .staff__name {
        font-size: 25px;
        max-width: 300px;
        text-align: center
    }

    .staff__text {
        margin-bottom: 20px;
        max-width: 300px;
        text-align: center
    }

    .staff__button .button {
        width: 300px
    }

    .start {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .start__title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 45px
    }

    .start__name {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .start__text {
        font-size: 14px
    }

    .steps__item:nth-child(4) .steps__overlay {
        height: 190%
    }

    .steps__item:nth-child(5) .steps__overlay {
        transform: translate(-50%, -50%) scaleX(2.1);
        -webkit-transform: translate(-50%, -50%) scaleX(2.1);
        -ms-transform: translate(-50%, -50%) scaleX(2.1)
    }

    .steps__overlay {
        height: 160%;
        width: auto !important
    }

    .study-description {
        margin-bottom: 100px
    }

    .study-description__container {
        padding: 20px 20px
    }

    .study-description__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .study-description__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .table__subtitle {
        font-size: 35px;
        line-height: 39px
    }

    .table__text {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 30px
    }

    .table__container {
        padding: 15px 15px
    }

    .table__container.contacts_table {
        padding: 15px
    }

    .table__container th {
        padding-bottom: 5px
    }

    .table__table {
        border-radius: 25px
    }

    .table__name {
        font-size: 7px;
        line-height: 120%
    }

    .table__value {
        font-size: 7px;
        line-height: 11px;
        padding: 5px
    }

    .table__valuecheck::after {
        zoom: 50%
    }

    .table__title {
        font-size: 9px;
        line-height: 11px
    }

    .table__proposition p {
        font-size: 9px;
        line-height: 11px
    }

    .table__proposition {
        font-size: 9px;
        line-height: 150%
    }

    .table__container.contacts_table .table__name {
        font-size: 7px;
        line-height: 120%
    }

    .table__container.contacts_table .table__title {
        font-size: 9px;
        line-height: 11px
    }

    .hide {
        display: none
    }

    .teachers__subtitle {
        margin-top: 0
    }

    .teachers__subtitletitle {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px
    }

    .teachers__title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 10px
    }

    .teachers_additional {
        margin-bottom: 30px
    }

    .teachers__image {
        width: 80%
    }

    .teachers__image img {
        width: 100%
    }

    .teachers__description {
        text-align: center
    }

    .teachers__name {
        font-size: 30px;
        line-height: 30px;
        text-align: center
    }

    .teachers__study {
        font-size: 14px;
        line-height: 120%;
        text-align: center
    }

    .teachers__spec {
        font-size: 14px;
        text-align: center
    }

    .teachers__text {
        font-size: 14px;
        text-align: center
    }

    .teachers__buttons {
        margin-bottom: 20px
    }

    .teachers__button {
        margin: 10px auto
    }

    .teachers__button .button {
        font-size: 14px;
        height: 40px;
        line-height: 1.3;
        min-width: 250px;
        text-align: center
    }

    .teachers-slider__navigation {
        margin-bottom: 80px
    }

    .teachers-slider__pagination {
        max-width: 200px
    }

    .teachers-slider__pagination img {
        width: 35px
    }

    .teachers-slider__pagination ul {
        opacity: 0;
        padding: 0 20px;
        pointer-events: none
    }

    .teachers-slider__pagination li {
        margin-right: 10px
    }

    .teachers-slider__arrow_prev {
        margin-right: 0;
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5)
    }

    .teachers-slider__arrow_next {
        margin-left: 0;
        transform: rotate(180deg) scale(.5);
        -webkit-transform: rotate(180deg) scale(.5);
        -ms-transform: rotate(180deg) scale(.5)
    }

    .advantages__name {
        font-size: 26px;
        text-align: center
    }

    .team__description {
        max-width: 300px;
        text-align: center
    }

    .team__title {
        font-size: 22px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 350px
    }

    .audience__photo img,
    .audience__photo .audience__photo:after {
        max-width: 85vw;
        border-radius: 25px
    }

    .pubagr__title {
        font-size: 32px
    }

    .pubagr__subtitle {
        font-size: 20px
    }

    .pubagr__toptxt {
        font-size: 16px;
        margin: 0 auto 40px
    }

    .pubagr__basictxt {
        font-size: 14px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .family__title {
        margin-bottom: 70px
    }

    .advantages__name {
        font-size: 19px
    }
}

@media (max-height:600px) {
    .l-menu__content {
        max-height: calc(100vh - 80px)
    }
}

@media (max-width:600px) {
    .vacancies {
        display: none
    }
}

@media (max-width:375px) {
    .logo__container {
        left: 50px;
        padding: 10px 20px;
        width: 150px;
        height: 80px
    }

    .logotel__container {
        position: fixed;
        left: 50%;
        top: auto;
        bottom: 10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    .logotel__container .logotel__tel,
    .logotel__container .logotel__tg,
    .logotel__container .logotel__skype {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }

    .lang__container {
        left: 150px;
        top: 20px
    }
}

@media (max-width:767px) {

    .l-menu__nav-main-item:nth-of-type(3n+1):hover>.l-menu__nav-main-link,
    .l-menu__nav-main-item:nth-of-type(3n+2):hover>.l-menu__nav-main-link,
    .l-menu__nav-main-item:nth-of-type(3n+3):hover>.l-menu__nav-main-link {
        color: #fff
    }

    .l-menu__nav-main-item:nth-of-type(3n+1).on>.l-menu__nav-main-link {
        color: #00b3e3
    }

    .l-menu__nav-main-item:nth-of-type(3n+2).on>.l-menu__nav-main-link {
        color: #da3ab3
    }

    .l-menu__nav-main-item:nth-of-type(3n+3).on>.l-menu__nav-main-link {
        color: #ffc843
    }

    .l-menu__nav-main-item .l-menu__nav-main-link {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .l-menu__nav-main-item.on .l-menu__nav-main-link {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    .l-menu__nav-main-item .l-menu__subnav-item a {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .l-menu__nav-main-item .l-menu__subnav-item.on .l-menu__open-sub {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }
}

.extra-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.extra-btns .button__container {
    width: 290px;
    max-width: calc(50% - 30px);
    margin: 30px 15px 0
}

.extra-btns .button__container .button {
    height: 56px;
    font-size: 20px
}

.extra-btns .button__container.purple .button {
    background-color: #B620B4
}

.extra-btns .button__container.purple .button--bubble__effect-container .circle,
.extra-btns .button__container.purple .button--bubble__effect-container .effect-button {
    background: #B620B4
}

.extra-btns .fire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.extra-btns .fire img {
    width: 20px;
    margin: auto 5px auto 0
}

@media (max-width:767px) {
    .extra-btns {
        flex-direction: column
    }

    .extra-btns .button__container {
        max-width: 100%;
        margin: 20px auto 0
    }

    .extra-btns .button__container .button {
        font-size: 16px
    }
}

body.online {
    display: flex;
    flex-direction: column
}

body.online .topbanner {
    position: relative;
    width: 100%;
    overflow: hidden
}

body.online .topbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .26)
}

body.online .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    min-width: 100vw;
    min-height: 100%
}

body.online .video-background::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none
}

body.online .video-background::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
}

body.online .video-background::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

body.online .video-background::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

body.online .topbanner .topbanner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 11
}

body.online .topbanner .topbanner__content h1 {
    width: 700px;
    max-width: calc(100% - 40px);
    margin: 100px auto 50px;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

body.online .topbanner .topbanner__content .topbanner__descr {
    width: 760px;
    max-width: calc(100% - 40px);
    margin: 0 auto 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

body.online .topbanner .topbanner__content .button__container {
    margin: 0 auto 30px
}

body.online .topbanner .topbanner__content .topbanner__arr {
    display: none
}

body.online .topbanner .topbanner__content .topbanner__footer {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 0 70px 30px;
    pointer-events: none;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end
}

body.online .topbanner .topbanner__content .topbanner__logo {
    margin-right: 45px;
    max-width: 290px;
    max-height: 120px
}

body.online .topbanner .topbanner__content .topbanner__logo:last-child {
    margin-right: 0
}

body.online .start {
    margin: 40px 0
}

body.online .picsblocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    width: 1560px;
    max-width: calc(100% - 40px)
}

body.online .picsblocks .picsblock {
    position: relative;
    width: calc(50% - 50px);
    margin: 0 25px 50px
}

body.online .picsblocks .picsblock .picsblock__inner {
    height: 450px;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px
}

body.online .picsblocks .picsblock .picsblock__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .26)
}

body.online .picsblocks .picsblock .picsblock__title {
    z-index: 11;
    margin: auto 25px 10px;
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

body.online .picsblocks .picsblock .picsblock__title.small {
    font-size: 35px;
    line-height: 43px
}

body.online .picsblocks .picsblock .picsblock__descr {
    z-index: 11;
    min-height: 90px;
    margin: 0 45px 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

body.online .picsblocks .picsblock .shape {
    z-index: 15
}

body.online .teachers-slider__navigation {
    margin-bottom: 55px
}

body.online .family {
    margin: 55px 0
}

.contacts__links.small-pads {
    padding: 55px 0
}

.faq__form.faq__form_2cols {
    margin-top: 55px
}

.contacts__links.small-pads .contacts__block:last-child {
    margin-bottom: 0
}

body.online .prices {
    background: #f5f6fa
}

body.online .prices__wrapper {
    padding: 50px 0 0
}

body.online .prices .prices__item {
    min-height: 500px
}

@media screen and (max-width:1023px) {
    body.online .prices .prices__item {
        min-height: auto
    }
}

body.online .prices .prices__title {
    margin-bottom: 70px
}

body.online .prices .prices__name {
    min-height: 90px
}

body.online .prices .prices__description {
    margin-bottom: 20px
}

body.online .prices .margin-low {
    margin-bottom: 20px
}

body.online .prices .prices__button {
    margin-top: auto
}

body.online .tabs__block {
    display: block !important
}

.faq__form.faq__form_2cols .form {
    padding: 40px 40px 80px;
    margin-bottom: 120px
}

.faq__form.faq__form_2cols .form .form__cols {
    display: flex;
    justify-content: space-between
}

.faq__form.faq__form_2cols .form .form__cols .form__col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(50% - 50px)
}

.faq__form.faq__form_2cols .form .form__cols .form__col:first-child:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -50px;
    display: block;
    width: 1px;
    height: calc(100% + 60px);
    background-color: rgba(0, 0, 0, .21)
}

.faq__form.faq__form_2cols .form .form__container {
    margin-top: 0
}

.faq__form.faq__form_2cols .form .form__name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
    color: #102131
}

.faq__form.faq__form_2cols .form .form__button {
    margin: 10px auto 0 20px
}

.faq__form.faq__form_2cols .form .form__notes {
    margin: auto 0 0
}

.faq__form.faq__form_2cols .form .form__note {
    margin-bottom: 15px;
    display: flex
}

.faq__form.faq__form_2cols .form .form__note img {
    display: flex;
    flex-direction: column;
    width: 30px;
    margin: auto
}

.faq__form.faq__form_2cols .form .form__note p {
    width: calc(100% - 40px);
    margin: auto 0 auto 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%
}

@media screen and (max-width:1100px) {
    body.online .topbanner .topbanner__content h1 {
        font-size: 44px;
        line-height: 56px
    }

    body.online .topbanner .topbanner__content .topbanner__logo {
        margin-right: 30px;
        max-width: 200px
    }

    body.online .picsblocks .picsblock {
        width: calc(50% - 30px);
        margin: 0 15px 30px
    }

    body.online .picsblocks .picsblock .picsblock__inner {
        height: 350px;
        border-radius: 30px
    }

    body.online .picsblocks .picsblock .picsblock__title {
        margin: auto 15px 10px;
        font-size: 44px;
        line-height: 56px
    }

    body.online .picsblocks .picsblock .picsblock__title.small {
        font-size: 25px;
        line-height: 33px
    }

    body.online .picsblocks .picsblock .picsblock__descr {
        min-height: 60px;
        margin: 0 15px 25px;
        font-size: 16px
    }

    body.online .picsblocks .picsblock .picsblock__inner:after {
        border-radius: 30px
    }

    .faq__form.faq__form_2cols .form .form__name {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width:767px) {
    body.online .topbanner .topbanner__content h1 {
        margin: 60px auto 30px;
        font-size: 30px;
        line-height: 40px
    }

    body.online .topbanner .topbanner__content h1 span {
        display: none
    }

    body.online .topbanner .topbanner__content .topbanner__descr {
        margin: 0 auto 30px;
        font-size: 14px
    }

    body.online .topbanner .topbanner__content .topbanner__descr span {
        display: none
    }

    body.online .topbanner .topbanner__content .button__container {
        margin: 0 auto 30px
    }

    body.online .topbanner .topbanner__content .button__container .button {
        height: 40px;
        padding: 0 14px;
        font-size: 14px
    }

    body.online .topbanner .topbanner__content .topbanner__arr {
        display: block;
        width: 40px;
        margin: 10px auto 40px
    }

    body.online .topbanner .topbanner__content .topbanner__footer {
        display: none
    }

    body.online .family {
        margin: 55px 0 160px
    }

    body.online .picsblocks .picsblock {
        width: 100%;
        margin: 0 0 20px
    }

    body.online .picsblocks .picsblock .picsblock__inner {
        height: auto;
        min-height: 300px;
        border-radius: 30px
    }

    body.online .picsblocks .picsblock .picsblock__title {
        margin-top: 25px;
        font-size: 35px;
        line-height: 45px
    }

    body.online .picsblocks .picsblock .picsblock__descr {
        min-height: auto;
        margin: 0 15px 25px
    }

    body.online .prices .prices__wrapper {
        padding-top: 60px
    }

    body.online .prices .prices__title {
        margin-bottom: 0;
        font-size: 26px
    }

    body.online .prices .prices__name {
        min-height: auto
    }

    .faq__form.faq__form_2cols .form {
        padding: 40px 20px;
        margin-bottom: 80px
    }

    .faq__form.faq__form_2cols .form .form__cols {
        flex-direction: column
    }

    .faq__form.faq__form_2cols .form .form__cols .form__col {
        width: 100%
    }

    .faq__form.faq__form_2cols .form .form__cols .form__col:first-child:after {
        top: auto;
        bottom: 30px;
        left: -10px;
        height: 1px;
        width: calc(100% + 20px)
    }

    .faq__form.faq__form_2cols .form .form__name {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }

    .faq__form.faq__form_2cols .form .form__button {
        margin: 10px auto 20px
    }

    .faq__form.faq__form_2cols .form .form__notes {
        margin: 0 0 50px
    }

    .faq__form.faq__form_2cols .form .form__note {
        margin-bottom: 10px
    }

    .faq__form.faq__form_2cols .form .form__note img {
        width: 20px;
        margin: auto 0
    }

    .faq__form.faq__form_2cols .form .form__note p {
        width: calc(100% - 30px);
        margin: auto 0 auto 10px;
        font-size: 16px
    }
}

.intro__word {
    position: absolute;
    top: 0;
    display: block;
    transition: opacity 0.5s;
    pointer-events: initial
}

.intro__word:hover {
    opacity: .7
}

.intro__word.intro__word1 {
    width: 27.6%;
    top: 4.5%;
    left: 15.5%;
    z-index: 3
}

.intro__word.intro__word2 {
    width: 49.7%;
    top: 3%;
    right: 8.7%;
    z-index: 2
}

.intro__word img {
    width: 100%
}

body.programspage .steps-title {
    margin: 100px auto
}

body.programspage .services__title {
    margin: 100px auto
}

body.programspage .services__block {
    margin-bottom: 120px
}

body.programspage .button__holder {
    display: flex;
    flex-direction: column;
    margin: -50px auto 70px
}

body.programspage .button__holder .partners__button {
    margin: 0 auto
}

body.programspage .button__holder .partners__button .button {
    width: 370px;
    max-width: 100%;
    text-align: center
}

body.programspage .promo__container {
    padding-top: 100px
}

body.programspage .steps {
    margin: 200px auto 200px
}

body.programspage .partners__header {
    left: 10%;
    top: 23%
}

body.programspage .partners__title {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px
}

body.programspage .partners__subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px
}

body.programspage .partners__header .partners__button {
    margin: 30px auto 0
}

body.programspage .partners__header .partners__button .button {
    width: 250px
}

@media (max-width:1279px) {
    body.programspage .services__block {
        margin-bottom: 40px
    }

    body.programspage .services__title {
        margin: 0 auto 70px
    }

    body.programspage .steps-title {
        margin: 70px auto 170px
    }
}

@media (max-width:1023px) {
    body.programspage .steps__overlay {
        width: 140% !important;
        top: 60%
    }

    body.programspage .steps {
        margin: 0 auto;
        max-width: 250px
    }
}

@media (max-width:767px) {
    body.programspage .button__holder .partners__button .button {
        width: 300px
    }

    body.programspage .services__block {
        margin-bottom: 30px
    }

    body.programspage .services__title {
        margin: 0 auto 40px
    }

    body.programspage .promo__container {
        padding-top: 0
    }

    body.programspage .partners__header {
        left: 5%;
        position: relative
    }

    body.programspage .steps-title {
        margin: 70px auto
    }

    body.programspage .partners__intro {
        padding-bottom: 0;
        margin-top: 50px;
        margin-bottom: 0
    }

    body.programspage .partners__intro .partners__bg {
        position: relative
    }

    body.programspage .intro__background {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 70px
    }

    body.programspage .partners__title {
        font-size: 25px;
        line-height: 30px
    }

    body.programspage .partners__subtitle {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px
    }
}

.newsitem__item a:not(.button) {
    color: #58c7f8;
}

.newsitem__item a:not(.button):hover {
    text-decoration: underline;
    text-decoration-color: #58c7f8;
}

.newsitem__article .button__container {
    max-width: 50%;
    margin: 40px auto 0;
}

article.seo-text {
    padding: 10px 0 30px 0;
}

article.seo-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 15px
}

article.seo-text h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px
}

article.seo-text em {
    font-style: italic;
}

article.seo-text p {
    padding-bottom: 10px;
}

article.seo-text ol,
article.seo-text ul {
    padding: 0 0 0 20px;
}

article.seo-text ol {
    list-style: decimal;
}

article.seo-text ul {
    list-style: disc;
}

article .text-more {
    margin-top: 10px;
    max-width: 270px;
}

article .text-next {
    display: none;
}

article .blog-post__content {
    padding: 0 15px;
}

@media (max-width: 768px) {
    article.seo-text h2 {
        font-size: 30px;
        line-height: 120%;
        text-align: center;
    }

    article.seo-text h3 {
        font-size: 24px;
    }
	
	.for-desk {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.for-mob {
		display: none;
	}
}