body {
  font-size: 14px;
  color: #414141;
  font-family: 'Roboto', 'Arial', sans-serif;
  overflow-x: hidden;
}

.wrap {
  position: relative;
  max-width: 1220px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrap--mobile {
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.grid--marketing {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 30px);
}

.col-2 {
  width: calc(50% - 30px);
}

.col-3 {
  width: calc(33.333333% - 30px);
}

.col-3-1 {
  width: calc(66.666666% - 30px);
}

.col-4 {
  width: calc(25% - 30px);
}

.col-5 {
  width: calc(20% - 30px);
}

.col-6 {
  width: calc(16.666666% - 30px);
}

.col,
.col-2,
.col-3,
.col-3-1,
.col-4,
.col-5,
.col-6 {
  margin: 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  .col,
  .col-2,
  .col-3,
  .col-3-1,
  .col-4,
  .col-5,
  .col-6 {
    width: calc(100% - 30px);
  }
}

.h2,
.h3,
.h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}

.h1 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 22px;
  }
}

.h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.title {
  font-size: 16px;
  font-weight: 500;
  color: #D24A43;
  line-height: 1.3;
  margin-bottom: 10px;
}

.text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
}

.text:last-child {
  margin-bottom: 0;
}

.section {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .section {
    margin-bottom: 40px;
  }
}

.section:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  min-width: 180px;
  max-width: 100%;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background: #D24A43;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  background: #A3241E;
}

.btn--outline {
  background: #fff;
  color: #414141;
  border: 1px solid #D24A43;
}

.btn--outline:hover {
  color: #fff;
  background: #D24A43;
}

.arrow-link {
  padding-right: 30px;
  font-weight: 300;
  background: url("../images/ico/arrow-gray.png") no-repeat center right;
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.tab-block__item {
  display: none;
}

.tab-block__item.active {
  display: block;
}

.orange {
  color: #D24A43;
}

.red {
  color: #FE080E;
}

.dd-parent {
  position: relative;
  z-index: 7;
}

.dd-select {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dd-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  background: #fff;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .dd-block {
    position: relative;
  }
}

.wrap-checkbox {
  position: relative;
  display: block;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}

.wrap-checkbox:last-child {
  margin-bottom: 0;
}

.wrap-checkbox:before {
  display: block;
  position: absolute;
  content: '';
  width: 14px;
  height: 10px;
  top: 50%;
  left: 0px;
  border: 2px solid #aaa;
  background: #FFF;
  margin-top: -8px;
}

.wrap-checkbox:after {
  display: none;
  position: absolute;
  content: '';
  width: 18px;
  height: 16px;
  top: 50%;
  left: 2px;
  background: url("../images/ico/check.svg") no-repeat center center/contain;
  margin-top: -13px;
}

.wrap-checkbox.active:after {
  display: block;
}

.wrap-checkbox input[type="checkbox"] {
  display: none;
}

.wrap-radio {
  margin-bottom: 15px;
}

.wrap-radio:last-child {
  margin-bottom: 0;
}

.wrap-radio input {
  display: none;
}

.wrap-radio input:checked + label:before {
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 0 10px #D24A43 inset;
  box-shadow: 0 0 0 3px #fff inset, 0 0 0 10px #D24A43 inset;
}

.wrap-radio label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.wrap-radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #aaa;
}

.link {
  color: #FE080E;
  text-decoration: underline;
}

hr {
  height: 1px;
  border: none;
  background: #D24A43;
}

.back-link {
  display: inline-block;
  width: 150px;
  margin-top: 40px;
}

.back-link img {
  width: 100%;
}

.header {
  position: relative;
  border: 1px solid rgba(87, 87, 87, 0.2);
  z-index: 7;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  color: #D24A43;
  background: rgba(196, 196, 196, 0.1);
}

.header-top .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;
  width: 100%;
}

.header-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .header-top__left {
    display: none;
  }
}

.header-top__left-date {
  margin-right: 30px;
}

@media only screen and (max-width: 1023px) {
  .header-top__right {
    display: none;
  }
}

.header-top__right-link {
  font-weight: 300;
  margin-right: 60px;
}

.sign-in {
  padding-right: 30px;
  font-weight: 500;
  line-height: 20px;
  background: url("../images/ico/sign-in.png") no-repeat top right/contain;
}

.header-bottom {
  padding: 20px 0;
}

@media only screen and (max-width: 1023px) {
  .header-bottom {
    display: none;
  }
}

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

.header-bottom .wrap ul {
  list-style: none;
}

.header-bottom__logo {
  width: 161px;
}

@media only screen and (max-width: 1279px) {
  .header-bottom__logo {
    width: 161px;
  }
}

.header-bottom__logo img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .header-top__logo,
  .header-top__mobile {
    display: none;
  }
}

.header-top__logo {
  width: 140px;
}

.header-top__logo img {
  width: 100%;
}

.header-top__lng {
  text-transform: uppercase;
  font-size: 14px;
  color: #414141;
  margin-right: 20px;
}

