@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../font/fonts-new-icomoon/icomoon.eot?g6hm43");
  src: url("../font/fonts-new-icomoon/icomoon.eot?g6hm43#iefix") format("embedded-opentype"), url("../font/fonts-new-icomoon/icomoon.ttf?g6hm43") format("truetype"), url("../font/fonts-new-icomoon/icomoon.woff?g6hm43") format("woff"), url("../font/fonts-new-icomoon/icomoon.svg?g6hm43#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-n-"], [class*=" icon-n-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-n-ic_email:before {
  content: "\e900";
}

.icon-n-ic_hat:before {
  content: "\e901";
}

.icon-n-ic_doc:before {
  content: "\e902";
}

.icon-n-ic_phone:before {
  content: "\e903";
}

.button-participate {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  letter-spacing: 0.1rem;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px auto;
  background-color: #ed3624;
  min-width: 200px;
  max-width: 100%;
}
.button-participate:hover {
  color: white;
}

.only-for-mobile {
  display: none;
}

.header {
  background-color: white;
}
.header .logo {
  width: 200px;
}
.header__breadcrumbs .breadcrumbs {
  padding-right: 0;
}
.header__breadcrumbs .breadcrumbs li:last-child, .header__breadcrumbs .breadcrumbs li:nth-last-child(2) {
  display: inline-block;
}
@media (max-width: 1365px) {
  .header__breadcrumbs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px;
  }
}

.header__menu-btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu-btn--wrap > div:last-of-type {
  margin-left: 15px;
}

.header__menu-btn.new, .mobile-menu-btn.new {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(76, 119, 205, 0.3);
          box-shadow: 0px 0px 16px 0px rgba(76, 119, 205, 0.3);
}
@media (max-width: 540px) {
  .header__menu-btn.new, .mobile-menu-btn.new {
    width: 30px;
    height: 30px;
  }
  .header__menu-btn.new i, .mobile-menu-btn.new i {
    font-size: 20px;
  }
}
.header__menu-btn.new i, .mobile-menu-btn.new i {
  color: #4c77cd;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #4c77cd;
  background-clip: initial;
}

.mobile-menu-btn.new {
  display: none;
}
@media (max-width: 1365px) {
  .mobile-menu-btn.new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content {
  padding: 0 25px 30px;
}

.content.content__element{
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .content {
    padding: 0;
  }
}

.event-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (max-width: 540px) {
  .event-title {
    font-size: 16px;
  }
}

.event-title-h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 23px;
  text-transform: uppercase;
}

@media (max-width: 540px) {
  .event-title-h1 {
    font-size: 16px;
  }
}

