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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * 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;
  max-width: 100%; }

/**
 * 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; }

/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * 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"],
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 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 730px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

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

@font-face {
  font-family: 'Museo Sans 300 Light';
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans 500 Medium';
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans 700 Bold';
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans 900 Black';
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html, body {
  font: 16px/19px 'Roboto', sans-serif; }

body, html {
  overflow-x: hidden; }

a:focus, input:focus, textarea:focus, button:focus {
  outline: none; }

.section__title {
  font-family: "Museo Sans 900 Black";
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #292929; }
  .section__title_center {
    text-align: center; }
  .section__title_19 {
    margin-bottom: 19px; }
  .section__title_24 {
    margin-bottom: 24px; }
  .section__title_28 {
    margin-bottom: 28px; }
  .section__title_31 {
    margin-bottom: 31px; }
  .section__title_33 {
    margin-bottom: 33px; }
  .section__title_47 {
    margin-bottom: 47px; }

.icon {
  display: block; }
  .icon_facebook {
    width: 22px;
    height: 22px;
    background: url("../img/facebook-logo.svg") no-repeat center;
    background-size: contain; }
  .icon_instagram {
    width: 22px;
    height: 22px;
    background: url("../img/instagram.svg") no-repeat center;
    background-size: contain; }
  .icon-phone {
    width: 17px;
    height: 17px;
    background: url("../img/icon-phone.png") no-repeat center;
    background-size: contain; }
  .icon-mail {
    width: 21px;
    height: 20px;
    background: url("../img/close-envelope.svg") no-repeat center;
    background-size: contain; }
  .icon_second_1 {
    width: 69px;
    height: 66.72px;
    background: url("../img/second_icon_1.svg") no-repeat center;
    background-size: contain; }
  .icon_second_2 {
    width: 69px;
    height: 65.63px;
    background: url("../img/second_icon_2.svg") no-repeat center;
    background-size: contain; }
  .icon_second_3 {
    width: 65px;
    height: 67.5px;
    background: url("../img/second_icon_3.svg") no-repeat center;
    background-size: contain; }
  .icon_second_4 {
    width: 73px;
    height: 61px;
    background: url("../img/second_icon_4.svg") no-repeat center;
    background-size: contain; }
  .icon-subway {
    width: 15px;
    height: 13px;
    background: url("../img/subway.svg") no-repeat center;
    background-size: contain; }
  .icon_strategy_1 {
    width: 42px;
    height: 42px;
    background: url("../img/strategy/strategy_1.png") no-repeat center;
    background-size: contain; }
  .icon_strategy_2 {
    width: 42px;
    height: 48px;
    background: url("../img/strategy/strategy_2.png") no-repeat center;
    background-size: contain; }
  .icon_strategy_3 {
    width: 42px;
    height: 42px;
    background: url("../img/strategy/strategy_3.png") no-repeat center;
    background-size: contain; }
  .icon_strategy_4, .icon_strategy_8 {
    width: 44px;
    height: 41px;
    background: url("../img/strategy/strategy_4.png") no-repeat center;
    background-size: contain; }
  .icon_strategy_5 {
    width: 42px;
    height: 43px;
    background: url("../img/strategy/strategy_5.png") no-repeat center;
    background-size: contain; }
  .icon_strategy_6, .icon_strategy_7 {
    width: 42px;
    height: 41px;
    background: url("../img/strategy/strategy_6.png") no-repeat center;
    background-size: contain; }
  .icon-marker {
    width: 13px;
    height: 16px;
    background: url("../img/offices/marker.png") no-repeat center;
    background-size: contain; }
  .icon-center {
    width: 17px;
    height: 17px;
    background: url("../img/offices/position.png") no-repeat center;
    background-size: contain; }
  .icon-study {
    width: 16px;
    height: 16px;
    background: url("../img/offices/study.png") no-repeat center;
    background-size: contain; }

.reviews__section {
  background: #F6F4F7;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25);
  padding: 33px 0 98px; }

.reviews__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.reviews__wrap {
  width: 50%;
  padding: 0 16px; }
  .reviews__wrap:nth-of-type(1), .reviews__wrap:nth-of-type(2) {
    margin-bottom: 31px; }

.reviews__item {
  min-height: 279.45px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 22px 34px 5px 22px; }

.reviews__header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 26px; }

.reviews__text {
  height: 113px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #000;
  padding-right: 50px; }
  .reviews__text p:not(:last-child) {
    margin-bottom: 17px; }
  .reviews__text::-webkit-scrollbar {
    height: 10px;
    width: 1px;
    background: #C4C4C4; }
  .reviews__text::-webkit-scrollbar-thumb {
    background: #616161;
    -webkit-border-radius: 0; }
  .reviews__text::-webkit-scrollbar-corner {
    background: #28306C; }

.reviews__photo {
  width: 90px;
  height: 89.82px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 9px; }
  .reviews__photo_1 {
    background-image: url("../img/reviews/reviews_1.jpg");
    background-position: -46px 0; }
  .reviews__photo_2 {
    background-image: url("../img/reviews/reviews_2.jpg");
    background-position: center 0; }
  .reviews__photo_3 {
    background-image: url("../img/reviews/reviews_3.jpg");
    background-position: -26px 0; }
  .reviews__photo_4 {
    background-image: url("../img/reviews/reviews_4.jpg");
    background-position: -50px -16px; }

.reviews__info {
  width: calc(100% - 99px); }
  .reviews__info_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px; }
  .reviews__info_text {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    color: #28306C; }

.reviews__name {
  font-family: "Museo Sans 700 Bold";
  font-size: 24px;
  line-height: 29px;
  color: #28306C;
  margin-right: 14px; }

.header__page {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }

.header__wrap {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__wrap.mob {
    display: none; }

.header__logo {
  max-width: 150px; }
  .header__logo img {
    width: 100%; }

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .header__contacts_phone {
    font-size: 18px;
    line-height: 21px;
    color: #292929;
    text-decoration: none; }
  .header__contacts_modal {
    font-size: 13px;
    line-height: 1.2;
    color: #292929;
    text-decoration: none;
    position: relative; }
    .header__contacts_modal::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 1px;
      background-color: #292929; }

.header__menu {
  display: flex;
  flex-wrap: wrap; }
  .header__menu > li:not(:last-child) {
    margin-right: 29.5px; }

.header__link {
  font-size: 15px;
  line-height: 18px; }
  .header__link a {
    color: #292929;
    text-decoration: none;
    text-transform: uppercase; }

.header__mob {
  display: none; }

.button-menu {
  display: block;
  width: 20px;
  height: 18px;
  margin-left: 50px;
  background: url("../img/menu-three-horizontal-lines-symbol.svg") no-repeat center;
  background-size: cover;
  cursor: pointer; }

.menu__mob {
  position: fixed;
  right: 0;
  top: 0;
  min-height: 100vh;
  background-color: #1f2021;
  max-width: 550px;
  width: 100%;
  z-index: 10012;
  margin-right: -100%;
  transition: margin-right 1.2s; }
  .menu__mob-close {
    position: absolute;
    top: 77px;
    left: 31px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/clear-button.svg") no-repeat center;
    background-size: cover;
    cursor: pointer; }
  .menu__mob-wrap {
    min-height: 100vh;
    padding: 139px 50px 69px 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .menu__mob-title {
    font: 18px/13px "Museo Sans 300 Light";
    letter-spacing: 0.18px;
    color: #424242;
    margin-bottom: 37px; }
  .menu__mob-header {
    margin-bottom: 40px; }
  .menu__mob-link {
    color: #ffffff;
    font-family: "Museo Sans 500 Medium";
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.24px;
    text-decoration: none;
    padding: 2px 9px;
    transition: all .75s;
    margin-left: -10px; }
    .menu__mob-link:hover, .menu__mob-link:focus {
      background-color: #e91a21; }
    .menu__mob-link.active {
      background-color: #e91a21; }
  .menu__mob-contacts {
    opacity: 0.5;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .14px;
    margin-bottom: 75px;
    cursor: pointer;
    font-family: "Museo Sans 500 Medium"; }
    .menu__mob-contacts a {
      display: block;
      text-decoration: none;
      color: inherit;
      margin-bottom: 10px; }
  .menu__mob-copyright {
    opacity: 0.1;
    color: #ffffff;
    font-family: "Museo Sans 300 Light";
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.12px; }

.menu__mob-show {
  margin-right: 0; }

.footer__page {
  padding: 22px 0;
  background-color: #1A1821; }

.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.footer__copyright {
  font-size: 13px;
  line-height: 15px;
  color: #F7F7F7; }

.footer__logo {
  max-width: 115px; }
  .footer__logo img {
    width: 100%; }

.footer__contacts {
  display: flex; }
  .footer__contacts li:not(:last-child) {
    margin-right: 15px; }
  .footer__contacts_link {
    display: block;
    width: 38px;
    height: 38px;
    border: 2px solid #A3A3A6;
    border-radius: 50%;
    position: relative; }
    .footer__contacts_link i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.contacts__section {
  padding: 0 0 0;
  margin-top: -32px;
  margin-bottom: -42px; }

.contacts__list {
  display: flex;
  margin-bottom: 82px; }

.contacts__info {
  width: calc(100% - 575px); }

.contacts__photo {
  width: 575px; }
  .contacts__photo.mob {
    display: none; }
  .contacts__photo img {
    width: 100%; }

.contacts__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 18px; }

.contacts__block {
  margin-bottom: 72.78px; }
  .contacts__block > li {
    display: flex; }
    .contacts__block > li .contacts__link:not(:last-child) {
      margin-right: 36px; }
    .contacts__block > li:not(:last-child) {
      margin-bottom: 20px; }

.contacts__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #292929;
  text-decoration: none; }
  .contacts__link i {
    margin-right: 11px; }

.contacts__map_info {
  position: absolute;
  top: -22px;
  left: 0;
  max-width: 448px;
  width: 100%;
  z-index: 5;
  background: #FAFAFA;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 6px 17px 21px;
  min-height: 833px; }

.contacts__map_list > li {
  font-size: 18px;
  line-height: 23px;
  color: #292929; }
  .contacts__map_list > li i {
    float: left;
    margin-right: 12px;
    margin-top: 6px; }
  .contacts__map_list > li:not(:last-child) {
    margin-bottom: 22px; }

.contacts__map_title {
  font: 21px/25px "Museo Sans 900 Black";
  color: #292929;
  margin-bottom: 14px; }

.contacts__map_wrap {
  position: relative; }

#map {
  height: 811px;
  width: 100%; }

.block-info .image {
  height: 180px;
  background: center no-repeat;
  background-size: cover; }

.block-info .metro {
  font-size: 14px;
  font-weight: 500;
  padding: 0 37px;
  letter-spacing: 0.7px;
  position: relative; }
  .block-info .metro::before {
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    left: 11px;
    top: 4px;
    background: url("../img/map/subway.png"); }

.promo__section {
  padding: 80.63px 0 28.72px;
  background: url("../img/promo_bg.jpg") no-repeat center;
  background-size: cover; }

.promo__block {
  max-width: 1049px;
  margin: 0 auto 31.69px; }

.promo__btn {
  display: flex;
  width: 268px;
  height: 57.28px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #F7F7F7;
  text-decoration: none;
  transition: box-shadow .5s; }
  .promo__btn:hover {
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.23); }
  .promo__btn span {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    display: block;
    z-index: 1;
    font-weight: 700;
    color: #F7F7F7;
    text-decoration: none; }
  .promo__btn::after {
    transition: background .75s;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #CF202B 0%, #FD5A67 100%); }

.stock__section {
  padding: 41px 0 41.37px;
  background: url("../img/stock_bg.jpg") no-repeat center;
  background-size: cover; }

.stock__block {
  max-width: 1050px;
  margin: 0 auto 34.73px;
  position: relative; }
  .stock__block::after {
    content: '';
    display: block;
    width: 44.9px;
    height: 43.46px;
    position: absolute;
    left: -19px;
    top: 8px;
    transform: translateX(-100%);
    background: url("../img/star1.png") no-repeat center;
    background-size: contain; }
  .stock__block::before {
    content: '';
    display: block;
    width: 44.9px;
    height: 43.46px;
    position: absolute;
    right: -19px;
    top: 8px;
    transform: translateX(100%);
    background: url("../img/star2.png") no-repeat center;
    background-size: contain; }

.stock__title {
  font: 26px/34px "Museo Sans 500 Medium";
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .stock__title::after {
    content: '';
    max-width: 1040px;
    display: block;
    margin: 11px auto 0;
    height: 2px;
    background-color: #fff;
    bottom: 0; }

.stock__info {
  margin-top: 11px;
  font: 24px/34px "Museo Sans 300 Light";
  color: #fff;
  text-align: center; }

.teachers__section {
  padding: 70px 0 19px; }

.teachers__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-left: -35px; }

.teachers__wrap {
  width: 25%;
  padding: 0 35px;
  margin-bottom: 63px; }
  .teachers__wrapx2 {
    width: 50%; }
    .teachers__wrapx2.mob {
      display: none; }

.teachers__item {
  position: relative;
  max-width: 248px;
  transform-style: preserve-3d;
  padding-bottom: 7px; }
  .teachers__item::after {
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #28306C;
    border-right: none;
    border-top: none;
    display: block;
    transform: translateZ(-1px); }
  .teachers__item_none {
    max-width: 558px; }
    .teachers__item_none::after {
      display: none; }
  .teachers__item img {
    width: 100%; }

.teachers__photo_mob {
  display: none;
  height: 315px;
  background-position: top;
  background-size: cover; }

.teachers__photo img {
  margin-top: -9px;
  width: 100%; }

.teachers__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 120px;
  padding-top: 26px;
  background: #fff; }

.teachers__name {
  font: 24px/29px "Museo Sans 500 Medium";
  text-align: center;
  color: #292929;
  margin-bottom: 2px; }
  .teachers__name_sm {
    font-size: 21px; }

.teachers__text {
  font: 16px/19px "Museo Sans 300 Light";
  color: #292929;
  text-align: center; }
  .teachers__text_sm {
    font-size: 14.5px; }
  .teachers__text_sl {
    font-size: 12px;
    line-height: 14px; }

.form__section {
  padding: 36px 0 27px;
  background: #F6F4F7;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.25); }

.form__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -63px; }

.form__circle {
  width: 468px;
  height: 468px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FC5865 0%, #D0212C 100%);
  position: relative;
  transform-style: preserve-3d; }
  .form__circle img {
    position: absolute;
    width: 562px;
    left: -26px;
    top: 15px; }

.form__info {
  padding-left: 62px;
  width: calc(100% - 468px); }

.form__title {
  font: 36px/42px "Museo Sans 500 Medium";
  color: #292929;
  margin-bottom: 61px; }
  .form__title span {
    display: block;
    font-size: 28px; }

.form__wrap {
  display: block;
  width: 100%; }

.form__block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px; }
  .form__block_btn {
    display: flex;
    width: 100%;
    padding-left: 7px;
    justify-content: flex-start; }
    .form__block_btn .promo__btn {
      margin: 0;
      border: none; }

.form__input {
  background: #FAFAFA;
  border: 1px solid rgba(41, 41, 41, 0.5);
  font: 20px/24px "Museo Sans 500 Medium";
  color: #6B6B6B;
  padding-left: 14px;
  padding-right: 14px;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 51px;
  width: calc(50% - 14px);
  margin: 0 7px 17px 7px;
  display: block; }

.form__checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 7px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 18px; }
  .form__checkbox input {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 2;
    margin-right: 10px; }
    .form__checkbox input::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #4e4e4e;
      background: #FAFAFA;
      border-radius: 1px;
      z-index: 2; }
    .form__checkbox input:checked::after {
      background: #FAFAFA url("../img/correct-symbol.svg") no-repeat center;
      background-size: 10px; }

.second__section {
  padding: 72px 0 81px; }

.second__text {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #292929;
  margin-bottom: 52px; }

.second__block {
  display: flex;
  flex-direction: column; }
  .second__block.mob {
    display: none; }

.second__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .second__item:not(:last-of-type) {
    margin-bottom: 46px; }

.second__info {
  display: flex;
  flex-direction: column;
  width: 358px; }
  .second__info_icon {
    position: absolute;
    width: 92px;
    top: 0;
    height: 92px;
    background-color: rgba(210, 65, 70, 0.8); }
    .second__info_icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .second__info_item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 5px 0 18px;
    height: 92px;
    background-color: rgba(210, 65, 70, 0.8); }
    .second__info_item p {
      color: #fff;
      font-size: 16px;
      line-height: 19px; }
      .second__info_item p span {
        font-weight: 500; }
    .second__info_item:first-of-type {
      margin-bottom: 46px; }
      .second__info_item:first-of-type .second__info_icon {
        left: 0;
        transform: translateX(-100%); }
    .second__info_item:last-of-type .second__info_icon {
      right: 0;
      transform: translateX(100%); }

.second__photo img {
  width: 100%; }

.second__photo_1 {
  width: 409px; }

.second__photo_2 {
  width: 403px; }

.first__section {
  padding: 76px 0 69px;
  background: url("../img/first_bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 634px;
  position: relative;
  transform-style: preserve-3d; }
  .first__section::before {
    content: '';
    display: block;
    max-width: 1308px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    background: url("../img/first_before.png") no-repeat center;
    background-size: cover; }
  .first__section::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    background: url("../img/first_after.png") no-repeat center;
    background-size: cover; }

.first__block {
  padding: 64px 10px 49px 69px;
  background-color: rgba(212, 68, 74, 0.8);
  position: relative; }

.first__girl {
  position: absolute;
  right: 165px;
  bottom: -130px;
  width: 283px;
  height: 614px;
  background: url("../img/first_girl.png") no-repeat center 100%;
  background-size: contain; }

.first__subtitle {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 6px; }

.first__title {
  font: 46px/55px "Museo Sans 700 Bold";
  color: #fff;
  margin-bottom: 14px; }

.first__info {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 24px; }
  .first__info::before {
    content: '';
    display: block;
    width: 7px;
    height: 67px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.first__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D22F3A;
  text-decoration: none;
  max-width: 268px;
  height: 53px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  transition: box-shadow .5s; }
  .first__btn:hover {
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.23); }
  .first__btn_large {
    max-width: 318px;
    margin: 0; }
  .first__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 31px;
    width: 10px;
    height: 16px;
    background: url("../img/arrow-btn.svg") no-repeat center;
    background-size: contain; }

.strategy__section {
  padding: 47.91px 0 53.89px;
  background: #F6F4F7;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }

.strategy__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.strategy__pagination {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .strategy__pagination::after {
    content: '';
    position: absolute;
    left: 3.5px;
    bottom: 0;
    width: 1px;
    height: 53px;
    background-color: #28306C;
    transform: translateY(100%); }
  .strategy__pagination::before {
    content: '';
    position: absolute;
    left: 3.5px;
    top: 0;
    width: 1px;
    height: 53px;
    background-color: #28306C;
    transform: translateY(-100%); }
  .strategy__pagination > li {
    width: 8px;
    height: 8px;
    border: 1px solid #28306C;
    background-color: transparent;
    border-radius: 50%; }
    .strategy__pagination > li.active {
      background-color: #28306C; }
    .strategy__pagination > li:not(:last-child) {
      margin-bottom: 15px; }

.strategy__frame {
  position: relative;
  width: 687px;
  padding-left: 43px;
  min-height: 381px;
  display: flex;
  align-items: center; }
  .strategy__frame_text {
    font: 18px/22px "Museo Sans 300 Light";
    color: #D32530; }
    .strategy__frame_text p:not(:last-child) {
      margin-bottom: 22px; }
  .strategy__frame_wrap {
    width: 100%;
    border: 7px solid #D32530;
    min-height: 261px;
    padding: 46px 35px 30px 34px; }
  .strategy__frame_content {
    display: none; }
    .strategy__frame_content.active {
      display: block; }
  .strategy__frame_header {
    display: flex;
    align-items: center;
    margin-bottom: 36px; }
    .strategy__frame_header i {
      margin-right: 30px; }
  .strategy__frame_title {
    font: 24px/29px "Museo Sans 900 Black";
    text-transform: uppercase;
    color: #D32530; }

.strategy__list > li {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #000; }
  .strategy__list > li.active {
    font-weight: bold;
    color: #D32530; }
  .strategy__list > li:not(:last-child) {
    margin-bottom: 20px; }

.strategy__list_wrap {
  padding-left: 28px;
  width: calc(100% - 687px); }

.offices__section {
  padding: 64.87px 0 87.83px; }

.offices__slider, .offices__slider_nav_wrap {
  max-width: 1033px;
  margin: 0 auto; }
  .offices__slider_nav .slick-arrow, .offices__slider_nav_wrap_nav .slick-arrow {
    display: none !important; }

.offices__slider {
  margin-bottom: 31px; }
  .offices__slider .slick-arrow {
    display: block !important;
    width: 30px;
    height: 60px;
    font-size: 0;
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    background: url("../img/slider_btn.svg") no-repeat center;
    background-size: contain; }
    .offices__slider .slick-arrow.slick-prev {
      left: -19px;
      transform: translateY(-50%) translateX(-100%) rotate(180deg); }
  .offices__slider_nav {
    margin-right: -16px;
    margin-left: -16px; }
    .offices__slider_nav .slick-slide {
      position: relative; }
      .offices__slider_nav .slick-slide.slick-current .offices__slider_item {
        position: relative; }
        .offices__slider_nav .slick-slide.slick-current .offices__slider_item::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(57, 66, 126, 0.8);
          position: absolute;
          z-index: 0; }
        .offices__slider_nav .slick-slide.slick-current .offices__slider_item span {
          opacity: 1; }
      .offices__slider_nav .slick-slide > div {
        padding: 0 16px; }
  .offices__slider_item {
    height: 125px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; }
    .offices__slider_item span {
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: bold;
      color: #fff;
      z-index: 10;
      opacity: 0;
      transition: opacity .75s;
      transform: translateZ(1px); }
      .offices__slider_item span i {
        margin-right: 9px; }

.offices__text {
  font-size: 18px;
  line-height: 21px;
  color: #292929;
  position: relative;
  padding-left: 26px; }
  .offices__text::after {
    content: '';
    display: block;
    width: 7px;
    height: 100%;
    background: #D32530;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .offices__text_wrap {
    max-width: 1033px;
    margin: 0 auto 27px; }

.offices__item {
  position: relative;
  height: 533px;
  background-position: center;
  background-size: cover; }

.offices__info {
  position: absolute;
  left: 35px;
  bottom: 35px;
  background-color: rgba(57, 85, 148, 0.9);
  padding: 12px 11px 12px 10px; }
  .offices__info > li {
    display: flex;
    align-items: center;
    font: 18px/22px "Museo Sans 500 Medium";
    color: #fff; }
    .offices__info > li:not(:last-child) {
      margin-bottom: 9px; }
    .offices__info > li span {
      display: flex;
      align-items: center; }
      .offices__info > li span:not(:last-child) {
        margin-right: 21px; }
      .offices__info > li span .icon-marker {
        margin-right: 9px; }
      .offices__info > li span .icon-center {
        margin-right: 7px; }
      .offices__info > li span .icon-study {
        margin-right: 5px; }

.about__section {
  padding: 73px 0 85px;
  background: #F6F4F7;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.25); }

.about__text {
  font-size: 22px;
  line-height: 26px;
  color: #292929;
  padding-left: 65px;
  position: relative;
  margin-bottom: 45px; }
  .about__text::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #D32530; }

.about__list {
  display: flex;
  flex-wrap: wrap; }

.about__info {
  width: calc(100% - 569px);
  padding-left: 40px; }
  .about__info_list {
    color: #292929;
    margin-bottom: 60px; }
    .about__info_list > li {
      padding-left: 9px;
      position: relative; }
      .about__info_list > li::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #292929;
        position: absolute;
        left: 0;
        top: 9px; }
      .about__info_list > li:not(:last-child) {
        margin-bottom: 14px; }

.about__photo {
  width: 569px; }
  .about__photo.mob {
    display: none; }
  .about__photo img {
    width: 100%; }

.about__promo {
  max-width: 520px;
  width: 100%;
  border: 2px solid #28306C;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: italic;
  color: #28306C;
  padding: 14px 21px 13px 20px; }

.programs__section {
  padding: 65.43px 0 78.85px; }

.programs__wrap {
  display: none; }
  .programs__wrap.active {
    display: block; }

.programs__item {
  display: flex;
  flex-wrap: wrap;
  background: #FAFAFA;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden; }
  .programs__item:not(:last-of-type) {
    margin-bottom: 29px; }
  .programs__item_mob {
    display: none; }
    .programs__item_mob img {
      width: 100%; }
.programs__item_open {
  /* display: flex; */
    width: fit-content;
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 0 auto; */
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #F7F7F7;
    font-weight: 700;
    border: none;
    text-decoration: none;
    background: linear-gradient(90deg, #CF202B 0%, #FD5A67 100%);
}
.programs__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.programs__overlay--show {
  opacity: 1;
  visibility: visible;
}
.programs__popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 11;
}
.programs__popup--show {
  opacity: 1;
  visibility: visible;
}
.programs__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .programs__close {
    right: 5px;
  }
  .programs__item table {
    text-align: center;
    font-size: 16px;
  }
}
.programs__item table {
  border-collapse: collapse;
}
.programs__item table th {
  padding: 10px;
  font-weight: 700;
}
.programs__item table td {
  padding: 10px;
}
.programs__item table tr {
  border-bottom: 1px solid #e3e3e3;
}
  .programs__item_photo {
    width: 318px;
    margin-bottom: -2px; }
    .programs__item_photo img {
      width: 100%; }
  .programs__item_name {
    font-size: 27px;
    line-height: 32px;
    color: #D32530;
    font-weight: bold;
    margin-bottom: 22px; }
    .programs__item_name span {
      display: block;
      font-size: 20px;
      line-height: 20px; }
  .programs__item_title {
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    font-weight: 500;
    margin-bottom: 15px; }
  .programs__item_list {
    margin-bottom: 15px;
  }
  .programs__item_list > li {
    color: #292929;
    position: relative;
    padding-left: 13px; }
    .programs__item_list > li::before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      background-color: #292929;
      border-radius: 50%;
      left: 0;
      position: absolute;
      top: 8px; }
    .programs__item_list > li span {
      font-weight: 500; }
    .programs__item_list > li:not(:last-child) {
      margin-bottom: 9.25px; }
  .programs__item_info {
    padding: 30px 5px 5px 36px;
    width: calc(100% - 318px); }