.hamburger {
  cursor: pointer;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header-menu__item {
  position: relative;
  margin-right: 20px;
}

@media only screen and (max-width: 1279px) {
  .header-menu__item {
    margin-right: 15px;
  }
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__item:hover .header-menu__dd-menu {
  display: block;
}

.header-menu__link {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu__link:before {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 41px;
  background: #D24A43;
  z-index: 1;
}

@media only screen and (max-width: 1279px) {
  .header-menu__link:before {
    height: 30px;
  }
}

.header-menu__link.active:before {
  display: block;
}

.header-menu__dd-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 340px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1;
}

.header-menu__dd-item {
  margin-bottom: 20px;
}

.header-menu__dd-item:last-child {
  margin-bottom: 0;
}

.header-menu__dd-link {
  font-weight: 500;
  line-height: 1.2;
}

.header-menu__dd-link:hover {
  color: #D24A43;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 70px 0 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.mobile-menu__inner {
  margin-bottom: 20px;
}

.mobile-menu__item {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #aaa;
}

.mobile-menu__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url("../images/ico/arrow-menu.svg") no-repeat calc(100% - 8px) center/20px;
}

.mobile-menu__list {
  display: none;
  padding: 20px 10px 15px 20px;
  list-style: none;
}

.mobile-menu__list li {
  margin-bottom: 10px;
}

.mobile-menu__list li:last-child {
  margin-bottom: 0;
}

.mobile-menu__list a {
  display: block;
  line-height: 1.2;
}

.mobile-menu__list a.active {
  color: #D24A43;
}

.mobile-menu__footer-link {
  display: block;
  padding: 0 10px 0 30px;
  line-height: 24px;
  color: #D24A43;
}

.footer {
  background: #C4C4C4;
  padding: 80px 0;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
    margin-top: 40px;
  }
}

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

.footer img {
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer__info {
  width: 200px;
}

.footer__info-text {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.footer__info-text:last-child {
  margin-bottom: 0;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.footer-social a {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a img {
  width: 100%;
}

.footer-group {
  margin-bottom: 20px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 200px);
  padding-left: 200px;
}

@media only screen and (max-width: 1023px) {
  .footer__links {
    padding-left: 30px;
  }
}

.footer__links .h3 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.footer__links .h3 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .footer__links .h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__links-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer__links-item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

.footer__list {
  list-style: none;
}

.footer__list li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .footer__list li {
    margin-bottom: 15px;
  }
}

.footer__list li:last-child {
  margin-bottom: 0;
}

.footer__list a {
  font-weight: 300;
}

.modal, .modal-callback, .modal-presentation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-block {
  position: relative;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  top: 15%;
}

.allert-required {
  padding-top: 12px;
  font-size: 12px;
  font-family: "GothamPro-Light", "Arial", sans-serif;
}

.allert-required a {
	color: #D24A43;
}

.modal__close, .error__close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  color: #dd0031;
  font-size: 30px;
}

.modal__block, .error, .success {
  position: relative;
  width: 600px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 50px 70px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: auto;
}

.success {
  display: none;
}

.error {
  position: absolute;
  width: 400px;
  padding: 40px 20px 0 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(221, 0, 49, 0.3);
  box-shadow: 0 5px 10px 0 rgba(221, 0, 49, 0.3);
  border: 1px solid #dd0031;
}

@media only screen and (max-width: 399px) {
  .error {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .modal {
    padding-top: 0;
  }
  .modal__block, .success {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding: 40px 10px 20px;
  }
  .modal__block {
    padding: 40px 10px 20px 20px;
  }
}

.wrap__input {
	margin-bottom: 15px;
}

.modal__title {
  font-size: 30px;
  line-height: 1.2;
  font-family: "GothamPro-Bold", "Arial", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.modal__sub-title {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.modal__choose {
  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;
  padding-top: 25px;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}

@media only screen and (max-width: 719px) {
  .modal-block {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
}

.modal-inner {
  max-height: 400px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: -20px;
  right: -20px;
  font-size: 24px;
  font-weight: 700;
  color: #D24A43;
}

@media only screen and (max-width: 767px) {
  .modal-close {
    right: 0;
  }
}

.table-modal {
  width: 100%;
}

.table-modal thead td {
  font-weight: 500;
}

.table-modal td {
  width: 50%;
  height: 34px;
  text-align: center;
  border: 1px solid #aaa;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 540px;
  color: #fff;
  padding: 70px 100px;
  background-size: cover;
  background-position: top right;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 30px;
    background-position: top center;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-header {
    margin-bottom: 30px;
  }
}

.banner-header p,
.banner-header span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .banner-header p,
  .banner-header span {
    font-size: 18px;
  }
}

.banner-header span {
  font-size: 39px;
}

@media only screen and (max-width: 767px) {
  .banner-header span {
    font-size: 30px;
  }
}

.banner-header p:nth-child(1) {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .banner-header p:nth-child(1) {
    font-size: 18px;
  }
}

.banner-btn {
  display: inline-block;
  width: 190px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 4px 20px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  background: #FE080E;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-btn {
    margin-bottom: 30px;
  }
}

.banner-btn:last-child {
  margin-right: 0;
}

.banner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-footer__info {
  text-transform: uppercase;
  font-weight: 700;
}

.banner-footer__info p,
.banner-footer__info span {
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .banner-footer__info p,
  .banner-footer__info span {
    font-size: 18px;
  }
}

.banner-footer__info span {
  color: #FE080E;
}

.banner-footer__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.banner-footer__date-inner {
  font-size: 24px;
  text-align: left;
}

.banner-footer__date-inner p {
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .banner-footer__date-inner {
    font-size: 16px;
    white-space: nowrap;
  }
}

.banner-footer__date-year {
  color: #FE080E;
  font-size: 72px;
  margin-left: 10px;
  line-height: 0.8;
}

@media only screen and (max-width: 767px) {
  .banner-footer__date-year {
    font-size: 44px;
  }
}

.exhibition-img {
  height: 155px;
  background-position: right top;
  background-size: cover;
  margin-bottom: 15px;
}

.exhibition-info {
  border: 1px solid #aaa;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .exhibition-info {
    margin-bottom: 40px;
  }
}

.exhibition-items {
  padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
  .exhibition-items {
    padding-left: 0;
  }
}

.exhibition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .exhibition-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.exhibition-item:last-child {
  margin-bottom: 0;
}

.exhibition-item:last-child .exhibition-item__img:before {
  display: none;
}

.exhibition-item__img {
  position: relative;
  min-width: 64px;
  margin-top: 25px;
  background: #fff;
  z-index: 2;
}

.exhibition-item__img:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 160px;
  background: #aaa;
  z-index: 1;
}

@media only screen and (max-width: 349px) {
  .exhibition-item__img:before {
    height: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .exhibition-item__img {
    margin-top: 0;
  }
}

.exhibition-item__img img {
  width: 100%;
}

.exhibition-item__info {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  background: url("../images/ico/arrow-orange.svg") no-repeat right bottom;
}

.exhibition-item__title {
  font-size: 24px;
  font-weight: 500;
  color: #D24A43;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .exhibition-item__title {
    font-size: 18px;
  }
}

.advantages {
  color: #fff;
  padding: 80px 0;
  background-color: #c4c4c4;
}

@media only screen and (max-width: 767px) {
  .advantages {
    padding: 40px 0 10px;
  }
}

.advantages .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 320px;
}

