.body {
  font-family: Dinpro, sans-serif;
  color: #142440;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #142440;
}

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

.content.hor-flex {
  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;
}

.content.why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0px;
  border-style: none;
}

.content.why-cta {
  max-width: 644px;
  margin-top: 31px;
  text-align: center;
}

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

.content.speakers_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  flex-wrap: wrap;
}

.content.speakers {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position:relative;
  padding-left:0;
  padding-right:0;
}

.content.speakers.hiddens {
  display: none;
  opacity: 0;
}

.content.speakers.products {
  padding-right: 0px;
  padding-left: 0px;
}

.content.speakers.products-mobile {
  display: none;
}

.content.programm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 58px;
  padding: 0px 15px;
  border-style: none;
}

.content.programm.part2 {
  margin-bottom: 33px;
}

.content.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 0px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.content.mobile.gallery {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.footer-logo {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 0;
    gap: 20px;
    flex-wrap: wrap;
}
.content.footer-logo a {
    flex: 0 0 13%;
    min-width: 130px;
}
.content.footer-logo a img {
    width: 100%;
}

.content.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.speakers-mobile {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content.speakers-mobile.hiddens {
  display: none;
  opacity: 0;
}

.content.speakers-mobile.all {
  display: none;
}

.content.podpischiki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
}

.main_logo {
  width: 100%;
  max-width: 186px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  -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;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 14px 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #4ac8ed;
}

.nav-link.blue {
  color: #4ac8ed;
}

.nav_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 205px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: 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;
}

