@import url('../css/reset.css');

@import url('../css/fonts.css');

/* min-width */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.text a{
  text-transform: uppercase;
  color: #067c96;
  font-size: 15px;
  font-weight: 700;
}
.text a:hover{
  color:#59bcca;
}
.result_wrap a{
  display: inline-block;
  margin-bottom: 15px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: RobotoCondensedLight !important;
}

.sm-wrapper {
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}

.wrapper h1{
  color: #fff;
}

/* Хедер */

.top-line {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 99;
}

.top-line.scroll {
  background: #fff;
}

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

.top-line-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-line-logo-wrap a.logo {
  border-right: 1px solid #8CCCD6;
  margin-right: 25px;
  padding-right: 25px;
}
.top-line-logo-wrap a.logo img {
  width: 233px;
}
.top-line-logo-wrap a.logo2 img {
  width: 185px;
}
.top-line-logo-wrap a.logo-solo-rus {
  border-right: none;
}
.top-line-logo-wrap a.logo-solo-rus img {
  width: 280px;
}

.top-line-wrap .h_right_block_wrap {
  display: flex;
}




.h_right_socials_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 27px;
}

.h_right_socials_wrap li {
  margin-right: 13px;
}

.contacts_socials_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.contacts_socials_wrap li {
  margin-right: 13px;
}

.open-menu_socials_wrap {
  display: none;
  margin-top: 0px;
}

.open-menu_socials_wrap li {
  margin-right: 13px;
}

@media screen and (max-width: 960px) {
  .h_right_socials_wrap {
    display: none;
  }

  .open-menu_socials_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 560px) {
  .open-menu_socials_wrap {
    margin-top: 17px;
  }
}


.top-line-wrap .lang_wrap {
  border-right: 1px solid #E9EBEC;
  margin-right: 20px;
  padding-right: 20px;
  margin-bottom: 0 !important;
}

.top-line-wrap .lang-item a{
  display: flex;
  align-items: center;
}

.top-line-wrap .lang-item span{
  margin-left: 10px !important;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}



.top-line-wrap .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-line-wrap .hamburger .text {
  color: #707070;
  font-size: 17px;
}

.top-line-wrap .hamburger .inner {
  /*margin-left: 17px;*/
}

.top-line-wrap .hamburger .inner .line {
  width: 34px;
  height: 3px;
  background-color: #0c7d99;
  margin-bottom: 7px;
}

.top-line-wrap .hamburger .inner .line:last-child {
  margin-bottom: 0;
}

header {
  padding-top: 220px;
  padding-bottom: 25px;
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.h_main_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.h_main_wrap_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px #fff solid;
  padding: 15px 44px 1px 0;
}

.h_main_wrap_left svg {
  margin-right: 25px;
}

.h_main_wrap_left-solo-rus {
  border-right: none;
}