@media only screen and (max-width: 767px) {
  .advantages .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
}

.advantages .wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 300px;
  height: 180px;
  background: url("../images/ico/logo-2.png") no-repeat center center/contain;
  margin-top: -90px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .advantages .wrap:before {
    right: auto;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    opacity: .5;
  }
}

.advantages-item {
  position: relative;
  text-align: center;
  margin-right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .advantages-item {
    width: 50%;
    padding: 0 20px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.advantages-item:last-child {
  margin-right: 0;
}

.advantages-number {
  font-size: 48px;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .advantages-number {
    font-size: 36px;
  }
}

.advantages-text {
  font-size: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .advantages-text {
    font-size: 16px;
  }
}

.participant-img {
  position: relative;
  min-height: 345px;
  height: 100%;
  background-size: cover;
  background-position: bottom left;
}

.participant-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #D24A43;
  margin-top: -90px;
  z-index: 1;
}

.participant-info {
  height: 100%;
  padding: 40px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 1023px) {
  .participant-info {
    padding: 20px;
  }
}

.participant-info img {
  margin-bottom: 20px;
}

.participant-info .text {
  margin-bottom: 40px;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.title-wrap .h2,
.title-wrap .arrow-link {
  margin-bottom: 10px;
}

.news {
  padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
  .news {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .news-grid {
    margin-bottom: 40px;
  }

  .news-grid .col-3 {
    width: calc(33.333333% - 30px);
  }

  .news-grid .col-3-1 {
    width: calc(66.666666% - 30px);
  }
}

@media only screen and (max-width: 349px) {
  .news-grid .col-3 {
    display: none;
  }

  .news-grid .col-3-1 {
    width: calc(100% - 30px);
  }
}

.news-inner {
  margin-bottom: 20px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #D24A43;
  margin-bottom: 20px;
}

.news-item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.news-item__date {
  min-width: 100px;
  color: #aaa;
}

@media only screen and (max-width: 1023px) {
  .news-item__date {
    min-width: 70px;
  }
}

.news-item__date-day {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
}

.news-item__date-mounth {
  padding-left: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.news-item__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-footer {
  text-align: right;
}

.about-exhibition {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .about-exhibition {
    padding-right: 0;
  }
}

.about-exhibition h1 {
  max-width: 600px;
}

.about-exhibition__banner {
  position: relative;
}
.about-exhibition__banner{
  box-shadow: 10px 10px 0 0 #D24A43;
}

/*
.about-exhibition__banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #D24A43;
  z-index: -1;
}
*/
.about-exhibition__inner {
  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;
  min-height: 160px;
  padding: 10px 70px;
  background-size: cover;
  background-position: top center;
  
  z-index: 2;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .about-exhibition__inner {
    padding: 40px 10px;
    margin-bottom: 50px;
  }

  .about-exhibition__inner .h1 {
    margin-bottom: 20px;
  }

  .about-exhibition__inner .btn {
    min-width: 120px;
  }
}

.about-exhibition__inner .btn--outline {
  background: none;
  color: white;
}

.about-exhibition__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about-exhibition__btns .btn {
  margin-right: 30px;
}

.about-exhibition__btns .btn:last-child {
  margin-right: 0;
}

.about-exhibition__text {
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .about-exhibition__text {
    padding: 0 10px;
    font-size: 16px;
  }
}

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

.schedule__inner .title,
.schedule__inner .text {
  font-size: 16px;
}

.schedule__links {
  width: 100%;
  max-width: 540px;
}

@media only screen and (max-width: 1023px) {
  .schedule__links {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .schedule__links {
    width: 100%;
    margin-bottom: 40px;
  }
}

.schedule__item {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #D24A43;
  font-weight: 500;
  border: 1px solid #aaa;
  margin-bottom: 15px;
  background: url("../images/ico/arrow-gray2.png") no-repeat calc(100% - 20px) center/40px;
}

.schedule__item:last-child {
  margin-bottom: 0;
}

.schedule__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 150px;
}

@media only screen and (max-width: 1023px) {
  .schedule__info {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule__info {
    padding-left: 0;
  }
}

.discription .h2 {
  color: #D24A43;
}

@media only screen and (max-width: 1023px) {
  .discription .h2 {
    font-size: 20px;
  }
}

.discription .text {
  font-size: 16px;
}

.discription__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 50px;
  background: #C4C4C4;
}

@media only screen and (max-width: 1023px) {
  .discription__inner {
    padding: 40px 10px;
  }
}

.discription__item {
  width: calc(33.333333% - 50px);
  padding: 50px 30px;
  background: #fff url("../images/ico/arrow-orange.svg") no-repeat 94% 95%/30px;
}

@media only screen and (max-width: 1023px) {
  .discription__item {
    padding: 40px 10px;
    width: calc(33.333333% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .discription__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .discription__item:last-child {
    margin-bottom: 0;
  }
}

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

.destination .h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .destination .h2 {
    margin-bottom: 20px;
  }
}

.destination__inner {
  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;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .destination__inner {
    margin-bottom: -20px;
  }
}

.destination__item {
  width: 80px;
  position: relative;
  margin-right: 100px;
}

@media only screen and (max-width: 1279px) {
  .destination__item {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .destination__item {
    margin-bottom: 40px;
    margin-right: 40px;
  }
}

.destination__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 100%;
  width: 100px;
  height: 1px;
  background: #aaa;
}

@media only screen and (max-width: 1279px) {
  .destination__item:before {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .destination__item:before {
    top: 25px;
  }
}

.destination__item:last-child {
  margin-right: 0;
}

.destination__item:last-child:before {
  display: none;
}

.destination__item img {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .destination__item img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

.destination__text {
  color: #D24A43;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .destination__text {
    font-size: 12px;
  }
}

.tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .tab-links {
    margin-bottom: 30px;
  }
}

.tab-link__item {
  width: 50%;
  height: 86px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  color: #D24A43;
  text-align: center;
  border: 1px solid #D24A43;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .tab-link__item {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
  }
}

.tab-link__item.active {
  color: #fff;
  background: #D24A43;
}

.table td {
  border: 1px solid #aaa;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .table td {
    padding: 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .table td {
    padding: 20px 10px;
    font-size: 14px;
  }
}

.table td:nth-child(1) {
  width: 20%;
  color: #D24A43;
}

@media only screen and (max-width: 767px) {
  .table td:nth-child(1) {
    width: auto;
  }
}

.table td:nth-child(2) {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .table td:nth-child(2) {
    width: auto;
  }
}

.table td:last-child {
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .table td:last-child {
    font-size: 14px;
  }
}

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

.search-participants__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.search-participants__btn {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .search-participants__btn {
    margin-right: 20px;
  }
}

.search-participants__btn:last-child {
  margin-right: 0;
}

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

.filter__params-item {
  width: calc(33.333333% - 25px);
}

.participant__search {
  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;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .participant__search {
    margin-bottom: 30px;
  }
}

.participant__search .btn {
  margin-bottom: 20px;
}

.participant__search-form {
  width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.participant__search-input {
  width: calc(100% - 46px);
  height: 46px;
  border-bottom: 1px solid #D24A43;
}

.participant__search-btn {
  width: 46px;
  height: 46px;
  background: #D24A43 url("../images/ico/arrow-search.png") no-repeat center center/18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.participant__search-btn:hover {
  background: #A3241E url("../images/ico/arrow-search.png") no-repeat center center/18px;
}

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

.participant__info-left {
  /*max-width: 360px;*/
  max-width: 500px;
  padding: 60px 40px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .participant__info-left {
    max-width: 100%;
  }
}
.participant__info-left img {
  margin: 0 auto;
  max-width: 420px;
}

@media only screen and (max-width: 767px) {
  .participant__info-left img {
    max-width: 100%;
  }
}

.participant__info-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 20px;
}

.participant__info-right {
  width: 590px;
  min-height: 100%;
  border-bottom: 1px solid #aaa;
}

@media only screen and (max-width: 1023px) {
  .participant__info-right {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .type-activity .col-4 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .type-activity .col-4 {
    width: calc(100% - 30px);
  }
}

.type-activity__title {
  min-height: 42px;
  font-size: 18px;
  line-height: 1.2;
  color: #D24A43;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .type-activity__title {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.exhibition-section__inner {
  padding: 80px 60px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .exhibition-section__inner {
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 1023px) {
  .exhibition-section__inner .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .exhibition-section__inner .col-3 {
    width: calc(100% - 30px);
  }
}

.exhibition-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 170px;
  padding-right: 10px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .exhibition-section__item {
    min-height: 70px;
    padding: 10px;
  }
}

.exhibition-section__img {
  width: 80px;
  height: 80px;
}

.exhibition-section__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #D24A43;
}

@media only screen and (max-width: 1279px) {
  .exhibition-section__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition-section__title {
    font-size: 14px;
  }
}

.with-support__hr {
  margin-top: 80px;
  height: 1px;
  background: #D24A43;
}

.with-support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
  background: #C4C4C4;
}

@media only screen and (max-width: 1023px) {
  .with-support__inner .col-6 {
    width: calc(25% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .with-support__inner .col-6 {
    width: calc(33.333333% - 30px);
  }
}

.with-support__item img {
  width: 100%;
}

.inform-partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inform-partners__item {
  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;
  width: 16.666666%;
  height: 140px;
  padding: 10px;
  border: 1px solid #aaa;
  margin-right: -1px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 1023px) {
  .inform-partners__item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .inform-partners__item {
    width: 33.333333%;
  }
}

.inform-partners__item img {
  max-width: 100%;
}

.why__inner {
  display: inline-block;
  width: 100%;
}

.why__header {
  width: calc(100% - 325px);
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .why__header {
    width: 100%;
    float: none;
    border: none;
    margin-bottom: 20px;
  }
}

.why__header span {
  display: inline-block;
  max-width: 620px;
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .why__header span {
    font-size: 16px;
  }
}

.why__advantages {
  width: 325px;
  float: right;
  padding-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .why__advantages {
    float: none;
    padding-top: 0;
  }
}

.why__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.why__advantages-item:last-child {
  margin-bottom: 0;
}

.why__advantages-item:last-child .why__advantages-item__img:before {
  display: none;
}

.why__advantages-item__img {
  position: relative;
  width: 60px;
  height: 60px;
}

.why__advantages-item__img img {
  width: 100%;
}

.why__advantages-item__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #aaa;
}

.why__advantages-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #D24A43;
}

@media only screen and (max-width: 767px) {
  .why__advantages-item__text {
    font-size: 16px;
  }
}

.why__images {
  width: 100%;
  max-width: 620px;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .why__images {
    max-width: none;
    float: none;
    padding-top: 40px;
    border-top: 1px solid #D24A43;
    margin-top: 40px;
  }
}

.why__images img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .why__images .col-2 {
    width: calc(50% - 30px);
  }
}

.sammit-text {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  border-top: 1px solid #D24A43;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sammit-text {
    font-size: 18px;
  }
}

.sammit-inner {
  display: inline-block;
  width: 100%;
}

.sammit-img {
  width: 370px;
  float: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .sammit-img {
    width: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .sammit-img {
    width: 100%;
    float: none;
  }
}

.sammit-links {
  width: 370px;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .sammit-links {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .sammit-links {
    width: 100%;
    float: none;
  }
}

.sammit-links .btn {
  width: 100%;
  max-width: 370px;
  margin-bottom: 15px;
}

.sammit-links .btn:last-child {
  margin-bottom: 0;
}

.sammit-quote {
  float: right;
  width: calc(100% - 430px);
  padding: 60px 40px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 1023px) {
  .sammit-quote {
    width: calc(100% - 350px);
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sammit-quote {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.sammit-quote p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .sammit-quote p {
    font-size: 18px;
  }
}

.sammit-quote p:last-child {
  margin-bottom: 0;
}

.filter {
  padding: 40px;
  background: #C4C4C4;
}

@media only screen and (max-width: 767px) {
  .filter {
    padding: 40px 10px;
  }
}

.filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.filter__search-input {
  width: calc(100% - 200px);
  height: 46px;
  padding: 0 10px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .filter__search-input {
    width: calc(100% - 46px);
  }
}

.filter__search-btn {
  max-width: 180px;
}

@media only screen and (max-width: 767px) {
  .filter__search-btn {
    max-width: 46px;
    min-width: auto;
    width: 46px;
    font-size: 0;
    background: #D24A43 url("../images/ico/arrow-search.png") no-repeat center center/18px;
  }

  .filter__search-btn:hover {
    background: #A3241E url("../images/ico/arrow-search.png") no-repeat center center/18px;
  }
}

.filter__title {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .filter__title {
    margin-bottom: 20px;
  }
}

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

.filter__inner {
  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: calc(100% - 200px);
}

@media only screen and (max-width: 1023px) {
  .filter__inner {
    width: 100%;
    margin-bottom: 30px;
  }
}

.filter-select {
  width: calc(33.333333% - 25px);
}

.filter-select--orange .filter-selected {
  color: #fff;
  background: #D24A43 url("../images/ico/arrow-select--orange.svg") no-repeat calc(100% - 15px) center/25px;
}

.filter-select--orange .filter-options {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .filter-select {
    width: 100%;
    margin-bottom: 20px;
  }

  .filter-select:last-child {
    margin-bottom: 0;
  }
}

.filter-selected {
  padding: 0 50px 0 30px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff url("../images/ico/arrow-select.svg") no-repeat calc(100% - 15px) center/25px;
}

@media only screen and (max-width: 767px) {
  .filter-selected {
    padding: 0 50px 0 10px;
  }
}

.filter-options {
  padding: 0 30px 30px 30px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.sub-filter__select {
  border-bottom: 1px solid #aaa;
}

.sub-filter__select.active {
  border-color: #D24A43;
}

.sub-filter__select.active .sub-filter__selected {
  color: #D24A43;
}

.sub-filter__selected {
  padding: 15px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff url("../images/ico/arrow-select.svg") no-repeat calc(100% - 15px) center/25px;
}

.sub-filter__options {
  display: none;
  padding-bottom: 15px;
}

.filter-result {
  margin-bottom: 40px;
}

.filter-result__item {
  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;
  padding: 40px;
  color: #D24A43;
  border-bottom: 1px solid #D24A43;
}

@media only screen and (max-width: 767px) {
  .filter-result__item {
    padding: 30px 10px;
  }
}

.filter-result__title {
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .filter-result__title {
    width: 100%;
    margin-bottom: 15px;
  }
}

.paginator {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #aaa;
}

.paginator-prev,
.paginator-next {
  width: 36px;
  height: 10px;
  font-size: 0;
  background: url("../images/ico/arrow-orange.svg") no-repeat center center/contain;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .paginator-prev,
  .paginator-next {
    width: 20px;
  }
}

.paginator-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 20px;
}

.paginator-item {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .paginator-item {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 500;
    margin-right: 15px;
  }
}

.paginator-item.active {
  color: #D24A43;
  border-color: #D24A43;
}

.paginator-ellipsis {
  margin-right: 20px;
}

.sub-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.application-participation__fields,
.application-participation__choose {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1023px) {
  .application-participation__choose .col-2 {
    width: calc(100% - 30px);
  }
}

.wrap-input {
  margin-bottom: 15px;
}

.wrap-input:last-child {
  margin-bottom: 0;
}

.input,
.textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid #aaa;
  background: rgba(196, 196, 196, 0.12);
}

.textarea {
  height: 200px;
  padding: 20px;
  line-height: 1.2;
}

.application-participation__choose-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.application-participation__title {
  width: 190px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .application-participation__title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.application-participation__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.application-participation__file {
  margin-bottom: 20px;
}

.application-participation__file:last-child {
  margin-bottom: 0;
}

.application-participation__file .btn {
  background-color: #B0B0B0;
  height: 40px;
  line-height: 40px;
}

.application-participation__files-type {
  margin-bottom: 30px;
}

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

.application-participation__file-btn {
  position: relative;
  margin-right: 30px;
}

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

@media only screen and (max-width: 767px) {
  .application-participation__file-name {
    width: 100%;
    margin-top: 10px;
  }
}

.clip-val {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.clip-del {
  position: relative;
  top: -2px;
  display: none;
  color: #FE080E;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clip-file,
.file-name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.captcha {
  margin-bottom: 40px;
}

.application-participation__btn {
  max-width: 320px;
}

.allow-you img {
  width: 100%;
}

.allow-you__header {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}

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

.allow-you__item-img {
  width: 64px;
  height: 64px;
}

.allow-you__item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  color: #D24A43;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .allow-you__item-title {
    font-size: 16px;
    line-height: 1.2;
  }
}

.allow-you__text {
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0;
}

@media only screen and (max-width: 1023px) {
  .allow-you__advantages .col-3 {
    width: calc(100% - 30px);
  }
}

.stend-info {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.stend-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stend-person__img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
}

.stend-person__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .stend-person__info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.stend-person__info p {
  line-height: 1.5;
  margin-bottom: 5px;
}

.stend-person__title {
  font-weight: 500;
  color: #D24A43;
  line-height: 1.3;
  margin-bottom: 5px;
}

.archive__img {
  height: 245px;
  background-size: cover;
  background-position: top center;
}

.archive__year {
  padding: 15px 0;
  text-align: center;
  color: #D24A43;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #D24A43;
}

@media only screen and (max-width: 767px) {
  .archive__year {
    font-size: 20px;
    padding: 10px 0;
  }
}

.archive-video iframe {
  display: block;
  width: 100%;
  min-height: 230px;
}

@media only screen and (max-width: 767px) {
  .archive-video iframe {
    min-height: 200px;
  }
}

.archive-video {
  padding-bottom: 40px;
  border-bottom: 1px solid #D24A43;
}

.gallery-item {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 767px) {
  .archive-foto .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-item {
    height: 100px;
  }
}

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

.schedule-block__links,
.schedule-block__info {
  width: 45%;
  max-width: 540px;
}

@media only screen and (max-width: 1023px) {
  .schedule-block__links,
  .schedule-block__info {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .schedule-block__links:last-child,
  .schedule-block__info:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-block__links .schedule__links,
  .schedule-block__info .schedule__links {
    margin-bottom: 0;
  }
}

.schedule-block__info {
  padding: 40px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .schedule-block__info {
    padding: 40px 20px;
  }
}

.get-way__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #D24A43;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .get-way__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.get-way__item:last-child {
  margin-bottom: 0;
}

.get-way__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}

.get-way__map {
  width: 660px;
}

@media only screen and (max-width: 1023px) {
  .get-way__map {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .get-way__map {
    width: 100%;
    margin-top: 40px;
  }
}

.get-way iframe {
  width: 100%;
  height: 350px;
}

.get-way img {
  width: 100%;
}

.schedule-aeroexpress {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 30px 0;
}

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

.airport-info__item-inner {
  min-height: 270px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .airport-info__item-inner {
    min-height: auto;
  }
}

.airport-info__item {
  max-width: 290px;
}

@media only screen and (max-width: 1023px) {
  .airport-info__item {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .airport-info__item {
    max-width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #D24A43;
    margin-bottom: 40px;
  }

  .airport-info__item:last-child {
    border: none;
    margin-bottom: 0;
  }
}

.airport-info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.airport-info__btns .btn {
  margin-bottom: 15px;
}

.airport-info__btns .btn:last-child {
  margin-bottom: 0;
}

.organizer-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.organizer-contacts__item--vertical {
  flex-direction: column;
}

.organizer-contacts__item--vertical .organizer-contacts__info {
  padding-left: 0;
  margin-bottom: 20px;
}

.organizer-contacts__item p {
  font-weight: 300;
  margin-top: 15px;
}

.organizer-contacts__img {
  width: 140px;
}

.organizer-contacts__img img {
  max-width: 100%;
}

.organizer-contacts__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
}

@media only screen and (max-width: 1023px) {
  .organizer-contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.russia-contacts .contact-item {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .russia-contacts .contact-item {
    margin-bottom: 40px;
  }
}

.contact-item {
  padding: 20px 30px;
  border: 1px solid #aaa;
}

.contact-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.contact-item__img {
  width: 70px;
}

.contact-item__img img {
  width: 100%;
}

.contact-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  text-transform: uppercase;
  color: #D24A43;
  font-size: 16px;
  font-weight: 500;
}

.russia-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.russia-contacts__info-item {
  font-size: 16px;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .russia-contacts__info-item {
    width: 100%;
  }
}

.russia-contacts__info-item:last-child {
  margin-right: 0;
}

.russia-contacts__info-item strong {
  display: block;
  margin-bottom: 10px;
}

.russia-contacts__info-item p {
  line-height: 1.4;
  font-weight: 300;
}

@media only screen and (max-width: 1023px) {
  .contact-items .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .contact-items .col-3 {
    width: calc(100% - 30px);
  }
}

.contact-item__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .news-section .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .news-section .col-3 {
    width: calc(100% - 30px);
  }
}

.news-section hr {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .news-section hr {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-section hr {
    display: none;
  }
}

.news-section__item-date {
  color: #D24A43;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-section__item-date p {
  line-height: 1.4;
}

.news-section__item-img {
  position: relative;
  height: 230px;
  background-size: cover;
  background-position: top center;
  margin-bottom: 20px;
}

.news-section__item-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #D24A43;
  z-index: 1;
}

.news-section__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .news-section__item-title {
    font-size: 18px;
  }
}

.news-section__item-text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 40px;
}

.press-releases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #D24A43;
  margin-bottom: 30px;
}

.press-releases__item:last-child {
  margin-bottom: 0;
}

.press-releases__date {
  width: 100px;
  color: #aaa;
}

@media only screen and (max-width: 767px) {
  .press-releases__date {
    width: 60px;
  }
}

.press-releases__day {
  font-size: 36px;
  font-weight: 700;
}

.press-releases__mounth,
.press-releases__year {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
}

.press-releases__mounth {
  font-size: 18px;
}

.press-releases__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.press-releases__info .title,
.press-releases__info .text {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .press-releases__info .text {
    position: relative;
    width: calc(100% + 60px);
    left: -60px;
  }
}

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

.press__header-img {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .press__header-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.press__header-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #D24A43;
  z-index: 1;
}

.press__header-img img {
  width: 100%;
}

.press__header-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .press__header-info {
    padding-left: 0;
  }
}

