.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.partners_section.partners_section2{display: none;}
.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  font-family: Museosanscyrl, sans-serif;
  color: #120c1a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.section_top-header {
  display: block;
  width: 100%;
  height: 64px;
  padding: 15px;
  background-color: #053d59;
}

.link_phone_main {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.block_organizators {

    display: flex;
    align-items: center;
}

.content {
  width: 100%;
  max-width: 1174px;
  margin-right: auto;
  margin-left: auto;
}

.block_top-line {
  margin-top: 10px;
}

.text-block-15 {
  color: #fff;
  font-weight: 300;
}

.image {
  padding-top: 7px;
}

.organizator {
  display: inline-block;
}

.link_email {
  display: block;
  margin-top: 5px;
  color: #062038;
  font-weight: 700;
  text-decoration: none;
}

.whatsapp_link {
  position: absolute;
  left: 0%;
  top: -5px;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: 15px;
  background-image: url('../images/btn_whatsapp.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.phone {
  position: relative;
  width: 187px;
  float: right;
  color: #fff;
  line-height: 18px;
  text-align: right;
}

.phone_link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.name_conf_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1.7px;
}

.org_logo {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-right: 25px;
  margin-left: 25px;
}

.razd_date {
  width: 1px;
  height: 20px;
  margin-right: 17px;
  margin-left: 17px;
  background-color: #0e2445;
}

.btn_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 64px;
  margin: 10px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #2e803b;
  border-radius: 3px;
  background-color: #41b654;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff7f2;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.btn_main:hover {
  border-bottom-width: 3px;
  border-bottom-color: #379947;
  background-color: #49cc5e;
  color: #fff;
}

.btn_main:active {
  border-top: 3px solid #379947;
  border-bottom-width: 0px;
  border-bottom-color: #379947;
}

