.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: Museosanscyrl, sans-serif;
  color: #949494;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.section {
  width: 100%;
  padding: 116px 20px;
}


.section.main {
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/bg_main_krd.jpg?1335');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.reg {
  background-image: url('../images/bg_reg_krd.jpg?1335');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.content.mp {
  position: relative;
  padding-top: 60px;
}

.top_logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

._10000 {
  float: right;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_sgd {
  margin-right: 32px;
  padding-top: 10px;
}

.top_logo_item {
  max-width: 170px;
  margin-right: 36px;
}

.top_logo_item.kds {
  padding-bottom: 7px;
}

.top_logo_item.gd {
  max-width: 80px;
}

.top_logo_item.kd {
  max-width: 120px;
}

.main_name {
  margin-top: 110px;
}

.sup_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #22323f;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.heading_main {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #22323f;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  letter-spacing: -1px;
}

.date {
  position: relative;
  top: -22px;
  display: inline-block;
  padding-bottom: 0px;
  color: #11719a;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.date.w {
  color: #fff;
  letter-spacing: 0px;
}

.date.reg {
  top: -24px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
}

.reg_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.reg_checkbox.tf {
  margin-top: 8px;
  padding-top: 2px;
    display: block;
}

.reg_checkbox.tf_m {
  margin-top: 8px;
  padding-top: 2px;
    display: block;
}

.top_form_mp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-left: -32px;
  padding: 36px 8px 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.btn-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  text-decoration: none;
  /*
  padding-top: 10px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f59301;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.btn-reg.main {
  width: 100%;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.btn-reg.main:hover {
  border-radius: 3px;
  background-color: #ffad33;
}

.btn-reg.main.tf_btn {
  margin-top: 0px;
  margin-left: 16px;
  border-radius: 3px;
  background-color: #ffa31a;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn-reg.main.tf_btn_m {
  margin-top: 0px;
  margin-left: 16px;
  border-radius: 3px;
  background-color: #ffa31a;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn-reg.progr {
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 3px;
  background-color: #f59301;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-reg.progr:hover {
  background-color: #ffa31a;
}

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

.input_std {
  width: 100%;
  height: 54px;
  margin-right: 0px;
  margin-bottom: 28px;
  padding-left: 8px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent #303840;
  background-color: transparent;
  color: #303840;
  font-size: 20px;
  font-weight: 300;
}

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

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

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

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

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

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

.input_std.tf {
  width: 31%;
  max-width: none;
  margin-right: 3.3%;
  margin-bottom: 0px;
  border-bottom-color: #303840;
  background-color: #f6f7f7;
  color: #303840;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

.input_std.tf::placeholder {
  color: #303840;
}

.input_std.tf.last {
  margin-right: 0px;
}

.input_std.sf {
  width: 31%;
  max-width: none;
  margin-right: 3.3%;
  margin-bottom: 0px;
  border-bottom-color: #303840;
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.input_std.sf:focus {
  background-color: #fff;
}

.input_std.sf::-webkit-input-placeholder {
  color: #11719a;
}

.input_std.sf:-ms-input-placeholder {
  color: #11719a;
}

.input_std.sf::-ms-input-placeholder {
  color: #11719a;
}

.input_std.sf::placeholder {
  color: #11719a;
}

.input_std.sf.last {
  margin-right: 0px;
}

.label {
  display: none;
}

.checkbox-label {
  color: #c7c7c7;
  padding-top: 3px;
}

.checkbox-3 {
  margin-right: 5px;
}

.thank_you {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.thank_you.w {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
}

.link {
  color: #949494;
  line-height: 1.1em;
}

.link.grey {
  color: #c7c7c7;
}

.top_form_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 690px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form {
  width: 100%;
  max-width: 428px;
  margin-top: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form.form_top {
  max-width: none;
}

.form.form_main {
  max-width: none;
  margin-top: 20px;
}

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

.heading {
  margin-top: 0px;
  margin-bottom: 42px;
  font-family: Museosanscyrl, sans-serif;
  color: #a8b1b8;
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading.white {
  color: #fff;
}

.programm_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*max-width: 740px;*/
  margin-bottom: 20px;
  padding: 40px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 10px;
  border-color: #fafafa;
}

.programm_item_left {
  margin-right: 32px;
  padding-top: 5px;
}

.txt_time {
  color: #22323f;
  white-space: nowrap;
}