.press__header-info .title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .press__header-info .title {
    margin-bottom: 20px;
  }
}

.press__header-info .title p {
  line-height: 1.5;
}

.press__img img {
  width: 100%;
}

.trip-exhibition__info .text {
  margin: 40px 0;
}

.trip-exhibition__contacts {
  padding: 40px;
  border: 1px solid #aaa;
}

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

.trip-advantages__ico {
  width: 70px;
  height: 70px;
}

.trip-advantages__ico img {
  max-width: 100%;
}

.trip-advantages .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
  padding-left: 20px;
}

.semminars__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.semminars__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 0;
  /*border-top: 1px solid #D24A43;*/
}

@media only screen and (max-width: 767px) {
  .semminars__item {
    width: 100%;
  }
}

.semminars__item img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .semminars__item img {
    width: 40px;
    height: 40px;
  }
}

.semminars__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  padding-left: 40px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .semminars__info {
    padding: 0 0 0 20px;
  }
}

.other-projects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -20px;
}

.other-projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 475px;
  min-height: 130px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .other-projects__item {
    max-width: 100%;
  }
}

.other-projects__img {
  position: relative;
  width: 130px;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 767px) {
  .other-projects__img {
    width: 100px;
  }
}

.other-projects__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 10px;
  height: 100%;
  background: #D24A43;
}

