/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_1.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_0.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_3.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl_2.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
:target {
  scroll-margin-top: 100px; }

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

ul {
  list-style: none; }

* img {
  max-width: 100%; }

strong {
  font-weight: 900; }

:root {
  --bg-color: #fff;
  --accent-color: #DC2235;
  --text-color: #1D282E;
  --disable-color: #B2BFC7; }

.help-block.form-error {
  position: relative;
  font-size: .8em;
  color: #b94a48; }

body {
  font-family: 'MuseoSansCyrl', sans-serif;
  color: #363940;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500; }

input, select {
  outline: none; }

input[type=submit], select {
  -webkit-appearance: none; }

* img {
  max-width: 100%; }

:root {
  --bg-color: #FAFAFA;
  --bg-light-color: #EFF5F2;
  --prime-color:#C5F501;
  --text-color: #363940;
  --text-inverse-color: #FFFFFF;
  --header-color: #363940;
  --disable-color: #D8DADB;
  --border-radius:10px;
  --btn-border-radius:4px; }

.help-block.form-error {
  position: absolute;
  font-size: .8em;
  color: #b94a48;
  top: 71px; }
  @media screen and (max-width: 767px) {
    .help-block.form-error {
      top: 0px;
      position: relative; } }

#fancybox-close {
  background: transparent url(../images/btn_close.svg) 0;
  background-repeat: no-repeat;
  right: -10px;
  top: 10px; }

#fancybox-right-ico {
  background-image: url(../images/btn_arrow_right.svg);
  background-position: 0;
  background-repeat: no-repeat; }

#fancybox-left-ico {
  background-image: url(../images/btn_arrow_left.svg);
  background-position: 0;
  background-repeat: no-repeat; }

h1 {
  font-size: 55px;
  line-height: 72px;
  letter-spacing: -.02em;
  text-align: center;
  color: white;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 44px; }
  @media (max-width: 780px) {
    h1 {
      font-size: 7.5vw;
      line-height: 1em; } }

h2 {
  font-style: normal;
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--header-color);
  margin-bottom: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem); }

h3 {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-color);
  margin-bottom: clamp(2.75rem, 2.295rem + 2.27vw, 4rem); }

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

section {
  padding-top: clamp(4rem, 2.591rem + 7.05vw, 7.875rem);
  padding-bottom: clamp(4rem, 2.591rem + 7.05vw, 7.875rem); }

footer {
  padding-top: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem); }