.event {
  padding: 0;
}
.event * {
  outline: none;
}
.event__head {
  position: relative;
  padding-right: 450px;
}
@media (max-width: 1500px) {
  .event__head {
    padding-right: 450px;
  }
}
@media (max-width: 1365px) {
  .event__head {
    padding-right: 0;
  }
}
.event__head-text {
  padding: 10px 0 0 45px;
  color: white;
  position: relative;
  z-index: 1;
  min-height: 238px;
}
@media (max-width: 1365px) {
  .event__head-text {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .event__head-text {
    padding: 35px 15px;
  }
}
.event__head .event__date:before {
  color: #00d2ff;
}
.event__head-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: cover;
  background-position: center;
  background-color: #1f4999;
}
.event__head-img:after {
  content: '';
  display: block;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.event__head-img img {
  height: 100%;
  width: 100%;
}
.event__head .event__type-title {
  text-transform: uppercase;
  font-size: 20px;
  color: inherit;
  letter-spacing: .2rem;
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .event__head .event__type-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .event__head .event__type-title {
    font-size: 12px;
  }
}
.event__head .event__type-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 1365px) {
  .event__head .event__type-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.event__head .event__date {
  margin: 0;
  font-size: 16px;
}
.event__head .event__date span {
  color: #00d2ff;
  padding: 0 5px;
}
.event__head .event__title {
  color: inherit;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .event__head .event__title {
    font-size: 20px;
  }
}
.event__head .event__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1365px) {
  .event__head .event__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event__head .event__timer_wrap {
  width: auto;
  padding-left: 0;
  margin-bottom: 20px;
}
.event__head .countdownHolder {
  margin-left: 0;
}
.event__head .countdown__string:after {
  display: none;
}
.event__controls {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .event__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .event__controls * {
    border-radius: 0 !important;
    letter-spacing: .1rem;
  }
  .event__controls .event__sendmail:before {
    display: none;
  }
}
.event__controls-other {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .event__controls-other {
    margin: 0;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event__controls-other .btn_other_date {
    text-decoration: underline;
    text-align: center;
  }
  .event__controls-other .btn_other_date i {
    display: none;
  }
  .event__controls-other .btn_other_date span:after {
    display: none;
  }
  .event__controls-other .btn_other_event .circle {
    display: none;
  }
}
.event__controls-other a {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .event__controls-other a {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.event__controls-other a:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .event__controls-other a:last-of-type {
    margin-bottom: 0;
  }
}
.event__controls .btn_other_event {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .event__controls .btn_other_event {
    height: auto;
    padding: 10px 20px;
  }
}
@media (max-width: 540px) {
  .event__controls .btn_other_event {
    font-size: 14px;
    text-align: center;
  }
}
.event__type-list {
    width: 230px;
    min-width: 230px;
  margin-left: 50px;
  margin-top: -20px;
}
@media (max-width: 1365px) {
  .event__type-list {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .event__type-list {
    font-size: 12px;
    margin-top: 0;
  }
}
.event__type-list--item {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #00d2ff;
  margin: 15px 0;
  border-radius: 4px;
  color: white;
  font-size: 15px;
}
a.event__type-list--item {
   text-align-last: center;
  width: 97%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #00d2ff;
  margin: 15px 0;
  border-radius: 4px;
   border: solid 0px #00d2ff;
  color: white;
  font-size: 15px;
}
@media (max-width: 1365px) {
  .event__type-list--item {
    width: calc(25% - 25px);
    margin: 7px;
    font-size: 14px;
  }
  a.event__type-list--item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .event__type-list--item {
    width: calc(50% - 20px);
    height: 35px;
    font-size: 12px;
  }
  a.event__type-list--item  {
    height: 27px;
    font-size: 12px;
  }
}
.event__content-wrap {
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1365px) {
  .event__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .event__content-wrap {
    padding: 30px 15px;
  }
}


.event__content-wrap .form_wrap {
  margin-left: 45px;
  position: relative;
}
@media (max-width: 1365px) {
  .event__content-wrap .form_wrap {
    margin-top: 30px !important;
    margin-left: 0;
  }
}
.event__content-wrap .event__form {
  padding: 50px 30px 0 30px;
  border: 1px solid #d0dff2;
  overflow: inherit;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  max-height: none !important;
}
@media (max-width: 1500px) {
  .event__content-wrap .event__form {
    width: 350px;
  }
}
@media (max-width: 1365px) {
  .event__content-wrap .event__form {
    width: 100%;
  }
  .form__reg-caption {
    position: relative;
    left: 0 ;
    max-width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 540px) {
  .event__content-wrap .event__form {
    padding: 30px 20px 0 20px;
  }
}
.event__content-wrap .btn.btn-event {
  max-width: 100%;
  border-radius: 0;
  background-color: white;
  border-color: #ed3624;
  color: #ed3624;
  letter-spacing: .2rem;
  margin-bottom: 25px;
  font-weight: 600;
  width: 360px;
}
.event__content-wrap .form__participation-submit ,
.event__content-wrap .form__kp-submit  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ed3624;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border: solid 1px #ed3624;
  height: 75px;
  width: 100%;
  width: -webkit-fill-available;
  margin: 0 -30px;
  margin-top: 50px;
  font-weight: 600;
}
.event__content-wrap .form__kp-submit  {
  font-size: 14px;
}
.event__content-wrap .form__participation-submit:disabled ,
.event__content-wrap .form__kp-submit:disabled  {
  border: 2px solid #c9c9c9;
  background-color: #ffffff;
  color: #c9c9c9;
  cursor: not-allowed;
  border-top: 3px solid #c9c9c9;
}
.event__content-wrap .event__form_title {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event__content-wrap .event__formprice span {
  color: #ed3624;
  font-size: 30px;
  align-items: baseline;
}
.event__content-wrap .event__formprice span.currency {
  font-size: 25px;
  margin-left: 5px;
}
.event__tabs-content {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 119, 205, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(76, 119, 205, 0.3);
  padding: 15px 42px;
  position: relative;
  z-index: 0;
}
.discount-active .discount-price::after{
  content: "";
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 540px) {
  .event__tabs-content {
    padding: 30px 20px;
  }
}
.event__tabs-item {
  display: none;
}
.event__tabs-item.active {
  display: block;
}
.event__tabs-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .event__tabs-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event__tabs-links .event__link-nav {
  padding: 10px 20px;
  width: 25%;
  background-color: #edf1fa;
  color: #4c77cd;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  border: solid 1px white;
  -webkit-box-shadow: inset 0px -10px 24px -15px rgba(76, 119, 205, 0.3);
          box-shadow: inset 0px -10px 24px -15px rgba(76, 119, 205, 0.3);
}
@media (max-width: 768px) {
  .event__tabs-links .event__link-nav {
    width: 100%;
    padding: 20px;
    font-size: 14px;
  }
}
.event__tabs-links .event__link-nav a {
  width: 100%;
  display: block;
  white-space: normal;
  margin: 0;
}
.event__tabs-links .event__link-nav a:before {
  display: none;
}
.event__tabs-links .event__link-nav.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 119, 205, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(76, 119, 205, 0.3);
  position: relative;
  z-index: 1;
}
.event__tabs-links .event__link-nav.active:first-of-type:after {
  left: 0;
}
.event__tabs-links .event__link-nav.active:last-of-type:after {
  right: 0;
}
.event__tabs-links .event__link-nav.active:after {
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  left: -25px;
  right: -25px;
  bottom: 0;
  background-color: white;
  z-index: 2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 768px) {
  .event__tabs-links .event__link-nav.active:after {
    display: none;
  }
}
.event__result {
  padding: 50px 180px;
  background: #4C77CD;
  background: -webkit-gradient(linear, left top, right top, from(#4C77CD), to(#00d2ff));
  background: linear-gradient(to right, #4C77CD 0%, #00d2ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  /*text-transform: uppercase;*/
  color: white;
  font-weight: normal;
  margin-top: 60px;
}
.event__result i {
  color: #00d2ff;
}
@media (max-width: 540px) {
  .event__result i {
    margin-bottom: 30px;
  }
}
@media (max-width: 1365px) {
  .event__result {
    padding: 50px;
  }
}
@media (max-width: 540px) {
  .event__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
    padding: 40px 30px;
  }
}
.event__mentor {
  margin: 45px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (max-width: 540px) {
  .event__mentor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    padding: 0 30px;
  }
}
.event__mentor-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 35px;
  position: relative;
}
@media (max-width: 540px) {
  .event__mentor-img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.event__mentor-img img {
  width: 100%;
}
.event__contacts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 540px) {
  .event__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
    font-size: 14px;
  }
}
.event__contacts > div:first-of-type {
  margin-right: 40px;
}
@media (max-width: 540px) {
  .event__contacts > div:first-of-type {
    margin-right: 0;
  }
  .event__contacts > div:first-of-type a {
    margin-bottom: 30px;
  }
}
.event__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #12123c;
  margin-bottom: 13px;
}
.event__contacts-item i {
  margin-right: 10px;
  font-size: 19px;
  color: #00d2ff;
}
.event-pic--row {
  margin: 10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-pic--col {
  overflow: hidden;
  width: 33.33%;
  min-width: 33.33%;
  padding: 10px;
}
@media (max-width: 768px) {
  .event-pic--col {
    width: 50%;
    min-width: 50%;
  }
}
.event-pic--col img {
  width: 100%;
}
.event-doc--row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-doc--img {
  width: 100%;
  padding: 0 20px;
  position: relative;
  display: block;
}
.event-doc--img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-image: url("../img/mask.png");
  background-size: 100% auto;
  background-position: center top;
}
.event-doc--col {
  overflow: hidden;
  width: 25%;
  min-width: 25%;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .event-doc--col {
    width: 50%;
  }
}
.event-doc--col img {
  width: 100%;
}
.event__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .event__text {
    font-size: 14px;
  }
}
.event__text ul {
  padding-left: 0;
}
.event__text ul li {
  list-style-type: none;
}
.event__text ul li:before {
  content: '•';
  color: #ed3624;
  margin-right: 10px;
}
.event__text h3 {
  text-transform: uppercase;
}
.event .catalog__rev-el {
  padding-right: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1365px) {
  .event .catalog__rev-el {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

.btn_other_date {
  color: #ed3624;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_other_date i {
  margin-right: 20px;
  font-size: 30px;
}
.btn_other_date span {
  position: relative;
}
.btn_other_date span:after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: solid thin #ed3624;
}

.form_wrap #btn-kp:hover .help {
  z-index: 1;
}

.event__form_accordion-link, .event__moreprogram, .event_dopinfo, .event__link_passage {
  padding: 15px 18px;
}

@media (max-width: 540px) {
  .event__link_passage {
    margin: 0 -20px;
  }
}

.mobile_header {
  display: none;
}

@media (max-width: 768px) {
  .footer__bot, .footer__payment {
    display: block;
  }

  .mobil-copy {
    display: none;
  }

  .footer__payment {
    text-align: center;
  }

  .footer__copy, .footer__lictext {
    font-size: 10px;
  }

  .popupmenu__center > ul > li {
    color: white;
    font-weight: 600;
  }

  .popupmenu__center > ul > li > ul li {
    font-size: 12px;
    color: white;
  }

  .popupmenu {
    background-color: rgba(0, 0, 0, 0.68);
  }

  .popupmenu__bottom {
    display: block;
    background-color: #4c77cd;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }

  .popupmenu__center > ul > li {
    margin-bottom: 30px;
  }

  .popupmenu__logo {
    display: none;
  }

  .popupmenu__bottom .row div {
    text-align: left !important;
    font-size: 13px;
    color: white;
  }

  .popupmenu__top {
    padding: 15px;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    text-align: left;
  }

  .popupmenu__center:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: white;
    display: block;
    margin-bottom: 30px;
  }

  .popupmenu__center, .popupmenu__bottom {
    padding: 30px 15px 20px 30px;
  }

  .popupmenu__top, .popupmenu__center, .popupmenu__bottom {
    background-color: #4c77cd;
    width: calc(100% - 50px);
  }

  .popupmenu__top > .popupmenu__search {
    display: none;
  }

  .popupmenu__search {
    width: 100%;
  }

  .popupmenu__wrapsearch {
    border: none;
    width: 100%;
  }
  .popupmenu__wrapsearch input {
    border: none;
    border-bottom: solid thin white;
    background-color: transparent;
    color: white;
  }
  .popupmenu__wrapsearch input::-webkit-input-placeholder {
    color: white;
  }
  .popupmenu__wrapsearch input:-ms-input-placeholder {
    color: white;
  }
  .popupmenu__wrapsearch input::-ms-input-placeholder {
    color: white;
  }
  .popupmenu__wrapsearch input::placeholder {
    color: white;
  }
  .popupmenu__wrapsearch button i {
    color: white;
  }

  .popupmenu__close, .mobile-menu-btn-close {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
    border-radius: 50%;
    right: 10px;
    left: auto;
    top: 15px;
  }
  .popupmenu__close .icon-plus, .mobile-menu-btn-close .icon-plus {
    color: #ed3624;
    font-size: 20px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .popupmenu__close .icon-plus:before, .mobile-menu-btn-close .icon-plus:before {
    content: "‹";
    vertical-align: super;
  }

  .header__menu nav {
    background-color: #4c77cd;
  }

  .header__menu ul:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: white;
    display: block;
    margin: 30px 0;
  }

  .header__menu li {
    /*color: white;*/
  }

  .header__menu nav {
    padding: 30px 15px 30px 30px;
  }

  .header__menu nav {
    width: calc(100% - 50px);
  }

  .mobile_contact {
    width: 100%;
    text-align: left;
    padding: 30px;
    color: white;
    font-size: 13px;
  }

  .mobile_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .mobile_header-logo {
    width: 120px;
  }
  .mobile_header-logo img {
    width: 100%;
  }
  .mobile_header-search {
    display: block;
    font-size: 18px;
    color: white;
    cursor: pointer;
  }

  .header .menu_arrow, .popupmenu .menu_arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 10px;
    top: 5px;
  }

  .only-for-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event__formel > span {
  font-size: 16px;
  padding-right: 10px;
}

@media (max-width: 540px) {
  .event__formel > span {
    font-size: 12px;
  }

  .event__form_accordion-link, .event__moreprogram, .event_dopinfo, .event__link_passage {
    padding: 10px 15px;
    font-size: 14px;
  }

  .breadcrumbs li {
    font-size: 10px;
  }

  .header .logo {
    margin: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 112px;
  }
}
@media (min-width: 1501px) {
  .compact .event__tabs-links .event__link-nav {
    padding: 5px 20px;
  }
  .compact .event__head-text {
    padding: 20px 0 10px 45px;
  }
  .compact .event__head .event__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compact .event__type-list {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .compact .event__type-list--item {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 10px;
    margin-left: 0;
  }
  .compact .event__head .event__type-title-wrap {
    margin-bottom: 10px;
  }
  .compact .event__tabs-content {
    padding: 10px 30px 30px;
  }
  .compact .event__content-wrap {
    padding: 20px 44px;
  }
  .compact .event__controls {
    margin-bottom: 20px;
  }
}

.event__head .event__timer_wrap {
  display: none;
}
div#btn-kp {
  width: 360px;
}
.event__content-wrap>div:first-of-type{
  flex-grow:1;
}
@media (max-width: 1500px){
  div#btn-kp {
    width: 350px;
  }
}
@media (max-width: 1365px){
  div#btn-kp {
    width: auto;
  }
}



  .callback-button {
      display: inline-block;
      background-color: #a91d03;
      color: white;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      padding: 12px 16px;
      border-radius: 4px;
      transition: background-color 0.3s ease;
    }
    @media (max-width: 480px) {
      .callback-button {
        font-size: 16px;
        padding: 12px 24px;
        width: 100%;
        box-sizing: border-box;
      }
}
.callback-button:hover,
    .callback-button:focus,
    .callback-button:active  {
      background-color: #EE3725;
		color: white;
    }
