@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  font: 16px/1.3 'PT Sans', sans-serif;
}
body.loading {
  overflow: hidden !important;
  background: #000000 url(../images/loader.gif) 50% 50% no-repeat;
}
body.loading > * {
  visibility: hidden;
}
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}
body.vegas-container {
  position: static;
  z-index: -2;
  overflow: auto;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}
body,
.benefits-bg {
  overflow-x: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/images/bg_home.jpg');
}
.benefits-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none;
  background-image: url(/images/bg_benefits.jpg);
}
ul {
  margin-left: 30px;
  color: #ffffff;
  list-style-type: none;
}
ul a {
  color: #ffffff;
  font-size: 2vh;
  font-weight: normal;
  text-decoration: none;
}
ul > li {
  margin: 15px 25px 15px 0;
  border: none;
  line-height: normal;
}
.nobr {
  white-space: nowrap;
}
.clearfix:after,
.clearfix:before {
  content: '';
  clear: both;
  display: block;
}
.clear {
  display: none;
}
.break {
  display: block;
  margin-bottom: 22px;
}
.hidden,
.hidden1,
.hidden2,
.hidden3,
.hidden4,
.hidden5,
.hidden6 {
  width: 100%;
  height: 65px;
  display: none;
}
.hidden_ul1,
.hidden_ul2 {
  display: none;
}
.fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
}
.fadeInBlock {
  visibility: hidden;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.grey {
  color: #999a9b;
}
@media screen and (max-width: 991px) {
  .content-phone {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-phone {
    margin: 15px 0 0 0;
    font-size: 24px;
  }
}
.popup-anchor-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.wrapper_container {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
.wrapper_container.fullheight {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .wrapper_container.fullheight {
    height: auto;
  }
}
.first .is-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@media screen and (min-width: 1366px) and (min-height: 950px) {
  .first .wrapper_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1366px) and (min-height: 950px) {
  .content-vertical-align {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 85px;
  }
}
.vegas_bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bx-viewport {
  margin: 0;
  height: 100%;
}
.bx-viewport li.main_slide {
  overflow: auto;
  min-height: 1px;
}
.bx-viewport li.main_slide > .wrapper {
  height: 100%;
  position: relative;
  max-width: 1330px;
  margin: auto;
}
@media screen and (max-width: 1490px) {
  .bx-viewport li.main_slide > .wrapper {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1099px) {
  .bx-viewport li.main_slide > .wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .bx-viewport li.main_slide > .wrapper {
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .bx-viewport li.main_slide > .wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.bx-viewport li.main_slide > .wrapper.wrap_index {
  max-width: 100%;
}
.bx-viewport li.main_slide.home > .wrapper {
  min-height: 100%;
  height: auto;
}
.bx-controls {
  position: absolute;
  z-index: 100;
  height: 0;
  left: 0;
  right: 0;
  margin-top: -45px;
  top: 50%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .bx-controls {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .arrowHidden .bx-controls {
    display: none !important;
  }
}
.bx-controls .bx-pager {
  display: none;
}
.bx-controls .bx-prev,
.bx-controls .bx-next {
  background-image: url("/images/slider_sprite.png");
  left: 38px;
  position: absolute;
  top: 17px;
  width: 19px;
  height: 71px;
  background-position: 0 0;
  text-indent: -9999px;
  pointer-events: auto;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (max-width: 460px) {
  .bx-controls .bx-prev,
  .bx-controls .bx-next {
    width: 19px;
    height: 55px;
    background-size: 100% 100%;
  }
}
.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover {
  opacity: 1;
}
.bx-controls .bx-prev {
  background-image: url('/images/arrow_main_l.svg');
}
@media screen and (max-width: 1400px) {
  .bx-controls .bx-prev {
    left: 14px;
  }
}
.bx-controls .bx-next {
  left: auto;
  right: 38px;
  background-image: url('/images/arrow_main_r.svg');
}
@media screen and (max-width: 1400px) {
  .bx-controls .bx-next {
    right: 14px;
  }
}
.main_slider,
.main_slide {
  margin: 0;
}
.main_slider {
  height: 100%;
}
.main_slider_wrap {
  height: 100% !important;
}
.main_slider_wrap > .bx-wrapper {
  height: 100% !important;
}
.main_slider_wrap > .bx-wrapper > .bx-viewport {
  height: 100% !important;
}
.main_slider > li {
  height: 100%;
  overflow: auto;
}
.main_slider > li.main_slide.home {
  height: auto;
}
.main_slide.home {
  /*.partners {
			@media screen and (max-width: 1099px) {
				margin-top: 15px;
			}

			@media screen and (max-width: 991px) {
				margin-top: 50px;
			}

			@media only screen and (max-width: 991px) and (min-width: 767px) {
				min-height: inherit;
			}

			@media screen and (max-width: 768px) {
				height: auto;
			}

			@media screen and (max-width: 767px) {
				margin-top: 34px;
			}

			@media screen and (max-width: 460px) {
				max-width: 100%;
			}

			@media screen and (max-height: 720px) {
				position: relative;
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
			}

			a {
				@media screen and (max-width: 991px) {
					margin: 1%;
				}

				@media screen and (max-width: 767px) {
					display: block;
					max-width: 400px !important;
					width: 100% !important;
					margin-top: 33px;
					margin-left: auto !important;
					margin-right: auto !important;
					margin-bottom: 0;
				}
			}

			& > a {
				& > div {
					padding-top: 125%;

					@media screen and (max-width: 480px) {
						padding-top: 61.5%;
					}
				}
			}
		}*/
}
.main_slide.home h2 {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: grey;
}
.main_slide.home h3 {
  margin-top: 15px;
  margin-bottom: 2em;
  color: #838383;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 991px) {
  .main_slide.home h3 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home h3 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home h3 br {
    display: none;
  }
}
.main_slide.home h4 {
  margin-top: -5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .main_slide.home h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .main_slide.home h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home h4 {
    font-size: 17px;
  }
}
@media screen and (max-height: 800px) {
  .main_slide.home h4 {
    font-size: 17px;
  }
}
@media screen and (max-height: 720px) {
  .main_slide.home h4 {
    font-size: 14px;
  }
}
@media screen and (max-height: 650px) {
  .main_slide.home h4 {
    font-size: 12px;
  }
}
.main_slide.home h5 {
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.490196);
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.8px;
}
.main_slide.home h6 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #d4d4d4;
  line-height: 1.4em;
}
@media screen and (max-width: 1200px) {
  .main_slide.home h6 {
    margin-top: 2.8em;
  }
}
@media screen and (max-width: 1099px) {
  .main_slide.home h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .main_slide.home h6 {
    margin-top: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home h6 {
    margin-top: 2.1em;
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .main_slide.home h6 {
    margin-top: 4em;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main_slide.home h6.enter-to-club__title {
    margin-top: 41px;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .main-content {
    margin-top: 75px;
  }
}
.main_slide.home .wrapper {
  position: relative;
  max-width: 1536px;
  margin: auto;
  -webkit-transition: left 1s ease-out 0.1s;
  transition: left 1s ease-out 0.1s;
}
.main_slide.home .menu {
  width: 100%;
  height: 175px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1366px) and (min-height: 950px) {
  .main_slide.home .menu {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .main_slide.home .menu {
    height: 125px;
  }
}
@media screen and (max-height: 800px) {
  .main_slide.home .menu {
    height: 140px;
  }
}
@media screen and (max-width: 460px) {
  .main_slide.home .menu.inner h1 {
    letter-spacing: 1.2px;
  }
}
.main_slide.home .menu a .menu_logo {
  position: absolute;
  top: 20px;
  left: 36px;
  width: 159px;
  height: 44px;
  margin-top: 2px;
  margin-left: -15px;
  padding: 0;
  background: url('/images/logo.svg') no-repeat;
  background-size: cover;
  -webkit-transition: opacity 200ms, top 300ms, width 300ms;
  transition: opacity 200ms, top 300ms, width 300ms;
}
.main_slide.home .menu a:hover .menu_logo {
  opacity: 0.8;
}
.main_slide.home .menu h1 {
  padding-top: 17px;
  font-size: 19px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 991px) {
  .main_slide.home .menu h1 {
    display: none;
  }
}
.main_slide.home .menu .nav {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main_slide.home .menu .nav li {
  display: inline-block;
  margin: 0;
}
.main_slide.home .menu .nav li:not(:last-child):after {
  content: '|';
  display: inline-block;
  margin: 0 23px 0 28px;
}
.main_slide.home .menu .nav li a {
  display: inline-block;
  font-size: 14px;
  color: currentColor;
  letter-spacing: 0.5px;
  line-height: 1.9;
}
.main_slide.home .menu .nav li a:hover {
  color: #cd202c;
}
.main_slide.home .menu .nav li span {
  font-size: 14px;
  color: #cecece;
}
@media screen and (max-width: 1099px) {
  .main_slide.home .menu .nav li span {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.main_slide.home .item__wrapper {
  width: 100%;
  position: relative;
  height: 530px;
}
@media screen and (max-width: 991px) {
  .main_slide.home .item__wrapper {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .item__wrapper {
    height: 320px;
  }
}
.main_slide.home .item__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .main_slide.home .item__inner {
    left: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .item__inner {
    left: 20px;
    right: 20px;
  }
}
.main_slide.home .line {
  margin-top: auto;
  width: 100%;
  height: 3px;
  background-color: #cd202c;
}
@media screen and (max-width: 767px) {
  .main_slide.home .line {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .main_slide.home .section.second {
    position: relative;
    background: url(../images/bg_benefits_transparent_medium.png) 50% 50% no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .main_slide.home .section.second {
    background-image: url(../images/bg_benefits_transparent_small.png);
  }
}
@media screen and (max-width: 991px) {
  .main_slide.home .section.second h6 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .section.second h6 {
    margin-top: 78px;
  }
}
.main_slide.home .section.fourth .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main_slide.home .footer {
  position: relative;
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .main_slide.home .footer {
    width: auto;
    margin: 0 20px;
    padding: 15px 0 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .footer {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.main_slide.home .footer a .footer_logo {
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .main_slide.home .footer a .footer_logo {
    width: 147px;
    height: 30px;
  }
}
.main_slide.home .footer a:hover .footer_logo {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main_slide.home .footer p {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .main_slide.home .footer p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .footer p {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    line-height: 1.4em;
  }
}
.main_slide.home .footer p:nth-child(2) {
  font-size: 13px;
  line-height: 1.35;
}
@media screen and (max-width: 991px) {
  .main_slide.home .footer p:nth-child(2) {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .footer p:nth-child(2) {
    font-size: 11px;
  }
}
.main_slide.home .app_logo,
.main_slide.home .android_logo {
  display: inline-block;
  padding: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.main_slide.home .app_logo:hover,
.main_slide.home .android_logo:hover {
  opacity: 1;
}
.main_slide.home .app_logo {
  width: 135px;
  height: 40px;
  background-image: url('/images/app.svg');
}
@media screen and (max-width: 991px) {
  .main_slide.home .app_logo {
    background-size: contain;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .app_logo {
    background-size: cover;
  }
}
.main_slide.home .android_logo {
  width: 135px;
  height: 38px;
  margin-left: 5px;
  border: 1px solid #939393;
  border-radius: 5px;
  background-image: url('/images/android-download.png');
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .main_slide.home .appstore_link {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .main_slide.home .appstore_link {
    margin-top: 44px;
    margin-bottom: 2.1em;
  }
}
.main_slide .content a {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.main_slide .content a:hover {
  color: rgba(205, 32, 44, 0.76);
}
@media screen and (max-width: 991px) {
  .main_slide .sidebar {
    display: none;
  }
}
.main_slide.strateg .l_strateg,
.main_slide.valut .l_valut,
.main_slide.capital .l_capital,
.main_slide.activ .l_activ {
  border: none;
  cursor: default;
  color: #90959b !important;
}
.main_slide.strateg .l_strateg:hover,
.main_slide.valut .l_valut:hover,
.main_slide.capital .l_capital:hover,
.main_slide.activ .l_activ:hover {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .partners .content {
    height: calc(100vh - 227px);
  }
}
@media screen and (max-width: 768px) {
  .partners .content {
    height: auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .partners .content {
    min-height: inherit;
    height: 100%;
  }
}
.menu {
  position: relative;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}
.menu.fixed_header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width: 1490px) {
  .menu.fixed_header.inner_pages .wrapper_container.inner {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1099px) {
  .menu.fixed_header.inner_pages .wrapper_container.inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .menu.fixed_header.inner_pages .wrapper_container.inner {
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
  }
}
.menu h1 {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.490196);
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3.5px;
  line-height: 21px;
}
@media screen and (max-width: 991px) {
  .menu h1 {
    display: none;
  }
}
.menu > h1 {
  padding: 0;
}
.menu .wrapper_container.inner h1 {
  top: 38px;
}
.menu .wrapper_container.inner .top_phone {
  right: 15px;
}
.menu_logo {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  width: 159px;
  height: 44px;
  margin-top: 22px;
  background: url('/images/logo.svg') no-repeat;
  -webkit-transition: opacity 200ms, top 300ms, width 300ms;
  transition: opacity 200ms, top 300ms, width 300ms;
}
.menu_logo:hover {
  opacity: 0.8;
}
.top_phone {
  position: absolute;
  right: 25px;
  top: 32px;
  z-index: 10;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .top_phone {
    display: none;
  }
}
.top_phone:hover {
  opacity: 0.8;
}
.mobile_head {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  height: 90px;
  width: 100% !important;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 991px) {
  .mobile_head {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mobile_head {
    height: 75px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mobile_head.sticky {
    height: 58px;
  }
}
.mobile_head .button_menu {
  z-index: 1;
  width: 40px;
  height: 35px;
  float: left;
  margin-top: 25px;
  margin-left: -5px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .mobile_head .button_menu {
    width: 25px;
    height: 30px;
    margin-top: 23px;
    margin-left: -3px;
  }
}
.mobile_head .button_menu:hover {
  opacity: 0.8;
}
.mobile_head .button_menu .divide {
  display: block;
  height: 3px;
  background: #ffffff;
  width: 29px;
  margin: 7px auto;
}
@media screen and (max-width: 767px) {
  .mobile_head .button_menu .divide {
    width: 20px;
    height: 2px;
    margin: 6px auto;
  }
}
.mobile_head .menu_logo {
  width: 176px;
  height: 51px;
  margin-left: 38px;
  background: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .mobile_head .menu_logo {
    display: inline-block;
    float: none;
    width: 152px;
    margin-top: 18px;
    margin-left: -40px;
  }
}
.mobile_head .menu_logo img {
  display: block;
  width: 100%;
}
.mobile_head .top_phone {
  font-size: 22px;
  padding-top: 29px;
}
@media screen and (max-width: 991px) {
  .mobile_head .top_phone {
    top: 29px;
    right: 20px;
    padding-top: 0;
  }
}
.mobile_head.sticky {
  height: 65px;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
  .mobile_head.sticky {
    height: 58px;
  }
}
.mobile_head.sticky .button_menu {
  margin-top: 15px;
}
.mobile_head.sticky .menu_logo {
  width: 150px;
  height: 45px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .mobile_head.sticky .menu_logo {
    width: 125px;
    height: 35px;
    margin-top: 13px;
  }
}
.mobile_head.sticky .top_phone {
  top: 0;
  font-size: 20px;
  padding-top: 21px;
}
.fixed_header.sticky {
  background: rgba(0, 0, 0, 0.9);
}
.nav_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .nav_wrapper {
    display: none;
  }
}
.nav_wrapper-container {
  position: relative;
  max-width: 1330px;
  margin: auto;
}
@media screen and (max-width: 1490px) {
  .nav_wrapper-container {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1099px) {
  .nav_wrapper-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .nav_wrapper-container {
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
  }
}
.footer-nav {
  margin: 0;
  height: 42px;
  overflow: hidden;
  padding: 8px 0 10px;
}
.footer-nav li {
  display: inline-block;
  margin: 11px 18px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .footer-nav li {
    display: block;
    margin: 12px 0;
  }
}
.footer-nav li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 1099px) {
  .footer-nav li a {
    font-size: 14px;
    line-height: 1.6;
  }
}
.footer-nav li a:hover {
  color: rgba(205, 32, 44, 0.76);
  border-bottom-color: transparent;
}
.footer-nav li.active a {
  color: #ffffff;
  border: 0;
  cursor: default;
  opacity: 0.5;
}
.links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .links {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1346px) {
  .links.in_partners .footer-nav {
    text-align: justify;
  }
}
@media screen and (max-width: 991px) {
  .links.in_partners .footer-nav {
    max-width: 768px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 0 54px;
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .links.in_partners .footer-nav {
    padding: 23px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .links.in_partners .footer-nav {
    padding: 19px 0 28px;
  }
}
@media screen and (max-width: 1346px) {
  .links.in_partners .footer-nav:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 991px) {
  .links.in_partners .footer-nav:after {
    display: none;
  }
}
@media screen and (max-width: 1346px) {
  .links.in_partners .footer-nav li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .links.in_partners .footer-nav li {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .links.strategies .footer-nav {
    text-align: justify;
  }
}
@media screen and (max-width: 991px) {
  .links.strategies .footer-nav {
    max-width: 768px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 0 61px;
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .links.strategies .footer-nav {
    padding: 23px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .links.strategies .footer-nav {
    padding: 20px 0 28px;
  }
}
@media screen and (max-width: 1260px) {
  .links.strategies .footer-nav:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 991px) {
  .links.strategies .footer-nav:after {
    display: none;
  }
}
.links.strategies .footer-nav li {
  /* @media screen and (max-width: 1099px) {
					font-size: 13px;
				} */
}
@media screen and (max-width: 1260px) {
  .links.strategies .footer-nav li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .links.strategies .footer-nav li {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.partner_slide.rootlawyers .footer-nav li a.l_yur,
.partner_slide.ey .footer-nav li a.l_yur,
.partner_slide.bgp .footer-nav li a.l_yur,
.partner_slide.althaus .footer-nav li a.l_yur,
.partner_slide.mihailov .footer-nav li a.l_yur,
.partner_slide.kck .footer-nav li a.l_yur,
.partner_slide.pwc .footer-nav li a.l_yur,
.partner_slide.gib .footer-nav li a.l_yur,
.partner_slide.alfatax .footer-nav li a.l_yur,
.partner_slide.rootbuild .footer-nav li a.l_bui,
.partner_slide.vtoroydom .footer-nav li a.l_bui,
.partner_slide.khightfrank .footer-nav li a.l_bui,
.partner_slide.century .footer-nav li a.l_bui,
.partner_slide.rootlifestyle .footer-nav li a.l_life,
.partner_slide.businessavia .footer-nav li a.l_life,
.partner_slide.jetpartners .footer-nav li a.l_life,
.partner_slide.lucullus .footer-nav li a.l_life,
.partner_slide.worldclass .footer-nav li a.l_life,
.partner_slide.icon .footer-nav li a.l_life,
.partner_slide.ghi .footer-nav li a.l_life,
.partner_slide.conquest .footer-nav li a.l_life,
.partner_slide.kaudal .footer-nav li a.l_life,
.partner_slide.legacy .footer-nav li a.l_life,
.partner_slide.beluga .footer-nav li a.l_life,
.partner_slide.rootauto .footer-nav li a.l_auto,
.partner_slide.alfastrahovanie .footer-nav li a.l_auto,
.partner_slide.reso .footer-nav li a.l_auto,
.partner_slide.mercedes .footer-nav li a.l_auto,
.partner_slide.porsche .footer-nav li a.l_auto,
.partner_slide.audi .footer-nav li a.l_auto,
.partner_slide.landrover .footer-nav li a.l_auto,
.partner_slide.jaguar .footer-nav li a.l_auto,
.partner_slide.volvo .footer-nav li a.l_auto,
.partner_slide.volkswagen .footer-nav li a.l_auto,
.partner_slide.bmw_rus .footer-nav li a.l_auto,
.partner_slide.toyota .footer-nav li a.l_auto,
.partner_slide.lexus .footer-nav li a.l_auto,
.partner_slide.alfapartners .footer-nav li a.l_part {
  border-bottom-color: transparent;
  color: #ffffff;
  opacity: 0.5;
}
.nav {
  padding: 15px 0;
  list-style-type: none;
}
.nav li {
  font-size: 18px;
  color: #cecece;
  text-decoration: none;
}
.nav li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.nav li a:hover {
  color: rgba(205, 32, 44, 0.76);
  border: none;
}
.content {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
}
.content_img {
  position: absolute;
  width: 33%;
  max-width: 45vh;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 1400px) {
  .content_img {
    width: 28%;
  }
}
@media screen and (max-width: 991px) {
  .content_img {
    display: none !important;
  }
}
@media screen and (max-height: 800px) {
  .content_img {
    max-width: 42vh;
  }
}
@media screen and (max-height: 720px) {
  .content_img {
    max-width: 40vh;
  }
}
@media screen and (max-height: 650px) {
  .content_img {
    max-width: 35vh;
  }
}
.content_right {
  height: 100%;
  overflow-y: auto;
  margin-left: 33%;
  padding: 45px 34px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .content_right {
    margin-left: 28%;
    padding: 30px 20px 20px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .content_right {
    padding: 30px 35px 20px;
  }
}
@media screen and (max-width: 991px) {
  .content_right {
    margin-left: auto;
    padding: 30px 30px 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .content_right {
    padding: 17px 17px 30px 17px;
  }
}
.content_right h1 {
  margin: .2em 0 .75em;
  font-size: 5.1vh;
  line-height: 1.1em;
}
@media screen and (max-width: 1140px) {
  .content_right h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .content_right h1 {
    margin: .5em 0 .8em;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .content_right h1 {
    margin: .5em 0 .9em;
    font-size: 27px;
    line-height: 1.15em;
  }
}
.content_right p {
  margin-bottom: .85em;
  padding: 0;
  font-size: 1.9vh;
  line-height: 1.4em;
}
@media screen and (max-width: 1099px) {
  .content_right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .content_right p {
    margin-bottom: .6em;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .content_right p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.content_right p:last-child {
  padding-bottom: 0;
}
.content_right p.grey {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  .content_right p.grey {
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .content_right p.grey {
    padding-top: 13px;
  }
}
.content_right p.grey.dbl-tp {
  padding-top: 20px;
}
.footer {
  width: 100%;
  min-height: 67px;
  height: auto;
  padding: 10px 0 7px;
  /*& > div {
		p {
			@media screen and (max-width: 991px) {
				top: 4px !important;
				right: 8px !important;
				font-size: 6px !important;
			}

			@media screen and (max-width: 767px) {
				top: 8px !important;
				right: 10px !important;
				font-size: 8px !important;
			}
		}

		a {
			&:first-child {
				@media screen and (max-width: 991px) {
					top: 2px !important;
				}

				@media screen and (max-width: 767px) {
					top: 7px !important;
				}
			}
		}

		&.active {
			@media screen and (max-width: 991px) {
				height: 43px !important;
				width: 39% !important;
			}

			p {
				@media screen and (max-width: 991px) {
					top: 6px !important;
					font-size: 7px !important;
				}

				@media screen and (max-width: 767px) {
					top: 8px !important;
					font-size: 9px !important;
				}
			}

			a {
				&:first-child {
					@media screen and (max-width: 991px) {
						top: 4px !important;
					}

					@media screen and (max-width: 767px) {
						top: 9px !important;
					}
				}
			}
		}
	}*/
}
@media screen and (max-width: 1099px) {
  .footer {
    position: relative;
    top: 0;
    bottom: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 37px 0 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 41px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer:after {
    content: ' ';
    display: inline-block;
    width: 100%;
  }
}
.footer p {
  padding: 30px 0 0 30px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.298039);
}
.footer_logo_link {
  display: inline-block;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 991px) {
  .footer_logo_link {
    margin: 19px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_link {
    margin-top: 20px;
  }
}
.footer_logo_link:hover {
  opacity: 0.7;
}
.footer__logos {
  float: right;
  width: 285px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer__logos {
    width: 330px;
    /*text-align: center;*/
  }
}
@media screen and (max-width: 767px) {
  .footer__logos {
    float: none;
    width: 285px;
    margin: auto;
    text-align: center;
  }
}
.footer_logo {
  width: 214px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 147px;
    height: 30px;
  }
}
.footer-phone-number,
.footer-phone-number-mobile {
  overflow: hidden;
  text-align: center;
  padding-top: 24px;
}
.footer-phone-number a,
.footer-phone-number-mobile a {
  position: static;
  display: inline-block;
  color: #d4d4d4;
  font-size: 32px;
  font-weight: 700;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .footer-phone-number {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .footer-phone-number a {
    font-size: 24px;
  }
}
.footer-phone-number-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-phone-number-mobile {
    display: block;
    padding-top: 12px;
  }
}
.footer-phone-number-mobile a {
  position: static;
  margin-bottom: .6em;
  font-size: 22px;
}
.apps-logos {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .apps-logos {
    margin-top: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .apps-logos {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.copy {
  float: left;
  max-width: 370px;
}
@media screen and (max-width: 991px) {
  .copy {
    overflow: hidden;
    float: none;
    padding-right: 44px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    float: none;
    max-width: 400px;
    margin: auto;
    padding-right: 0;
    text-align: center;
  }
}
.copy span {
  display: block;
}
@media screen and (max-width: 767px) {
  .copy span {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .copy span.middle {
    display: inline;
  }
}
.strategies .content,
.partner_slide .content {
  position: absolute;
  top: 90px;
  bottom: 60px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .strategies .content,
  .partner_slide .content {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .strategies .content,
  .partner_slide .content {
    margin-top: 75px;
  }
}
.partner_slide .content {
  bottom: 125px;
}
@media screen and (max-width: 1099px) {
  .partner_slide .content {
    bottom: 0;
  }
}
.partner_slide .content ul {
  margin: .5em 0;
  padding: 0;
  list-style-type: none;
}
.partner_slide .content ul li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .partner_slide .content ul li {
    margin-bottom: .5em;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .partner_slide .content ul li {
    padding-left: 17px;
  }
}
.partner_slide .content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b4111c;
}
@media screen and (max-width: 767px) {
  .partner_slide .content ul li:before {
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .partner_slide .content ul.links-group li:before {
    top: 10px;
  }
}
.partner_slide.rootlawyers .content,
.partner_slide.rootlawyers .content,
.partner_slide.rootbuild .content,
.partner_slide.rootauto .content,
.partner_slide.alfapartners .content {
  bottom: 60px;
}
@media screen and (min-width: 768px) {
  .partner_slide .information .links-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .partner_slide .information .links-group {
    max-width: 35%;
    min-width: 20%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .partner_slide .information .links-group + .links-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .list {
    float: none;
    display: block;
    width: auto;
    text-align: center;
  }
}
.list h2 {
  padding: 25px 25px 10px 50px;
  font-size: 17px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .list h2 {
    padding: 38px 25px 18px 27px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .list h2 {
    padding-top: 34px;
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .list ul {
    margin: 0;
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .list ul li,
  .list ul a {
    margin-top: 6px;
    font-size: 20px;
  }
}
.list_ul li {
  float: none;
  margin: 0;
  padding: 1px;
}
.list_ul li a {
  float: none;
  padding: 1px;
  text-decoration: underline;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}
.list_ul li a:hover {
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .list_content-wrapper {
    height: calc(100vh - 270px);
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 460px) {
  .list_content-wrapper {
    height: auto;
    overflow: auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .rootlawyers .list_content-wrapper,
  .rootbuild .list_content-wrapper,
  .rootlifestyle .list_content-wrapper,
  .rootauto .list_content-wrapper,
  .alfapartners .list_content-wrapper {
    padding-bottom: 0;
  }
}
.one-column {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .one-column {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .one-column {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .one-column:nth-child(2n + 1) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .one-column:nth-child(2n + 1) {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .one-column.first {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 991px) {
  .one-column.second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .one-column.second {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 991px) {
  .one-column.third {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .one-column.third {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.information {
  height: 100%;
  overflow-y: auto;
  margin-left: 33%;
  padding: 43px 50px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*.cards_small {
		@media screen and (max-width: 991px) {
			padding-right: 20px;
			box-sizing: border-box;
		}

		@media screen and (max-width: 767px) {
			float: none;
			width: 100%;
			margin-bottom: 35px;
		}

		&:last-child {
			@media screen and (max-width: 767px) {
				margin-bottom: 0;
			}
		}

		p {
			padding-right: 10px;
			color: #ffffff;
			font-size: 1.8vh;
			font-weight: normal;

			@media screen and (max-width: 991px) {
				padding-right: 0;
				font-size: 18px;
			}
		}

		img {
			@media screen and (max-width: 991px) {
				width: 89px;
			}

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

		h2 {
			@media screen and (max-width: 991px) {
				padding: 2px 0 6px;
				font-size: 22px;
			}

			@media screen and (max-width: 767px) {
				padding-top: 10px;
				font-size: 23px !important;
			}
		}

		ul {
			@media screen and (max-width: 991px) {
				padding-right: 0 !important;
				margin: 0.7em 0 0 0 !important;
			}

			li {
				@media screen and (max-width: 991px) {
					padding-left: 20px!important;
					line-height: 1.3em!important;
				}
			}
		}
	}*/
}
@media screen and (max-height: 900px) {
  .information {
    margin-left: 45vh;
  }
}
@media screen and (max-height: 800px) {
  .information {
    margin-left: 42vh;
  }
}
@media screen and (max-height: 720px) {
  .information {
    margin-left: 40vh;
  }
}
@media screen and (max-height: 650px) {
  .information {
    margin-left: 35vh;
  }
}
@media screen and (max-width: 1400px) {
  .information {
    padding: 30px 20px 20px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .information {
    padding: 30px 35px 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .information {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 991px) {
  .information {
    margin-left: auto;
    padding: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .information {
    height: 100%;
    min-height: inherit;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .information {
    padding: 17px 17px 30px 17px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .information::-webkit-scrollbar {
    -webkit-appearance: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .information::-webkit-scrollbar:vertical {
    width: 5px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .information::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .information::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
}
.information > div.img {
  position: relative;
  display: inline-block;
  width: 111px;
  height: 84px;
}
.information > div.img a {
  display: block;
  height: 100%;
}
.information > .clearfix div.img {
  position: relative;
  float: left;
  width: 111px;
  height: auto;
  margin-top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 1400px) {
  .information > .clearfix div.img {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .information > .clearfix div.img {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .information > .clearfix div.img {
    margin: 0 auto;
    float: none;
    width: 65px;
  }
}
.information > .clearfix div.img a {
  position: relative;
  display: block;
  margin-bottom: .6em;
  padding-top: 75%;
}
.information p {
  margin-top: .5em;
  padding: 0;
  font-size: 2vh;
  font-weight: normal;
  line-height: 1.4em;
}
@media screen and (max-height: 900px) {
  .information p {
    margin-top: .5em;
    padding: 0;
    font-size: 1.9vh;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1400px) {
  .information p {
    margin-top: .4em;
  }
}
@media screen and (max-width: 1099px) {
  .information p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .information p {
    margin-bottom: .6em;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .information p {
    margin-bottom: 0.8em;
    font-size: 16px;
    line-height: 1.4em;
  }
}
.information p.beul + ul {
  margin-top: -2px;
}
.information p.grey {
  margin-top: 1.3em;
}
@media screen and (max-height: 900px) {
  .information p.grey {
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  .information p.grey {
    margin-top: 1.6em;
  }
}
.information p .grey {
  color: #90959b;
}
.information p a {
  color: #ffffff;
  text-decoration: underline;
  font-size: inherit;
}
.information p a:hover {
  text-decoration: none;
}
.information p a .grey {
  color: #90959b;
}
.information ul li {
  float: none;
  margin: 0;
  font-weight: normal;
  font-size: 1.8vh;
}
@media screen and (max-width: 1099px) {
  .information ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .information ul li {
    margin-bottom: .6em;
    font-size: 20px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .information ul li {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.information ul li .grey {
  color: #90959b;
}
.information .links-group a {
  padding: 1px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  line-height: 1.4;
}
.information .links-group a:hover {
  background: none;
}
.information .links-group-title {
  margin-top: 53px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #cccccc;
}
.alfapartners .information {
  margin-left: 0;
  padding: 45px 90px;
}
@media screen and (max-width: 991px) {
  .alfapartners .information {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .alfapartners .information {
    padding: 30px 20px;
  }
}
.information-title {
  overflow: hidden;
  margin-left: 134px;
  margin-bottom: 30px;
  padding-top: 12px;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 1490px) {
  .information-title {
    padding-top: 14px;
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .information-title {
    margin-left: 120px;
    padding-top: 10px;
    font-size: 38px;
  }
}
@media screen and (max-width: 1346px) {
  .information-title {
    padding-top: 13px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1260px) {
  .information-title {
    padding-top: 16px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .information-title {
    padding-top: 18px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1140px) {
  .information-title {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1099px) {
  .information-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .information-title {
    margin-bottom: 53px;
    margin-left: 149px;
    padding-top: 19px;
    font-size: 36px;
    word-break: break-word;
  }
}
@media screen and (max-width: 767px) {
  .information-title {
    margin-bottom: 19px;
    margin-left: auto;
    padding-top: 3px;
    font-size: 22px;
    text-align: center;
  }
}
.information-title.long-word {
  font-size: 4.45vw;
}
.information-title--no-image {
  margin-left: 0;
}
#legacy_content .information-title,
#lucullus_content .information-title,
#show_content .information-title {
  font-size: 32px;
  min-height: 57px;
  line-height: 1.7;
}
@media screen and (max-width: 1346px) {
  #legacy_content .information-title,
  #lucullus_content .information-title,
  #show_content .information-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1260px) {
  #legacy_content .information-title,
  #lucullus_content .information-title,
  #show_content .information-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1099px) {
  #legacy_content .information-title,
  #lucullus_content .information-title,
  #show_content .information-title {
    font-size: 23px;
    line-height: normal;
  }
}
.alfapartners .information-title {
  margin-left: 0;
  font-size: 43px;
}
@media screen and (max-width: 767px) {
  .alfapartners .information-title {
    font-size: 20px;
    text-align: left;
  }
}
.information-title2 {
  text-transform: none;
}
.tablet-title {
  display: none;
  padding-bottom: 26px;
  padding-top: 90px;
  color: rgba(255, 255, 255, 0.490196);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .tablet-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tablet-title {
    display: none;
  }
}
.tablet-subtitle {
  display: none;
  margin: -15px 0 30px 0;
  color: rgba(255, 255, 255, 0.490196);
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.7em;
}
@media screen and (max-width: 991px) {
  .tablet-subtitle {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tablet-subtitle {
    margin: -17px 0 19px 0;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.4em;
  }
}
/*.title {
	width: 100%;
	height: 65px;
	background: rgba(0, 0, 0, 0.3);

	@media screen and (max-width: 991px) {
		margin-top: 13px;
	}

	@media screen and (max-width: 767px) {
		margin-top: 20px;
		margin-bottom: 0;
	}

	h1 {
		float: none !important;
		padding-top: 10px !important;
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		color: #ffffff;

		@media screen and (max-width: 991px) {
			padding-top: 30px !important;
			padding-left: 20px !important;
			padding-right: 20px !important;
			font-size: 28px;
		}

		@media screen and (max-width: 767px) {
			padding-top: 11px !important;
			font-size: 20px !important;
		}
	}
}*/
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}
.vegas-transition-fade2-out {
  opacity: 0;
}
.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  max-width: 492px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.side_menu_wrap {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 12px 50px 25px 50px;
}
@media screen and (max-width: 767px) {
  .side_menu_wrap {
    top: 83px;
    padding: 0px 27px 20px 27px;
  }
}
.side_menu_head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #000000;
  line-height: 90px;
}
@media screen and (max-width: 767px) {
  .side_menu_head {
    height: 75px;
    line-height: 75px;
  }
}
.side_menu_head span {
  color: #cccccc;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .side_menu_head span {
    font-size: 11px;
  }
}
.side_menu_item {
  min-height: 30px;
}
.side_menu_item a {
  display: block;
  height: 100%;
  padding: 8px 0;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .side_menu_item a {
    font-size: 18px;
  }
}
.side_menu_item a:hover {
  color: rgba(205, 32, 44, 0.76);
}
.side_menu_close {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 22px;
  padding-right: 65px;
  color: #cccccc;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 40px;
  line-height: normal;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAFlXhBdAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAACnRSTlMAExQrLLq7z9DTN92/BAAAAKtJREFUGNNNzj1KA1EUBeBvBuTJbGBgqksQAq9yE/YWguAqHgGZmFWIjZBKXuEku7RwfnKrc4rzcT3SFenHep17OpJOuLNTtHt8kdpQ7OTAkRyOkL/BmAMjObxC9gwPRrRVKgzBqKlIZQj4qGD4hKaOMEQqNJXxf5OKCu/eDsuv+1/taW79JSytvwRzmzPt6dBPsUzb83XN+ut5NfspNnO6Macbc9pMT5v58gcdViZZBPMlGwAAAABJRU5ErkJggg==);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side_menu_close {
    height: 14px;
    width: 14px;
    margin: 0 10px 0 15px;
    padding-right: 55px;
    font-size: 10px;
    text-indent: 25px;
    background-size: contain;
  }
}
.side_menu .gamb_strategies {
  border-bottom: 1px solid #2e2f30;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.m-phone {
  float: right;
  display: none;
}
@media screen and (max-width: 767px) {
  .m-phone {
    display: block;
  }
}
.m-phone a {
  color: #787c80;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .m-phone a {
    font-size: 17px;
  }
}
.partners_link {
  display: block;
  color: #d4d4d4;
  width: 170px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 20px auto auto;
  letter-spacing: 2px;
  text-decoration: underline;
}
@media screen and (max-height: 800px) {
  .partners_link {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .partners_link {
    margin-top: 18px;
  }
}
@media screen and (max-width: 480px) {
  .partners_link {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.partners_link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1099px) {
  .alfapartners .content {
    position: relative;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .alfapartners .content {
    margin-top: 75px!important;
  }
}
.alfapartners .list h2 {
  display: table-cell;
  height: 60px;
  padding: 0 40px 16px 0;
  color: #cccccc;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .alfapartners .list h2 {
    max-width: 250px;
    height: 66px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .alfapartners .list h2 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    padding-bottom: 0;
    padding-right: 0;
    padding: 34px 0 0;
    font-size: 24px;
  }
}
.alfapartners .list .list_ul li {
  margin-bottom: 9px;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .alfapartners .list .list_ul li {
    margin-bottom: 3px !important;
  }
}
.alfapartners .list .list_ul a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
.alfapartners .list .list_ul a:hover {
  color: rgba(205, 32, 44, 0.76);
  background: none;
}
.partners-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .partners-block .list {
    text-align: left;
  }
}
.partners-group-links {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 65px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border-top: 2px solid #b4111c;
  background: #000000;
}
@media screen and (max-width: 1099px) {
  .partners-group-links {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .partners-group-links {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
.partners-group-links li {
  margin: 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .partners-group-links li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.partners-group-links li a {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 14px;
  color: #8f969d;
  line-height: 1.2;
}
.partners-group-links li a:hover {
  text-decoration: underline;
}
.partners-group-links li.active a {
  color: #53575c;
}
.partners-group-links li.active a:hover {
  text-decoration: none;
  cursor: default;
}
.mercedes .img {
  background-image: url('/images/logo_mercedes.png');
  background-size: cover;
}
.porsche .img {
  background-image: url('/images/porsche_icon.png');
  background-size: cover;
}
.audi .img {
  background-image: url('/images/audi_icon.png');
}
.landrover .img {
  background-image: url('/images/landrover_icon.jpg');
}
.jaguar .img {
  background-image: url('/images/jaguar_icon.jpg');
}
.volvo .img {
  background-image: url('/images/volvo_icon.png');
}
.volkswagen .img {
  background-image: url('/images/volkswagen_icon.png');
}
.bmw_rus .img {
  background-image: url('/images/bmw_rus_icon.png');
}
.toyota .img {
  background-image: url('/images/toyota.png');
}
.lexus .img {
  background-image: url('/images/lexus.png');
}
.businessavia .img {
  background-image: url('/images/business_icon.png');
}
.worldclass .img {
  background-image: url('/images/worldclass_icon.png');
}

.icon .img {
  background-image: url('/images/icon_icon.png');
}
.kudal .img {
  background-image: url('/images/kudal_icon.png');
}
.lucullus .img {
  background-image: url('/images/lucullus_icon.png');
}
.conquest .img {
  background-image: url('/images/conquest_icon.png');
}
.ghi .img {
  background-image: url('/images/ghi_icon.png');
}
.legacy .img {
  background-image: url('/images/legacy_icon.png');
}
.beluga .img {
  background-image: url('/images/beluga_icon.png');
}
.tranio .img {
  background-image: url('/images/tranio_logo_black.png');
}
.wrap_knight .img {
  background-image: url('/images/knight_icon.png');
}
.century .img {
  background-image: url('/images/century_icon.png');
}
.alfastrahovanie .img {
  background-image: url('/images/alfa_icon.png');
}
.althaus .img {
  background-image: url('/images/althaus_logo.png');
}
.mihailov .img {
  background-image: url('/images/mihailov_icon.png');
}
.mfo .img {
  background-image: url('/images/mfo_icon.png');
}
.pwc .img {
  background-image: url('/images/pwc_icon.png');
}
.bgp .img {
  background-image: url('/images/bgp_icon.png');
}
.kck .img {
  background-image: url('/images/kck_icon.png');
}
.vtoroydom .img {
  background-image: url('/images/second_home.png');
}
.whitewill .img {
  background-image: url('/images/whitewill_icon.png');
}
.reso .img {
  background-image: url('/images/reso_icon.png');
}
.alfatax .img {
  background-image: url('/images/ak_mini_logo.png');
}
.gib .img {
  background-image: url('/images/gib_icon.png');
}
.ey .img {
  background-image: url('/images/ey_icon.png');
}
.jetpartners .img {
  background-image: url('/images/jetpartners_icon.png');
}
.news-items,
.swiper-wrapper {
  cursor: -webkit-grab;
}
.news-items {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  background: #000000;
}
@media screen and (max-width: 991px) {
  .news-items {
    margin-bottom: .6em;
  }
}
@media screen and (max-width: 460px) {
  .news-items {
    margin-bottom: 0;
  }
}
.news-items .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 245px;
  background-size: 100% auto;
  background-position: 50% 50%;
  -webkit-transition: all 1800ms linear;
  transition: all 1800ms linear;
}
@media screen and (max-width: 767px) {
  .news-items .item-bg {
    height: 136px;
  }
}
.news-items:hover .item-bg {
  background-size: 120% auto;
}
.news__title {
  position: absolute;
  bottom: 50px;
  left: 23px;
  padding-right: 10px;
  color: #d4d4d4;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-height: 800px) {
  .news__title {
    bottom: 40px;
    left: 0;
    padding-right: 30px;
    font-size: 23px;
  }
}
@media screen and (max-width: 1346px) {
  .news__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .news__title {
    left: 0;
    padding-left: 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 1099px) {
  .news__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 18px;
    font-weight: 600;
  }
}
.news__top-info {
  position: absolute;
  top: 260px;
  left: 20px;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .news__top-info {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__top-info {
    top: 140px;
  }
}
.news__top-img {
  display: inline-block;
  width: 78px;
  height: 65px;
  vertical-align: middle;
  background-position: center;
  background-size: 100% auto;
}
.news__top-text {
  display: inline-block;
  width: calc(100% - 110px);
  margin-left: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
}
@media screen and (max-width: 1260px) {
  .news__top-text {
    font-size: 14px;
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .news__top-text {
    padding-left: 10px;
    color: #8d8d8d;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.news__top-text.empty {
  margin-top: 24px;
  margin-left: 0;
}
.swiper-container {
  margin: 55px 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .swiper-container {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  .swiper-container {
    margin-top: 34px;
  }
}
.swiper-container .swiper-slide {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .swiper-container .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 460px) {
  .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none;
}
@media screen and (max-width: 460px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: auto;
    bottom: 9px;
    width: 12px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 460px) {
  .swiper-button-prev {
    left: 25px;
    background-image: url(../images/swiper_arrows_l.svg);
  }
}
@media screen and (max-width: 460px) {
  .swiper-button-next {
    right: 25px;
    background-image: url(../images/swiper_arrows_r.svg);
  }
}
.swiper-scrollbar {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 35px auto 0 auto;
  height: 7px;
  padding: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 0.3;
  cursor: move;
}
@media screen and (max-width: 1024px) {
  .swiper-scrollbar {
    margin-top: 15px;
    padding: 15px 0;
    border: none;
  }
}
@media screen and (max-width: 460px) {
  .swiper-scrollbar {
    display: none;
  }
}
.swiper-scrollbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 7px;
  margin-top: -5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .swiper-scrollbar:before {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .swiper-pagination-fraction {
    bottom: 0;
    height: 44px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    border-top: 4px solid #1c1c1c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    opacity: 0.7;
  }
}
.swiper-scrollbar-drag {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .popup_container {
    max-height: 100vh;
    height: 100%;
  }
}
@media screen and (max-width: 460px) {
  .popup_container {
    margin: 13px;
  }
}
@media screen and (max-width: 375px) {
  .popup_container {
    margin: 10px;
  }
}
.popup_header {
  position: relative;
  height: 355px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 460px) {
  .popup_header {
    height: 400px;
  }
}
@media screen and (max-width: 375px) {
  .popup_header {
    height: 355px;
  }
}
@media screen and (max-width: 320px) {
  .popup_header {
    height: 340px;
  }
}
.popup_header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.popup_header.bmw {
  background-size: 100% auto;
  background-position: 50% 55%;
}
.popup_header.emc {
  background-size: 100% auto;
  background-position: 50% 24%;
}
.popup_header.worldclass {
  background-position: left center;
  background-size: cover;
}
.popup_header.center {
  background-size: cover;
  background-position: center;
}
.popup_header.rzd {
  background-size: cover;
  background-position: 50% 24%;
}
.popup_header.spk {
  background-size: 100% auto;
  background-position: 50% 62%;
}
.popup_header.ppl {
  background-size: 100% auto;
  background-position: 50% 62%;
}
.popup_header.mfo {
  background-size: 100% auto;
  background-position: 50% 62%;
}
.popup_info {
  padding: 55px;
  border-bottom: 5px solid #9a1821;
  background-color: #ffffff;
}
@media screen and (max-width: 460px) {
  .popup_info {
    margin-bottom: 0;
    padding: 35px 15px;
  }
}
.popup_info p {
  margin-bottom: 0.5em;
  color: #000000;
  font-size: 18px;
  line-height: 1.4em;
}

.popup_info h4{
  font-weight: normal;
  margin: 1.35em 0 0.8em;
  font-size: 18px;
  line-height: 1.4em;
}
@media screen and (max-width: 460px) {
  .popup_info p {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.4;
  }
  .popup_info h4{
    font-size: 19px;
  }
}
@media screen and (max-width: 375px) {
  .popup_info p {
    font-size: 16px;
  }
  .popup_info h4{
    font-size: 16px;
    margin: 1.55em 0 0;
  }
}
.popup_info p.popup_footnotes {
  margin-top: 1.7em;
  color: #5a5a5a;
  font-style: italic;
  font-size: 0.9em;
}
.popup_info p.popup_info-offers {
  font-style: italic;
  color: #5a5a5a;
  margin-top: 1.7em;
}
.popup_info h3 {
  padding: 10px 0 21px 0;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .popup_info h3 {
    padding: 15px 0 25px 0;
  }
}
@media screen and (max-width: 375px) {
  .popup_info h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .popup_info h3 {
    padding: 15px 0 25px 0;
    font-size: 20px;
    line-height: 1.2;
  }
}
.popup_info h3 + p.popup_info-offers {
  margin-top: 1em;
}
.popup_info a {
  color: #767676;
  text-decoration: underline;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.popup_info a:hover {
  color: rgba(205, 32, 44, 0.76);
  text-decoration: none;
}
.popup_info ul {
  list-style: none;
  margin: 1em 0 1.6em;
  padding-left: 1em;
}
@media screen and (max-width: 375px) {
  .popup_info ul {
    padding-left: 0.5em;
    margin: 0.8em 0 1.6em;
  }
}
.popup_info ul li {
  position: relative;
  float: none;
  margin: 0.5em 0;
  padding-left: 20px;
  color: #000000;
  font-size: 18px;
  line-height: 1.4em;
}
@media screen and (max-width: 375px) {
  .popup_info ul li {
    font-size: 16px;
  }
}
.popup_info ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a1821;
}
@media screen and (max-width: 375px) {
  .popup_info ul li:before{
    top: 10px;
  }
}
.popup_info sup {
  vertical-align: top;
  color: #696969;
  font-size: 1.1em;
  line-height: 1.1em;
}
.popup_background {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  visibility: hidden;
  background-image: url(/images/bg_home.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.popup_close {
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.popup_info-note {
  margin-top: 4em;
  margin-bottom: -1.5em;
  padding: 0.7em 0;
  color: #959595;
  font-size: 14px;
  border-top: 1px solid #dadada;
}
.popup_info-note sup {
  vertical-align: initial;
  font-size: 1.4em;
}
.popup__header-info {
  position: absolute;
  top: 25px;
  left: 60px;
}
@media screen and (max-width: 460px) {
  .popup__header-info {
    top: 30px;
    left: 20px;
  }
}
.popup__header-img {
  display: inline-block;
  width: 110px;
  height: 85px;
  background-size: 95% auto;
  background-position: center;
  vertical-align: middle;
}
@media screen and (max-width: 460px) {
  .popup__header-img {
    width: 90px;
    height: 75px;
  }
}
@media screen and (max-width: 375px) {
  .popup__header-img {
    width: 80px;
    height: 65px;
  }
}
.rzd .popup__header-img {
  background-size: cover;
}
.popup__header-text {
  display: inline-block;
  margin-left: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  opacity: 0.4;
  line-height: 1.1;
}
@media screen and (max-width: 460px) {
  .popup__header-text {
    margin-left: 17px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 375px) {
  .popup__header-text {
    margin-left: 14px;
  }
}
p.popup__header-text.empty {
  margin: 33px 0 0 0;
}
.popup__header-title {
  position: absolute;
  left: 57px;
  bottom: 47px;
  padding-right: 50px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 460px) {
  .popup__header-title {
    position: absolute;
    left: 17px;
    bottom: 34px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 375px) {
  .popup__header-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .popup__header-title {
    font-size: 22px;
  }
}
.mfp-wrap {
  overflow-y: scroll !important;
}
@media screen and (max-width: 1024px) {
  .mfp-container {
    padding: 0;
  }
}
.mfp-bg {
  overflow-x: hidden;
  background: url(/images/bg_home.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}
.mfp-bg.my-mfp-enter-to-club {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 480px) {
  .mfp-bg.my-mfp-enter-to-club .mfp-content {
    height: 100%;
    background: #ffffff;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 910px;
  margin: 45px 0;
}
@media screen and (max-width: 1024px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 460px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    padding: 0;
  }
}
.mfp-close-btn-in.mfp-close.popup_close {
  top: 45px;
  left: 50%;
  margin-left: 458px;
  width: 39px;
  height: 39px;
  background: url('/images/close_popup.svg') !important;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
  .mfp-close-btn-in.mfp-close.popup_close {
    top: 10px;
    left: auto;
    right: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 460px) {
  .mfp-close-btn-in.mfp-close.popup_close {
    top: 18px;
    right: 28px;
  }
}
.mfp-close-btn-in.mfp-close.popup_close.dark {
  background: url('/images/close_popup_dark.svg') !important;
}
.mfp-close-btn-in.mfp-close.popup_close.nav-up {
  top: -50px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 1;
}
.my-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}
.my-mfp-move-horizontal .zoom-anim-dialog,
.my-mfp-enter-to-club .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.my-mfp-move-horizontal.mfp-ready .zoom-anim-dialog,
.my-mfp-enter-to-club.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.my-mfp-move-horizontal.mfp-removing,
.my-mfp-enter-to-club.mfp-removing {
  opacity: 0;
}
.my-mfp-move-horizontal.mfp-bg,
.my-mfp-enter-to-club.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.my-mfp-move-horizontal.mfp-ready.mfp-bg,
.my-mfp-enter-to-club.mfp-ready.mfp-bg {
  opacity: 1;
}
.my-mfp-move-horizontal.mfp-removing.mfp-bg,
.my-mfp-enter-to-club.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*.scroll {
	// .scroll-wrapper
	&-wrapper {
		position: relative;
		overflow: hidden !important;
		padding: 0 !important;

		& > .scroll-content {
			border: none !important;
			box-sizing: content-box !important;
			height: auto;
			left: 0;
			margin: 0;
			max-height: none;
			max-width: none !important;
			overflow: scroll !important;
			padding: 0;
			position: relative !important;
			top: 0;
			width: auto !important;

			&::-webkit-scrollbar {
				height: 0;
				width: 0;
			}
		}
	}

	// .scroll-element
	&-element {
		display: none;
		box-sizing: content-box;

		div {
			box-sizing: content-box;
		}

		&.scroll-x.scroll-scrollx_visible,
		&.scroll-y.scroll-scrolly_visible {
			display: block;
		}

		.scroll-bar,
		.scroll-arrow {
			cursor: default;
		}
	}
}*/
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  top: 0px;
  min-width: 10px;
  height: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
  top: 2px;
  height: 12px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 10px;
  background-color: transparent;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 2px;
  min-height: 10px;
  width: 4px;
  border-radius: 0;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
  top: 0;
  width: 10px;
  border-radius: 0;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: 0;
  border-radius: 0;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #3a3a3a;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #696969;
  border-color: transparent;
}
.gallery-links {
  position: relative;
  font-size: 0;
  min-height: 85px;
  padding-top: 25px;
  background-color: #000000;
}
@media screen and (max-width: 460px) {
  .gallery-links {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 375px) {
  .gallery-links {
    margin-bottom: 10px;
  }
}
.gallery-links-item {
  position: absolute;
  top: 48%;
  max-width: 230px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
  cursor: pointer;
}
.gallery-links-item:hover {
  text-decoration: underline;
}
.next-link {
  right: 0;
  padding-right: 56px;
}
@media screen and (max-width: 460px) {
  .next-link {
    padding-right: 56px;
    font-size: 14px;
    width: 54%;
  }
}
.next-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 21px;
  height: 19px;
  margin-top: -9px;
  background-image: url('../images/popup_arrows-r.svg');
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .next-link:before {
    right: 15px;
  }
}
.prev-link {
  padding-left: 56px;
  left: 0;
}
@media screen and (max-width: 460px) {
  .prev-link {
    font-size: 0;
  }
}
.prev-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 22px;
  width: 21px;
  height: 19px;
  margin-top: -9px;
  background-image: url('../images/popup_arrows-l.svg');
  background-size: cover;
}
@media screen and (max-width: 460px) {
  .prev-link:before {
    left: 15px;
  }
}
.small__container {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .small__container {
    max-width: 100%;
  }
}
@media screen and (max-height: 900px) {
  .small__container {
    max-width: 80%;
  }
}
@media screen and (max-height: 800px) {
  .small__container {
    max-width: 75%;
  }
}
@media screen and (max-height: 720px) {
  .small__container {
    max-width: 65%;
  }
}
@media screen and (max-height: 650px) {
  .small__container {
    max-width: 60%;
  }
}
@media screen and (max-height: 900px) {
  .small__container.news {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .small__container.news h6 {
    margin-top: 32px;
  }
}
.about-short {
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #d4d4d4;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .about-short {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .about-short {
    margin-top: 0;
    padding-top: 8px;
    font-size: 16px;
  }
}
.about-short__title {
  margin-bottom: 14px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-height: 800px) {
  .about-short__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-short__title {
    margin-bottom: 8px;
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .about-short__title {
    margin-bottom: 7px;
    font-size: 30px;
  }
}
@media screen and (max-height: 800px) {
  .about-short__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-short__text {
    padding: 0 30px;
  }
}
.about-short span {
  display: block;
}
.partner-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 57px 15px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-height: 800px) {
  .partner-groups {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-groups {
    margin-top: 37px;
  }
}
@media screen and (max-width: 991px) {
  .partner-groups {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .partner-groups {
    margin: 26px -5px 0;
  }
}
.partner-groups__item {
  width: 100%;
  max-width: calc(25% - 20px);
  margin: 10px;
}
@media screen and (max-width: 1200px) {
  .partner-groups__item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .partner-groups__item {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.partner-group {
  display: block;
  margin-bottom: 0;
  color: #d4d4d4;
  background: #060606;
}
.partner-group__image {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
@media screen and (max-width: 991px) {
  .partner-group__image {
    padding-top: 55%;
  }
}
@media screen and (max-width: 767px) {
  .partner-group__image {
    padding-top: 45%;
  }
}
.partner-group__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1500ms linear;
  transition: all 1500ms linear;
}
.partner-group:hover .partner-group__image img {
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}
.partner-group__content {
  padding: 30px 25px;
}
@media screen and (max-width: 991px) {
  .partner-group__content {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .partner-group__content {
    padding: 27px 25px;
  }
}
.partner-group__title {
  display: table-cell;
  vertical-align: bottom;
  height: 75px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .partner-group__title {
    height: 50px;
    font-size: 22px;
  }
}
.partner-group__desc {
  min-height: 50px;
  margin-right: -15px;
  padding: 13px 0 15px;
  word-wrap: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .partner-group__desc {
    padding-top: 10px;
    min-height: 0;
  }
}
.benefits-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 960px;
  margin: 75px auto 0;
  padding: 0;
  list-style: none;
  color: #d4d4d4;
}
@media screen and (max-width: 991px) {
  .benefits-list {
    max-width: 540px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .benefits-list {
    display: block;
    margin-top: 36px;
  }
}
.benefits-list li {
  width: calc(100% / 3);
  margin: 26px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits-list li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .benefits-list li {
    width: 100%;
    margin: 35px 0;
    text-align: center;
  }
}
.benefits-list li img {
  display: inline-block;
  width: auto;
  height: 64px;
  margin-bottom: 10px;
  vertical-align: top;
}
.benefits-list li span {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .benefits-list li span {
    font-size: 16px;
  }
}
.enter-to-club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 60px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .enter-to-club {
    display: block;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .enter-to-club {
    padding: 30px 10px 45px;
  }
}
.enter-to-club__title {
  max-width: 1000px;
  margin-bottom: 80px;
}
.enter-to-club__button a {
  display: inline-block;
  width: 270px;
  margin-bottom: 0;
  color: #d4d4d4;
  border: 1px solid;
  text-align: center;
  font-size: 20px;
  line-height: 57px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .enter-to-club__button a {
    width: 228px;
    font-size: 16px;
    line-height: 48px;
  }
}
.enter-to-club__button a:hover {
  border-color: #ffffff;
  color: #000000;
  background: #ffffff;
}
.enter-to-club-popup {
  max-width: 710px;
  margin: 0 auto;
  padding: 76px 30px;
  color: #000000;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  .enter-to-club-popup {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.enter-to-club-popup .mfp-close {
  top: 0;
  right: -54px;
  width: 39px;
  height: 39px;
  background: url('/images/close_popup.svg') 0 0 no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1024px) {
  .enter-to-club-popup .mfp-close {
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    background-image: url('/images/mobile-popup-close.svg');
  }
}
.enter-to-club-popup__content {
  max-width: 415px;
  margin: 0 auto;
}
.enter-to-club-popup__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__title {
    margin-bottom: 8px;
    font-size: 22px;
  }
}
.enter-to-club-popup__text {
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.enter-to-club-popup__input {
  position: relative;
  height: 55px;
  margin-bottom: 10px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enter-to-club-popup__input label:not(.error) {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  color: #c9c9c9;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: text;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__input label:not(.error) {
    top: 24px;
    font-size: 18px;
  }
}
.enter-to-club-popup__input label.error {
  position: absolute;
  bottom: -22px;
  left: 0;
  color: #cd202c;
  font-size: 14px;
}
.enter-to-club-popup__input small {
  font-size: 0.7em;
}
.enter-to-club-popup__input input {
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-weight: 700;
  height: 37px;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__input input {
    padding-top: 2px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.enter-to-club-popup__input input.error {
  border-color: #cd202c;
}
.enter-to-club-popup__input input:focus + label:not(.error),
.enter-to-club-popup__input input.valid + label:not(.error),
.enter-to-club-popup__input input.valid + label.error + label,
.enter-to-club-popup__input input.error + label.error + label {
  top: 0;
  font-size: 16px;
  font-weight: 400;
}
.enter-to-club-popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 11px;
  }
}
.enter-to-club-popup__agreement {
  max-width: 150px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__agreement {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 12px;
  }
}
.enter-to-club-popup__agreement a {
  color: inherit;
}
.enter-to-club-popup__agreement a:hover {
  text-decoration: none;
}
.enter-to-club-popup__submit {
  padding: 0;
  border: 1px solid #acacac;
  font-family: inherit;
  background: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__submit {
    margin-left: auto;
  }
}
.enter-to-club-popup__submit span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 27px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__submit span {
    padding: 16px 25px;
    font-size: 16px;
  }
}
.enter-to-club-popup__submit span:after {
  content: ' ';
  width: 30px;
  height: 13px;
  margin-top: 4px;
  margin-left: 13px;
  background-image: url(../images/submit-arrow.svg);
  background-size: cover;
}
.enter-to-club-popup__submit:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
.enter-to-club-popup__submit:hover span:after {
  background-image: url(../images/submit-arrow-white.svg);
}
.enter-to-club-popup__message {
  max-width: 305px;
  margin: 67px auto -10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__message {
    margin-top: 60px;
  }
}
.enter-to-club-popup__message img {
  display: inline-block;
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
}
.enter-to-club-popup__message p {
  margin-bottom: 8px;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__message p {
    font-size: 16px;
  }
}
.enter-to-club-popup__message .popup-modal-repeat {
  display: inline-block;
  color: #000000;
  border-bottom: 1px dotted;
  text-decoration: none;
}
.enter-to-club-popup__message .popup-modal-repeat:hover {
  border-bottom-color: transparent;
}
.enter-to-club-popup__message .popup-modal-dismiss {
  display: inline-block;
  margin-top: 75px;
  color: #a7a7a7;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .enter-to-club-popup__message .popup-modal-dismiss {
    margin-top: 70px;
  }
}
.enter-to-club-popup__message .popup-modal-dismiss:hover {
  text-decoration: none;
}
