

/* Start:/landing/kids-summer/form-block/style.css?1555402011652*/
.form-block__input {
    display: block;
    width: calc(100% - 40px);
    border: none;
    padding: 8px 20px;
    margin-bottom: 25px;
    font-size: 30px;
    color: #696c6f;
    font-family: "Open Sans";
}


label.error {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: tomato;
    padding: 10px 0;
    transform: translateY(-20px);
    z-index: 100;
}

label.error:before {
    content: "";
    position: absolute;
    height: 0px;
    border: 10px solid transparent;
    border-bottom: 10px solid tomato;
    top: -20px;
    left: 20px;
    
}
/* End */


/* Start:/landing/kids-summer/css/main.css?155912131018168*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800,900&amp;subset=cyrillic-ext");
* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

html body {
  font-family: 'Montserrat', sans-serif;
  color: #383838; }

html body h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

p {
  padding: 0;
  margin: 0; }

section {
  display: flex;
  flex-direction: column; }

.container {
  padding: 0 !important; }

.container {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .container {
      padding-left: 25px !important;
      padding-right: 25px !important; } }
  .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

.container > h1 {
  display: none; }

header, .nav, .navigator, footer, .nav-menu-mobile-link {
  display: none !important; }

.main-map_mobile-visible {
  display: none !important; }

.main-title {
  font-size: 96px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  text-align: left !important; }
  @media screen and (max-width: 1199px) {
    .main-title {
      font-size: 66px; } }
  @media screen and (max-width: 960px) {
    .main-title {
      font-size: 53px; } }
  .main-title--lower {
    text-transform: none;
    font-size: 60px; }
    @media screen and (max-width: 1199px) {
      .main-title--lower {
        font-size: 42px; } }
    @media screen and (max-width: 960px) {
      .main-title--lower {
        font-size: 34px; } }

.second-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #093589; }
  @media screen and (max-width: 768px) {
    .second-title {
      font-size: 34px; } }
  .second-title--white {
    color: #ffffff; }
  .second-title--red {
    color: #DF3013; }

.third-title {
  font-weight: 600;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  margin: 50px 0; }

.window-overlay {
  background: #037953 !important; }

.window-success {
  width: auto !important;
  border: 2px solid #ffffff !important; }
  .window-success p {
    color: #ffffff !important;
    font-size: 21px !important; }
  .window-success h1 {
    color: #ffffff !important; }
  .window-success .btn {
    background: #ffffff !important;
    color: #2b3138 !important; }

.window-order h2, .order-text {
  color: #ffffff !important; }

.window-order .order form {
  background: #94bd07 !important; }

.order .form-submit input {
  background: #ffffff !important; }

.check_rules:checked:after {
  color: #093589 !important; }

.window-order .course-order .form-label {
  font-weight: 600 !important; }

.window-container {
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: translate(-50%, -50%); }

.window-order .order-full-link {
  display: none; }

.btn__link {
  width: 500px;
  height: 70px;
  line-height: 70px;
  background-color: #DF3013;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 55px;
  display: block;
  margin: 100px auto 0;
  position: relative;
  z-index: 10;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    .btn__link {
      width: 420px;
      margin-left: auto;
      margin-right: auto; } }
  .btn__link--small {
    width: 220px;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .btn__link--small {
        margin-top: 30px;
        width: 265px;
        height: 60px;
        line-height: 60px; } }
  .btn__link--big {
    display: none; }
    @media screen and (max-width: 500px) {
      .btn__link--big {
        margin-top: 215px;
        display: block; } }

.order_form {
  display: flex;
  flex-direction: column; }

.form-block {
  background-color: rgba(0, 0, 0, 0.49);
  background-size: cover;
  padding: 50px 0; }
  @media screen and (max-width: 500px) {
    .form-block {
      display: none; } }
  .form-block--green {
    background-color: #94BD07; }
  .form-block .link-button {
    background-color: #DF3013;
    color: #ffffff;
    box-shadow: none; }

.form__row {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 960px) {
    .form__row {
      flex-wrap: wrap;
      justify-content: center; } }

.form-block__input {
  width: 275px;
  height: 60px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
  background: transparent;
  border: 2px solid #ffffff;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    .form-block__input {
      margin-right: 0;
      width: 100%; } }
  .form-block__input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px !important;
    line-height: normal;
    text-align: center;
    text-transform: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif; }
  .form-block__input:-moz-placeholder {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px !important;
    line-height: normal;
    text-align: center;
    text-transform: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif; }
  .form-block__input::-moz-placeholder {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px !important;
    line-height: normal;
    text-align: center;
    text-transform: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif; }
  .form-block__input:-ms-input-placeholder {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px !important;
    line-height: normal;
    text-align: center;
    text-transform: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif; }

.link-button_form-block {
  width: 275px;
  height: 60px;
  border: none;
  cursor: pointer;
  border-radius: 45px;
  background-color: #ffffff;
  color: #383838;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Montserrat';
  box-shadow: 2px 4px 0px #CECDC9;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    .link-button_form-block {
      margin-top: 20px; } }
  .link-button_form-block--red {
    color: #ffffff;
    background-color: #DF3013;
    margin: 0 20px; }
    @media screen and (max-width: 1199px) {
      .link-button_form-block--red {
        position: absolute;
        top: 30px; } }

label.error {
  width: 30%; }

.rules_confirm {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .rules_confirm {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .rules_confirm {
      text-align: center; } }

.form-block__input.email {
  margin-right: 0; }

.form-block .order_form {
  margin: 0 100px !important; }
  @media screen and (max-width: 1199px) {
    .form-block .order_form {
      margin: 0 0 50px 0 !important; } }

.header-wrap {
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  width: 100%;
  z-index: 10; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 15px 0;
      flex-direction: row; } }

.contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .contacts {
      align-items: center; } }

.social {
  display: flex; }
  .social__link {
    margin-left: 35px; }
    @media screen and (max-width: 768px) {
      .social__link {
        margin: 0 10px; } }

.tel {
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .tel {
      margin-top: 0; } }
  .tel__link {
    display: flex;
    justify-content: center;
    align-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #ffffff; }
    .tel__link img {
      width: 37px;
      height: 37px;
      margin-right: 12px; }
      @media screen and (max-width: 768px) {
        .tel__link img {
          display: none; } }

@media screen and (max-width: 768px) {
  .logo__img {
    max-width: 175px; } }

.hero {
  background-size: cover;
  padding-bottom: 200px; }
  @media screen and (max-width: 1199px) {
    .hero {
      background-position-x: 20%; } }
  @media screen and (max-width: 960px) {
    .hero {
      background-position-x: 35%; } }
  @media screen and (max-width: 768px) {
    .hero {
      background-position-x: 60%; } }
  @media screen and (max-width: 500px) {
    .hero {
      background: url(/landing/kids-summer/css/../img/hero-mob-bg.jpg) center center no-repeat !important;
      min-height: 700px;
      padding-bottom: 0; } }

.hero-wrap {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .hero-wrap {
      padding-top: 200px; } }
  @media screen and (max-width: 500px) {
    .hero-wrap {
      padding-bottom: 50px;
      padding-top: 90px; } }

.course {
  background-color: #F2F7FC;
  position: relative;
  padding-top: 200px; }
  .course:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/landing/kids-summer/css/../img/london.png);
    width: 100%;
    height: 309px;
    top: -270px;
    z-index: 1; }
    @media screen and (max-width: 500px) {
      .course:before {
        background-position-x: 75%;
        top: -215px; } }
  @media screen and (max-width: 768px) {
    .course {
      padding-bottom: 50px; } }
  .course__title {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    color: #383838;
    padding: 50px;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .course__title {
        font-size: 24px; } }
  .course__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .course__row {
        flex-direction: column;
        margin-bottom: 0; } }
    .course__row .course__item {
      max-width: 49%;
      flex-basis: 100%; }
      @media screen and (max-width: 768px) {
        .course__row .course__item {
          max-width: 100%;
          margin-bottom: 50px; } }
  .course__img-wrap {
    position: relative;
    margin-bottom: 20px;
    display: block; }
  .course__img {
    width: 100%;
    object-fit: cover; }
  .course__name {
    font-weight: 600;
    font-size: 55px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 960px) {
      .course__name {
        font-size: 42px;
        top: 25%; } }
    @media screen and (max-width: 768px) {
      .course__name {
        top: 40%;
        font-size: 26px;
        line-height: 42px; } }
    .course__name--age {
      font-size: 36px;
      line-height: 53px;
      display: block; }
  .course__descr-wrap {
    display: flex;
    flex-direction: column;
    min-height: 310px; }
    @media screen and (max-width: 768px) {
      .course__descr-wrap {
        min-height: auto;
        margin-bottom: 20px; } }
  .course__descr {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    margin-top: 5px; }
    @media screen and (max-width: 1199px) {
      .course__descr {
        font-size: 16px; } }
    @media screen and (max-width: 960px) {
      .course__descr {
        font-size: 13px; } }
    @media screen and (max-width: 768px) {
      .course__descr {
        font-size: 16px; } }
    .course__descr--red {
      color: #DF3013;
      font-weight: 600; }
    .course__descr--bold {
      font-weight: 600; }
    .course__descr--sale:before {
      background-image: url(/landing/kids-summer/css/../img/sale.png);
      width: 23px;
      height: 23px; }
    .course__descr--week:before {
      background-image: url(/landing/kids-summer/css/../img/week.png);
      width: 22px;
      height: 23px; }
    .course__descr--hours:before {
      background-image: url(/landing/kids-summer/css/../img/clock.png);
      width: 25px;
      height: 27px; }
    .course__descr--times:before {
      background-image: url(/landing/kids-summer/css/../img/hour.png);
      width: 23px;
      height: 23px; }
    .course__descr--level:before {
      background-image: url(/landing/kids-summer/css/../img/level.png);
      width: 23px;
      height: 22px; }
  .course__descr--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    position: relative;
    padding-left: 40px; }
    .course__descr--title:before {
      content: '';
      display: block;
      position: absolute;
      background-image: url(/landing/kids-summer/css/../img/lightning.png);
      width: 29px;
      height: 42px;
      top: 5px;
      left: 0; }
  .course__descr--line:before {
    background-color: #DF3013;
    background-image: none;
    width: 4px;
    height: 100%;
    top: 0; }

.course__descr--sale, .course__descr--week, .course__descr--hours, .course__descr--times, .course__descr--level {
  margin-left: 75px; }
  .course__descr--sale:before, .course__descr--week:before, .course__descr--hours:before, .course__descr--times:before, .course__descr--level:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -35px; }

.course__descr--none:before {
  display: none; }

.course__descr-wrap--wide {
  width: 49%;
  min-height: 280px; }
  @media screen and (max-width: 768px) {
    .course__descr-wrap--wide {
      width: 100%; } }

.promo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .promo__item {
    width: 25%;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 500px) {
      .promo__item {
        width: 50%; } }
  .promo__img-wrap {
    display: flex;
    justify-content: center; }
  .promo__title {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase; }
    .promo__title--red {
      color: #DF3013; }
    .promo__title--green {
      color: #037953; }
    .promo__title--pink {
      color: #B6246E; }
    .promo__title--lightgreen {
      color: #94BD07; }

.why {
  background: url(/landing/kids-summer/css/../img/wave-bg.png) center center no-repeat;
  background-size: cover; }
  .why__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .why__item {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .why__item {
        width: 100%; } }
  .why__img-wrap {
    min-height: 136px;
    display: flex;
    align-items: flex-end; }
  .why__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #DF3013;
    margin-bottom: 0; }
  .why__descr {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 0; }

.who {
  background: url(/landing/kids-summer/css/../img/wave-blue.png) center top no-repeat;
  background-size: cover;
  padding: 100px 0 50px 0; }
  .who__descr {
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      .who__descr {
        font-size: 18px; } }
    .who__descr--bold {
      font-weight: 600; }
  .who__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 50px; }
  .who__wrap {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    margin-bottom: 100px; }
  .who__item {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .who__item {
        flex-direction: column; } }
  .who__img-wrap {
    min-width: 105px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .who__img-wrap {
        margin-right: 0; } }
  .who__text {
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .who__text {
        font-size: 18px; } }
    .who__text:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #ffffff;
      height: 100%;
      width: 2px;
      left: 0;
      top: 0; }
    .who__text--bold {
      font-weight: 600; }

.advant {
  background-color: #ffffff;
  padding-bottom: 60px; }
  .advant__wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .advant__wrap {
        flex-wrap: wrap; } }
  .advant__item {
    display: flex;
    flex-direction: column;
    width: 24%;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .advant__item {
        width: 49%; } }
    @media screen and (max-width: 500px) {
      .advant__item {
        width: 100%;
        margin-bottom: 30px; } }
  .advant__title {
    font-size: 30px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #093589;
    min-height: 74px;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .advant__title {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .advant__title {
        min-height: auto; } }
  .advant__descr {
    font-weight: normal;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    color: #000000;
    margin-top: 0;
    width: 100%; }

.footer {
  background-color: #093589;
  padding: 20px 0 40px;
  position: relative; }
  .footer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 21px;
    background-image: url(/landing/kids-summer/css/../img/gradient.svg);
    background-size: 100% 21px;
    background-position: bottom center;
    background-repeat: no-repeat;
    bottom: 0; }

/* End */
/* /landing/kids-summer/form-block/style.css?1555402011652 */
/* /landing/kids-summer/css/main.css?155912131018168 */
