[class^='icon-'], [class*=' icon-'] {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/sprite.png") -9999px -9999px no-repeat; }

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  [class^='icon-'], [class*=' icon-'] {
    background-image: url("../img/sprite@2x.png");
    background-size: 223px 166px; } }

.icon-arrow {
  background-position: -85px -142px;
  width: 22px;
  height: 16px; }

.icon-leaf {
  background-position: -176px -88px;
  width: 33px;
  height: 32px; }

.icon-fb {
  background-position: -57px -142px;
  width: 23px;
  height: 23px; }

.icon-vk {
  background-position: 0px -142px;
  width: 24px;
  height: 24px; }

.icon-google {
  background-position: -178px -30px;
  width: 26px;
  height: 26px; }

.icon-ig {
  background-position: -29px -142px;
  width: 23px;
  height: 23px; }

.icon-tw {
  background-position: -155px -64px;
  width: 24px;
  height: 19px; }

.icon-logo {
  background-position: 0px 0px;
  width: 223px;
  height: 25px; }

.icon-binet {
  background-position: 0px -64px;
  width: 150px;
  height: 19px; }

.icon-card {
  background-position: 0px -30px;
  width: 173px;
  height: 29px; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProMedium.eot");
  src: url("../fonts/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProBold.eot");
  src: url("../fonts/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProLight.eot");
  src: url("../fonts/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamProBlack.eot");
  src: url("../fonts/GothamProBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  position: relative; }

body {
  margin: 0;
  font: 24px/30px "GothamPro", sans-serif;
  color: #adadad;
  background: #141414; }

body,
html {
  padding: 0;
  height: 100%; }

a:hover {
  text-decoration: none;
  color: #3cd5d5; }

p {
  margin-bottom: 15px; }

h2,
.h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 36px;
      margin-bottom: 50px; } }
  @media (min-width: 1280px) {
    h2,
    .h2 {
      font-size: 60px;
      margin-bottom: 100px; } }
  h2 span,
  .h2 span {
    color: #ff4747; }

button {
  cursor: pointer; }

:-ms-input-placeholder {
  opacity: 1 !important;
  color: #5b5b5b !important; }

::placeholder {
  opacity: 1 !important;
  color: #5b5b5b !important; }

.btn {
  background: #ff4747;
  font-size: 16px;
  font-weight: 900;
  border-radius: 0;
  color: #fff;
  letter-spacing: .075em;
  text-transform: uppercase;
  padding: 20px 70px; }
  .btn:hover {
    color: #fff;
    background: #ff3030; }
  .btn:focus {
    box-shadow: none; }
  @media (min-width: 768px) {
    .btn {
      font-size: 22px; } }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-checkbox .custom-control-label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300; }
  .custom-checkbox .custom-control-label a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.7);
    color: #adadad; }
  .custom-checkbox .custom-control-label:focus {
    outline: none; }

.custom-checkbox .custom-control-label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: #353535;
  left: 0;
  top: -2px;
  border-radius: 0; }

.custom-checkbox .custom-control-label::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: all .3s ease;
  background: url("../img/sprite.png") -9999px -9999px no-repeat;
  background-position: -209px -30px;
  width: 14px;
  height: 11px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #353535; }

.custom-control-input:active ~ .custom-control-label::before {
  background: #353535; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  opacity: 1; }

.wrap {
  min-width: 320px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }

.container {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }

.header {
  padding: 30px 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .header {
      padding: 60px 0; } }
  .header__control {
    display: none; }
    @media (min-width: 768px) {
      .header__control {
        display: block; } }
  .header__reg, .header__account {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(153, 153, 153, 0.7);
    line-height: 12px; }
    .header__reg:focus, .header__reg:hover, .header__account:focus, .header__account:hover {
      color: #f0f0f0;
      outline: none; }
  .header__reg {
    color: #919191;
    margin-left: 35px; }
  .header__account {
    color: #f0f0f0;
    margin-left: 25px; }
  .header__phone {
    color: #919191; }
    .header__phone span {
      color: #f0f0f0; }
    .header__phone:focus, .header__phone:hover {
      color: #f0f0f0;
      outline: none; }

.ham-trigger {
  width: 33px;
  height: 23px;
  display: block;
  z-index: 999;
  position: relative; }
  @media (min-width: 768px) {
    .ham-trigger {
      display: none; } }
  .ham-trigger:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  .ham-trigger:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff; }
  .ham-trigger_close {
    margin: 15px 10px 10px;
    position: relative;
    left: 10px;
    top: 15px; }
    .ham-trigger_close:before {
      border-bottom: none;
      height: 2px;
      transform: rotate(-45deg); }
    .ham-trigger_close:after {
      transform: rotate(45deg); }

.ham-menu ul {
  list-style: none;
  padding: 40px 25px; }
  .ham-menu ul li {
    margin-bottom: 20px;
    font: bold 18px "GothamPro", sans-serif; }

.ham-menu__reg, .ham-menu__account {
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
  line-height: 12px; }
  .ham-menu__reg:focus, .ham-menu__reg:hover, .ham-menu__account:focus, .ham-menu__account:hover {
    color: #f0f0f0;
    outline: none; }

.ham-menu__reg {
  color: #919191; }

.ham-menu__account {
  color: #f0f0f0; }

.ham-menu__phone {
  color: #919191; }
  .ham-menu__phone span {
    color: #f0f0f0; }
  .ham-menu__phone:focus, .ham-menu__phone:hover {
    color: #f0f0f0;
    outline: none; }

.sidr {
  background: #141414; }

.preface {
  overflow: hidden;
  margin-top: -147px;
  padding: 150px 0 60px;
  background-size: cover;
  background-position: center  0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .preface {
      padding: 150px 0; } }
  .preface:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 300px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #141414 0%, rgba(255, 255, 255, 0) 100%); }
  .preface:after {
    content: '';
    position: absolute;
    height: 100px;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #141414 0%, rgba(255, 255, 255, 0) 100%); }
  .preface__light {
    position: absolute;
    left: 0;
    top: 0;
    width: 403px;
    height: 970px;
    background: url(../img/preface/light.png) no-repeat;
    z-index: 1; }
  .preface__holder {
    text-align: left;
    position: relative;
    z-index: 3;
    display: inline-block;
    vertical-align: top; }
  .preface__pretitle {
    font-weight: bold;
    color: #fff;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .preface__pretitle {
        margin-bottom: 65px; } }
    .preface__pretitle b {
      padding-right: 25px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-size: 24px;
      line-height: 24px; }
      .preface__pretitle b:before {
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 5px;
        width: 2px;
        background: #fff; }
      @media (min-width: 768px) {
        .preface__pretitle b {
          font-size: 37px;
          line-height: 37px;
          padding-right: 35px; } }
    .preface__pretitle span {
      display: inline-block;
      vertical-align: bottom;
      padding-left: 10px;
      padding-bottom: 5px;
      font-size: 15px; }
      @media (min-width: 768px) {
        .preface__pretitle span {
          font-size: 24px;
          padding-left: 20px;
          padding-bottom: 0; } }
  .preface__title {
    margin-bottom: 40px; }
    @media (min-width: 1280px) {
      .preface__title {
        margin-bottom: 60px; } }
    .preface__title img {
      max-width: 100%; }
  .preface__description {
    margin-bottom: 40px;
    color: #fff; }
    @media (min-width: 1280px) {
      .preface__description {
        margin-bottom: 100px; } }
    .preface__description b {
      font-size: 37px;
      line-height: 37px; }
      @media (min-width: 768px) {
        .preface__description b {
          font-size: 60px;
          line-height: 60px; } }
    .preface__description span {
      font-weight: 300;
      position: relative;
      font-size: 14px;
      line-height: 12px;
      padding-top: 5px; }
      @media (min-width: 768px) {
        .preface__description span {
          font-size: 23px;
          line-height: 26px; } }
      @media (min-width: 1280px) {
        .preface__description span {
          padding-right: 100px !important;
          max-width: 640px;
          margin-right: 20px; }
          .preface__description span:before {
            content: '';
            position: absolute;
            width: 70px;
            height: 2px;
            background: #fff;
            right: 0;
            top: 17px; } }
    .preface__description ul {
      padding-left: 0;
      list-style: none;
      text-align: center; }
      @media (min-width: 1280px) {
        .preface__description ul {
          text-align: left; } }
      .preface__description ul li {
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        margin: 0 2px;
        text-transform: uppercase;
        padding-top: 7px;
        font-size: 11px; }
        @media (min-width: 768px) {
          .preface__description ul li {
            font-size: 18px;
            margin: 0 5px; } }
        @media (min-width: 768px) {
          .preface__description ul li {
            margin: 0 10px; } }
  .preface__reg {
    text-align: center; }
    @media (min-width: 768px) {
      .preface__reg-holder {
        display: inline-block;
        vertical-align: top;
        max-width: 680px; } }
    .preface__reg p {
      margin-bottom: 70px;
      color: #fff;
      line-height: 30px;
      display: none; }
      @media (min-width: 768px) {
        .preface__reg p {
          display: block; } }
    .preface__reg .btn {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .preface__reg .btn {
          width: auto;
          padding: 20px 70px; } }

@media (min-width: 768px) {
  .features {
    padding-top: 50px; } }

.features h2 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .features h2 {
      font-size: 30px;
      margin-bottom: 60px; } }
  .features h2 span {
    color: #ff4747; }

.features__list {
  list-style: none;
  padding-left: 0; }
  .features__list li {
    margin-bottom: 35px; }
  .features__list-item {
    background: #1f1f1f;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .features__list-item {
        text-align: left;
        padding: 40px 50px;
        min-height: 230px; } }
    @media (min-width: 1280px) {
      .features__list-item {
        padding: 0 70px; } }
    .features__list-item b {
      font-weight: 900;
      font-size: 48px;
      line-height: 35px;
      color: #fff; }
      @media (min-width: 768px) {
        .features__list-item b {
          font-size: 70px;
          line-height: 70px; } }
      @media (min-width: 1280px) {
        .features__list-item b {
          font-size: 100px;
          line-height: 100px; } }
    .features__list-item span {
      color: #ff4747;
      font-size: 14px; }
      @media (min-width: 768px) {
        .features__list-item span {
          font-size: 30px; } }
    .features__list-item p {
      font-weight: 300;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 18px; }
      @media (min-width: 768px) {
        .features__list-item p {
          font-size: 24px;
          line-height: 30px; } }

@media (min-width: 1280px) {
  .features__list li:first-of-type .features__list-item {
    background: #1f1f1f url(../img/features/1.jpg) no-repeat center bottom; }
  .features__list li:nth-of-type(2) .features__list-item {
    background: #1f1f1f url(../img/features/2.jpg) no-repeat right center; }
  .features__list li:nth-of-type(3) .features__list-item {
    background: #1f1f1f url(../img/features/3.jpg) no-repeat left center; }
  .features__list li:last-of-type .features__list-item {
    background: #1f1f1f url(../img/features/4.jpg) no-repeat center top; } }

.dating {
  padding: 0;
  position: relative; }
  .dating:before {
    content: '';
    position: absolute;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #212121 0%, #141414 100%); }
  @media (min-width: 768px) {
    .dating {
      padding: 40px 0 0; } }
  @media (min-width: 1280px) {
    .dating {
      padding: 80px 0 0; } }
  .dating__text {
    list-style: none;
    padding-left: 0;
    margin-bottom: 55px; }
    .dating__text li {
      font-weight: 300;
      font-size: 16px; }
      @media (min-width: 768px) {
        .dating__text li {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .dating__text li {
          padding-right: 40px; } }
      .dating__text li span {
        font-weight: 500;
        color: #fff; }
  .dating__slider {
    position: relative;
    overflow: hidden; }
  .dating__back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .dating__back img {
      max-width: 100%; }

.slider {
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .slider {
      margin-bottom: 60px; } }
  .slider__wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 1700px;
    overflow: hidden;
    width: 100%;
    position: relative; }
  .slider__holder {
    margin-bottom: 0;
    padding: 70px 0 80px; }
    @media (min-width: 576px) {
      .slider__holder {
        padding: 90px 0 100px; } }
    @media (min-width: 768px) {
      .slider__holder {
        padding: 100px 0 130px; } }
    @media (min-width: 1280px) {
      .slider__holder {
        padding: 170px 0; } }
  .slider__item {
    min-height: 130px !important;
    box-shadow: 10px 0 20px 5px rgba(0, 0, 0, 0.75);
    background-size: cover;
    background-position: center center; }
    @media (min-width: 576px) {
      .slider__item {
        min-height: 170px !important; } }
    @media (min-width: 768px) {
      .slider__item {
        min-height: 230px !important; } }
    @media (min-width: 1280px) {
      .slider__item {
        min-height: 320px !important; } }
  .slider__nav button {
    position: absolute;
    bottom: 30px;
    border: none;
    background: transparent;
    cursor: pointer; }
    @media (min-width: 576px) {
      .slider__nav button {
        bottom: 30px; } }
    @media (min-width: 768px) {
      .slider__nav button {
        bottom: 17px; }
        .slider__nav button .icon-arrow {
          background-position: -116px -88px;
          width: 55px;
          height: 38px; } }
    @media (min-width: 1280px) {
      .slider__nav button {
        bottom: 160px; } }
    .slider__nav button:hover .icon-arrow {
      background-position: -184px -64px;
      width: 22px;
      height: 16px; }
      @media (min-width: 768px) {
        .slider__nav button:hover .icon-arrow {
          background-position: -56px -88px;
          width: 55px;
          height: 38px; } }
    .slider__nav button:focus {
      outline: none; }
    .slider__nav button.prev {
      margin-left: -25%;
      left: calc(50% - 70px); }
      @media (min-width: 576px) {
        .slider__nav button.prev {
          left: calc(50% - 110px); } }
      @media (min-width: 768px) {
        .slider__nav button.prev {
          left: calc(50% - 125px); } }
      @media (min-width: 992px) {
        .slider__nav button.prev {
          left: calc(50% - 35px); } }
      @media (min-width: 1280px) {
        .slider__nav button.prev {
          left: calc(50% - 90px); } }
    .slider__nav button.next {
      margin-right: -25%;
      right: calc(50% - 75px); }
      @media (min-width: 576px) {
        .slider__nav button.next {
          right: calc(50% - 110px); } }
      @media (min-width: 768px) {
        .slider__nav button.next {
          right: calc(50% - 125px); } }
      @media (min-width: 992px) {
        .slider__nav button.next {
          right: calc(50% - 35px); } }
      @media (min-width: 1280px) {
        .slider__nav button.next {
          right: calc(50% - 95px); } }
      .slider__nav button.next span {
        transform: rotate(180deg); }
  .slider .slick-slide {
    margin: 0 15px; }
    @media (min-width: 768px) {
      .slider .slick-slide {
        margin: 0 25px; } }
    @media (min-width: 992px) {
      .slider .slick-slide {
        margin: 0 30px; } }
  .slider .slick-list {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 -200px !important; }
    @media (min-width: 992px) {
      .slider .slick-list {
        margin: 0 -30px !important; } }
  .slider .slick-dots {
    list-style: none;
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #3b3b3b;
      transition: background .3s;
      margin: 0 5px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .slider .slick-dots li {
          width: 16px;
          height: 16px;
          margin: 0 12px; } }
      .slider .slick-dots li button {
        display: none; }
      .slider .slick-dots li.slick-active {
        background: #fff; }
  .slider .slick-slide {
    transform: scale(0.7);
    transition: .3s ease-in-out all; }
    @media (min-width: 576px) {
      .slider .slick-slide {
        transform: scale(0.6); } }
    @media (min-width: 1280px) {
      .slider .slick-slide {
        transform: scale(0.5); } }
  .slider .slick-slide.slick-center {
    transform: scale(1.4);
    z-index: 999;
    position: relative; }
    @media (min-width: 576px) {
      .slider .slick-slide.slick-center {
        transform: scale(1.5); } }
    @media (min-width: 1280px) {
      .slider .slick-slide.slick-center {
        transform: scale(1.6); } }

.afterparty {
  position: relative;
  padding: 50px 0 0;
  overflow: hidden;
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .afterparty {
      padding: 100px 0 0; } }
  .afterparty:before {
    content: '';
    position: absolute;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #111111 0%, rgba(20, 20, 20, 0) 100%); }
  .afterparty h2 {
    margin-bottom: 0; }
  .afterparty__img {
    text-align: center;
    margin-bottom: 20px; }
    .afterparty__img img {
      max-width: 1022px;
      width: 100%; }
  .afterparty__description {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .afterparty__description {
        margin-bottom: 85px; } }
    @media (max-width: 767px) {
      .afterparty__description {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .afterparty__description-holder {
      background: #1f1f1f;
      padding: 35px 25px;
      box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75); }
      @media (min-width: 768px) {
        .afterparty__description-holder {
          padding: 70px; } }
      @media (min-width: 992px) {
        .afterparty__description-holder {
          padding: 70px 90px; } }
      .afterparty__description-holder b {
        font-weight: bold;
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
        display: block; }
        @media (min-width: 768px) {
          .afterparty__description-holder b {
            font-size: 30px;
            margin-bottom: 0; } }
        @media (min-width: 992px) {
          .afterparty__description-holder b {
            padding-right: 50px; } }
      .afterparty__description-holder p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px; }
        @media (min-width: 768px) {
          .afterparty__description-holder p {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 30px; } }
  .afterparty__cards {
    padding-top: 85px; }
    @media (max-width: 767px) {
      .afterparty__cards {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .afterparty__cards-holder {
      margin-bottom: 115px; }
      @media (min-width: 768px) {
        .afterparty__cards-holder {
          margin-bottom: 170px; } }
    .afterparty__cards-item {
      box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75);
      text-align: center;
      padding: 0 30px 30px;
      height: 100%;
      background: #1f1f1f; }
      @media (min-width: 768px) {
        .afterparty__cards-item {
          padding: 0 80px 70px; } }
      .afterparty__cards-item b {
        font-weight: bold;
        color: #fff;
        display: block;
        margin-bottom: 15px;
        font-size: 18px; }
        @media (min-width: 768px) {
          .afterparty__cards-item b {
            font-size: 30px;
            margin-bottom: 30px; } }
      .afterparty__cards-item p {
        text-align: left;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px; }
        @media (min-width: 768px) {
          .afterparty__cards-item p {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 20px; } }
    .afterparty__cards-img {
      margin-top: -85px;
      display: inline-block;
      box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75);
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .afterparty__cards-img {
          margin-bottom: 60px; } }
      .afterparty__cards-img img {
        max-width: 100%; }

.reviews {
  position: relative;
  padding-bottom: 100px; }
  .reviews h2 {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .reviews h2 {
        margin-bottom: 60px; } }
  .reviews:before {
    content: '';
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #212121 0%, rgba(20, 20, 20, 0) 100%);
    z-index: -1; }
  .reviews__img {
    text-align: center;
    margin-bottom: 110px;
    display: none; }
    @media (min-width: 1025px) {
      .reviews__img {
        display: block; } }
    .reviews__img img {
      max-width: 1489px;
      width: 100%; }
  .reviews__add {
    text-align: center; }
    .reviews__add-holder {
      display: inline-block;
      vertical-align: top;
      max-width: 1200px;
      text-align: left; }
    .reviews__add b {
      font-size: 18px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .reviews__add b {
          font-size: 24px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .reviews__add b {
          font-size: 30px;
          line-height: 36px; } }
      .reviews__add b span {
        color: #ff4747; }
    .reviews__add .btn {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .reviews__add .btn {
          width: auto;
          padding: 20px 70px; } }
  .reviews__slider {
    display: block;
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .reviews__slider {
        padding: 0 40px; } }
    @media (min-width: 1025px) {
      .reviews__slider {
        display: none; } }
    .reviews__slider img {
      width: auto !important;
      max-width: 100%; }
    .reviews__slider .slick-slide {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: row;
          flex-direction: row; }
  .reviews__nav button {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto 0;
    border: none;
    background: transparent;
    cursor: pointer; }
    @media (min-width: 768px) {
      .reviews__nav button .icon-arrow {
        background-position: -116px -88px;
        width: 55px;
        height: 38px; } }
    .reviews__nav button:hover .icon-arrow {
      background-position: -184px -64px;
      width: 22px;
      height: 16px; }
      @media (min-width: 768px) {
        .reviews__nav button:hover .icon-arrow {
          background-position: -56px -88px;
          width: 55px;
          height: 38px; } }
    .reviews__nav button:focus {
      outline: none; }
    .reviews__nav button.prev {
      left: -10px; }
      @media (min-width: 768px) {
        .reviews__nav button.prev {
          left: -35px; } }
    .reviews__nav button.next {
      right: -10px; }
      @media (min-width: 768px) {
        .reviews__nav button.next {
          right: -35px; } }
      .reviews__nav button.next span {
        transform: rotate(180deg); }

.video {
  position: relative;
  z-index: 1;
  padding: 40px 0 30px; }
  @media (min-width: 768px) {
    .video {
      padding: 100px 0 80px; } }
  @media (min-width: 1280px) {
    .video {
      padding: 140px 0 100px; } }
  .video:before {
    content: '';
    position: absolute;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #111111 0%, rgba(20, 20, 20, 0) 100%); }
  .video__back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .video__back img {
      max-width: 100%; }
  .video__holder {
    text-align: center;
    position: relative; }
    .video__holder img {
      max-width: 100%; }

.moments {
  padding: 30px 0 10px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .moments {
      padding: 50px 0 30px; } }
  .moments:before {
    content: '';
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #212121 0%, rgba(20, 20, 20, 0) 100%);
    z-index: -1; }
  .moments_after {
    padding: 50px 0 10px; }
    @media (min-width: 768px) {
      .moments_after {
        padding: 100px 0 30px; } }
    .moments_after:after {
      content: '';
      position: absolute;
      height: 200px;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background: linear-gradient(180deg, #111111 0%, rgba(20, 20, 20, 0) 100%); }
  .moments h2 {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .moments h2 {
        margin-bottom: 20px; } }

.registration {
  padding: 50px 0 10px;
  position: relative; }
  @media (min-width: 768px) {
    .registration {
      padding: 100px 0 30px; } }
  .registration:after {
    content: '';
    position: absolute;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #111111 0%, rgba(20, 20, 20, 0) 100%); }
  .registration h2 {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .registration h2 {
        margin-bottom: 70px; } }
  .registration__features {
    list-style: none;
    padding-left: 0; }
    .registration__features li {
      font-weight: 500;
      color: #fff;
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .registration__features li {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 60px; } }
      @media (min-width: 768px) {
        .registration__features li .icon-leaf {
          background-position: 0px -88px;
          width: 51px;
          height: 49px; } }
  .registration__form {
    text-align: center;
    margin: 0 -22px; }
    @media (min-width: 576px) {
      .registration__form {
        margin: 0; } }
    .registration__form-holder {
      text-align: left; }
      @media (min-width: 576px) {
        .registration__form-holder {
          display: inline-block;
          max-width: 450px; } }

.reg-form {
  background: #1f1f1f;
  padding: 35px 20px 55px;
  box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75); }
  @media (min-width: 576px) {
    .reg-form {
      padding: 35px 50px 55px; } }
  .reg-form__forget {
    color: #adadad;
    font-size: 12px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.7); }

.social {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px; }
  .social ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .social ul li {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px; }
  .social_vertical ul li {
    display: block;
    margin-left: 0;
    margin-bottom: 20px; }

.form-control {
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 7px;
  position: relative; }
  .form-control.required:after {
    content: '*';
    font-size: 16px;
    color: #e06c5a;
    position: absolute;
    right: -10px;
    top: 3px;
    line-height: 15px; }
  .form-control input {
    width: 100%;
    line-height: 50px;
    padding: 0 30px !important;
    font-size: 16px;
    font-weight: 300;
    border: none; }
    .form-control input:focus {
      outline: none; }
    @media (min-width: 576px) {
      .form-control input {
        line-height: 62px; } }

.phone-pick {
  position: relative;
  font-size: 18px; }
  .phone-pick .form-control input {
    padding-left: 50px !important; }
  .phone-pick:before {
    content: '+7';
    position: absolute;
    font-weight: 300;
    left: 25px;
    top: 12px;
    display: block;
    font-size: 16px;
    color: #5b5b5b;
    z-index: 2; }
    @media (min-width: 576px) {
      .phone-pick:before {
        top: 18px; } }

.nav-tabs {
  border-bottom: none;
  z-index: 2; }
  .nav-tabs li {
    text-align: center; }
    .nav-tabs li a {
      line-height: 60px;
      font-size: 14px;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      padding: 0 30px;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      background: #0d0d0d; }
      .nav-tabs li a.active {
        background: #1f1f1f; }
      @media (min-width: 576px) {
        .nav-tabs li a {
          font-size: 18px;
          line-height: 70px;
          padding: 0 55px; } }

.subsribe {
  padding: 70px 0; }
  .subsribe__holder {
    overflow: hidden; }
    .subsribe__holder img {
      min-width: 100%; }

.modal-backdrop {
  background: rgba(2, 53, 86, 0.7); }

.modal {
  padding-right: 0 !important; }
  .modal .close {
    width: 25px;
    height: 25px;
    padding: 0;
    position: absolute;
    opacity: 1;
    right: 13px;
    top: -15px; }
    @media (min-width: 576px) {
      .modal .close {
        right: -18px;
        top: 15px; } }
    .modal .close:focus {
      outline: none; }
    .modal .close:before, .modal .close:after {
      position: absolute;
      content: '';
      height: 3px;
      width: 25px;
      background: #fff;
      left: 0;
      top: 10px; }
    .modal .close:before {
      transform: rotate(45deg); }
    .modal .close:after {
      transform: rotate(-45deg); }
    .modal .close span {
      display: none; }
  .modal-header {
    border-bottom: none;
    background: #1f1f1f;
    border-radius: 0;
    padding: 25px 20px;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 576px) {
      .modal-header {
        padding: 25px 50px; } }
  .modal-body {
    padding: 0; }
  .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 10px 10px 61px 5px rgba(0, 0, 0, 0.75); }
  .modal-footer {
    border-top: none;
    padding-bottom: 50px; }
  .modal .reg-form {
    box-shadow: none; }

.modal-content input[type="text"], .modal-content input[type="password"] {
  padding: 0px 30px 0px 30px !important; }

.footer {
  padding: 20px 0 65px; }
  .footer__holder {
    padding-right: 30px;
    position: relative; }
  .footer__logo {
    margin-bottom: 35px; }
  .footer__contract {
    font-size: 12px;
    line-height: 18px; }
    .footer__contract span {
      color: #fff;
      display: block;
      margin-bottom: 5px; }
    .footer__contract a {
      font-weight: 300;
      color: #3cd5d5; }
  .footer__money a {
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.7); }
  .footer__email {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .footer__email li {
      margin-bottom: 15px; }
    .footer__email b {
      font-weight: bold;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      display: block;
      text-transform: uppercase; }
    .footer__email a {
      color: #44ffff;
      font-size: 14px;
      border-bottom: 1px solid rgba(68, 255, 255, 0.7); }
    .footer__email span {
      display: block;
      color: #ff4747;
      font-weight: 500;
      font-size: 14px; }
      @media (min-width: 992px) {
        .footer__email span {
          font-size: 16px; } }
  .footer__tag {
    font-size: 12px;
    line-height: 18px; }
    .footer__tag-ico {
      line-height: 30px;
      width: 34px;
      text-align: center;
      border: 2px solid;
      border-radius: 50%; }
    .footer__tag span {
      display: block; }
    .footer__tag a {
      border-bottom: 1px solid rgba(153, 153, 153, 0.7);
      color: #fff; }
  .footer .social {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (min-width: 1280px) {
      .footer .social {
        -ms-flex-align: center;
            align-items: center; } }