.other-projects__info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  border: 1px solid #aaa;
}

.other-projects__info:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/ico/arrow-orange.svg") no-repeat 98% 94%/30px;
}

.other-projects__info .text {
  font-weight: 300;
}

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

.application-participation__fields-header .filter-select,
.application-participation__fields-header .wrap-input {
  width: calc(25% - 10px);
  margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .application-participation__fields-header .filter-select,
  .application-participation__fields-header .wrap-input {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .application-participation__fields-header .filter-select,
  .application-participation__fields-header .wrap-input {
    width: 100%;
  }
}

.authorization__item {
  height: 100%;
  padding: 40px;
  border: 1px solid #aaa;
}

@media only screen and (max-width: 1278px) {
  .authorization__item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .authorization__item {
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .authorization__item .col-2 {
    width: calc(100% - 30px);
  }
}

.authorization__item .h2 {
  margin-bottom: 0;
}

.authorization__actions {
  height: 80px;
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .authorization__actions {
    height: auto;
    margin-bottom: 40px;
  }
}

.authorization__actions .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.authorization__actions .captcha {
  margin: 0;
}

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

.forgot-link {
  color: #FE080E;
  font-weight: 300;
  margin-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .forgot-link {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}

.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .account {
    margin-bottom: 0;
  }
}

.account__img {
  width: 180px;
  margin-bottom: 40px;
}

.account__foto {
  height: 140px;
  border: 1px solid #aaa;
  background: url("../images/ico/user.png") no-repeat center center/80px;
  margin-bottom: 20px;
}

.account__text {
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
}

.account__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .account__info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__info {
    margin-bottom: 20px;
  }
}

.account__info .filter-select {
  width: 100%;
}

.account__info-left {
  width: 250px;
}

.account__info-right {
  width: calc(100% - 250px);
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .account__info-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.authorization__header .text {
  font-size: 18px;
  font-weight: 400;
  min-height: 45px;
  line-height: 21px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .authorization__header .text {
    min-height: auto;
  }
}

.authorization__header .btn {
  width: 100%;
  max-width: 300px;
}

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

.authorization__footer-ico {
  margin-right: 30px;
}

.authorization__footer-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 21px;
}

.marketing__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.marketing__img {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .marketing__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.marketing__img img {
  max-width: 100%;
}

.marketing__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 100px;
}

@media only screen and (max-width: 767px) {
  .marketing__info {
    padding-left: 0;
  }
}

.marketing__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 21px;
}

