/*
* 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: 'Ruberoid';
  src: url("../fonts/Ruberoid-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ruberoid';
  src: url("../fonts/Ruberoid-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ruberoid';
  src: url("../fonts/Ruberoid-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ruberoid';
  src: url("../fonts/Ruberoid-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ruberoid';
  src: url("../fonts/Ruberoid-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ruberoid';
  src: url("../fonts/Ruberoid-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
:target {
  scroll-margin-top: 100px; }

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

a {
  color: var(--text-color);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

ul {
  list-style: none; }

input {
  outline: none; }

* img {
  max-width: 100%; }

:root {
  --bg-color: #1A242D;
  --bg-light-color: #3A424A;
  --prime-color:#FF5C02;
  --text-color: #FFFFFF;
  --text-light-color: #708293;
  --disable-color: #D8DADB;
  --border-radius:0px;
  --btn-border-radius:0px; }

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

h2 {
  font-family: 'Ruberoid';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2.375rem, 1.83rem + 2.73vw, 3.875rem);
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--text-color); }

body {
  font-family: "Ruberoid", sans-serif;
  background-color: var(--bg-color);
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.4em;
  color: var(--text-color); }
  body._lock {
    overflow: hidden; }

section {
  padding-top: clamp(3.75rem, 2.727rem + 5.11vw, 6.563rem);;
  padding-bottom: clamp(3.75rem, 2.727rem + 5.11vw, 6.563rem);; }

footer {
  padding-top: clamp(2.5rem, 1.667rem + 4.17vw, 4.25rem);;
  padding-bottom: clamp(2.5rem, 1.667rem + 4.17vw, 4.25rem);; }

.btn_std {
  border-radius: var(--border-radius); }

.btn_std {
  cursor: pointer;
  display: inline-block;
  background-color: var(--prime-color);
  color: white;
  font-size: 14px;
  line-height: 1.2em;
  padding-left: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  padding-right: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  padding-top: clamp(0.688rem, 0.438rem + 1.25vw, 1.375rem);
  padding-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  text-align: center;
  font-weight: 800;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

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

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

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

@media (max-width: 1160px) {
  [class*="__smallcontainer"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
[class*="__wrapper"] {
  margin-top: clamp(2.5rem, 1.318rem + 5.91vw, 5.75rem); }

/*Хедер*/
.header {
  padding-top: 38px;
  padding-bottom: 38px;
  /* .header__container */
  /* .header__logo */ }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1030px) {
      .header__logo {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (max-width: 1030px) {
    .header__logo img {
      margin-bottom: 16px; } }
  .header__logo img:not(:last-child) {
    margin-right: clamp(1rem, 0.136rem + 4.32vw, 3.375rem); }

/*  конец Хедер */
/*Первый экран*/
.main_screen {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  /* .main_screen__container */
  /* .main_screen__wrapper */
  /* .main_screen__txt */ }
  @media (max-width: 930px) {
    .main_screen {
      padding-top: 0; } }
  .main_screen h1 {
    font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    line-height: 110%;
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem);
    max-width: 800px;
    z-index: 1;
    position: relative; }
  .main_screen h1 span, .main_screen p span {
    color: var(--prime-color); }
  .main_screen p span {
    font-weight: 700; }
  .main_screen p {
    padding-left: clamp(1.5rem, 1rem + 2.5vw, 2.875rem);
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 5px solid;
    border-color: var(--prime-color);
    font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
    line-height: 1.3em;
    font-weight: 300; }
  .main_screen__container {
    background-image: url(../images/bg_main.svg);
    background-position: right 40px;
    background-repeat: no-repeat; }
    @media (max-width: 700px) {
      .main_screen__container {
        background-size: contain; } }
  .main_screen__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1115px) {
      .main_screen__wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 930px) {
      .main_screen__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .main_screen__txt {
    width: 100%;
    max-width: 800px; }
    @media (max-width: 930px) {
      .main_screen__txt {
        width: 90%; } }
    @media (max-width: 500px) {
      .main_screen__txt {
        width: 100%; } }
  .main_screen__txt h3 {
    font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: clamp(1.25rem, 0.841rem + 2.05vw, 2.375rem);
    position: relative;
    z-index: 3; }

.main-section__bunner {
  position: absolute;
  bottom: 10px;
  width: 200%;
  height: 50px;
  left: 0;
  background-color: var(--prime-color); }
  @media (max-width: 650px) {
    .main-section__bunner {
      height: 30px; } }
  @media (max-width: 450px) {
    .main-section__bunner {
      height: 25px; } }

.strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 106%;
  position: absolute;
  left: 0; }

