.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: Museo, sans-serif;
  color: #053d59;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

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

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

.content.flex-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.organizator.vtb {
      width: 160px;
    margin-left: 16px;
}
.organizator.vtb .org_status {
    top: -42px;
    line-height: 11px;
    left: 32px;
    width: 50px;
    color: white;
}
.organizator.action {  
    width: 108px;
    margin-right: 44px;
    margin-top: -5px;
    margin-left: 9px;
}
.organizator {
  display: inline-block;
  position: relative;
}
.organizator.vtb img{
  margin-top: -8px;
}
.organizator .org_status {

    position: absolute;
    top: -36px;
    left: 0;
    color: white;
    font-size: 8px;
    font-weight: 400;
    opacity: .8;
    text-transform: uppercase;
    letter-spacing: .14em;
}
.organiztor_block{position: relative;}
.organiztor_block .org_status {

    position: absolute;
    top: 20px;
    left: 0;
    color: white;
    font-size: 8px;
    font-weight: 400;
    opacity: .8;
    text-transform: uppercase;
    letter-spacing: .14em;
    width: 100%;
    text-align: center;
}
.slider.demo .org_status {

    padding-left: 68px;
}
/*.image {
  padding-top: 7px;
}
*/
.phone {
  position: relative;
  width: 187px;
  float: right;
  color: #fff;
  line-height: 18px;
  text-align: right;
}

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

.block_organizators {
  display: inline-block;
}

.text-block-15 {
  font-family: Gilroy, sans-serif;
  color: #9fbdcb;
  font-weight: 300;
}

.phone_link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.content.head{
      min-height: 150px;
    display: flex;
    align-items: center;
}
.content.head .block_top-line{
      width: 100%;
}
.content.head .block_organizators{
      display: flex;
      align-items: flex-start;
}
.section_main {
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding: 15px;
  background-image: url('../images/bg_main2.jpg?3');
  /*background-position: 50% 0%;
  background-size: cover;*/
background-repeat:no-repeat;
background-attachment:fixed;
}

.btn_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 70px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #de9500;
  border-radius: 3px;
  background-color: #ffab00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff7f2;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.btn_main:hover {
  border-bottom-width: 3px;
  border-bottom-color: #de9c16;
  background-color: #ffbc33;
  color: #fff;
}

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

.main_name_conf {
  position: relative;
  z-index: 1;
  display: inline-block;
}

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

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

.name_cont {
  margin-top: 9px;
  font-family: Gilroy, sans-serif;
  color: #ffffff;
  font-size: 4.45em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
    margin-bottom: 40px;
}

.block_name-conference {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    margin-bottom: 50px;
    -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;
}
.name_cont_first{
  letter-spacing:8.5px;
}
.txt_name_conf_bottom {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Gilroy, sans-serif;
  color: #ffab00;
  /*font-size: 5.8125em;*/
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 2px;
  /*text-shadow: 0 0 28px #fff;*/
}

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

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

.txt_date {
  font-weight: 700;
  letter-spacing: 1px;
}

.sub_name {
  margin-top: 31px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  color:white;
  text-transform: uppercase;
  /*text-shadow: 0 0 30px #fff;*/
}

.block_org_logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 8%;
  text-align: center;
}

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

.section-about {
  width: 100%;
  padding: 67px 15px;
  border-top: 1px solid #e8e8e8;
  background-color: #fafcfc;
}

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

.container-2.small-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1174px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
    /*min-height: 390px;*/
    align-items:center;
}

.block_moderator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;/*
  background-image: url('../images/9IMG_6630.jpg');
  background-position: 30% 0%;
  background-size: cover;
  background-repeat: no-repeat;*/
  text-align: center;
}

