@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), "../fonts/ProximaNova-Light.woff" format("woff"), "../fonts/ProximaNova-Light.otf" format("opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Reg.woff2") format("woff2"), url("../fonts/ProximaNova-Reg.woff") format("woff"), url("../fonts/ProximaNova-Reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova ExCn';
  src: local("Proxima Nova Extra Condensed Black"), local("ProximaNovaExCn-Black"), url("../fonts/ProximaNovaExCn-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova ExCn';
  src: url("../fonts/ProximaNovaExtraCondensedBold.eot");
  src: url("../fonts/ProximaNovaExtraCondensedBold.eot") format("embedded-opentype"), url("../fonts/ProximaNovaExtraCondensedBold.woff2") format("woff2"), url("../fonts/ProximaNovaExtraCondensedBold.woff") format("woff"), url("../fonts/ProximaNovaExtraCondensedBold.ttf") format("truetype"), url("../fonts/ProximaNovaExtraCondensedBold.svg#ProximaNovaExtraCondensedBold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova ExCn';
  src: url("../fonts/ProximaNovaExCn-Black.eot");
  src: url("../fonts/ProximaNovaExCn-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExCn-Black.woff2") format("woff2"), url("../fonts/ProximaNovaExCn-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  color: #FFF;
  font-family: "Proxima Nova", sans-serif;
  margin: 0;
  padding: 0; }

a, a:visited, a:hover {
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.disabled {
  background-color: #157d81;
  opacity: 0.65; }

.d-none {
  display: none; }

label.error {
  display: none !important; }

.page-header {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: -130px;
  padding-top: 15px;
  z-index: 10; }

.page-header__wrapper {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: flex-starts;
  -webkit-justify-content: flex-starts;
      -ms-flex-pack: flex-starts;
          justify-content: flex-starts; }
  @media (max-width: 1200px) {
    .page-header__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .page-header__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .page-header__wrapper {
      width: 100%;
      padding: 0 20px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-header__wrapper {
      padding: 0 10px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.page-header__logo {
  width: 202px;
  margin-right: 39px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-header__logo {
      width: 125px;
      margin-right: 0; } }

.page-header__logo-sr {
  margin-right: 50px;
  margin-top: 8px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-header__logo-sr {
      margin-right: 10px;
      width: 125px; } }

.page-header__logo-img {
  width: 100%;
  height: auto; }

.page-header__phone {
  position: relative;
  display: block;
  padding-left: 9px;
  margin-top: 17px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-header__phone {
      margin-top: 8px;
      font-size: 0;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #fff; } }

.page-header__phone-icon {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 16px;
  fill: #fff; }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-header__phone-icon {
      width: 18px;
      height: 20px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-left: -1px; } }

.promo {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #121b2b;
  padding-top: 290px;
  margin-top: -100px;
  background-image: url(../img/promo-bg-lnd.png);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .promo {
      padding-top: 160px; } }
  @media (max-width: 1024px) {
    .promo {
      padding-top: 200px;
      margin-top: -130px; } }
  @media (max-width: 768px) {
    .promo {
      margin-top: -130px;
      padding-top: 200px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo {
      margin-top: -130px;
      padding-top: 153px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 74% 40px; } }
  .promo:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 55%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 872px;
    height: 820px;
    background-image: url(../img/tony-promo.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 2; }
    @media (min-width: 1400px) and (max-width: 1700px) {
      .promo:before {
        width: 872px;
        height: 820px;
        right: -10%; } }
    @media (min-width: 1024px) and (max-width: 1400px) {
      .promo:before {
        width: 772px;
        height: 720px;
        right: -18%; } }
    @media (max-width: 1024px) {
      .promo:before {
        width: 740px;
        height: 691px;
        right: -24%; } }
    @media (max-width: 768px) {
      .promo:before {
        width: 635px;
        height: 590px;
        bottom: 170px;
        right: -90px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .promo:before {
        left: 37%;
        top: 285px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 325px;
        height: 300px; } }

.promo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 45px; }
  @media (max-width: 1200px) {
    .promo__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .promo__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .promo__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__wrapper {
      padding: 0 10px; } }

.promo__right {
  max-width: 690px; }
  @media (max-width: 768px) {
    .promo__right {
      display: none; } }

.promo__time {
  position: relative;
  color: #f71005;
  font-size: 50px;
  font-weight: 400;
  font-family: "Proxima Nova ExCn", sans-serif; }
  @media (max-width: 1024px) {
    .promo__time {
      font-size: 48px; } }
  @media (max-width: 768px) {
    .promo__time {
      font-size: 46px;
      vertical-align: baseline; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__time {
      font-size: 26px; } }
  .promo__time span {
    color: #fff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .promo__time span {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .promo__time span {
        vertical-align: baseline;
        font-size: 16px;
        margin-top: 0;
        letter-spacing: 6px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .promo__time span {
        font-size: 12px; } }

.promo__place {
  margin: 0;
  margin-top: -3px;
  color: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 9.7px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .promo__place {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .promo__place {
      font-size: 14px;
      margin-top: 0;
      letter-spacing: 3px;
      margin-bottom: 30px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__place {
      font-size: 12px;
      margin-bottom: 30px; } }

.promo__title {
  position: relative;
  z-index: 3;
  margin: 10px 0 65px;
  padding: 0;
  opacity: 0.9;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: .757;
  letter-spacing: 0.5px; }
  @media (min-width: 1400px) and (max-width: 1700px) {
    .promo__title {
      font-size: 146px;
      font-weight: 700;
      margin-bottom: 54px; } }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .promo__title {
      font-size: 138px;
      font-weight: 700;
      margin-bottom: 50px; } }
  @media (max-width: 1024px) {
    .promo__title {
      font-size: 105px;
      margin-bottom: 45px; } }
  @media (max-width: 768px) {
    .promo__title {
      font-size: 134px;
      padding-right: 50px;
      margin-bottom: 10px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__title {
      font-size: 48px;
      line-height: 32px;
      padding-right: 0;
      margin-bottom: 15px; } }

.promo__theme {
  position: relative;
  max-width: 390px;
  margin: 0 0 5px;
  color: #f71005;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  z-index: 5; }
  @media (max-width: 1024px) {
    .promo__theme {
      margin-bottom: 20px;
      font-size: 44px; } }
  @media (max-width: 768px) {
    .promo__theme {
      font-size: 42px;
      margin-bottom: 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__theme {
      font-size: 24px;
      line-height: 25px;
      margin-bottom: 15px; } }

.promo__text {
  position: relative;
  margin: 0 0 125px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  letter-spacing: -0.5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  z-index: 5; }
  @media (max-width: 1024px) {
    .promo__text {
      width: 70%; } }
  @media (max-width: 768px) {
    .promo__text {
      width: 100%;
      font-size: 30px;
      margin-bottom: 50px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__text {
      width: 100%;
      font-size: 14px;
      line-height: 16px; } }

.promo__discount {
  position: relative;
  z-index: 2;
  padding: 5px 0;
  background-image: url("../img/discount-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .promo__discount {
      background-color: #ab3179;
      padding: 20px 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount {
      background-color: #ab3179;
      padding: 10px 0 10px; } }

.promo__discount-wrap {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo__discount-wrap {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .promo__discount-wrap {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .promo__discount-wrap {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-wrap {
      padding: 0 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.promo__discount-text {
  width: 40%;
  margin-right: 40px; }
  @media (max-width: 1024px) {
    .promo__discount-text {
      width: 40%;
      margin-right: 30px; } }
  @media (max-width: 768px) {
    .promo__discount-text {
      width: 35%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-text {
      width: 100%;
      margin-right: 0; } }

.promo__discount-date {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff;
  font-size: 100px;
  line-height: 105px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .promo__discount-date {
      font-size: 65px;
      line-height: 70px; } }
  @media (max-width: 768px) {
    .promo__discount-date {
      font-size: 60px;
      line-height: 42px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-date {
      text-align: center; } }

.promo__discount-month {
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff;
  font-size: 65px;
  line-height: 67px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .promo__discount-month {
      font-size: 50px;
      line-height: 50px; } }
  @media (max-width: 768px) {
    .promo__discount-month {
      font-size: 33px;
      line-height: 33px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-month {
      text-align: center; } }

.promo__discount-item {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 42px; }
  @media (max-width: 1024px) {
    .promo__discount-item {
      font-size: 36px;
      line-height: 45px; } }
  @media (max-width: 768px) {
    .promo__discount-item {
      font-size: 24px;
      line-height: 36px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-item {
      text-align: center; } }

.promo__discount-ball {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 186px;
  height: 186px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(149deg, #ff0c0c 0%, #032cfb 100%);
  background-image: -o-linear-gradient(149deg, #ff0c0c 0%, #032cfb 100%);
  background-image: linear-gradient(-59deg, #ff0c0c 0%, #032cfb 100%); }
  @media (max-width: 768px) {
    .promo__discount-ball {
      width: 145px;
      height: 145px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-ball {
      margin-right: 0; } }

.promo__discount-percent {
  display: block;
  font-size: 42px;
  font-weight: 400;
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff; }
  @media (max-width: 768px) {
    .promo__discount-percent {
      font-size: 28px; } }

.promo__discount-word {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.1px;
  line-height: 27.99px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .promo__discount-word {
      font-size: 18px; } }

.promo__discount-cta {
  width: 35%;
  margin-left: auto;
  padding-top: 50px; }
  @media (max-width: 1024px) {
    .promo__discount-cta {
      padding-top: 30px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__discount-cta {
      width: 50%;
      padding-top: 30px;
      padding-left: 15px; } }

.promo__cta-text {
  font-family: "Proxima Nova ExCn", sans-serif;
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  line-height: 53px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .promo__cta-text {
      font-size: 38px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .promo__cta-text {
      font-size: 32px;
      line-height: 34px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__cta-text {
      font-size: 24px;
      line-height: 26px; } }

.promo__cta-link {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 43.22px;
  text-decoration: underline;
  letter-spacing: 0.14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .promo__cta-link:hover {
    opacity: .7; }
  @media (max-width: 768px) {
    .promo__cta-link {
      font-size: 14px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__cta-link {
      font-size: 10px; } }

.promo__form {
  position: relative;
  z-index: 2;
  padding: 33px 0 34px;
  background-image: url("../img/form-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .promo__form {
      background-color: #ab3179;
      padding: 20px 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form {
      background-color: #ab3179;
      padding: 10px 0 10px; } }
  .promo__form_vertical {
    min-width: 335px;
    max-width: 335px;
    padding: 40px 30px 60px;
    background-image: url("../img/form-bg_vertical.png"); }
    .promo__form_vertical .promo__fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .promo__form_vertical .promo__form-wrap {
      width: auto;
      padding: 0; }
  .promo__form_vertical .promo__form-input, .promo__form_vertical .promo__form-submit {
    width: 100%;
    margin: 7px 0; }
  .promo__form_vertical .promo__form-title {
    line-height: 1;
    letter-spacing: .6em; }

.promo__form-wrap {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .promo__form-wrap {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .promo__form-wrap {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .promo__form-wrap {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-wrap {
      padding: 0 10px; } }

.promo__form-title {
  display: block;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 10.04px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .promo__form-title {
      margin-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-title {
      font-size: 10px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 3px;
      margin-bottom: 10px; } }

.promo__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__fields {
      display: block; } }

.promo__form-input {
  display: inline-block;
  width: 290px;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 19px 22px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1200px) {
    .promo__form-input {
      width: 23%; } }
  @media (max-width: 1024px) {
    .promo__form-input {
      width: 23%;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .promo__form-input {
      width: 24%;
      padding: 12px 8px;
      font-size: 14px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-input {
      width: 100%;
      margin-bottom: 10px;
      padding: 13px 15px;
      font-size: 14px; } }
  .promo__form-input::-webkit-input-placeholder {
    color: #ffffff; }
  .promo__form-input::-moz-placeholder {
    color: #ffffff; }
  .promo__form-input::-ms-input-placeholder {
    color: #ffffff; }
  .promo__form-input::placeholder {
    color: #ffffff; }

.promo__form-submit {
  display: inline-block;
  width: 260px;
  padding: 22px 22px;
  background-color: #18b192;
  border: 1px solid #18b192;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .promo__form-submit:hover {
    background-color: #157d81; }
  @media (max-width: 1200px) {
    .promo__form-submit {
      width: 25%; } }
  @media (max-width: 1024px) {
    .promo__form-submit {
      width: 23%;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .promo__form-submit {
      width: 24%;
      padding: 13px 8px;
      font-size: 14px;
      margin-top: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-submit {
      width: 100%;
      margin-bottom: 5px;
      padding: 13px 15px;
      font-size: 14px; } }

.promo__form-check {
  display: block;
  margin-top: 12px; }

.promo__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px; }

.promo__form-checkbox + label {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  cursor: pointer; }

.promo__form-checkbox + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: rgba(17, 38, 143, 0.3); }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-checkbox + label:before {
      top: 4px; } }

.promo__form-checkbox + label:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-checkbox + label:after {
      top: 4px; } }

.promo__form-checkbox:checked + label:after {
  display: block; }

.promo__form-check label {
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-check label {
      font-size: 8px; } }

.promo__form-check label > a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .promo__form-check label > a {
      font-size: 8px; } }

.about {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  padding-top: 104px;
  padding-bottom: 0;
  background-color: #121b2b;
  background-image: url("../img/about-bg-lnd.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .about {
      padding-top: 90px; } }
  @media (max-width: 1024px) {
    .about {
      padding-top: 60px; } }
  @media (max-width: 768px) {
    .about {
      padding-top: 50px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about {
      padding-top: 50px;
      padding-bottom: 0;
      background-position: 75% -100px; } }
  .about:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14%;
    display: block;
    width: 540px;
    height: 845px;
    background-image: url(../img/about-tony.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 4; }
    @media (max-width: 1440px) {
      .about:before {
        left: 7%; } }
    @media (max-width: 1024px) {
      .about:before {
        width: 490px;
        height: 765px;
        left: 0;
        bottom: 0; } }
    @media (max-width: 768px) {
      .about:before {
        width: 380px;
        height: 600px;
        left: 0;
        bottom: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .about:before {
        left: -60px;
        top: 300px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 320px;
        height: 500px; } }

.about__wrapper {
  position: relative;
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .about__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .about__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .about__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__wrapper {
      padding: 0 10px; } }

.about__title {
  display: block; }

.about__title-header {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0;
  margin-left: 358px;
  margin-bottom: 280px;
  color: #ff1000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 80.78px;
  text-transform: uppercase;
  letter-spacing: 3.71px; }
  @media (min-width: 1201px) and (max-width: 1460px) {
    .about__title-header {
      margin-left: 340px; } }
  @media (max-width: 1200px) {
    .about__title-header {
      margin-left: 278px; } }
  @media (max-width: 1024px) {
    .about__title-header {
      margin-left: 180px;
      margin-bottom: 230px; } }
  @media (max-width: 768px) {
    .about__title-header {
      margin-left: 130px;
      margin-bottom: 155px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__title-header {
      margin-left: 150px;
      margin-bottom: 200px;
      font-size: 10px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 3px; } }
  .about__title-header span {
    margin-left: 11px;
    letter-spacing: 10px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .about__title-header span {
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 3px;
        margin-left: 0px; } }

.about__title-main {
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 3;
  display: block;
  width: 130%;
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 253px;
  font-weight: 400;
  line-height: 214.47px;
  color: rgba(21, 22, 66, 0.77);
  letter-spacing: 10px; }
  @media (min-width: 1400px) and (max-width: 1700px) {
    .about__title-main {
      font-size: 240px;
      font-weight: 700;
      line-height: 150px;
      margin-bottom: 54px;
      letter-spacing: 6px;
      top: 44px; } }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .about__title-main {
      font-size: 220px;
      font-weight: 700;
      line-height: 150px;
      margin-bottom: 54px;
      letter-spacing: 6px;
      left: 20px;
      top: 36px; } }
  @media (max-width: 1024px) {
    .about__title-main {
      font-size: 175px;
      margin-bottom: 45px;
      left: 30px;
      top: 20px; } }
  @media (max-width: 768px) {
    .about__title-main {
      font-size: 126px;
      padding-right: 50px;
      line-height: 75px;
      margin-bottom: 30px;
      top: 40px;
      left: 40px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__title-main {
      font-size: 62px;
      line-height: 45px;
      top: 3px;
      left: 134px;
      padding-right: 200px;
      letter-spacing: 0;
      text-align: left; } }

.about__slider {
  position: relative;
  display: block;
  z-index: 5; }

.about__form {
  position: relative;
  z-index: 6;
  padding: 33px 0 34px;
  background-image: url("../img/form-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 50px; }
  @media (max-width: 768px) {
    .about__form {
      background-color: #ab3179;
      padding: 20px 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form {
      background-color: #ab3179;
      padding: 10px 0 10px;
      margin-top: 0; } }

.about__form-wrap {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .about__form-wrap {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .about__form-wrap {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .about__form-wrap {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-wrap {
      padding: 0 10px; } }

.about__form-title {
  display: block;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 10.04px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .about__form-title {
      margin-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-title {
      font-size: 10px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 3px;
      margin-bottom: 10px; } }

.about__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__fields {
      display: block; } }

.about__form-input {
  display: inline-block;
  width: 290px;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 19px 22px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1200px) {
    .about__form-input {
      width: 23%; } }
  @media (max-width: 1024px) {
    .about__form-input {
      width: 23%;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .about__form-input {
      width: 24%;
      padding: 12px 8px;
      font-size: 14px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-input {
      width: 100%;
      margin-bottom: 10px;
      padding: 13px 15px;
      font-size: 14px; } }
  .about__form-input::-webkit-input-placeholder {
    color: #ffffff; }
  .about__form-input::-moz-placeholder {
    color: #ffffff; }
  .about__form-input::-ms-input-placeholder {
    color: #ffffff; }
  .about__form-input::placeholder {
    color: #ffffff; }

.about__form-submit {
  display: inline-block;
  width: 260px;
  padding: 22px 22px;
  background-color: #18b192;
  border: 1px solid #18b192;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .about__form-submit:hover {
    background-color: #157d81; }
  @media (max-width: 1200px) {
    .about__form-submit {
      width: 25%; } }
  @media (max-width: 1024px) {
    .about__form-submit {
      width: 23%;
      font-size: 14px; } }
  @media (max-width: 768px) {
    .about__form-submit {
      width: 24%;
      padding: 13px 8px;
      font-size: 14px;
      margin-top: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-submit {
      width: 100%;
      margin-bottom: 5px;
      padding: 13px 15px;
      font-size: 14px; } }

.about__form-check {
  display: block;
  margin-top: 12px; }

.about__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px; }

.about__form-checkbox + label {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  cursor: pointer; }

.about__form-checkbox + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: rgba(17, 38, 143, 0.3); }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-checkbox + label:before {
      top: 4px; } }

.about__form-checkbox + label:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0px;
  width: 17px;
  height: 17px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-checkbox + label:after {
      top: 4px; } }

.about__form-checkbox:checked + label:after {
  display: block; }

.about__form-check label {
  padding-top: 0px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-check label {
      font-size: 8px; } }

.about__form-check label > a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .about__form-check label > a {
      font-size: 8px; } }

.slider {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px; }
  @media (max-width: 1024px) {
    .slider {
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .slider {
      margin-bottom: 50px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider {
      width: 100%;
      padding: 0;
      margin: 0; } }

.slider__item {
  position: relative;
  margin: 0 15px;
  min-width: 300px;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .slider__item {
      margin-right: 30px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider__item {
      display: block;
      width: 100%;
      margin: 0 15px;
      padding: 0 15px;
      padding-top: 50px; } }

.slider__header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  min-width: 45px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 0 20px;
  background-color: #1e203a;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider__header {
      padding: 15px;
      height: 50px;
      left: 15px; } }
  .slider__header-text {
    font-family: "Proxima Nova ExCn", sans-serif;
    font-size: 46px;
    color: #ffffff;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0.2px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .slider__header-text {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      .slider__header-text {
        font-size: 35px;
        padding: 0 14px;
        color: #ffffff;
        line-height: 54px;
        font-weight: 700; } }
    @media (max-width: 768px) {
      .slider__header-text {
        margin-bottom: 30px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .slider__header-text {
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 25px; } }

.slider__content {
  width: 272px;
  min-height: 145px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff1010;
  background-image: -webkit-gradient(linear, right top, left top, from(#ad0f1f), to(#102690));
  background-image: -webkit-linear-gradient(right, #ad0f1f 0%, #102690 100%);
  background-image: -o-linear-gradient(right, #ad0f1f 0%, #102690 100%);
  background-image: linear-gradient(to left, #ad0f1f 0%, #102690 100%); }
  @media (max-width: 1024px) {
    .slider__content {
      padding: 15px; } }
  @media (max-width: 768px) {
    .slider__content {
      padding: 10px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider__content {
      padding: 15px 15px;
      display: block;
      width: 100%;
      min-height: 135px; } }
  .slider__content-text {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1024px) {
      .slider__content-text {
        font-size: 17px;
        font-weight: 400;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .slider__content-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .slider__content-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 1px; } }

.slider__control {
  position: relative;
  width: 100%;
  z-index: 5; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider__control {
      padding-bottom: 20px; } }

.slider__control .slick-dots {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  list-style: none; }

.slider__dots,
.slick-dots {
  padding: 0; }

.slick-dots li {
  display: block;
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .slick-dots li:hover {
    background-color: white; }

.slick-dots li.slick-active {
  background-color: white; }

.slider__btns {
  position: absolute;
  right: 0;
  bottom: -19px; }
  @media (max-width: 1024px) {
    .slider__btns {
      right: 30px; } }
  @media (max-width: 768px) {
    .slider__btns {
      right: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .slider__btns {
      position: relative;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      text-align: center;
      bottom: 0;
      display: none; } }

.slider__btn {
  outline: none;
  margin-left: auto;
  position: relative;
  font-size: 0;
  width: 46px;
  height: 46px;
  margin: 0 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .slider__btn svg {
    fill: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .slider__btn:hover {
    border: 2px solid white; }
    .slider__btn:hover svg {
      fill: white; }

.slider__next svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 30px;
  height: 30px; }

.slider__prev svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.calendar {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #dedede; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .calendar {
      padding-top: 90px;
      padding-bottom: 55px; } }
  @media (max-width: 1024px) {
    .calendar {
      padding-top: 60px;
      padding-bottom: 45px; } }
  @media (max-width: 768px) {
    .calendar {
      padding-top: 50px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar {
      padding-top: 50px; } }

.calendar__wrapper {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .calendar__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .calendar__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .calendar__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__wrapper {
      padding: 0 10px; } }

.calendar__title {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  color: #ff1000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 9.8px; }
  @media (max-width: 768px) {
    .calendar__title {
      font-size: 16px;
      letter-spacing: 7.5px;
      margin-bottom: 4px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__title {
      font-size: 10px; } }

.calendar__subtitle {
  display: block;
  margin-bottom: 35px;
  text-align: center;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 60px; }
  @media (max-width: 768px) {
    .calendar__subtitle {
      margin-bottom: 10px;
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__subtitle {
      font-size: 26px;
      line-height: 30px; } }

.calendar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .calendar__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.calendar__item {
  width: 370px;
  margin-right: 30px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .calendar__item:first-child {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1328a2), color-stop(44%, #121b2b), color-stop(66%, #121b2b), to(#182249));
    background-image: -webkit-linear-gradient(bottom, #1328a2 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: -o-linear-gradient(bottom, #1328a2 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: linear-gradient(to top, #1328a2 0%, #121b2b 44%, #121b2b 66%, #182249 100%); }
  .calendar__item:nth-child(2) {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#811428), color-stop(44%, #121b2b), color-stop(66%, #121b2b), to(#182249));
    background-image: -webkit-linear-gradient(bottom, #811428 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: -o-linear-gradient(bottom, #811428 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: linear-gradient(to top, #811428 0%, #121b2b 44%, #121b2b 66%, #182249 100%); }
  .calendar__item:last-child {
    margin-right: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#8b1774), color-stop(44%, #121b2b), color-stop(66%, #121b2b), to(#182249));
    background-image: -webkit-linear-gradient(bottom, #8b1774 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: -o-linear-gradient(bottom, #8b1774 0%, #121b2b 44%, #121b2b 66%, #182249 100%);
    background-image: linear-gradient(to top, #8b1774 0%, #121b2b 44%, #121b2b 66%, #182249 100%); }
  @media (max-width: 768px) {
    .calendar__item {
      position: relative;
      margin-right: 0;
      margin-bottom: 15px;
      padding-bottom: 0;
      width: 100%;
      height: 200px;
      padding-left: 25px;
      padding-top: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__item {
      padding: 16px 0 0 20px;
      height: 260px; } }

.calendar__date {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 26px; }
  @media (max-width: 768px) {
    .calendar__date {
      width: 70%;
      padding-top: 0;
      text-align: left;
      background: none;
      padding-bottom: 8px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__date {
      position: relative;
      z-index: 2;
      width: 100%;
      text-align: left;
      padding: 0;
      padding-bottom: 25px; } }

.calendar__time {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-size: 41px; }
  @media (max-width: 768px) {
    .calendar__time {
      font-size: 22px; } }

.calendar__place {
  margin-top: 9px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400; }
  @media (max-width: 768px) {
    .calendar__place {
      font-size: 14px;
      margin-top: 0; } }

.calendar__img-wrap {
  display: block;
  height: 158px;
  overflow: hidden;
  -webkit-box-shadow: -150px 40px 200px -40px #ff0c0c, 150px 50px 200px -30px #032cfb;
          box-shadow: -150px 40px 200px -40px #ff0c0c, 150px 50px 200px -30px #032cfb; }
  @media (max-width: 768px) {
    .calendar__img-wrap {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 42%;
      height: 100%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__img-wrap {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      left: 0;
      top: 70px; } }

.calendar__img {
  width: 100%;
  height: 100%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__img {
      width: 100%;
      height: 190px; } }

.calendar__footer {
  height: 245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 40px;
  padding-top: 27px;
  min-height: 300px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .calendar__footer {
      padding: 0 20px;
      padding-top: 27px; } }
  @media (max-width: 1024px) {
    .calendar__footer {
      padding: 0 20px;
      padding-top: 27px; } }
  @media (max-width: 768px) {
    .calendar__footer {
      position: relative;
      z-index: 2;
      min-height: 0;
      padding: 0;
      text-align: left;
      min-height: 100px;
      width: 58%;
      padding-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__footer {
      padding-bottom: 15px;
      width: 100%; } }

.calendar__name {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 50px;
  line-height: 40px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .calendar__name {
      font-size: 48px; } }
  @media (max-width: 1024px) {
    .calendar__name {
      font-size: 42px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .calendar__name {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 0; } }

.calendar__descr {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: auto; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .calendar__descr {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 1024px) {
    .calendar__descr {
      font-size: 18px;
      line-height: 22px; } }
  @media (max-width: 768px) {
    .calendar__descr {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: auto;
      padding-right: 90px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .calendar__descr {
      padding-right: 10px; } }

.calendar__btn {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: auto;
  margin: auto;
  width: 195px;
  padding: 18px 22px;
  background-color: #18b192;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .calendar__btn:hover {
    background-color: #157d81; }
  @media (max-width: 768px) {
    .calendar__btn {
      display: inline-block;
      font-size: 14px;
      padding: 13px 36px;
      margin: 0; } }

.schedule {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .schedule {
      margin: 0 auto; } }
  @media (max-width: 1024px) {
    .schedule {
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .schedule {
      margin: 0 auto; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule {
      margin: 0 auto; } }

.schedule__wrapper {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .schedule__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .schedule__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .schedule__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__wrapper {
      padding: 0 10px; } }

.schedule__item {
  overflow: hidden;
  width: 100%;
  background-color: #e5e5e5; }

.schedule__item-top {
  position: relative;
  padding-top: 70px;
  z-index: 1;
  padding-bottom: 35px;
  min-height: 425px; }
  @media (max-width: 768px) {
    .schedule__item-top {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 250px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__item-top {
      padding-top: 15px;
      padding-bottom: 15px;
      min-height: 200px; } }

.schedule__date {
  position: relative;
  display: block;
  font-size: 0;
  z-index: 5; }

.schedule__icon {
  position: relative;
  width: 58px;
  height: 49px;
  margin-left: -8px;
  fill: #fff; }
  @media (max-width: 768px) {
    .schedule__icon {
      width: 45px;
      height: 32px;
      margin-top: 5px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__icon {
      width: 25px;
      height: 25px;
      margin-right: 5px;
      margin-left: 0; } }

.schedule__time {
  position: relative;
  vertical-align: top;
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  font-family: "Proxima Nova ExCn", sans-serif; }
  @media (max-width: 1024px) {
    .schedule__time {
      font-size: 46px; } }
  @media (max-width: 768px) {
    .schedule__time {
      font-size: 30px;
      vertical-align: baseline; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__time {
      font-size: 26px; } }
  .schedule__time span {
    vertical-align: middle;
    color: #ff1000;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .schedule__time span {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .schedule__time span {
        vertical-align: baseline;
        font-size: 14px;
        margin-top: 0;
        letter-spacing: 3px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .schedule__time span {
        font-size: 12px; } }

.schedule__place {
  margin: 0;
  margin-top: -3px;
  color: #ff1000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 9.7px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .schedule__place {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .schedule__place {
      font-size: 14px;
      margin-top: 0;
      letter-spacing: 3px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__place {
      font-size: 12px; } }

.schedule__place-bg {
  position: relative;
  font-family: "Proxima Nova ExCn", sans-serif;
  z-index: 4;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: -14px;
  margin-left: -11px;
  position: relative;
  font-size: 253px;
  font-weight: 400;
  line-height: 214.47px;
  color: rgba(22, 34, 81, 0.73); }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .schedule__place-bg {
      font-size: 215px;
      line-height: 160px; } }
  @media (max-width: 1024px) {
    .schedule__place-bg {
      font-size: 175px;
      line-height: 160px; } }
  @media (max-width: 768px) {
    .schedule__place-bg {
      font-size: 140px;
      line-height: 150px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__place-bg {
      padding-left: 10px;
      font-size: 64px;
      line-height: 100px; } }

.schedule__title {
  position: relative;
  margin: 0;
  margin-top: -70px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 70px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -1.6px;
  z-index: 5; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .schedule__title {
      margin-top: -55px; } }
  @media (max-width: 1024px) {
    .schedule__title {
      margin-bottom: 20px;
      margin-top: -66px;
      font-size: 65px; } }
  @media (max-width: 768px) {
    .schedule__title {
      font-size: 50px;
      margin-bottom: 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__title {
      font-size: 42px;
      margin-top: -50px;
      margin-bottom: 5px; } }

.schedule__descr {
  position: relative;
  width: 50%;
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  z-index: 5; }
  @media (max-width: 1024px) {
    .schedule__descr {
      width: 70%; } }
  @media (max-width: 768px) {
    .schedule__descr {
      width: 75%;
      font-size: 16px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__descr {
      width: 100%;
      font-size: 14px;
      line-height: 18px; } }

.schedule__item-middle {
  position: relative;
  padding-top: 32px;
  padding-bottom: 5px;
  z-index: auto; }
  @media (max-width: 768px) {
    .schedule__item-middle {
      padding-top: 32px;
      padding-bottom: 30px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__item-middle {
      padding-top: 20px;
      padding-bottom: 20px; } }

.schedule__cards {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 7; }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__cards {
      display: block; } }

.schedule__card {
  position: relative;
  z-index: 7;
  display: block;
  max-width: 272px;
  min-height: 175px;
  width: calc(100% / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 33px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .schedule__card {
      padding: 20px 10px;
      width: 32%;
      margin-right: 14px;
      margin-bottom: 14px; }
      .schedule__card:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin: 0;
      margin-bottom: 12px;
      padding: 10px 20px;
      max-width: 100%;
      min-height: 0; } }

.schedule__card-number {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 3.53px;
  color: #ffffff;
  opacity: 1; }
  @media (max-width: 768px) {
    .schedule__card-number {
      font-size: 22px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__card-number {
      font-size: 20px;
      line-height: 24px;
      margin-right: 10px; } }

.schedule__card-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff; }
  @media (max-width: 768px) {
    .schedule__card-text {
      font-size: 16px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__card-text {
      font-size: 14px;
      line-height: 18px;
      padding-right: 20px; } }

.schedule__item-price {
  position: relative;
  display: block;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 68px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__item-price {
      padding-top: 20px;
      padding-bottom: 20px; } }

.schedule__price-title {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  text-align: left;
  display: block;
  color: #ff0000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 9.95px; }
  @media (max-width: 768px) {
    .schedule__price-title {
      margin-bottom: 10px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .schedule__price-title {
      font-size: 10px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 3px; } }

.event {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #320f2d;
  background-image: url("../img/event-lnd-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .event {
      padding-top: 90px;
      padding-bottom: 55px; } }
  @media (max-width: 1024px) {
    .event {
      padding-top: 60px;
      padding-bottom: 45px;
      background-position-x: right; } }
  @media (max-width: 768px) {
    .event {
      padding-top: 50px;
      background-position-x: 80%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event {
      padding-top: 0;
      padding-bottom: 0; } }
  .event:before {
    content: '';
    position: absolute;
    bottom: -68px;
    left: 58%;
    display: block;
    width: 665px;
    height: 778px;
    background-image: url(../img/event2-tony.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 4; }
    @media (min-width: 1400px) and (max-width: 1700px) {
      .event:before {
        width: 665px;
        height: 778px;
        left: 58%; } }
    @media (min-width: 1024px) and (max-width: 1400px) {
      .event:before {
        width: 665px;
        height: 778px;
        left: 58%; } }
    @media (max-width: 1024px) {
      .event:before {
        width: 508px;
        height: 600px;
        left: 54%;
        bottom: 0; } }
    @media (max-width: 768px) {
      .event:before {
        width: 511px;
        height: 600px;
        left: 40%;
        bottom: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .event:before {
        left: 0;
        bottom: 0;
        width: 427px;
        height: 500px; } }

.event__wrapper {
  position: relative;
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .event__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .event__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .event__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__wrapper {
      padding: 0 10px; } }

.event__place-bg {
  color: rgba(93, 21, 65, 0.7);
  font-size: 292px;
  font-weight: 400;
  line-height: 247.84px;
  letter-spacing: -0.36px;
  position: relative;
  font-family: "Proxima Nova ExCn", sans-serif;
  z-index: 4;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: -60px;
  mix-blend-mode: multiply;
  text-align: left; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .event__place-bg {
      font-size: 215px;
      line-height: 160px; } }
  @media (max-width: 1024px) {
    .event__place-bg {
      font-size: 175px;
      line-height: 160px; } }
  @media (max-width: 768px) {
    .event__place-bg {
      font-size: 140px;
      line-height: 150px;
      margin-left: -10px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__place-bg {
      padding-left: 10px;
      font-size: 64px;
      line-height: 100px; } }

.event__title {
  position: relative;
  margin: 0;
  margin-top: -200px;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 70px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -1.6px;
  z-index: 5; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .event__title {
      margin-top: -55px; } }
  @media (max-width: 1024px) {
    .event__title {
      margin-bottom: 20px;
      margin-top: -66px;
      font-size: 65px; } }
  @media (max-width: 768px) {
    .event__title {
      font-size: 50px;
      margin-bottom: 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__title {
      font-size: 42px;
      margin-top: -50px;
      margin-bottom: 5px; } }

.event__descr {
  position: relative;
  width: 60%;
  margin: 0;
  margin-bottom: 75px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  z-index: 5; }
  @media (max-width: 1024px) {
    .event__descr {
      width: 70%; } }
  @media (max-width: 768px) {
    .event__descr {
      width: 75%;
      font-size: 16px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__descr {
      width: 100%;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 25px; } }

.event__cards {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 7; }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__cards {
      display: block; } }

.event__card {
  position: relative;
  z-index: 7;
  display: block;
  max-width: 272px;
  min-height: 175px;
  width: calc(100% / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 33px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-linear-gradient(149deg, rgba(255, 12, 12, 0.4) 0%, rgba(3, 44, 251, 0.4) 100%);
  background-image: -o-linear-gradient(149deg, rgba(255, 12, 12, 0.4) 0%, rgba(3, 44, 251, 0.4) 100%);
  background-image: linear-gradient(-59deg, rgba(255, 12, 12, 0.4) 0%, rgba(3, 44, 251, 0.4) 100%); }
  @media (max-width: 768px) {
    .event__card {
      padding: 20px 10px;
      width: 32%;
      margin-right: 14px;
      margin-bottom: 14px; }
      .event__card:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin: 0;
      margin-bottom: 12px;
      padding: 10px 20px;
      max-width: 100%;
      min-height: 0; } }

.event__card-number {
  display: block;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 3.53px;
  color: #ffffff;
  opacity: 1; }
  @media (max-width: 768px) {
    .event__card-number {
      font-size: 22px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__card-number {
      font-size: 20px;
      line-height: 24px;
      margin-right: 10px; } }

.event__card-text {
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff; }
  @media (max-width: 768px) {
    .event__card-text {
      font-size: 16px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .event__card-text {
      font-size: 14px;
      line-height: 18px;
      padding-right: 20px; } }

.price {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  background: #f2f2f2;
  padding: 75px 0 50px; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .price {
      padding: 32px 0 36px; } }
  @media (max-width: 1024px) {
    .price {
      padding: 32px 0 36px; } }
  @media (max-width: 768px) {
    .price {
      padding: 32px 0 36px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price {
      padding: 32px 0 36px; } }

.price__wrapper {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .price__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .price__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .price__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__wrapper {
      padding: 0 10px; } }

.price__title {
  display: block;
  margin: 0;
  margin-bottom: 25px;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 40px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__title {
      font-size: 44px;
      margin-bottom: 15px; } }

.price__text {
  display: block;
  width: 75%;
  margin: 0;
  margin-bottom: 35px;
  color: #2d3347;
  font-family: "Proxima Nova", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px; }
  @media (max-width: 1024px) {
    .price__text {
      width: 90%; } }
  @media (max-width: 768px) {
    .price__text {
      width: 75%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__text {
      width: 100%;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; } }

.price__descr {
  position: relative;
  background: #292929;
  padding: 60px 90px 110px 90px;
  background-image: url(../img/price-descr-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: -1; }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__descr {
      padding: 10px 15px 50px; } }
  .price__descr:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 13px;
    display: block;
    width: 359px;
    height: 410px;
    background-image: url(../img/event1-tony.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0; }
    @media (max-width: 768px) {
      .price__descr:before {
        bottom: 0;
        left: 48%;
        display: block;
        width: 400px;
        height: 359px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .price__descr:before {
        display: none; } }

.price__descr-date {
  color: #fff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  margin: 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    .price__descr-date {
      font-size: 52px; } }
  @media (max-width: 768px) {
    .price__descr-date {
      font-size: 48px;
      margin: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__descr-date {
      margin: 0;
      font-size: 44px;
      text-align: center; } }

.price__descr-text {
  max-width: 600px;
  margin: 5px 0 40px;
  font-family: "Proxima Nova", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1; }
  .price__descr-text_sm {
    font-size: 18px; }
  @media (max-width: 1024px) {
    .price__descr-text {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    .price__descr-text {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__descr-text {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px; } }

.price__descr-list {
  max-width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 1; }

.price__descr-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px; }
  @media (max-width: 768px) {
    .price__descr-item {
      font-size: 15px;
      line-height: 18px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__descr-item {
      font-size: 12px;
      line-height: 14px; } }

.price__descr-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px; }
  .price__descr-icon svg {
    width: 100%;
    height: 100%; }

.price__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 14px;
  margin-top: -95px; }
  @media (max-width: 768px) {
    .price__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -40px; } }

.price__info {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font: "Proxima Nova ExCn", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .price__info:hover {
    border: 1px solid white;
    color: white; }

.price__name {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    .price__name {
      font-size: 45px; } }
  @media (max-width: 768px) {
    .price__name {
      font-size: 55px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__name {
      font-size: 26px; } }

.price__cost {
  padding: 0;
  margin: 22px 0 0;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1.13px; }
  .price__cost + .price__cost {
    margin-top: 10px; }
  .price__cost del {
    margin-right: 15px; }
  @media (max-width: 1024px) {
    .price__cost {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .price__cost {
      font-size: 22px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__cost {
      font-size: 15px; } }

.price__btn {
  display: inline-block;
  width: 160px;
  margin-top: 20px;
  padding: 15px 14px;
  background-color: #18b192;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 3.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .price__btn_hollow {
    background: transparent;
    border: 1px solid #fff;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .price__btn:hover {
    background-color: #157d81; }
  @media (max-width: 768px) {
    .price__btn {
      font-size: 14px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__btn {
      width: 100%;
      font-size: 14px;
      padding: 15px 0; } }

.price__item {
  width: 20%;
  margin-right: 18px;
  padding: 22px 5px 27px;
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 29px rgba(0, 0, 0, 0.3);
  background-color: #891328;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative; }
  .price__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 768px) {
    .price__item {
      width: 48%;
      margin-right: 28px;
      margin-bottom: 28px; }
      .price__item:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price__item {
      width: 49%;
      margin-right: 1%;
      margin-bottom: 5px; }
      .price__item:nth-child(2n+2) {
        margin-right: 0; }
      .price__item:last-of-type {
        width: 100%; } }

.faq {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 155px; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .faq {
      padding-top: 90px;
      padding-bottom: 65px; } }
  @media (max-width: 1024px) {
    .faq {
      padding-top: 80px;
      padding-bottom: 55px; } }
  @media (max-width: 768px) {
    .faq {
      padding-top: 70px;
      padding-bottom: 45px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq {
      padding-top: 30px;
      padding-bottom: 25px; } }

.faq__wrapper {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .faq__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .faq__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .faq__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__wrapper {
      padding: 0 10px; } }

.faq__title {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
  color: #ff1000;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 9.8px; }
  @media (max-width: 768px) {
    .faq__title {
      margin-bottom: 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__title {
      font-size: 10px; } }

.faq__subtitle {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px; }
  @media (max-width: 768px) {
    .faq__subtitle {
      margin-bottom: 10px;
      font-size: 48px;
      line-height: 52px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__subtitle {
      font-size: 26px;
      line-height: 30px; } }

.faq__list {
  position: relative; }

.faq__item {
  position: relative;
  width: 100%;
  padding: 0 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../img/faq-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin-bottom: 32px;
  background-position: top left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    .faq__item {
      padding: 0 75px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 768px) {
    .faq__item {
      padding: 0 50px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__item {
      padding: 0 10px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.faq__question {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: 900;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 41px; }
  @media (max-width: 768px) {
    .faq__question {
      font-size: 30px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__question {
      font-size: 18px;
      padding-right: 80px; } }

.faq__answer {
  text-align: left;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-right: 220px;
  padding-top: 10px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none; }
  @media (max-width: 768px) {
    .faq__answer {
      padding-right: 179px;
      font-size: 16px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__answer {
      font-size: 14px;
      padding-right: 50px; } }

.faq__toggle {
  position: absolute;
  top: 31px;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media (max-width: 1024px) {
    .faq__toggle {
      right: 75px; } }
  @media (max-width: 768px) {
    .faq__toggle {
      right: 50px;
      top: 30px;
      width: 40px;
      height: 40px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__toggle {
      right: 10px;
      top: 25px;
      width: 30px;
      height: 30px; } }
  .faq__toggle.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.faq__icon {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  fill: #fff; }
  @media (max-width: 768px) {
    .faq__icon {
      margin-top: 5px;
      width: 26px;
      height: 26px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .faq__icon {
      margin-top: 5px;
      margin-top: 2px;
      width: 20px;
      height: 20px; } }

.cta {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #121b2b;
  padding-top: 290px;
  background-image: url(../img/promo-bg-lnd.png);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .cta {
      padding-top: 140px; } }
  @media (max-width: 1024px) {
    .cta {
      padding-top: 115px; } }
  @media (max-width: 768px) {
    .cta {
      padding-top: 100px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cta {
      padding-top: 50px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 74% 0; } }
  .cta:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 55%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 974px;
    height: 912px;
    background-image: url(../img/tony-promo.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 2; }
    @media (min-width: 1400px) and (max-width: 1700px) {
      .cta:before {
        width: 936px;
        height: 876px;
        right: -10%;
        bottom: 115px; } }
    @media (min-width: 1024px) and (max-width: 1400px) {
      .cta:before {
        width: 750px;
        height: 701px;
        right: -12%;
        bottom: 162px; } }
    @media (max-width: 1024px) {
      .cta:before {
        width: 770px;
        height: 744px;
        left: 52%;
        bottom: 153px; } }
    @media (max-width: 768px) {
      .cta:before {
        width: 655px;
        height: 625px;
        bottom: 193px;
        left: 35%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .cta:before {
        left: 32%;
        top: 12px;
        width: 344px;
        height: 330px; } }

.cta .promo__title {
  margin-bottom: 10px; }

.cta .promo__text {
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .cta .promo__text {
      width: 75%;
      padding-right: 0; } }

.cta__btn {
  position: relative;
  z-index: 2;
  font-family: "Proxima Nova", sans-serif;
  display: inline-block;
  margin-top: 3px;
  padding: 25px 85px;
  background-color: #18b192;
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .cta__btn:hover {
    background-color: #157d81; }
  @media (min-width: 320px) and (max-width: 767px) {
    .cta__btn {
      width: 100%;
      padding: 13px 15px;
      font-size: 14px;
      margin-bottom: 15px; } }

.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #FFF;
  padding: 0 0 20px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .footer {
      padding: 32px 0 36px; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 32px 0 36px; } }
  @media (max-width: 768px) {
    .footer {
      padding: 32px 0 36px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer {
      padding: 15px 0; } }

.footer__wrapper {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .footer__wrapper {
      width: 100%;
      padding: 0 30px; } }
  @media (max-width: 1024px) {
    .footer__wrapper {
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .footer__wrapper {
      padding: 0 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer__wrapper {
      padding: 0 10px; } }

@media (min-width: 320px) and (max-width: 767px) {
  .footer__phone {
    margin: 0 auto; } }

.footer__phone-link {
  position: relative;
  display: block;
  padding-left: 9px;
  margin-top: 17px;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer__phone-link {
      font-size: 16px;
      margin-top: 8px; } }

.footer__phone-icon {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 16px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer__phone-icon {
      width: 10px;
      height: 13px; } }

.footer__bottom {
  position: relative;
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Proxima Nova", sans-serif; }
  @media (max-width: 1024px) {
    .footer__bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer__bottom {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-top: 0; } }

.footer__logo {
  margin-right: 0;
  min-height: 40px; }
  @media (max-width: 1024px) {
    .footer__logo {
      margin-right: 0px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .footer__logo {
      width: 50%; } }

.footer__logo img {
  width: 165px; }
  @media (max-width: 1024px) {
    .footer__logo img {
      width: 130px; } }
  @media (max-width: 768px) {
    .footer__logo img {
      width: 80%; } }

@media (min-width: 320px) and (max-width: 767px) {
  .footer__logo-sr {
    width: 50%; } }

.footer__text,
.footer__text a {
  color: #232f63;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    .footer__text,
    .footer__text a {
      font-size: 10px;
      line-height: 10px; } }
  @media (max-width: 768px) {
    .footer__text,
    .footer__text a {
      font-size: 8px;
      line-height: 10px; } }

.footer__text a,
.footer__policy {
  text-decoration: underline;
  color: #232f63;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.5px; }
  @media (max-width: 1024px) {
    .footer__text a,
    .footer__policy {
      font-size: 10px;
      line-height: 10px; } }
  @media (max-width: 768px) {
    .footer__text a,
    .footer__policy {
      font-size: 8px;
      line-height: 10px;
      text-align: center; } }

.footer__policy {
  font-family: "Proxima Nova", sans-serif;
  cursor: pointer; }

.modal-form {
  display: none;
  position: relative;
  min-width: 320px;
  width: 560px;
  margin: 0 auto;
  background-color: #dedede;
  padding: 75px 60px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1400px) {
    .modal-form {
      width: 37%; } }
  @media (max-width: 768px) {
    .modal-form {
      width: 70%;
      padding: 50px 35px 40px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form {
      width: 100%;
      padding: 20px 15px 20px; } }

.modal-form .fancybox-close-small {
  width: 65px;
  height: 80px; }
  .modal-form .fancybox-close-small svg {
    color: #2d3347;
    opacity: 0.5; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form .fancybox-close-small {
      height: 60px; } }
  .modal-form .fancybox-close-small span {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #555555; }

.modal-form__title {
  display: block;
  width: 100%;
  padding-right: 25px;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 43.84px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin: 0;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .modal-form__title {
      font-size: 36px;
      line-height: 38px;
      margin-bottom: 20px;
      padding-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__title {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 15px;
      padding-bottom: 10px; } }

.modal-form__item {
  display: block; }

.modal-form__input {
  display: block;
  width: 100%;
  border: 1px solid #c8cace;
  color: #2d3347;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 28px 20px;
  margin-bottom: 20px; }
  .modal-form__input:last-child {
    margin-bottom: 16px; }
  .modal-form__input::-webkit-input-placeholder {
    color: #2d3347;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .modal-form__input::-moz-placeholder {
    color: #2d3347;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .modal-form__input::-ms-input-placeholder {
    color: #2d3347;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .modal-form__input::placeholder {
    color: #2d3347;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
  @media (min-width: 768px) {
    .modal-form__input {
      padding: 18px 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__input {
      padding: 15px;
      margin-bottom: 15px;
      font-size: 14px; }
      .modal-form__input::-webkit-input-placeholder {
        font-size: 14px; }
      .modal-form__input::-moz-placeholder {
        font-size: 14px; }
      .modal-form__input::-ms-input-placeholder {
        font-size: 14px; }
      .modal-form__input::placeholder {
        font-size: 14px; } }

.modal-form__check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .modal-form__check {
      margin-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__check {
      margin-bottom: 10px; } }

.modal-form__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px; }

.modal-form__checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer; }

.modal-form__checkbox + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #2d3347;
  opacity: 0.25; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__checkbox + label:before {
      top: 0; } }

.modal-form__checkbox + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 17px;
  height: 17px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
          background-size: 15px;
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__checkbox + label:after {
      top: 0; } }

.modal-form__checkbox:checked + label:after {
  display: block; }

.modal-form__check label {
  padding-top: 0px;
  color: rgba(45, 51, 71, 0.25);
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__check label {
      font-size: 8px;
      line-height: 10px; } }

.modal-form__check label > a {
  color: rgba(45, 51, 71, 0.25);
  text-decoration: underline;
  font-family: "Proxima Nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__check label > a {
      font-size: 8px;
      line-height: 10px; } }

.modal-form__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.modal-form__phone-text {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 768px) {
    .modal-form__phone-text {
      padding-right: 10px;
      line-height: 15px; } }

.modal-form__phone-text {
  display: block;
  color: #2d3347;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__phone-text {
      font-size: 10px;
      line-height: 12px; } }

.modal-form__phone-link {
  display: block;
  text-decoration: none;
  color: #2d3347;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__phone-link {
      font-size: 12px;
      line-height: 12px;
      padding: 0; } }

.modal-form__footer .promo__form-submit {
  display: block; }
  @media (min-width: 768px) {
    .modal-form__footer .promo__form-submit {
      width: 100%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-form__footer .promo__form-submit {
      width: 100%; } }

.modal-price {
  display: none;
  width: 1116px;
  padding: 0; }
  @media (max-width: 1400px) {
    .modal-price {
      width: 80%; } }
  @media (max-width: 768px) {
    .modal-price {
      width: 95%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-price {
      width: 100%; } }

.modal-price .fancybox-close-small {
  width: 65px;
  height: 80px; }
  .modal-price .fancybox-close-small svg {
    color: #2d3347;
    opacity: 0.5; }
    @media (min-width: 320px) and (max-width: 767px) {
      .modal-price .fancybox-close-small svg {
        color: #ffffff; } }
  .modal-price .fancybox-close-small span {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #555555; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-price .fancybox-close-small {
      background-color: transparent; } }

.modal-price__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-price__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.modal-price__descr,
.modal-price__form {
  width: 50%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-price__descr,
    .modal-price__form {
      width: 100%; } }

.decription {
  padding: 55px 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #891328; }
  @media (max-width: 768px) {
    .decription {
      padding: 55px 20px 20px; } }

.decription__title {
  margin: 0;
  padding: 0;
  margin-bottom: 42px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.9px; }
  @media (max-width: 768px) {
    .decription__title {
      font-size: 50px;
      margin-bottom: 35px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .decription__title {
      font-size: 35px;
      margin-bottom: 20px; } }

.decription__price {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #fff;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: -1.13px; }
  @media (max-width: 768px) {
    .decription__price {
      font-size: 25px;
      padding: 12px 0; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .decription__price {
      font-size: 22px;
      padding: 8px 0; } }

.decription__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #fff; }

.decription__price-discount {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0px; }

.description__item {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 768px) {
    .description__item {
      font-size: 16px;
      line-height: 22px;
      padding-left: 25px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .description__item {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 5px; } }
  .description__item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff; }

.price-form {
  width: 50%;
  padding: 55px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2d3347;
  background-color: #dedede; }
  @media (max-width: 768px) {
    .price-form {
      font-size: 16px;
      line-height: 22px;
      padding-left: 25px;
      padding: 55px 20px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price-form {
      padding-top: 15px;
      width: 100%; } }

.price-form__time,
.price-form__place {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f71005;
  letter-spacing: 7.11px; }
  @media (max-width: 768px) {
    .price-form__time,
    .price-form__place {
      font-size: 14px;
      letter-spacing: 3px;
      line-height: 18px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price-form__time,
    .price-form__place {
      font-size: 12px;
      line-height: 15px; } }

.price-form__time {
  display: block;
  margin-bottom: 5px; }

.price-form__title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #2d3347;
  padding-bottom: 24px;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 43.84px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .price-form__title {
      margin: 0;
      font-size: 40px;
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price-form__title {
      font-size: 35px;
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.price-form__pay {
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  color: #2d3347;
  font-family: "Proxima Nova ExCn", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px; }
  @media (max-width: 768px) {
    .price-form__pay {
      font-size: 30px;
      line-height: 34px;
      margin-bottom: 10px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .price-form__pay {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 8px; } }
