html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #000;
  letter-spacing: 0.01em;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

input::placeholder {
  opacity: 0.7;
  color: #fff;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #fff;
}

textarea::placeholder {
  opacity: 0.7;
  color: #fff;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus::placeholder {
  opacity: 0;
}

input[type=submit] {
  cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #fff;
  font-family: "Benzin", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Benzin";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}

.title-h1 {
  font-size: 64px;
  line-height: 74px;
}
@media (max-width: 767px) {
  .title-h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 32px;
  }
}

.title-h2 {
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}

.title-h3 {
  font-size: 24px;
  line-height: 28px;
}

.title-h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.title-h4::last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.button {
  display: inline-flex;
  padding: 0 35px;
  height: 58px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  background: #fff;
  color: #E62128;
}
@media (max-width: 767px) {
  .button {
    padding: 0 15px;
    height: 54px;
    font-size: 12px;
  }
}
.button:hover {
  color: #fff;
  background: #E62128;
}

.hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 50px -50px;
}

.typography {
  font-size: 16px;
  line-height: 26px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Benzin";
  margin: 25px 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child {
  margin-top: 0;
}
.typography h1:last-child,
.typography h2:last-child,
.typography h3:last-child,
.typography h4:last-child {
  margin-bottom: 0;
}
.typography h1 {
  font-size: 48px;
}
@media (max-width: 1200px) {
  .typography h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .typography h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .typography h1 {
    font-size: 26px;
  }
}
.typography h1:first-child {
  margin-top: 0;
}
.typography h2 {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .typography h2 {
    font-size: 24px;
  }
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 25px 0 15px 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .typography h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .typography h3 {
    font-size: 19px;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  font-family: "Benzin";
}
@media (max-width: 767px) {
  .typography h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.typography P {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  color: #4F4F4F;
}
.typography P:last-child {
  margin-bottom: 0;
}
.typography figure {
  display: block;
  margin: 40px 0;
}
.typography figure:first-child {
  margin-top: 0;
}
.typography figure:last-child {
  margin-bottom: 0;
}
.typography img {
  max-width: 100%;
}
.typography a:not(.button) {
  text-decoration: underline;
}
.typography a:not(.button):hover {
  text-decoration: none;
}
.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 6px;
  background: url(../images/marker.svg) center no-repeat;
}
.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #F9F8F6;
  border-bottom: 1px solid #F9F8F6;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
  }
}
.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #F9F8F6;
}
.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #F9F8F6;
}
.typography table td {
  height: 60px;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
}
.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}
.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}

.table-scroll {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
}

.breadcrumb {
  color: #D7D7D7;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 30px;
  left: 40px;
}
@media (max-width: 1200px) {
  .breadcrumb {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    left: 20px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb a::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #D7D7D7;
  margin: 0 8px;
  border-radius: 50%;
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.forms__label {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}
.forms__label span {
  color: #E62128;
}
.forms__field {
  margin-bottom: 30px;
}
.forms__field:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .forms__field {
    margin-bottom: 20px;
  }
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 55px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #cfcecb;
}
@media (max-width: 767px) {
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    height: 50px;
    font-size: 16px;
  }
}
.forms textarea {
  padding: 30px;
  resize: none;
  height: 220px;
}
@media (max-width: 1200px) {
  .forms textarea {
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  .forms textarea {
    padding: 15px 15px;
  }
}
.forms .jq-selectbox {
  width: 100%;
}

.checked-list__item {
  margin-bottom: 12px;
}
.checked-list__item:last-child {
  margin-bottom: 0;
}

.checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.checkbox span {
  margin-left: 20px;
}
.checkbox a {
  text-decoration: underline;
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.next-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../images/toggle-arrow-down.svg) center no-repeat;
}
.next-toggle.open::after {
  background: url(../images/toggle-arrow-up.svg) center no-repeat;
}

.more-link {
  font-size: 20px;
  padding-right: 24px;
  color: #4F4F4F;
  background: url(../images/more-arrow.svg) right center no-repeat;
}
@media (max-width: 1200px) {
  .more-link {
    font-size: 18px;
  }
}
.more-link:hover {
  color: #E62128;
}

