/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */



/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    /*outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}


h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0 0 10px 0;
    padding: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, serif;
    font-size: 14px;
    line-height: 24px;
}
table {
    border-collapse: collapse;
}
table td, table th {
    padding: 0;
    border: none 0;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: normal !important;
}
input[type="text"],
input[type="password"],
textarea {
    outline: none;
    resize: none;
}
a {
    outline: none;
    color: #3972BB;
}

a img {
    border: none;
}
.clear  {
    clear: both;
    display: block;
}
.hidden {
    display: none !important;
}
.mr-0 {
    margin-right: 0 !important;
}
/* RESET END */

/* Webfont: Lato-Medium */
@font-face {
    font-family: 'Lato';
    src: url('/local/fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/local/fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/fonts/Lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('/local/fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('/local/fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    /*font-weight: normal;*/
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Semibold */
@font-face {
    font-family: 'Lato';
    src: url('/local/fonts/Lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/local/fonts/Lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/fonts/Lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
    url('/local/fonts/Lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
    url('/local/fonts/Lato/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}





html, body, .wrapper {
    min-height: 100%;
    min-width: 1160px;
}
body {
    color: #333;
    font-size: 20px;
    line-height: 35px;
    font-family: "Lato",-apple-system,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #fff;
}
.center {
    width: 1122px;
    margin: 0 auto;
}
.tac {
    text-align: center;
}
h1 {
    color: #fff;
    line-height: 55px;
    font-size: 40px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 10px auto;
}
h2 {
    font-weight: 600;
    line-height: 55px;
    font-size: 35px;
    color: #153170;
}
.header {
    background: #1DA8F7;
    height: 780px;
    position: relative;
}
.header_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 140px;
    background: url("images/round_bg.svg?1123") center bottom no-repeat;
    background-size: 102%;
}
.header_line {
    padding-top: 30px;
    margin-bottom: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-contacts {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .header-contacts {
        flex-direction: column;
    }
}

.socials {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header_content {
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}
.header_phone {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
}
.phone-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.3s all;;
}
.phone-link:hover {
    border-bottom: 1px solid #fff;
}
.logo {
    display: block;
    height: 55px;
    width: 230px;
    background: url("images/logo.svg") center no-repeat;
    background-size: contain;
}
.select_city_wrap {
    width: 200px;
    height: 24px;
    position: relative;
}
.select_city {
    position: absolute;
    line-height: 24px;
    font-size: 18px;
    color: #FFFFFF;
    background: #1da8f7;
    z-index: 4;
    transition: 0.3s all;
    cursor: pointer;
    /*padding: 0 20px 0 15px;*/
    width: 150px;
    left: 0;
    top: 0;
}
.select_city-opened {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 160px;
    padding: 10px 15px;
    top: -10px;
    left: -10px;
}
.cities_list {
    display: none;
    transition: 0.3s all;
}
.select_city-opened .cities_list {
    display: block;
}
.cities_list a {
    line-height: 30px;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
}
.selected_city {
    display: inline-block;
    position: relative;
}
.selected_city:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    right: -20px;
    top: 10px;
    background: url("images/arrow-bottom.svg") center no-repeat;
    background-size: contain;
}
.fb {
    height: 24px;
    width:8px;
    display: inline-block;
    background: url("images/fb.svg") center no-repeat;
    background-size: contain;
    margin-right: 26px;
}
.vk {
    height: 24px;
    width: 20px;
    display: inline-block;
    background: url("images/vk.svg") center no-repeat;
    background-size: contain;
}
.yt {
    height: 24px;
    width: 18px;
    display: inline-block;
    background: url("images/youtube.svg") center no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.inst {
    height: 24px;
    width: 13px;
    display: inline-block;
    background: url("images/insta.svg") center no-repeat;
    background-size: contain;
    margin-right: 26px;
}
.rocket {
    width: 296px;
    height: 281px;
    background: url("images/rocket.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -90px;
    left: calc(50% - 207px);
    z-index: 2;
    transition: 1s all;
}
.rocket_has_flown {
    bottom: -90px;
}
.boom {
    height: 214px;
    width: 100%;
    background: url("images/boom.png?234") center bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bg {
    height: 600px;
    width: 100%;
    background: url("images/bg.png") center no-repeat;
    background-size: contain !important;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 1;
    animation-name: bg_animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes bg_animation {
    0%   {
        bottom: 60px;
    }
    50%  {
        bottom: 70px;
    }
    100% {
        bottom: 60px;
    }
}

.h1_description {
    line-height: 35px;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.button {
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #D72C25;
    border-radius: 100px;
    text-decoration: none;
    padding: 0 80px;
    display: inline-block;
    box-shadow: 0 30px 40px -20px rgba(247, 29, 29, 0.4);
}
.button:hover {
    background: #F65D57;
}
.button:active {
    background: #B31913;
}
.second_block {
    padding-top: 100px;
    box-sizing: border-box;
    height: 550px;
    background: url("images/image-1.jpg") calc(50% + 205px)  bottom no-repeat;
    background-size: contain;
}
.second_block h2 {
    font-weight: 600;
    line-height: 55px;
    font-size: 35px;
    color: #D72C25;
    max-width: 560px;
}
.second_block h2 span {
    color: #3F3A7E;
}
.why_title {
    font-weight: 600;
    line-height: 55px;
    font-size: 35px;
    text-align: center;
    margin: 85px 0;
    color: #153170;
}
.why {
    height: 948px;
    position: relative;
    background: url("images/round.svg") center no-repeat;
    background-size: contain;
}
.why_inner {
    width: 612px;
    height: 586px;
    background: url("images/image-2.jpg") center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 306px);
    top: calc(50% - 283px);
}
.advantage_title {
    font-weight: 600;
    line-height: 55px;
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.advantage_text {
    line-height: 35px;
    font-size: 20px;
    color: #96A1B2;
}
.advantage-1 {
    position: absolute;
    text-align: center;
    width: 280px;
    top: -25px;
    left: calc(50% - 140px);
}
.advantage-1 .advantage_title {
    color: #152A5B;
}
.advantage-2 {
    position: absolute;
    width: 220px;
    top: 175px;
    left: 0;
}
.advantage-2 .advantage_title {
    color: #752C6B;
}
.advantage-3 {
    position: absolute;
    width: 200px;
    top: 600px;
    left: 0;
}
.advantage-3 .advantage_title, .advantage-5 .advantage_title{
    color: #A72C46;
}
.advantage-4 {
    position: absolute;
    width: 280px;
    bottom: -100px;
    text-align: center;
    left: calc(50% - 140px);
}
.advantage-5 {
    text-align: right;
    position: absolute;
    width: 200px;
    top: 600px;
    right: 0;
}
.advantage-6 {
    text-align: right;
    position: absolute;
    width: 200px;
    top: 175px;
    right: 0;
}
.advantage_icon-heart {
    display: inline-block;
    height: 55px;
    width: 80px;
    margin-bottom: 24px;
    background: url("images/heart.svg") center no-repeat;
    background-size: contain;
}
.advantage_icon-gift {
    display: inline-block;
    height: 55px;
    width: 80px;
    margin-bottom: 24px;
    background: url("images/gift.svg") right center no-repeat;
    background-size: contain;
}
.map {
    height: 635px;
    background: url("images/map.svg") center no-repeat;
    background-size: contain;
    position: relative;
}
.map_schools {
    position: absolute;
    left: 415px;
    top: 330px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #FFFFFF;
}
.map_schools span {
    font-weight: 600;
    line-height: 55px;
    font-size: 85px;
    margin-bottom: 20px;
    display: block;
}
.map_cities {
    position: absolute;
    left: 615px;
    top: 400px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #FFFFFF;
}
.map_cities span {
    font-weight: 600;
    line-height: 55px;
    font-size: 65px;
    margin-bottom: 10px;
    display: block;
}
.quality_guarantee {
    height: 488px;
    background: url("images/quality_guarantee.jpg") center no-repeat;
    background-size: cover;
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
    margin-bottom: 150px;
}
.guarantee_title {
    line-height: 55px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight: 600;
}
.guarantee_gift {
    display: inline-block;
    background: url("images/red_span.svg") center no-repeat;
    background-size: contain;
    height: 30px;
    width: 220px;
    padding: 8px 10px;
}
.guarantee_text {
    width: 430px;
    margin-bottom: 42px;
}
.quality_guarantee_right {
    width: 50%;
    float: right;
    position: relative;
}
.quality_temp {
    position: absolute;
    background: url("images/quality_temp.png") center no-repeat;
    background-size: contain;
    width: 605px;
    height: 727px;
    left: -560px;
    top: -200px;
}
.blue_button {
    line-height: 66px;
    padding: 0 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background: #1DA8F7;
    box-shadow: 0 30px 40px -20px rgba(29, 168, 247, 0.4);
    border-radius: 100px;
    transition: 0.3s all;
    border: none;
}
.blue_button:hover {
    background: #66C6FD;
}
.blue_button:active {
    background: #1194DF;
}
.blue_button:focus {
    outline: none;
}
.page_title {
    font-weight: 600;
    line-height: 55px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
    color: #153170;
}

.page_title_after {
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
    color: #96A1B2;
}

.doing {
    float: left;
    width: 50%;
    height: 268px;
    box-sizing: border-box;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
}
.doing-1 {
    background: #153170;
    border-radius: 20px 0px 0px 0px;
    padding: 63px 220px 0 44px;
}
.doing-1:after {
    content: '';
    position: absolute;
    width: 254px;
    height: 335px;
    background: url("images/do1.png") center no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
}
.doing-2 {
    background: #333064;
    border-radius: 0px 20px 0px 0px;
    padding: 63px 220px 0 44px;
}

.doing-2:after {
    content: '';
    position: absolute;
    width: 337px;
    height: 298px;
    background: url("images/do2.png") center no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
}
.doing-3 {
    background: #6E2F4E;
    padding: 74px 70px 0 370px;
}
.doing-3:after {
    content: '';
    position: absolute;
    width: 545px;
    height: 308px;
    background: url("images/do3.png") center no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
}
.doing-4 {
    background: #832E46;
    padding: 74px 70px 0 310px;
}
.doing-4:after {
    content: '';
    position: absolute;
    width: 548px;
    height: 306px;
    background: url("images/do4.png") center no-repeat;
    background-size: contain;
    left: -3px;
    bottom: 0;
}
.doing-5 {
    padding: 74px 350px 0 44px;
    background: #A52D38;
    border-radius: 0px 0px 0px 20px;
}
.doing-5:after {
    content: '';
    position: absolute;
    width: 412px;
    height: 273px;
    background: url("images/do5.png") center no-repeat;
    background-size: contain;
    right: 25px;
    bottom: -35px;
}
.doing-6 {
    padding: 74px 350px 0 44px;
    background: #CE2C29;
    border-radius: 0px 0px 20px 0px;
}
.doing-6:after {
    content: '';
    position: absolute;
    width: 344px;
    height: 295px;
    background: url("images/do6.png") center no-repeat;
    background-size: contain;
    right: -25px;
    bottom: -32px;
}
.you_are_late {
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: #153170;
    max-width: 700px;
    margin: 100px auto;
    padding-top: 130px;
    background: url("images/shield.svg") center top no-repeat;
}
.change-price-title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0 0 30px 0;
    font-size: 28px;
    line-height: 36px;
}
.shifts {
    background: #153170;
    padding-top: 50px;
    padding-bottom: 5px;
}
.shifts .center {
    max-width: 950px;
}
.shifts_lines {
    margin: 40px 0 0 0;
    display: none;
}
.shifts_title {
    line-height: 55px;
    font-size: 35px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.shift_buttons_title {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
    margin-top: 57px;
}
.shift_button-step1 {
    display: inline-block;
    position: relative;
    line-height: 38px;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
    background: #284A95;
    border: 1px solid #284A95;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 10px 30px;
    margin: 0 10px 20px 10px;
    cursor: pointer;
    transition: 0.3s all;
}

.shift_button-step1 span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
    background: #fff;
    color: #153170;
    padding: 3px 10px;
    right: -65px;
    top: 16px;
    border-radius: 15px;
}
.shift_button-step1:hover {
    background: #1DA8F7;
    border: 1px solid #1DA8F7;
}
.shift_button-step1-active {
    background: #1DA8F7;
}
.shift_button-step1-active:hover {
    background: #1DA8F7;
    border: 1px solid #1DA8F7;
}
.step-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shift_button-step2 {
    line-height: 68px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #284A95;
    border: 1px solid #284A95;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0 30px;
    margin: 0 5px 20px;
    cursor: pointer;
    transition: 0.3s all;
    display: none;
}
.shift_button-step2:hover {
    background: #1DA8F7;
    border: 1px solid #1DA8F7;
}
.shift_button-step2-active {
    background: #1DA8F7;
}
.shift_button-step2-active:hover {
    background: #1DA8F7;
    border: 1px solid #1DA8F7;
}
.shift {
    background: #203E82;
    border-radius: 50px;
    margin-bottom: 23px;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 12px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 250px;
    grid-gap: 40px;
}
.shift__dates {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shift__middle {
    display: flex;
    gap: 40px;
}
.shift__places {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shift__places_number {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}
.shift__buttons {
    text-align: center;
}
.shift__installment-link {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s all;
}
.shift__installment-link:hover {
    color: #1DA8F7;
}
.shift__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin: 0 auto;
}
.price {
    position: relative;
    line-height: 32px;
    font-size: 28px;
}
.price--from {
    margin-top: 30px;
    margin-bottom: 10px;
}
.price-old {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 16px;
    line-height: 20px;
}
.price-old:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -5px;
    right: -5px;
    height: 2px;
    background: #D72C25;
    transform: rotate(-4deg);
}
.shift__price {
}
.booking_button {
    display: block;
    text-decoration: none;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #1DA8F7;
    border-radius: 100px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.booking_button:hover {
    background: #153170;
}
.price_left {
    width: max-content;
    float: left;
}
.price_right {
    width: 260px;
    box-sizing: border-box;
    float: right;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    background: #203E82;
    border-radius: 20px 20px 20px 0px;
    padding: 21px 10px 18px 46px;
}
.price_title {
    line-height: 30px;
    font-size: 20px;
    color: #294991;
}
.price_left .price {
    position: relative;
    font-weight: 600;
    line-height: 55px;
    font-size: 45px;
    color: #1DA8F7;
}
.price_time {
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}
.price_wrap {
    width: 590px;
    margin: 50px auto 30px;
}
.price-grow {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: rgb(255 255 255 / 50%);
    max-width: 600px;
    margin: 0 auto 100px auto;
}
.get_gifts {
    color: #FFFFFF;
    padding: 0 40px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all;
    margin-bottom: 40px;
    border: 1px solid #284A95;
}
.get_gifts:hover {
    background: #284A95;
}
.online-camp-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    line-height: 25px;
    display: inline-block;
    margin-bottom: 100px;
}
.get-gifts-or {
    color: #fff;
    opacity: 0.5;
}
.photos {
    text-align: center;
    width: 1050px;
    margin: -140px auto 100px;
}
.photo {
    float: left;
    width: 350px;
    height: 280px;
    border-radius: 20px;
}
.photo-1 {
    background: url("images/photo1.png") center no-repeat;
    background-size: cover;
}
.photo-2 {
    background: url("images/photo2.png") center no-repeat;
    background-size: cover;
}
.photo-3 {
    background: url("images/photo3.png") center no-repeat;
    background-size: cover;
}
.video_left {
    float: left;
    width: 500px;
    padding-top: 100px;
}
.video_right {
    width: 500px;
    height: 500px;
    float: left;
    margin-left: 50px;
    background: url("images/video_preview.png") center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}
.video_right_play {
    position: absolute;
    width: 75px;
    height: 75px;
    background: url("images/play.svg") center no-repeat;
    background-size: cover;
    top: calc(50% - 37px);
    left: calc(50% - 37px);
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s all;
}
.video_right_play:hover {
    opacity: 1;
}
.video_right_time {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    top: calc(50% + 50px);
    position: absolute;
    left: 0;
    right: 0;
}
.video_title {
    font-weight: 600;
    line-height: 50px;
    font-size: 35px;
    color: #153170;
    margin-bottom: 35px;
}
.video_title span {
    color: #D72C25;
    display: block;
}
.video_text {
    line-height: 35px;
    font-size: 20px;
    color: #96A1B2;
    margin-bottom: 35px;
}
.many_shifts {
    background: #153170;
    height: 465px;
    background: #153170 url("images/many_shifts.png") calc(50% + -330px) bottom no-repeat;
    background-size: contain;
    margin-bottom: 100px;
}
.many_shifts_content {
    float: right;
    width: 450px;
    padding-top: 80px;
    line-height: 30px;
    font-size: 20px;

    color: #FFFFFF;
}
.many_shifts_title {
    font-weight: 600;
    line-height: 45px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.many_shifts_title span {
    display: block;
    color: #1DA8F7;
}
.many_shifts_content .blue_button {
    margin-top: 45px;
    width: 180px;
}
.recommend {
    width: 150px;
    height: 50px;
    display: inline-block;
    margin: 20px 60px;
}
.photos.owl-carousel {
    margin: 20px auto 150px;
}
.footer {
    background: #1A1743;
    padding: 150px 0 125px;
}
.footer .header_line {
    margin: 0 auto;
    padding: 0;
}
.footer_map {
    position: relative;
    height: 570px;
    min-height: 500px;
    background: #eee;
}
.oferta {
    margin-left: 100px;
    float: left;
}
.oferta a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.map_content {
    position: absolute;
    width: 465px;
    background: #3F3A7E;
    border-radius: 10px;
    padding: 38px 42px 10px;
    box-sizing: border-box;
    left: calc(50% - 560px);
    top: 60px;
    line-height: 25px;
    font-size: 20px;
    color: #756FC4;
    z-index: 1;
}
.map_content:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 234px;
    height: 271px;
    background: url("images/map_point.svg") right top no-repeat;
    background-size: contain;
}
.map_title {
    font-weight: 600;
    line-height: 45px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.map_address {
    color: #fff;
    margin-bottom: 30px;
}
.have_questions {
    background: #153170;
    position: relative;
}
.have_questions .center {
    height: 470px;
    position: relative;
    padding: 80px 0 0 100px;
    box-sizing: border-box;
    overflow: hidden;
}
.have_questions_background {
    position: absolute;
    background: #1D3D86;
    width: 587px;
    height: 587px;
    top: 120px;
    left: calc(50% - 45px);
    border-radius: 50%;
}
.phone_box {
    position: absolute;
    bottom: 0;
    left: calc(50% + 100px);
    width: 304px;
    height: 545px;
    background: url("images/phone_box.png") center no-repeat;
    background-size: contain;
}
.have_questions_title {
    font-weight: 600;
    line-height: 45px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.have_questions_text {
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 57px;
    max-width: 400px;
}
.gift_block {
    background: #F6FDFF;
}
.gift_block .center {
    height: 442px;
    position: relative;
    box-sizing: border-box;
    line-height: 35px;
    font-size: 20px;
    color: #96A1B2;
    padding-top: 50px;
}
.gift {
    position: absolute;
    top: -30px;
    left: calc(50% - 90px);
    width: 515px;
    height: 455px;
    background: url("images/gift.png") center no-repeat;
    background-size: contain;
}
.gift_text {
    width: 500px;
    margin-bottom: 35px;
}
.teacher_left {
    width: 256px;
    margin-right: 35px;
    float: left;
}
.teacher_right {
    width: 671px;
    float: left;
    line-height: 25px;
    font-size: 18px;
    color: #96A1B2;

}
.teacher_name {
    line-height: 35px;
    font-size: 24px;
    color: #153170;
    position: relative;
}
.teacher_name:after {
    content: '';
    bottom: -12px;
    left: 0;
    position: absolute;
    width: 38px;
    height: 2px;
    background: #D72C25;
}
.teacher_title {
    font-weight: 600;
    margin-top: 30px;
    line-height: 25px;
    font-size: 18px;
    color: #153170;
}
.teachers {
    margin-top: 75px;
    margin-bottom: 200px;
}
.teachers-h2 {
    margin: 100px 0 0 0;
    text-align: center;
}
.gallery {
    background: #F6FDFF;
    padding: 1px;
    margin-bottom: 80px;
}
.gallery .photo {
    width: 100%;
}
.tab_titles {
    text-align: center;
    display: none;
}
.section {
    display: none;
}
.feedback_title {
    font-weight: 600;
    line-height: 50px;
    font-size: 35px;
    color: #153170;
    width: 460px;
    position: relative;
}
.feedback_title:after {
    content: '';
    position: absolute;
    width: 538px;
    height: 359px;
    background: url("images/feedback.png") center no-repeat;
    background-size: contain;
    top: -70px;
    right: -520px;
}
.feedback_slider {
    width: 862px;
    margin: 100px auto 200px auto;
}
.feedback__image {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    float: left;
    margin-left: 33px;
}
.feedback__author {
    line-height: 35px;
    font-size: 24px;
    color: #153170;
    margin-bottom: 10px;
    font-weight: 600;
}
.feedback__text {
    line-height: 30px;
    font-size: 18px;
    color: #96A1B2;
    float: left;
    margin-left: 20px;
    width: 722px;
}
#gifts_popup {
    max-width: 620px;
    padding: 240px 40px 40px 40px !important;

}
.gifts_popup:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 414px;
    height: 253px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url("images/gifts_popup.png") center top no-repeat;
    background-size: contain;
}
.gifts_title {
    font-weight: 600;
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    color: #153170;
    margin-bottom: 40px;
}
.gift_line {
    line-height: 35px;
    font-size: 20px;
    color: #96A1B2;
}
.gift_line span {
    color: #153170;
}
.gift_line_second {
    margin-bottom: 20px;
}
.gray_star {
    line-height: 30px;
    font-size: 16px;
    color: #96A1B2;
}
.form-popup {
    max-width: 620px;
    padding: 50px;
}
.form-popup .blue_button {
    width: 250px;
}
.popup {
    padding: 40px;
}
.popup_title {
    line-height: 45px;
    font-size: 35px;
    font-weight: 600;
    color: #153170;
    margin-bottom: 40px;
}
.field {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Lato-Medium', Helvetica, Arial, sans-serif;
    border: none;
    border-bottom: 1px solid #96A1B2;;
}
.field:focus {
    outline: none;
}
.agree {
    line-height: 25px;
    font-size: 14px;
    color: #96A1B2;
    margin-bottom: 20px;
}
.checkbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.form_comment_block {

    line-height: 35px;
    font-size: 20px;

    color: #96A1B2;
    margin-bottom: 40px;
}
.map_content_layer {
    position: relative;
    z-index: 2;
}
.form_result {
    display: none;
    position: relative;
    text-align: center;
    height: 470px;
    overflow: hidden;
    bottom: -44px;
}
.form_result_bg {
    position: absolute;
    background: #1D3D86;
    width: 500px;
    height: 500px;
    bottom: -290px;
    left: calc(50% - 250px);
    border-radius: 50%;
}
.form_result .phone_box {
    bottom: -170px;
    left: calc(50% + -140px);
}
.courses_text {
    margin-top: 80px;
    margin-bottom: 100px;
}
.cropped_content {
    display: none;
    padding: 1px 0;
}
.more {
    font-size: 20px;
    line-height: 35px;
    color: #3F3A7E;
    position: relative;
    padding-right: 30px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.more:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(/local/templates/main/images/normal/more-arrow.svg) center no-repeat;
    background-size: contain;
    right: 12px;
    top: 12px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.download-file {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
}

.download-file span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.form_popup {
    padding: 40px;
}





.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: default !important;
}
.fancybox-content {
    padding: 0 !important;
}
/*------------------------------------*/
#rutube-video {
    width: 90%;
    max-width: 1000px;
    padding: 0 !important;
}
.iframe-wrapper {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.iframe-wrapper iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*/

@media (max-width: 768px) {
    .footer_map {
        height: initial !important;
        min-height: initial !important;
    }
    html, body, .wrapper {
        min-width: initial;
    }
    h1 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .h1_description {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 38px;
    }
    .second_block {
        padding-top: 60px;
        height: 650px;
        background: url('images/image-1.jpg') calc(50% - 20px) bottom no-repeat;
        background-size: 650px;
    }
    .second_block h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .center {
        width: auto;
        padding: 0 20px;
    }
    .bg, .boom, .why_inner, .quality_temp, .page_title_after {
        display: none;
    }
    .logo {
        height: 45px;
        width: 180px;
    }
    .header_line {
        margin-bottom: 55px;
        padding-top: 38px;
    }
    .header {
        height: 600px;
    }
    .rocket_has_flown {
        bottom: -140px;
    }
    .why {
        background: transparent;
    }
    .why_title {
        font-size: 25px;
        line-height: 55px;
        margin: 43px 0 20px 0;
    }
    .advantage-1, .advantage-2, .advantage-3, .advantage-4, .advantage-5, .advantage-6 {
        position: static;
        text-align: center;
        width: auto;
    }
    .advantage_text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 43px;
    }
    .map {
        margin: 0 -20px;
        background-size: cover;
    }
    .map_schools {
        left: calc(50% - 135px);
        top: 340px;
    }
    .map_cities {
        left: calc(50% + 55px);
        top: 410px;
    }
    .map_cities span {
        margin-bottom: 0;
    }
    .map_schools span {
        margin-bottom: 0;
    }
    .advantage_icon-gift {
        background-position: center;
    }
    .guarantee_text {
        width: auto;
    }
    .quality_guarantee_right {
        width: auto;
        float: none;
    }
    .guarantee_title {
        font-size: 25px;
        line-height: 55px;
        margin-bottom: 13px;
    }
    .quality_guarantee {
        font-size: 18px;
        line-height: 30px;
        padding-top: 40px;
        padding-bottom: 60px;
        height: auto;
        margin-bottom: 70px;
    }
    .guarantee_text {
        margin-bottom: 28px;
    }
    .page_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 45px;
    }
    .doing {
        float: none;
        width: auto;
        height: auto;
        color: #153170;
        font-size: 18px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 22px;
        background: transparent;
    }
    .doing:after {
        display: none;
    }
    .you_are_late {
        font-size: 25px;
        line-height: 40px;
    }
    .shifts {
        padding-top: 200px;
        margin-bottom: 40px;
    }
    .shifts .center {
        width: auto;
    }
    .shifts_title {
        line-height: 55px;
        font-size: 35px;
    }
    .shift_buttons_title {
        margin: 40px 0 20px 0;
    }
    .shift_button-step1, .shift_button-step2 {
        line-height: 22px;
        font-size: 16px;
        padding: 15px 30px;
    }
    .shifts_line {
        border-radius: 0;
        margin: 0 -20px 20px -20px;
        padding: 30px 0;
    }
    .shift {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .shift__middle {
        justify-content: center;
    }
    .booking_date, .booking_free, .booking_price {
        width: auto;
        text-align: center;
        padding: 0;
        margin: 0 0 20px 0;
        float: none;
        display: block;
        font-size: 20px;
        line-height: 30px;
    }
    .booking_button {
        margin: 0 auto 20px auto;
        max-width: 250px;
    }
    .price_wrap, .price_left, .price_right {
        float: none;
        width: auto;
        text-align: center;
    }
    .price_right {
        padding: 19px 10px 18px 21px;
    }
    .price_wrap {
        margin: 20px auto 50px;
    }
    .price_left {
        margin: 0 0 50px 0;
    }
    .shifts_lines {
        margin: 35px 0 0 0;
    }
    .video_title {
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    }
    .video_title span {
        display: inline;
    }
    .video_left {
        float: none;
        width: auto;
        text-align: center;
        padding-top: 60px;
    }
    .video_text {
        font-size: 18px;
        line-height: 25px;
    }
    .video_right {
        float: none;
        width: auto;
        margin: 50px -20px 100px -20px;
    }
    .many_shifts_content {
        width: auto;
        float: none;
        text-align: center;
        padding-top: 50px;
        font-size: 20px;
        line-height: 30px;
    }
    .many_shifts_title {
        font-size: 25px;
        line-height: 40px;
    }
    .many_shifts {
        height: 700px;
        background-position: calc(50% - 10px) bottom;
        background-size: 380px;
        margin-bottom: 50px;
    }
    .feedback_title {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        width: auto;
    }
    .feedback_title:after {
        display: none;
    }
    .feedback__image {
        float: none;
        width: 87px;
        margin: 0 auto 15px auto;
    }
    .feedback__text {
        float: none;
        width: auto;
        text-align: center;
        margin: 0;
    }
    .feedback_slider {
        width: auto;
        margin: 50px auto 180px auto;
    }
    .gift_block {
        text-align: center;
    }
    .gift_text {
        font-size: 18px;
        line-height: 30px;
        width: auto;
    }
    .gift {
        top: initial;
        bottom: 40px;
        left: 0;
        right: 0;
        width: auto;
        height: 285px;
        background: url(images/gift.png) calc(50% - 40px) center no-repeat;
        background-size: contain;
    }
    .gift_block .center {
        height: 750px;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .recommend {
        width: 115px;
        margin: 20px 10px;
    }
    .teacher_left {
        overflow: hidden;
        border-radius: 50%;
        height: 256px;
        float: none;
        margin: 0 auto 30px auto;
    }
    .teacher_right {
        width: auto;
        float: none;
    }
    .teachers {
        margin: 0 0 180px 0;
    }
    .phone_box {
        left: 0;
        right: 0;
        width: auto;
        height: 320px;
        bottom: 0;
    }
    .have_questions .center {
        padding: 80px 25px 0 25px;
        height: 730px;
    }
    .have_questions {
        text-align: center;
    }
    .have_questions_background {
        display: none;
    }
    .have_questions_title {
        font-size: 25px;
        line-height: 40px;
    }
    .map_content {
        position: static;
        width: auto;
        border-radius: 0;
        padding: 38px 25px 10px;
    }
    .footer_map ymaps {
        display: none;
    }
    .form_popup, .gifts_popup {
        width: auto;
    }
    .fancybox-slide {
        padding: 0 !important;
    }
    .fancybox-close-small {
        background: #fff !important;
    }
    .teachers-h2 {
        margin: 50px 0 30px 0;
    }
    .rocket {
        bottom: -190px;
    }
    .oferta {
        margin: 40px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .shift_button-step1 span {
        right: initial;
        top: initial;
        bottom: -22px;
        left: calc(50% - 65px);
    }
    .shift_button-step1 {
        display: block;
        margin: 20px 0;
        text-align: center;
    }
}

@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {
    .logo {
        order: 10;
        width: 100%;
        margin-top: 30px;
    }
    .socials {
        order: 2;
        margin: 10px 0 0 auto;
    }
    .select_city_wrap {
        width: 160px;
    }
}
@media (max-width: 575.98px) {}