

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.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: 'Graphiklcg', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.section {
  padding: 120px 0;
}

.section.main {
  padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bg_main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
}

.section.speakers {
  padding-bottom: 40px;
  background-color: rgba(178, 191, 199, 0.1);
}

.section.timer {
  background-color: #970430;
}

.section.place {
  min-height: 600px;
  background-image: url('../images/place_bg.png?2');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
}

.section.about {
  padding-top: 120px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.main {
  position: relative;
  min-height: 630px;
  padding-top: 20px;
  padding-bottom: 80px;
  /*background-image: url('../images/img_main.png');*/
  background-position: 92% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link_email {
  display: block;
  margin-top: 3px;
  color: #000000;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.block_top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.organizator {
  display: inline-block;
 
}

.organizator.fd {
  width: 50%;
  max-width: 93px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; 
  margin-right: 24px;
}

.organizator.gf {
  width: 100%;
  max-width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 32px;

}
.organizator.gf:first-child {
 margin-right: 24px;

}

.organizator.gdk {
  width: 100%;
  max-width: 243px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin:8px 0 16px;
}

.organizator.sfd {
  width: 40%;
  max-width: 97px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 16px;
}

.text-block-15 {
  font-size: 1.2em;
  font-weight: 500;
}

.logo_org.gdk {
  width: 243px;
}

.link_phone_main {
  font-size: 1.125em;
  text-decoration: none;
}

.phone {
  float: none;
  text-align: right;
}

.block_organizators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  font-size:10px;color:#333;
}
.block_organizators_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size:10px;color:#333; 
  margin-right: 40px;
    margin-right: 40px;
    flex-wrap: wrap;
    gap: 2px;
    width: 260px;

}

@media screen and (max-width: 1100px) {
.block_organizators {
    flex-direction: column;
}
.block_organizators_all{width: auto;}
}
.phone_link {
  color: #000000;
  font-size: 1em;
  font-weight: 900;
  text-decoration: none;
}

.block_main-offer {
  position: relative;
  left: -6px;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-top: 80px;
}

