@font-face {
  font-family: "NotoSans";
  src: url("/static/site/fonts/NotoSansRegular/NotoSansRegular.eot?5c57667456c6");
  src: url("/static/site/fonts/NotoSansRegular/NotoSansRegular.eot?&5c57667456c6#iefix") format("embedded-opentype"), url("/static/site/fonts/NotoSansRegular/NotoSansRegular.woff?5c57667456c6") format("woff"), url("/static/site/fonts/NotoSansRegular/NotoSansRegular.ttf?5c57667456c6") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NotoSans";
  src: url("/static/site/fonts/NotoSansBold/NotoSansBold.eot?5c57667456c6");
  src: url("/static/site/fonts/NotoSansBold/NotoSansBold.eot?&5c57667456c6#iefix") format("embedded-opentype"), url("/static/site/fonts/NotoSansBold/NotoSansBold.woff?5c57667456c6") format("woff"), url("/static/site/fonts/NotoSansBold/NotoSansBold.ttf?5c57667456c6") format("truetype");
  font-style: normal;
  font-weight: 700;
}
.hr-container {
  max-width: 945px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .hr-container {
    padding: 0 15px;
  }
}
.button {
  display: inline-block;
  vertical-align: top;
  background-color: #ef6c00;
  padding: 23px 0;
  width: 310px;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  margin: 0 35px;
}
.button:first-child {
  margin-left: 0;
}
.button:last-child {
  margin-right: 0;
}
.button:hover {
  background-color: #f58b33;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button {
    margin: 0px 22px;
    width: 272px;
    font-size: 14px;
  }
}
@media (max-width: 624px) {
  .button {
    margin: 10px 10px;
  }
  .button:first-child {
    margin-left: 10px;
  }
  .button:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .button {
    width: 90%;
    margin: 10px auto;
  }
  .button:first-child {
    margin-left: auto;
  }
  .button:last-child {
    margin-right: auto;
  }
}
.top-menu {
  height: 60px;
  background-color: #ef6c00;
}
.top-menu__inner {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .top-menu__inner {
    width: 90%;
  }
}
.top-menu__logo {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin-top: 8px;
}
.top-menu__logo-img {
  width: 100%;
}
.top-menu__items {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 17px;
}
@media (max-width: 992px) {
  .top-menu__items {
    background: #2f3d48;
    display: none;
    position: absolute;
    top: -29px;
    right: 0;
    width: 265px;
    height: auto;
    padding: 15px 0;
    z-index: 10;
  }
  .top-menu__items.mobile-visible {
    display: block;
  }
}
.top-menu__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 21px;
}
.top-menu__item:first-child {
  padding-left: 0;
}
.top-menu__item:last-child {
  padding-right: 0;
}
@media (max-width: 1220px) {
  .top-menu__item {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .top-menu__item {
    display: block;
    margin-left: 25px !important;
    margin-right: 0;
  }
}
.top-menu__item-link {
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
  text-align: center;
  color: #ffffff;
  padding: 3px 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.top-menu__item-link:hover {
  color: #ffe7d3;
  text-decoration: none;
}
@media (max-width: 992px) {
  .top-menu__item-link {
    font-size: 16px;
    letter-spacing: 1.8px;
    line-height: 2.5em;
  }
}
.top-menu__close-wr {
  display: none;
}
@media (max-width: 992px) {
  .top-menu__close-wr {
    display: block;
  }
}
.top-menu__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
}
.top-menu__mobile-menu {
  display: none;
  color: #fff;
  float: right;
  margin-top: 13px;
  width: 30px;
  height: 30px;
  background-image: url(/static/site/images/mobile-menu.svg?21b88316d6d9);
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 992px) {
  .top-menu__mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .top-menu__mobile-menu {
    margin-right: 15px;
  }
}
.hero {
  background-image: url(/static/site/images/hero/bgi-dark.jpg?7f8e85ffd456);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2e373e;
  padding-top: 79px;
  padding-bottom: 123px;
  text-align: center;
}
@media (max-width: 992px) {
  .hero {
    padding-top: 21px;
    padding-bottom: 70px;
  }
}
.hero_home {
  padding-top: 60px;
  padding-bottom: 82px;
}
@media (max-width: 992px) {
  .hero_home {
    padding-top: 50px;
    padding-bottom: 82px;
  }
}
@media (max-width: 624px) {
  .hero_home {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}
@media (max-width: 480px) {
  .hero_home {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.hero__date {
  font-family: NotoSans;
  font-size: 26px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 1.8px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero__date {
    font-size: 23px;
  }
}
@media (max-width: 624px) {
  .hero__date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero__date {
    letter-spacing: 0;
  }
}
.hero__logo {
  width: 385px;
  margin-top: 44px;
}
@media (max-width: 992px) {
  .hero__logo {
    width: 400px;
  }
}
@media (max-width: 624px) {
  .hero__logo {
    width: 67%;
  }
}
@media (max-width: 480px) {
  .hero__logo {
    width: 92%;
  }
}
.hero__logo_home {
  width: auto;
}
@media (max-width: 992px) {
  .hero__logo_home {
    width: 550px;
  }
}
@media (max-width: 624px) {
  .hero__logo_home {
    width: 67%;
  }
}
@media (max-width: 480px) {
  .hero__logo_home {
    width: 92%;
  }
}
.hero__lead {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: justify;
  color: #ffffff;
  width: 697px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .hero__lead {
    font-size: 18px;
    width: 592px;
  }
}
@media (max-width: 624px) {
  .hero__lead {
    font-size: 16px;
    margin-top: 28px;
    width: 100%;
    padding: 0 11px;
  }
}
.hero__lead-p {
  margin-bottom: 10px;
}
.hero__btns {
  margin-top: 39px;
}
@media (max-width: 624px) {
  .hero__btns {
    margin-top: 25px;
  }
}
.footer {
  background-color: #333f48;
  padding-top: 24px;
  padding-bottom: 89px;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 41px;
  }
}
.footer__inner {
  width: 1140px;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 1220px) {
  .footer__inner {
    width: 90%;
  }
}
.footer__clm {
  display: inline-block;
  vertical-align: top;
}
.footer__clm_1 {
  width: 25%;
}
@media (max-width: 992px) {
  .footer__clm_1 {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.footer__clm_2 {
  width: 35%;
}
@media (max-width: 992px) {
  .footer__clm_2 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
  }
}
.footer__clm_3 {
  width: 23%;
}
@media (max-width: 992px) {
  .footer__clm_3 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
  }
}
.footer__clm_4 {
  width: 17%;
}
@media (max-width: 992px) {
  .footer__clm_4 {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .footer__logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    display: block;
    margin-right: 0px;
  }
}
.footer__logo-img {
  width: 176px;
}
.footer__partners {
  margin-top: 20px;
  font-family: NotoSans;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1220px) {
  .footer__partners {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .footer__partners {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .footer__partners {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__partners-br {
    display: none;
  }
}
.footer__menu {
  padding-left: 0;
  padding-top: 9px;
}
.footer__menu-item-link {
  display: inline-block;
  font-family: NotoSans;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  padding: 1px 6px;
}
.footer__menu-item-link:hover {
  color: #ef6c00;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .footer__menu-item-link {
    font-size: 15px;
  }
}
.footer__contacts-title {
  margin-top: 9px;
  font-family: NotoSans;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1220px) {
  .footer__contacts-title {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .footer__contacts-title {
    text-align: center;
  }
}
.footer__contacts-link {
  display: block;
  font-family: NotoSans;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}
.footer__contacts-link:hover {
  color: #ef6c00;
}
@media (max-width: 1220px) {
  .footer__contacts-link {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .footer__contacts-link {
    text-align: center;
  }
}
.footer__spninon {
  display: inline-block;
  font-family: NotoSans;
  font-size: 15px;
  letter-spacing: 2.9px;
  text-align: center;
  color: #ffffff;
  margin-top: 11px;
}
.footer__spninon:hover {
  color: #ef6c00;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .footer__spninon {
    font-size: 11px;
  }
}
.footer__spninon-img {
  display: block;
}
@media (max-width: 1220px) {
  .footer__spninon-img {
    width: 160px;
  }
}
.organizer {
  padding-top: 62px;
  padding-bottom: 64px;
}
@media (max-width: 624px) {
  .organizer {
    padding-bottom: 0;
  }
}
.organizer__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.organizer__logotypes {
  margin-top: 42px;
  text-align: center;
}
.organizer__logotypes-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5%;
}
@media (max-width: 992px) {
  .organizer__logotypes-link {
    margin: 0 31px;
  }
}
.organizer__interview {
  background-color: #ef6c00;
  margin: 0 auto;
  position: relative;
  margin-top: 93px;
  padding-top: 26px;
  padding-bottom: 33px;
  padding-left: 31px;
}
@media (max-width: 992px) {
  .organizer__interview {
    margin-top: 51px;
  }
}
@media (max-width: 624px) {
  .organizer__interview {
    background-color: #fff;
    padding-right: 25px;
    padding-bottom: 0;
    text-align: center;
    padding-left: 0;
    margin-top: 5px;
  }
}
.organizer__interview-text {
  font-family: NotoSans;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  padding-right: 204px;
  text-align: left;
}
@media (max-width: 992px) {
  .organizer__interview-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .organizer__interview-text {
    padding-right: 233px;
  }
}
@media (max-width: 624px) {
  .organizer__interview-text {
    color: #333f48;
    padding-right: 0;
  }
}
.organizer__interview-name {
  font-family: NotoSans;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .organizer__interview-name {
    font-size: 18px;
  }
}
@media (max-width: 624px) {
  .organizer__interview-name {
    color: #333f48;
    padding-right: 0px;
    margin-bottom: 25px;
  }
}
.organizer__interview-name-br {
  display: none;
}
@media (max-width: 768px) {
  .organizer__interview-name-br {
    display: inline;
  }
}
@media (max-width: 624px) {
  .organizer__interview-name-br {
    display: none;
  }
}
.organizer__interview-person {
  position: absolute;
  bottom: 0;
  right: 14px;
}
@media (max-width: 768px) {
  .organizer__interview-person {
    bottom: 36px;
  }
}
@media (max-width: 624px) {
  .organizer__interview-person {
    position: static;
    width: auto;
  }
}
.prizes {
  background-color: #ef6c00;
  padding-top: 56px;
  padding-bottom: 55px;
}
.prizes__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .prizes__title {
    font-size: 26px;
  }
}
.prizes__points {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .prizes__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .prizes__points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.prizes__point {
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
  margin-right: 4%;
}
.prizes__point:first-child {
  margin-left: 0;
}
.prizes__point:last-child {
  margin-right: 0;
}
.prizes__point_location {
  margin-top: 13px;
}
@media (max-width: 480px) {
  .prizes__point_flex1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 480px) {
  .prizes__point_flex2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 480px) {
  .prizes__point_flex3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 992px) {
  .prizes__point {
    margin-left: 2.3%;
    margin-right: 2.3%;
  }
}
@media (max-width: 624px) {
  .prizes__point {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (max-width: 480px) {
  .prizes__point {
    margin-top: 30px;
  }
}
@media (max-width: 624px) {
  .prizes__point-img {
    width: 152px;
  }
}
.prizes__point-title {
  font-family: NotoSans;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.prizes__point-title:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-image: url(/static/site/images/prizes/ruble.svg?21b88316d6d9);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 55px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .prizes__point-title {
    font-size: 40px;
  }
  .prizes__point-title:after {
    height: 44px;
    width: 18px;
    margin-left: 8px;
  }
}
@media (max-width: 624px) {
  .prizes__point-title {
    font-size: 30px;
  }
  .prizes__point-title:after {
    height: 35px;
    width: 15px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .prizes__point-title {
    font-size: 48px;
  }
  .prizes__point-title:after {
    height: 54px;
    width: 23px;
    margin-left: 11px;
  }
}
.prizes__point-subtitle {
  font-family: NotoSans;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.prizes__info {
  font-family: NotoSans;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 50px;
}
.who-participants {
  padding-top: 76px;
  padding-bottom: 80px;
}
.who-participants__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .who-participants__title {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  .who-participants__title {
    font-size: 25px;
  }
}
.who-participants__info-rubric {
  font-family: NotoSans;
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .who-participants__info-rubric {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .who-participants__info-rubric {
    font-size: 16px;
  }
}
.who-participants__btns {
  text-align: center;
  margin-top: 57px;
}
.who-participants__btn {
  text-transform: uppercase;
}
.subjects {
  background-image: url(/static/site/images/subjects/bgi.jpg?7f8e85ffd456);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #333f48;
  padding-top: 60px;
  padding-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .subjects {
    background-image: url(/static/site/images/subjects/bgi-768.jpg?7f8e85ffd456);
  }
}
@media (max-width: 624px) {
  .subjects {
    background-image: none;
  }
}
.subjects__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.subjects__lead {
  margin-top: 48px;
  font-family: NotoSans;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
}
.subjects__lead-p {
  margin-bottom: 5px;
}
.subjects__items {
  margin-top: 30px;
}
.subjects__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .subjects__item {
    margin: 0 40px;
    margin-top: 40px;
  }
}
.subjects__item-title {
  margin-top: 20px;
  font-family: NotoSans;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: center;
  color: #ffffff;
}
.subjects__more-btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 280px;
  height: 50px;
  line-height: 45px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  border: solid 2px #ffffff;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.subjects__more-btn:hover {
  text-decoration: none;
  border-color: #f58b33;
  color: #f58b33;
}
.subjects__btns {
  margin-top: 65px;
}
.resources {
  padding-top: 65px;
  padding-bottom: 60px;
}
.resources__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media (max-width: 480px) {
  .resources__title {
    font-size: 26px;
  }
}
.resources__items {
  margin-top: 13px;
  font-size: 0;
}
.resources__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 47px;
  padding-right: 5%;
}
@media (max-width: 480px) {
  .resources__item {
    display: block;
    width: 100%;
  }
}
.resources__item-img-wr {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
@media (max-width: 768px) {
  .resources__item-img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .resources__item-img {
    width: 67%;
  }
}
.resources__item-info {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.resources__item-title {
  font-family: NotoSans;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #333f48;
}
@media (max-width: 768px) {
  .resources__item-title {
    font-size: 20px;
  }
}
@media (max-width: 624px) {
  .resources__item-title {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .resources__item-title {
    width: 70%;
    padding-left: 0;
  }
}
.resources__item-text {
  margin-top: 15px;
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .resources__item-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .resources__item-text {
    margin-left: -50px;
    margin-top: 30px;
  }
}
.resources__item-text-link {
  text-decoration: underline;
}
.resources__item-text-link:hover {
  text-decoration: underline;
}
.condition {
  background-color: #ef6c00;
  padding-top: 57px;
  padding-bottom: 57px;
}
.condition__tittle {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 624px) {
  .condition__tittle {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media (max-width: 624px) {
  .condition__tittle {
    font-size: 26px;
  }
}
.condition__info {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 55px;
}
@media (max-width: 624px) {
  .condition__info {
    width: 97%;
    margin-top: 0;
  }
}
.condition__info-text {
  font-family: NotoSans;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  margin-bottom: 18px;
}
.condition__info-text:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -10px;
  background-color: #ffffff;
}
@media (max-width: 624px) {
  .condition__info-text {
    font-size: 18px;
    width: 100%;
    padding-left: 10px;
  }
}
.schedule {
  padding-top: 57px;
  padding-bottom: 57px;
}
.schedule__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 624px) {
  .schedule__title {
    font-size: 26px;
  }
}
.schedule__dates {
  width: 1140px;
  margin: 0 auto;
  margin-top: 55px;
  font-size: 0;
}
@media (max-width: 1220px) {
  .schedule__dates {
    text-align: center;
    width: 990px;
  }
}
@media (max-width: 992px) {
  .schedule__dates {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .schedule__dates {
    width: 624px;
  }
}
@media (max-width: 624px) {
  .schedule__dates {
    width: 72%;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .schedule__dates {
    width: 100%;
  }
}
.schedule__date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 23px;
  padding-bottom: 31px;
  width: 32%;
  margin: 0 1%;
  text-align: center;
}
@media (max-width: 1220px) {
  .schedule__date {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media (max-width: 992px) {
  .schedule__date {
    margin-right: 10px;
    margin-left: 10px;
    width: 46%;
  }
}
@media (max-width: 624px) {
  .schedule__date {
    width: 90%;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.schedule__date:before {
  content: "";
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  width: 47.9px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.schedule__date:after {
  content: "";
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  width: 47.9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.schedule__date:first-child {
  margin-left: 0;
}
@media (max-width: 1220px) {
  .schedule__date:first-child {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media (max-width: 992px) {
  .schedule__date:first-child {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 624px) {
  .schedule__date:first-child {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.schedule__date:last-child {
  margin-right: 0;
}
@media (max-width: 1220px) {
  .schedule__date:last-child {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.schedule__date-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .schedule__date-img {
    width: 21%;
  }
}
@media (max-width: 624px) {
  .schedule__date-img {
    width: 58px;
  }
}
.schedule__date-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.schedule__date-info-number {
  font-family: NotoSans;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 768px) {
  .schedule__date-info-number {
    font-size: 24px;
  }
}
@media (max-width: 624px) {
  .schedule__date-info-number {
    font-size: 24px;
  }
}
.schedule__date-info-text {
  font-family: NotoSans;
  font-size: 18px;
  color: #000000;
  width: 202px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .schedule__date-info-text {
    font-size: 16px;
  }
}
@media (max-width: 624px) {
  .schedule__date-info-text {
    font-size: 18px;
  }
}
.schedule__btns {
  text-align: center;
  margin-top: 59px;
}
.program {
  background-image: url(/static/site/images/program/bgi.jpg?7f8e85ffd456);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #333f48;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .program {
    background-image: url(/static/site/images/program/bgi-768.jpg?7f8e85ffd456);
  }
}
@media (max-width: 624px) {
  .program {
    background-image: none;
  }
}
.program__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #ffffff;
}
.program__day {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .program__day {
    padding: 0px 40px;
  }
}
@media (max-width: 480px) {
  .program__day {
    padding: 0px 15px;
  }
}
.program__date {
  display: inline-block;
  background-color: #ef6c00;
  padding: 5px 12px;
  font-family: NotoSans;
  font-size: 26px;
  color: #ffffff;
}
.program__items {
  margin-top: 54px;
}
.program__item {
  font-size: 0;
  text-align: left;
}
.program__item-time {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  font-family: NotoSans;
  font-size: 25px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .program__item-time {
    width: 178px;
    font-size: 22px;
    padding-top: 6px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .program__item-time {
    display: block;
    width: 100%;
    font-size: 26px;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .program__item-time {
    font-size: 24px;
  }
}
.program__item-info {
  display: inline-block;
  vertical-align: top;
  width: 78%;
  position: relative;
  padding-left: 64px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .program__item-info {
    padding-left: 50px;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .program__item-info {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.program__item-title {
  font-family: NotoSans;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.17;
  color: #ffffff;
}
@media (max-width: 992px) {
  .program__item-title {
    font-size: 22px;
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .program__item-title {
    font-size: 24px;
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .program__item-title {
    font-size: 18px;
  }
}
.program__item-info-line {
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.program__item_last .program__item-info-line {
  display: none;
}
@media (max-width: 768px) {
  .program__item-info-line {
    display: none;
  }
}
.program__item-info-circ {
  position: absolute;
  left: -10px;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #333f48;
}
@media (max-width: 768px) {
  .program__item-info-circ {
    display: none;
  }
}
.program__btns {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .program__btns {
    margin-top: 30px;
  }
}
.jury {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 624px) {
  .jury {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.jury__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
.jury__persons {
  margin-top: 28px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .jury__persons-line-break {
    display: none;
  }
}
.jury__person {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  margin-left: 18px;
  width: 151px;
  margin-top: 25px;
}
@media (max-width: 1220px) {
  .jury__person {
    margin-right: 17px;
    margin-left: 17px;
    width: 149px;
  }
}
@media (max-width: 992px) {
  .jury__person {
    margin-right: 14px;
    margin-left: 14px;
    width: 119px;
  }
}
@media (max-width: 768px) {
  .jury__person {
    width: 45%;
    margin-top: 40px;
  }
}
@media (max-width: 624px) {
  .jury__person {
    display: block;
    width: 420px;
    margin: 35px auto;
  }
}
@media (max-width: 480px) {
  .jury__person {
    width: 100%;
  }
}
.jury__person-img-wr {
  min-height: 164px;
}
@media (max-width: 992px) {
  .jury__person-img-wr {
    min-height: 129px;
  }
}
@media (max-width: 768px) {
  .jury__person-img-wr {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 6%;
  }
}
.jury__person-img {
  width: 100%;
}
@media (max-width: 624px) {
  .jury__person-img {
    max-width: 160px;
  }
}
.jury__person-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 768px) {
  .jury__person-info {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
.jury__person-name {
  font-family: NotoSans;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #333f48;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 992px) {
  .jury__person-name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .jury__person-name {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (max-width: 624px) {
  .jury__person-name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jury__person-name {
    font-size: 18px;
  }
}
.jury__person-descr {
  margin-top: 10px;
  font-family: NotoSans;
  font-size: 15px;
  line-height: 1.38;
  color: #000000;
  text-align: left;
}
@media (max-width: 768px) {
  .jury__person-descr {
    font-size: 14px;
  }
}
@media (max-width: 624px) {
  .jury__person-descr {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .jury__person-descr {
    font-size: 14px;
  }
}
.jury__person-comp {
  margin-top: 10px;
  font-family: NotoSans;
  font-size: 15px;
  line-height: 1.38;
  color: #000000;
  text-align: left;
  font-style: italic;
}
@media (max-width: 768px) {
  .jury__person-comp {
    font-size: 14px;
  }
}
@media (max-width: 624px) {
  .jury__person-comp {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .jury__person-comp {
    font-size: 14px;
  }
}
.partners {
  padding-top: 25px;
  padding-bottom: 65px;
}
.partners__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.partners__logotypes {
  font-size: 0;
  margin-top: 55px;
  text-align: center;
}
.partners__logotypes-link {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin: 1%;
}
@media (max-width: 624px) {
  .partners__logotypes-link {
    width: 100px;
    margin: 2%;
  }
}
.partners__logotypes-img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .partners__logotypes-br {
    display: none;
  }
}
.partners__care {
  background-color: #ef6c00;
  font-family: NotoSans;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-top: 55px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .partners__care {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .partners__care {
    font-size: 18px;
  }
}
.partners__care-br2 {
  display: none;
}
@media (max-width: 624px) {
  .partners__care-br2 {
    display: inline;
  }
}
.partners__care-link {
  font-family: NotoSans;
  font-size: 28px;
  letter-spacing: -0.1px;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.partners__care-link:hover {
  color: #ffe7d3;
}
@media (max-width: 480px) {
  .partners__care-link {
    font-size: 20px;
  }
}
.location {
  padding-top: 35px;
  padding-bottom: 60px;
}
.location__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
.location__info {
  margin-top: 50px;
  font-size: 0;
}
.location__map {
  margin: 0 auto;
  margin-top: 61px;
  width: 751px;
  height: 503px;
  background-color: #eee;
}
@media (max-width: 768px) {
  .location__map {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .location__map {
    height: 300px;
  }
}
@media (max-width: 624px) {
  .location__map {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .location__map {
    height: 194px;
    width: 100%;
  }
}
.location__map-iframe {
  width: 100%;
  height: 100%;
}
.location__address {
  text-align: center;
  font-family: NotoSans;
  font-size: 22px;
  line-height: 1.47;
  color: #000000;
}
.location__address-link {
  color: #ef6c00;
  text-decoration: underline;
}
.form-page {
  padding-top: 60px;
}
.form-page__title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
.form-page__info {
  margin-top: 60px;
  margin-bottom: 60px;
}
.form-page__text {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
}
.form-page__form {
  margin-top: 60px;
}
.form-page__form .form-control {
  border-radius: 0;
  border-color: #ef6c00;
}
.form-page__form .control-label {
  font-family: NotoSans;
  font-size: 20px;
  color: #000000;
}
.form-page__form .checkbox {
  margin-bottom: -18px;
}
.form-page__form .btn {
  display: inline-block;
  vertical-align: top;
  background-color: #ef6c00;
  padding: 14px 26px;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  border-color: inherit;
}
.form-page__form .btn:hover {
  background-color: #f58b33;
  color: #ffffff;
  text-decoration: none;
}
.form-page__success {
  padding-top: 60px;
  padding-bottom: 180px;
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #000000;
}
@media (max-width: 624px) {
  .form-page__success {
    font-size: 19px;
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.apply-form {
  padding-bottom: 60px;
}
.apply-form__diquests {
  margin-bottom: 48px;
}
.apply-form__diquest {
  margin-bottom: 30px;
}
@media (max-width: 624px) {
  .apply-form__diquest {
    margin-bottom: 20px;
  }
}
.apply-form__diquest-text {
  display: inline-block;
  vertical-align: top;
  font-family: NotoSans;
  font-size: 20px;
  color: #000000;
  margin-top: 10px;
  width: 290px;
}
.apply-form__diquest-btns {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
@media (max-width: 624px) {
  .apply-form__diquest-btns {
    display: block;
    margin-top: 10px;
  }
}
.apply-form__nocap-info {
  font-family: NotoSans;
  font-size: 18px;
  color: #000000;
  margin-bottom: 48px;
  font-weight: 700;
}
.apply-form .form_widget {
  margin-bottom: 25px;
}
.apply-form__members {
  margin-top: 40px;
  margin-bottom: 40px;
}
.apply-form .member_item {
  display: none;
  margin-bottom: 40px;
  border: 1px solid #f7f7f7;
  background-color: #fdfdfd;
  padding: 20px;
}
.apply-form .member_item .form-group {
  display: none;
}
.apply-form .add-row {
  display: none;
  background-color: #ef6c00;
  padding: 14px 26px;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  border-color: inherit;
  margin-top: 20px;
}
.apply-form .add-row:hover {
  background-color: #f58b33;
  color: #ffffff;
  text-decoration: none;
}
.apply-form .delete-row {
  display: inline-block;
  background-color: #ef6c00;
  padding: 14px 26px;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  border-color: inherit;
}
.apply-form .delete-row:hover {
  background-color: #f58b33;
  color: #ffffff;
  text-decoration: none;
}
.form_widget,
#can_by_capitan_choice,
#submit {
  display: none;
}
select[required],
textarea[required],
input[required] {
  border: 2px solid black;
}
#id_empty_form {
  border: 1px solid green;
  padding: 20px;
  display: none;
}
.have_team,
.is_cap,
.no_cap {
  display: none;
}
.themes {
  padding-bottom: 90px;
}
.themes__main-title {
  font-family: NotoSans;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .themes__main-title {
    font-size: 25px;
  }
}
.themes__main-info-text {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
}
@media (max-width: 480px) {
  .themes__main-info-text {
    font-size: 16px;
  }
}
.themes__list {
  margin-bottom: 80px;
}
.themes__list-title {
  font-size: 27px;
  font-weight: bold;
  color: #ef6c00;
  font-family: NotoSans;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .themes__list-title {
    font-size: 22px;
    margin-top: 35px;
  }
}
.themes__list-subtitle {
  font-family: NotoSans;
  font-size: 20px;
  text-align: left;
  color: #000000;
  font-weight: 700;
  margin-top: 30px;
}
.themes__list-problems {
  margin-top: 20px;
  margin-bottom: 60px;
}
.themes__list-problems-text {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .themes__list-problems-text {
    font-size: 16px;
  }
}
.themes__list-wish-text {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
  margin-left: 20px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .themes__list-wish-text {
    font-size: 16px;
  }
}
.themes__main-list-item {
  font-family: NotoSans;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .themes__main-list-item {
    font-size: 16px;
  }
}
.themes__main-list-item-add {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: NotoSans;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #000000;
}
.agreement {
  margin-top: 60px;
  margin-bottom: 60px;
}
.agreement h1,
.agreement h2,
.agreement h3 {
  text-align: center;
}
.agreement p,
.agreement ol {
  margin-bottom: 16px;
}
.agreement ol.agreement {
  counter-reset: list1;
  padding: 0;
}
.agreement ol.agreement li {
  list-style-type: none;
}
.agreement ol.agreement h3:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}
.agreement ol.agreement ol {
  counter-reset: list2;
}
.agreement ol.agreement ol > li {
  padding-left: 45px;
  position: relative;
}
.agreement ol.agreement ol > li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  position: absolute;
  left: 0;
}
.agreement ol.agreement ol ol {
  counter-reset: list3;
}
.agreement ol.agreement ol ol > li {
  padding-left: 55px;
  position: relative;
  margin-bottom: 0;
}
.agreement ol.agreement ol ol > li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
  position: absolute;
  left: 0;
}
.agreement ol ul,
.agreement ul {
  padding-left: 0;
}
.agreement ol ul li:before,
.agreement ul li:before {
  content: '–';
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.agreement li {
  margin-bottom: 10px;
}
.agreement ol.personaldata ul li {
  list-style-type: none;
  margin-left: 15px;
}
.agreement ol.personaldata ul li:before {
  margin-left: -15px;
  margin-right: 0;
  width: 13px;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