.marketing__banner {
  margin-bottom: 30px;
}

.marketing__banner:last-child {
  margin-bottom: 0;
}

.marketing__banner-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.marketing__banner img {
  max-width: 100%;
}

.marketing__press {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.marketing__list {
  padding-left: 40px;
  margin-bottom: 30px;
}

.marketing__list:last-child {
  margin-bottom: 0;
}

.marketing__list li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

ul {
  list-style-type: circle;
}

.footer-dev a {
  color: #414141;
  text-decoration: none;
  transition: .2s linear;
  display: flex;
  align-items: center;
}
.footer-dev a:hover {
  color: #ff2b58;
  text-decoration: none;
  transition: .2s linear;
}
.footer-dev img {
  max-width: 20px;
  margin: 0 0 0 10px;
}

.text p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
}

.text p.note-text {
  text-align: center; 
  font-size: 12px;
}



.text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  /*font-size: 1.3rem;*/
}

.text img.full-img {
  margin: 10px auto; 
  max-width: 100%;
}

.text a {
  color: #D24A43;
}

.text a:hover {
  text-decoration: underline;
}

.tab-links {
 margin-bottom: 0;
}

.tab-blocks table h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tab-blocks {
  padding-top: 15px;
  background: rgba(196, 196, 196, 0.1)
}