.txt_forum {
  font-size: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.forum_name {
  margin-top: 27px;
  color: #000000;
    font-size: 59px;
    line-height: 0.95em;
  font-weight: 900;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.block_date {
  margin-top: 46px;
  margin-bottom: 55px;
}

.txt_date {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 3px;
}

.txt_place {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
}

.img_main {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.btn_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  height: 54px;
  margin: 32px 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;
  background-color: #04976b;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  transition: all .3s;
}

.btn_main:hover {
  background-color: #05b37f;
}
.btn_main.reg {
  width: 300px;
  text-transform: uppercase;
}
.btn_main.first{
  margin-left: 0;
}
.html-embed {
  display: none;
}

.img_treug {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.heading_std {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading_std.center {
  margin-top: 0px;
  margin-bottom: 22px;
  text-align: center;
}

.heading_std.center.white2 {
  margin-top: 20px;
  color: #fff;
}

.heading_std.programm {
  display: inline-block;
  margin-top: 0px;
}

.heading_std.speakers_1 {
  width: 620px;
  margin: 0px auto;
  -webkit-transform: translate(-122px, 0px);
  -ms-transform: translate(-122px, 0px);
  transform: translate(-122px, 0px);
  text-align: center;
}

.heading_std.speakers_2 {
  width: 550px;
  margin: 12px auto 72px;
  -webkit-transform: translate(162px, 0px);
  -ms-transform: translate(162px, 0px);
  transform: translate(162px, 0px);
  font-weight: 300;
  text-align: center;
}

.heading_std.white {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}

.heading_std.small {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.txt_about {
  
  max-width: none;
  text-align: left;
}

.bg_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  opacity: 0.1;
}

.block_numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number {
  width: 33%;
    text-align: center;
}

.txt_big_numbers {
  color: #fff;
  font-size: 80px;
  line-height: 0.7em;
  font-weight: 900;
  letter-spacing: -5px;
}

.txt_note_numbers {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.small_12 {
  font-size: 12px;
  line-height: 14px;
}

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

.wrapper_programm-2.content {
  position: relative;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.txt_tema.cofe {
  margin-top: 2px;
  color: #b2bfc7;
  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;
}

.header_day-number {
  display: inline-block;
  margin-top: 9px;
  font-size: 1.375em;
  font-weight: 300;
}

.header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #053d59;
  font-size: 2.75em;
  line-height: 1.1em;
  font-weight: 300;
  text-transform: none;
}

.text-span-2 {
  color: #053d59;
}

.cell_programm_time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  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;
}

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

.content.programm {
  max-width: 855px;
  margin-right: auto;
  margin-left: auto;
}

.header_day {
  display: inline-block;
  margin-top: 17px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 900;
}

.orange_point {
  position: relative;
  bottom: 0px;
  width: 25px;
  height: 14px;
  margin-top: -2px;
  margin-right: 16px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: url('../images/icn_accept-1.svg?2');
  background-position: 0px 0px;
  background-size: 22px;
  background-repeat: no-repeat;
}


.orange_point.dinner {
  background-image: url('../images/fa_glass.svg');
}
.orange_point.end {
  margin-top: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2bfc7), to(#b2bfc7));
  background-image: linear-gradient(180deg, #b2bfc7, #b2bfc7);
}

.orange_point.cofe {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 20px;
  margin-top: -2px;
  margin-right: 23px;
  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_point.dialogue {
  width: 25px;
  height: 25px;
  margin-top: -6px;
  border-radius: 0px;
  background-image: url('../images/icn_dialog.svg');
  background-position: 0% 0%;
  background-size: 21px;
}

.orange_point.trening {
  height: 22px;
  margin-top: -6px;
  border-radius: 0px;
  background-image: url('../images/icn_traning.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.orange_point.lamp {
  height: 20px;
  margin-top: -4px;
  border-radius: 0px;
  background-image: url('../images/icn_lamp.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.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;
}

.cell_programm_desc.zal {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cell_programm_day {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -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;
}

.section_programm {
  padding: 15px;
  background-color: #fafcfc;
}

.txt_time {
  margin-top: 3px;
  color: #b2bfc7;
  line-height: 1em;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.3px;
}

.text-block-16 {
  display: inline-block;
  margin-left: 20px;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: 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;
}

.row_programm {
  position: relative;
  z-index: 0;
  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.day2-short {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  -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;
}

.row_programm.day2 {
  display: block;
  margin-bottom: -20px;
  -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;
}

.row_programm.day1 {
  margin-bottom: -20px;
  -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;
}

.row_programm.day2 {
  display: none;
  margin-top: 20px;
  margin-bottom: -20px;
  -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;
}

.wrapper_programm {
  width: 100%;
  margin-right: auto;
  margin-bottom: 23px;
  margin-left: auto;
}

.link_download {
  z-index: 2;
  display: inline-block;
  width: 260px;
  height: 30px;
  margin-top: 20px;
  padding-bottom: 7px;
  float: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #0e2936;
  font-size: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.header_day_name {
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  padding: 3px 5px;
  color: #000000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.programm_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.column_content {
  width: 100%;
  padding-top: 27px;
}

.light {
  font-weight: 500;
}

.btn_see-full2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 54px;
  -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: #04976B;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_see-full2:hover {
  background-color: #04976B;
  color: #fff;
}

.btn-reg {
  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;
  background-color: #04976B;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-reg:hover {
  border-bottom-color: #05B37F;
  background-color: #05B37F;
}

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

.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;
}

.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;
}

.icn_arrow {
  margin-bottom: 1px;
}

.razd_vert {
  display: inline-block;
  width: 1px;
  height: 32px;
  margin-top: 9px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #000000;
}

.bold {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.4em;
  font-weight: 500;
}

.zal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 290px;
  -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;
}

.zal2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  -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;
}

.div-block {
  cursor: pointer;
}

.block_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_speakers.hiddens {
  display: none;
}

.speaker {
  width: 23%;
  margin-right: 15px;
    margin-bottom: 60px;
}

.speaker.even {
  margin-top: 115px;
}

.img_speaker {
  display: block;
  max-width: 225px;
}

.sp_name {
  margin-top: 13px;
  font-size: 24px;
  line-height: 26px;
}

.bold_name {
  font-weight: 900;
}

.txt_dolj {
  margin-top: 8px;
  opacity: 0.5;
  line-height: 19px;
  font-weight: 300;
}

.btn_see-speakers {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 54px;
  margin: 40px 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: #000000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000000;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_see-speakers:hover {
  background-color: #000000;
  color: #fff;
}

.button {
  width: 230px;
}

.content_price {
}

.block_price {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  margin-left:auto;
  margin-right:auto;
  padding: 0px 0px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #970430;;
    margin-top: 51px;


    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}



.block_price.right {
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

.price_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -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;
  background-color: #970430;
}

.price_right {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;


  -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;    
            min-height: 310px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.heading_small {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.first_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  /*border-right: 1px solid #000000;*/
}

.txt_dl {
  text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
}

.txt_price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
}

.txt_price.small {
  font-size: 16px;
}

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

.rub.small {
  font-size: 14px;
}

.final_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  opacity: 0.5;
}

.heading_timer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.block_timer {
  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;
}

.timer_part {
  display: none;
  width: 70px;
  text-align: center;
}

.timer_part.points {
  width: 10px;
}

.txt_timer_big {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 900;
}

.txt_timer_small {
  opacity: 0.5;
  color: #fff;
  font-weight: 300;
}

.txt_timer_points {
  display: inline-block;
  opacity: 0.5;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
}

.subheading {
  opacity: 0.5;
  text-align: center;
}

.form .subheading {
    opacity: 0.5;
    text-align: center;
    max-width: 410px;
    margin: 0 auto 24px;
}

.label {
  display: none;
}

.input_std {    
  width: 100%;
    max-width: 300px;
  height: 54px;
  margin-right: 0;
  margin-bottom: 16px;
  padding-left: 8px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: transparent transparent #000000;
  background-color: transparent;
  color: #000000;
  font-size: 16px;
}

.input_std:hover {
  border-bottom-color: #000000;
}

.input_std:focus {
  border-bottom-color: #fff;
  background-color: #d9f4ff;
}

.input_std::-webkit-input-placeholder {
  color: #000;
}

.input_std:-ms-input-placeholder {
  color: #000;
}

.input_std::-ms-input-placeholder {
  color: #000;
}

.input_std::placeholder {
  color: #000;
}

.input_std.popup_field {
  width: 100%;
  margin-bottom: 15px;
}

.wrapper_btn_form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 72px;
  max-width: 527px;
  margin-top: 60px;
  margin-left: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.btn_form {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 88px;
  background-color: transparent;
  background-image: url('../images/arrow-3.svg');
  background-position: 100% 50%;
  background-size: 63px;
  background-repeat: no-repeat;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

.btn_anim_black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 0px;
  height: 72px;
  background-color: #000;
}

.success_message {
  padding: 0px;
  background-color: transparent;
}

.thank_you {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.form {
  margin-top: 45px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.block_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block_place {
  width: 50%;
  float: right;
}

.txt_hotel {
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 54px;
  margin-top: 35px;
  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;
  background-color: #000000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #04976B;
}

.btn-place:hover {
  border-bottom-color: #cc9629;
  background-color: #05B37F;
}

.btn-place:active {
  border-top: 3px solid #05B37F;
  border-bottom-width: 0px;
}

.author {
  max-width: 400px;
  margin-top: 20px;
  text-align: center;
}

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

.header_small.center {
  text-align: center;
}

.header_small.center.blue {
  z-index: 3;
  color: #e5eeff;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: none;
}

.txt_otzyv {
  width: 60%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.photo_gallery {
  margin-bottom: 40px;
}

.container-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.block_kavychka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-top: 22px;
  -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;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_author-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.txt_author-dolj {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.icn_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 80px;
  -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;
  background-image: url('../images/slick-prev__1+slick-prev_.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.icn_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 80px;
  -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;
  background-image: url('../images/slick-next__1+slick-next_.png');
  background-position: 50% 50%;
  background-size: auto 80px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icn_right:hover {
  background-color: #fff;
}

.line {
  width: 30%;
  height: 1px;
  background-color: #fff;
}

.img_kov {
  width: 30px;
  height: 30px;
  margin-right: 19px;
  margin-left: 19px;
  background-image: url('../images/kav.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  color: #66c2e2;
}

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

.header_std-2.center {
  color: #000000;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.otzyv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 180px;
  -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;
}

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

.container-2.short {
  display: none;
  max-width: 960px;
}

.slider-ref {
  height: 200px;
  background-color: transparent;
}

.section-itwas {
  padding:120px 0;
  background-color: #fff;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 40px;
}

.heading_middle2.about-school {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.5em;
  font-weight: 400;
  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.75em;
  font-weight: 300;
}

.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: #ffab00;
  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;
}

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

.partners_section {
  padding:120px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: linear-gradient(180deg, #970430, #970430);
}

.question_6_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.question_8_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.question_4 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.question_7_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.question_3_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.q7_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.question_3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.question_3.white_pl {
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
}

.question_6 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.container-6 {
  display: block;
  width: 100%;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.section-faq {
  padding: 120px 0;
  background-color: #fafcfc;
}

.q_container {
  position: relative;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #000000;
  background-image: url('../images/arrow_bottom_1arrow_bottom.png');
  background-position: 97% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #fff;
}

.q_container.arrow_bottom {
  background-image: url('../images/arrow_bottom_1arrow_bottom.png');
  background-position: 97% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.q4_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.question_2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.question_2.white_pl {
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 50px 4px rgba(0, 0, 0, 0.15);
}

.question_2.white_pl.arrow_right {
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: none;
}

.question_2_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.q2_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.q6_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.question_4_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.q {
  position: relative;
  margin-top: 5px;
  text-align: left;
}

.q:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.question_1 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.question_8 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.q8_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.question_5_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.question_1_active {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.q1_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.q5_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.question_5 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.txt_question1 {
  width: 100%;
  color: #ff7043;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.block_question {
  width: 100%;
  margin-top: 60px;
}

.question_7 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: url('../images/arrow_right_1arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: url('../images/arrow_right_1arrow_right.png'), linear-gradient(180deg, #970430, #970430);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

.q3_close {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.txt_answear1 {
  display: block;
  margin-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  color: #053d59;
  font-size: 1em;
  line-height: 1.4em;
}

.txt_question1_hover {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.txt_question1_hover.question_gradient {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: none;
}

.text-block-14 {
  color: #e3e3e3;
  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(#970430), to(#970430));
  background-image: linear-gradient(180deg, #970430, #970430);
}

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

.txt_copyright {
  width: 60%;
  color: #e3e3e3;
  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: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

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

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

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

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

.top_form {
  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.phone {
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
}

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

.text-field-3.name {
  padding-left: 10px;
  border-color: #c6c6c6;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1em;
}

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

.icon_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
}

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

.pl_yellow {
  position: relative;
  width: 100%;
  padding: 28px 10px 7px;
  border-bottom: 0px solid #cfcfcf;
  background-color: transparent;
}

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

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

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

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

.header_popup {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  color: #053d59;
  font-size: 1.9em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

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

.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: linear-gradient(180deg, rgb(35 35 35 / 80%), rgb(0 0 0 / 80%));
  opacity: 0;
}

.popup.p-map {
  display: none;
}

.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: #ffab00;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #053d59;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

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

.red-2 {
  color: red;
}

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

.txt_close {
  position: absolute;
  padding: 10px 20px 10px 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #053d59;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

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

.checkbox-field-3 {
  display: block;
  width: 220px;
  margin: 10px auto;
}

.error-message {
  color: #bd3c00;
}

.btn_navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 40px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 12px;
  -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: #04976B;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_navbar:hover {
  border-color: #04976B;
  background-color: #04976B;
  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;
  border-left-color: #A90436;
  background-image: url('../images/icn_programm.svg?3');
  background-position: 20px 50%;
  background-size: 16px;
}

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

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

.nav-link.icn._5 {
  border-right-width: 0px;
  border-right-color: #000000;
  border-left-color: #A90436;
  background-image: url('../images/icn_faq.svg?3');
  background-size: 16px;
}

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

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

.nav-link.icn._5.w--current:hover {
  background-image: url('../images/icn_faq.svg?3'), -webkit-gradient(linear, left top, left bottom, from(#A90436), to(#A90436));
  background-image: url('../images/icn_faq.svg?3'), linear-gradient(180deg, #A90436, #A90436);
  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;
  padding-top: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right-width: 0px;
  border-left-color: #A90436;
  background-image: url('../images/icn_speakers.svg?2');
  background-position: 20px 50%;
  background-size: 14px;
}

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

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

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

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

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

.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 #A90436;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#970430), to(#970430));
  background-image: linear-gradient(180deg, #970430, #970430);
  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;
}

.color_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-color: #970430;
}

.dots_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-image: url('../images/dot-bg.png');
  background-position: 0px 0px;
  background-size: 1441px;
  opacity: 0.3;
}

.btn_partner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 54px;
  margin: 40px 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: #04976B;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_partner:hover {
  background-color: #04976B;
  color: #fff;
}

.popup-map {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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(5, 61, 89, 0.8)), to(rgba(5, 61, 89, 0.8)));
  background-image: linear-gradient(180deg, rgba(5, 61, 89, 0.8), rgba(5, 61, 89, 0.8));
  opacity: 1;
}

.map_block {
  position: relative;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 460px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.txt_about_school {
  min-height: 100px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  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;
}

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

.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: #000000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283c58;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.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-color: #fafcfc;
}

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

.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: #000000;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

.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;
}

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

.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: #000000;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .section.main {
    /*background-image: url('../images/img_main.png');*/
        background-position: 0 0%;
        background-size: cover;
        background-repeat: no-repeat;
  }
/*  .container.main {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }*/
/*  .block_top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }*/
  .organizator.fd {
   /* display: none;*/
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .organizator.gdk {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .organizator.sfd {
   /* display: none;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-15 {
    text-align: left;
  }
  .logo_org {
    width: 230px;
  }
  .phone {
    margin-top: -11px;
    margin-left: 4px;
    float: none;
  }
  .block_organizators {
    -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;

    flex-direction: column;
  }
  .organizator.gf {
    margin-top: 20px;
}
  .block_main-offer {
    max-width: 440px;
    margin-top: 44px;
  }
  .txt_forum {
    padding-left: 5px;
    font-size: 16px;
    text-align: left;
  }
  .forum_name {
    margin-top: 20px;
    font-size: 6vw;
    text-align: left;
  }
  .block_date {
    margin-bottom: 40px;
  }
  .txt_date {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }
  .txt_place {
    font-size: 16px;
    text-align: left;
  }
  .btn_main.first {
    margin-left: 0px;
  }
  .heading_std.speakers_1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heading_std.speakers_2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .txt_big_numbers {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .wrapper_programm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .txt_tema {
    display: inline;
  }
  .txt_tema.note {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .orange_point {
    margin-top: 8px;
  }
  .cell_programm_desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section_programm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .txt_time {
    font-size: 14px;
  }
  .row_programm {
    margin-bottom: 15px;
  }
  .wrapper_programm {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header_day_name {
    margin-top: -7px;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .programm_block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn_see-full2 {
    width: 300px;
    margin-left: 0px;
    float: left;
    font-size: 1.25em;
  }
  .btn-reg {
    width: 300px;
    font-size: 1.25em;
  }
  .speaker {
    width: 45%;
    margin-bottom: 30px;
    padding-right: 20px;
  }
  .speaker.even {
    margin-top: 0px;
  }
  .btn_see-speakers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-left: auto;
    float: none;
    font-size: 1.25em;
  }
  .block_price.left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .block_price.right {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .input_std {
    width: 45%;
    font-size: 20px;
  }
  .wrapper_btn_form {
    height: 60px;
    max-width: 440px;
  }
  .btn_form {
    font-size: 40px;
    line-height: 50px;
  }
  .btn-place {
    width: 300px;
    font-size: 1.25em;
  }
  .header_small {
    text-align: center;
  }
  .header_small.center.blue {
    color: #000000;
    text-transform: uppercase;
  }
  .txt_otzyv {
    color: #000000;
  }
  .txt_author-name {
    color: #000000;
  }
  .txt_author-dolj {
    color: #000000;
  }
  .html-embed-4 {
    display: none;
  }
  .header_std-2 {
    text-align: center;
  }
  .container-2.short {
    display: block;
    margin-top: 30px;
  }
  .container-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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;
  }
  .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;
  }
  .popup {
    display: none;
    opacity: 0;
  }
  .btn_become-popup {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .icon {
    color: #dff3f7;
  }
  .btn_navbar {
    display: block;
    margin-top: 6px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 7px;
    float: none;
  }
  .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(#A90436), to(#A90436)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #A90436, #A90436), 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(#970430), to(#970430)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #000000, #000000), 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(#A90436), to(#A90436)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #A90436, #A90436), 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(#970430), to(#970430)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #000000, #000000), 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(#A90436), to(#A90436)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #A90436, #A90436), 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(#970430), to(#970430)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #000000, #000000), 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(#A90436), to(#A90436)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #A90436, #A90436), 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(#970430), to(#970430)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #000000, #000000), 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;
  }
  .menu-button {
    height: 51px;
    margin-left: 20px;
    padding-top: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07577f), to(#07577f));
    background-image: linear-gradient(180deg, #970430, #970430);
  }
  .menu-button.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A90436), to(#A90436));
    background-image: linear-gradient(180deg, #A90436, #A90436);
  }
  .btn_partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-left: auto;
    float: none;
    font-size: 1.25em;
  }
  .txt_about_school {
    height: auto;
    min-height: 110px;
  }
  .courses {
    height: 389px;
  }
  .btn_school {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .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;
  }
}

@media screen and (max-width: 767px) {
  .section.main {
   /* background-image: url('../images/img_main.png');*/
/*    background-position: 50% 0%;
    background-size: 200px;
    background-repeat: no-repeat;*/
  }
  .section.video {
    height: auto;
  }
  .section.about {
    padding-top: 0px;
  }
/*  .container.main {
    min-height: auto;
    padding-bottom: 40px;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 50px;
  }*/
/*  .block_top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    flex-direction: column;
  }*/
  .text-block-15 {
    text-align: right;
  }
  .phone {
    margin-top: 0px;
    margin-left: 0px;
  }
/*.block_organizators {
    display: flex;
    width: auto;
    flex-direction: column;
    position: absolute;
    bottom: -50px;
}*/
.block_organizators_all {
    flex-wrap: nowrap;
}
  .phone_link {
    display: block;
  }
  .block_main-offer {
    max-width: 520px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .block_logos {
    justify-content: center;
}
  .txt_forum {
    text-align: center;
  }
  .forum_name {
    margin-top: 10px;
    font-size: 8vw;
    text-align: center;
  }
  .block_date {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .txt_date {
    text-align: center;
  }
  .txt_place {
    text-align: center;
  }
  .btn_main.first {
    margin-left: auto;
  }
  .heading_std {
    font-size: 30px;
  }
  .heading_std.speakers_1 {
    width: auto;
  }
  .heading_std.speakers_2 {
    display: none;
  }
  .bg_video {
    display: none;
  }
  .block_numbers {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .organizator.gf {
    margin-top: 0;
}
  .number {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .txt_tema {
    display: block;
    margin-top: 0px;
  }
  .txt_tema.cofe {
    display: block;
    margin-left: 20px;
    padding-left: 0px;
  }
  .header_day-number {
    display: none;
  }
  .header {
    padding-top: 5px;
    font-size: 2.75em;
    text-align: center;
  }
  .cell_programm_time {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: 20px;
    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: left;
  }
  .cell_programm_time.empty {
    display: none;
  }
  .header_day {
    width: 50%;
    text-align: center;
  }
  .orange_point {
    display: block;
    margin-right: 10px;
    float: left;
  }
  .orange_point.cofe {
    display: block;
    margin-top: -6px;
    margin-right: auto;
    margin-left: 0px;
  }
  .cell_programm_desc {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .cell_programm_day {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .txt_time {
    text-align: left;
  }
  .text-block-16 {
    display: none;
  }
  .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;
  }
  .row_programm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row_programm.day2-short {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .row_programm.day2 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .row_programm.day1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .row_programm.day2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .wrapper_programm {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: left;
  }
  .link_download {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-left: auto;
    float: right;
    text-align: left;
  }
  .programm_block {
    margin-top: 30px;
    margin-bottom: 30px;
    -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;
  }
  .column_content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .btn_see-full2 {
    width: 100%;
    max-width: 320px;
    font-size: 1em;
  }
  .btn_see-full2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn-reg {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    font-size: 1em;
  }
  .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;
  }
  .razd_vert {
    display: none;
  }
  .block_speakers {
    margin-top: 50px;
  }
  .img_speaker {
    max-width: 175px;
  }
  .btn_see-speakers {
    width: 252px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn_see-speakers.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block_price.left {
    max-width: 350px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

  }
  .block_price.right {
    max-width: 400px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price_left {
    width: 100%;
    height: 100px;
  }
  .price_right {
    width: 100%;
    -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;
  }
  .first_price {
    width: 100%;
    border-bottom: 1px solid #000000;
    border-right-width: 0px;
  }
  .final_price {
    width: 101%;
  }
  .input_std {
    width: 100%;
    max-width: 300px;
    margin-bottom: 28px;
    font-size: 20px;
  }
  .wrapper_btn_form {
    max-width: 356px;
    margin-top: 40px;
  }
  .btn_form {
    padding-right: 60px;
    background-size: 40px;
    font-size: 32px;
    line-height: 40px;
  }
  .block_place {
    width: 100%;
    float: none;
    text-align: center;
  }
  .btn-place {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .header_small.center.blue {
    font-size: 1.5em;
    text-transform: uppercase;
  }
  .txt_otzyv {
    width: 90%;
    color: #000000;
  }
  .photo_gallery {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .txt_author-name {
    color: #000000;
  }
  .txt_author-dolj {
    color: #000000;
  }
  .html-embed-4 {
    display: block;
  }
  .header_std-2 {
    text-align: center;
  }
  .header_std-2.center {
    font-size: 30px;
  }
  .slider-ref {
    height: 220px;
  }
  .section-itwas {
    padding-right: 3%;
    padding-left: 3%;
  }
  .left-arrow {
    display: none;
  }
  .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;
  }
  .question_6_active {
    width: 100%;
  }
  .question_8_active {
    width: 100%;
  }
  .question_4 {
    width: 100%;
  }
  .question_7_active {
    width: 100%;
  }
  .question_3_active {
    width: 100%;
  }
  .question_3.white_pl {
    width: 100%;
  }
  .question_6 {
    width: 100%;
  }
  .container-6 {
    padding-bottom: 30px;
  }
  .section-faq {
    padding-bottom: 2%;
  }
  .question_2.white_pl.arrow_right {
    width: 100%;
  }
  .question_2_active {
    width: 100%;
  }
  .question_4_active {
    width: 100%;
  }
  .question_1 {
    width: 100%;
  }
  .question_8 {
    width: 100%;
  }
  .question_5_active {
    width: 100%;
  }
  .question_1_active {
    width: 100%;
  }
  .question_5 {
    width: 100%;
  }
  .question_7 {
    width: 100%;
  }
  .footer {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .txt_copyright {
    width: 100%;
    font-size: 0.7em;
  }
  .form-block-2 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .field_cell2 {
    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;
  }
  .btn_navbar.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn_partner {
    width: 252px;
  }
  .btn_partner.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .txt_about_school {
    height: auto;
    min-height: 60px;
  }
  .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;
  }
  .btn_school.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading_submain-2 {
    font-size: 1.6em;
  }
  .link_school {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .course {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .heading_big.thankyou {
    font-size: 1em;
  }
  .block_organizators{display:none;}
  .block_top-line{justify-content: flex-end;}
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 14px;
  }
  .section {
    padding: 40px 16px;
  }
  .section.main {
    padding-right: 16px;
    padding-left: 16px;
/*    background-position: 50% 0%;
    background-size: 200px;*/
  }
  .section.video {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.place {
    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;
  }
  .section.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
/*  .container.main {
    position: relative;
    min-height: 630px;
  }*/

/*  .organizator {
    display: none;
  }*/
  .organizator.gdk {
    display: block;
    max-width: none;
  }
  .text-block-15 {
    text-align: right;
  }
  .logo_org {
    width: auto;
  }
  .link_phone_main {
    font-size: 14px;
  }
  .phone {

    text-align: right;
    font-size: 14px;
  }

/*.container.main {
    padding-bottom: 90px;
    margin-bottom: 120px;
}
*/

  .block_organizators_all {
    flex-wrap: wrap;
}
  .phone_link {
    margin-right: 0px;
  }
/*  .block_main-offer {
    margin-top: 231px;
  }*/
  .txt_forum {
    margin-bottom: 8px;
    padding-left: 0px;
    font-size: 4.5vw;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .forum_name {
    margin-top: 0px;
    font-size: 8vw;
  }
  .block_date {
    margin-top: 20px;
    padding-left: 5px;
  }
  .txt_date {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .txt_place {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .btn_main.reg {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .btn_main.first {
    margin-left: auto;
    font-size: 16px;
  }
  .img_treug {
    width: 32px;
    margin-bottom: 34px;
  }
  .heading_std {
    font-size: 24px;
  }
  .heading_std.center {
    font-size: 24px;
  }
  .heading_std.programm {
    font-size: 24px;
  }
  .heading_std.speakers_1 {
    font-size: 24px;
  }
  .txt_about {
    font-size: 14px;
    line-height: 22px;
  }
  .bg_video {
    display: none;
  }
  .block_numbers {
    -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;
  }
  .number {
    width: 90%;
    margin-bottom: 50px;
    text-align: center;
  }
  .number.last {
    margin-bottom: 0px;
  }
  .txt_note_numbers {
    line-height: 20px;
  }
  .wrapper_programm-2.content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt_tema.cofe {
    margin-left: 0px;
    padding-left: 0px;
    line-height: 1.2em;
    font-weight: 500;
  }
  .header {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 2.75em;
    line-height: 0.9em;
  }
  .cell_programm_time {
    margin-bottom: 5px;
  }
  .header_day {
    width: 100%;
    font-size: 20px;
  }
  .orange_point {
    display: none;
  }
  .orange_point.cofe {
    display: none;
  }
  .cell_programm_day {
    margin-top: 0px;
  }
  .row_programm {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row_programm.day2-short {
    display: none;
  }
  .row_programm.day1 {
    margin-top: 0px;
  }
  .link_download {
    top: -13%;
    right: 0px;
    width: 40px;
  }
  .header_day_name {
    margin-top: 0px;
    font-size: 18px;
  }
  .programm_block {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column_content {
    width: 100%;
  }
  .light {
    display: none;
  }
  .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: 16px;
    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;
  }
  .btn-reg {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    font-size: 16px;
  }
  .block_programm_btns {
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bold {
    margin-bottom: 3px;
  }
  .block_speakers {
    margin-top: 32px;
  }
  .speaker {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .sp_name {
    font-size: 20px;
    line-height: 1.2em;
  }
  .txt_dolj {
    line-height: 18px;
  }
  .btn_see-speakers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 15px;
    float: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 16px;
    line-height: 1.1em;
  }
  .btn_see-speakers:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_see-speakers.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .subheading {
    line-height: 18px;
  }
  .input_std {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrapper_btn_form {
    height: 32px;
    max-width: 268px;
    margin-top: 30px;
    margin-left: -5px;
  }
  .btn_form {
    padding-right: 60px;
    padding-left: 5px;
    background-image: url('../images/arrow-3.svg');
    background-size: 40px;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 30px;
  }
  .btn-place {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    font-size: 1.5em;
  }
  .header_std-2.center {
    font-size: 24px;
  }
  .header_std-2.big {
    font-size: 2.5em;
  }
  .section-itwas {
    padding: 40px 16px;
  }
  .heading_middle2.about-school {
    font-size: 1.5em;
  }
  .heading_middle {
    font-size: 2.25em;
    line-height: 1.1em;
  }
  .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;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.3em;
    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;
  }
  .partners_section {
    padding: 40px 16px;
  }
  .question_4 {
    width: 100%;
  }
  .question_3.white_pl {
    width: 100%;
  }
  .question_6 {
    width: 100%;
  }
  .container-6 {
    padding-bottom: 30px;
  }
  .paragraph-4 {
    font-size: 1em;
  }
  .section-faq {
    padding: 40px 16px;
  }
  .question_2.white_pl.arrow_right {
    width: 100%;
  }
  .question_1 {
    width: 100%;
  }
  .question_8 {
    width: 100%;
  }
  .question_5 {
    width: 100%;
  }
  .block_question {
    margin-top: 40px;
  }
  .question_7 {
    width: 100%;
  }
  .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;
  }
  .top_form {
    width: 100%;
  }
  .field-label {
    font-size: 1em;
  }
  .header_popup {
    font-size: 2em;
  }
  .popup {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
  }
  .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;
  }
  .btn_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    margin-left: 0px;
    padding-left: 15px;
    float: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 13px;
    line-height: 1.1em;
    letter-spacing: 1px;
  }
  .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;
  }
  .input_std {
    margin-right: 0;
}
  .container-10 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-fixed3 {
    padding-left: 16px;
  }
  .menu-button {
    margin-left: 0px;
  }
  .btn_partner {
    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: 16px;
    line-height: 1.1em;
  }
  .btn_partner:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_partner.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .popup-map {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
  }
  .map_block {
    height: auto;
    padding: 16px;
  }
  .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;
  }
  .heading_submain-2.orange {
    font-size: 1.2em;
  }
  .course {
    width: 95%;
  }
  .heading_big.thankyou {
    width: 93%;
    margin-bottom: 21px;
    font-size: 1em;
    letter-spacing: 0px;
  }
}

/*.speaker_programm{display: none;}*/
 @media screen and (min-width: 992px){
          /* .speaker:nth-child(even){ margin-top: 115px; }*/
        }
          #timer-number-value-eb23096e4e2ba942f685c7db23ea2a8e-days,#timer-number-value-eb23096e4e2ba942f685c7db23ea2a8e-hours,#timer-number-value-eb23096e4e2ba942f685c7db23ea2a8e-minutes,#timer-number-value-eb23096e4e2ba942f685c7db23ea2a8e-secundes{
            display: inline-block;
            font-family: 'Graphiklcg', sans-serif!important;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 1em!important;
    font-weight: 900!important;
          }
      #timer-text-eb23096e4e2ba942f685c7db23ea2a8e-days,#timer-text-eb23096e4e2ba942f685c7db23ea2a8e-hours,#timer-text-eb23096e4e2ba942f685c7db23ea2a8e-minutes,#timer-text-eb23096e4e2ba942f685c7db23ea2a8e-secundes{
      opacity: 0.5!important;
            font-family: 'Graphiklcg', sans-serif!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #fff!important;
    font-weight: 300!important;
      }
      .timer-separator{
        display: inline-block;
    opacity: 0.5!important;
    color: #fff!important;
    font-size: 40px!important;
    line-height: 1em!important;
    font-weight: 500!important;
    padding: 16px 20px!important;
      }


      .regprice__wrapper{
        display: flex;
        align-items: flex-start;
      }
      .regprice__price{width: 50%;}
      .regprice__reg{width: 50%;}


@media screen and (max-width: 991px) {
      .regprice__wrapper{
        flex-direction: column;
        align-items: center;
      }
      .regprice__price{width:100%; margin-bottom:100px;}
      .regprice__reg{width:100%;}
  }
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/rouble.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
/*@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphiklcgCyrl.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphiklcgCyrl_2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphiklcgCyrl_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphiklcgCyrl_2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}*/



@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphiklcg';
  src: url('../fonts/GraphikLCG-Bold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/rouble.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}