.h_main_wrap_left-solo-rus h1 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.h_main_wrap_left-solo-rus p.sub {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.h_main_wrap_right {
  padding: 15px 0 1px 44px;
}

.h_main_wrap_right h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_main_wrap_right h1 img {
  margin-bottom: 16px;
}

header h1 {
  font: 46px RobotoCondensedBold;
  line-height: 68px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

header p.sub {
  font-size: 17px;
  margin-bottom: 17px;
  line-height: 23px;
}

header p.ksmi-hp2 {
  font-size: 18px;
  margin-bottom: 17px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

header p.place {
  font: 20px RobotoCondensedLight;
  margin-bottom: 6px;
}

header p.place strong {
  display: block;
  font: 30px RobotoCondensedBold;
}

.header-timer {
  margin-bottom: 55px;
}

ul.countdown {
  font-size: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ul.countdown li {
  font-size: 70px;
}

ul.countdown li p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  margin-top: 5px;
}

ul.countdown li p.days_minutes,
ul.countdown li p.days_seconds {
  margin-left: 5px;
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
}

.header-menu-item {
  margin-right: 45px;
}

.header-menu-item h3 {
  text-transform: uppercase;
  font: 28px RobotoCondensedBold;
  margin-bottom: 15px;
}

.header-menu-item h3 a {
  color: #fff;
  padding-right: 35px;
  position: relative;
}

.header-menu-item h3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 28px;
  height: 26px;
  background: url('../img/header-arrow.svg') no-repeat;
}

.header-menu-item p {
	font-weight: bold;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
}

.header-menu-item a {
  color: rgba(255, 255, 255, 1);
}


/* О мероприятии */

.about-section {
  background-color: #ebebeb;
  padding-top: 35px;
  padding-bottom: 45px;
}

.about-section .slick-prev {
  left: 10px;
  width: 12px;
  height: 20px;
  background: url('../img/expo-prev.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
}

.about-section .slick-next {
  right: 10px;
  width: 12px;
  height: 20px;
  background: url('../img/expo-next.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.about-section h2 {
  text-transform: uppercase;
  color: #0c7d99;
  font: 35px RobotoCondensedBold;
  margin-bottom: 23px;
}

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

.about-wrap p.text {
  width: 34%;
  padding-right: 25px;
  font-size: 15px;
  color: #363636;
  line-height: 30px;
}

.about-wrap .about-slider {
  width: 66%;
  max-height: 435px;
  overflow: hidden;
}

.about-wrap .about-slider-item {
  width: 100%;
}

.about-wrap .about-slider-item img {
  width: 100%;
}

.about-wrap .slick-dots {
  bottom: 20px;
}

.about-wrap .slick-dots li {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 3px;
}

.about-wrap .slick-dots li.slick-active {
  background-color: #fff;
}

.about-mob-wrap {
  display: none;
}

.event-section {
  padding-top: 42px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.event-section .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-section .slick-prev,
.event-section .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.event-section .slick-prev {
  left: -45px;
  width: 18px;
  height: 31px;
  background: url('../img/event-prev.png') no-repeat;
  z-index: 3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.event-section .slick-prev:hover {
  background: url('../img/event-prev-hover.png') no-repeat;
}

.event-section .slick-next {
  right: -45px;
  width: 18px;
  height: 31px;
  background: url('../img/event-next.png') no-repeat;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.event-section .slick-next:hover {
  background: url('../img/event-next-hover.png') no-repeat;
}

.event-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-slider-item .image {
  width: 34%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-slider-item .image2 {
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event-slider-item .image img {
  width: 100%;
  display: none;
}

.event-slider-item .image img:first-child {
  display: block;
}

.event-slider-item .text {
  width: 66%;
  padding: 35px 0;
  padding-top: 0;
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-slider-item .text p {
  color: #363636;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 30px;
}

.event-slider-item .text h3 {
  color: #0c7d99;
  font: 20px RobotoCondensedBold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event-slider-item .text p.sub {
  font: 15px RobotoCondensedBold;
  color: #363636;
  line-height: 30px;
  font-style: normal;
  margin-bottom: 0;
}

.support-section {
  padding-top: 40px;
  padding-bottom: 35px;
}

.support-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;  
}

.support-wrap a {
  /*width: 20%;*/
  margin-bottom: 25px;
  text-align: center;
}

.support-wrap p.text {
  width: 17%;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  color: rgba(112, 112, 112, 0.5);
  margin-bottom: 25px;
}




.first-support .support-wrap .logotypes {
  width: 83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.first-support .support-wrap .logotypes img {
  cursor: pointer;
  max-width: 100%;
}

.first-support .slider-logotypes {
  display: none;
}

.first-support .slick-prev {
  left: -15px;
  width: 10px;
  height: 18px;
  background: url('../img/event-prev.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
}

.first-support .slick-prev:hover {
  width: 10px;
  height: 18px;
  background: url('../img/event-prev-hover.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.first-support .slick-next {
  right: -15px;
  width: 10px;
  height: 18px;
  background: url('../img/event-next.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.first-support .slick-next:hover {
  width: 10px;
  height: 18px;
  background: url('../img/event-next-hover.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* Выставочная экспозиция */

.exposition-section {
  padding-top: 35px;
  padding-bottom: 45px;
  color: #fff;
  background: url('../img/expo-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.exposition-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  margin-bottom: 23px;
  color: #fff;
}

.exposition-section .slick-dots {
  bottom: 10px;
}

.exposition-section .slick-dots li {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 3px;
}

.exposition-section .slick-dots li.slick-active {
  background-color: #fff;
}

.exposition-section .slick-prev {
  left: 10px;
  width: 12px;
  height: 20px;
  background: url('../img/expo-prev.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 3;
  cursor: pointer;
}

.exposition-section .slick-next {
  right: 10px;
  width: 12px;
  height: 20px;
  background: url('../img/expo-next.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

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

.expo-wrap .text {
  width: 34%;
  padding-right: 25px;
}

.expo-wrap .text p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}

.expo-wrap .text .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.expo-wrap .text .download.first {
  margin-bottom: 30px;
}

.expo-wrap .text .download span {
  margin-left: 12px;
  font: 15px RobotoCondensedBold;
  text-transform: uppercase;
}

.expo-wrap .expo-slider {
  width: 66%;
}

.expo-wrap .expo-slider-item img {
  width: 100%;
}

/* Партнёры */

.partners-section {
  background-color: #ebebeb;
  padding-top: 35px;
}

.partners-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #067c96;
  margin-bottom: 25px;
}

.partners-section p.sub {
  font-size: 15px;
  color: #363636;
  line-height: 30px;
  margin-bottom: 35px;
}

.partners-line.first {
  background-color: #fff;
}

.partners-line.first .partners-wrap .partners-item.first {
  background-color: #fff;
}

.partners-line.first .partners-wrap .partners-item.second {
  background-color: #f5f5f5;
}

.partners-line.first .partners-wrap .partners-item.third {
  background-color: #fff;
}

.partners-line.second {
  background-color: #f5f5f5;
}

.partners-line.second .partners-wrap .partners-item.first {
  background-color: #f5f5f5;
}

.partners-line.second .partners-wrap .partners-item.second {
  background-color: #fff;
}

.partners-line.second .partners-wrap .partners-item.third {
  background-color: #f5f5f5;
}

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

.partners-wrap .partners-item {
  width: 34%;
  padding: 35px 25px;
  padding-right: 20px;
  color: #707070;
  font-size: 15px;
  line-height: 30px;
}

.partners-wrap .partners-item-img {
  margin-bottom: 16px;
}

.partners-wrap .partners-item-img img {
  width: 60px;
  height: 60px;
}

.partners-wrap .partners-item.first {
  width: 32%;
  padding-left: 0;
}

.partners-slider {
  display: none;
}




























/* Партнёры */

.letters-section {
  background-color: #ebebeb;
  padding: 35px 0 44px;
  /*display: none;*/
}

.letters-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #067c96;
  margin-bottom: 25px;
}

.letters-section p {
  font-size: 15px;
  color: #067c96;
  line-height: 30px;
  margin: 7px 0 10px; 
}

.letters-section a {
  margin-top: auto;
  background-color: #59bcca;
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 7px 13px;
  font-size: 15px;
  font: 15px RobotoCondensedBold;
  position: relative;
}

.letters-line {
  /*background-color: #fff;*/
}

.letters-line .wrapper {
  padding: 0;
}

.letters-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.letters-wrap .letters-item {
  width: 18%;
  padding: 25px 20px;
  color: #067c96;
  font: 15px RobotoCondensedBold;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #fff;
  min-width: 160px;
  text-align: center;
}

.letters-wrap .letters-item-img {
  /*margin-bottom: 16px;*/
}

.letters-wrap .letters-item-img img {
  /*width: 60px;
  height: 60px;*/
}

.letters-slider {
  display: none;
}





























.get-partner {
  padding: 38px 0;
  background: url('../img/get-partner-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.get-partner h2 {
  text-transform: uppercase;
  color: #fff;
  font: 20px RobotoCondensedBold;
  line-height: 30px;
  margin-bottom: 20px;
}

.get-partner h2 br {
  display: none;
}

.get-partner .item {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.get-partner .item span {
  font-size: 15px;
  margin-left: 10px;
}

.smi-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.smi-section .left {
  background-color: #f5f5f5;
  width: 59%;
  min-height: 100%;
}

.smi-section .right {
  width: 41%;
  background-color: #ebebeb;
  min-height: 100%;
}

.smi-section .wrapper {
  max-width: 1150px;
  padding: 35px 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.smi-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #067c96;
  margin-bottom: 23px;
}

.smi-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 30px;
}

.smi-left {
  width: 66%;
  padding-right: 30px;
  color: #363636;
}

.smi-right {
  width: 44%;
  padding-left: 25px;
  font-family: RobotoCondensedBold;
  color: #0c7d99;
}

.smi-right a, .mobile-smi-right a {
  color: #0c7d99;
}

.mobile-smi-right {
  display: none;
}

.place-section {
  position: relative;
}

.place-section #map {
  width: 100%;
  height: 415px;
  background: url('../img/map-bg22.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.place-section .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-top: 35px;
  display: none;
}

.place-section .place-block {
  position: absolute;
  top: 0;
  padding-top: 35px;
  left: 50%;
  width: 307px;
  -webkit-transform: translate(-180%, 0);
  -ms-transform: translate(-180%, 0);
  transform: translate(-180%, 0);
}

.place-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #fff;
  margin-bottom: 23px;
}

.place-section p.sub {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  width: 307px;
  margin-bottom: 37px;
}

.place-section p.sub span {
  font-family: RobotoCondensedBold;
  text-transform: uppercase;
  display: block;
}

/* Контакты */

.contacts-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contacts-section .left {
  width: 39%;
  background-color: #ebebeb;
}

.contacts-section .right {
  width: 61%;
  background-color: #f5f5f5;
}

.contacts-section .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-top: 30px;
}

.contacts-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #067c96;
  margin-bottom: 23px;
}

.contacts-mob-left {
  display: none;
}

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

.contacts-left {
  width: 32%;
  padding-bottom: 20px;
  padding-right: 10px;
}

.contacts-left p {
  font: 15px RobotoCondensedBold;
  line-height: 30px;
  color: #067c96;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.contacts-left p span {
  display: block;
  color: #363636;
}

.contacts-left .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

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

.contacts-left .item span {
  margin-left: 10px;
  color: #363636;
  font-size: 15px;
}

.contacts-right {
  width: 68%;
  padding-left: 25px;
  padding-bottom: 45px;
}

.contacts-right h3 {
  font: 15px RobotoCondensedBold;
  color: #067c96;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.contacts-right .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
.contacts-right .inputs .wpcf7-form-control-wrap{
  width: 48%;
}
.contacts-right .inputs .wpcf7-form-control-wrap input{
  width: 100%;
}
.agree .wpcf7-form-control-wrap .wpcf7-list-item{
  display: none;
}
.contacts-right .inputs input {

  height: 31px;
  border: none;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #c2c2c2;
  color: #363636;
  font: 15px RobotoCondensedLight;
}

.contacts-right .inputs input::-webkit-input-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right .inputs input::-moz-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right .inputs input:-ms-input-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right .inputs input::placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right textarea {
  width: 100%;
  height: 31px;
  border: none;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #c2c2c2;
  color: #363636;
  font: 15px RobotoCondensedLight;
  resize: none;
  margin-bottom: 45px;
}

.contacts-right textarea::-webkit-input-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right textarea::-moz-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right textarea:-ms-input-placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right textarea::placeholder {
  font: 15px RobotoCondensedLight;
  color: #c2c2c2;
}

.contacts-right .form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-right .form-bottom .submit {
  width: 24%;
}

.contacts-right .form-bottom .submit button {
  background-color: #59bcca;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  border: none;
  font: 15px RobotoCondensedBold;
  padding: 5px 17px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-right .form-bottom .submit button:hover {
  background-color: #067c96;
}

.contacts-right .form-bottom .submit button::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 11px;
  background: url('../img/header-arrow.svg') no-repeat;
}

.contacts-right .form-bottom .agree {
  width: 76%;
  padding-left: 20px;position: relative;
}

.contacts-right .form-bottom .agree input {
  display: none;
}
.contacts-right .form-bottom .agree .wpcf7-form-control-wrap{
   display: inline-block;
   width: 22px;
   position: absolute;
   top: 12px;
   left: 0;
    -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
 }

.contacts-right .form-bottom .agree label {
  color: rgba(112, 112, 112, 0.5);
  font-size: 13px;
  line-height: 26px;
  position: relative;
  cursor: pointer;
  display: block;
}
.none_fixed {
  position: static;
}
.contacts-right .form-bottom .agree label a {
  color: rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.wpcf7-acceptance::before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #b2b2b2;
  display: block;
}
.wpcf7-acceptance.wpcf7-not-valid::before{
  border-color: red;
}
.wpcf7-acceptance-act .wpcf7-acceptance::before {
  background: url('../img/agree-checked.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.screen-reader-response,.wpcf7-response-output,.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7-not-valid{
  border-color: red !important;
}
.ok {
  display: none;
}

.ok h3 {
  margin-bottom: 10px;
}

.ok p {
  color: #363636;
  font: 15px RobotoCondensedBold;
  text-transform: uppercase;
}

/* Блок перед футером */

.phones-section {
  padding-top: 38px;
}

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

.phones-column {
  width: 32%;
}

.phones-item {
  margin-bottom: 35px;
}

.phones-item h3 {
  color: #067c96;
  font: 15px RobotoCondensedBold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.phones-item h3 img {
  display: none;
}

.phones-item h3 br {
  display: none;
}

.phones-item .sub-item h4 {
  color: #707070;
  font: 15px RobotoCondensedBold;
  margin-bottom: 10px;
}

.phones-item .sub-item a.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.phones-item .sub-item a.item span {
  color: #707070;
  font-size: 15px;
  margin-left: 9px;
}

.phones-item .sub-item a.item:last-child {
  margin-bottom: 0;
}

.phones-item .sub-item.second {
  margin-top: 13px;
}

footer {
  background-color: #59bcca;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-wrap {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrap span {
  font-family: RobotoCondensedBold;
}

/* Новости конгресса */

.news-section {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
}

.news-section .after {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(810px, 0);
  -ms-transform: translate(810px, 0);
  transform: translate(810px, 0);
  width: 20px;
  height: 100%;
  background-color: #fff;
  z-index: 4;
  -webkit-box-shadow: -40px 0 65px 60px #fff;
  box-shadow: -40px 0 65px 60px #fff;
}

.news-section .before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-810px, 0);
  -ms-transform: translate(-810px, 0);
  transform: translate(-810px, 0);
  width: 20px;
  height: 100%;
  background-color: #fff;
  z-index: 4;
  -webkit-box-shadow: 40px 0 65px 60px #fff;
  box-shadow: 40px 0 65px 60px #fff;
}

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

.title-wrap h2 {
  font: 35px RobotoCondensedBold;
  text-transform: uppercase;
  color: #0c7d99;
}

.title-wrap a {
  text-transform: uppercase;
  font: 13px RobotoCondensedBold;
  color: #a1a1a1;
}

.slider-wrap {
  width: 100%;
  max-width: 1475px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slider-wrap .news-prev {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-645px, -50%);
  -ms-transform: translate(-645px, -50%);
  transform: translate(-645px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-prev.png');
  z-index: 3;
  cursor: pointer;
  display: none;
}

.slider-wrap .news-next {
  position: absolute;
  top: 27%;
  right: 50%;
  -webkit-transform: translate(645px, -50%);
  -ms-transform: translate(645px, -50%);
  transform: translate(645px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-next.png');
  z-index: 3;
  cursor: pointer;
}

.slider-inner-wrap {
  width: 10000px;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.slider-item {
  width: 3.5%;
  float: left;
  margin-right: 25px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: .7;
}

.slider-item.visible {
  opacity: 1;
}

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

.slider-item-img {
  margin-bottom: 13px;
  display: block;
}

.slider-item-img img {
  width: 100%;
}

.slider-item .date {
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  color: #59bcca;
  margin-bottom: 8px;
}

.slider-item p {
  color: #363636;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}
.slider-item-name a{
  color: inherit;
}
.slider-item-name a:hover{
  color: #067c96;
}
.slider-item a.more {
  background-color: #59bcca;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  padding: 5px 17px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.slider-item a.more:hover {
  background-color: #067c96;
}

.slider-item a.more::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 11px;
  background: url('../img/header-arrow.svg') no-repeat;
}

.expo-slider-section {
  padding: 35px 0;
  overflow: hidden;
  background-color: #035c77;
  position: relative;
}

.expo-slider-section .after {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(810px, 0);
  -ms-transform: translate(810px, 0);
  transform: translate(810px, 0);
  width: 20px;
  height: 100%;
  background-color: #035c77;
  z-index: 4;
  -webkit-box-shadow: -40px 0 65px 60px #035c77;
  box-shadow: -40px 0 65px 60px #035c77;
}

.expo-slider-section .before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-810px, 0);
  -ms-transform: translate(-810px, 0);
  transform: translate(-810px, 0);
  width: 20px;
  height: 100%;
  background-color: #035c77;
  z-index: 4;
  -webkit-box-shadow: 40px 0 65px 60px #035c77;
  box-shadow: 40px 0 65px 60px #035c77;
}

.expo-bottom-slider {
  width: 100%;
  max-width: 1475px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.expo-bottom-slider .expo-sl-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-645px, -50%);
  -ms-transform: translate(-645px, -50%);
  transform: translate(-645px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-prev.png');
  z-index: 3;
  cursor: pointer;
  display: none;
}

.expo-bottom-slider .expo-sl-next {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(645px, -50%);
  -ms-transform: translate(645px, -50%);
  transform: translate(645px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-next.png');
  z-index: 3;
  cursor: pointer;
}

.expo-bottom-item {
  font-size: 15px;
  color: #fff;
  float: left;
  opacity: .15;
  padding-right: 25px;
  margin-right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.expo-bottom-item.visible {
  opacity: 1;
}

.expo-bottom-item .date {
  color: #59bcca;
  font-family: RobotoCondensedBold;
  margin-bottom: 10px;
}

.expo-bottom-item .text {
  line-height: 30px;
  display: block;
}

.expo-inner-wrap {
  width: 100000px;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

/* Деловая программа */

.programm-section {
  background-color: #ebebeb;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.programm-section .after {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(810px, 0);
  -ms-transform: translate(810px, 0);
  transform: translate(810px, 0);
  width: 20px;
  height: 100%;
  background-color: #ebebeb;
  z-index: 4;
  -webkit-box-shadow: -40px 0 65px 60px #ebebeb;
  box-shadow: -40px 0 65px 60px #ebebeb;
}

.programm-section .before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-810px, 0);
  -ms-transform: translate(-810px, 0);
  transform: translate(-810px, 0);
  width: 20px;
  height: 100%;
  background-color: #ebebeb;
  z-index: 4;
  -webkit-box-shadow: 40px 0 65px 90px #ebebeb;
  box-shadow: 40px 0 65px 90px #ebebeb;
}

.programm-section h2 {
  text-transform: uppercase;
  font: 35px RobotoCondensedBold;
  color: #067c96;
  margin-bottom: 25px;
}

.programm-section p.sub {
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 15px;
  font: 15px RobotoCondensedBold;
}

.programm-section p.sub br {
  display: none;
}

.programm-section a.program-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.programm-section a.program-down.last {
  margin-bottom: 30px;
}

.programm-section a.program-down span {
  color: #b7b7b7;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  margin-left: 13px;
}

.programm-section h3 {
  text-transform: uppercase;
  color: #0c7d99;
  font: 20px RobotoCondensedBold;
  margin-bottom: 30px;
}

.programm-section h3 br {
  display: none;
}

.programm-slider {
  width: 100%;
  max-width: 1475px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.programm-slider .programm-prev {
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-635px, -50%);
  -ms-transform: translate(-635px, -50%);
  transform: translate(-635px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-prev.png');
  z-index: 3;
  cursor: pointer;
  display: none;
}

.programm-slider .programm-next {
  position: absolute;
  top: 31%;
  right: 50%;
  -webkit-transform: translate(635px, -50%);
  -ms-transform: translate(635px, -50%);
  transform: translate(635px, -50%);
  width: 18px;
  height: 31px;
  background: url('../img/news-next.png');
  z-index: 3;
  cursor: pointer;
}

.programm-slider-item {
  float: left;
  margin-right: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.programm-slider-item .programm-slider-img {
  margin-bottom: 15px;
}

.programm-slider-item .programm-slider-img img {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.programm-slider-item h3 {
  color: #067c96;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  margin-bottom: 15px;
}

.programm-slider-item p {
  font-size: 13px;
  line-height: 16px;
  color: #707070;
}

.programm-inner-wrap {
  width: 10000px;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

/* Меню */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}

.open-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 102;
  padding-top: 22px;
  padding-bottom: 40px;
  display: none;
}

.open-menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.open-menu-top a.logo img {
  /*width: 302px;*/
}

.open-menu-top .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.open-menu-top .hamburger .text {
  color: #707070;
  font-size: 17px;
  margin-right: 15px;
}

.open-menu-top .hamburger .inner {
  margin-top: 7px;
}

.open-menu-top .hamburger .inner .line {
  width: 32px;
  height: 3px;
  background-color: #0e7d99;
}

.open-menu-top .hamburger .inner .line:first-child {
  margin-bottom: 5px;
  -webkit-transform: rotate(-45deg) translate(-2px, 0);
  -ms-transform: rotate(-45deg) translate(-2px, 0);
  transform: rotate(-45deg) translate(-2px, 0);
}

.open-menu-top .hamburger .inner .line:last-child {
  -webkit-transform: rotate(45deg) translate(-5px, -4px);
  -ms-transform: rotate(45deg) translate(-5px, -4px);
  transform: rotate(45deg) translate(-5px, -4px);
}

.open-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.open-menu .left {
  width: 34%;
  padding-right: 25px;
}

.open-menu .left ul li {
  text-transform: uppercase;
  font: 20px RobotoCondensedBold;
  margin-bottom: 20px;
}

.open-menu .left ul li:last-child {
  margin-bottom: 0;
}

.open-menu .left ul li a {
  color: #067c96;
}

.open-menu .left ul li a.hidden_md {
   display: none;
}

.open-menu .right {
  width: 66%;
}

.open-menu .right h3 {
  color: #59bcca;
  text-transform: uppercase;
  font: 20px RobotoCondensedBold;
  margin-bottom: 30px;
}

.open-menu .right ul {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 25px;
}

.open-menu .right ul li {
  font-size: 15px;
  margin-bottom: 30px;
}

.open-menu .right ul li:last-child {
  margin-bottom: 0;
}

.open-menu .right ul li a {
  color: #7b7b7b;
}

/* Страница всех новостей */

header.all-news-header {
  padding-top: 170px;
  padding-bottom: 70px;
  background: url('../img/all-news-header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.all-news-section {
  padding-top: 45px;
}

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

.all-news-wrap .all-news-item {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
}

.all-news-wrap .all-news-item:nth-child(3n-1),
.all-news-wrap .all-news-item:nth-child(3n-2) {
  margin-right: 2%;
}

.all-news-wrap .all-news-item .image {
  margin-bottom: 15px;
}

.all-news-wrap .all-news-item .image img {
  width: 100%;
  height: auto;
}

.all-news-wrap .all-news-item .date {
  color: #59bcca;
  font: 15px RobotoCondensedBold;
  margin-bottom: 8px;
}

.all-news-wrap .all-news-item p {
  color: #363636;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}

.all-news-wrap .all-news-item a.more {
  background-color: #59bcca;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  padding: 5px 17px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.all-news-wrap .all-news-item a.more:hover {
  background-color: #067c96;
}

.all-news-wrap .all-news-item a.more::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 11px;
  background: url('../img/header-arrow.svg') no-repeat;
}

.slider-wrap-news-all {
  width: 100%;
  max-width: 1475px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

.slider-wrap-news-all .slider-item{
  margin-bottom: 30px;
}

.slider-wrap-news-all .all-news-prev {
  position: absolute;
  top: 23%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background: url('../img/news-prev.png') no-repeat;
  z-index: 3;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider-wrap-news-all .all-news-prev img {
  display: none;
}

.slider-wrap-news-all .all-news-next {
  position: absolute;
  top: 23%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background: url('../img/news-next.png') no-repeat;
  z-index: 3;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider-wrap-news-all .all-news-next img {
  display: none;
}

.all-news-inner {
  width: 10000px;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.slider-wrap-news-all .all-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  margin-right: 15px;
  opacity: .7;
}

.slider-wrap-news-all .all-news-item.visible {
  opacity: 1;
}

.slider-wrap-news-all .all-news-item .image {
  margin-bottom: 13px;
}

.slider-wrap-news-all .all-news-item .image img {
  display: block;
  width: 100%;
}

.slider-wrap-news-all .all-news-item .date {
  color: #59bcca;
  font: 13px RobotoCondensedBold;
  margin-bottom: 4px;
}

.slider-wrap-news-all .all-news-item p {
  color: #363636;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 20px;
}

.slider-wrap-news-all .all-news-item a.more {
  background-color: #59bcca;
  color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font: 15px RobotoCondensedBold;
  padding: 5px 17px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.slider-wrap-news-all .all-news-item a.more:hover {
  background-color: #067c96;
}

.slider-wrap-news-all .all-news-item a.more::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 12px;
  height: 11px;
  background: url('../img/header-arrow.svg') no-repeat;
}

.pag-wrap {
  border-top: 1px solid #b7b7b7;
  padding: 45px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pag-wrap .left-arrow a,
.pag-wrap .right-arrow a {
  width: 33px;
  height: 31px;
  background-color: #b7b7b7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative; 
  font-size: 0;
}

.pag-wrap .left-arrow a:after,
.pag-wrap .right-arrow a:after{
  content: "none";
  position: absolute;
  top: 27%;
  left: 33%;
  width: 12px;  
  height: 12px; 
  background: url('../img/header-arrow.svg') no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.pag-wrap .left-arrow a:after{
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pag-wrap .left-arrow.active a,
.pag-wrap .right-arrow.active a {
  background-color: #59bcca;
}

ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}

.pagination{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.screen-reader-text{
  display: none;
}

ul.page-numbers li {
  font: 15px RobotoCondensedBold;
}

.link-disabled{
  pointer-events: none;
}

ul.page-numbers li:last-child {
  margin-right: 0;
}

ul.page-numbers li span, ul.page-numbers li a {
  color: #b7b7b7;
  padding: 5px;
}

ul.page-numbers li .current {
  color: #067c96;
}

/* Страница новости */

header.news-header {
  background-image: none;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 120px;
  color: #fff;
}

header.news-header .date {
  font-size: 20px;
  margin-bottom: 50px;
}

header.news-header h1 {
  font: 35px RobotoCondensedBold;
  line-height: 48px;
}

.one-news-section {
  background-color: #ebebeb;
  padding-top: 35px;
  overflow: hidden;
}
.one-news-section h1{
  color: #0c7d99;
}
.one-news-section h2 {
  color: #0c7d99;
  font: 20px RobotoCondensedBold;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.one-news-section .image img {
  width: 100%;
}

.one-news-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 35px;
}

.one-news-wrap .left {
  padding: 20px;
  padding-left: 0;
  background-color: #fff;
  width: 31.8%;
  color: #707070;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
  position: relative;
}

.one-news-wrap .left::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3000px;
  width: 3000px;
  height: 100%;
  background-color: #fff;
}

.one-news-wrap .text {
  width: 68.2%;
  padding-left: 25px;
  margin-left: auto;
}

.one-news-wrap .text p {
  color: #363636;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}

.one-news-wrap .text ul {
  color: #363636;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}

.one-news-wrap .text strong {
  font-family: RobotoCondensedBold;
}

.one-news-wrap .text img {
  width: 100%;
  height: auto;
}

.program-wrap {
  margin: 30px 0;
}
.program-wrap h1 {
  font-size: 35px;
  font-family: RobotoCondensedLight;
  line-height: 45px;
  color: #0c7d99;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.program-wrap h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: RobotoCondensedLight;
  margin-bottom: 25px;
}
.program-wrap h3.cyan {
  color: #0c7d99;
  margin-bottom: 0px;
}
.program-wrap ul {
  margin-bottom: 25px;
}
.program-wrap li, .program-wrap p {
  font-size: 15px;
  line-height: 30px;
}


/* Политика конфиденциальности */

.politic-top {
  -webkit-box-shadow: 0 5px 10px #ededed;
  box-shadow: 0 5px 10px #ededed;
}

.politic-section {
  padding-top: 135px;
  padding-bottom: 35px;
}

.politic-section h1 {
  text-transform: uppercase;
  color: #363636;
  font: 15px RobotoCondensedBold;
  line-height: 30px;
}

.politic-section h2 {
  text-transform: uppercase;
  color: #097e97;
  font: 20px RobotoCondensedBold;
  margin-top: 30px;
}

.politic-section h3 {
  text-transform: uppercase;
  color: #363636;
  font: 15px RobotoCondensedBold;
  margin-top: 25px;
}

.politic-section p {
  font-size: 15px;
  color: #363636;
  margin-top: 5px;
  line-height: 30px;
}

/* 404 */

.error-section {
  height: 100vh;
  background: url('../img/error-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.error-section h1 {
  font: 150px RobotoCondensedBold;
  line-height: 1;
  margin-bottom: 15px;
}

.error-section p {
  font-size: 15px;
  line-height: 30px;
}

.error-section p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

footer.error {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1300px) {
  .smi-section .left {
    width: 57%;
  }

  .smi-section .right {
    width: 43%;
  }
}

@media screen and (min-width: 1650px) {
  .smi-section .left {
    width: 56%;
  }

  .smi-section .right {
    width: 44%;
  }
}

@media screen and (min-width: 2000px) {
  .smi-section .left {
    width: 54%;
  }

  .smi-section .right {
    width: 46%;
  }
}

@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1700px) {
  .contacts-section .left {
    width: 37%;
  }

  .contacts-section .right {
    width: 63%;
  }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1450px) {
  .contacts-section .left {
    width: 35%;
  }

  .contacts-section .right {
    width: 65%;
  }
}

@media screen and (max-width: 1350px) {
  .slider-wrap .news-prev {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 25px;
  }

  .slider-wrap .news-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 25px;
  }

  .expo-bottom-slider .expo-sl-prev {
    left: 18px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .expo-bottom-slider .expo-sl-next {
    right: 18px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1300px) {
  .place-section #map {
    width: 100%;
  }

  .contacts-section .left {
    width: 33%;
  }

  .contacts-section .right {
    width: 67%;
  }

  .programm-slider .programm-prev {
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .programm-slider .programm-next {
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1250px) {
  .slider-wrap .news-next {
    right: 90px;
  }

  .slider-wrap .news-prev {
    left: 90px;
  }
}

@media screen and (max-width: 1230px) {
  .programm-slider .programm-prev {
    left: 65px;
  }

  .programm-slider .programm-next {
    right: 65px;
  }
}

@media screen and (max-width: 1200px) {
  .event-section .slick-prev {
    left: 10px;
  }

  .event-section .slick-next {
    right: 10px;
  }

  .event-slider-item .text p {
    width: 94%;
  }

  .event-slider-item .text p.sub {
    width: 100%;
  }
}

@media screen and (max-width: 1160px) {
  .place-section .place-block {
    left: 25px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1150px) {
  .slider-wrap .news-next {
    right: 40px;
  }

  .slider-wrap .news-prev {
    left: 40px;
  }
}

@media screen and (max-width: 1140px) {
  .programm-slider .programm-prev {
    left: 30px;
    top: 27%;
  }

  .programm-slider .programm-next {
    right: 30px;
    top: 27%;
  }
}

@media screen and (max-width: 1100px) {
  .sm-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1050px) {
  .about-wrap p.text {
    width: 40%;
  }

  .about-wrap .about-slider {
    width: 60%;
  }

  .expo-wrap .text {
    width: 45%;
  }

  .expo-wrap .expo-slider {
    width: 55%;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 24%;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 25%;
  }
}

@media screen and (max-width: 960px) {
  header p.sub {
    font-size: 17px;
  }

  .header-menu-item {
    margin-right: 70px;
  }

  .about-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-wrap p.text {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .about-wrap .about-slider {
    width: 100%;
  }

  .event-section {
    padding-top: 5px;
  }

  .event-slider-item .text {
    padding: 15px 0;
    padding-left: 15px;
  }

  .event-slider-item .text p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .event-slider-item .text h3 {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .event-slider-item .text p.sub {
    font-size: 13px;
    line-height: 26px;
  }

  .support-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-wrap p.text {
    width: 100%;
    margin-bottom: 20px;
  }

  .support-wrap .logotypes {
    width: 100%;
  }

  .exposition-section {
    background-position: 76% 0;
  }

  .expo-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .expo-wrap .text {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .expo-wrap .expo-slider {
    width: 100%;
  }

  .partners-section {
    padding-top: 20px;
  }

  .partners-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .partners-section p.sub {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .partners-wrap .partners-item {
    font-size: 13px;
    line-height: 26px;
  }

  .partners-wrap .partners-item-img {
    margin-bottom: 14px;
  }

  .get-partner {
    background-position: 70% 0;
  }

  .get-partner h2 br {
    display: block;
  }

  .contacts-section {
    display: block;
    background-color: #f5f5f5;
    padding-bottom: 30px;
  }

  .contacts-section .left,
  .contacts-section .right {
    display: none;
  }

  .contacts-section .wrapper {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 25px;
  }

  .contacts-section .main-wrap h2 {
    display: none;
  }

  .contacts-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .contacts-mob-left {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .contacts-mob-left p {
    font: 15px RobotoCondensedBold;
    line-height: 30px;
    color: #067c96;
    margin-bottom: 17px;
    text-transform: uppercase;
  }

  .contacts-mob-left p span {
    display: block;
    color: #363636;
  }

  .contacts-mob-left .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .contacts-mob-left .item:last-child {
    margin-bottom: 0;
  }

  .contacts-mob-left .item span {
    margin-left: 10px;
    color: #363636;
    font-size: 13px;
  }

  .contacts-left {
    display: none;
  }

  .contacts-right {
    width: 100%;
    padding: 0;
    padding-top: 25px;
  }

  .contacts-right h3 {
    margin-bottom: 15px;
  }

  .contacts-right .inputs {
    margin-bottom: 18px;
  }

  .contacts-right .inputs input {
    font-size: 13px;
  }

  .contacts-right .inputs input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contacts-right .inputs input::-moz-placeholder {
    font-size: 13px;
  }

  .contacts-right .inputs input:-ms-input-placeholder {
    font-size: 13px;
  }

  .contacts-right .inputs input::placeholder {
    font-size: 13px;
  }

  .contacts-right textarea {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .contacts-right textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contacts-right textarea::-moz-placeholder {
    font-size: 13px;
  }

  .contacts-right textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  .contacts-right textarea::placeholder {
    font-size: 13px;
  }

  .contacts-right .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts-right .form-bottom .agree {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 28px;
  }

  .contacts-right .form-bottom .submit {
    width: 100%;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 22%;
  }

  .slider-wrap .news-prev {
    left: 15px;
  }

  .slider-wrap .news-next {
    right: 15px;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 23%;
  }

  .sm-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}




















@media screen and (max-width: 820px) {

  .letters-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .letters-section p.sub {
    line-height: 20px;
    margin-bottom: 20px;
  }

  .letters-section .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .letters-line {
    display: none;
  }

  .letters-slider {
    background-color: #fff;
    display: block;
  }

  .letters-slider-wrap {
    background-color: #fff;
    position: relative;
  }

  .letters-slider-wrap .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 5px;
    width: 10px;
    height: 18px;
    background: url('../img/event-prev.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
    opacity: 0;
  }

  .letters-slider-wrap .prev:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-prev-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .letters-slider-wrap .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 5px;
    width: 10px;
    height: 18px;
    background: url('../img/event-next.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .letters-slider-wrap .next:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-next-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .letters-slider {
    overflow: hidden;
    width: 100%;
  }

  .letters-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .letters-slider-item {
    background-color: #f5f5f5;
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 15px RobotoCondensedBold;
    text-transform: uppercase;
  }

  .letters-slider-item .sub-item {
    width: 100%;
    padding: 0 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 235px;
    text-align: center;
  }

  .letters-slider-item .sub-item:first-child {
    background-color: #fff;
    padding-left: 0;
  }

  .letters-slider-item .image {
    margin-bottom: 15px;
    margin-left: 3px;
    text-align: center;
  }

  .letters-slider-item .image img {
    /*width: 60px;
    height: 60px;*/
    display: inline;
  }

}





































@media screen and (max-width: 780px) {
  .wrapper {
    max-width: 100%;
    padding: 0 7.5%;
  }

  .slider-item-img{
    position: relative;
    overflow: hidden;
  }

  .slider-item-img::after{
    content: "";
    padding-top: 100%;
    width: 100%;
    display: block;
  }

  .slider-item-img img {
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }

  header {
    padding-top: 135px;
  }

  header p.sub,
  header p.place {
    font-size: 15px;
    line-height: 23px;
  }

  .header-menu-item {
    display: none;
  }

  .header-menu-item:first-child {
    display: block;
  }

  .about-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .about-section h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .about-wrap p.text {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .event-section .wrapper {
    padding: 0;
  }

  .support-wrap p.text {
    font-size: 13px;
  }

  .support-wrap .logotypes {
    width: 100%;
  }

  .support-wrap .logotypes img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .exposition-section {
    padding-top: 20px;
    padding-bottom: 30px;
    background-position: 76% 0;
  }

  .exposition-section h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .expo-wrap .text p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 13px;
  }

  .expo-wrap .text .download span {
    font-size: 13px;
  }

  .expo-wrap .text .download.first {
    margin-bottom: 15px;
  }

  .partners-wrap .partners-item {
    padding: 27px 15px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .get-partner {
    background-position: 70% 0;
  }

  .get-partner h2 {
    font-size: 15px;
  }

  .get-partner .item {
    margin-bottom: 14px;
  }

  .get-partner .item span {
    font-size: 13px;
  }

  .smi-section {
    display: block;
    background-color: #f5f5f5;
  }

  .smi-section .left,
  .smi-section .right {
    display: none;
  }

  .smi-section .wrapper {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 25px 7.5%;
    padding-bottom: 0;
  }

  .smi-section h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .smi-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .smi-left {
    width: 100%;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 26px;
  }

  .smi-right {
    display: none;
  }

  .mobile-smi-right {
    display: block;
    background-color: #ebebeb;
    padding: 20px 0;
    font: 13px RobotoCondensedBold;
    line-height: 26px;
    color: #0c7d99;
  }

  .mobile-smi-right .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .place-section {
    min-height: 370px;
    background: url('../img/map-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .place-section .place-block {
    display: none;
  }

  .place-section #map {
    display: none;
  }

  .place-section .wrapper {
    display: block;
    padding-top: 25px;
  }

  .place-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .place-section p.sub {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
    width: 200px;
  }

  .contacts-section .wrapper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .phones-section {
    padding-top: 20px;
  }

  .phones-item {
    margin-bottom: 30px;
  }

  .phones-item h3 {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .phones-item h3 br {
    display: block;
  }

  .phones-item .sub-item h4 {
    font-size: 13px;
  }

  .phones-item .sub-item a.item {
    margin-bottom: 7px;
  }

  .phones-item .sub-item a.item span {
    font-size: 13px;
    margin-left: 4px;
  }

  .phones-item .sub-item a.item img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .title-wrap {
    margin-bottom: 25px;
  }

  .title-wrap h2 {
    font-size: 30px;
  }

  .slider-item {
    margin-right: 15px;
  }

  .slider-item .date {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .slider-item p {
    font-size: 13px;
    line-height: 26px;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 24%;
  }

  .expo-slider-section {
    padding: 25px 0;
  }

  .expo-bottom-item {
    margin-right: 15px;
    font-size: 13px;
    padding-right: 0;
  }

  .expo-bottom-item .date {
    margin-bottom: 5px;
  }

  .expo-bottom-item p {
    line-height: 26px;
  }

  .programm-section {
    padding: 20px 0;
  }

  .programm-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .programm-section p.sub {
    font-size: 13px;
  }

  .programm-section a.program-down {
    margin-bottom: 13px;
  }

  .programm-section a.program-down span {
    font-size: 13px;
  }

  .programm-section a.program-down.last {
    margin-bottom: 25px;
  }

  .programm-section h3 {
    font-size: 15px;
    margin-bottom: 23px;
  }

  .programm-slider-item {
    margin-right: 15px;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 31%;
  }

  .programm-slider .programm-prev {
    left: 10px;
  }

  .programm-slider .programm-next {
    right: 10px;
  }

  .open-menu .left {
    padding-right: 15px;
  }

  .open-menu .left ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .open-menu .right h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .open-menu .right ul li {
    font-size: 13px;
    margin-bottom: 22px;
  }

  header.all-news-header {
    padding-top: 150px;
    padding-bottom: 35px;
  }

  header.all-news-header h1 {
    font-size: 50px;
    line-height: 68px;
  }

  .all-news-wrap .all-news-item {
    margin-bottom: 30px;
  }

  .all-news-wrap .all-news-item .image {
    margin-bottom: 13px;
  }

  .all-news-wrap .all-news-item .date {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .all-news-wrap .all-news-item p {
    font-size: 13px;
    line-height: 26px;
  }

  header.news-header {
    padding-bottom: 100px;
  }

  header.news-header .date {
    margin-bottom: 40px;
  }

  header.news-header h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .one-news-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
  }

  .one-news-wrap .left {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 26px;
  }

  .one-news-wrap .left::before {
    width: 100px;
    left: -100px;
  }

  .one-news-wrap .text {
    width: 100%;
    padding-left: 0;
  }

  .one-news-wrap .text p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .one-news-wrap .text ul {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .one-news-section {
    padding-top: 25px;
  }

  .one-news-section h2 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .program-wrap h1 {
    font-size: 15px;
    line-height: 30px;
  }

  .program-wrap h3 {
    font-size: 15px;
    line-height: 30px;
  }

  .program-wrap li {
    font-size: 13px;
    line-height: 26px;
  }

  .politic-section {
    padding-top: 125px;
    padding-bottom: 25px;
  }

  .politic-section h1 {
    font-size: 13px;
    line-height: 26px;
  }

  .politic-section h2 {
    font-size: 15px;
    margin-top: 25px;
  }

  .politic-section h3 {
    font-size: 13px;
    margin-top: 20px;
  }

  .politic-section p {
    font-size: 13px;
    line-height: 26px;
    margin-top: 3px;
  }

  .sm-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }






  .support-wrap a {
    width: 33.33%;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 22%;
  }

  .slider-wrap .news-prev {
    left: 5px;
  }

  .slider-wrap .news-next {
    right: 5px;
  }
}

@media screen and (max-width: 650px) {
  header h1 {
    font-size: 56px;
  }

  .get-partner {
    background-position: 70% 0;
  }

  .get-partner h2 br {
    display: none;
  }

  .phones-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .phones-column {
    width: 100%;
  }

  .phones-item {
    margin-bottom: 25px;
  }

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

  .phones-item h3 img {
    display: block;
  }

  .phones-item h3 br {
    display: none;
  }

  .phones-item h3.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-items-wrap {
    display: none;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 20%;
  }

  .slider-wrap .news-prev {
    left: 50px;
  }

  .slider-wrap .news-next {
    right: 50px;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 29%;
  }

  .event-section {
    padding: 25px 0;
  }

  .event-section .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .event-section .wrapper {
    padding: 0 7.5%;
  }

  .event-section .slick-prev {
    left: -7%;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .event-section .slick-prev:hover {
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .event-section .slick-next {
    right: -7%;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .event-section .slick-next:hover {
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .event-slider-item .image {
    display: none;
  }

  .event-slider-item .text {
    width: 100%;
    padding: 0;
  }

  .event-slider-item .text p {
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .event-slider-item .text p.sub {
    line-height: 20px;
  }

  .event-slider-item .text p.sub br {
    display: none;
  }

  .support-wrap .logotypes {
    display: none;
  }

  .slider-logotypes {
    display: block;
    width: 100%;
  }

  .slider-logotypes img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .support-section {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .top-line-logo-wrap a.logo {
    margin-right: 10px;
    padding-right: 10px;
  }
  .top-line-logo-wrap a.logo img {
    width: 82px;
  }
  .top-line-logo-wrap a.logo2 img {
    width: 67px;
  }
  .top-line-logo-wrap a.logo-solo-rus img {
    width: 150px;
  }

  .top-line-wrap .lang_wrap {
    margin-right: 8px;
    padding-right: 8px;
  }

  .top-line-wrap .lang-item img{
    width: 21px;
  }

  .top-line-wrap .lang-item span{
    margin-left: 7px !important;
    font-size: 9px;
  }

  .top-line-wrap .hamburger .text {
    font-size: 13px;
  }

  .top-line-wrap .hamburger .inner {
    margin-left: 14px;
  }

  .top-line-wrap .hamburger .inner .line {
    width: 27px;
    height: 3px;
    margin-bottom: 6px;
  }

  header {
    padding-bottom: 22px;
  }

  header h1 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 8px;
  }

  header p.sub,
  header p.place {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 13px;
  }

  .header-timer {
    margin-bottom: 45px;
  }

  ul.countdown {
    font-size: 40px;
  }

  ul.countdown li {
    font-size: 40px;
  }

  ul.countdown li p {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 7px;
  }

  ul.countdown li p.days_minutes {
    margin-left: 3px;
  }

  ul.countdown li p.days_seconds {
    margin-left: 0;
  }

  .header-menu-item p {
    font-size: 13px;
  }

  .header-menu-item h3 {
    margin-bottom: 10px;
  }

  .about-section {
    padding-bottom: 0;
  }

  .about-section h2 {
    font-size: 25px;
    margin: 0 7%;
    margin-bottom: 10px;
  }

  .about-section .wrapper {
    padding: 0;
  }

  .about-wrap p.text {
    line-height: 20px;
    margin: 0 7%;
    margin-bottom: 20px;
  }

  .about-wrap .slick-dots {
    bottom: 10px;
  }

  .exposition-section {
    padding-bottom: 0;
    background: url('../img/expo-mob-bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right center;
  }

  .exposition-section h2 {
    font-size: 25px;
    margin: 0 7%;
    margin-bottom: 10px;
  }

  .exposition-section .wrapper {
    padding: 0;
  }

  .expo-wrap .text {
    line-height: 20px;
    margin: 0 7%;
    margin-bottom: 20px;
  }

  .expo-wrap .slick-dots {
    bottom: 10px;
  }

  .partners-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .partners-section p.sub {
    line-height: 20px;
    margin-bottom: 20px;
  }

  .partners-section .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-line {
    display: none;
  }

  .partners-slider {
    background-color: #fff;
    display: block;
  }

  .partners-slider-wrap {
    background-color: #fff;
    position: relative;
  }

  .partners-slider-wrap .prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 5px;
    width: 10px;
    height: 18px;
    background: url('../img/event-prev.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
    opacity: 0;
  }

  .partners-slider-wrap .prev:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-prev-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .partners-slider-wrap .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 5px;
    width: 10px;
    height: 18px;
    background: url('../img/event-next.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .partners-slider-wrap .next:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-next-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .partners-slider {
    overflow: hidden;
    width: 100%;
  }

  .partners-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-slider-item {
    background-color: #f5f5f5;
    color: #707070;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-slider-item .sub-item {
    width: 50%;
    padding: 0 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 235px;
  }

  .partners-slider-item .sub-item:first-child {
    background-color: #fff;
    padding-left: 0;
  }

  .partners-slider-item .image {
    margin-bottom: 15px;
    margin-left: 3px;
  }

  .partners-slider-item .image img {
    width: 60px;
    height: 60px;
  }

  .get-partner {
    padding: 25px 0;
    background-position: 70% 0;
  }

  .get-partner h2 {
    line-height: 20px;
  }

  .smi-left,
  .mobile-smi-right {
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .place-section {
    min-height: 300px;
    background-position: 54% 0;
  }

  .place-section h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .place-section p.sub {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
    width: 100%;
  }

  .contacts-right .inputs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .contacts-right .inputs input {
    width: 100%;
    margin-bottom: 17px;
  }
  .contacts-right .inputs .wpcf7-form-control-wrap{
    width: 100%;
  }

  .contacts-right textarea,
  .contacts-right .form-bottom .agree {
    margin-bottom: 25px;
  }

  .contacts-right .form-bottom .agree input:checked + label::before {
    top: 15px;
  }

  footer {
    height: 66px;
    padding-top: 10px;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-wrap p:first-child {
    margin-bottom: 10px;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 24%;
  }

  .slider-wrap .news-prev {
    left: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-wrap .news-prev img {
    display: none;
  }

  .slider-wrap .news-next {
    right: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-wrap .news-next img {
    display: none;
  }

  .title-wrap h2 {
    font-size: 25px;
  }

  .title-wrap a {
    font-size: 11px;
  }

  .title-wrap a span {
    display: none;
  }

  .expo-bottom-slider .expo-sl-prev {
    left: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .expo-bottom-slider .expo-sl-prev img {
    display: none;
  }

  .expo-bottom-slider .expo-sl-next {
    right: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .expo-bottom-slider .expo-sl-next img {
    display: none;
  }

  .programm-section h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .programm-section p.sub {
    line-height: 20px;
  }

  .programm-section p.sub br {
    display: block;
  }

  .programm-section a.program-down.last {
    margin-bottom: 17px;
  }

  .programm-section h3 {
    line-height: 20px;
    margin-bottom: 20px;
  }

  .programm-section h3 br {
    display: block;
  }

  .programm-slider .programm-prev {
    left: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 27%;
  }

  .programm-slider .programm-prev img {
    display: none;
  }

  .programm-slider .programm-next {
    right: 5px;
    width: 10px;
    height: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 27%;
  }

  .programm-slider .programm-next img {
    display: none;
  }

  .open-menu .left {
    width: 100%;
    padding-right: 0;
  }

  .open-menu .left ul li a.hidden_md {
     display: inline;
  }

  .open-menu .right {
    display: none;
  }

  .open-menu-wrap {
    padding-bottom: 25px;
  }

  .open-menu-top {
    margin-bottom: 40px;
  }

  .open-menu-top a.logo img {
    /*width: 178px;*/
  }

  .open-menu-top .hamburger .text {
    font-size: 13px;
    margin-right: 10px;
  }

  .open-menu-top .hamburger .inner .line {
    width: 25px;
  }

  .open-menu .left ul li {
    margin-bottom: 17px;
  }

  header.all-news-header {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  header.all-news-header h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .all-news-section .wrapper {
    display: none;
  }

  .slider-wrap-news-all {
    display: block;
  }

  .pag-wrap {
    display: none;
  }

  header.news-header {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  header.news-header .date {
    font-size: 15px;
    margin-bottom: 35px;
  }

  header.news-header h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .one-news-section .wrapper {
    padding: 0;
  }

  .one-news-section h2 {
    padding: 0 7.5%;
    font-size: 15px;
    line-height: 20px;
  }

  .one-news-wrap {
    padding-top: 0;
  }

  .one-news-wrap .left {
    padding: 0 7.5%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }

  .one-news-wrap .text p {
    padding: 0 7.5%;
    line-height: 30px;
  }

  .program-wrap h1 {
    padding: 0 7.5%;
  }

  .program-wrap h3 {
    padding: 0 7.5%;
  }

  .politic-section {
    padding-top: 105px;
  }

  .politic-section h1 {
    line-height: 20px;
  }

  .politic-section h2 {
    margin-top: 20px;
  }

  .politic-section h3 {
    margin-top: 15px;
  }

  .politic-section p {
    line-height: 20px;
  }

  .sm-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }




  .support-section .slick-prev {
    left: -15px;
    width: 10px;
    height: 18px;
    background: url('../img/event-prev.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
  }

  .support-section .slick-prev:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-prev-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .support-section .slick-next {
    right: -15px;
    width: 10px;
    height: 18px;
    background: url('../img/event-next.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .support-section .slick-next:hover {
    width: 10px;
    height: 18px;
    background: url('../img/event-next-hover.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }


  .support-wrap a {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .support-wrap a img {
    max-width: 100%;
    transform: scale(0.8);
  }




  .first-support .support-wrap .logotypes {
  	width: 100%;
  }

  .first-support .support-wrap .logotypes a img {
  	display: block;
  	margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .slider-wrap-news-all .all-news-prev,
  .slider-wrap-news-all .all-news-next {
    top: 20%;
  }

  .slider-item p {
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 490px) {
  .partners-slider-item .sub-item {
    min-height: 255px;
  }
}

@media screen and (max-width: 440px) {
  .partners-slider-item .sub-item {
    min-height: 275px;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 21%;
  }

  .slider-wrap-news-all .all-news-prev,
  .slider-wrap-news-all .all-news-next {
    top: 18%;
  }

  .sm-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  a.palce-logo img {
    max-width: 80px;
  }

  .place-section {
    background-position: 33% 0;
    min-height: 255px;
  }

  .expo-bottom-item .text {
  	line-height: 23px;
  	-webkit-text-size-adjust: 100%;
  }

  .programm-slider-item p {
  	-webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 410px) {
  .place-section {
    min-height: 275px;
  }
}

@media screen and (max-width: 400px) {
  .partners-slider-item .sub-item {
    min-height: 295px;
  }

  .get-partner {
    background-position: 73% 0;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 17%;
  }

  header.all-news-header {
    padding-top: 110px;
    padding-bottom: 15px;
  }

  header.all-news-header h1 {
    font-size: 30px;
    line-height: 44px;
  }

  .slider-wrap-news-all .all-news-prev,
  .slider-wrap-news-all .all-news-next {
    top: 15%;
  }

  .error-section p br {
    display: none;
  }

  header {
    padding-bottom: 23px;
  }

  header h1 {
    font-size: 32px;
    line-height: 46px;
  }

  .header-timer {
    margin-bottom: 55px;
  }

  .header-menu-item h3 {
    margin-bottom: 8px;
  }

  .header-menu-item h3 a::after {
    width: 25px;
    height: 23px;
    right: 3px;
  }
}

@media screen and (max-width: 380px) {
  .slider-logotypes img {
    margin-left: 10px;
    display: block;
  }

  .slider-logotypes-item:nth-child(6) img {
    margin-right: 20px;
    margin-left: 0;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 23%;
  }
}

@media screen and (max-width: 365px) {
  .partners-slider-item .sub-item {
    min-height: 315px;
  }

  .slider-wrap-news-all .all-news-prev,
  .slider-wrap-news-all .all-news-next {
    top: 13%;
  }

  header.news-header .date {
    margin-bottom: 30px;
  }

  header.news-header h1 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 360px) {
  header {
    padding-bottom: 29px;
  }

  .ok p {
    font-size: 13px;
  }
}

@media screen and (max-width: 345px) {
  .partners-slider-item .sub-item {
    min-height: 335px;
  }
}

@media screen and (max-width: 340px) {
  .contacts-right .form-bottom .agree label {
    font-size: 12px;
    line-height: 24px;
  }

  .slider-wrap .news-prev,
  .slider-wrap .news-next {
    top: 15%;
  }

  .programm-slider .programm-prev,
  .programm-slider .programm-next {
    top: 22%;
  }

  .slider-wrap-news-all .all-news-prev,
  .slider-wrap-news-all .all-news-next {
    top: 11%;
  }
}













@media screen and (max-width: 780px) {
  header {
    padding-top: 135px;
    padding-bottom: 15px;
  }

  .h_main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .h_main_wrap_left {
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px #fff solid;
    padding-right: 0;
  }

  .h_main_wrap_left-solo-rus {
    border-bottom: none;
  }

  .h_main_wrap_left svg {
    width: 55px;
    margin-right: 13px;
  }

  .h_main_wrap_right {
    padding: 20px 0 1px 0px;
  }

  .h_main_wrap_right h1 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .h_main_wrap_right h1 img {
    width: 196px;
    margin-right: 14px;
    margin-bottom: 0;
  }

  .h_main_wrap_right .sub {
    margin-left: 67px;
  }

  header h1 {
    font: 28px RobotoCondensedBold;
    line-height: 37px;
  }

  header p.sub {
  }

  header p.place {
    margin-bottom: 0;
  }

  header p.sub, header p.place {
    font-size: 13px;
    line-height: 18px;
  }

  header p.place strong {
    font: 24px RobotoCondensedBold;
  }
}


@media screen and (max-width: 550px) {
  header {
    padding-top: 95px;
    padding-bottom: 9px;
  }
}