.tab-blocks table {
  max-width: 1000px;
  margin: 0 auto;
}


.wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.tab-blocks table {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
}
.tab-blocks table td:first-child {
  max-width: 150px;
  padding-right: 20px;
}

.tab-blocks table td img {
  max-width: 110px;
  margin-top: 5px;
  height: auto;

}

.tab-blocks td {
  vertical-align: top;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.tab-blocks td {

  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.tab-link__item {
  width: 33%;
}

.tab-links {
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .tab-blocks table {
    max-width: 100%;
  }

  .tab-blocks table h2 {
    font-size: 16px;
  }

  .tab-blocks td {
    max-width: calc(100vw - 160px);
    padding: 10px 0;
  }

  .tab-link__item {
    width: 100%;
  }
}

.participant__info-text p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 20px;
}

.participant__info-text ul li, ol li {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 15px;
  margin-left: 20px;
}

.wrap-tabs table td ul {
  margin-left: 20px;
  line-height: 1.3;
}

.wrap-tabs table td ul li {
  margin: 20px 0;
  line-height: 1.3;
}

.wrap-tabs p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 20px;
}


.pisma img {
  display: inline-block;
  max-width: 250px;
  border: 1px solid #E6E6E6;
  margin: 10px;
}

.pisma img.img-left {
  float: left; 
  margin-right: 30px;
}