.strip__wrapper {
  margin-top: 0;
  width: 200%;
  height: 100%;
  position: absolute;
  background-image: url("../images/text-bunner2.svg?4");
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  left: 0;
  top: 0;
  -webkit-animation: bunner 14s linear infinite;
          animation: bunner 14s linear infinite; }
@-webkit-keyframes bunner {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
@keyframes bunner {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
.main-section__bunner3 {
  position: absolute;
  bottom: 10px;
  width: 250px;
  height: 250px;
  right: -50px;
  top: -100px;
  z-index: -1; }
  @media (max-width: 700px) {
    .main-section__bunner3 {
      width: 150px;
      height: 150px;
      top: -70px; } }
  @media (max-width: 450px) {
    .main-section__bunner3 {
      width: 100px;
      height: 100px;
      top: -50px; } }

.strip3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 106%;
  position: absolute;
  left: 0; }

.strip__wrapper3 {
  margin-top: 0;
  width: 250px;
  height: 100%;
  position: absolute;
  background-image: url("../images/text-bunner4.svg?4");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-animation: rotating 14s linear infinite;
          animation: rotating 14s linear infinite; }
@-webkit-keyframes bunner3 {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
@keyframes bunner3 {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

/*конец Первый экран*/
/*Поговорим*/
.about {
  /* .about__container */
  /* .about__wrapper */
  /* .about__txt */
  /* .about__btn */ }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(2.5rem, 1.318rem + 5.91vw, 5.75rem); }
    @media (max-width: 730px) {
      .about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .about__txt {
    width: 60%;
    padding-right: 40px; }
    @media (max-width: 730px) {
      .about__txt {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0; } }
  .about__txt ul li {
    list-style: none;
    background-image: url("../images/icn_li.svg");
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding-left: 32px; }
  .about__txt ul li:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem); }
  .about__btn {
    width: 40%;
    background-color: var(--prime-color);
    background-image: url("../images/icn_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 26px 30px;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    line-height: 1.4em;
    text-decoration: none; }
    @media (max-width: 730px) {
      .about__btn {
        width: 100%;
        min-height: 150px; } }

/*конец Поговорим*/
/*Кому*/
.who {
  /* .who__container */
  /* .who__wrapper */
  /* .who__item */
  /* .who__number */
  /* .who__txt */
  /* .who__link */ }
  .who__wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: clamp(2.5rem, 1.318rem + 5.91vw, 5.75rem);
    -ms-grid-columns: 1fr clamp(1.375rem, 0.875rem + 2.5vw, 2.75rem) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(1.375rem, 0.875rem + 2.5vw, 2.75rem); }
    @media (max-width: 850px) {
      .who__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .who__item {
    background-color: var(--bg-light-color);
    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;
    padding: 18px 24px 38px;
    min-height: 214px; }
  .who__number {
    font-size: clamp(1.875rem, 1.557rem + 1.59vw, 2.75rem);
    line-height: 1.5em;
    font-weight: 500; }
  .who__txt {
    width: 100%;
    max-width: 476px; }
  .who__link {
    background-color: transparent;
    border: 1px solid var(--prime-color);
    color: var(--prime-color);
    text-transform: uppercase;
    font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
    line-height: 1.5em;
    text-decoration: none;
    background-image: url("../images/icn_arrow_free2.svg");
    background-repeat: no-repeat;
    background-position: right bottom; }
  .who__link:hover {
    background-color: var(--prime-color);
    color: var(--text-color);
    background-image: url("../images/icn_arrow_free2_hover.svg"); }

/*конец Кому*/
/*Программа*/
.programm {
  /* .programm__container */
  /* .programm__date */
  /* .programm__wrapper */
  /* .programm__row */
  /* .programm__time */
  /* .programm__txt */
  /* .programm__name */
  /* .programm__speeker */
  /* .programm__accent */ }
  .programm__container h2 {
    margin-bottom: 32px; }
  .programm__date {
    text-transform: uppercase;
    color: var(--prime-color); }
  .programm__wrapper {
    margin-top: clamp(2.5rem, 1.318rem + 5.91vw, 5.75rem); }
  .programm__row {
    border-top: 1px solid #323A42;
    padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 550px) {
      .programm__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .programm__row:last-child {
    border-bottom: 1px solid #323A42; }
  .programm__time {
    font-weight: 700;
    width: 30%; }
    @media (max-width: 550px) {
      .programm__time {
        width: 100%;
        margin-bottom: 24px; } }
  .programm__txt {
    width: 70%; }
    @media (max-width: 550px) {
      .programm__txt {
        width: 100%;
        margin-bottom: 24px; } }
  .programm__name {
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    font-weight: 500; }
  .programm__speeker {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400; }
  .programm__speeker span {
    font-weight: 700; }
  .programm__accent {
    color: var(--prime-color);
    font-size: 16px;
    margin-top: 16px; }
  .programm__accent li {
    margin-left: 20px;
    list-style: disc; }

/*конец Программа*/
/*Спикеры*/
.speakers {
  /* .speakers__container */
  /* .speakers__wrapper */
  /* .speakers__item */
  /* .speakers__photo */
  /* .speakers__name */
  /* .speakers__position */ }
  .speakers__wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 300px clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 300px clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 300px;
    grid-template-columns: repeat(3, 300px); }
    @media (max-width: 1120px) {
      .speakers__wrapper {
        -ms-grid-columns: 1fr clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 1fr clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 850px) {
      .speakers__wrapper {
        -ms-grid-columns: 1fr clamp(2.5rem, 1.591rem + 4.55vw, 5rem) 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 450px) {
      .speakers__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
  .speakers__item {
    max-width: 300px; }
  .speakers__photo {
    margin-bottom: 24px; }
  .speakers__name {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 16px; }
  .speakers__position {
    font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
    line-height: 1.4em;
    font-weight: 400; }

/*конец Спикеры*/
/*Как принять участие?*/
.how {
  padding-bottom: clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
  position: relative;
  overflow: hidden;
  /* .how__container */
  /* .how__wrapper */
  /* .how__item */
  /* .how__link */ }
  .how__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: clamp(2.5rem, 1.705rem + 3.98vw, 4.688rem);
    position: relative; }
  .how__wrapper:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 1px;
    height: 96%;
    left: 23px;
    top: 0;
    background-color: white; }
  .how__item {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    padding-left: 80px;
    min-height: 50px;
    background-image: url("../images/icn_1.svg");
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding-top: 7px;
    position: relative;
    z-index: 2; }
  .how__item:nth-child(2) {
    background-image: url("../images/icn_2.svg"); }
  .how__item:nth-child(3) {
    background-image: url("../images/icn_3.svg"); }
  .how__link {
    color: var(--prime-color);
    text-decoration: none;
    position: relative; }
  .how__link:after {
    content: ''; }

.main-section__bunner2 {
  position: absolute;
  bottom: 160px;
  width: 200%;
  height: 50px;
  left: -20px;
  background-color: var(--prime-color);
  -webkit-transform: rotateZ(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotateZ(-2deg); }
  @media (max-width: 950px) {
    .main-section__bunner2 {
      bottom: 100px;
      height: 40px; } }
  @media (max-width: 550px) {
    .main-section__bunner2 {
      bottom: 50px;
      height: 35px; } }

.strip2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 106%;
  position: absolute;
  left: 0; }

.strip__wrapper2 {
  margin-top: 0;
  width: 200%;
  height: 100%;
  position: absolute;
  background-image: url("../images/text-bunner3.svg?4");
  background-repeat: repeat no-repeat;
  background-size: auto 100%;
  background-position: center;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  left: 0;
  top: -3px;
  -webkit-animation: bunner 14s linear infinite;
          animation: bunner 14s linear infinite; }
@-webkit-keyframes bunner2 {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
@keyframes bunner2 {
  0% {
    left: 0%;
    width: 100%; }
  100% {
    left: 0%; } }
/*конец Как принять участие?*/
/*Место*/
.place {
  /* .place__container */
  /* .place__wrapper */
  /* .place__map */ }
  .place__container h2 {
    margin-bottom: clamp(3.125rem, 1.875rem + 6.25vw, 6.563rem); }
  .place__map {
    margin-bottom: clamp(1.75rem, 1.159rem + 2.95vw, 3.375rem); }
  .place .btn_std {
    font-size: 20px; }
    @media (max-width: 950px) {
      .place .btn_std {
        font-size: 16px; } }

.full {
  width: 100%; }

.full span {
  margin-left: 30px; }
  @media (max-width: 950px) {
    .full span {
      margin-left: 12px; } }

.place__txt {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 12px; }

.accent {
  color: var(--prime-color);
  text-decoration: none; }

/*конец Место*/
/*Почему*/
.why {
  /* .why__container */
  /* .why__wrapper */
  /* .why__item */
  /* .why__question */
  /* .why__answear */ }
  .why__item {
    border-top: 1px solid #323A42;
    padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0; }
  .why__item:last-child {
    border-bottom: 1px solid #323A42; }
  .why__question {
    font-size: clamp(1.875rem, 1.557rem + 1.59vw, 2.75rem);
    line-height: 1.2em;
    color: var(--prime-color);
    margin-bottom: 24px;
    font-weight: 300; }

/*конец Почему*/
/*Зарегистрироваться*/
.reg {
  padding-top: 0;
  /* .reg__container */
  /* .reg__wrapper */ }
  .reg__wrapper {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    border-radius: 10px;
    background-color: #1b242d;
    background-position: center center;
    border-color: #ff5c02;
    border-style: solid;
    padding-top: clamp(2.5rem, 1.727rem + 3.86vw, 4.625rem);
    padding-right: clamp(2rem, 1.409rem + 2.95vw, 3.625rem);
    padding-left: clamp(2rem, 1.409rem + 2.95vw, 3.625rem);
    padding-bottom: clamp(2rem, 1.409rem + 2.95vw, 3.625rem); }
  .reg__wrapper h2 {
    margin-bottom: clamp(2rem, 1.364rem + 3.18vw, 3.75rem);
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    text-align: center; }
    @media (max-width: 415px) {
      .reg__wrapper h2 {
        font-size: 20px; } }

.form {
  font-family: Ruberoid; }

.reg .input_std {
  color: white;
  border: 0px solid white;
  background-color: #41474c;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  padding-left: 16px; }

.reg__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 16px; }
  @media (max-width: 700px) {
    .reg__inputs {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

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

input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .6; }

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

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

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

.field-label-5 a {
  font-size: 12px;
  font-weight: 300;
  color: #b1b1b1;
  font-family: Ruberoid; }

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

.thank_you {
  font-size: 20px;
  font-weight: 400; }

.thank_you span {
  font-size: 1.5em;
  font-weight: 700; }

/*конец Зарегистрироваться*/
/* Футер */
/* Футер - изображение */
.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;
  border-top: 1px solid #323A42;
  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%; } }
/* Конец Футер */
/*Попап курсы*/
.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); }

/*конец Попап курсы*/


span.skolkovo{
    display: inline-block;
    width: 100px;
    top: 5px;
    position: relative;
    background-image: url(../images/logo_skolkovo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
    height: 23px;
}