.btn_std {
  font-family: 'MuseoSansCyrl';
  border-radius: var(--btn-border-radius);
  background-color: var(--prime-color);
  font-size: 14px;
  line-height: 1em;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 19px 24px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.btn_std:hover {
  background-color: #E1FF66; }

[class*="__container"] {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto; }

[class*="__wrapper"] {
  /*  margin-top: unquote('clamp(3.125rem, 1.761rem + 6.82vw, 6.875rem)');*/ }

@media (max-width: 1220px) {
  [class*="__container"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
[class*="__smallcontainer"] {
  width: 100%;
  max-width: 1052px;
  margin: 0px auto; }

@media (max-width: 1266px) {
  [class*="__smallcontainer"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.btn_std {
  color: var(--text-color);
  white-space: nowrap;
  position: relative;
  overflow-x: hidden; }

.btn_std .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: flareAnimation;
          animation: flareAnimation;
  left: -350%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  -webkit-animation: flareAnimation 3s infinite linear;
          animation: flareAnimation 3s infinite linear; }

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%; }
  100% {
    left: 150%; } }

@keyframes flareAnimation {
  0% {
    left: -150%; }
  100% {
    left: 150%; } }
/*Главный экран */
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-image: url("../images/bg_video_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.main_screen {
  position: relative;
  overflow: hidden;
  background-color: #0E0702;
  min-height: 94vh;
  padding-top: 0;
  /* .main_screen__smallcontainer */
  /* .main_screen__logo */
  /* .main_screen__offer */
  /* .main_screen__format */
  /* .main_screen__header_about */
  /* .main_screen__when */
  /* .main_screen__when_date */
  /* .main_screen__when_format */
  /* .main_screen__form */ }
  .main_screen__smallcontainer {
    position: relative;
    z-index: 1; }
  .main_screen__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: clamp(2.625rem, 1.42rem + 6.02vw, 5.938rem);
    padding-bottom: clamp(3.875rem, 2.466rem + 7.05vw, 7.75rem);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 480px) {
      .main_screen__logo {
        width: 60%;
        margin-left: auto;
        margin-right: auto; } }
  .main_screen__format {
    color: white;
    letter-spacing: .07em;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    height: 24px; }
    @media (max-width: 530px) {
      .main_screen__format {
        font-size: 18px; } }
  .main_screen__format:before {
    content: '';
    display: block;
    width: 35%;
    height: 1px;
    left: 0;
    top: 10px;
    position: absolute;
    background-color: white;
    opacity: .5; }
    @media (max-width: 780px) {
      .main_screen__format:before {
        width: 25%; } }
    @media (max-width: 530px) {
      .main_screen__format:before {
        display: none; } }
  .main_screen__format:after {
    content: '';
    display: block;
    width: 35%;
    height: 1px;
    right: 0;
    top: 10px;
    position: absolute;
    background-color: white;
    opacity: .5; }
    @media (max-width: 780px) {
      .main_screen__format:after {
        width: 25%; } }
    @media (max-width: 530px) {
      .main_screen__format:after {
        display: none; } }
  .main_screen__header_about {
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 1.2em; }
    @media (max-width: 780px) {
      .main_screen__header_about {
        font-size: 5.5vw;
        line-height: 1.1em; } }
  .main_screen__when {
    font-size: 24px;
    line-height: 40px;
    color: white;
    white-space: nowrap;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 58px;
    margin-bottom: 100px; }
    @media (max-width: 780px) {
      .main_screen__when {
        font-size: 20px;
        line-height: 1.1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 60px; } }
  .main_screen__when li {
    padding-left: 38px;
    padding-right: 24px; }
  .main_screen__when_date {
    background-image: url(../images/icn_cal.svg);
    background-repeat: no-repeat;
    background-position: left center; }
    @media (max-width: 780px) {
      .main_screen__when_date {
        margin-bottom: 16px; } }
  .main_screen__when_format {
    background-image: url(../images/icn_flash.svg);
    background-repeat: no-repeat;
    background-position: left center; }
  .main_screen__form {
    background-color: white;
    border-radius: var(--border-radius);
    width: 100%;
    padding: 32px 64px;
    position: relative;
    z-index: 5; }
    @media (max-width: 992px) {
      .main_screen__form {
        padding: 32px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
  .main_screen__form form {
    position: relative;
    z-index: 5; }
  .main_screen__form:before {
    content: '';
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    border: 1px solid #FFFFFF;
    position: absolute;
    right: -12px;
    bottom: -12px; }

.top_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .top_form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 32px; } }

.field-label-5 {
  font-size: 11px;
  line-height: 17px;
  color: #333333;
  letter-spacing: -.01px; }

.text-field-2 {
  border: none;
  width: 100%;
  border-bottom: 1px solid #5B5D69;
  padding: 10px 0 10px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
  color: #454545; }

.text-field-2:placeholder {
  color: #454545; }

.w-checkbox {
  line-height: 1em; }

.w-checkbox-input {
  /* .w-checkbox-input--inputType-custom */ }

.w {
  /* .w--redirected-checked */ }

.heading_spasibo {
  font-size: 20px;
  font-weight: 900; }

.w-checkbox-input {
  /* .w-checkbox-input--inputType-custom */ }

input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  border: 2px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"]:checked {
  background-image: url("../images/icn_galka.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333333; }

input[type="submit"] {
  border: none; }

.w {
  /* .w--redirected-checked */ }

.field-label-5 {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  font-family: 'MuseoSansCyrl';
  margin-left: 10px; }

.field-label-5 a {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  font-family: 'MuseoSansCyrl'; }

.top_form_notes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .4fr 24px .4fr;
  grid-template-columns: .4fr .4fr;
  justify-items: end;
  grid-gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px; }
  @media (max-width: 1300px) {
    .top_form_notes {
      -ms-grid-columns: 1fr 24px 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 992px) {
    .top_form_notes {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      justify-items: flex-start;
      grid-gap: 10px; } }

.w-form-done, .w-form-fail {
  display: none; }

/*конец Главный экран*/
/*Спикеры*/
.about {
  background-color: #FAFAFA;
  /* .about__smallcontainer */
  /* .about__speakers */
  /* .about__speakers_item */
  /* .about__speakers_image */
  /* .about__speakers_text */
  /* .about__speakers_about */
  /* .about__speakers_name */ }
  .about h2 {
    text-align: center; }
    @media (max-width: 600px) {
      .about h2 {
        text-align: left; } }
  .about__speakers {
    margin-top: 105px;
    display: -ms-grid;
    display: grid;
    grid-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    @media (max-width: 600px) {
      .about__speakers {
        margin-top: 64px; } }
  .about__speakers_item {
    background-color: white;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 256px;
    overflow: hidden;
    width: 100%;
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 992px) {
      .about__speakers_item {
        background-color: transparent;
        border-radius: none;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 600px) {
      .about__speakers_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about__speakers_image {
    width: 100%;
    max-width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url(../images/place_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden; }
    @media (max-width: 992px) {
      .about__speakers_image {
        border-radius: var(--border-radius); } }
    @media (max-width: 780px) {
      .about__speakers_image {
        max-width: 170px; } }
    @media (max-width: 600px) {
      .about__speakers_image {
        margin-bottom: 16px; } }
  .about__speakers_image.sp_mamut {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .about__speakers_text {
    padding: 40px 50px; }
    @media (max-width: 992px) {
      .about__speakers_text {
        padding: 0 32px; } }
    @media (max-width: 600px) {
      .about__speakers_text {
        padding: 0; } }
  .about__speakers_about {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px; }
  .about__speakers_name {
    font-size: 15px;
    line-height: 1.2em; }

.h2_lead {
  text-align: center; }
  @media (max-width: 600px) {
    .h2_lead {
      text-align: left; } }

/*конец Спикеры*/
/*Школа*/
.school {
  /* .school__smallcontainer */
  /* .school__logo */ }
  .school__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: clamp(2.438rem, 1.551rem + 4.43vw, 4.875rem); }
  .school h2 {
    text-align: center; }
  .school .h2_lead {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

/*конец Школа*/
/*Почему*/
.why {
  padding-bottom: 0;
  background-color: #FAFAFA;
  /* .why__container */
  /* .why__wrapper */
  /* .why__item */
  /* .why__item_img */
  /* .why__item_text */ }
  .why h2 {
    text-align: center; }
  .why__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 100px;
    margin-top: clamp(3.125rem, 1.761rem + 6.82vw, 6.875rem); }
    @media (max-width: 780px) {
      .why__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .why__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px; }
  .why__item_img {
    height: 90px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.we_offer {
  background-color: #FAFAFA;
  /* .we_offer__container */
  /* .we_offer__wrapper */
  /* .we_offer__item */
  /* .we_offer__item_img */
  /* .we_offer__item_text */ }
  .we_offer h2 {
    text-align: center; }
  .we_offer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 75px 1fr 75px 1fr 75px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 75px;
    margin-top: clamp(3.125rem, 1.761rem + 6.82vw, 6.875rem); }
    @media (max-width: 992px) {
      .we_offer__wrapper {
        -ms-grid-columns: 1fr 75px 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 600px) {
      .we_offer__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .we_offer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 32px; }
  .we_offer__item_img {
    height: 90px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/*конец Почему*/
/*Программы*/
.programs {
  background-image: url(../images/bg_programms.svg);
  background-size: cover;
  background-position: center;
  /* .programs__container */
  /* .programs__wrapper */
  /* .programs__image */
  /* .programs__text */
  /* .programs__txt */
  /* .programs__btn */ }
  .programs__wrapper {
    background-color: white;
    border-radius: var(--border-radius);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%; }
    @media (max-width: 992px) {
      .programs__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 550px;
        margin-right: auto;
        margin-left: auto; } }
  .programs__image {
    padding: 28px 38px; }
    @media (max-width: 992px) {
      .programs__image {
        padding: 24px; } }
  .programs__text {
    padding: 58px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
    @media (max-width: 992px) {
      .programs__text {
        padding: 24px;
        padding-bottom: 48px;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (max-width: 992px) {
    .programs__txt {
      margin-bottom: 32px; } }
  .programs__txt h2 span {
    white-space: nowrap;
    background-image: url("../images/accent_header_progr.svg");
    padding-left: 5px;
    padding-right: 5px; }
  .programs__btn .btn_std span.icon {
    position: relative;
    padding-right: 30px; }
  @media (max-width: 400px) {
    .programs__btn .btn_std span.mobile {
      display: none; } }
  .programs__btn .btn_std span:after {
    position: absolute;
    content: '';
    display: block;
    right: 5px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icn_popup.svg");
    background-repeat: no-repeat; }

/*конец Программы*/
/*Попап курсы*/
.courses {
  padding: clamp(1.5rem, 0.864rem + 3.18vw, 3.25rem);
  width: 100%;
  max-width: 500px;
  background-color: white;
  outline: 6px solid #EDF0F3;
  outline-offset: -6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.courses h3 {
  color: var(--prime-color);
  margin-bottom: 32px; }

.courses ul {
  padding-left: 16px; }

.courses ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1px;
  font-weight: 400; }

.blocker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99; }

.modal a.close-modal {
  position: absolute;
  top: 22px;
  right: 22px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icn_close.svg); }

/*конец Попап курсы*/
/*Финальная форма*/
.final_form {
  background-color: #FAFAFA;
  /* .final_form__container */
  /* .final_form__wrapper */
  /* .final_form__text */
  /* .final_form__form */ }
  .final_form h2 span {
    white-space: nowrap;
    background-image: url("../images/accent_header_progr.svg");
    padding-left: 5px;
    padding-right: 5px; }
  .final_form__wrapper {
    background-color: #FFFFFF;
    padding: 80px 70px;
    border-radius: var(--border-radius);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr .4fr;
    grid-template-columns: .5fr .4fr;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1156px) {
      .final_form__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 992px) {
      .final_form__wrapper {
        padding: 32px; } }
    @media (max-width: 780px) {
      .final_form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 1156px) {
    .final_form__text {
      padding-right: 32px; } }
  @media (max-width: 780px) {
    .final_form__text {
      margin-bottom: 42px;
      text-align: center;
      padding-right: 0; } }
  .final_form__text p {
    max-width: 350px; }
    @media (max-width: 780px) {
      .final_form__text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
  .final_form__text h2 span {
    white-space: nowrap;
    background-image: url("../images/accent_header_form.svg");
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px; }
  .final_form__form {
    width: 100%;
    max-width: 400px; }
  .final_form .btn_std {
    margin-bottom: 24px; }
    @media (max-width: 780px) {
      .final_form .btn_std {
        margin-top: 32px; } }

.form {
  position: relative; }

.input_std {
  width: 100%;
  margin-bottom: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
  line-height: 308%;
  letter-spacing: 0.015em;
  color: var(--text-color);
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: var(--bg-light-color);
  border-bottom: 1px solid #5B5D69;
  padding: 10px 0 10px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'MuseoSansCyrl';
  color: #454545; }

.w-checkbox-input {
  /* .w-checkbox-input--inputType-custom */ }

.w {
  /* .w--redirected-checked */ }

.btn_std.full {
  width: 100%; }

/*конец Финальная форма*/
/* Футер */
/* Футер - изображение */
.action_docs {
  background-image: url("../images/icn_sert_action.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45%; }

.action_sert {
  background-image: url("../images/icn_doc_action.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 45%; }

/* Конец. Футер - изображение */
footer.footer_action {
  margin-top: 0;
  background-color: #F5F7F8;
  border-top: 2px solid #EBEFF2;
  padding-top: 60px;
  padding-bottom: 60px; }

.footer_action__container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  color: #91939A;
  font-size: 14px;
  line-height: 171%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%; }

.footer_action__container.copyright {
  display: block;
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #91939A; }

.footer_action__container.copyright p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #91939A; }

.footer_action__container a {
  color: #91939A; }

.footer_contacts__block {
  width: 40%; }

.footer_contacts__block a {
  text-decoration: none;
  border: none; }

.footer_contacts__phone {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  display: block; }

.footer_contacts__email {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  display: block; }

.footer_docs__block {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%; }

.footer_docs__item {
  padding-left: 50px; }

.footer_docs__item li {
  font-size: 14px;
  line-height: 171%;
  list-style: disc; }

@media (max-width: 1160px) {
  .footer_action__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
@media (max-width: 991px) {
  .footer_docs__block {
    width: 77%; }

  .footer_contacts__block {
    width: 20%; } }
@media (max-width: 840px) {
  .footer_action__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

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

  .footer_docs__block {
    width: 100%;
    max-width: 620px; }

  .footer_contacts__block {
    width: 100%;
    text-align: center;
    text-align: center;
    margin-bottom: 60px; }

  .footer_action__container.copyright {
    width: 100%;
    text-align: center; } }
@media (max-width: 560px) {
  .footer_docs__item {
    padding-top: 32px;
    padding-left: 0; } }
@media (max-width: 479px) {
  .footer_docs__item {
    padding-top: 0;
    padding-left: 24px; }

  .footer_docs__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .action_docs {
    width: 100%;
    margin-bottom: 24px; }

  .action_sert {
    width: 100%; } }
/* Конец Футер */
/*Записаться сейчас*/
.reg_now {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(34, 60, 80, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(34, 60, 80, 0.04);
  width: 100%;
  height: 140px;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* .reg_now__smallcontainer */
  /* .reg_now__wrapper */
  /* .reg_now__btn */
  /* .reg_now__when */
  /* .reg_now__when_date */
  /* .reg_now__when_format */
  /* .reg_now__when */
  /* .reg_now__when_date */
  /* .reg_now__when_format */ }
  @media (max-width: 992px) {
    .reg_now {
      height: 100px; } }
  .reg_now__smallcontainer {
    max-width: 840px; }
  .reg_now__wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 992px) {
      .reg_now__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center; } }
  .reg_now__when {
    font-size: 17px;
    line-height: 24px;
    white-space: nowrap;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 992px) {
      .reg_now__when {
        display: none; } }
  .reg_now__when li {
    padding-left: 30px;
    padding-right: 24px; }
  .reg_now__when_date {
    background-image: url(../images/icn_cal_b.svg);
    background-repeat: no-repeat;
    background-position: left center; }
  .reg_now__when_format {
    background-image: url(../images/icn_flash_b.svg);
    background-repeat: no-repeat;
    background-position: left center; }

/*конец Записаться сейчас*/