.callback-button-zv {
      display: inline-block;
      background-color: #a91d03;
      color: white;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      padding: 2px 6px;
      border-radius: 4px;
      transition: background-color 0.3s ease;
}
.callback-button-zv:hover,
    .callback-button-zv:focus,
    .callback-button-zv:active  {
      background-color: #EE3725;
		color: white;
    }

.callback-button-prog {
      display: inline-block;
      background-color: #a91d03;
      color: white;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      padding: 11px 20px;
      border-radius: 0px;
      transition: background-color 0.3s ease;
    }
.callback-button-prog:hover,
    .callback-button-prog:focus,
    .callback-button-prog:active  {
      background-color: #EE3725;
		color: white;
    }

.btn_two {
position: absolute;
  right: 35px;
  top: 25px;
  }

    @media (max-width: 750px) {
 .btn_two {
position: static;
//display: flex;
//flex-wrap: wrap;
//left: 15px;
//top: 55px;
  }
}
    @media (min-width: 751px) {
 .btn_two {
 position: absolute;
  right: 35px;
  top: 25px;
  }
}
.blue_sl
{
	background-color: #2DB2ED;
}
.blue_sl:hover,
    .blue_sl:focus,
    .blue_sl:active 
{
	background-color: #2DB2ED;
}

.red_sl
{
	background-color: #a91d03;
}
.red_sl:hover,
    .red_sl:focus,
    .red_sl:active 
{
	 background-color: #EE3725;
}
.fon_css {
background: #020024;
background: linear-gradient(90deg, #07243f 0%, #0b5a96 50%, #6fb2e6 100%);
}