@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNova-Bold.eot');
  src: url('/fonts/subset-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNova-Bold.woff2') format('woff2'), url('/fonts/subset-ProximaNova-Bold.woff') format('woff'), url('/fonts/subset-ProximaNova-Bold.ttf') format('truetype'), url('/fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNova-Regular.eot');
  src: url('/fonts/subset-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNova-Regular.woff2') format('woff2'), url('/fonts/subset-ProximaNova-Regular.woff') format('woff'), url('/fonts/subset-ProximaNova-Regular.ttf') format('truetype'), url('/fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNova-Light.eot');
  src: url('/fonts/subset-ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNova-Light.woff2') format('woff2'), url('/fonts/subset-ProximaNova-Light.woff') format('woff'), url('/fonts/subset-ProximaNova-Light.ttf') format('truetype'), url('/fonts/subset-ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNova-RegularIt.eot');
  src: url('/fonts/subset-ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNova-RegularIt.woff2') format('woff2'), url('/fonts/subset-ProximaNova-RegularIt.woff') format('woff'), url('/fonts/subset-ProximaNova-RegularIt.ttf') format('truetype'), url('/fonts/subset-ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNovaT-Thin.eot');
  src: url('/fonts/subset-ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNovaT-Thin.woff2') format('woff2'), url('/fonts/subset-ProximaNovaT-Thin.woff') format('woff'), url('/fonts/subset-ProximaNovaT-Thin.ttf') format('truetype'), url('/fonts/subset-ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/subset-ProximaNova-Semibold.eot');
  src: url('/fonts/subset-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/subset-ProximaNova-Semibold.woff2') format('woff2'), url('/fonts/subset-ProximaNova-Semibold.woff') format('woff'), url('/fonts/subset-ProximaNova-Semibold.ttf') format('truetype'), url('/fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'slickregular';
  src: url("/fonts/arc-webfont.eot");
  src: url("/fonts/arc-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/arc-webfont.woff2") format("woff2"), url("/fonts/arc-webfont.woff") format("woff"), url("/fonts/arc-webfont.ttf") format("truetype"), url("/fonts/arc-webfont.svg#slickregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.header2019 {
  padding: 35px 0;
  background-image: url(/img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 640px) {
  .header2019 {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding: 15px;
  }
}
@media (max-width: 360px) {
}
.header2019.home {
  overflow: hidden;
  height: 100vh;
  background-image: url(/img/welcome-bg.jpg);
}
.header2019 .container {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
}
.header2019 .logo2019 .arctic {
  height: 90px;
}
@media screen and (max-width: 640px) {
  .header2019 .logo2019 .arctic {
    height: 65px;
  }
}
.header2019 .container > .navigation > .nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .header2019 .container > .navigation {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.header2019 > .sub {
  display: flex;
}
.header2019 > .sub .lang-menu {
  display: flex;
}
@media (max-width: 1100px) {
  .header2019 .main-menu {
    display: none!important;
  }
}
.header2019 .bottom {
  position: absolute;
  bottom: -5px;
  left: -3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: .7;
  width: 106%;
}
@media screen and (max-width: 640px) {
  .header2019 .bottom {
    display: none;
  }
}
.header2019 .home-logo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 80%;
  width: 38%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .header2019 .home-logo {
    height: auto;
    flex: 5;
    align-items: flex-start;
    margin-top: 6rem;
    width: 100%;
  }
}
.header2019 .home-logo img {
  width: 100%;
  margin: auto 0 0;
}
@media screen and (max-width: 768px) {
  .header2019 .home-logo img {
    width: 70%;
    height: auto;
    max-height: 100%;
    margin-bottom: 50%;
  }
}
.header2019 .home-logo div {
  margin: 2rem 0 auto;
}
.header2019 .home-logo div p {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 21px;
}
.header2019 .header-quote {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 40%;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 1120px) {
  .header2019 .header-quote {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header2019 .header-quote {
    width: 60%;
  }
}

.logo2019 .link:not(.-desctop){
    display: none;
}
.-desctop {
  display: block;
  opacity: 1;
}
.-phone {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .-desctop {
    display: none!important;
    opacity: 0;
  }
  .logo2019 .link:not(.-desctop){
      display: block;
  }
  .-phone {
    display: block!important;
    opacity: 1;
  }
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.clearfix:before {
  display: table;
  content: " ";
}
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
@media screen and (max-width: 640px) {
  .logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .logo.logo2019 {
    display: block;
  }
}
.logo > .link {
  margin-bottom: 20px;
  display: block;
}
.logo .arctic {
  min-width: 109px;
  min-height: 83px;
}
.logo .roscongress {
  max-width: 206px;
  max-height: 26px;
}
.sub ul,
.mobile__nav ul,
.nav ul {
  list-style: none;
  padding: 0;
}
.sub a,
.mobile__nav a,
.nav a {
  text-decoration: none;
}
.nav {
  display: flex;
  align-items: center;
}
.nav .main-menu {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .nav .main-menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .nav .main-menu {
    display: none;
  }
}
.nav .main-menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .main-menu .menu-item.not-in-2019,
.nav .main-menu .menu-item.main-hide {
  display: none;
}
.nav .main-menu .menu-item .main-menu-link {
  padding: 10px 5px;
  opacity: .99;
  text-decoration: none;
  text-transform: uppercase;
}
.nav .main-menu .menu-item .main-menu-link:hover {
  opacity: .75;
}
.nav .burger {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 13px;
  height: 50px;
  background-image: url(/img/burger.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.logo2019{
  z-index: 1; 
}
@media screen and (max-width: 768px) {
  .nav .burger {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .nav .burger {
    margin-left: auto;
  }
}
.nav .burger:hover {
  opacity: .8;
}
.sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sub {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.sub .lang-menu,
.sub .sub-menu {
  margin: 0 1rem 0 0;
  display: flex;
}
.sub .lang-menu .menu-item,
.sub .sub-menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .lang-menu .menu-item > a,
.sub .sub-menu .menu-item > a,
.sub .lang-menu .menu-item .sub-menu-link,
.sub .sub-menu .menu-item .sub-menu-link {
  padding: 1rem .5rem;
  text-decoration: none;
  opacity: .99;
  font-size: 18px;
}
.sub .lang-menu .menu-item > a:hover,
.sub .sub-menu .menu-item > a:hover,
.sub .lang-menu .menu-item .sub-menu-link:hover,
.sub .sub-menu .menu-item .sub-menu-link:hover {
  opacity: .75;
}
.sub .lang-menu .lang-item,
.sub .sub-menu .lang-item {
  text-transform: uppercase;
}
.sub .lang-menu .lang-item.current-lang > a,
.sub .sub-menu .lang-item.current-lang > a {
  text-decoration: underline;
  text-decoration-color: transparentize(#ffffff, 0.2);
}
.sub .phone {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .sub .phone {
    margin: 1rem .1rem;
  }
}
.btn {
  padding: .5rem 1.25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.-outlined {
  border: 2px solid #069eff;
}
.btn.-outlined:hover {
  background-color: #069eff;
  color: #ffffff;
}
.btn.-blue {
  color: #ffffff;
  background-color: #0d89fe;
}
.btn.-blue:hover {
  background-color: #0055a5;
  color: #ffffff;
}
.btn.-sm {
  padding: .375rem .5rem;
  font-size: 13px;
}
.subnav .secondary__nav {
  margin-bottom: 1rem;
}
.subnav .secondary__nav .menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.subnav .secondary__nav .menu-item a {
  text-decoration: none;
  color: #000b60;
  padding: .5rem 1rem;
  margin: 0 .5rem .5rem 0;
  display: block;
  border: 1px solid #0d89fe;
}
.subnav .secondary__nav .menu-item.current-menu-item a {
  color: #ffffff;
  background-color: #0d89fe;
}
ul.main-nav__list {
  display: flex;
}
ul.main-nav__list .main-nav__item.menu-item {
  position: relative;
}
ul.main-nav__list a.sub-main-nav__link {
  display: none;
}
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link + .sub-menu {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 30px;
  padding: .5rem;
  background: white;
  border: 1px solid #ccc;
  display: none;
}
.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu {
  display: block;
}
.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu a.main-nav__link.sub-main-nav__link {
  color: #051363;
  display: block;
  min-width: 200px;
  padding: .25rem 0rem .25rem .25rem;
  background: white;
  border-bottom: 1px solid rgba(13, 137, 254, 0.5);
}
.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover a.main-nav__link.sub-main-nav__link:hover,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu a.main-nav__link.sub-main-nav__link:hover,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu a.main-nav__link.sub-main-nav__link:hover {
  background: #0d89fe;
  color: white;
}
.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link {
  border-bottom: none;
}
.mobile__nav ul.main-nav__list {
  list-style: none;
  padding: 0;
  display: block;
  padding-bottom: 40px;
}

.mobile-dashboard .personal{
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}
.mobile-dashboard .personal li{
  padding: 4px 0;
}
@media (max-width: 640px) {
  .mobile__nav ul.main-nav__list {
    padding-bottom: 2rem;
  }
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-open .slideout-menu {
  display: block !important;
}
.slideout-menu {
  left: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #1D1F20;
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}
.slideout-menu .mobile__nav ul li a {
  display: block;
  padding: 12px 50px 12px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: solid 1px #404040;
}
.slideout-menu .sub-menu {
  display: none;
  z-index: 9999;
}
.slideout-menu .menu-item-has-children a {
  position: relative;
}
.slideout-menu .menu-item-has-children a span {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #505152;
  position: absolute;
  top: 0;
  right: 0;
}
.slideout-menu .menu-item-has-children a span::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid #a7a7a7;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 20px 18px;
}
.slideout-menu .menu-item-has-children a .to-up::before {
  transition: 0.25s ease-in-out;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideout-menu a.sub-main-nav__link {
  background: #181a1b;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.mobile-dashboard .social {
  text-align: center;
}
.mobile-dashboard {
  display: block;
}
@media (max-width: 640px) {
  .mobile-dashboard {
    padding-bottom: 5rem;
  }
}
.mobile-dashboard .social ul li {
  display: inline-block;
}
.mobile-dashboard .social ul li a {
  padding: 0;
  display: inline-block;
  text-indent: 9999px;
  font-size: 0px;
  overflow: hidden;
  border: 0px;
}
.mobile-dashboard .nav-language {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-dashboard .nav-language ul {
  display: block;
  text-align: center;
}
.mobile-dashboard .nav-language ul li {
  border: 1px solid #fff;
  max-width: 49px;
  display: inline-block;
}
.mobile-dashboard .nav-language ul li a {
  padding: 10px 10px;
}
.menu-sots-seti-ru {
  text-align: center;
}
.social .insta a:before {
  content: "\0069";
}
.social ul li a {
  display: block;
  width: 34px;
  height: 35px;
  text-indent: 9999px;
  font-size: 0;
  border: 0;
  text-align: center;
}
.social ul li a:before {
  text-indent: 0px;
  display: block;
  font-family: 'slickregular';
  color: #ffffff;
  font-size: 30px;
  transition: 0.25s ease-in-out;
}
.social ul li a:hover:before {
  text-indent: 0px;
  display: block;
  font-family: 'slickregular';
  color: #a4d7f4;
  font-size: 30px;
  transition: 0.25s ease-in-out;
}
.social .vk a:before {
  content: "\0076";
}
.social .insta a:before {
  content: "\0069";
}
.social .fb a:before {
  content: "\0066";
}
.social .tw a:before {
  content: "\0074";
}
.social .yt a:before {
  content: "\0059";
}
.col-one-third {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 37.5em) {
  .col-one-third {
    width: 100%;
  }
}
.videoarchive-wrapp {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.videoarchive-item {
  margin-top: 20px;
}
.videoarchive-img_wrapp {
  height: 230px;
  width: 100%;
  overflow: hidden;
}
.videoarchive-item:hover .videoarchive_cover-img {
  transition: all 0.5s ease-in-out;
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.1);
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.videoarchive_cover-img {
  width: auto;
}
.videoarchive_cover-img {
  height: 100%;
  max-width: none;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.videoarchive-content_wrapp {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.videoarchive-content {
  background: rgba(3, 38, 78, 0.65);
  padding: 15px;
  color: white;
  position: relative;
}
.videoarchive-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0;
}
.videoarchive-desc {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
}
.videoarchive-dl {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 0;
}
.videoarchive-dl:hover {
  color: #3bdbff;
  transition: all 0.5s ease-in-out;
}
.videoarchive-dl:hover .dwnld-video-icon svg path {
  transition: all 0.5s ease-in-out;
  fill: #3bdbff;
}
.videoarchive-link {
  text-decoration: none;
  height: 100px;
  display: block;
}
.videoarchive-link:hover {
  color: #3bdbff;
  transition: all 0.5s ease-in-out;
}
.dwnld-video-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dwnld-video-icon svg {
  width: 20px;
  height: 24px;
}
.dwnld-video-icon svg path {
  fill: #fff;
}
.html_content video {
  width: 100%;
}
.videoarchive_popup_content {
  padding: 20px;
}
.videoarchive_popup-container {
  max-width: 600px;
  margin: 0px auto;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 37.5em) {
  .videoarchive_popup-container {
    min-width: 95%;
  }
}
.videoarchive_popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
}
.videoarchive_popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 9999;
}
.post-type-archive-news .archive_news-wrapp,
.post-type-archive-news-from .archive_news-wrapp {
  margin-right: -15px;
  margin-left: -15px;
  padding: 2rem 1.3rem;
}
.post-type-archive-news .archive_news-wrapp{
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-news .archive_news__item,
.post-type-archive-news-from .archive_news__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
  color: #333333;
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #051363;
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image img,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image img {
  width: auto;
  height: 100%;
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image img.def-img,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image img.def-img {
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item,
  .post-type-archive-news-from .archive_news__item {
    width: 100%;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner,
.post-type-archive-news-from .archive_news__item .archive_news__inner {
  background: rgba(73, 207, 232, 0.39);
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
  width: 235px;
  height: 161px;
  margin-left: -255px;
  margin-top: -20px;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
    margin: 0px;
    float: none;
    clear: both;
    max-width: 100%;
  }
}
@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
    width: auto;
    height: 200px;
    padding: 10px;
    margin: 0px;
    float: none;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a,
.post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 5px 10px 0px 0px;
  text-decoration: none;
  height: 120px;
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a,
  .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
    padding: 1rem;
  }
}
@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a,
  .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
    padding: 1rem;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title:after,
.post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title:after {
  display: block;
  content: '';
  width: 120px;
  height: 1px;
  background: white;
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-desc,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-desc {
  min-height: 120px;
  line-height: 1.2rem;
}
@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-desc,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-desc {
    font-size: 0.95rem;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-title,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-title {
  color: #fff;
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
  padding-left: 235px;
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
    padding: 0px;
  }
}
@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
    padding: 0px;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
  padding: 0rem 2rem 2rem 2rem;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
    padding: 0rem 1rem 2rem 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
    padding: 1rem;
  }
}
.post-type-archive-news .archive_news__item .archive_news__inner .post_date,
.post-type-archive-news-from .archive_news__item .archive_news__inner .post_date {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #051363;
  display: block;
  padding: 0 0 0.5rem 0;
}
.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link,
.post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link {
  width: 203px;
  height: 63px;
  background: url(/img/more-news-btn.png) 50% no-repeat;
  display: block;
  background-size: contain;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0 0 0;
  color: #0c3d54;
  font-size: 18px;
  margin: 1rem auto 0;
}
.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link:before,
.post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link:before {
  content: "\0049";
  text-indent: 0;
  display: inline-block;
  font-family: slickregular;
  color: #fff;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 20px;
}
.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link:hover,
.post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link:hover {
  text-decoration: underline;
}
.post-type-archive-news .archive_search_form,
.post-type-archive-news-from .archive_search_form {
  max-width: 300px;
  background: rgba(255, 255, 255, 0.31);
  position: relative;
  height: 45px;
  margin-top: 10px;
}
.post-type-archive-news .archive_search_form .input_archive_search,
.post-type-archive-news-from .archive_search_form .input_archive_search {
  background: none;
  border: none;
  padding: 15px;
  padding-left: 45px;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
.post-type-archive-news .archive_search_form #searchsubmit,
.post-type-archive-news-from .archive_search_form #searchsubmit {
  display: none;
}
.post-type-archive-news .archive_search_form .label-searchsubmit,
.post-type-archive-news-from .archive_search_form .label-searchsubmit {
  position: absolute;
  left: 0px;
  top: 0;
  padding: 14px;
}
.post-type-archive-news .archive_search_form .label-searchsubmit:before,
.post-type-archive-news-from .archive_search_form .label-searchsubmit:before {
  content: "\0053";
  font-size: 1rem;
  vertical-align: middle;
  color: #56d2e9;
}
.post-type-archive-news .archive_news_header,
.post-type-archive-news-from .archive_news_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news_header,
  .post-type-archive-news-from .archive_news_header {
    display: block;
  }
}
.galleries-item {
  margin-top: 20px;
}
.galleries-item a {
  text-decoration: none;
}
.galleries-img_wrapp {
  height: 230px;
  width: 100%;
  overflow: hidden;
}
.galleries_cover-img {
  height: 100%;
  max-width: none;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  width: auto;
}
a.gallery_list_item {
  text-decoration: none;
}
.galleries-content_wrapp {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.galleries-content {
  background: rgba(3, 38, 78, 0.65);
  padding: 15px;
  color: white;
  position: relative;
  height: 85px;
  font-size: 1rem;
}
.galleries-item:hover .galleries_cover-img {
  transition: all 0.5s ease-in-out;
  -ms-transform: translateY(-50%) translateX(-50%) scale(1.1);
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.galleries-wrapp {
  margin-left: -15px;
  margin-right: -15px;
}
.galleries-wrapp .archive_news-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.galleries-title {
  font-size: 1rem;
  padding: 0;
}
.key_speakers-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-page-partners .content .subnav ul.sub-menu,
.page-template-page-speakers .content .subnav ul.sub-menu,
.page-template-page-programme-smi-2017 .content .subnav ul.sub-menu,
.page-template-page-cultural-program .content .subnav ul.sub-menu,
.page-template-page-programme-2017 .content .subnav ul.sub-menu {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
}
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.contentHolder {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.key_speakers-figure a {
  text-decoration: none;
}
main .rs .form-group {
  margin: .25rem 0;
}
main .rs .form-group label span {
  color: red;
}
main .rs .form-group.captcha p,
main .rs .form-group.captcha a {
  color: lightgray;
}
main .rs .form-group input.wpcf7-form-control {
  margin: .1rem 0;
}
main .rs .form-group .wpcf7-not-valid-tip {
  color: red;
}
main .rs .form-group .wpcf7-form-control.wpcf7-not-valid {
  border-color: red;
}
main .rs .form-group input[type="submit"] {
  @extend .btn;
  @extend .btn.-blue;
  color: white;
}
main .rs div.wpcf7-validation-errors,
main .rs div.wpcf7-acceptance-missing {
  color: red;
}
main .rs td {
  padding: .25rem;
}
.car-model {
  margin-bottom: 1rem;
}
.programme_items_wrapp .program-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.programme_items_wrapp .program-item .program-item-time {
  margin-right: 1rem;
}
.programme_items_wrapp .program-item h3.program-item-desc {
  font-size: 1.5rem;
  margin: 0.25rem 0 1rem;
  line-height: 1.2;
}
a.ppclink {
  font-size: 24px;
  font-size: 1.5rem;
  color: #516b9a;
  display: block;
  margin: auto;
  width: 335px;
  height: 104px;
  background: url(/img/more-news-btn.png) center no-repeat;
  padding: 25px 0 0 0;
  box-sizing: border-box;
  text-align: center;
  background-size: contain;
  text-decoration: none;
}
.mobileApp {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mobileApp .half {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .mobileApp .half {
    width: 100%;
    padding: 0 1rem;
  }
}
.mobileApp .elem {
  width: 100%;
}
.it_is_2019 main .rs .mobileApp h3.title {
  color: #00549F;
  font-size: 1.25rem;
}
.it_is_2019 main .rs .mobileApp .title.-main {
  margin-bottom: .5rem;
}
.mobileApp .-blue {
  color: #00549F;
}
.page-template-page-participants .first-content {
  box-sizing: border-box;
  padding: 2rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.page-template-page-participants .first-content h2 {
  color: #fff;
  padding: 1rem 0;
}
.page-template-page-participants .first-content h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 185px;
  background: #fff;
  margin: 25px 0;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .first-content h2 {
    padding: 0px;
  }
  .page-template-page-participants .first-content h2::after {
    margin: 5px 0;
  }
}
.page-template-page-participants .second-content {
  box-sizing: border-box;
  padding: 2rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  background: url("/img/bg/participants-bg2.jpg") fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #404042;
}
.page-template-page-participants .second-content h2 {
  color: #1f3c6b;
  padding: 1rem 0;
}
.page-template-page-participants .second-content h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 185px;
  background: #4db7c2;
  margin: 25px 0;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .second-content h2 {
    padding: 0px;
  }
  .page-template-page-participants .second-content h2::after {
    margin: 5px 0;
  }
}
.page-template-page-participants .second-content h3 {
  color: #1f3c6b;
}
.page-template-page-participants .third-content {
  box-sizing: border-box;
  padding: 2rem 0;
  background: url("/img/bg/participants-bg3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.page-template-page-participants .third-content h3 {
  color: #fff;
  padding-bottom: 0px;
}
.page-template-page-participants .third-content .quoting-3-plus-3 {
  background: rgba(25, 196, 230, 0.6);
  padding: 1rem;
  min-height: 300px;
}
.page-template-page-participants .third-content .quoting-2-plus-2 {
  background: rgba(25, 196, 230, 0.6);
  padding: 1rem;
  min-height: 300px;
}
.page-template-page-participants .third-content .quoting-number {
  display: inline-block;
  color: #fff;
  font-size: 69px;
  font-size: 4.3125rem;
}
.page-template-page-participants .third-content .quoting-package {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.page-template-page-participants .third-content .quoting-variant {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.page-template-page-participants .third-content .quoting-combine {
  display: inline-block;
}
.page-template-page-participants .third-content .quoting-scheme {
  padding: 2rem 0;
}
.page-template-page-participants .participants-scheme {
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme {
    padding: 0rem;
  }
}
.page-template-page-participants .participants-scheme .scheme-title {
  color: #1f3d6b;
  font-size: 27px;
  font-size: 1.6875rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-participants .participants-scheme .rectangle-after:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #3acde9;
  border-right: 20px solid transparent;
  margin: 10px auto;
  clear: both;
  display: block;
}
.page-template-page-participants .participants-scheme .scheme-invitation {
  background: #3acde9;
  padding: 1rem;
}
.page-template-page-participants .participants-scheme .scheme-invitation-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 1.6875rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-invitation-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-participants .participants-scheme .scheme-invitation-subtitle {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-invitation-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-participants .participants-scheme .scheme-account {
  background: rgba(58, 205, 233, 0.5);
  padding: 1rem 2rem;
}
.page-template-page-participants .participants-scheme .scheme-account:before {
  display: block;
  content: "\0046";
  font-family: slickregular;
  color: #fff;
  box-sizing: border-box;
  font-size: 4rem;
  float: left;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account:before {
    float: none;
  }
}
.page-template-page-participants .participants-scheme .scheme-account-title {
  display: block;
  color: #1f3d6b;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 1.6875rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-participants .participants-scheme .scheme-account-subtitle {
  display: block;
  color: #1f3d6b;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-page-participants-2018 .participation-cost,
.page-template-page-participants .participation-cost {
  padding: 2rem 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-page-participants-2018 .block-half,
.page-template-page-participants .block-half {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .participation-cost .block-half,
  .page-template-page-participants-2018 .quoting-scheme .block-half,
  .page-template-page-participants .participation-cost .block-half,
  .page-template-page-participants .quoting-scheme .block-half {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-template-page-participants-2018 .steps-border,
.page-template-page-participants .steps-border {
  border: solid 1px #3acde9;
}
.page-template-page-participants-2018 .scheme-steps,
.page-template-page-participants .scheme-steps {
  border: solid 1.5px #3acde9;
  padding: 0.7rem;
  text-align: -webkit-left;
  color: #1d3a66;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-steps,
  .page-template-page-participants .scheme-steps {
    text-align: center;
  }
}
.page-template-page-participants-2018 .step-number,
.page-template-page-participants .step-number {
  font-size: 54px;
  font-size: 3.375rem;
  padding: 0 2rem 0 1rem;
  float: left;
  line-height: 3.2rem;
  color: #3acde9;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .step-number,
  .page-template-page-participants .step-number {
    float: none;
  }
}
.page-template-page-participants-2018 .stap-blue,
.page-template-page-participants .stap-blue {
  background: rgba(58, 205, 233, 0.5);
}
.page-template-page-participants-2018 .stap-blue .step-number,
.page-template-page-participants .stap-blue .step-number {
  color: #fff;
}
.page-template-page-participants-2018 .scheme-confirmation-yes,
.page-template-page-participants .scheme-confirmation-yes {
  background: rgba(58, 205, 233, 0.5);
  display: block;
  padding: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-yes,
  .page-template-page-participants .scheme-confirmation-yes {
    padding: 0.5rem;
    font-size: 13px;
    text-transform: none;
  }
}
.page-template-page-participants-2018 .scheme-confirmation-yes:before,
.page-template-page-participants .scheme-confirmation-yes:before {
  display: block;
  font-family: slickregular;
  content: "\0044";
  color: #fff;
  background: #3acde9;
  width: 55px;
  height: 58px;
  float: left;
  margin-top: -15px;
  margin-left: -15px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-yes:before,
  .page-template-page-participants .scheme-confirmation-yes:before {
    width: 100%;
    margin: 0px;
  }
}
.page-template-page-participants-2018 .scheme-confirmation-no,
.page-template-page-participants .scheme-confirmation-no {
  background: rgba(58, 205, 233, 0.5);
  display: block;
  padding: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-no,
  .page-template-page-participants .scheme-confirmation-no {
    padding: 0.5rem;
    font-size: 13px;
  }
}
.page-template-page-participants-2018 .scheme-confirmation-no:before,
.page-template-page-participants .scheme-confirmation-no:before {
  display: block;
  font-family: slickregular;
  content: "\0043";
  color: #fff;
  background: #3acde9;
  width: 55px;
  height: 58px;
  float: left;
  margin-top: -15px;
  margin-left: -15px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-no:before,
  .page-template-page-participants .scheme-confirmation-no:before {
    width: 100%;
    margin: 0px;
    text-transform: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .final-steps .block-half,
  .page-template-page-participants .final-steps .block-half {
    padding: 0px;
    width: 100%;
  }
}
.page-template-page-participants-2018 .scheme-row,
.page-template-page-participants .scheme-row {
  clear: both;
}
.page-template-page-participants-2018 .cost-standart,
.page-template-page-participants-2018 .cost-premium,
.page-template-page-participants .cost-standart,
.page-template-page-participants .cost-premium {
  padding: 2rem 0;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .cost-standart,
  .page-template-page-participants-2018 .cost-premium,
  .page-template-page-participants .cost-standart,
  .page-template-page-participants .cost-premium {
    padding: 1rem 0;
  }
}
.page-template-page-participants-2018 .cost-standart .cost-title,
.page-template-page-participants-2018 .cost-premium .cost-title,
.page-template-page-participants .cost-standart .cost-title,
.page-template-page-participants .cost-premium .cost-title {
  display: block;
  text-align: center;
  line-height: 2rem;
  font-size: 36px;
  font-size: 2.25rem;
}
.language_en.page-template-page-participants-2018 .cost-standart .cost-title,
.language_en.page-template-page-participants-2018 .cost-premium .cost-title {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .cost-standart .cost-title,
  .page-template-page-participants-2018 .cost-premium .cost-title,
  .page-template-page-participants .cost-standart .cost-title,
  .page-template-page-participants .cost-premium .cost-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .language_en.page-template-page-participants-2018 .cost-standart .cost-title,
  .language_en.page-template-page-participants-2018 .cost-premium .cost-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-participants .cost-standart .cost-name,
.page-template-page-participants .cost-premium .cost-name,
.page-template-page-participants-2018 .cost-standart .cost-name,
.page-template-page-participants-2018 .cost-premium .cost-name {
  display: block;
  text-align: center;
  font-size: 56px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .cost-standart .cost-name,
  .page-template-page-participants .cost-premium .cost-name,
  .page-template-page-participants-2018 .cost-standart .cost-name,
  .page-template-page-participants-2018 .cost-premium .cost-name {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 65em) {
  .page-template-page-participants .cost-standart .cost-name,
  .page-template-page-participants .cost-premium .cost-name,
  .page-template-page-participants-2018 .cost-standart .cost-name,
  .page-template-page-participants-2018 .cost-premium .cost-name {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.page-template-page-participants .cost-standart .cost-name::after,
.page-template-page-participants .cost-premium .cost-name::after {
  display: block;
  content: '';
  height: 3px;
  width: 200px;
  background: #3acde9;
  margin: 2rem auto;
}
.page-template-page-participants-2018 .cost-standart,
.page-template-page-participants .cost-standart {
  background: rgba(58, 205, 233, 0.3);
}
.page-template-page-participants-2018 .cost-premium,
.page-template-page-participants .cost-premium {
  background: rgba(34, 8, 99, 0.4);
}
.page-template-page-participants-2018 .cost-more-link,
.page-template-page-participants .cost-more-link {
  display: block;
  width: 181px;
  height: 61px;
  background: url(/img/more-btn-1.png) 50% no-repeat;
  padding: 18px 0 0 50px;
  /* 64px */
  margin: .5rem auto 0;
  box-sizing: border-box;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff!important;
}
.page-template-page-participants-2018 .cost-more-link:hover,
.page-template-page-participants .cost-more-link:hover {
  text-decoration: underline;
  color: #023563;
  transition: 0.25s ease-in-out;
}
.page-template-page-participants-2018 .cost-premium {
  background: #00A1DE;
  color: white;
}
.page-template-page-participants-2018 .cost-standart {
  background: #00549F;
  color: white;
}
.page-template-page-participants-2018 .cost-more-link:hover,
.page-template-page-participants-2018 .main-content .cost-premium a,
.page-template-page-participants-2018 .main-content .cost-standart a {
  color: white;
}
.page-template-page-participants-2018 .cost-standart .cost-name::after .page-template-page-participants-2018 .cost-premium .cost-name::after {
  content: '';
  display: none;
}
.page-template-page-participants-2018 .cost-standart .cost-title + p::before,
.page-template-page-participants-2018 .cost-premium .cost-title + p::before {
  display: block;
  content: '';
  height: 3px;
  width: 200px;
  background: #3acde9;
  margin: 1.1rem auto;
}
.cost-table {
  border-spacing: 0px !important;
  text-align: center;
}
.cost-table td {
  padding: 0.5rem;
}
.cost-table h3 {
  padding: 0px !important;
}
@media only screen and (max-width: 37.5em) {
  .cost-table h3 {
    font-size: 1.25rem !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .cost-table span,
  .cost-table p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cost-table .participation-price {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  color: #516b9a;
}
.cost-table .participation-vat {
  display: block;
}
.popup * {
  box-sizing: border-box;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  /* background-color: #1c3152; */
}
.popup-container {
  position: relative;
  margin: 50px auto;
  padding: 2rem;
  background-color: #1c3152;
}
.package-popup {
  max-width: 1020px;
  color: #fff;
  font-size: 21px;
  padding-top: 25px;
}
@media only screen and (max-width: 37.5em) {
  .package-popup {
    padding: 20px;
    margin: 0px;
  }
}
@media only screen and (max-width: 65em) {
  .package-popup {
    padding: 30px;
    margin: 0px;
  }
}
.package-popup p {
  margin: 0;
  margin-bottom: 10px;
}
.popup-close {
  cursor: pointer;
  width: 55px;
  height: 55px;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("/img/popup-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.package-title {
  margin: 0;
  margin-bottom: 40px;
  color: #3acde9;
  font-size: 50px;
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 37.5em) {
  .package-title {
    font-size: 30px;
  }
}
.package-title span {
  margin-left: 0.3em;
  font-size: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  .package-title span {
    display: block;
    font-size: 35px;
  }
}
.package-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #49cfe8;
  width: 180px;
}
.package-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.package-list p {
  margin-bottom: 0;
}
.package-list .package-item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
}
.package-list .package-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 12px;
  background: url("/img/list-ico.svg") no-repeat;
  background-size: cover;
}
.package-cost-title {
  margin-top: 30px !important;
  color: #3acde9;
  font-size: 30px;
  /* padding-left: 115px; */
  position: relative;
  padding-top: 10px;
  line-height: 30px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-title {
    padding-left: 0px;
  }
}
.package-cost-title p {
  margin-bottom: 0;
}
.package-cost-title span {
  font-size: 21px;
}
/* .package-cost-title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("/img/wallet-icon.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 80px;
  height: 80px; } */
/* @media only screen and (max-width: 37.5em) {
  .package-cost-title:before {
    position: relative;
    margin: 30px auto;
    background-size: contain; } } */
.package-cost-title.eng span {
  display: inline-block;
  width: 400px;
  padding-left: 35px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng span {
    display: block;
    margin: 10px 0;
    text-align: center;
    padding: 0px;
    max-width: 100%;
  }
}
.package-cost-title.eng span:first-of-type {
  border-right: 3px solid #3acde9;
  padding-left: 0;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng span:first-of-type {
    border: 0px;
  }
}
.package-cost-title.eng:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("/img/prise-package.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 95px;
  height: 71px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng:before {
    position: relative;
    margin: 30px auto;
    background-size: contain;
  }
}
.package-cost-wrap {
  margin-top: 40px;
  margin-bottom: 35px;
}
.package-cost-wrap .package-cost {
  display: table-cell;
  width: 50%;
  line-height: 0.8;
  padding-right: 15px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap .package-cost {
    width: 100%;
    display: block;
  }
}
.package-cost-wrap .package-cost p:nth-of-type(2) {
  padding-top: 10px;
}
.package-cost-wrap .package-cost .prise {
  margin-right: 0.3em;
}
p.attention {
  text-align: center;
  font-size: 16px;
}
/* .package-cost-wrap.ru .package-cost:nth-of-type(1) {
  border-right: 3px solid #fff; } */
/* @media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost:nth-of-type(1) {
    border: 0px;
    margin: 45px 0; } } */
.package-cost-wrap.ru .package-cost:nth-of-type(2) {
  padding-left: 20px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost:nth-of-type(2) {
    padding: 0px;
  }
}
.package-cost-wrap.ru .package-cost span {
  font-size: 30px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost span {
    font-size: 20px;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}
.package-cost-wrap.ru .package-cost .prise {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost .prise {
    font-size: 40px;
    line-height: 55px;
  }
}
.package-cost-wrap.eng {
  padding-left: 115px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng {
    padding: 0px;
  }
}
.package-cost-wrap.eng .package-cost {
  width: 425px;
  padding-right: 35px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost {
    width: 100%;
    margin: 40px 0;
  }
}
.package-cost-wrap.eng .package-cost span {
  font-size: 24px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost span {
    font-size: 20px;
    display: block;
    text-align: center;
  }
}
.package-cost-wrap.eng .package-cost .prise {
  font-size: 50px;
}
@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost .prise {
    font-size: 30px;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}
.package-reg-link {
  margin: 75px auto 0;
  display: block;
  width: 310px;
  height: 105px;
  color: #071e45;
  text-align: center;
  padding: 15px 45px 30px 55px;
  font-size: 30px;
  text-decoration: none;
  background-image: url("/img/button-package.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 37.5em) {
  .package-reg-link {
    width: 260px;
    padding: 25px 45px 30px 55px;
    font-size: 22px;
  }
}
.package-reg-link:hover {
  color: #fff;
}
.language_en .package-reg-link {
  padding: 35px 45px 30px 55px;
}
main .rs {
  /*
  **  HOTELS
  */
}
main .rs .hotels-top {
  position: relative;
  height: 430px;
  display: flex;
  margin: 28px 0 37px;
}
main .rs .hotels-top h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
}
main .rs .hotels-top__details,
main .rs .hotels-top__info {
  width: 50%;
  background: #0091DC;
  color: #fff;
  padding: 20px 36px;
  position: relative;
}
main .rs .hotels-top__info {
  font-size: 18px;
  overflow: hidden;
}
main .rs .hotels-top__info > * {
  position: relative;
}
main .rs .hotels-top__info > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .rs .hotels-top__info h3 {
  margin-bottom: 10px;
}
main .rs .hotels-top__info__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 36px 32px;
}
main .rs .hotels-top__info__btn .btn {
  margin-top: 10px;
}
main .rs .hotels-top__details {
  font-size: 16px;
  margin-left: 30px;
}
main .rs .hotels-top__details h3 {
  margin-bottom: 15px;
}
main .rs .hotels-top__details dl {
  margin: 0 0 33px;
}
main .rs .hotels-top__details dt {
  font-weight: 700;
  margin-bottom: 16px;
}
main .rs .hotels-top__details dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .rs .hotels-top__details dd li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
main .rs .hotels-top__details dd li a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}
main .rs .hotels-top__details dd li b {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 40%;
  padding-right: 36px;
}
main .rs .hotels-top__details dd li b:after {
  content: '|';
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 0;
}
main .rs .hotels .nav-tabs {
  margin-bottom: 7px;
}
main .rs table.prices {
  border-spacing: 0;
  border-collapse: collapse;
}
main .rs .hotels-table {
  margin-bottom: 90px;
  width: 100%;
  line-height: 1.2;
  border-spacing: 0;
  border-collapse: collapse;
}
main .rs .hotels-table thead tr {
  border-bottom: 1px solid #d9d9d9;
}
main .rs .hotels-table tbody tr {
  border-top: 1px solid #d9d9d9;
}
main .rs .hotels-table tbody tr:first-child {
  border-top: none;
}
main .rs .hotels-table th {
  color: #575960;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 400;
  vertical-align: bottom;
}
main .rs .hotels-table td {
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 15px;
  /* width: 29.66%; */
}
main .rs .hotels-table td,
main .rs .hotels-table th {
  padding-right: 30px;
  text-align: left;
}
main .rs .hotels-table > tbody > tr > td:first-child {
  width: 30%;
}
main .rs .hotels-table td:first-child {
  text-align: left;
  max-width: 160px;
  width: 150px;
  font-size: 15px;
}
main .rs .hotels-table td:nth-child(3),
main .rs .hotels-table td:nth-child(4),
main .rs .hotels-table td:nth-child(5) {
  /*width: 16.66%;*/
}
main .rs .hotels-table th:nth-child(3),
main .rs .hotels-table th:nth-child(4),
main .rs .hotels-table th:nth-child(5) {
  width: 160px;
}
main .rs .hotels-table th:last-child,
main .rs .hotels-table td:last-child {
  padding-right: 0;
}
main .rs .hotels-table td:first-child img {
  display: block;
  margin: 0 0 25px;
  max-width: 100%;
}
main .rs .hotels-table td:first-child h4 {
  display: none;
}
main .rs .hotels-table td:first-child .btn {
  margin-top: 24px;
  display: block;
  width: 100%;
}
main .rs .hotels-table td:nth-child(2) h4 {
  color: #1f3c6b;
  margin: 0 0 .5rem;
  font-size: 20px;
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  line-height: inherit;
}
main .rs .hotels-table td:nth-child(2) p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.3;
  max-width: 355px;
  /* word-break: break-all; */
}
main .rs .hotels-table td:nth-child(2) p a {
  text-decoration: underline;
  color: #1f3c6b;
}
main .rs .hotels-table td li,
main .rs .hotels-table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .rs .hotels-table td li {
  margin-bottom: 20px;
}
main .rs .hotels-table .prices thead {
  /* display: none; */
}
main .rs .hotels-table .prices thead td {
  color: #575960;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
}

.page__wrapper .vid-1{
  display: block;
  position: absolute;
  background-image: none;
  background: #095DA6;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.page__wrapper .vid-1.loaded{
  opacity: 1;
}
@media(max-width: 768px){
  .page__wrapper .vid-1.loaded{
    opacity: 0;
  }
}
.page__wrapper .vid-1 video{
  min-width: 100%;
  min-height: 100%;
  opacity: .3;
}
@media (min-width: 2101px) {
  main .rs .hotels-top {
    height: 20vw;
    margin: 1.3vw 0;
  }
  main .rs .hotels-top h3 {
    font-size: 1.6vw;
    margin-bottom: .75vw;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    padding: 1vw 1.3vw;
  }
  main .rs .hotels-top__info {
    font-size: .9vw;
  }
  main .rs .hotels-top__details {
    font-size: .82vw;
    margin-left: 1.5vw;
  }
  main .rs .hotels-top__details dl {
    margin-bottom: 1vw;
  }
  main .rs .hotels-top__details dt {
    margin-bottom: .7vw;
  }
  main .rs .hotels-top__details dd li {
    margin-bottom: .5vw;
  }
  main .rs .link-pic {
    font-size: .8vw;
  }
  main .rs .hotels-table td {
    padding-bottom: 1vw;
    padding-top: 1vw;
  }
  main .rs .hotels-table td,
  main .rs .hotels-table th {
    padding-right: 1.5vw;
    text-align: left;
  }
  main .rs .hotels-table th {
    font-size: .7vw;
  }
  main .rs .hotels-table td:first-child img {
    min-width: 80%;
  }
  main .rs .hotels-table td:nth-child(2) h4 {
    font-size: .9vw;
  }
  main .rs .hotels-table td:nth-child(2) p {
    font-size: .7vw;
  }
}
@media (max-width: 991px) {
  main .rs .hotels-top {
    display: block;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    width: auto;
    height: auto;
    display: block;
    min-height: 430px;
  }
  main .rs .hotels-top__info {
    margin-bottom: 0;
    font-size: 16px;
  }
  main .rs .hotels-top__details {
    margin-left: 0;
  }
  main .rs .hotels-table thead {
    display: none;
  }
  main .rs .hotels-table .prices thead {
    display: table-row-group;
  }
  main .rs table.prices td:first-of-type {
    width: 45% !important;
    padding-right: 20px;
  }
  main .rs .hotels-table tbody tr {
    border: none;
  }
  main .rs .hotels-table > tbody,
  main .rs .hotels-table > tbody > tr,
  main .rs .hotels-table > tbody > tr > td,
  main .rs .hotels-table {
    display: block;
  }
  main .rs .hotels-table td:nth-child(2),
  main .rs .hotels-table td:first-child {
    width: auto;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  main .rs .hotels-table td:first-child img {
    margin-bottom: 18px;
  }
  main .rs .hotels-table td:first-child h4 {
    display: block;
    margin: 0 0 18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: inherit;
  }
  main .rs .hotels-table td:first-child p {
    margin-bottom: 10px;
  }
  main .rs .hotels-table td:first-child a + p {
    margin-top: 18px;
  }
  main .rs .hotels-table td:nth-child(2) .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  main .rs .hotels-table td:nth-child(2) table {
    width: 100%;
  }
  main .rs .hotels-table td:nth-child(2) table th {
    vertical-align: top;
    padding: 15px 0;
  }
  main .rs .hotels-table td:nth-child(2) table th:first-child,
  main .rs .hotels-table td:nth-child(2) table th:nth-child(2) {
    display: none;
  }
  main .rs .hotels-table td:nth-child(2) thead tr {
    border-top: 1px solid #d9d9d9;
  }
  main .rs .hotels-table td:nth-child(2) table td {
    width: 33.33%;
    padding: 15px 0 0;
  }
}
@media (max-width: 767px) {
  main .rs .hotels-top h3 {
    text-align: left;
    font-size: 28px;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  main .rs .hotels-top__info__btn {
    padding: 0 15px 25px;
  }
  main .rs .hotels-top__info__btn .btn {
    white-space: normal;
    line-height: 1.1;
  }
  main .rs .hotels-top__details dd li b {
    display: block;
    width: auto;
    padding-right: 0;
  }
  main .rs .hotels-top__details dd li b:after {
    display: none;
  }
}