.nav_phone {
  width: 100%;
  height: 40px;
  padding-left: 30px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.txt_phone {
  background-image: url('../images/icn_phone.svg');
  background-position: 0px 5px;
  background-size: 21px;
  background-repeat: no-repeat;
  letter-spacing: 0px;
}

.btn_top_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  height: 35px;
  float: right;
  -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: #4ac8ed;
  background-color: transparent;
  color: #4ac8ed;
  font-size: 0.7em;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.btn_top_nav:hover {
  background-color: #4ac8ed;
  color: #142440;
}

.section-main {
  width: 100%;
  background-image: url('../images/bg_main.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subsection-main {
  width: 100%;
  padding-top:30px;
  padding-bottom:30px;
  background-color: rgba(241, 242, 246, 0.2);
  font-weight: 700;
}

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

.content-main-screen.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-main-screen.form.mobile {
  -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;
  display: none;
}

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

.block_conf-name.footer {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.date_conf {
  width: 100%;
  max-width: 334px;
  padding: 20px 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #6a6e72;
}

.txt_date-conf {
  margin-bottom: 0px;
  color: #4ac8ed;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.txt_date-conf.small {
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 7px;
}

.darkblue {
  color: #142440;
}

.conf_name {
  margin-left: 55px;
}

.conf_name.footer {
  margin-left: 45px;
  float: left;
}

.txt_conf-name {
  font-size: 2em;
  line-height: 1.05em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.txt_conf-name.small {
  margin-top: 5px;
  color: #fff;
  font-size: 1.9em;
}

.span_year {
  color: #4ac8ed;
  font-size: 0.7em;
  line-height: 0.7em;
}

.main_note {
  width: 100%;
  padding: 25px 20px 17px;
  background-color: #142440;
}

.txt_main_note {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5em;
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: 0;
}

.blue {
  color: #4ac8ed;
}

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

.subsection-form {
  width: 100%;
  height: 258px;
  background-color: rgba(74, 200, 237, 0.7);
}
.subsection-form-reg {
  width: 100%;
  background-color: rgba(74, 200, 237, 0.7);
}
.subsection-form .heading{
  text-align:left;
}
.heading {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.text-field {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 40px;
  margin-right: 35px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #90989f #fff #fff;
  background-color: transparent;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field._1 {
  z-index: 3;
  height: 32px;
  padding-left: 0px;
  border-style: none none solid;
  border-color: #000 #000 #142440;
  border-bottom-width: 2px;
  color: #fff;
  text-transform: none;
}

.text-field._1.popup1 {
  width: 368px;
  height: 52px;
  margin-right: 0px;
  border-bottom-color: #4ac8ed;
  font-size: 25px;
  letter-spacing: 2px;
}

.text-field._1.mobile {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  margin-right: 0px;
}

.text-field.phonefield._3 {
  z-index: 1;
  height: 32px;
  padding-left: 0px;
  border-style: none none solid;
  border-color: #000 #000 #142440;
  border-bottom-width: 2px;
  color: #fff;
}

.text-field.phonefield._3.popup1 {
  width: 368px;
  height: 52px;
  margin-right: 0px;
  border-bottom-color: #4ac8ed;
  font-size: 25px;
  letter-spacing: 2px;
}

.text-field.phonefield._3.mobile {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  margin-right: 0px;
}

.text-field._2 {
  z-index: 2;
  height: 32px;
  padding-left: 0px;
  border-style: none none solid;
  border-color: #000 #000 #142440;
  border-bottom-width: 2px;
  color: #fff;
  text-transform: none;
}

.text-field._2.popup1 {
  width: 368px;
  height: 52px;
  margin-right: 0px;
  border-bottom-color: #4ac8ed;
  font-size: 25px;
  letter-spacing: 2px;
}

.text-field._2.mobile {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  margin-right: 0px;
}

.field_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  margin-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field_border.popup1 {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field_border.mobile {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.red {
  color: #ff3535;
}

.name_mail_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.name_mail_phone.popup1 {
  display: block;
  -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;
}

.name_mail_phone.mobil {
  width: 100%;
  padding-top: 0px;
}

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

.field_box.popup1 {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-bottom: 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;
  position:relative;
}

.field_box.mobile {
  width: 100%;
  height: 44px;
}

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

.btn-reg2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: #142440;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4ac8ed;
  font-size: 0.7em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn-reg2:hover {
  border-bottom-color: #d1512a;
  background-color: #fff;
  color: #142440;
}

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

.btn-reg2.popup1 {
  width: 369px;
  height: 68px;
  background-color: #4ac8ed;
  color: #142440;
  font-size: 0.8em;
  text-align: center;
}

.btn-reg2.popup1.pp3 {
  background-color: #142440;
  color: #4ac8ed;
}

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
.button_gradient {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7em;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: #142440;
  border:2px solid #142440;
}
.button_gradient:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    animation: slide 3.5s infinite 3.5s;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(240,240,240,0) 0%, rgba(240,240,240,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0)), color-stop(50%,rgba(240,240,240,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(240,240,240,0) 0%,rgba(240,240,240,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}

.button_gradient:hover {
    background-color: #0af50e;
    border-bottom-color: #142440;
}



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

.form-block {
  position: static;
  width:100%;
}
.form-block a{
  margin-top:20px;
}
.form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
#wf-form-1 {
  margin-top:30px
}
.form.popup1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.block_form-btn.popup1 {
  width: 100%;
  max-width: 369px;
}

.txt_small-note {
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
}

.txt_small-note.popup1 {
  margin-top: 20px;
  font-size: 0.55em;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 0.4px;
}

.txt_small-note.popup1.pp3 {
  color: #142440;
}

.txt_counter {
  margin-bottom: 10px;
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 0.1px;
}

.txt_form_note {
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-align: left;
}

.section-why {
  width: 100%;
  padding: 109px 30px 46px;
  background-color: #fff;
}

.block_why {
  width: 100%;
  height: 312px;
  max-width: 513px;
  padding: 36px 42px;
  background-image: url('../images/bg_header_why.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_why.programm {
  height: 390px;
  max-width: 512px;
  background-image: url('../images/bg_header_programm-1.png');
}

.block_why.programm._2 {
  background-image: url('../images/bg_header_programm-2.png');
}

.why {
  width: 100%;
  height: 100%;
  padding: 36px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #3c819f;
}

.why.light {
  border-color: #aadfee;
}

.heading_small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.heading_small.prices {
  font-size: 0.8em;
  letter-spacing: 0.2em;
}

.heading_small.darkblue {
  color: #142440;
  font-size: 0.9em;
  letter-spacing: 0.34em;
}

.heading_small.darkblue.center {
  text-align: center;
}

.block_txt_why {
  width: 100%;
  max-width: 510px;
  margin-left: 70px;
  padding-left: 46px;
  background-image: url('../images/icn_flash.svg');
  background-position: 0px 6px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.block_txt_why.whide {
  max-width: 570px;
  padding-top: 5px;
  background-image: url('../images/icn_light-bulb.png');
  background-position: 0px 0px;
}

.heading_middle {
  margin-top: 11px;
  margin-bottom: 8px;
  font-size: 1.3em;
  letter-spacing: 0.3em;
}

.txt_small {
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: 400;
}

.txt_small.grey {
  margin-bottom: 20px;
  color: #435266;
  line-height: 1.5em;
}

.txt_small.grey.programm {
  font-size: 0.67em;
  letter-spacing: 1.5px;
}

.txt_small.white {
  color: #fff;
  line-height: 1.7em;
}

.txt_small.white.center {
  margin-bottom: 14px;
  text-align: center;
  letter-spacing: 1.5px;
}

.txt_small.white.center.price-short {
  min-height: 69px;
}

.txt_small.white.faq {
  margin-bottom: 25px;
}

.txt_small.blue {
  text-align: center;
}

.heading_std {
  margin-top: 11px;
  margin-bottom: 8px;
  color: #4ac8ed;
  font-size: 1em;
  letter-spacing: 0.3em;
}

.txt_big {
  margin-bottom: 8px;
  color: #4ac8ed;
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn-std {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  height: 50px;
  margin: 37px auto;
  -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;
  background-color: #142440;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4ac8ed;
  font-size: 0.7em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn-std:hover {
  border-bottom-color: #d1512a;
  background-color: #fff;
  color: #142440;
}

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

.btn-std.show {
  width: 335px;
}

.btn-std.show-on-map {
  width: 269px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.btn-std.become-sporsors {
  width: 269px;
  margin-bottom: 0px;
  margin:auto;

}

.btn-std.about:hover {
  background-color: #4ac8ed;
}

.section-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 456px;
  -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/bg_digit.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about_number {
  width: 24%;
  padding-top: 33px;
  padding-bottom: 33px;
}

.about_number._1 {
  background-image: url('../images/agreement.png');
  background-position: 50% 0%;
  background-size: 184px;
  background-repeat: no-repeat;
}

.about_number._2 {
  background-image: url('../images/group.png');
  background-position: 50% 0%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.about_number._3 {
  background-image: url('../images/employee.png');
  background-position: 50% 0%;
  background-size: 154px;
  background-repeat: no-repeat;
}

.about_number._4 {
  background-image: url('../images/idea.png');
  background-position: 50% 0%;
  background-size: 138px;
  background-repeat: no-repeat;
}

.txt_big-number {
  color: #4ac8ed;
  font-size: 3.8em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.2em;
}

.txt_number {
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.section-speakers {
  width: 100%;
  padding: 0 20px 80px;
  background-color: #fff;
}

.block_about-speakers {
  width: 100%;
  height: 312px;
  max-width: 513px;
  padding: 36px 42px;
  background-image: url('../images/bg_header_about-speakers.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker {
  width: 30.6333%;
  margin: 27px 2% 30px;
}
.speaker:nth-child(3n+1){
  margin-left:0;
}
.speaker:nth-child(3n){
  margin-right:0;
}
.speaker .speaker_image{
  position:relative;
}
.speaker .speaker_image span{
  opacity:0;
  color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;text-align:left;
  padding:24px;box-sizing:border-box;z-index:9;letter-spacing: 0;font-weight: normal;
}
.speaker:hover .speaker_image span{
  opacity:1;
  transition: all 1s ease-in;
}
.speaker:hover .speaker_image:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:'';
  /*background-color:rgba(0,0,0,.5);*/
  z-index:1;
}

.name {
  margin: 22px 0px 11px 0px;
  padding: 16px 25px;
  border: 2px solid #7f7f7f;
}

.txt_speaker_name {
  color: #4ac8ed;
  font-size: 0.8em;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.txt_speaker_dolj {
  padding-left: 3px;
  color: #435266;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: 400;
}

.section-programm {
  width: 100%;
  padding-top: 109px;
  padding-bottom: 70px;
  background-color: #f1f8fa;
}

.txt_time {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 1.3em;
  letter-spacing: 0.2em;
}

.txt_programm-content {
  margin-bottom: -2px;
  color: #4ac8ed;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.txt_programm-content.grey {
  color: #949494;
  font-size: 16px;
}

.block_time {
  margin-bottom: 27px;
  padding-left: 46px;
  background-image: url('../images/t1430.png');
  background-position: 3px 0px;
  background-size: 29px;
  background-repeat: no-repeat;
}

.block_time._1630 {
  background-image: url('../images/t1630.png');
}

.block_time._1600 {
  background-image: url('../images/t1600.png');
}

.block_time._1330 {
  background-image: url('../images/t1330.png');
}

.block_time._1200 {
  background-image: url('../images/t1200.png');
}

.block_time._1130 {
  background-image: url('../images/t1000.png');
}

.block_time._1000 {
  background-image: url('../images/t1000.png');
}

.block_time._0900 {
  background-image: url('../images/t0900.png');
  background-position: 3px 2px;
  background-size: 27px;
}

.block_txt_programm {
  width: 100%;
  max-width: 540px;
  margin-left: 130px;
  padding-top: 10px;
  padding-left: 0px;
}

.block_txt_programm.left {
  margin-right: 108px;
  margin-left: 0px;
}

.block_txt_programm__speaker{
  align-items:center;
  display:flex;
  margin-bottom:30px;
}
.block_txt_programm__speaker img{
  border-radius: 50%;
    margin-right: 25px;
}
.block_txt_programm__speaker .speaker__name{
  letter-spacing: 0;
    font-weight: normal;
}

.section-prices {
  width: 100%;
  padding: 109px 20px 72px;
  background-color: #142440;
}

.block_prices {
  width: 100%;
  height: 183px;
  max-width: 608px;
  padding: 36px 42px;
  background-image: url('../images/bg_header_prices.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.prices_blue {
  width: 100%;
  height: 100%;
  padding: 36px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #3c819f;
}

.prices_blue.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #aadfee;
}

.prices_blue.light.faq {
  padding-top: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_txt_prices {
  width: 100%;
  max-width: 510px;
  margin-left: 70px;
  padding-left: 46px;
  background-image: url('../images/icn_flash.svg');
  background-position: 0px 6px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.block_txt_prices.whide {
  max-width: 570px;
  margin-left: 58px;
  padding-top: 5px;
  padding-left: 0px;
  background-image: url('../images/icn_light-bulb.png');
  background-position: 0px 0px;
  flex: 0 0 50%;
}
.logos {
	flex: 0 0 100%;
	display:flex;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.logos a {
    flex: 0 0 30%;
    max-width: 230px;
}
.logos a img {
    width: 100%;
}

.txt_product-name {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 149px;
  margin-top: 22px;
  margin-bottom: 32px;
  padding: 16px 25px;
  -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: #2f7697;
}

.txt_price {
  margin-bottom: -2px;
  color: #4ac8ed;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.txt_price-old {
  margin-bottom: -2px;
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  letter-spacing: 0.3em;
  text-decoration: line-through;
  text-transform: uppercase;
}

.btn-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 50px;
  margin: 27px auto 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4ac8ed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #142440;
  font-size: 0.7em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.btn-prices:hover {
  border-bottom-color: #d1512a;
  background-color: #fff;
  color: #142440;
}

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

.block_product {
  width:31.333%;
  margin: 27px 1% 30px;
}

.block_product.first {
  margin-right: 5px;
  margin-left: 0px;
}

.block_product.last {
  margin-right: 0px;
}

.mobil_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 142px;
  margin-bottom: 20px;
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #7f7f7f;
}

.block_heading-mobie {
  width: 100%;
  max-width: 400px;
}

.block-smartphones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 740px;
  margin-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.smartphone._2 {
  display: inline-block;
  padding-top: 90px;
}

.section_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 107px 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bg_map.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.frame_map {
  width: 100%;
  height: 100%;
  padding: 36px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #3c819f;
}

.frame_map.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 537px;
  min-height: 193px;
  padding-top: 17px;
  padding-bottom: 17px;
  -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-color: #9dc4cf;
}

.section-gallery {
  width: 100%;
  padding-top: 109px;
  padding-bottom: 46px;
  background-color: #fff;
}

.section-mobile {
  overflow: hidden;
  width: 100%;
  padding-top: 109px;
  padding-bottom: 46px;
  background-color: #fff;
}

.section-sponsors {
  width: 100%;
  background-color: #fff;
}

.sponsors_heading {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 214px;
  height: 79px;
  margin-bottom: 20px;
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #7f7f7f;
}

.block_sponsors {
  width:100%;
}

.block_partners {
    display: block;
    width: 95%;
    margin-left: 50px;
    margin-right: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.logo-partners-1 {
    margin-left: auto;
    width: 40%;
}
    
    .partners1-text1 {
        text-align: center;
    }
    
    .partners1-text2 {
        font-size: 16px;
        font-weight: 300;
    }
    
    .logo-partners-2 {
    margin-left: auto;
    width: 40%;
}
    
    .partners2-text1 {
        text-align: center;
    }
    
    .partners2-text2 {
        font-size: 16px;
        font-weight: 300;
    }

.all_logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 150px;
}
.logo_gs img{
  max-height:100%;
}
.logo_gs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 90px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  margin-bottom: 30px;
  -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-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/*.logo_gs:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}*/

.bg_faq {
  width: 100%;
  height: 312px;
  max-width: 517px;
  padding: 36px 42px;
  background-image: url('../images/bg_faq.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 0 0 40%;
}

.header_faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 76px;
  margin-top: 107px;
  margin-bottom: 51px;
  padding: 16px 25px;
  -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: #2f7697;
}

.question_7{
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 24px 30px;
  border-top: 2px solid #4ac8ed;
  border-bottom: 2px solid #4ac8ed;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.question_6 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.question_2 {
  display: block;
  width: 100%;
  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 {
  padding-left: 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.question_3_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.question_4 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.question_7_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #4ac8ed;
}

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

.container-6 {
  display: block;
  width: 100%;
  max-width: 1199px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.question_1_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.question_6_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.question_3.white_pl {
  width: 100%;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-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;
}

.q {
  position: relative;
  min-height: 80px;
}

.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: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.txt_question1_hover.question_gradient {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.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 {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.question_5_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.question_1 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}

.question_8 {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-bottom: 2px solid #4ac8ed;
  background-image: url('../images/arrow_right_1arrow_right.png');
  background-position: 97% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.q_container {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-bottom: 2px none #4ac8ed;
  background-image: url('../images/icn_plus_hover.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.q_container.arrow_bottom {
  background-image: url('../images/icn_plus_hover.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
}

.question_5 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #4ac8ed;
  border-radius: 2px;
  background-image: url('../images/icn_plus.png');
  background-position: 98% 19px;
  background-size: 38px;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.txt_answear1 {
  display: block;
  margin-top: -8px;
  padding-right: 20px;
  padding-left: 30px;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.question_2_active {
  position: relative;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.section-faq {
  width: 100%;
  padding-top: 109px;
  padding-bottom: 32px;
  background-color: #142440;
}

.link {
  color: #fff;
}

.section-footer {
  width: 100%;
  padding: 21px;
  background-color: #142440;
}

.date_conf_small {
  width: 100%;
  max-width: 429px;
  padding: 18px 26px 22px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-color: #2f7697;
}

.txt_copyright {
  margin-bottom: 0px;
  color: #4ac8ed;
  font-size: 1.3em;
  line-height: 1.7em;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.txt_copyright.small {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 7px;
}

.block_soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}
.telegram {
  width: 60px;
  height: 60px;
  margin-right: 14px;
  background-image: url('../images/telegram.svg');
  background-position: 50% 50%;
  background-size: cover;
}
.telegram:hover {
  background-image: url('../images/telegram_hover.svg');
}
.youtube {
  width: 60px;
  height: 60px;
  margin-right: 14px;
  background-image: url('../images/icn_youtube.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.youtube:hover {
  background-image: url('../images/icn_youtube_hover.svg');
}

.fb {
  width: 60px;
  height: 60px;
  margin-right: 14px;
  background-image: url('../images/icn_fb.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.fb:hover {
  background-image: url('../images/icn_fb_hover.svg');
}

.vk {
  width: 60px;
  height: 60px;
  background-image: url('../images/icn_vk.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.vk:hover {
  background-image: url('../images/icn_vk_hover.svg');
}

.logo_footer {
  width: 100%;
}

.logo_footer.gd {
  max-width: 174px;
}

.logo_footer.logo_gdk {
  max-width: 309px;
}

.logo_footer.logo_gds {
  max-width: 292px;
  margin-right: 0px;
}

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

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

.popup.pp2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.popup.pp333 {
  display: none;
  opacity: 0;
}

.popup.pp3-copy {
  display: none;
  opacity: 0;
}

.popup.pp444 {
  display: none;
  opacity: 1;
}

.popup.ppmap {
  display: none;
  opacity: 0;
}

.popup.ppmain {
  display: none;
}
.popup.ppmain .txt_form_note {
  text-align:center;
}
.popup.ppcallback {
  display: none;
  opacity: 0;
}

.pl_yellow {
  position: relative;
  width: 100%;
  padding: 28px 10px 7px;
}

.header_popup {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  padding-left: 1px;
  color: #4ac8ed;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5.3px;
  text-transform: uppercase;
}

.header_popup.pp2 {
  color: #142440;
  font-size: 1.75em;
  line-height: 1.5em;
}

.header_popup.pp3 {
  color: #142440;
}

.icon_close {
  position: absolute;
  left: auto;
  top: 18px;
  right: 18px;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  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;
  background-image: url('../images/icn_close.png');
  background-position: 0px 0px;
  background-size: contain;
  cursor: pointer;
}

.icon_close:hover {
  background-image: url('../images/icn_close_dark.png');
}

.icon_close.dark {
  background-image: url('../images/icn_close_dark.png');
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon_close.dark:hover {
  background-image: url('../images/icn_close.png');
}

.form_block {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 583px;
  min-height: 613px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -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_popup1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.form_block.pp2 {
  background-image: url('../images/bg_popup2.png');
}

.form_block.pp3 {
  background-image: url('../images/bg_popup3.png');
}

.form_block.pp4 {
  background-image: url('../images/bg_popup4.png');
}

.form_block.ppmap {
  padding-bottom: 0px;
}

.link2 {
  color: #fff;
}

.txt_big_popup {
  margin-top: 22px;
  color: #4ac8ed;
  font-size: 1.35em;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.link3 {
  color: #142440;
}

.map {
  height: 613px;
}

.block_map {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 390px;
  margin-left: 100px;
  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.png'), -webkit-gradient(linear, left top, left bottom, from(#1e2d42), to(#1e2d42));
  background-image: url('../images/bg_map.png'), linear-gradient(180deg, #1e2d42, #1e2d42);
  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%;
  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 {
  display: block;
  min-height: 613px;
}

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

.heading_middle2.map {
  height: 30px;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.image {
  display: none;
}

.nav_phone-mobile {
  display: none;
  width: 100%;
  height: 40px;
  padding-left: 30px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.subsection-form-mobile {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.section-main-mobile {
  display: none;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 200, 237, 0.7)), to(rgba(74, 200, 237, 0.7))), url('../images/bg_main.jpg');
  background-image: linear-gradient(180deg, rgba(74, 200, 237, 0.7), rgba(74, 200, 237, 0.7)), url('../images/bg_main.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.it-was-gallery {
  padding-left: 20px;
}

.gallery-video {
  overflow: hidden;
  width: 100%;
  height: 430px;
  max-width: 460px;
  margin-right: 20px;
}

.gallery-images {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  max-width: 460px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-image-top {
  position: relative;
  width: 100%;
  height: 280px;
}

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

.gallery1.img1 {
  background-image: url('../img/foto-1200-2019-00001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img2 {
  background-image: url('../img/foto-1200-2019-00002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img3 {
  background-image: url('../img/foto-1200-2019-00003.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img4 {
  margin-bottom: 0px;
  background-image: url('../img/foto-1200-2019-00004.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img5 {
  margin-bottom: 0px;
  background-image: url('../img/foto-1200-2019-00005.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img6 {
  margin-bottom: 0px;
  background-image: url('../img/foto-1200-2019-00006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery1.img7 {
  margin-bottom: 0px;
  background-image: url('../img/foto-1200-2019-00007.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-images-bottom {
  position: relative;
  display: block;
  width: 220px;
  height: 150px;
  float: left;
}

.gallery-images-bottom.right {
  float: right;
}

.gallery-image-big {
  position: relative;
  width: 100%;
  height: 450px;
}

.gallery-mobile {
  display: none;
}

.block_app {
  margin-top: 2px;
}

.link_app {
  margin-right: 20px;
}

.qr-code {
  width: 100%;
  max-width: 149px;
  margin-top: 30px;
}

.app-mobile {
  display: none;
  width: 100%;
  max-width: 400px;
}
.after_form {
    margin: 50px 20px;
}
.after_form h2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.after_form p {
    margin: 30px 0;
    text-align: center;
}
.after_form ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	counter-reset: list;
}
.after_form ul li {
    list-style: none;
    flex: 0 0 30%;
    position: relative;
    padding: 0 0 0 35px;
}

.after_form ul li::before {
  counter-increment: list; /* Increment the value of section counter by 1 */
  content: counter(list); /* Display counter value in default style (decimal) */
  position: absolute;
  color: #51bbd9;
  text-align: center;
  left: 0;
  font-size: 110px;
  opacity: 0.3;
}

@media screen and (max-width: 991px) {
  .txt_programm-content.grey {
    color: #949494;
    font-size: 16px;
    padding-left: 100px!important;
    padding-right: 100px!important;  
}
}

@media screen and (max-width: 991px) {
  .top-nav {
    display: block;
    height: 64px;
    padding-top: 5px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content.hor-flex {
    display: block;
    padding-right: 0px;
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .content.why {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content.why-cta.programm {
    margin-top: 0px;
  }
  .content.flex {
    padding-top: 70px;
    padding-bottom: 70px;
    -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;
  }
  .content.speakers_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content.speakers_about.org {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.speakers.all {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content.programm {
    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;
  }
  .content.programm.part2 {
    margin-bottom: 20px;
  }
  .content.mobile.application {
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }
  .content.mobile.gallery {
    display: block;
    -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;
  }
  .content.mobile.partners {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content.footer-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items:self-start;
    -ms-flex-align:self-start;
    flex-wrap:wrap-reverse;
  }
  .logo_footer{
    margin-bottom:20px;
    width:30%;
  }
  .content.speakers-mobile.all {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content.podpischiki {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content.podpischiki.org {
    padding-right: 0px;
    padding-left: 0px;
  }
  .img_main_logo {
    max-width: 160px;
    margin-top: 7px;
  }
  .nav-menu {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #4ac8ed;
    text-align: center;
  }
  .nav-link {
    display: block;
    height: 55px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.blue {
    height: 55px;
    color: #142440;
  }
  .nav_contact {
    display: none;
  }
  .nav_phone {
    width: 38px;
    height: 38px;
    float: right;
  }
  .txt_phone {
    display: none;
  }
  .btn_top_nav {
    display: none;
  }
  .section-main {
    height: auto;
  }
  .subsection-main {
    height: auto;
    padding-top: 57px;
    padding-bottom: 20px;
  }
  .content-main-screen {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-main-screen.form.mobile {
    padding-right: 50px;
    padding-left: 50px;
  }
  .block_conf-name.footer {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .date_conf {
    height: 200px;
    max-width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 34px;
  }
  .txt_date-conf {
    font-size: 0.6em;
  }
  .conf_name {
    margin-left: 30px;
  }
  .txt_conf-name {
    font-size:2em;
  }
  .main_note {
    padding-right: 50px;
    padding-left: 50px;
  }
  .subsection-form {
    display: none;
  }
  .text-field._1.mobile {
    width: 306px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field.phonefield._3.mobile {
    width: 306px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field._2.mobile {
    width: 306px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .field_border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field_border.mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .field_box.mobile {
    height: auto;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt_small-note.mobile {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .txt_counter.mobile {
    margin-top: 34px;
  }
  .txt_form_note.mobile {
    width: 100%;
    max-width: 500px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section-why {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .block_why.programm {
    margin-bottom: 34px;
  }
  .block_txt_why {
    margin-top: 27px;
    margin-left: 0px;
    padding-right: 46px;
    padding-left: 0px;
    background-image: url('../images/icn_flash.svg');
    background-position: 100% 6px;
    background-size: auto 40px;
    background-repeat: no-repeat;
  }
  .block_txt_why.whide {
    max-width: 513px;
    background-image: url('../images/icn_light-bulb.png');
    background-position: 100% 0%;
    background-size: auto 40px;
    background-repeat: no-repeat;
  }
  .txt_small.white.center {
    min-height: 70px;
  }
  .txt_small.white.faq {
    max-width: 517px;
    margin-right: auto;
    margin-left: auto;
  }
  .txt_big {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-std.show-on-map {
    margin-right: auto;
    margin-left: auto;
  }
  .btn-std.become-sporsors {
    margin-top: 0px;
  }
  .section-numbers {
    height: auto;
    background-position: 50% 0%;
  }
  .section-speakers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block_about-speakers {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .speaker {
    margin-right: 10px;
    margin-left: 10px;
  }
  .section-programm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block_time._1630 {
    margin-bottom: 0px;
  }
  .block_time._1330 {
    margin-top: -7px;
  }
  .block_why {
    order:0;
  }
  .block_txt_programm {
    max-width: 513px;
    margin-left: 0px;
    order:1;
  }
  .block_txt_programm.left {
    margin-right: 0px;
  }
  .section-prices {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .block_txt_prices.whide {
    max-width: 517px;
    margin-top: 24px;
    margin-left: 0px;
  }
  .btn-prices {
    width: 250px;
  }
  .block_product {
    width: 270px;
    margin-top: 0px;
  }
  .block_product.first {
    width: 260px;
    margin-top: 0px;
  }
  .mobil_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .block_heading-mobie {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block-smartphones {
    position: static;
    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;
  }
  .smartphone._2 {
    position: relative;
    left: auto;
    right: -202px;
    z-index: 2;
    display: inline-block;
  }
  .smartphone._3 {
    position: relative;
    left: -143px;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: inline-block;
  }
  .smartphone._1 {
    position: relative;
    right: -70px;
    z-index: 1;
    display: block;
  }
  .section_map {
    height: 80vh;
    padding-top: 50px;
    padding-bottom: 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;
  }
  .frame_map.light {
    margin-right: auto;
    margin-left: auto;
  }
  .section-gallery {
    padding: 50px 50px 20px;
  }
  .section-mobile {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .section-sponsors {
    padding-top: 0px;
  }
  .block_sponsors {
    width: 100%;
    margin-bottom: 30px;
  }
  .block_partners {
    width: 100%;
    margin-bottom: 70px;
    margin-left: 0px;
  }
  .logo_gs {
    min-height: 70px;
  }
  .txt_question1_hover.question_gradient {
    padding-right: 40px;
  }
  .paragraph-4 {
    padding-right: 40px;
  }
  .section-faq {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .txt_copyright.small {
    text-align: center;
  }
  .block_soc {
    margin-bottom: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo_footer {
    max-width: 220px;
  }
  .logo_footer.gd {
    max-width: 140px;
  }
  .logo_footer.logo_gdk {
    max-width: 240px;
  }
  .logo_footer.logo_gds {
    max-width: 230px;
  }
  .razdel-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .btn_nav_menu {
    display: block;
    width: 38px;
    height: 50px;
    padding: 0px;
    float: right;
    -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-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    background-image: url('../images/btn_nav_menu.png');
    background-position: 0px 7px;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 10px;
  }
  .btn_nav_menu.w--open {
    background-color: transparent;
    background-image: url('../images/btn_nav_menu_open.png');
  }
  .image {
    display: block;
  }
  .nav_phone-mobile {
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 12px;
    margin-right: 9px;
    padding-left: 0px;
    float: right;
  }
  .section-main-mobile {
    display: block;
    height: auto;
  }
  .gallery-desktop {
    display: none;
  }
  .gallery-mobile {
    display: block;
  }
  .html-embed {
    display: none;
  }
  .block_app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 190px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .block_app.desctop {
    display: none;
  }
  .link_app {
    margin-bottom: 20px;
  }
  .link_app.last {
    margin-right: 0px;
  }
  .qr-code {
    max-width: 121px;
    margin-top: 0px;
    padding-top: 1px;
  }
  .qr-code.desctop {
    display: none;
  }
  .app-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content.why {
    margin-right: auto;
    margin-left: auto;
  }
  .content.why-cta {
    max-width: 644px;
    margin-top: 0px;
    -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;
  }
  .content.speakers_about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.speakers.all {
    display: none;
  }
  .content.speakers.products {
    display: none;
  }
  .content.speakers.products-mobile {
    display: block;
  }
  .content.mobile.application {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content.mobile.gallery {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.mobile.partners {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content.speakers-mobile.all {
    display: block;
  }
  .content.podpischiki {
    padding-right: 0px;
    padding-left: 0px;
  }
  .block_conf-name.footer {
    margin-bottom: 34px;
  }
  .date_conf {
    height: 110px;
    max-width: 170px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .txt_date-conf {
    font-size: 0.6em;
    line-height: 1.8em;
    letter-spacing: 1px;
  }
  .txt_date-conf.small {
    font-size: 0.6em;
    line-height: 1.7em;
    letter-spacing: 2px;
  }
  .darkblue {
    font-size: 1em;
  }
  .conf_name.footer {
    margin-left: 25px;
  }
  .txt_conf-name {
    font-size: 1.7em;
  }
  .main_note {
    padding-top: 25px;
  }
  .txt_main_note {
    font-size: 0.8em;
  }
  .heading {
    font-size: 1.2em;
  }
  .text-field._1 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field._1.popup1 {
    width: 100%;
    height: 44px;
    font-size: 15px;
  }
  .text-field._1.mobile {
    margin-top: 5px;
    border-bottom-color: #142440;
  }
  .text-field.phonefield._3 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field.phonefield._3.popup1 {
    width: 100%;
    height: 44px;
    font-size: 15px;
  }
  .text-field.phonefield._3.mobile {
    width: 300px;
    height: 44px;
    margin-top: 5px;
    border-bottom-color: #142440;
  }
  .text-field._2 {
    width: 300px;
    height: 44px;
    border-color: #686868;
  }
  .text-field._2.popup1 {
    width: 100%;
    height: 44px;
    font-size: 15px;
  }
  .text-field._2.mobile {
    width: 300px;
    margin-top: 5px;
    border-bottom-color: #142440;
  }
  .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;
  }
  .field_border.popup1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .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;
  }
  .name_mail_phone.popup1 {
    width: 100%;
    padding-top: 17px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .field_box {
    display: block;
    height: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .field_box.popup1 {
    width: 100%;
    max-width: 246px;
    margin-top: 0px;
  }
  .btn-reg2 {
    width: 300px;
    padding-left: 15px;
    background-image: none;
    font-size: 0.7em;
  }
  .btn-reg2.popup1 {
    width: 246px;
    height: 55px;
    font-size: 0.6em;
  }
  .txt_small-note.popup1 {
    max-width: 246px;
    margin-right: auto;
    margin-left: auto;
  }
  .txt_counter.mobile {
    margin-top: 10px;
  }
  .section-why {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .block_why {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }
  .block_why.programm {
    height:auto;
  }
  .block_txt_why {
    max-width: 440px;
  }
  .btn-std {
    width: 280px;
    padding-left: 15px;
    background-image: none;
    font-size: 0.7em;
  }
  .btn-std.show {
    display: none;
  }
  .btn-std.about {
    padding-right: 26px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .btn-std.about._1 {
    padding-right: 0px;
  }
  .about_number._1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_number._2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_number._3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_number._4 {
    width: 100%;
  }
  .block_about-speakers {
    height: 260px;
  }
  .section-programm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-prices {
    padding: 20px 20px 40px;
  }
  .block_prices {
    height: 240px;
    max-width: 440px;
  }
  .block_txt_prices.whide {
    max-width: 440px;
  }
  .btn-prices {
    width: 280px;
    padding-left: 15px;
    background-image: none;
    font-size: 0.7em;
  }
  .block_heading-mobie {
    max-width: 440px;
  }
  .section-gallery {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-mobile {
    padding-top: 20px;
  }
  .section-sponsors {
    padding-bottom: 0px;
  }
  .block_sponsors {
    margin-bottom: 70px;
  }
.all_logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
    
    .logo-partners-1 {
    margin-left: 0px;
    width: 100%;
}
    
    .logo-partners-2 {
    margin-left: 0px;
    margin-top: 30px;
}
    
    .partners2-text2 {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
    
    .partners2-text1 {
    text-align: center;
    margin-bottom: 30px;
}
    
  .logo_gs {
    margin-left: auto!important;
}
  .bg_faq {
    height:auto;
    max-width: 440px;
  }
  .header_faq {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .container-6 {
    padding-bottom: 30px;
  }
  .section-faq {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .date_conf_small {
    max-width: 190px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo_footer {
    margin-right: 20px;
  }
  .popup.pp2 {
    opacity: 1;
  }
  .popup.pp333 {
    display: none;
    opacity: 0;
  }
  .popup.pp444 {
    display: none;
    opacity: 0;
  }
  .popup.ppmap {
    display: none;
    opacity: 0;
  }
  .popup.ppmain {
    display: none;
    opacity: 0;
  }
  .popup.ppcallback {
    display: none;
    opacity: 0;
  }
  .pl_yellow {
    padding-top: 64px;
  }
  .header_popup {
    font-size: 1em;
  }
  .header_popup.pp2 {
    font-size: 1.1em;
  }
  .icon_close {
    width: 18px;
    height: 18px;
  }
  .form_block {
    max-width: 400px;
    min-height: auto;
  }
  .form_block.pp2 {
    max-width: 400px;
    min-height: auto;
  }
  .form_block.pp3 {
    max-width: 400px;
    min-height: auto;
  }
  .form_block.pp4 {
    max-width: 400px;
    min-height: auto;
  }
  .form_block.ppmap {
    max-width: 400px;
    min-height: auto;
  }
  .form_block.mobile {
    max-width: 400px;
    min-height: auto;
  }
  .txt_big_popup {
    margin-top: 13px;
    font-size: 0.8em;
  }
  .block_map {
    position: relative;
    width: 100%;
    height: 250px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .map_section {
    min-height: auto;
  }
  .app-mobile {
    max-width: 440px;
  }
	.after_form {
    margin: 50px 20px 0;
}
	.after_form h2 {}
	.after_form p {}
	.after_form ul {
    justify-content: center;
    gap: 1em;
}
	.after_form ul li {
    flex: 0 0 45%;
    margin-bottom: 25px;
    min-width: 320px;
    font-size: 1rem;
}
	.after_form ul li::before {}
}

@media screen and (max-width: 479px) {
  .top-nav {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.why-cta {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.why-cta.programm {
    margin-bottom: 20px;
  }
  .content.flex {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.speakers {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.speakers.products {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content.speakers.products-mobile {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content.programm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.mobile.application {
    overflow: hidden;
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.mobile.partners {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
  }
  .content.map {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .content.faq-header {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.speakers-mobile {
    padding-right: 42px;
    padding-left: 42px;
  }
  .content.speakers-mobile.products {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main_logo {
    max-width: 120px;
  }
  .img_main_logo {
    max-width: 110px;
    margin-top: 13px;
  }
  .nav-menu {
    min-width: 320px;
  }
  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .content-main-screen.form.mobile {
    max-width: 395px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block_conf-name.footer {
    -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;
  }
  .block_conf-name.main {}
  .date_conf {
    height: 80px;
    max-width: 120px;
    padding: 8px 5px 5px;
  }
  .txt_date-conf {
    font-size: 0.5em;
    line-height: 1.5em;
    letter-spacing: 0px;
  }
  .conf_name {
    margin-left: 15px;
  }
  .conf_name.footer {
    width: 100%;
    margin-left: 0px;
  }
  .txt_conf-name {
    font-size: 1.2em;
  }
  .txt_conf-name.small {
    margin-top: 16px;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: center;
  }
  .main_note {
    padding-top: 25px;
    padding-right: 42px;
    padding-left: 42px;
  }
  .txt_main_note {
    font-size: 11px;
    line-height: 20px;
  }
  .heading {
    font-size: 1em;
  }
  .text-field._1.mobile {
    width: 100%;
  }
  .text-field.phonefield._3.mobile {
    width: 100%;
  }
  .text-field._2.mobile {
    width: 100%;
  }
  .field_border.mobile {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .name_mail_phone.mobil {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn-reg2 {
    width: 236px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .btn-reg2.popup1 {
    width: 208px;
  }
  .form.mobile {
    max-width: 395px;
  }
  .txt_small-note.mobile {
    width: 80%;
  }
  .txt_counter.mobile {
    font-size: 0.8em;
  }
  .txt_form_note.mobile {
    max-width: 395px;
    font-size: 16px;
    line-height: 1.2em;
  }
  .section-why {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block_why {
    height: 300px;
    max-width: 479px;
  }
  .block_why.programm {
    max-width: 479px;
  }
  .why {
    padding: 30px;
  }
  .why.light {
    padding: 30px;
  }
  .heading_small {
    font-size: 16px;
  }
  .heading_small.prices {
    font-size: 16px;
    letter-spacing: 0.3em;
  }
  .heading_small.darkblue {
    font-size: 0.8em;
    letter-spacing: 0.2em;
  }
  .block_txt_why {
    padding-left: 42px;
    background-position: 94% 6px;
  }
  .block_txt_why.whide {
    padding-right: 75px;
    background-position: 85% 0%;
  }
  .heading_middle {
    font-size: 16px;
  }
  .txt_small.grey.programm {
    letter-spacing: 1px;
  }
  .heading_std {
    font-size: 16px;
  }
  .txt_big {
    margin-top: 6px;
    font-size: 0.8em;
    letter-spacing: 0.05em;
  }
  .btn-std {
    width: 259px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .btn-std.show-on-map {
    width: 232px;
    letter-spacing: 0.2em;
  }
  .btn-std.become-sporsors {
    width: 232px;
  }
  .btn-std.about {
    width: 236px;
    margin-top: 20px;
    padding-right: 15px;
  }
  .about_number._1 {
    width: 100%;
  }
  .section-speakers {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block_about-speakers {
    height: 240px;
    max-width: 479px;
  }
  .section-programm {
    padding-top: 0px;
  }
  .txt_time {
    font-size: 1.1em;
  }
  .txt_programm-content {
    font-size: 0.85em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  .txt_programm-content.grey {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .block_time._1630 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
  }
  .block_time._1430 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
  }
  .block_time._1600 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
    background-size: 29px;
  }
  .block_time._1330 {
    margin-top: -12px;
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
  }
  .block_time._1200 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
    background-size: 29px;
  }
  .block_time._1130 {
    padding-left: 88px;
    background-position: 45px 0px;
  }
  .block_time._1000 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 0px;
  }
  .block_time._0900 {
    padding-right: 42px;
    padding-left: 88px;
    background-position: 45px 2px;
  }
  .section-prices {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block_prices {
    height: 280px;
    max-width: 479px;
  }
  .prices_blue.light {
    padding: 30px;
  }
  .block_txt_prices.whide {
    max-width: 479px;
    padding-right: 42px;
    padding-left: 42px;
  }
  .btn-prices {
    width: auto;
    letter-spacing: 0.2em;
  }
  .block_product {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block_product.first {
    width: 100%;
    margin-right: 0px;
  }
  .mobil_heading {
    height: auto;
    margin-top: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .block-smartphones {
    margin-left: 0px;
  }
  .smartphone._2 {
    left: 200px;
    display: block;
  }
  .smartphone._3 {
    left: -121px;
  }
  .smartphone._1 {
    right: -91px;
    display: block;
  }
  .section_map {
    height: 100vh;
    padding-right: 42px;
    padding-left: 42px;
  }
  .frame_map.light {
    height: auto;
    max-width: 479px;
    min-height: auto;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .section-gallery {
    padding-right: 42px;
    padding-left: 42px;
  }
  .section-mobile {
    padding-top: 54px;
    padding-bottom: 0px;
  }
  .bg_faq {
    max-width: 479px;
  }
  .header_faq {
    width: 100%;
  }
  .question_7{
    width: 100%;
    padding-left: 10px;
  }
  .question_6 {
    width: 100%;
    padding-left: 10px;
  }
  .question_2.white_pl.arrow_right {
    width: 100%;
    padding-left: 10px;
  }
  .question_4 {
    width: 100%;
    padding-left: 10px;
  }
  .container-6 {
    padding-right: 42px;
    padding-bottom: 30px;
    padding-left: 42px;
  }
  .question_3.white_pl {
    width: 100%;
    padding-left: 10px;
  }
  .txt_question1_hover.question_gradient {
    font-size: 0.6em;
    line-height: 1.5em;
  }
  .question_1 {
    width: 100%;
    padding-left: 10px;
  }
  .question_8 {
    width: 100%;
  }
  .q_container {
    padding-left: 10px;
  }
  .question_5 {
    width: 100%;
    padding-left: 10px;
  }
  .txt_answear1 {
    padding-left: 10px;
  }
  .paragraph-4 {
    font-size: 0.6em;
    line-height: 1.5em;
  }
  .section-faq {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .date_conf_small {
    max-width: 479px;
  }
  .txt_copyright.small {
    font-size: 0.8em;
  }
  .youtube {
    width: 48px;
    height: 48px;
  }
  .fb {
    width: 48px;
    height: 48px;
  }
  .vk {
    width: 48px;
    height: 48px;
  }
  .logo_footer {
    width: 41%;
    margin-bottom: 20px;
  }
  .popup.pp2 {
    display: none;
    opacity: 1;
  }
  .popup.pp333 {
    display: none;
    opacity: 0;
  }
  .popup.pp444 {
    display: none;
    opacity: 0;
  }
  .popup.ppmap {
    display: none;
    opacity: 0;
  }
  .popup.ppmain {
    display: none;
    opacity: 0;
  }
  .popup.ppcallback {
    display: none;
    opacity: 0;
  }
  .form_block {
    max-width: 280px;
  }
  .form_block.pp2 {
    max-width: 280px;
  }
  .form_block.pp3 {
    max-width: 280px;
  }
  .form_block.pp4 {
    max-width: 280px;
  }
  .form_block.ppmap {
    display: block;
    max-width: 280px;
  }
  .form_block.mobile {
    max-width: 280px;
  }
  .block_map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .it_was_subhead {
    width: 100%;
  }
  .subsection-form-mobile {
    padding-right: 42px;
    padding-left: 42px;
  }
  .link_app {
    width: 100%;
    max-width: 22vh;
    margin-right: 0px;
  }
  .link_app.last {
    margin-bottom: 0px;
  }
  .qr-code {
    width: 16vh;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .app-mobile {
    max-height: 122px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .img_qr {
    max-height: none;
    max-width: 12vh;
    padding-top: 2px;
    float: none;
  }
  .image-2 {
    max-height: 86px;
  }
}

@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pe icon 7 stroke';
  src: url('../fonts/Pe-icon-7-stroke.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: 'Dinpro';
  src: url('../fonts/DINPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

.warning {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: -28px;
}

.form-block label[for=policy] {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 6px;
}
.form-block label[for=policy] input {
    height: 22px;
    flex: 0 0 22px;
}
.form-block label[for=policy] .label {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: left;
}
.form-block label[for=policy] .label a {
	color: #fff;
}
.form-block label[for=policy] .warning {bottom: -25px;}
.form-block label[for=policy].error {
    border: 2px solid red;
}
.popup .form-block label[for=policy] {
    max-width: 368px;
    margin-bottom: 30px;
    position: relative;
}
.popup .form-block .warning {
    bottom: -13px;
}
.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    margin: 0 16px 0;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}
.footer_links {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.footer_links a {
    color: #fff;
}