.block_about {
width: 80%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

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

.header.white {
  color: #fff;
}

.header.white.center {
  margin-right: auto;
  margin-left: auto;
}

.txt_about {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.5em;
  text-align: center;
}

.txt_about.bold {
  font-weight: 900;
}

.sections_numbers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding: 15px;
  -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(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/numbers.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/numbers.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.block_number {
  width: 24%;
  margin-right: 11px;
}

.big_number {
  color: #ffab00;
  font-size: 5.5em;
  line-height: 1em;
  letter-spacing: -4px;
  text-shadow: none;
}

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

.wrapper_programm {
  width: 100%;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
}

.light {
  font-weight: 500;
}

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

.text-block-16 {
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: none;
}

.header_day {
  margin-top: 17px;
  font-family: Gilroy, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

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

.txt_tema {
  margin-top: -6px;
  color: #053d59;
  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;
}

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

.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;
}
  .cfo_row{
    border:1px dotted #053d59;
    padding:20px;
  }

  .cfo_row .row_programm:nth-child(2){margin-bottom: 0;}

.row_programm.day1 {
  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-short {
  position: relative;
  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: none;
  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;
}

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

.cell_programm_day {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: 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;
  font-weight: 900;
}

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

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

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

.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: 11px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/icon_cofe.svg');
  background-position: 50% 0%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.header_day_name {
  display: inline-block;
  margin-top: -5px;
  margin-left: -5px;
  padding: 3px 5px;
  background-color: #fd9;
  color: #053d59;
  font-size: 1.125em;
  font-weight: 900;
}

.header_day-number {
  margin-top: -6px;
  font-family: Gilroy, sans-serif;
  font-size: 1.375em;
  font-weight: 300;
}

.column_content {
  width: 80%;
  padding-top: 0px;
}

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

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

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

.btn_see-full2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  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: #ffab00;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}

.btn_see-full2:hover {
  background-color: #ffab00;
  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;
  border-bottom: 3px solid #cc8900;
  border-radius: 3px;
  background-color: #ffab00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

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

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

.btn-reg.center {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

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

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

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

.header_std.center.blue {
  z-index: 3;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 2.75em;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.header_std.center {
  color: #e5eeff;
  font-size: 2.25em;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.header_std.big {
  margin-top: 57px;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 4.5em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 2px;
}

.img_speaker_logo {
  display:none;
  opacity: 0.6;
}

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

.header_speaker_about {
  color: #fd9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: none;
}

.img_speaker {
  width: 180px;
    height: 180px;
    border-radius: 100px;
    margin-left: -8px;
}

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

.section-speakers {
  display: block;
  width: 100%;
  padding: 67px 4%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 61, 89, 0.8)), to(rgba(5, 61, 89, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.4)), to(rgba(45, 45, 45, 0.4))), url('../images/bg_main.jpg');
  background-image: linear-gradient(180deg, rgba(5, 61, 89, 0.8), rgba(5, 61, 89, 0.8)), linear-gradient(180deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4)), url('../images/bg_main.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.speaker_about_text {
  text-align: left;
  padding-top: 16px;
}

/*.speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  height: 160px;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}*/

.speaker {
display: flex;
  /*width: 24%;*/
height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    margin-top: 20px;
    margin-bottom: 30px;
}
.block_btn-show {
  width: 100%;
}

.block_speakers {
  width: 100%;
  margin-top: 50px;

    align-items: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.btn_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffab00;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #d7d4cb;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

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

.speaker_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_speaker_about {
  color: #fff;
  font-size: 16px;
    margin-top: 3px;
    line-height: 1.3em;
}

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

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

.block_cost.old {
  display: none;
}

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

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

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

.price_day {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}
.block_cost .price_day:first-child {
  margin-right: 0px;
}
.price_content.cfo {
  background-image: url('../images/bg_closed_dinner.jpg?2');
  background-repeat: no-repeat;
  background-size: cover;
    background-position: center;
}

.price_content.cfo .txt_pay-before, .price_content.cfo .heading2.price, .price_content.cfo .txt_sales{
  color:white;
}
.price_content.cfo .sales_amount{
  color:#053d59;
}

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

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

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

.txt_pay-before {
  text-align: center;
  text-transform: uppercase;
}

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

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

.heading2.day {
  display: none;
  font-family: Gilroy, sans-serif;
  color: #22323f;
  font-weight: 700;
}

.heading2.price {
  margin-top: 14px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 3em;
}

.heading2.final_price {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Gilroy, sans-serif;
  color: #a9acb0;
  font-size: 3em;
}

.heading2.day {
  display: block;
  color: #053d59;
  font-size: 1.75em;
}

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

.heading2.final_price {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #a9acb0;
}

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

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

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

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

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

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

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

.red {
  color: #ff3535;
}

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

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

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

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

.txt_subheading.bron {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
}

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

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

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

.sec-6 {
  position: relative;
  z-index: 2;
  width: 100%;
      padding: 120px 3% 120px;
  background-color: #fafcfc;
    padding-top: 40px;
}

.txt_promo {
  color: #2681ff;
}

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

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

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

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

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

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

.form-block {
  position: static;
}

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

.pay_card {
  width: 100%;
  max-width: 450px;
  min-height: 290px;
  padding: 25px 32px 32px;
  border-radius: 25px;
  background-image: url('../images/bg_card.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/bg_card.png'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  box-shadow: 0 0 43px 0 rgba(9, 105, 153, 0.2);
  opacity: 1;
}

.icn_arrow_right {
  position: absolute;
  top: 12px;
  right: -20px;
  bottom: 0px;
}

.icn_system {
  margin-right: 10px;
}

.pay_card_container {
  width: 100%;
  max-width: 450px;
}

.icn_arrow_left {
  position: absolute;
  left: -20px;
  top: 12px;
  bottom: 0px;
}

.btn_print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 50px;
  margin-top: -6px;
  padding-left: 44px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffab00;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/print.png');
  background-position: 14px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 1.15em;
  font-weight: 900;
  text-align: center;
}

.btn_print:hover {
  border-width: 2px;
  background-image: url('../images/print_1print-w_1print_1print-w.png'), -webkit-gradient(linear, left top, left bottom, from(#ffab00), to(#ffab00));
  background-image: url('../images/print_1print-w_1print_1print-w.png'), linear-gradient(180deg, #ffab00, #ffab00);
  background-position: 14px 50%, 0px 0px;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
  color: #053d59;
  font-weight: 900;
}

.btn_paycard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 195px;
  height: 50px;
  margin-top: -6px;
  padding-left: 37px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffab00;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/icn_paycard_w_1icn_paycard_w.png');
  background-position: 12px 9px;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  text-align: center;
}

.btn_paycard:hover {
  background-image: url('../images/icn_paycard_w_1icn_paycard_w.png'), -webkit-gradient(linear, left top, left bottom, from(#ffab00), to(#ffab00));
  background-image: url('../images/icn_paycard_w_1icn_paycard_w.png'), linear-gradient(180deg, #ffab00, #ffab00);
  background-position: 12px 9px, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
  color: #053d59;
}

.block_systems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -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;
}

.bill_placeholder {
  display: block;
  height: 128px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
}

.pay_bill_container {
  width: 100%;
  max-width: 450px;
}

.ili {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 32px;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffab00), to(#ffab00));
  background-image: linear-gradient(180deg, #ffab00, #ffab00);
}

.pay_bill {
  position: relative;
  width: 100%;
  max-width: 450px;
  min-height: 290px;
  padding: 25px 32px 32px;
  background-image: url('../images/top_bill_1top_bill.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/top_bill_1top_bill.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: 9px, auto;
  background-repeat: repeat-x, repeat;
  box-shadow: 0 0 43px 0 rgba(9, 105, 153, 0.3);
  opacity: 1;
}

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

.container-7.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
}

.container-7.flex.pay {
  max-width: 950px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.txt_ili {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 0.9em;
  font-weight: 900;
}

.card_placeholder {
  width: 100%;
  height: 128px;
  background-image: url('../images/card_scheme_1card_scheme.png'), url('../images/card_digitals.png');
  background-position: 0px 0px, 0px 69%;
  background-size: 54px, 302px;
  background-repeat: no-repeat, no-repeat;
}

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

.heading_middle2.orange {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 1.5em;
  font-weight: 900;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.heading_middle2.paycard {
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

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

.heading_middle2.organiz.partner {
  /*display: none;*/
    font-family: Gilroy, sans-serif;
    margin-top: 60px;
    margin-bottom: 42px;
}

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

.sec_paycard {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #053d59;
}

.top_bill {
  position: absolute;
  left: 0px;
  top: -4px;
  right: 0px;
  width: 100%;
  height: 4px;
  background-image: url('../images/top_bill_1top_bill.png');
  background-position: 0px 0px;
  background-size: 9px;
  background-repeat: repeat-x;
}

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

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

.photo_gallery {
  margin-bottom: 40px;
  text-align: left;
}

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

.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-9 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.section-itwas {
  padding: 67px 0% 10px;
  background-color: #053d59;
  text-align: center;
}

.section-itwas .header {
  color: white;
}
.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;
}

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

.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;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  text-align: center;
}

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

.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;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 2.75em;
  font-weight: 300;
}

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

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

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

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

.question_6 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/arrow_right.png'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  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.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/arrow_right.png'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: none;
}

.question_3_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.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/arrow_right.png'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
  cursor: pointer;
}

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

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

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

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

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

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

.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.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/arrow_right.png'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 97% 50%, 0px 0px;
  background-size: 13px, auto;
  background-repeat: no-repeat, repeat;
}

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

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

.section-faq {
  padding: 67px 5%;
  background-color: #fafcfc;
}

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

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

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

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

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

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

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

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

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

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

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

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

.q_container {
  position: relative;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #053d59;
  background-image: url('../images/arrow_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.png');
  background-position: 97% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.question_5 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 2px;
  background-image: url('../images/arrow_right.png'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/arrow_right.png'), linear-gradient(180deg, #053d59, #053d59);
  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;
}

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

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

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

.map {
  height: 390px;
}

.block_map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: 390px;
  margin-left: 0px;
  padding-top: 50px;
  -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-image: url('../images/bg_map.jpg'), -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: url('../images/bg_map.jpg'), linear-gradient(180deg, #053d59, #053d59);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.it_was_subhead {
  display: block;
  width: 30%;
  margin: 8px auto 30px;
  color: #b8d1f5;
  font-size: 0.95em;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
}

.it_was_subhead.map2 {
  width: 80%;
  color: #cef;
  font-size: 1em;
  text-transform: none;
}

.razdel-2 {
  width: 23px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7043), to(#ff7043));
  background-image: linear-gradient(180deg, #ff7043, #ff7043);
}

.razdel-2.itwas {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.map_section {
  position: relative;
  display: block;
}

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

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

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

.link_phone_footer {
  font-family: Gilroy, sans-serif;
  color: #cef;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

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

.logo_action {
  margin-bottom: 20px;
}

.text-block-14 {
  font-family: Gilroy, sans-serif;
  color: #cef;
  font-weight: 300;
}

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

.navbar-fixed2 {
  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 #5c7a99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: linear-gradient(180deg, #053d59, #053d59);
  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;
}

.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._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right-width: 0px;
  background-image: url('../images/icn_speakers.svg');
  background-position: 20px 50%;
  background-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(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: 0;
}

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

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

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

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

.error-message {
  color: #bd3c00;
}

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

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

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

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

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

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

.red-2 {
  color: red;
}

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

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

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

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

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

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

.txt_about_school {
  min-height: 100px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

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

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

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

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

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

.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%;
  font-family: Gilroy, sans-serif;
  color: #053d59;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

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

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

.btn_school {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ffab00;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #283c58;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
}

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

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

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

.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 #5c7a99;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#053d59), to(#053d59));
  background-image: linear-gradient(180deg, #053d59, #053d59);
  opacity: 0;
}

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

.img_arrow {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.txt_sales-2 {
  margin-top: 6px;
  font-weight: 500;
  text-align: center;
}

.btn_sel-day {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 238px;
  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: #ff3d00;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283c58;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
}

.btn_sel-day:hover {
  background-color: #ff3d00;
  color: #fff;
}

.btn_sel-day.custom-button {
  border-color: #ffab00;
}

.btn_sel-day.custom-button:hover {
  background-color: #ffab00;
}

.btn_sel-day.custom-button2 {
  border-color: #ffab00;
}

.btn_sel-day.custom-button2:hover {
  background-color: #ffab00;
}

.price_content-2 {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding: 19px 0px 0px;
  border-style: dotted;
  border-width: 1px;
  border-color: #4a5158;
  background-color: #fff;
  text-align: center;
}

.pl_price {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  -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: rgba(247, 249, 252, 0.8);
}

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

html.w-mod-js *[data-ix="appereance-3"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .block_cost{
    flex-wrap: wrap;
  }
  .body {
    font-size: 14px;
    line-height: 20px;
  }
  .link_phone_main {
    font-size: 1em;
    font-weight: 700;
  }
  .phone {
    width: 167px;
  }
  .text-block-15 {
    font-weight: 400;
  }
  .section_main {
    min-height: 500px;
  }
  .btn_main {
    width: 270px;
    height: 55px;
    margin-top: 10px;
  }
  .razd_date {
    margin-right: 8px;
    margin-left: 8px;
  }
  .name_cont {
    font-size: 3.7em;
  }
.block_name-conference {
    margin-top: 70px;
}
  .name_cont_first{
    letter-spacing: inherit;
  }
  .txt_place-conf {
    letter-spacing: 0.3px;
  }
  .block_date-conf {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .txt_date {
    letter-spacing: 0.5px;
  }
  .sub_name {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.45em;
  }
  .org_logo {
    max-width: 100px;
  }
  .section-about {
    padding: 51px 0%;
  }
  .container-2.small-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
  .block_moderator {
    display: none;
  }
  .block_about {
    width: 100%;
    padding-left: 0px;
  }
  .section_programm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper_programm {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt_tema {
    display: inline;
  }
  .txt_tema.note {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper_programm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row_programm {
    margin-bottom: 15px;
  }
  .txt_time {
    font-size: 14px;
  }
  .cell_programm_desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .orange_point {
    margin-top: 8px;
  }
  .header_day_name {
    margin-top: -7px;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .programm_block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn_see-full2 {
    margin-left: 0px;
    float: left;
    font-size: 1.25em;
  }
  .btn-reg {
    font-size: 1.25em;
  }
  .header_std {
    text-align: center;
  }
  .section-speakers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn_show {
    font-size: 1.25em;
  }
  .price_day {
    width: 43%;
  }
  .section-price {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .checkbox-field-2.form1 {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .mockup {
    display: none;
  }
  .sec-6 {
    padding-bottom: 50px;
  }
  .icn_arrow_right {
    display: none;
  }
  .icn_arrow_left {
    display: none;
  }
  .btn_print {
    font-size: 1.25em;
  }
  .btn_paycard {
    font-size: 1.25em;
  }
  .ili {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pay_bill {
    margin-bottom: 0px;
  }
  .container-7.flex {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .container-7.flex.pay {
    padding-top: 3%;
    padding-bottom: 3%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-7.thankyou {
    height: auto;
  }
  .heading_middle2.orange {
    text-align: center;
  }
  .heading_middle2.paycard {
    text-align: center;
  }
  .sec_paycard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .txt_otzyv {
    color: #fff;
  }
  .txt_author-name {
    color: #fff;
  }
  .txt_author-dolj {
    color: #fff;
  }
  .html-embed-4 {
    display: none;
  }
  .line {
    background-color: rgba(5, 61, 89, 0.5);
  }
  .img_kov {
    color: #053d59;
  }
  .container-9.short {
    display: block;
    margin-top: 30px;
  }
  .slider-ref {
    height: 170px;
  }
  .section-itwas {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn_become {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .container-5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .block_map {
    width: 360px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .razdel-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .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, #07577f, #07577f);
  }
  .menu-button.w--open {
    margin-right: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04344c), to(#04344c));
    background-image: linear-gradient(180deg, #04344c, #04344c);
  }
  .navbar-fixed2 {
    display: none;
  }
  .icon {
    color: #dff3f7;
  }
  .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(#04344c), to(#04344c)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #04344c, #04344c), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
    text-align: center;
  }
  .nav-link.icn._2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#075780), to(#075780)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #075780, #075780), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .nav-link.icn._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(#04344c), to(#04344c)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #04344c, #04344c), 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(#075780), to(#075780)), url('../images/icn1_navbar_1icn1_navbar.png');
    background-image: linear-gradient(180deg, #075780, #075780), 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._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(#04344c), to(#04344c)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #04344c, #04344c), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._4:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#075780), to(#075780)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #075780, #075780), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .nav-link.icn._5 {
    padding-left: 25px;
    border-bottom: 1px solid #01070a;
    border-left-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04344c), to(#04344c)), url('../images/icn2_navbar_1icn2_navbar.png');
    background-image: linear-gradient(180deg, #04344c, #04344c), url('../images/icn2_navbar_1icn2_navbar.png');
    background-position: 0px 0px, 24px 50%;
    background-size: auto, 24px;
    background-repeat: repeat, no-repeat;
  }
  .nav-link.icn._5:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#075780), to(#075780)), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
    background-image: linear-gradient(180deg, #075780, #075780), linear-gradient(180deg, #1e2d42, #1e2d42);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .btn_navbar {
    display: block;
    margin-top: 6px;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
  }
  .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;
  }
  .btn_become-popup {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .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;
  }
  .txt_about_school {
    height: auto;
    min-height: 110px;
  }
  .courses {
    height: 389px;
  }
  .course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .btn_school {
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .navbar-fixed3 {
    display: none;
  }
  .btn_sel-day {
    margin-left: 0px;
    float: left;
  }
  .btn_sel-day.custom-button {
    margin-right: auto;
    margin-left: auto;
  }
  .btn_sel-day.custom-button2 {
    margin-right: auto;
    margin-left: auto;
  }

.speaker {
/*  width: 32%;*/
}
.block_speakers {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
}

@media screen and (max-width: 767px) {
  .content.head .block_organizators{
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .organizator.vtb {
    width: 100%;
    margin-left: 0;
    margin-top: 52px;
}
  .content.flex-hor {
    padding-top: 19px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: center;
  }
  .content.head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .organizator {
   /* max-width: 250px;
    margin-top: 0px;
    margin-bottom: 0px;*/
  }
  .phone {
    width: 167px;
    text-align: right;
  }
  .link_email {
    margin-top: 0px;
  }
  .block_organizators {
    display: block;
  }
  .block_top-line {
    display: block;
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_main {
    background-position: 40% 0%;
  }
  .btn_main {
    position: relative;
    z-index: 2;
  }
  .main_name_conf {
    margin-top: 0px;
  }
  .razd_date {
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .name_conf_bottom {
    height: 39px;
    font-size: 50px;
  }
  .name_cont {
    margin-top: 0px;
    font-size: 47px;
  }
  .block_name-conference {
    z-index: 2;
  }
  .name_cont_first {
    letter-spacing: 5.7px;
}
  .txt_place-conf {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .block_date-conf {
    height: auto;
    margin-top: 42px;
    margin-bottom: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }
  .txt_date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }
  .sub_name {
    font-size: 1.25em;
  }
  .block_org_logo {
    bottom: 21px;
  }
  .header {
    padding-top: 5px;
    font-size: 2.75em;
    text-align: center;
  }
  .block_number {
    width: 44%;
    margin-bottom: 23px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .big_number {
    font-size: 5em;
  }
  .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%;
    margin-right: auto;
    margin-left: auto;
    float: right;
    text-align: left;
  }
  .text-block-16 {
    display: none;
  }
  .header_day {
    width: 100%;
    text-align: center;
  }
  .cell_programm_time {
    display: block;
    width: auto;
    margin-top: 15px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: left;
  }
  .cell_programm_time.empty {
    display: none;
  }
  .txt_tema {
    display: block;
    margin-top: 0px;
  }
  .txt_tema.cofe {
    padding-left: 30px;
  }
  .row_programm {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row_programm.day1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .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;
  }
  .cell_programm_day {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .txt_time {
    text-align: left;
  }
  .cell_programm_desc {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .orange_point {
    display: block;
    margin-right: 10px;
    float: left;
  }
  .orange_point.cofe {
    display: block;
    margin-top: -6px;
    margin-right: auto;
    margin-left: 0px;
  }
  .column_content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .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;
  }
  .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;
  }
  .btn_see-full2 {
    width: 252px;
  }
  .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 {
    margin-top: 20px;
  }
  .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;
  }
  .header_std {
    text-align: center;
  }
  .header_std.center.blue {
    font-size: 2.75em;
  }
  .btn_show {
    position: relative;
    z-index: 2;
    width: 170px;
  }
  .txt_sales {
    bottom: 25px;
  }
  .section-price {
    padding-bottom: 0px;
  }
  .price_content {
    min-height: 240px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .heading2.price {
    font-size: 2.5em;
  }
  .heading2.final_price {
    font-size: 2.5em;
  }
  .text-field._1 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field.phonefield._3 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field._2 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .checkbox-field-2.form1 {
    width: 280px;
  }
  .field_border {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    background-color: transparent;
  }
  .name_mail_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field_box {
    display: block;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .txt_subheading.bron {
    width: 100%;
  }
  .sec-6 {
    margin-top: 0px;
  }
  .btn_print {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .btn_paycard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 215px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .block_systems {
    display: none;
  }
  .heading_middle2.orange {
    width: 100%;
    text-align: center;
  }
  .heading_middle2.paycard {
    width: 100%;
    text-align: center;
  }
  .heading_middle2.about-school {
    margin-bottom: 15px;
  }
  .txt_otzyv {
    width: 90%;
  }
  .photo_gallery {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .html-embed-4 {
    display: block;
  }
  .slider-ref {
    height: 220px;
  }
  .section-itwas {
    padding-right: 3%;
    padding-left: 3%;
  }
  .left-arrow {
    display: none;
  }
  .btn_become.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .question_7 {
    width: 100%;
  }
  .question_6 {
    width: 100%;
  }
  .question_2.white_pl.arrow_right {
    width: 100%;
  }
  .question_3_active {
    width: 100%;
  }
  .question_4 {
    width: 100%;
  }
  .question_7_active {
    width: 100%;
  }
  .container-6 {
    padding-bottom: 30px;
  }
  .question_1_active {
    width: 100%;
  }
  .question_6_active {
    width: 100%;
  }
  .question_3.white_pl {
    width: 100%;
  }
  .section-faq {
    padding-bottom: 2%;
  }
  .question_8_active {
    width: 100%;
  }
  .question_4_active {
    width: 100%;
  }
  .question_5_active {
    width: 100%;
  }
  .question_1 {
    width: 100%;
  }
  .question_8 {
    width: 100%;
  }
  .question_5 {
    width: 100%;
  }
  .question_2_active {
    width: 100%;
  }
  .block_map {
    position: relative;
    width: 100%;
    height: 250px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .footer {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .txt_copyright {
    width: 100%;
    font-size: 0.7em;
  }
  .btn_navbar.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn_become-popup.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-block-2 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .field_cell2 {
    width: 100%;
  }
  .txt_about_school {
    height: auto;
    min-height: 60px;
  }
  .link_school {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .courses {
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading_submain-2 {
    font-size: 1.6em;
  }
  .heading_big.thankyou {
    font-size: 1em;
  }
  .course {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .btn_school.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn_sel-day.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pl_price {
    display: none;
  }

.block_speakers {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}
}
@media screen and (max-width: 700px) {
  .block_organizators {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .organizator .org_status {
    position: relative;
    top: -8px;
}
.organizator.vtb{
  margin-top: 0;
}    
  .organizator.vtb .org_status {
        position: relative;
        top: -8px;
        margin-bottom: 12px;
        margin-top: 10px;
}
.organizator.action {
    margin-left: 0;
}
  }
@media screen and (max-width: 540px) {
  .section_main {
    padding-top:40px;
  }
  }
@media screen and (max-width: 479px) {
.speaker {
  width: 100%;
}
  .section_top-header {
    height: auto;
    padding-top: 14px;
  }
  .link_phone_main {
    margin-right: 16px;
  }
  .organizator.action {
    display: none;
  }
  .image {
   /* width: 70vw;*/
  }
      .block_organizators {
        padding-top: 0;
    }
  .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    padding-left: 0px;
    float: none;
    -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;
    margin-top: 15px;
  }
  .block_organizators {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-15 {
    text-align: center;
  }
  .phone_link {
    width: 134.984375px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block_top-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn_main {
    font-size: 1.5em;
  }
  .main_name_conf {
    margin-top: 0px;
  }
  .razd_date {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .name_cont {
    font-size: 38px;
    line-height: 1.1em;
  }
  .block_name-conference {
    text-align: center;
  }
  .txt_name_conf_bottom {
    padding-top: 0px;
    line-height: 0.9em;
  }
  .txt_place-conf {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
  .block_date-conf {
    height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_date {
    font-size: 16px;
  }
  .block_org_logo {
    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;
  }
  .org_logo {
    max-width: 90px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-about {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .container-2.small-flex {
    padding-right: 15px;
  }
  .block_moderator {
    display: none;
  }
  .block_about {
    width: 100%;
  }
  .header {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 2.75em;
    line-height: 0.9em;
  }
  .sections_numbers {
    height: auto;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .block_number {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .big_number {
    min-width: 40%;
    font-size: 4em;
    text-align: right;
  }
  .light {
    display: none;
  }
  .link_download {
    top: -13%;
    right: 0px;
    width: 40px;
  }
  .cell_programm_time {
    margin-bottom: 5px;
  }
  .txt_tema.cofe {
    padding-left: 0px;
    line-height: 1.2em;
    font-weight: 500;
  }
  .wrapper_programm-2.content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .row_programm {
    margin-bottom: 15px;
  }
  .row_programm.day2-short {
    display: none;
  }
  .cell_programm_day {
    margin-top: 20px;
  }
  .orange_point.cofe {
    display: none;
  }
  .header_day_name {
    margin-top: 0px;
  }
  .column_content {
    width: 100%;
  }
  .programm_block {
    margin-top: 46px;
  }
  .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: 1.5em;
    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: 1.5em;
  }
  .btn-reg.center {
    margin-top: 20px;
    font-size: 1.5em;
  }
  .header_std.big {
    font-size: 2.5em;
  }
  .speaker {
    height: auto;
  }
  .btn_show {
    font-size: 1.3em;
  }
  .block_cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price_day {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    margin-left: 0;
  }
  .field_border {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .field_box.promo {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .field-label-4 {
    text-align: left;
  }
  .sec-6 {
    padding-top: 0px;
  }
  .pay_card {
    min-height: auto;
  }
  .btn_print {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn_paycard {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .block_systems {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .pay_bill {
    min-height: auto;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .container-7.footer {
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .card_placeholder {
    display: none;
  }
  .heading_middle2.orange {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .heading_middle2.paycard {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .heading_middle2.about-school {
    font-size: 1.5em;
  }
  .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;
  }
  .heading_middle {
    font-size: 2.25em;
    line-height: 1.1em;
  }
  .question_7 {
    width: 100%;
  }
  .question_6 {
    width: 100%;
  }
  .question_2.white_pl.arrow_right {
    width: 100%;
  }
  .question_4 {
    width: 100%;
  }
  .container-6 {
    padding-bottom: 30px;
  }
  .question_3.white_pl {
    width: 100%;
  }
  .section-faq {
    padding-top: 10%;
  }
  .question_1 {
    width: 100%;
  }
  .question_8 {
    width: 100%;
  }
  .question_5 {
    width: 100%;
  }
  .paragraph-4 {
    font-size: 1em;
  }
  .block_map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 35px 15px 22px;
  }
  .it_was_subhead {
    width: 100%;
  }
  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .txt_copyright {
    margin-bottom: 0px;
  }
  .phone_footer {
    float: none;
    text-align: center;
  }
  .menu-button {
    margin-left: 0px;
  }
  .navbar-fixed2 {
    display: none;
    padding-left: 15px;
    opacity: 0;
  }
  .btn_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .btn_navbar:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_navbar.w--current {
    width: 200px;
    margin-left: 0px;
    font-size: 1.3em;
  }
  .container-10 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .field-label {
    font-size: 1em;
  }
  .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;
  }
  .top_form {
    width: 100%;
  }
  .header_popup {
    font-size: 2em;
  }
  .heading_submain-2.orange {
    font-size: 1.2em;
  }
  .heading_big.thankyou {
    width: 93%;
    margin-bottom: 21px;
    font-size: 1em;
    letter-spacing: 0px;
  }
  .course {
    width: 95%;
  }
  .btn_school {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .btn_school:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_school.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .txt_numbers {
    min-width: 60%;
    padding-left: 20px;
  }
  .whatsapp_link {
    position: relative;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar-fixed3 {
    display: none;
    padding-left: 15px;
    opacity: 0;
  }
  .btn_sel-day {
    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_sel-day:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .btn_sel-day.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }
  .btn_sel-day.custom-button {
    height: auto;
  }
  .btn_sel-day.custom-button2 {
    height: auto;
  }
  .pl_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }
.block_speakers {
    grid-template-columns:1fr;
    grid-gap: 16px;
}
}




.tg_channel_top{
  flex-shrink: 0;
  width:24px;
  height: 24px;
  background: url(../images/icn_tg_std.svg) no-repeat;
  background-size: 24px;
  transition: all .2s;
}
.tg_channel_top:hover{
  background: url(../images/icn_tg_std_hover.svg) no-repeat;
}
.tg_channel_footer{
  flex-shrink: 0;
  width:24px;
  height: 24px;
  background: url(../images/icn_tg.svg) no-repeat;
  background-size: 24px;
  transition: all .2s;
}
.tg_channel_footer:hover{
  opacity: .6;
}
.phone__header,.footer__contacts-phone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}


@media (max-width: 467px) {
.footer__contacts-phone{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
}






@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/RADOMIR-TINKOV---GILROY-EXTRABOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/MuseoSansCyrl.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/MuseoSansCyrl_2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rouble';
  src: url('../fonts/rouble.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}