.text a.button-reg {
  background: #00A360; 
  margin: 15px; 
  padding: 15px 50px; 
  color: white; 
  border-radius: 30px; 
  font-weight: bold;
}

.speakers {
  max-width: 1230px;
  margin: 0 auto;
}
.speakers__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px 30px;
}

.speakers__item {
  margin-bottom: 25px;
}

.speakers__pic {
  position: relative;
  width: fit-content;
}

.speakers__pic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D24A43;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

.speakers__pic img {
  max-width: 100%;
}

.speakers__title {
  margin-top: 20px;
  color: #D24A43;
  font-weight: bold;
  font-size: 20px;
}

.speakers__position {
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width: 980px) {
  .speakers__list {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px 30px;
  }
}

@media (max-width: 768px) {
  .speakers__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .text p.note-text {

    font-size: 9px;
  }

  .text a.button-reg {
  
  margin: 12px; 
  padding: 12px 40px; 
  font-size: 14px;
}

}

@media (max-width: 610px) {
  .speakers__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .speakers__list {
    grid-template-columns: 1fr;
  }

  .speakers__title {
    margin-top: 15px;
    font-size: 18px;
  }

  .speakers__position {
    margin-top: 8px;
    font-size: 14px;
  }

  .text p.note-text {
   
    font-size: 8px;
  }
   .text a.button-reg {
  
  margin: 10px; 
  padding: 10px 35px; 
  font-size: 12px;
}
}

img.img-logo-download {
  max-width: 200px;
}