/* plugins */
.fancybox__content > .carousel__button.is-close {
  top: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .fancybox__content > .carousel__button.is-close {
    top: 12px;
    right: 12px;
    position: fixed;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* page content */
body {
  background: url(../images/main-bg.jpg) #040107 top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cbc {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-content {
  display: flex;
  flex: 1;
}
.page-content__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media (max-width: 1600px) {
  .page-content__wrap {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .page-content__wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-content__wrap {
    padding-top: 0;
  }
}

/* header */
.header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__right {
    display: none;
  }
}
.header-logo {
  width: 330px;
  position: relative;
}
@media (max-width: 767px) {
  .header-logo {
    width: 100%;
    text-align: center;
  }
}
.header-logo__image {
  display: block;
  width: 320px;
}
@media (max-width: 992px) {
  .header-logo__image {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .header-logo__image {
    margin: 0 auto;
    position: relative;
    right: -8px;
  }
}
.header-logo__slogan {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.07em;
}
.header-progress {
  position: relative;
  padding-left: 116px;
  width: 360px;
  position: relative;
}
@media (max-width: 992px) {
  .header-progress {
    width: 275px;
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .header-progress {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    width: 100%;
    padding: 20px 30px 20px 114px;
  }
}
.header-progress__procent {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.07em;
  color: #E62128;
}
@media (max-width: 992px) {
  .header-progress__procent {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .header-progress__procent {
    left: 20px;
    top: 20px;
  }
}
.header-progress__title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .header-progress__title {
    font-size: 22px;
  }
}
.header-progress__note {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.07em;
  /*
  &::before {
  	content: '';
  	display: block;
  	width: 11px;
  	height: 22px;
  	margin-right: 15px;
  	background: url(../images/icon-b.svg) center no-repeat;
  }
  */
}

.promo-box {
  width: 100%;
}
.promo-box__title {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .promo-box__title {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  .promo-box__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .promo-box__title {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
}
.promo-box__title span {
  color: #E62128;
}
.promo-box__list {
  margin-top: 40px;
  margin-bottom: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .promo-box__list {
    margin-bottom: 0;
  }
}

.service-list {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.service-list__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .service-list__wrap {
    justify-content: initial;
  }
}
.service-list-item {
  padding: 0 5px;
}
@media (max-width: 1800px) {
  .service-list-item:first-child .service-card__descr {
    transform: none;
    left: 0;
  }
  .service-list-item:last-child .service-card__descr {
    transform: none;
    left: auto;
    right: 0;
  }
}
@media (max-width: 1400px) {
  .service-list-item {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .service-list-item {
    padding: 0 5px 200px;
    margin-bottom: -200px;
  }
}

.service-card {
  width: 165px;
  height: 255px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 30px;
  text-align: center;
  position: relative;
  padding-top: 35px;
  transition: 0.4s;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.service-card::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 19px;
  background: url(../images/logo-club.svg) center no-repeat;
  transition: 0.4s;
}
.service-card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 49px;
  height: 33px;
  background: url(../images/icon-check.svg) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.service-card__icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(230, 33, 40, 0.5);
  filter: blur(50px);
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-card__title {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.service-card__descr {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 30px;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  width: 540px;
  padding: 22px 18px;
  border-top: 1px solid rgba(230, 33, 40, 0.4);
  border-bottom: 1px solid rgba(230, 33, 40, 0.4);
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.07em;
}
@media (max-width: 1024px) {
  .service-card__descr {
    display: none;
  }
}
@media (min-width: 1025px) {
  .service-card:hover {
    background: rgba(230, 33, 40, 0.4);
    top: 48px;
  }
  .service-card:hover .service-card__icon::before, .service-card:hover::after, .service-card:hover .service-card__descr {
    opacity: 1;
    visibility: visible;
  }
  .service-card:hover::before {
    background: url(../images/logo-club-active.svg) center no-repeat;
  }
}
@media (max-width: 1024px) {
  .service-card.active {
    background: rgba(230, 33, 40, 0.4);
    top: 48px;
  }
  .service-card.active .service-card__icon::before, .service-card.active::after, .service-card.active .service-card__descr {
    opacity: 1;
    visibility: visible;
  }
  .service-card.active::before {
    background: url(../images/logo-club-active.svg) center no-repeat;
  }
}

.mobile-service-descr {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-service-descr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 80px;
  }
  .mobile-service-descr__wrap {
    width: 540px;
    padding: 22px 18px;
    border-top: 1px solid rgba(230, 33, 40, 0.4);
    border-bottom: 1px solid rgba(230, 33, 40, 0.4);
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.07em;
  }
  .mobile-service-descr .service-card__descr {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-service-descr {
    position: static;
    align-items: flex-start;
    margin-bottom: 20px;
    min-height: 200px;
  }
}
@media (max-width: 568px) {
  .mobile-service-descr__wrap {
    width: 100%;
    padding: 22px 18px;
    border-top: 1px solid rgba(230, 33, 40, 0.4);
    border-bottom: 1px solid rgba(230, 33, 40, 0.4);
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.07em;
  }
}

/* popup */
.popup {
  display: none;
  width: 100%;
  max-width: 540px;
  padding: 60px;
  font-family: "Benzin";
  background: url(../images/popup-bg.jpg) center no-repeat;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
}
@media (max-width: 568px) {
  .popup {
    padding: 20px;
  }
}
.popup__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 30px;
}
.popup__cover {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.popup__cover img {
  display: block;
}
.popup__message {
  font-size: 16px;
  line-height: 27px;
}
.popup__message span,
.popup__message a {
  color: #E62128;
}
.popup .button {
  width: 100%;
}

/* footer */
.footer {
  padding: 40px 0 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 50px;
  gap: 10px;
  height: 48px;
}
.footer-social a,
.footer-social img {
  display: block;
}
@media (max-width: 1024px) {
  .footer-social {
    width: 100%;
    display: flex;
    justify-content: center;
    position: static;
  }
}

.footer-form__note {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .footer-form__note {
    order: -1;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .footer-form__note br {
    display: none;
  }
}
@media (max-width: 568px) {
  .footer-form__note {
    max-width: 230px;
    margin: 0 auto 15px;
  }
}

.subscribe-form {
  position: relative;
  width: 445px;
  border-radius: 8px;
}
@media (max-width: 568px) {
  .subscribe-form {
    width: 100%;
  }
}
.subscribe-form__field {
  width: 100%;
  height: 48px;
  background: none;
  border: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 0 210px 0 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
}
.subscribe-form__field.error {
  color: #E62128;
  border-color: #E62128;
}
.subscribe-form__field.error::-moz-placeholder {
  color: #E62128;
  opacity: 1;
}
.subscribe-form__field.error::placeholder {
  color: #E62128;
  opacity: 1;
}
@media (max-width: 568px) {
  .subscribe-form__field {
    padding: 0 20px;
  }
}
.subscribe-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 48px;
  background: #D2D2DB;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.07em;
  color: #000;
}
@media (max-width: 767px) {
  .subscribe-form__submit {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.subscribe-form__submit:hover {
  color: #fff;
  background: #E62128;
}/*# sourceMappingURL=style.css.map */