.sub_name {
  margin-top: 5px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.txt_place-conf {
  font-weight: 300;
  letter-spacing: 2px;
}

.section_main {
  position: relative;
  width: 100%;
  min-height: 750px;
  padding: 15px 15px 40px;
  background-image: url('../images/bg_main.jpg?2');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_name_conf {
  position: relative;
  z-index: 1;

    display: flex;
    flex-direction: column;
}

.block_name-conference {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.txt_date {
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
    text-transform: uppercase;
}

.txt_name_conf_bottom {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #ffab00;
  font-size: 5.8125em;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 0 28px #fff;
}

.block_date-conf {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  text-transform: uppercase;
}

.name_cont {
width: 850px;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
}

.block_org_logo {
  width: 200px;
  margin-top: -10px;
  float: right;
  text-align: center;
}

.let_spacing {
  letter-spacing:0px;
}

.block_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    margin-top: 18px;
    margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date {
  width: 100%;
  max-width: 540px;
  text-align: center;
}

.date_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #9b68de;
}

.txt_place {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

.txt_subdate {
  color: #fff;
  font-size: 1.1em;
}

.block_bus {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin-top: 6px;
  margin-right: -25px;
  margin-left: -25px;
}

.bus_line {
  width: 100%;
  height: 2px;
  margin-top: 0px;
  background-color: #fff;
}

.icn_bus {
  display: block;
  width: 64px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
}

.txt_partner_logo {
  margin-bottom: 5px;
  color: #90a3ad;
  font-size: 14px;
}

.programm_block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.btn_see-full2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #47305c;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn_see-full2:hover {
  background-color: #41b654;
  color: #fff;
  text-transform: uppercase;
}

.dotted_line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 0px;
  background-image: url('../images/dotted_1dotted.png');
  background-position: 0px 0px;
  background-size: 10px;
  background-repeat: repeat-x;
}

.dotted_line.hidden {
  display: none;
}

.block_programm_btns2 {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  min-height: 122px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_programm_btns {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 122px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light {
  font-weight: 500;
}

.text-block-16 {
  color: #0e2936;
  font-weight: 900;
}

.header_day {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -8px;
  padding: 2px 8px;
  color: #41b654;
  font-size: 1.5em;
  font-weight: 900;
}

.cell_programm_time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  margin-bottom: 7px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px 0px 0px 3px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #90a3ad;
  font-size: 16px;
}

.stiky_day {
  position: absolute;
  top: 210px;
  right: -68px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.txt_tema {
  margin-top: -6px;
  color: #47305c;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

.txt_tema.game {
  color: #ff3d00;
  font-weight: 900;
}

.txt_tema.cofe {
  margin-top: 0px;
  color: #90a3ad;
  line-height: 1em;
  font-weight: 400;
}

.txt_tema.note {
  margin-top: 0px;
  color: #90a3ad;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.wrapper_programm {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
}

.wrapper_programm.content {
  position: relative;
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row_programm {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 26px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row_programm.heading {
  margin-bottom: 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt_speaker_programm {
  display: none;
  margin-top: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-left: 2px solid #b2bfc7;
  background-color: #ecf0f1;
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 500;
}

.link_download {
  position: relative;
  z-index: 2;
  display: none;
  width: 125px;
  height: 53px;
  margin-top: -1px;
  margin-right: 10px;
  padding-top: 25px;
  padding-bottom: 7px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/icon_pdf.svg');
  background-position: 100% 0%;
  background-size: auto 52px;
  background-repeat: no-repeat;
  color: #0e2936;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.cell_programm_day {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px 0px 0px 3px;
  font-weight: 900;
}

.header_programm {
  margin-top: 10px;
  margin-bottom: 6px;
  color: #432b65;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.programm {
  position: relative;
  overflow: hidden;
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 5px solid #41b654;
  border-radius: 4px;
  background-color: #fff;
}

.txt_time {
  line-height: 1em;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.3px;
}

.cell_programm_desc {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}

.orange_point {
  position: relative;
  bottom: 0px;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  margin-right: 20px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#41b654), to(#41b654));
  background-image: linear-gradient(180deg, #41b654, #41b654);
}

.orange_point.end {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2bfc7), to(#b2bfc7));
  background-image: linear-gradient(180deg, #b2bfc7, #b2bfc7);
}

.orange_point.star {
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-left: -1px;
  background-image: url('../images/icn_star.svg');
  background-position: 0% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.orange_point.cofe {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 20px;
  margin-top: -4px;
  margin-right: 11px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/icon_cofe.svg');
  background-position: 50% 0%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.orange {
  color: #47305c;
}

.txt_stiky_day {
  position: relative;
  top: 0px;
  color: #d1d9dd;
  font-size: 3em;
  line-height: 1em;
  font-weight: 900;
}

.header_day_name {
  margin-top: -5px;
  color: #47305c;
  font-size: 1.2em;
  line-height: 1.4em;
}

.section-programm {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #47305c;
}

.wrapper_programm_hidden {
  width: 100%;
  max-width: 915px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_programm_hidden.content {
  padding-right: 36px;
  padding-left: 36px;
}

.wrapper_programm_hidden.content.hidden {
  position: relative;
  display: block;
  max-width: 1140px;
  padding-right: 70px;
  padding-left: 70px;
}

.btn-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 221px;
  height: 50px;
  padding-top: 10px;
  padding-right: 30px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-color: #000 #000 #2e803b;
  border-bottom-width: 3px;
  border-radius: 3px;
  background-color: #41b654;
  background-image: url('../images/icn_arrow.svg');
  background-position: 94% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-reg:hover {
  border-bottom-color: #379947;
  background-color: #49cc5e;
}

.btn-reg:active {
  border-top-width: 4px;
  border-top-color: #379947;
  border-bottom-width: 0px;
}

.subheader_date {
  color: #90a3ad;
  font-weight: 500;
}

.violet_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 48, 92, 0)), to(#47305c));
  background-image: linear-gradient(180deg, rgba(71, 48, 92, 0), #47305c);
}

.block_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.razdel {
  width: 78px;
  height: 3px;
  margin: 29px auto 33px;
  background-color: #1e5163;
}

.big_digit {
  color: #e8f9ff;
  font-size: 1.33em;
  font-weight: 900;
  text-align: center;
}

.img_speaker_logo {
  opacity: 0.6;
}

.speaker_about_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.txt_about-speakers {
  margin-right: auto;
  margin-left: auto;
  color: #aee3f5;
  font-size: 1.125em;
  text-align: center;
}

.speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin: 12px 10px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.block_speakers-hiddens {
  display: none;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.box_img_speaker {
  margin-bottom: 15px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d1f3b;
  border-radius: 3px;
  color: #a18fb3;
}

.header_std-2 {
  position: relative;
  z-index: 2;
  color: #ddc7aa;
  font-size: 2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header_std-2.center {
  color: #f8f2ff;
  font-size: 2.25em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.header_std-2.center {
  text-align: center;
}

.header_std-2.center.blue {
  z-index: 3;
  color: #432b65;
  font-size: 2.25em;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.header_std-2.big {
  margin-top: 57px;
  color: #47305c;
  font-size: 4.5em;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 2px;
}

.btn_show-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 50px;
  margin: 18px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ff3d00;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.btn_show-all:hover {
  background-color: #ff3d00;
  color: #fff;
}

.section-speakers-2 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #47305c;
}

.header_speaker_about {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: none;
}

.txt_speaker_about {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #f3e5ff;
  font-size: 0.8em;
  line-height: 1.25em;
}

.speaker_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.speaker_logo {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
}

.block_btn-show {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #020f28;
}

.header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #432b65;
  font-size: 2.25em;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rub {
  font-family: Rouble, sans-serif;
  font-size: 30px;
}

.block_cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price_day {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}

.txt_final_price {
  margin-top: 6px;
  color: #a9acb0;
  text-align: center;
  letter-spacing: 1px;
}

.heading2 {
  color: #22323f;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}

.heading2.day {
  display: none;
  color: #22323f;
  font-weight: 700;
}

.heading2.final_price {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #ada9b0;
  font-size: 3em;
}

.heading2.price {
  margin-top: 14px;
  margin-bottom: 0px;
  color: #41b654;
  font-size: 3em;
}

.txt_pay-before {
  color: #47305c;
  text-align: center;
  text-transform: uppercase;
}

.sales_amount {
  padding-right: 5px;
  padding-left: 5px;
  background-color: #ffab00;
  color: #053d59;
  font-weight: 900;
}

.txt_sales {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30px;
  margin-top: 6px;
  font-weight: 500;
  text-align: center;
}

.price_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 16px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: dotted;
  border-width: 1px;
  border-color: #4a5158;
  background-color: #fff;
  text-align: center;
}

.price_content.grey {
  background-color: transparent;
}

.section-price {
  position: relative;
  z-index: 1;
  padding: 67px 5% 14px;
  background-color: #fdfaff;
}

.field_box {
  display: inline-block;
  height: 32px;
  margin-right: -1px;
  margin-left: 0px;
  text-align: left;
}

.field_box.promo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  position: relative;
  z-index: 2;
  width: 217px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #90989f #fff #fff;
}

.text-field._2 {
  z-index: 2;
  height: 32px;
  padding-left: 28px;
  background-image: url('../images/icon_mail.svg');
  background-position: 7px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-field.phonefield._3 {
  z-index: 1;
  height: 32px;
  padding-left: 28px;
  background-image: url('../images/icon_phone.svg');
  background-position: 8px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.text-field._1 {
  z-index: 3;
  height: 32px;
  padding-left: 28px;
  background-image: url('../images/icon_user.svg');
  background-position: 9px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.promo_field {
  width: 217px;
  height: 32px;
}

.promo_field.promo {
  display: none;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.txt_promo {
  color: #2681ff;
}

.btn_promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 217px;
  height: 32px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  background-image: url('../images/icn_promo.svg');
  background-position: 7px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.form {
  position: relative;
  z-index: 1;
  text-align: center;
}

.red {
  color: #ff3535;
}

.mockup {
  position: absolute;
  left: 0%;
  top: 19%;
  right: auto;
  bottom: auto;
  margin-left: -189px;
}

.name_mail_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.checkbox-field-2 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.checkbox-field-2.form1 {
  position: relative;
  z-index: 3;
  width: 300px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.field-label-4 {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: left;
  font-size: 12px;
}

.field-label-4.white {
  position: relative;
  z-index: 5;
  color: #0e3346;
  line-height: 1.18em;
}

.field_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 2px;
  background-color: #fff;
}

.form-block {
  position: static;
}

.txt_text-field {
  display: none;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
}

.checkbox {
  margin-top: 3px;
  padding-bottom: 0px;
}

.btn-reg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 54px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #cc8900;
  border-radius: 3px;
  background-color: #ffab00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.btn-reg-2:hover {
  border-bottom-color: #cc9629;
  background-color: #ffbc33;
}

.btn-reg-2:active {
  border-top: 3px solid #cc9629;
  border-bottom-width: 0px;
}

.btn-reg-2.center {
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #2e803b;
  background-color: #49cc5e;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-reg-2.center:hover {
  border-bottom-color: #379947;
}

.link2 {
  color: #053d59;
  line-height: 1.1em;
}

.txt_subheading {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.txt_subheading.bron {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 12px;
  margin-bottom: 18px;
  color: #120c1a;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
}

.sec-6 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px 3% 3%;
  background-color: #fdfaff;
}

.heading_middle2 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading_middle2.organiz {
  color: #fff;
  text-align: center;
}

.heading_middle2.organiz.partner {
  /*display: none;*/
    margin-top: 100px;
    margin-bottom: 40px;
}

.heading_middle2.about-school {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #47305c;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

.container-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-334 {
  display: block;
}

.html-embed-3 {
  display: block;
}

.heading_middle {
  width: 100%;
  color: #0e2445;
  font-size: 2.5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading_middle.white {
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.25em;
  font-weight: 900;
  text-transform: uppercase;
}

.btn_become {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 50px;
  margin: 50px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn_become:hover {
  background-color: #41b654;
  color: #fff;
}

.partners_section {
  padding: 2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47305c), to(#47305c));
  background-image: linear-gradient(180deg, #47305c, #47305c);
}

.text-block-14 {
  color: #f5ebff;
  font-weight: 300;
}

.phone_link-2 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer {
  width: 100%;
  padding: 1% 2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#322140), to(#322140));
  background-image: linear-gradient(180deg, #322140, #322140);
}

.link {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.1em;
}

.txt_copyright {
  width: 60%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.825em;
}

.link_email-footer {
  display: block;
  color: #2b405d;
  text-decoration: none;
}

.container-7 {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}

.container-7.thankyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo_action {
  margin-bottom: 20px;
}

.link_phone_footer {
  color: #f5ebff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.phone_footer {
  float: right;
  text-align: right;
}

.white_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#47305c), to(#fff));
  background-image: linear-gradient(180deg, #47305c, #fff);
}

.btn_navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 40px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.btn_navbar:hover {
  background-color: #41b654;
  color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-right: 25px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #01070a;
  border-left: 1px solid #021a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06496b), to(#06496b));
  background-image: linear-gradient(180deg, #06496b, #06496b);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
  background-image: linear-gradient(180deg, #1e2d42, #1e2d42);
}

.nav-link.icn {
  background-image: url('../images/icn1_navbar_1icn1_navbar.png');
  background-position: 24px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.nav-link.icn:hover {
  background-image: url('../images/icn1_navbar_1icn1_navbar.png'), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
  background-image: url('../images/icn1_navbar_1icn1_navbar.png'), linear-gradient(180deg, #1e2d42, #1e2d42);
  background-position: 24px 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._1 {
  border-right-width: 0px;
  background-image: url('../images/icn_programm.svg');
  background-position: 20px 50%;
  background-size: 16px;
}

.nav-link.icn._1:hover {
  background-image: url('../images/icn_programm.svg'), -webkit-gradient(linear, left top, left bottom, from(#47305c), to(#47305c));
  background-image: url('../images/icn_programm.svg'), linear-gradient(180deg, #47305c, #47305c);
  background-position: 20px 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._1.w--current {
  color: #f3e5ff;
}

.nav-link.icn._5 {
  display: none;
  border-right-width: 0px;
  background-image: url('../images/icn_faq.svg');
  background-size: 16px;
}

.nav-link.icn._5:hover {
  background-image: url('../images/icn_faq.svg'), -webkit-gradient(linear, left top, left bottom, from(#06496b), to(#06496b));
  background-image: url('../images/icn_faq.svg'), linear-gradient(180deg, #06496b, #06496b);
  background-position: 24px 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._5.w--current {
  color: #cef;
}

.nav-link.icn._5.w--current:hover {
  background-image: url('../images/icn_faq.svg'), -webkit-gradient(linear, left top, left bottom, from(#26334c), to(#26334c));
  background-image: url('../images/icn_faq.svg'), linear-gradient(180deg, #26334c, #26334c);
  background-position: 24px 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right-width: 0px;
  background-image: url('../images/icn_speaker.svg');
  background-position: 20px 50%;
  background-size: 14px;
}

.nav-link.icn._2:hover {
  background-image: url('../images/icn_speaker.svg'), -webkit-gradient(linear, left top, left bottom, from(#47305c), to(#47305c));
  background-image: url('../images/icn_speaker.svg'), linear-gradient(180deg, #47305c, #47305c);
  background-position: 20px 50%, 0px 0px;
  background-size: 14px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._2.w--current {
  color: #f3e5ff;
}

.nav-link.icn._4 {
  border-right-width: 0px;
  background-image: url('../images/icn_price.svg');
  background-size: 20px;
}

.nav-link.icn._4:hover {
  background-image: url('../images/icn_price.svg'), -webkit-gradient(linear, left top, left bottom, from(#47305c), to(#47305c));
  background-image: url('../images/icn_price.svg'), linear-gradient(180deg, #47305c, #47305c);
  background-position: 24px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.nav-link.icn._4.w--current {
  color: #f3e5ff;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-fixed3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  height: 52px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #261930;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#322140), to(#322140));
  background-image: linear-gradient(180deg, #322140, #322140);
  opacity: 0;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_about_school {
  min-height: 100px;
  font-family: Museosanscyrl, sans-serif;
  color: #120c1a;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.block_courses {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #d4dadf;
}

.footer-2 {
  width: 100%;
  padding: 1% 2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#293e5c), to(#293e5c));
  background-image: linear-gradient(180deg, #293e5c, #293e5c);
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link_phone_footer-2 {
  color: #b8d1f5;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.txt_copyright-2 {
  color: #b8d1f5;
  font-size: 0.825em;
}

.wrapper-thankyou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-top: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/bg_programm.jpg');
  background-position: 50% 0%;
  background-size: 1920px;
  background-repeat: no-repeat;
}

.link_school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 87px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-17 {
  color: #b8d1f5;
}

.heading_submain-2 {
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.heading_submain-2.orange {
  width: 100%;
  color: #47305c;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: none;
}

.link-2 {
  color: #2681ff;
  line-height: 1.1em;
}

.heading_big {
  color: #fff;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading_big.thankyou {
  width: 70%;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #283c58;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

.course {
  width: 40%;
  height: 310px;
  margin-right: 20px;
  margin-left: 20px;
}

.btn_school {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #47305c;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.btn_school:hover {
  background-color: #41b654;
  color: #fff;
}

.checkbox-2 {
  margin-top: 0px;
  padding-bottom: 0px;
}

.close_area {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.field-label {
  color: #1e2d42;
  font-size: 0.8em;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 35, 51, 0.7)), to(rgba(43, 35, 51, 0.7)));
  background-image: linear-gradient(180deg, rgba(43, 35, 51, 0.7), rgba(43, 35, 51, 0.7));
  opacity: 0;
}

.pl_yellow {
  position: relative;
  width: 100%;
  padding: 28px 10px 7px;
  border-bottom: 2px solid #cfcfcf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(180deg, #f3f3f3, #f3f3f3);
}

.btn_become-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 50px;
  margin: 18px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #41b654;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #120c1a;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.btn_become-popup:hover {
  background-color: #41b654;
  color: #fff;
}

.top_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  text-align: left;
}

.text-field-3 {
  display: block;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
}

.text-field-3.name {
  width: 100%;
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
}

.text-field-3.phone {
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
}

.text-field-3.phone.phonefield {
  width: 100%;
  color: #283c58;
  text-align: left;
}

.header_popup {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  color: #120c1a;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.error-message {
  color: #bd3c00;
}

.icon_close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #0091ea;
  background-image: none;
  cursor: pointer;
}

.txt_close {
  position: absolute;
  padding: 10px 20px 10px 10px;
  color: #22323f;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
}

.txt_close:hover {
  color: #36a9f0;
}

.checkbox-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-field-2 {
  height: 32px;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}

.form_block {
  position: relative;
  z-index: 99999;
  display: block;
  height: auto;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.red-2 {
  color: red;
}

.form-block-2 {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-right: 3em;
  padding-left: 3em;
}

.txt_akciya_small {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  color: #22323f;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.txt_akciya_small.small {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 300;
}

.field-label-5 {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: left;
  font-size: 0.7em;
  line-height: 1.2em;
}

.field_cell2 {
  width: 31%;
  margin-right: 10px;
}

.field_cell2.checkcell {
  overflow: hidden;
  height: 1px;
  opacity: 0;
}

.section-about {
  width: 100%;
  padding: 65px 20px;
  background-color: #47305c;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.block_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about_left {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_std {
  color: #f8f2ff;
  font-size: 2.25em;
  font-weight: 900;
  text-transform: uppercase;
}

.about_photo {
  width: 100%;
  max-width: 460px;
  min-height: 540px;
  border: 2px solid #2d1f3b;
  border-radius: 3px;
  background-image: url('../images/Foto-175.jpg');
  background-position: -100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt_about {
  margin-top: 20px;
  color: #fff;
}

.about_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_list_number {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #47305c;
  border-radius: 36px;
  background-color: #41b654;
}

.txt_about_list_number {
  padding-top: 4px;
  color: #fff;
  text-align: center;
}

.txt_about_list {
  padding-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.about_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line_green {
  position: absolute;
  left: 19px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 2px;
  height: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #41b654;
}

.marker_violet {
  display: inline;
  background-color: #9b68de;
}

.section_why {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.block_why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.why_right {
  padding-top: 7px;
}

.heading_why {
  max-width: 250px;
  margin-top: 0px;
  margin-right: 60px;
  color: #432b65;
  font-size: 2.5em;
  line-height: 1.3em;
  text-align: right;
  text-transform: uppercase;
}

.green {
  color: #41b654;
}

.why_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.why_list_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #41b654;
  border-radius: 50px;
}

.txt_why_list_number {
  color: #41b654;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

.why_list_txt {
  width: 100%;
  max-width: 570px;
}

.heading_why_list {
  margin-top: 4px;
  margin-bottom: 0px;
  color: #47305c;
  font-size: 1.25em;
    line-height: 1.3em;
}

.txt_why_list {
  color: #47305c;
}

          .organizator {    margin-right: 32px;}
          .organizator.people {max-width: 140px;width: 100%;}
          .name_cont.small {  font-size: 2em;    font-weight: 700;    letter-spacing: 1px;    margin-bottom: 32px;    width: auto;    max-width: none;
    background: #41b654;    display: inline;    margin: 20px auto 30px;    padding-left: 10px;    padding-right: 10px;}
@media screen and (max-width: 991px) {
  .link_phone_main {
    font-size: 1em;
    font-weight: 700;
  }
  .text-block-15 {
    font-weight: 400;
  }
  .phone {
    width: 167px;
  }
  .org_logo {
    max-width: 100px;
  }
  .razd_date {
    margin-right: 8px;
    margin-left: 8px;
  }
  .btn_main {
    position: relative;
    z-index: 1;
    width: 270px;
    height: 55px;
    margin-top: 10px;
  }
  .sub_name {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.45em;
  }
  .txt_place-conf {
    letter-spacing: 0.3px;
  }
  .section_main {
    min-height: 500px;
  }
  .main_name_conf {
    margin-top: 37px;
  }
  .block_name-conference {
    margin-top: 0px;
  }
  .txt_date {
    letter-spacing: 0.5px;
  }
  .txt_name_conf_bottom {
    margin-top: 0px;
    font-size: 5em;
    line-height: 1em;
  }
  .block_date-conf {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .name_cont {
    width: 100%;
    max-width: 650px;
    font-size: 2.5em;
  }
  .block_date {
    position: relative;
    z-index: 1;
  }
  .programm_block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn_see-full2 {
    margin-left: 0px;
    float: left;
  }
  .stiky_day {
    display: none;
  }
  .txt_tema {
    display: inline;
  }
  .txt_tema.note {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper_programm {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row_programm {
    margin-bottom: 15px;
  }
  .header_programm {
    text-transform: uppercase;
  }
  .container-2.programm {
    padding-top: 40px;
  }
  .cell_programm_desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .orange_point {
    margin-top: 8px;
  }
  .header_day_name {
    margin-top: -7px;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .section-programm {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrapper_programm_hidden {
    padding-right: 20px;
    padding-left: 20px;
  }
  .block_speakers {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .speaker {
    width: 22%;
    max-width: 320px;
  }
  .header_std-2 {
    text-align: center;
  }
  .header_std-2.center {
    text-transform: uppercase;
  }
  .header_std-2.center.blue {
    font-size: 2.25em;
    text-transform: uppercase;
  }
  .btn_show-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section-speakers-2 {
    padding-bottom: 0px;
  }
  .header {
    font-size: 2.25em;
    text-transform: uppercase;
  }
  .block_cost {
    margin-top: 10px;
  }
  .price_day {
    width: 43%;
  }
  .section-price {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .mockup {
    display: none;
  }
  .checkbox-field-2.form1 {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .btn-reg-2 {
    font-size: 1.25em;
  }
  .sec-6 {
    padding-bottom: 50px;
  }
  .container-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading_middle.white {
    font-size: 2.25em;
    text-transform: uppercase;
  }
  .btn_become {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .partners_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container-7.thankyou {
    height: auto;
  }
  .icon {
    color: #dff3f7;
  }
  .btn_navbar {
    display: block;
    margin-top: 6px;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
    padding-top: 6px;
  }
  .nav-link.icn._1 {
    padding-left: 25px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #01070a;
    border-bottom-width: 1px;
    border-bottom-color: #01070a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#593c7f), to(#593c7f)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #593c7f, #593c7f), url('../images/icn1_navbar_1icn1_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._1:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9b68de), to(#9b68de)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #9b68de, #9b68de), url('../images/icn1_navbar_1icn1_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._5 {
    padding-left: 25px;
    border-bottom: 1px solid #01070a;
    border-left-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04344c), to(#04344c)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #04344c, #04344c), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._5:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#075780), to(#075780)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #075780, #075780), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .nav-link.icn._2 {
    padding-left: 25px;
    border-bottom: 1px solid #01070a;
    border-right-style: none;
    border-left-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#593c7f), to(#593c7f)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #593c7f, #593c7f), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
    text-align: center;
  }
  .nav-link.icn._2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9b68de), to(#9b68de)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #9b68de, #9b68de), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .nav-link.icn._4 {
    padding-left: 25px;
    border-bottom: 1px solid #01070a;
    border-right-style: none;
    border-left-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#593c7f), to(#593c7f)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #593c7f, #593c7f), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9b68de), to(#9b68de)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #9b68de, #9b68de), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .container-10 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-fixed3 {
    display: none;
    opacity: 0;
  }
  .menu-button {
    height: 51px;
    margin-left: 20px;
    padding-top: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d54b3), to(#7d54b3));
    background-image: linear-gradient(180deg, #7d54b3, #7d54b3);
  }
  .menu-button.w--open {
    margin-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#593c7f), to(#593c7f));
    background-image: linear-gradient(180deg, #593c7f, #593c7f);
  }
  .txt_about_school {
    height: auto;
    min-height: 110px;
  }
  .courses {
    height: 389px;
  }
  .course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .btn_school {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .checkbox-2 {
    margin-right: 5px;
  }
  .btn_become-popup {
    width: 100%;
    margin-left: 0px;
    float: left;
  }
  .about_right {
    display: none;
  }
  .header_std {
    text-align: center;
    text-transform: uppercase;
  }
  .about_photo {
    max-width: 300px;
    min-height: 380px;
  }
  .txt_about {
    text-align: center;
  }
  .about_list {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .about_list_number {
    margin-right: 15px;
  }
  .line_green {
    display: none;
  }
  .block_why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading_why {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {

 .organizator.action {max-width: 220px;    top: 10px;    position: relative;}
.block_organizators {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.organizator.action {
    top: 0;
}
  .content.head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_top-line {
    display: flex;
    width: 100%;
    margin-top: 0px;
flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .organizator {
    max-width: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .link_email {
    margin-top: 0px;
  }
  .phone {
    width: 167px;
    text-align: center;
  }
  .name_conf_bottom {
    height: 39px;
    font-size: 50px;
  }
  .razd_date {
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .btn_main {
    position: relative;
    z-index: 2;
  }
  .sub_name {
    font-size: 1.5em;
  }
  .txt_place-conf {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .section_main {
    background-position: 50% 0%;
  }
  .main_name_conf {
    margin-top: 34px;
  }
  .block_name-conference {
    z-index: 2;
  }
  .txt_date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
  }
  .txt_name_conf_bottom {
    padding-top: 5px;
    font-size: 60px;
  }
  .organizator.people {

    max-width: 120px;
    margin-top: 18px;
    margin-right: 0;
}
  .block_date-conf {
    height: auto;
    margin-top: 42px;
    margin-bottom: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }
  .name_cont {
    max-width: 700px;
    margin-top: 0px;
    font-size: 36px;
  }
  .name_cont.small {
    font-size: 1.5em;
    font-weight: 500;
}
  .block_org_logo {
    bottom: 21px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .txt_place {
    font-size: 1em;
  }
  .block_bus {
    display: none;
  }
  .programm_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn_see-full2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block_programm_btns2 {
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .block_programm_btns {
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .header_day {
    width: 100%;
  }
  .cell_programm_time {
    width: auto;
    margin-top: 15px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .cell_programm_time.empty {
    display: none;
  }
  .txt_tema {
    display: block;
    margin-top: 0px;
  }
  .txt_tema.note {
    margin-top: 20px;
  }
  .wrapper_programm.content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row_programm {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row_programm.heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .link_download {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cell_programm_day {
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .header_programm {
    padding-top: 5px;
    font-size: 40px;
    text-align: center;
  }
  .txt_time {
    text-align: center;
  }
  .cell_programm_desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .orange_point {
    display: none;
  }
  .orange_point.cofe {
    display: none;
    margin-right: auto;
    margin-left: 0px;
  }
  .section-programm {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper_programm_hidden.content.hidden {
    display: block;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn-reg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block_speakers {
    margin-top: 30px;
  }
  .speaker_about_text {
    margin-top: -10px;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .txt_about-speakers {
    margin-bottom: 0px;
    line-height: 1.4em;
  }
  .speaker {
    width: 40%;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box_img_speaker {
    margin-bottom: 0px;
  }
  .header_std-2 {
    text-align: center;
  }
  .header_std-2.center.blue {
    font-size: 2.75em;
  }
  .btn_show-all.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-speakers-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .header_speaker_about {
    margin-top: 20px;
  }
  .header {
    padding-top: 5px;
    font-size: 2.75em;
    text-align: center;
  }
  .block_cost {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price_day {
    width: 75%;
  }
  .heading2.final_price {
    font-size: 2.5em;
  }
  .heading2.price {
    font-size: 2.5em;
  }
  .txt_sales {
    bottom: 5px;
  }
  .price_content {
    min-height: 150px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .section-price {
    margin-bottom: -20px;
    padding-bottom: 0px;
  }
  .field_box {
    display: block;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-field._2 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field.phonefield._3 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field._1 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .name_mail_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkbox-field-2.form1 {
    width: 280px;
  }
  .field_border {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    background-color: transparent;
  }
  .btn-reg-2 {
    margin-top: 20px;
  }
  .txt_subheading.bron {
    width: 100%;
  }
  .sec-6 {
    margin-top: 0px;
    padding-top: 40px;
  }
  .heading_middle2.about-school {
    margin-bottom: 15px;
  }
  .btn_become.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .txt_copyright {
    width: 100%;
    font-size: 0.7em;
  }
  .btn_navbar.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar-fixed3 {
    display: none;
    opacity: 0;
  }
  .txt_about_school {
    height: auto;
    min-height: 60px;
  }
  .footer-2 {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .txt_copyright-2 {
    font-size: 0.7em;
  }
  .link_school {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .courses {
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading_submain-2 {
    font-size: 1.6em;
  }
  .heading_big.thankyou {
    font-size: 1em;
  }
  .course {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .btn_school.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn_become-popup {
    width: 100%;
  }
  .btn_become-popup.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-block-2 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .field_cell2 {
    width: 100%;
  }
  .about_list {
    width: 100%;
  }
  .section_why {
    padding-right: 25px;
    padding-left: 25px;
  }
  .why_list_number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .partners_section{display: none;}
  .partners_section.partners_section2{display: block;}
    .partners_section.partners_section2 .organiztor_block {    margin-bottom: 30px;}
    .block_organizators {    margin-bottom: 0;}
  .block_organizators {
   flex-wrap: wrap;
}
  .section_top-header {
    height: 44px;
    padding-top: 14px;
  }
  .link_phone_main {
    margin-right: 0px;
  }
  .block_organizators {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_top-line {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-15 {
    text-align: center;
  }
  .image {
    width: 70vw;
  }
  .organizator {
    display: none;
  }
 .organizator.gdc, .organizator.people{display: block;    margin: 0;}
 .organizator.gdc {    margin-bottom: 20px;}
  .link_email {
    margin-top: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .whatsapp_link {
    position: relative;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin: 14px auto 15px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .phone_link {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .org_logo {
    max-width: 150px;
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .razd_date {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn_main {
    font-size: 1.2em;
  
    position: relative;
    z-index: 1;
    width: 240px;
    height: 50px;
    margin-top: 10px;
}
.orange_point{
  
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
}
  .sub_name {
    font-size: 1.2em;
  }
  .txt_place-conf {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
  .section_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 41px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
  }
  .main_name_conf {
    display: block;
    margin-top: 0px;
  }
  .block_name-conference {
    text-align: center;
  }
  .txt_date {
    font-size: 16px;
  }
  .txt_name_conf_bottom {
    padding-top: 0px;
    line-height: 0.9em;
  }
  .block_date-conf {
    height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .name_cont {
    max-width: none;
    font-size: 28px;
    line-height: 1.2em;
  }
  .block_org_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_date {
    margin-top: 20px;

    flex-direction: row;
    align-items: start;
  }
  .date {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .date_number {
    /*width: 135px;*/
    height: 30px;
  }
  .txt_place {
    margin-bottom: 5px;
  }
  .btn_see-full2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
    line-height: 1.1em;
  }
  .btn_see-full2:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_see-full2.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .light {
    display: none;
  }
  .header_day {
    margin-left: 0px;
    padding-left: 0px;
  }
  .cell_programm_time {
    margin-bottom: 5px;
  }
  .txt_tema.cofe {
    line-height: 1.2em;
    font-weight: 500;
  }
  .wrapper_programm.content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row_programm {
    margin-bottom: 15px;
    position: relative;
  }
  .link_download {
    right: 10px;
  }
  .header_programm {
    margin-top: 17px;
    padding-top: 0px;
    font-size: 2em;
    line-height: 0.9em;
  }
  .header_day_name {
    margin-top: 0px;
  }
  .section-programm {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper_programm_hidden.content.hidden {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn-reg {
    width: 100%;
    padding-top: 12px;
    font-size: 1em;
  }
  .block_speakers {
    padding-right: 15px;
    padding-left: 15px;
  }
  .speaker {
    width: 100%;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block_speakers-hiddens {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_std-2.center {
    font-size: 2em;
    line-height: 1.2em;
  }
  .header_std-2.center.blue {
    font-size: 2em;
  }
  .header_std-2.big {
    font-size: 2.5em;
  }
  .btn_show-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
    line-height: 1.1em;
  }
  .btn_show-all:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_show-all.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .section-speakers-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header_speaker_about {
    margin-top: 10px;
    font-size: 1.1em;
  }
  .block_btn-show {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 2em;
    line-height: 0.9em;
  }
  .container-3 {
    margin-left: 0px;
  }
  .block_cost {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price_day {
    width: auto;
    margin-bottom: 24px;
  }
  .section-price {
    margin-bottom: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .field_box.promo {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .field-label-4 {
    text-align: left;
  }
  .field_border {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .btn-reg-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    font-size: 1.5em;
  }
  .btn-reg-2.center {
    margin-top: 20px;
    font-size: 1em;
  }
  .sec-6 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading_middle2.about-school {
    font-size: 1.5em;
  }
  .heading_middle {
    font-size: 2.25em;
    line-height: 1.1em;
  }
  .heading_middle.white {
    font-size: 2em;
  }
  .btn_become {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    float: none;
    clear: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
    line-height: 1.1em;
  }
  .btn_become:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_become.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .txt_copyright {
    margin-bottom: 0px;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .container-7.footer {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .phone_footer {
    float: none;
    text-align: center;
  }
  .btn_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1em;
    line-height: 1.1em;
  }
  .btn_navbar:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_navbar.w--current {
    width: 200px;
    margin-left: 0px;
    font-size: 1em;
  }
  .container-10 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-fixed3 {
    display: none;
    padding-left: 15px;
    opacity: 0;
  }
  .menu-button {
    margin-left: 0px;
  }
  .footer-2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .txt_copyright-2 {
    margin-bottom: 0px;
  }
  .heading_submain-2.orange {
    font-size: 1.2em;
  }
  .heading_big.thankyou {
    width: 93%;
    margin-bottom: 21px;
    font-size: 1em;
    letter-spacing: 0px;
  }
  .course {
    width: 95%;
  }
  .btn_school {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .btn_school:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_school.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .field-label {
    font-size: 1em;
  }
  .btn_become-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .btn_become-popup:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_become-popup.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .top_form {
    width: 100%;
  }
  .header_std {
    text-align: left;
  }
  .txt_about {
    text-align: left;
  }
  .txt_about_list {
    padding-left: 5px;
  }
  .about_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading_why {
    margin-bottom: 10px;
    text-align: left;
  }
  .why_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why_list_number {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .heading_why_list {
    line-height: 1.2em;
  }
}

@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl_2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/rouble.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}