.heading_small {
  margin-top: 0px;
  color: #11719a;
  line-height: 32px;
}

.heading_small.conts {
  margin-top: 20px;
}

.heading_std {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c7c7c7;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: none;
}

.section-2 {
  padding: 116px 20px;
}

.section-2.speakers {
  padding-top: 116px;
  padding-bottom: 44px;
  background-color: #fafafa;
}

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

.speaker {
    width: 47%;
    margin-right: 15px;
    margin-bottom: 72px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.speaker.even {
  margin-top: 0px;
  margin-bottom: 72px;
}


.btn_see-full2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #22323f;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #22323f;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn_see-full2:hover {
  background-color: #22323f;
  color: #fff;
}

.bold_name {
  font-weight: 900;
}

.block_speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_speakers.hiddens {
  display: none;
  margin-top: 0px;
}

.txt_dolj {
  margin-top: 8px;
  opacity: 0.5;
  color: #616161;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
  .txt_dolj.about{
    font-size: .9em;
    padding-top: 20px;
    border-top:1px solid #616161;
  }  
  .speaker_data{
    width: 52%;
  }
  .speaker_details{
    margin-top:20px;
    width: 100%;
  }
.sp_name {
  margin-top: 24px;
  color: #11719a;
  font-size: 24px;
  line-height: 28px;
}

.img_speaker {
  display: block;
  /*max-width: 200px;*/
  margin-left: -4px;
  border-radius: 225px;
  width: 40%;
}

.form_mp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-left: -32px;
  padding: 36px 8px 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

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

.block_about_left {
  width: 50%;
  padding-right: 60px;
}

.block_about_right {
  width: 50%;
}

.txt_about {
  margin-bottom: 42px;
  font-family: Museosanscyr, sans-serif;
  line-height: 28px;
  font-weight: 300;
}

.block_contacts {
  margin-top: -49px;
  padding: 40px 42px;
  border: 10px solid #f0f0f0;
}

.txt_contacts {
  margin-top: 10px;
  margin-bottom: 0px;
}

.txt_contacts_sm {
  margin-top: -10px;
}

.block_cont_pers {
  margin-top: 43px;
}

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

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

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

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

.logo_action {
  margin-bottom: 20px;
}

.txt_copyright {
  width: 60%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
}

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

.link-2.white {
  color: #fff;
}

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

.container-7.footer {
  max-width: 1140px;
  padding-right: 0%;
  padding-left: 0%;
}

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

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

.heading_pp {
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.form-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-block-free3days-pp {
  position: static;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

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

.field_border3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 720px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #acbcfd;
  background-color: transparent;
}

.txt_spasibo {
  color: #747580;
}

.txt_spasibo.pp {
  color: #fff;
  text-align: left;
}

.top_form_free3day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.top_form_free3day.pp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pp_block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 516px;
  max-width: 680px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #0e5e80;
  background-image: url('../images/popup_left.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 32px 0 #d8daf0;
}

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

.field-label-5.pp {
  color: #fff;
  line-height: 16px;
  text-align: left;
}

.light_pp {
  display: block;
  margin-bottom: -51px;
  font-weight: 300;
}

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

.icn_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 12px;
  margin-right: 12px;
  cursor: pointer;
}

.icn_close:hover {
  opacity: 0.4;
}

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

.btn_main {
  margin-left: 16px;
  padding: 14px 16px;
  border-radius: 3px;
  background-color: #e63b35;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn_main:hover {
  background-color: #ff534d;
}

.btn_main.pp {
  width: 100%;
  margin-left: 0px;
}

.pp_block_right {
  position: relative;
  width: 100%;
  max-width: 422px;
  padding: 45px 50px;
}

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

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

.text-field-2.phonefield._3.pp {
  height: 44px;
  border: 1px none #000;
  background-color: #fff;
}

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

.text-field-2._1.pp {
  height: 44px;
  border: 0px none #000;
  background-image: url('../images/icon_user.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/icon_user.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 9px 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

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

.text-field-2._2.pp {
  height: 44px;
  border: 0px none #000;
  background-color: #fff;
}

.success-message {
  padding-left: 0px;
  border-top: 1px solid #fff;
  background-color: transparent;
}

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

.popup_3free {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: 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;
  background-color: rgba(245, 246, 255, 0.8);
}

.field_box2 {
  display: inline-block;
  width: 33%;
  height: 32px;
  margin-right: -1px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.field_box2.pp {
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
}

.heading_spasibo {
  color: #e63b35;
  font-size: 30px;
  font-weight: 900;
}

.heading_spasibo.pp {
  color: #fff;
}

.red-3 {
  color: #ff3535;
}

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

.checkbox-field-3.form1 {
  position: relative;
  left: 0px;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin: 15px auto 44px 0px;
  text-align: center;
}

.txt_pp {
  margin-top: 21px;
  margin-bottom: 78px;
  margin-left: 0px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #093a4f;
  border-radius: 1px;
  background-color: #0b4b66;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
}

.yell {
  padding-right: 4px;
  padding-left: 4px;
  background-color: #f59301;
}

@media screen and (min-width: 1920px) {
  .top_form_mp {
    max-width: 1086px;
  }
}


@media screen and (min-width: 992px) {
.programm_item_left {
    margin-right: 62px;
}
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.main {
    background-position: 90% 0%;
    background-attachment: scroll;
  }

  .content.mp {
    padding-top: 120px;
  }

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

  .top_logo_item {
    max-width: 200px;
    margin-top: 0px;
    margin-right: 16px;
   /* margin-bottom: 24px;*/
  }

  .main_name {
    margin-top: 42px;
  }

  .sup_heading {
    font-size: 26px;
    line-height: 26px;
  }

  .heading_main {
    font-size: 48px;
    line-height: 60px;
  }
  .reg_checkbox.tf {
    position: absolute;
    bottom: -119px;
    z-index: 5;
  }

  .reg_checkbox.tf_m {
    position: absolute;
    bottom: -110px;
    z-index: 2;
  }

form .reg_checkbox.tf:last-of-type, form .reg_checkbox.tf_m:last-of-type{margin-top: 0;}

  .top_form_mp {
    margin-left: 0px;
    padding-right: 32px;
    padding-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .btn-reg {
    width: 300px;
    font-size: 16px;
  }

  .btn-reg.main {
    font-size: 16px;
  }

  .btn-reg.main.tf_btn {
    margin-top: 24px;
    margin-left: 0px;
  }

  .btn-reg.main.tf_btn_m {
    margin-top: 24px;
    margin-left: 0px;
  }

  .btn-reg.progr {
    width: auto;
  }

  .input_std {
    width: 100%;
    font-size: 20px;
  }

  .checkbox-label {
    margin-bottom: 0px;
  }

  .top_form_fields {
    position: relative;
    width: 100%;
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block_programm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_programm_left {
    margin-bottom: 32px;
  }

  .heading {
    font-size: 40px;
  }

  .programm_item {
    max-width: none;
    margin-top: 20px;
  }

  .txt_time {
    font-size: 18px;
  }

  .heading_small {
    font-size: 22px;
  }

  .heading_std {
    font-size: 48px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.speakers {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .speaker {
    width: 45%;
    margin-bottom: 30px;
    padding-right: 20px;
  }

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

  .btn_see-full2 {
    width: 300px;
    margin-left: 0px;
    float: left;
    font-size: 16px;
  }

  .sp_name {
    font-size: 20px;
    line-height: 24px;
  }

  .form_mp {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .block_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block_about_left {
    width: 100%;
  }

  .block_about_right {
    width: 100%;
  }

  .block_contacts {
    width: 60%;
    margin-top: 32px;
    padding-left: 42px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  }

  .container-7.footer {
    padding: 0px 0%;
  }

  .footer {
    padding: 40px 20px;
  }

  .checkbox-field-3.form1 {
    width: 440px;
    margin-right: auto;
    margin-left: 0px;
    text-align: center;
  }

  .checkbox-field-3.form1.pp {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.mp {
    padding-top: 0px;
  }

  .top_logo {
    position: static;
  }

  .logos {
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_logo_item {
    max-width: 180px;
    margin-bottom: 16px;
  }

  .main_name {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }

  .sup_heading {
    font-size: 20px;
  }

  .heading_main {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .date {
    top: -9px;
    font-size: 20px;
  }

  .reg_checkbox.tf_m {
    bottom: -113px;
  }

  .top_form_mp {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 16px 42px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .btn-reg {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    font-size: 1em;
  }

  .btn-reg.main.tf_btn {
    max-width: none;
    margin-top: 16px;
  }

  .btn-reg.main.tf_btn_m {
    max-width: none;
  }

  .btn-reg.progr {
    max-width: none;
  }

  .input_std {
    width: 100%;
    max-width: 400px;
    margin-bottom: 28px;
    font-size: 16px;
  }

  .input_std.phonefield.tf {
    margin-right: 0%;
  }

  .input_std.tf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
  }

  .input_std.sf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
  }

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

  .form.form_top {
    margin-top: 24px;
  }

  .programm_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_time {
    margin-bottom: 16px;
  }

  .heading_small {
    font-size: 20px;
    line-height: 26px;
  }

  .heading_small.conts {
    font-size: 20px;
  }

  .heading_std {
    font-size: 30px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.speakers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .speaker {
    margin-bottom: 20px;
  }

  .btn_see-full2 {
    width: 100%;
    max-width: 320px;
    font-size: 1em;
  }

  .btn_see-full2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .block_speakers {
    margin-top: 50px;
  }

  .sp_name {
    font-size: 20px;
    line-height: 1.2em;
  }

  .img_speaker {
    max-width: 175px;
  }

  .form_mp {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .block_contacts {
    width: 100%;
  }

  .txt_copyright {
    width: 100%;
    font-size: 0.7em;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-block-free3days-pp {
    margin-bottom: 0px;
  }

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

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

  .pp_block {
    height: auto;
    max-width: 400px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_main {
    width: 300px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .pp_block_right {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-field-2.phonefield._3 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

  .text-field-2._1 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

  .text-field-2._2 {
    width: 300px;
    height: 44px;
    border-width: 1px;
    border-color: #acbcfd;
    background-color: #fff;
  }

  .field_box2 {
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .checkbox-field-3.form1 {
    width: 300px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .spb {
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content.mp {
    position: relative;
    display: block;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._10000 {
    display: none;
  }

  .logos {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-align: center;
  }

  .main_name {
    margin-top: 0px;
  }

  .heading_main {
    font-size: 30px;
    line-height: 40px;
  }

  .date {
    top: 0px;
  }

  .reg_checkbox.tf_m {
    bottom: -110px;
  }

  .top_form_mp {
    width: 100%;
  }

  .btn-reg {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    font-size: 16px;
  }

  .btn-reg.main.tf_btn {
    max-width: none;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .btn-reg.main.tf_btn_m {
    max-width: none;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .btn-reg.progr {
    font-size: 14px;
  }

  .input_std {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .input_std.tf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .input_std.sf {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 14px;
  }

  .top_form_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form.form_main {
    margin-top: 0px;
  }

  .programm_item {
    padding: 24px 16px;
  }

  .programm_item_left {
    margin-right: 0px;
    padding-top: 0px;
  }

  .txt_time {
    margin-bottom: 8px;
  }

  .heading_std {
    font-size: 30px;
    text-align: left;
  }

  .section-2 {
    padding: 40px 16px;
  }

  .speaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btn_see-full2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
    float: left;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    font-size: 16px;
    line-height: 1.1em;
  }

  .btn_see-full2:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn_see-full2.w--current {
    width: 100%;
    margin-left: 0px;
    font-size: 1.2em;
  }

  .block_speakers {
    margin-top: 32px;
  }

  .txt_dolj {
    line-height: 18px;
  }

  .sp_name {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .img_speaker {
    max-width: 120px;
    margin-right: 20px;
  }

  .form_mp {
    margin-top: 24px;
    padding-top: 0px;
  }

  .txt_about {
    line-height: 26px;
  }

  .block_contacts {
    padding: 24px 16px;
    border-style: solid;
    border-width: 8px;
  }

  .txt_copyright {
    margin-bottom: 0px;
  }

  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .container-7.footer {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .footer {
    padding: 5% 16px;
  }

  .phone_footer {
    float: none;
    text-align: center;
  }

  .pp_block {
    max-width: 380px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .field-label-5 {
    text-align: left;
  }

  .pp_block_right {
    padding: 30px 20px;
  }

  .text-field-2.phonefield._3.pp {
    width: 100%;
  }

  .text-field-2._1.pp {
    width: 100%;
  }

  .text-field-2._2.pp {
    width: 100%;
  }

  .txt_pp {
    margin-bottom: 49px;
  }
}

@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosanscyr';
  src: url('../fonts/MuseoSansCyrl_0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl_1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museosanscyrl';
  src: url('../fonts/MuseoSansCyrl_2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