.programs__btn {
  position: relative;
  display: block;
  padding: 0;
  height: 70px;
  border: 2px solid #28306C;
  box-sizing: border-box;
  border-radius: 10px;
  width: calc(50% - 10px);
  background: transparent;
  overflow: hidden; }
  .programs__btn:hover {
    border: none; }
    .programs__btn:hover span {
      color: #fff; }
    .programs__btn:hover::after {
      opacity: 1;
      background: linear-gradient(90deg, #CF202B 0%, #FD5A67 100%); }
  .programs__btn:first-of-type:before {
    content: '';
    display: block;
    width: 13px;
    height: 20px;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 10%;
    z-index: -2; }
  .programs__btn:last-of-type:before {
    content: '';
    display: block;
    width: 13px;
    height: 20px;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: -2; }
  .programs__btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transition: opacity .75s;
    opacity: 0; }
  .programs__btn.active {
    border: none; }
    .programs__btn.active span {
      color: #fff; }
    .programs__btn.active::after {
      opacity: 1;
      background: linear-gradient(90deg, #CF202B 0%, #FD5A67 100%); }
  .programs__btn span {
    display: block;
    z-index: 1;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    color: #28306C;
    font-weight: bold;
    text-transform: uppercase; }
  .programs__btn:first-of-type {
    margin-right: 20px; }
  .programs__btn_wrap {
    display: flex;
    margin-bottom: 31px; }

@media screen and (max-width: 1330px) {
  .form__title span {
    font-size: 26px; }
  .form__list {
    margin: 0; } }

@media screen and (max-width: 1199px) {
  .first__block {
    padding-left: 35px; }
  .first__girl {
    right: -58px; }
  .section__title {
    font-size: 37px;
    line-height: 45px; }
  .second__text {
    font-size: 28px;
    margin-bottom: 45px; }
  .about__list {
    align-items: center; }
  .about__info {
    width: 60%;
    padding-left: 0; }
  .about__photo {
    width: 40%; }
  .about__text {
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px; }
    .about__text br {
      display: none; }
  .about__info_list {
    margin-bottom: 40px; }
  .about__text::before {
    left: 0; }
  .stock__title {
    font-size: 23.1px;
    line-height: 31px; }
  .stock__info {
    font-size: 22px;
    line-height: 32px; }
  .programs__btn:last-of-type:before {
    right: 4%; }
  .programs__item_info {
    padding: 20px 15px 20px 20px; }
  .programs__item_name {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px; }
  .programs__item_title {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px; }
    .programs__item_title br {
      display: none; }
  .form__circle {
    width: 400px;
    height: 400px; }
  .form__circle img {
    width: 514px;
    left: -64px;
    top: 15px; }
  .form__info {
    padding-left: 25px;
    width: calc(100% - 400px); }
  .form__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 31px; }
  .form__title span {
    font-size: 22px;
    max-width: 350px; }
  .form__input {
    width: 100%; }
  .form__section {
    padding: 46px 0 42px; }
  .teachers__list {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center; }
  .teachers__wrap {
    padding: 0 15px;
    width: 33.33%;
    z-index: 0; }
  .teachers__item {
    max-width: 320px;
    margin: 0 auto; }
  .teachers__wrap.teachers__wrapx2 {
    width: 100%; }
    .teachers__wrap.teachers__wrapx2.desk {
      display: none; }
    .teachers__wrap.teachers__wrapx2.mob {
      display: none; }
    .teachers__wrap.teachers__wrapx2 .teachers__item {
      max-width: 100%; }
  .teachers__text_sl {
    padding: 0 5px;
    font-size: 13px; }
    .teachers__text_sl br {
      display: none; }
  .strategy__block {
    flex-direction: column-reverse; }
  .strategy__list_wrap {
    width: 687px;
    padding-left: 0;
    margin-bottom: 20px; }
  .strategy__section .section__title, .teachers__section .section__title {
    text-align: center; }
  .reviews__info_text br {
    display: none; }
  .reviews__text {
    padding-right: 30px; }
  .second__info_item {
    height: 83px; }
  .second__info_icon {
    width: 83px;
    height: 83px; }
    .second__info_icon i {
      width: 70%; }
  .second__info {
    width: 34%; }
  .second__info_item:first-of-type {
    margin-bottom: 9px; }
  .second__info_item p {
    font-size: 14px;
    line-height: 16px; }
  .second__photo_1 {
    width: 33.5%; }
  .second__photo_2 {
    width: 32.5%; }
  .second__item:not(:last-of-type) {
    margin-bottom: 36px; }
  .header__page .container {
    max-width: calc(100% - 30px); }
  .contacts__photo {
    width: 50%; }
  .contacts__info {
    width: 50%; }
  .contacts__list {
    align-items: center; }
  .contacts__text br {
    display: none; }
  .contacts__block > li {
    flex-wrap: wrap; }
  .contacts__link {
    margin: 3px 0; }
  .contacts__block {
    margin-bottom: 47px; }
  .offices__slider .slick-arrow {
    right: 9px;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #fff url("../img/slider_btn.svg") no-repeat center;
    background-size: 20px;
    border-radius: 50%; }
  .offices__slider .slick-arrow.slick-prev {
    left: 9px; } }

@media screen and (max-width: 1115px) {
  .menu__mob-wrap {
    padding-top: 82px; }
  .menu__mob-close {
    top: 30px; }
  .header__wrap {
    height: 74px; }
    .header__wrap.desk {
      display: none; }
    .header__wrap.mob {
      display: flex; }
  .header__page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff; }
  .first__section {
    margin-top: 74px; } }

@media screen and (max-width: 991px) {
  .stock__title {
    font-size: 25.5px; }
  .form__title {
    text-align: center; }
    .form__title span {
      margin: 0 auto; }
  .stock__info br {
    display: none; }
  .stock__block::after {
    left: 19px; }
  .stock__block::before {
    right: 19px; }
  .stock__info {
    font-size: 19px;
    line-height: 29px; }
  .contacts__map_list > li {
    font-size: 16px;
    line-height: 21px; }
  .offices__item {
    height: 418px; }
  .offices__info {
    left: 20px;
    bottom: 20px; }
  .reviews__wrap {
    width: 100%; }
  .reviews__wrap:nth-of-type(3) {
    margin-bottom: 31px; }
  .reviews__section .section__title {
    text-align: center; }
  .reviews__info_text br {
    display: block; }
  .contacts__section {
    background-color: #FAFAFA; }
  .contacts__map_info {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    padding: 20px 17px 30px;
    min-height: auto;
    box-shadow: none;
    background: transparent; }
  .contacts__map_title {
    margin-bottom: 25px;
    text-align: center; }
  .contacts__map_list {
    display: flex;
    flex-wrap: wrap; }
    .contacts__map_list > li {
      width: 50%; }
      .contacts__map_list > li:last-of-type {
        width: 100%; }
  #map {
    height: 650px; }
  .contacts__photo {
    width: 100%; }
  .contacts__list {
    flex-wrap: wrap;
    margin-bottom: 32px; }
  .contacts__info {
    width: 100%;
    margin-bottom: 35px; }
  .contacts__section {
    padding-top: 55px; }
    .contacts__section .section__title {
      text-align: center; }
  .contacts__block {
    margin-bottom: 20px; }
  .promo__btn {
    margin: 0 auto; }
  .offices__slider {
    margin-bottom: 21px; }
  .teachers__wrap {
    width: 50%; }
  .teachers__section {
    padding-top: 55px; }
  .form__list {
    flex-direction: column-reverse;
    align-items: center; }
  .form__info {
    width: 70%; }
  .form__block_btn .promo__btn {
    margin: 0 auto; }
  .form__info {
    margin-bottom: 30px; }
  .form__circle {
    width: 350px;
    height: 350px; }
    .form__circle img {
      width: 447px;
      left: -46px; }
  .programs__btn span {
    font-size: 15px; }
  .programs__btn:last-of-type:before {
    display: none; }
  .section__title {
    font-size: 26px;
    line-height: 30px; }
  .section__title_47 {
    margin-bottom: 35px; }
  .about__text {
    font-size: 18px;
    line-height: 23px;
    padding-left: 20px;
    margin-bottom: 30px; }
  .about__info {
    width: 100%;
    margin-bottom: 30px; }
  .about__photo {
    width: 100%; }
  .teachers__item {
    max-width: 287px; }
  .second__text {
    font-size: 22px;
    margin-bottom: 25px; }
  .second__block {
    align-items: center; }
    .second__block.desk {
      display: none; }
    .second__block.mob {
      display: flex; }
  .second__item {
    width: 70%;
    display: flex;
    flex-direction: column; }
  .second__photo_1, .second__photo_2 {
    width: 100%;
    margin-bottom: 30px; }
  .second__info {
    width: 100%; }
  .second__info_item:first-of-type {
    margin-bottom: 0; }
  .second__info_item:last-of-type .second__info_icon {
    right: 0;
    left: unset;
    transform: translateX(0); }
  .second__info_item {
    padding-right: 85px; }
  .second__info_item p {
    font-size: 16px; }
  .second__item:not(:last-of-type) {
    margin-bottom: 0; }
  .contacts__photo.desk {
    display: none; }
  .contacts__photo.mob {
    display: block;
    max-width: 600px;
    margin: 0 auto; }
  .about__photo.desk {
    display: none; }
  .about__photo.mob {
    display: block;
    margin: 0 auto; }
  .section__title_33 {
    margin-bottom: 66px; }
  .about__section {
    padding: 55px 0 60px; }
  .programs__section {
    padding: 55px 0 60px; }
  .programs__item_photo {
    display: none; }
  .programs__item_info {
    width: 100%; }
  .programs__item_mob {
    display: block; }
  .programs__btn_wrap, .programs__block {
    max-width: 600px;
    margin: 0 auto; }
  .programs__btn_wrap {
    margin-bottom: 35px; }
  .programs__btn {
    height: 60px; }
  .programs__btn span {
    font-size: 14px; }
  .programs__item_title {
    font-size: 18px;
    line-height: 22px; }
  .first__girl {
    bottom: -68px; }
  .first__subtitle {
    font-size: 20px;
    line-height: 24px;
    max-width: 325px; }
  .first__title {
    font-size: 34px;
    line-height: 43px; }
  .first__info {
    font-size: 18px;
    line-height: 23px;
    max-width: 400px; }
    .first__info br {
      display: none; }
  .first__section {
    min-height: auto; }
  .strategy__list > li:not(:last-child) {
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .strategy__frame {
    min-height: auto; }
  .first__section {
    background: #EBEFF8; }
  .about__promo {
    font-style: normal; }
  .reviews__section {
    padding-bottom: 42px; }
  .contacts__section {
    margin-top: 0; }
  .menu__mob-wrap {
    padding-left: 31px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .menu__mob-link {
    font-size: 18px;
    line-height: 32px; }
  .menu__mob-contacts {
    margin-bottom: 50px; }
  .menu__mob-title {
    margin-bottom: 20px; }
  #map {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    height: 500px; }
  .offices__slider_nav_wrap {
    display: none; }
  .footer__wrap {
    flex-direction: column-reverse; }
  .footer__contacts {
    margin-bottom: 10px; }
  .footer__logo {
    margin-bottom: 25px; }
  .footer__copyright {
    text-align: center;
    font-size: 11px;
    line-height: 13px; }
  .stock__title {
    font-size: 18px;
    line-height: 24px;
    padding: 0 51px; }
  .stock__block::before {
    right: 35px; }
  .stock__block::after {
    left: 35px; }
  .stock__info {
    font-size: 16px;
    line-height: 24px; }
  .stock__block {
    margin-bottom: 15px; }
  .contacts__map_info {
    padding: 0 0 20px; }
  .contacts__map_list > li {
    width: 100%; }
    .contacts__map_list > li:not(:last-child) {
      margin-bottom: 15px; }
  .contacts__map_title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 20px; }
    .contacts__map_title br {
      display: none; }
  .contacts__text {
    font-size: 16px;
    line-height: 24px; }
  .offices__text {
    font-size: 16px;
    line-height: 20px; }
  .contacts__link {
    margin: 10px 0; }
  .contacts__block > li:not(:last-child) {
    margin-bottom: 0; }
  .contacts__block > li .contacts__link:not(:last-child) {
    margin-right: 20px; }
  .section__title, .form__title {
    font-size: 22px;
    line-height: 26px; }
  .form__title span {
    font-size: 18px;
    line-height: 20px; }
  .contacts__section {
    padding-top: 45px; }
  .reviews__header {
    flex-direction: column; }
  .reviews__item {
    padding: 15px 15px 20px 15px; }
  .reviews__info_header {
    justify-content: center;
    margin-bottom: 16px; }
  .reviews__photo {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 10px; }
  .reviews__info {
    width: 100%; }
  .reviews__info_text {
    font-size: 15px; }
    .reviews__info_text br {
      display: none; }
  .reviews__text {
    font-size: 14px;
    padding-right: 20px; }
  .reviews__section .section__title {
    margin-bottom: 31px; }
  .programs__section,
  .offices__section,
  .second__section {
    padding: 45px 0 40px; }
  .second__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  .second__info_item:last-of-type .second__info_icon {
    top: 100%; }
  .second__info_item:first-of-type {
    padding-right: 15px; }
  .offices__item {
    height: 320px; }
  .offices__info {
    left: 5px;
    bottom: 5px; }
  .offices__info > li span {
    margin: 2px 0; }
    .offices__info > li span:not(:last-child) {
      margin-right: 0; }
  .offices__info > li {
    font-size: 15px;
    line-height: 19px;
    flex-direction: column;
    align-items: flex-start; }
    .offices__info > li:not(:last-child) {
      margin-bottom: 0; }
  .offices__slider .slick-arrow {
    width: 45px;
    height: 45px;
    right: 15px;
    background-size: 15px; }
    .offices__slider .slick-arrow.slick-prev {
      left: 15px; }
  .strategy__section .section__title,
  .teachers__section .section__title {
    margin-bottom: 32px; }
  .teachers__wrap {
    width: 100%; }
  #offices .section__title {
    max-width: 264px;
    margin: 0 auto 32px; }
  .offices__text::after {
    width: 3px; }
  .offices__text {
    padding-left: 18px; }
  .strategy__list_wrap {
    width: 100%; }
  .strategy__frame {
    max-width: 650px;
    width: 100%;
    padding-left: 0;
    align-items: flex-start; }
  .strategy__pagination {
    display: none; }
  .strategy__frame_wrap {
    padding: 15px 15px 15px 15px;
    min-height: auto; }
  .strategy__frame_text {
    font-size: 16px;
    line-height: 20px; }
  .strategy__list > li:not(:last-child) {
    margin-bottom: 8px; }
  .strategy__frame_header i {
    margin-right: 10px;
    width: 35px; }
  .strategy__frame_header {
    margin-bottom: 21px; }
  .strategy__list > li {
    font-size: 16px;
    line-height: 20px; }
  .strategy__frame_title {
    font-size: 19px;
    line-height: 22px;
    width: calc(100% - 45px); }
    .strategy__frame_title br {
      display: none; }
  .form__info {
    width: 100%;
    padding-left: 0; }
  .form__circle {
    width: 290px;
    height: 290px; }
  .form__circle img {
    width: 372px;
    top: 7px; }
  .form__input {
    height: 45px;
    font-size: 17px; }
  .form__checkbox {
    margin-bottom: 20px; }
  .programs__item_info {
    padding: 20px 10px 20px 10px; }
  .programs__item_name {
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  .programs__item_title {
    font-size: 16px;
    line-height: 20px; }
  .programs__item_list > li {
    font-size: 14px;
    line-height: 18px; }
  .programs__btn:first-of-type {
    margin-right: 0;
    margin-bottom: 15px; }
  .programs__btn_wrap {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center; }
  .programs__btn {
    width: 100%;
    max-width: 450px; }
  .programs__btn:last-of-type:before {
    display: block; }
  .about__promo {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px; }
    .about__promo br {
      display: none; }
  .about__info_list {
    margin-bottom: 25px; }
  .about__info_list > li {
    font-size: 14px;
    line-height: 18px; }
    .about__info_list > li br {
      display: none; }
  .about__text {
    font-size: 16px;
    line-height: 20px; }
  .second__item {
    width: 100%; }
  .section__title br, .form__title br {
    display: none; }
  .teachers__item {
    max-width: 420px; }
  .teachers__photo {
    display: none; }
    .teachers__photo_mob {
      display: block; }
  .teachers__item::after {
    border-left: none;
    left: 0; }
  .teachers__info {
    position: relative; }
    .teachers__info::before {
      content: '';
      display: block;
      width: 7px;
      background-color: #28306C;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .teachers__wrap {
    margin-bottom: 0; }
  .teachers__wrap:not(:last-child) {
    margin-bottom: 35px; }
  .teachers__wrap.teachers__wrapx2.mob {
    display: block; }
  .teachers__section {
    padding-bottom: 45px; }
  .teachers__text_sl {
    font-size: 15px; }
  .teachers__text_sm {
    font-size: 16px; }
    .teachers__text_sm br {
      display: none; }
  .teachers__info {
    padding: 25px 10px 10px 10px; }
  .first__girl {
    display: none; }
  .first__section {
    padding: 44px 0 45px; }
  .first__subtitle {
    max-width: 100%; }
  .first__block {
    padding: 20px 15px 40px; }
  .first__btn {
    margin: 0 auto; }
  .first__info {
    font-size: 14px;
    line-height: 19px; }
  .first__info::before {
    width: 5px;
    height: 100%; }
  .first__title {
    font-size: 29px;
    line-height: 36px;
    text-align: center; }
  .first__info {
    padding-left: 16px; }
  .first__subtitle {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 25px; } }

@media screen and (max-width: 400px) {
  .first__title {
    font-size: 28px;
    line-height: 34px; }
  .section__title, .form__title {
    font-size: 20px;
    line-height: 24px; }
  .second__text {
    max-width: 237px;
    margin: 0 auto 20px; }
  .second__info_item p {
    font-size: 16px;
    text-align: center; }
    .second__info_item p br {
      display: none; }
  .stock__title {
    padding: 0 32px; }
  .contacts__map_list > li {
    font-size: 15px;
    line-height: 19px; }
  .contacts__map_title {
    font-size: 18px;
    line-height: 24px; } }

@media screen and (max-width: 360px) {
  .first__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px; }
  .first__title {
    font-size: 23px;
    line-height: 30px; }
  .section__title, .form__title {
    font-size: 17px;
    line-height: 21px; }
  .second__info_item p {
    font-size: 15px; }
  .stock__title {
    font-size: 16px;
    line-height: 21px;
    padding: 0 34px; }
  .programs__btn span {
    font-size: 12px; }
  .programs__btn:last-of-type:before, .programs__btn:first-of-type:before {
    width: 10px;
    height: 18px; }
  .programs__item_name {
    font-size: 18px;
    line-height: 24px; }
  .strategy__list > li {
    font-size: 15px;
    line-height: 18px; }
  .strategy__frame_title {
    font-size: 17px;
    line-height: 20px;
    width: calc(100% - 34px); }
  .strategy__frame_header i {
    margin-right: 8px;
    width: 26px; }
  .offices__text br {
    display: none; }
  .strategy__frame_text {
    font-size: 15px;
    line-height: 19px; }
  .promo__btn span {
    font-size: 14px; } }
