@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

body {
  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;
  min-height: 100vh;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: left;
  background: #000205 url(../images/body-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

body > * {
  width: 100%;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

*,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

table {
  width: 100%;
}

p {
  width: 100%;
}

ul,
ol {
  text-align: left;
}

/* Article */
article > *,
.text > * {
  margin-bottom: 24px;
}

article > *:last-child,
.text > *:last-child {
  margin-bottom: 0;
}

article h2,
.text h2 {
  margin-top: 48px;
}

article h3,
.text h3 {
  margin-top: 36px;
}

article h2:first-child,
.text h2:first-child,
article h3:first-child,
.text h3:first-child {
  margin-top: 0;
}

article h3,
.text h3 {
  color: #fe6027;
}

.text a,
article a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.text a:hover,
article a:hover {
  color: #fe6027;
}

.text ul > li,
.text ol > li,
article ul > li,
article ol > li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}

.text ul > li + li,
.text ol > li + li,
article ul > li + li,
article ol > li + li {
  margin-top: 5px;
}

ol > li {
  counter-increment: step-counter;
}

.text ul > li:before,
.text ol > li:before,
article ul > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: center;
}

.text ul > li:before,
article ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  left: 4px;
  top: 8px;
  background-color: #fe6027;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.text ol > li:before,
article ol > li:before {
  content: counter(step-counter) '.';
  padding-top: inherit;
  top: 0;
  font-size: inherit;
  color: #fe6027;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

h1 {
  margin-bottom: 8px;
  font-size: 54px;
  color: #fe652e;
  text-transform: uppercase;
  text-align: left;
}

h2 {
  margin-bottom: 24px;
  font-size: 30px;
}

h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.title {
  width: 100%;
}

.contrast-text {
  color: #ff5318;
}

.button {
  padding: 12px 20px;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  color: #fff;
  background: #2a16b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.27;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover {
  background: #725eff;
}

.button.hidden {
  display: none;
}

.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img {
  margin-right: 12px;
}

.image img,
.background img {
  margin: 0 auto;
  display: block;
  -o-object-position: center;
  object-position: center;
}

.background img {
  height: 100%;
}

.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: #f6f6f6;
  line-height: 1;
}

use {
  fill-rule: evenodd;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}

.cover {
  height: auto;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.desc {
  margin-bottom: 24px;
}

.desc:last-child {
  margin-bottom: 0;
}

.desc > * {
  margin-bottom: 12px;
}
.desc > *:last-child {
  margin-bottom: 0;
}

.desc .contrast-text {
  font-weight: 600;
  color: #fe6027;
}

/* Container */
.container {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.container__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.wrap {
  padding: 20px;
  position: relative;
  background-color: #35373b;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.wrap::after {
  content: '';
  position: absolute;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  bottom: -2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 74, 12, 1)),
    color-stop(53%, rgba(136, 40, 162, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 74, 12, 1) 0%,
    rgba(136, 40, 162, 1) 53%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 74, 12, 1) 0%,
    rgba(136, 40, 162, 1) 53%
  );
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}

.wrap__title {
  margin-bottom: 12px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.wrap__title .icon {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
}

.wrap__title .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px / 2);
  -ms-flex: 0 0 calc(50% - 20px / 2);
  flex: 0 0 calc(50% - 20px / 2);
}

.wrapper__text > * {
  margin-bottom: 16px;
}

.wrapper__text > *:last-child {
  margin-bottom: 0;
}

.wrapper__img img {
  display: block;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Header */
.header {
  padding-top: 11px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: unset;
  background-color: #22252a;
  z-index: 10000;
}

.header__logo img {
  display: block;
  height: 46px;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.main > section,
.main > article {
  margin: 0 auto 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1156px;
  -ms-flex: 0 0 1156px;
  flex: 0 0 1156px;
}

.dummy {
  padding: 0 !important;
  position: absolute;
  z-index: -100;
  left: 0;
  top: -50px;
}

.top {
  position: absolute;
  right: -webkit-calc(50% - 1760px / 2);
  right: calc(50% - 1760px / 2);
  bottom: 0;
  height: 86%;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10000;
}
body.overflow-hidden .top {
  z-index: 1;
}

.top__button {
  padding: 16px;
  width: 57px;
  height: 72px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 160px;
  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;
  overflow: hidden;
  z-index: 10001;
}

.top__button img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Prime */
.prime {
  padding: 0 -webkit-calc(50% - 1160px / 2);
  padding: 0 calc(50% - 1160px / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  min-height: 390px;
  text-align: left;
  overflow: hidden;
}

.prime__title {
  margin-bottom: 8px;
  width: 100%;
}

.prime__title:last-child {
  margin-bottom: 0;
}

.prime__desc {
  font-size: 24px;
}

.prime__image {
  position: absolute;
  right: -webkit-calc(50% - 1160px / 2);
  right: calc(50% - 1160px / 2);
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.prime__image img {
  display: block;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

/* Benefits */
.benefits__wrapper {
  margin-bottom: 42px;
}

.benefits__wrapper:last-child {
  margin-bottom: 0;
}

/* Contacts */
.contacts {
  padding: 40px 32px;
  background-image: url(../images/contacts-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contacts__title {
  margin-bottom: 16px;
}

.contacts__list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
}

.contacts__list li {
  margin-bottom: 16px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contacts__list li:last-child {
  margin-bottom: 0;
}

.contacts-list__icon {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
}

.contacts-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts-list__contact {
  font-size: 18px;
  line-height: 24px;
}

/* FOOTER */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #22252a;
  z-index: 100;
}

.footer__copy {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #868c96;
  text-align: center;
}
