@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "mont-regular";
  src: url("/fonts/Mont-Regular.woff2");
}
@font-face {
  font-family: "mont-bold";
  src: url("/fonts/Mont-Bold.woff2");
}
@font-face {
  font-family: "mont-heavy";
  src: url("/fonts/Mont-Heavy.woff2");
}
@font-face {
  font-family: "BebasNeueLight";
  src: url("/fonts/ofont.ru_BebasNeue.ttf");
}
body {
  background-color: #1e235c;
  color: #fff;
  font-family: "mont-regular";
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 769px) {
  .container {
    margin: 0;
    padding: 0 15px;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.gradient {
  background: linear-gradient(45deg, #ff33cc, #3366ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 10px;
}
@media (max-width: 769px) {
  .gradient {
    background: none;
    -webkit-text-fill-color: #fff;
  }
}

.gradient-mobile {
  background: linear-gradient(45deg, #ff33cc, #3366ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 10px;
}

.abs {
  position: absolute;
}

.arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#3f55fb), to(#1328c5));
  background: linear-gradient(0deg, #3f55fb, #1328c5);
  border-radius: 50%;
  margin-left: 20px;
}

.arrow_1 {
  display: inline-block;
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid rgb(240, 240, 240);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.arrow_1::after {
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.no-check {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(240, 240, 240, 0.5);
  border-radius: 50%;
}

.no-check::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  display: inline-block;
  width: 14px;
  border-bottom: 3px solid #303583;
}

.check {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

.check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  display: inline-block;
  width: 10px;
  height: 16px;
  border: 3px solid #303583;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  border-left-color: transparent;
  border-top-color: transparent;
}

.open {
  display: block;
}

.close {
  display: none;
}

.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header {
  padding-top: 26px;
  margin-bottom: 88px;
}
@media (max-width: 1200px) {
  .header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1120px) {
  .header {
    padding-top: 3vw;
    background: none;
    background-color: #000632;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
@media (max-width: 1120px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: auto;
    top: calc(100% - 25px);
    left: 0;
    background-color: rgba(31, 35, 92, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 550px) {
  .header__menu {
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 30px 10px;
  }
}
.header__menu.active {
  top: calc(100% + 1px);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.header__logo {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .header__logo {
    margin-left: 0;
  }
}
@media (max-width: 1120px) {
  .header__logo {
    display: none;
  }
}
.header__logo-mobile {
  width: 110px;
  display: none;
}
@media (max-width: 1120px) {
  .header__logo-mobile {
    display: block;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
.header__link-arrow {
  margin-left: 5px;
  margin-top: 5px;
}
.header__dropdown-menu {
  display: none;
  position: absolute;
  background-color: darkblue;
  min-width: 200px;
  padding-left: 30px;
  padding-top: 20px;
  border-radius: 12px;
}
@media (max-width: 550px) {
  .header__dropdown-menu {
    right: 30px;
    padding: 20px;
  }
}
.header__dropdown-item {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.header__burger {
  display: none;
}
@media (max-width: 1120px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 4;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .header__burger {
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 0;
  }
}
.header__burger span {
  position: absolute;
  background-color: #fff;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__burger::before,
.header__burger::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.header__burger.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }
}
.header__item {
  margin-right: 16px;
}
@media (max-width: 550px) {
  .header__item {
    margin: 0 0 20px;
  }
}
.header__link {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.header__link:hover {
  color: #ff33cc;
}
.header__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1120px) {
  .header__messengers {
    display: none;
  }
}
.header__messengers-text {
  max-width: 130px;
}
.header__icon {
  margin-left: 13px;
  opacity: 0.8;
  cursor: pointer;
}
.header__icon:hover {
  opacity: 1;
}
.header__contacts {
  margin-right: 8px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .header__contacts {
    margin-left: 0;
  }
}
@media (max-width: 1120px) {
  .header__contacts {
    display: none;
  }
}
.header__box {
  text-align: end;
  height: 40px;
}
.header__tel {
  font-family: "mont-heavy";
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}
.header__tel:hover {
  color: #ff33cc;
}
.header__call {
  color: #ff33cc;
  text-decoration: underline;
}
.header__underline {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 1px;
  opacity: 0.5;
}
@media (max-width: 1120px) {
  .header__underline {
    display: block;
  }
}

.header-2 {
  background: none;
  background-color: #0d133b;
  margin-bottom: 0;
}

.hero {
  background: url(/img/hero-fon.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .hero {
    padding-bottom: 60px;
    background: none;
    background-color: #000632;
  }
}
@media (max-width: 769px) {
  .hero {
    padding-bottom: 0;
  }
}
.hero__wrap {
  position: relative;
  padding: 0 20px 15px;
}
@media (max-width: 1200px) {
  .hero__wrap {
    display: none;
  }
}
.hero__items {
  position: relative;
  z-index: 20;
}
.hero__title {
  font-size: 65px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  line-height: 68px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.hero__title p {
  font-size: 57px;
  line-height: 55px;
}
.hero__text {
  margin-left: 15px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 78px;
  position: relative;
  z-index: 2;
}
.hero__img {
  position: absolute;
}
@media (max-width: 1200px) {
  .hero__img {
    display: none;
  }
}
.hero__icon {
  max-width: 100%;
}
.hero__form {
  margin-bottom: 62px;
  position: relative;
  z-index: 2;
}
.hero__h2 {
  width: 200px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
.hero__input {
  text-align: center;
  width: 262px;
  height: 67px;
  font-size: 16px;
  color: #7b7b7b;
  background: transparent;
  border: 1px solid #3b3b3b;
  border-radius: 32px 0px 0px 32px;
  margin-right: -32px;
  margin-bottom: 18px;
}
.hero__btn {
  width: 280px;
  height: 67px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 18px;
}
.hero__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
.hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.hero__box--mobile {
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__box--mobile .hero__col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 610px;
  max-width: 100%;
  margin: auto;
}
.hero__box--mobile .hero__card {
  margin-bottom: 30px;
}
@media (max-width: 455px) {
  .hero__box--mobile .hero__card {
    margin: 0 5px 10px;
  }
}
.hero__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(/img/plash.png) no-repeat;
  width: 172px;
  height: 215px;
  margin-right: 27px;
}
@media (max-width: 1200px) {
  .hero__card {
    margin: 0 15px 0;
  }
}
.hero__card_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero__card_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}
.hero__card:hover .hero__card_img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hero__card:hover .hero__card_link {
  color: #ff33cc;
}
.hero__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .hero__mobile {
    display: block;
  }
}
.hero__mobile-title h1 {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  position: relative;
  z-index: 11;
}
@media (max-width: 769px) {
  .hero__mobile-title h1 {
    font-size: 40px;
  }
}
.hero__mobile-block {
  height: 76vw;
  position: relative;
}
.hero__mobile-wrap {
  text-align: center;
  padding-top: 2.2vw;
}
.hero__mobile-head {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
  z-index: 11;
}
@media (max-width: 769px) {
  .hero__mobile-head {
    font-size: 18px;
  }
}
.hero__mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .hero__mobile-nav {
    margin-bottom: 20px;
    width: 100%;
  }
  .hero__mobile-nav ul {
    width: 700px;
    max-width: 100%;
    margin: auto;
  }
}
.hero__mobile-btn {
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin: 0 0 20px;
}
.hero__mobile-btn span {
  width: 100%;
}
.hero__mobile-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
.hero__mobile-text {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 20px;
  padding: 5px 0 0 30px;
}
@media (max-width: 525px) {
  .hero__mobile-text {
    font-size: 14px;
    line-height: 1.2;
  }
}
.hero__mobile-text + i {
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.hero__mobile-text-2 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  width: 60vw;
}
@media (max-width: 525px) {
  .hero__mobile-text-2 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.hero__mobile-down {
  display: none;
  background-color: #0e1969;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto 20px;
  border: 1px solid #0e1969;
  border-radius: 15px;
}
@media (max-width: 769px) {
  .hero__mobile-down {
    padding: 20px;
  }
}
.hero__mobile-down-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.hero__mobile-input {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto 15px;
  font-size: 16px;
  background-color: #0b1457;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding-left: 20px;
  color: #fff;
}
.hero__mobile-input::-webkit-input-placeholder {
  color: #fff;
}
.hero__mobile-input::-moz-placeholder {
  color: #fff;
}
.hero__mobile-input:-ms-input-placeholder {
  color: #fff;
}
.hero__mobile-input::-ms-input-placeholder {
  color: #fff;
}
.hero__mobile-input::placeholder {
  color: #fff;
}
.hero__mobile-btn-2 {
  width: 150px;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#3e0fc7), to(#6b36fd));
  background: linear-gradient(0deg, #3e0fc7, #6b36fd);
  border-radius: 32px;
  margin: 20px 0 10px;
}
.hero__mobile-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__mobile-messengers a {
  padding: 0 20px;
}
.hero__mobile-icon {
  width: 35px;
}
.hero__mobile-img {
  pointer-events: none;
}
.hero__mobile-radio {
  display: block;
  position: relative;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}
.hero__mobile-radio input {
  display: none;
}
.hero__mobile-radio::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 22px;
  height: 22px;
  background-color: #0b1457;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.hero__mobile-radio input:checked + i::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}

.notebook {
  background: url(/img/hero-fon.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .notebook {
    padding-bottom: 7vw;
    background: none;
    background-color: #000632;
  }
}
.notebook__title {
  margin-bottom: 40px;
}
.notebook__text {
  margin-bottom: 133px;
}
.notebook__form {
  margin-bottom: 158px;
}
.notebook__box {
  min-height: 155px;
  background-color: #303380;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 25px 10px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.monoblock {
  background: url(/img/hero-fon.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .monoblock {
    padding-bottom: 7vw;
    background: none;
    background-color: #000632;
  }
}
.monoblock__title {
  margin-bottom: 40px;
}
.monoblock__text {
  margin-bottom: 66px;
}
.monoblock__form {
  margin-bottom: 143px;
}

.position-1 {
  top: -3%;
  right: -4%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .position-1 {
    width: 88%;
    top: 10%;
    right: 6%;
  }
}

.position-2 {
  top: -2%;
  right: -12%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-2 {
    width: 25%;
    top: 9%;
    right: 17%;
    z-index: 1;
  }
}

.position-3 {
  top: -9%;
  right: -27%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-3 {
    width: 106%;
    top: -21%;
    right: -3%;
    z-index: 0;
  }
}

.position-4 {
  top: 34%;
  right: 28%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .position-4 {
    width: 25%;
    top: 58%;
    left: 19%;
  }
}

.position-5 {
  top: 40%;
  right: 2%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-5 {
    width: 25%;
    top: 65%;
    right: 23%;
    z-index: 1;
  }
}

.position-6 {
  top: 0;
  right: 0;
  z-index: 1;
}

.position-notebook-1 {
  top: -6%;
  right: 6%;
  z-index: 3;
}
@media (max-width: 1200px) {
  .position-notebook-1 {
    width: 63%;
    top: 5%;
    left: 9%;
  }
}

.position-notebook-2 {
  top: 18%;
  right: -8%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .position-notebook-2 {
    width: 57%;
    top: 39%;
    right: 9%;
  }
}

.position-notebook-3 {
  top: 43%;
  right: 30%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-notebook-3 {
    width: 27%;
    top: 72%;
    left: 12%;
    z-index: 1;
  }
}

.position-notebook-4 {
  top: -3%;
  right: -2%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .position-notebook-4 {
    width: 30%;
    top: 8%;
    right: 17%;
  }
}

.position-notebook-circle {
  top: -10%;
  right: -27.5%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-notebook-circle {
    width: 106%;
    top: -21%;
    right: -3%;
    z-index: 0;
  }
}

.position-monoblock-1 {
  top: 2%;
  right: 0%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-monoblock-1 {
    width: 95%;
    top: 4%;
    right: 8%;
  }
}

.position-monoblock-2 {
  top: 4%;
  right: -2%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-monoblock-2 {
    width: 47%;
    top: 8%;
    left: 48%;
    z-index: 1;
  }
}

.position-monoblock-circle {
  top: -10%;
  right: -28%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-monoblock-circle {
    width: 106%;
    top: -21%;
    right: -3%;
    z-index: 0;
  }
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.form__file {
  position: relative;
  display: block;
  margin-left: 15px;
}
.form__control-file {
  opacity: 0;
  height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.form__file-item {
  position: absolute;
  left: 0;
  top: 15px;
  pointer-events: none;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__file-svg {
  margin-right: 11px;
}
.form__file-text {
  color: #fff;
  font-size: 16px;
  font-family: "mont-heavy";
}

.rating {
  background: url(/img/rating-fon.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-top: 155px;
}
@media (max-width: 1200px) {
  .rating {
    background: none;
    background-color: #181d59;
    padding-bottom: 0px;
    padding-top: 7vw;
    display: none;
  }
}
@media (max-width: 769px) {
  .rating {
    padding-top: 20px;
  }
}
.rating__mobile {
  display: block;
}
@media (min-width: 1200px) {
  .rating__mobile {
    display: none;
  }
}
.rating__wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .rating__wrap {
    max-width: none;
    padding-bottom: 70px;
  }
}
@media (max-width: 916px) {
  .rating__wrap {
    max-width: none;
    padding-bottom: 140px;
  }
}
@media (max-width: 1200px) {
  .rating__mobile-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .rating__title-wrap {
    position: absolute;
    top: 87%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.rating__title {
  font-size: 41px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  line-height: 1.2;
  margin-bottom: 23px;
}
@media (max-width: 1200px) {
  .rating__title {
    display: none;
  }
}
.rating__text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 135px;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .rating__text {
    max-width: 100%;
    width: 700px;
    position: relative;
    background: #32337f;
    background-clip: padding-box;
    border: solid 4px transparent;
    border-radius: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 70px 20px;
    text-align: center;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .rating__text {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .rating__text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#ec44ba), to(#2e62f9));
    background: linear-gradient(to right, #ec44ba, #2e62f9);
  }
}
.rating__quotes-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .rating__quotes-mobile {
    display: inline-block;
    width: 150px;
    position: absolute;
    top: -60px;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .rating__mobile-p {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.rating__mobile-head {
  display: none;
}
@media (max-width: 1200px) {
  .rating__mobile-head {
    position: relative;
    display: block;
    margin-top: 5vw;
    text-align: left;
    margin-left: 70px;
  }
}
@media (max-width: 769px) {
  .rating__mobile-head {
    margin-top: 10vw;
  }
}
@media (max-width: 1200px) {
  .rating__mobile-head::before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    width: 50px;
    height: 50px;
    border: 1px;
    border-radius: 50%;
    background-color: #fff;
  }
}
.rating__mobile-position {
  display: none;
}
@media (max-width: 1200px) {
  .rating__mobile-position {
    display: block;
    margin-bottom: -50px;
    text-align: left;
    margin-left: 70px;
  }
}
.rating__slider {
  display: none;
}
@media (max-width: 1200px) {
  .rating__slider {
    display: block;
    max-width: none;
    margin-left: 14vw;
  }
}
@media (max-width: 769px) {
  .rating__slider {
    margin-left: 0;
  }
}
.rating__slider-img {
  width: 80%;
}
.rating__item {
  width: 335px;
}
@media (max-width: 1200px) {
  .rating__img {
    display: none;
  }
}
.rating__box {
  min-height: 300px;
  background: url(/img/shadow.png) no-repeat;
  -webkit-box-shadow: 5px 40px 50px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 40px 50px 10px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 52px 64px 0px;
  border-radius: 18px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .rating__box {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 64px;
  }
}
@media (max-width: 769px) {
  .rating__box {
    background: none;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    padding: 25px 0px;
  }
}
.rating__box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rating__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .rating__box-wrap {
    display: block;
  }
}
.rating__star {
  margin-bottom: 20px;
}
.rating__title-2 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  letter-spacing: -1.1px;
  margin-left: 5px;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .rating__title-2 {
    letter-spacing: 1px;
    font-family: "mont-bold";
    text-transform: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .rating__title-2 {
    font-size: 26px;
  }
}
.rating__text-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "mont-bold";
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 7px;
  margin-bottom: 28px;
  max-width: 277px;
}
@media (max-width: 1200px) {
  .rating__text-2 {
    max-width: none;
    font-family: "mont-regular";
    font-size: 14px;
    max-width: 300px;
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .rating__text-2 {
    font-size: 14px;
    max-width: none;
    text-transform: none;
  }
}
.rating__block {
  margin: 73px 15px 0px;
}
@media (max-width: 1200px) {
  .rating__block {
    margin: 45px 15px 0px;
  }
}
.rating__link {
  display: block;
  margin-bottom: 30px;
  opacity: 0.5;
}

.position-7 {
  top: 16%;
  right: 22%;
  z-index: 3;
}

.position-8 {
  top: 10%;
  right: -7%;
  z-index: 2;
}

.position-9 {
  top: -5%;
  right: 20%;
  z-index: 1;
}

.position-10 {
  top: -14%;
  right: -3%;
  z-index: 0;
}

.sell {
  background: url(/img/sell-fon.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 175px;
  position: relative;
}
@media (max-width: 1200px) {
  .sell {
    padding-top: 220px;
    padding-bottom: 0;
    background: none;
    background-color: #000632;
    display: none;
  }
}
@media (max-width: 600px) {
  .sell {
    padding-top: 250px;
  }
}
@media (max-width: 470px) {
  .sell {
    padding-top: 322px;
  }
}
@media (max-width: 350px) {
  .sell {
    padding-top: 350px;
  }
}
.sell__mobile {
  display: block;
}
@media (min-width: 1200px) {
  .sell__mobile {
    display: none;
  }
}
.sell__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .sell__wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 769px) {
  .sell__wrap {
    padding-bottom: 0px;
  }
}
.sell__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 129px;
  margin-top: 106px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1200px) {
  .sell__block {
    margin: 0 auto;
    text-align: center;
  }
}
.sell__circle {
  width: 96%;
}
.sell__line-block {
  padding-top: 167px;
  text-align: right;
}
@media (max-width: 1200px) {
  .sell__line-block {
    display: none;
  }
}
.sell__line {
  margin-bottom: 174px;
  color: #ec44ba;
  opacity: 0;
}
.sell__line-active {
  opacity: 1;
}
.sell__number-block {
  width: 107px;
  padding-top: 145px;
}
@media (max-width: 1200px) {
  .sell__number-block {
    display: none;
  }
}
.sell__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 40px;
  font-family: "BebasNeueLight";
  margin-bottom: 122px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .sell__number {
    display: none;
  }
}
.sell__number span {
  display: block;
  height: 32px;
}
.sell__number-2 {
  display: none;
}
@media (max-width: 1200px) {
  .sell__number-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.sell__number-active {
  position: relative;
  background: #121431;
  background-clip: padding-box;
  border: solid 1px transparent;
}
.sell__number-active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ec44ba), to(#2e62f9));
  background: linear-gradient(to right, #ec44ba, #2e62f9);
}
.sell__text-block {
  max-width: 380px;
}
@media (max-width: 1200px) {
  .sell__text-block {
    padding-top: 20px;
    width: 700px;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .sell__text-block {
    width: 100%;
  }
}
.sell__title {
  font-size: 48px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  line-height: 1.167;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .sell__title {
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .sell__title {
    font-size: 32px;
  }
}
.sell__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .sell__text {
    margin-top: 560px;
  }
}
.sell__text-2 {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.2;
  margin-bottom: 23px;
  margin-top: -9px;
}
@media (max-width: 1200px) {
  .sell__text-2 {
    margin-top: 0;
    display: none;
  }
}
.sell__head {
  font-size: 24px;
  font-family: "mont-bold";
  text-transform: uppercase;
  line-height: 2.3;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .sell__head {
    display: none;
  }
}
.sell__head-2 {
  font-size: 24px;
  font-family: "mont-bold";
  text-transform: uppercase;
  line-height: 2;
  display: none;
}
@media (max-width: 1200px) {
  .sell__head-2 {
    display: block;
  }
}
.sell__text-3 {
  font-size: 16px;
  line-height: 1.9;
}
.sell__btn {
  display: inline-block;
  text-align: center;
  padding-top: 18px;
  width: 280px;
  height: 67px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 18px;
}
.sell__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
@media (max-width: 1200px) {
  .sell__btn {
    display: none;
  }
}
.sell__btn-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .sell__btn-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    width: 300px;
    height: 61px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}
@media (max-width: 769px) {
  .sell__btn-mobile {
    font-size: 12px;
  }
}
.sell__btn-mobile span {
  padding: 0px 50px 0px 10px;
}
@media (max-width: 769px) {
  .sell__btn-mobile span {
    padding: 0px 90px 0px 10px;
  }
}

.position-11 {
  top: 56%;
  left: -2%;
  z-index: 3;
}
@media (max-width: 1200px) {
  .position-11 {
    width: 273px;
    top: auto;
    bottom: 362px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -146px;
  }
}
@media (max-width: 769px) {
  .position-11 {
    bottom: 245px;
  }
}

.position-12 {
  top: 26%;
  left: 11%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .position-12 {
    width: 290px;
    top: auto;
    bottom: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .position-12 {
    bottom: 260px;
  }
}

.position-13 {
  top: 36%;
  left: 1%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-13 {
    width: 500px;
    top: auto;
    bottom: 384px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .position-13 {
    bottom: 240px;
  }
}

.position-14 {
  top: 17%;
  left: -23%;
  z-index: 0;
}

.position-15 {
  top: 19%;
  left: 106%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-15 {
    display: none;
  }
}

.position-hand {
  width: 37%;
  top: 21%;
  left: 8%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-hand {
    width: 334px;
    top: 202px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .position-hand {
    top: 173px;
  }
}

.position-search {
  top: 52%;
  left: 22%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .position-search {
    width: 119px;
    top: 1171px;
    left: 50%;
    margin-left: 62px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.position-gear {
  top: 27%;
  left: 6%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-gear {
    width: 400px;
    top: 940px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.position-notebook {
  top: 36%;
  left: 3%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-notebook {
    width: 500px;
    top: 999px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .circle-1 {
    width: 995px;
    top: 135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .circle-1 {
    top: 85px;
  }
}

@media (max-width: 1200px) {
  .circle-2 {
    width: 995px;
    top: 875px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {
  .circle-3 {
    width: 995px;
    top: 1600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.block-1,
.block-2,
.block-3 {
  display: none;
}
@media (max-width: 1200px) {
  .block-1,
  .block-2,
  .block-3 {
    display: block;
  }
}

.active-block {
  display: block;
}

.guarant {
  background: url(/img/guarant-fon.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 178px;
}
@media (max-width: 1200px) {
  .guarant {
    display: none;
    padding-top: 150px;
    background: none;
    background-color: #000632;
  }
}
@media (max-width: 769px) {
  .guarant {
    padding-bottom: 10px;
    padding-top: 0px;
  }
}
.guarant__mobile {
  display: block;
}
@media (min-width: 1200px) {
  .guarant__mobile {
    display: none;
  }
}
.guarant__wrap {
  position: relative;
  padding-left: 90px;
}
@media (max-width: 769px) {
  .guarant__wrap {
    padding-left: 0;
    text-align: center;
    padding-top: 74vw;
  }
}
.guarant__title {
  font-size: 40px;
  font-family: "mont-heavy";
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (max-width: 769px) {
  .guarant__title {
    font-size: 32px;
    line-height: 1.15;
    margin: 20px 0 10px;
  }
}
.guarant__text {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
  max-width: 385px;
  margin-bottom: 31px;
}
@media (max-width: 769px) {
  .guarant__text {
    font-family: "mont-regular";
    font-size: 15px;
    line-height: 1.6;
    max-width: none;
  }
}
.guarant__text-mobile {
  display: none;
}
@media (max-width: 769px) {
  .guarant__text-mobile {
    display: block;
  }
}
@media (max-width: 769px) {
  .guarant__img {
    width: 119%;
  }
}

@media (max-width: 769px) {
  .text-2 {
    display: none;
  }
}

.position-16 {
  top: -70%;
  left: 27%;
  z-index: 0;
}
@media (max-width: 769px) {
  .position-16 {
    top: -8%;
    left: -7%;
  }
}

.request {
  background: url(/img/request-fon.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .request {
    background: none;
    background-color: #000632;
    display: none;
  }
}
.request__mobile {
  display: block;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .request__mobile {
    display: none;
  }
}
.request__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 40px;
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .request__wrap {
    margin-left: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .request__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .request__img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .request__img {
    display: none;
  }
}
.request__mobile-img {
  display: none;
}
@media (max-width: 900px) {
  .request__mobile-img {
    display: block;
  }
}
.request__text-block {
  position: relative;
  z-index: 11;
  margin: 102px 135px 0px 0px;
}
@media (max-width: 1200px) {
  .request__text-block {
    margin: 100px 0px 0px;
  }
}
@media (max-width: 900px) {
  .request__text-block {
    margin: 82vw 0 0;
    text-align: center;
  }
}
.request__title {
  font-size: 40px;
  font-family: "mont-heavy";
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  .request__title {
    font-size: 40px;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .request__title {
    font-size: 32px;
  }
}
.request__text {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
  max-width: 375px;
  margin-bottom: 43px;
}
@media (max-width: 900px) {
  .request__text {
    font-size: 18px;
    font-family: "mont-regular";
    max-width: 505px;
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .request__text {
    font-size: 15px;
    max-width: 290px;
    line-height: 1.7;
  }
}
@media (max-width: 900px) {
  .request__form {
    display: none;
  }
}
.request__input {
  display: block;
  text-align: center;
  width: 280px;
  height: 67px;
  font-size: 16px;
  color: #7b7b7b;
  background-color: #191b44;
  border: 1px solid #3b3b3b;
  border-radius: 32px;
  margin-right: -32px;
  margin-bottom: 18px;
}
.request__btn {
  width: 280px;
  height: 67px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 18px;
}
.request__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
@media (max-width: 900px) {
  .request__btn {
    margin-top: 30px;
  }
}
@media (max-width: 460px) {
  .request__btn {
    margin-top: 18px;
    margin-bottom: 35px;
    width: 300px;
    height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .request__btn span {
    margin-right: 85px;
  }
}
.request__btn-mobile {
  display: none;
}
@media (max-width: 900px) {
  .request__btn-mobile {
    display: inline-block;
  }
}

.position-17 {
  top: 20%;
  right: -13%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-17 {
    display: none;
  }
}

.position-24 {
  width: 86%;
  top: -7%;
  right: 6%;
  z-index: 1;
}

.position-25 {
  width: 106%;
  top: -6%;
  right: -3%;
  z-index: 0;
}

.buy {
  background-color: #181b40;
}
@media (max-width: 1200px) {
  .buy {
    background-color: #000632;
    display: none;
  }
}
.buy__block:hover .buy__img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.buy__mobile {
  display: block;
}
@media (min-width: 1200px) {
  .buy__mobile {
    display: none;
  }
}
.buy__wrap {
  min-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-top: 128px;
}
@media (max-width: 1200px) {
  .buy__wrap {
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  .buy__wrap {
    min-width: 700px;
  }
}
@media (max-width: 769px) {
  .buy__wrap {
    min-width: 0;
    padding-top: 5px;
  }
}
.buy__title {
  font-size: 40px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  line-height: 1.167;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .buy__title {
    font-size: 32px;
  }
}
@media (max-width: 769px) {
  .buy__title-none {
    display: none;
  }
}
.buy__title-mobile {
  display: none;
}
@media (max-width: 769px) {
  .buy__title-mobile {
    display: block;
  }
}
.buy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buy__text {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
  margin-top: -40px;
  margin-bottom: 5px;
}
.buy__text-2 {
  font-size: 16px;
  line-height: 1.5;
  min-height: 167px;
  margin: 0px 41px;
}
@media (max-width: 769px) {
  .buy__text-2 {
    max-width: 300px;
    min-height: 0;
    margin: 0 auto;
  }
}
.buy__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.buy__btn {
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  width: 174px;
  height: 61px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 18px;
}
.buy__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
@media (max-width: 769px) {
  .buy__btn {
    display: none;
  }
}
.buy__arrow {
  display: none;
}
@media (max-width: 980px) {
  .buy__arrow {
    display: block;
  }
}
.buy__arrow-next {
  top: 30%;
}
.buy__arrow-prev {
  top: 30%;
}

.table {
  position: relative;
  background: url(/img/table-fon.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  .table {
    display: none;
  }
}
.table__img-question {
  animation: move-up 5s infinite;
  -webkit-animation: move-up 5s infinite;
}
.table__wrap {
  position: relative;
  width: 1055px;
  margin: 0 auto;
  text-align: center;
  padding-top: 257px;
  padding-bottom: 140px;
}
.table__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 120px;
}
.table__wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-left: 74px;
}
.table__title {
  text-align: left;
  font-size: 40px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  line-height: 1.167;
  margin-bottom: 31px;
}
.table__text-2 {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding-left: 30px;
}
.table__btn {
  display: inline-block;
  text-align: center;
  padding-top: 18px;
  width: 280px;
  height: 70px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 53px;
}
.table__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
.table__box {
  display: table;
  width: 1055px;
  border: 1px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  -webkit-box-shadow: 5px 40px 50px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 40px 50px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 90px;
}
.table__row {
  display: table-row;
}
.table__cell {
  vertical-align: middle;
  display: table-cell;
  width: 260px;
  height: 90px;
  border: 1px solid #181b40;
}
.table__text {
  background-color: #181b40;
  height: 92px;
  padding-left: 28px;
  margin-bottom: -45px;
  margin-left: -28px;
  font-size: 14px;
  line-height: 22px;
}
.table__text-3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-family: "mont-regular";
}
.table__position {
  position: absolute;
  bottom: -122px;
  z-index: 1;
}
.table__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 865px;
  position: relative;
  background: #32337f;
  background-clip: padding-box;
  border: solid 4px transparent;
  border-radius: 15px;
  margin-left: 148px;
  padding: 40px 0px;
}
.table__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ec44ba), to(#2e62f9));
  background: linear-gradient(to right, #ec44ba, #2e62f9);
}
.table__block-wrap {
  width: 600px;
  text-align: left;
  margin-left: 125px;
}
.table__text-4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 34px;
}
.table__text-5 {
  font-size: 20px;
  font-family: "mont-bold";
  text-transform: uppercase;
}

.col-1 {
  text-align: left;
  padding-left: 28px;
}

.br {
  border: 1px solid #181b40;
  border-radius: 18px 18px 0px 0px;
  overflow: hidden;
  height: 130px;
  text-transform: uppercase;
  font-family: "mont-bold";
}

.bg-1 {
  background-color: #202458;
}

.bg-2 {
  background-color: #242862;
}

.bg-3 {
  background-color: #292d6f;
}

.bg-4 {
  background-color: #303583;
  font-size: 17px;
  line-height: 26px;
}

.bg-5 {
  background-color: #3d3c96;
}

.bg-6 {
  background-color: #4a47b4;
}

.bg-7 {
  background-color: #625ceb;
  font-size: 17px;
  line-height: 24px;
}

.position-18 {
  top: -167%;
  left: 1%;
  z-index: 0;
}

.position-19 {
  top: 2%;
  left: -17%;
  z-index: 0;
}

@keyframes move-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.save {
  background: url(/img/save-fon.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}
@media (max-width: 1200px) {
  .save {
    padding-bottom: 0;
    background: none;
    background-color: #000632;
  }
}
.save__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 305px 0px 222px;
  position: relative;
}
@media (max-width: 1200px) {
  .save__wrap {
    padding: 50vw 0 5vw;
  }
}
@media (max-width: 769px) {
  .save__wrap {
    padding: 400px 0 40px;
  }
}
@media (max-width: 505px) {
  .save__wrap {
    padding-top: 330px;
  }
}
.save__title {
  text-align: left;
  font-size: 40px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1200px) {
  .save__title {
    text-align: center;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .save__title {
    font-size: 32px;
  }
}
.save__text {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  max-width: 395px;
}
@media (max-width: 1200px) {
  .save__text {
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .save__text {
    font-size: 15px;
    line-height: 1.6;
  }
}

.position-20 {
  top: 3%;
  left: -10%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-20 {
    width: 800px;
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
}
@media (max-width: 505px) {
  .position-20 {
    width: 500px;
    top: -30px;
  }
}

.position-21 {
  top: 21%;
  right: 3%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .position-21 {
    width: 50%;
    top: 14%;
    left: 25%;
  }
}
@media (max-width: 769px) {
  .position-21 {
    width: 97%;
    top: 6%;
    left: 1%;
  }
}
@media (max-width: 505px) {
  .position-21 {
    width: 450px;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.position-22 {
  top: -4%;
  right: -22%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-22 {
    width: 100%;
    top: -9%;
    left: 0%;
  }
}
@media (max-width: 769px) {
  .position-22 {
    width: 195%;
    top: -17%;
    left: -48%;
  }
}
@media (max-width: 505px) {
  .position-22 {
    width: 800px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.reviews {
  background: url(/img/reviews-fon-1.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0px;
}
@media (max-width: 1200px) {
  .reviews {
    background: none;
    background-color: #000632;
  }
}
@media (max-width: 769px) {
  .reviews {
    padding: 30px 0 0;
    margin: -10px;
  }
}
.reviews__title {
  max-width: 200px;
  margin: 0 auto;
  font-size: 40px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  line-height: 1.167;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .reviews__title {
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .reviews__title {
    font-size: 32px;
    text-align: center;
  }
}
.reviews__wrap {
  position: relative;
}
@media (max-width: 1200px) {
  .reviews__wrap {
    padding-bottom: 50px;
  }
}
.reviews__items {
  margin: 0px 15px 70px;
  width: 570px;
  min-height: 425px;
  background-color: rgba(20, 55, 119, 0.5);
  border: 1px solid #313a95;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 5px 35px 20px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 35px 20px -15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .reviews__items {
    width: 94vw;
    min-height: 470px;
    padding: 30px 20px;
    -webkit-box-shadow: 5px 25px 10px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 25px 10px -15px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1200px) {
  .reviews__items {
    margin: 0 auto;
  }
}
.reviews__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.reviews__block {
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 769px) {
  .reviews__block {
    margin-left: 25px;
  }
}
.reviews__name {
  font-size: 16px;
  font-family: "mont-bold";
  margin-bottom: 10px;
}
.reviews__status {
  font-size: 14px;
}
.reviews__star {
  margin-left: -4px;
  margin-bottom: 27px;
}
@media (max-width: 769px) {
  .reviews__star {
    margin-bottom: 15px;
  }
}
.reviews__img {
  width: 28px;
}
.reviews__date {
  display: inline-block;
  padding-top: 5px;
  margin-left: 8px;
}
.reviews__text {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 769px) {
  .reviews__text {
    font-size: 14px;
  }
}
.reviews__arrow-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.reviews__arrow-img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 769px) {
  .reviews__arrow-img {
    display: none;
  }
}
.reviews__arrow-mobile {
  display: none;
}
@media (max-width: 769px) {
  .reviews__arrow-mobile {
    display: block;
  }
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.reviews__arrow-prev {
  width: 20px;
  top: 100%;
  left: 1.8%;
}
@media (max-width: 769px) {
  .reviews__arrow-prev {
    left: 5%;
  }
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.reviews__arrow-next {
  width: 20px;
  top: 100%;
  right: 1.8%;
}
@media (max-width: 769px) {
  .reviews__arrow-next {
    right: 5%;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #7f84dd;
  opacity: 1;
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 18px -12px;
}

.swiper-pagination-bullet-active {
  background-color: #7f84dd;
}

.faq {
  background: url(/img/know-fon.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .faq {
    background: none;
    background-color: #000632;
  }
}
.faq__wrap {
  max-width: 830px;
  margin: 0 auto;
  padding: 142px 0;
}
@media (max-width: 1200px) {
  .faq__wrap {
    padding: 60px 0 0;
  }
}
@media (max-width: 769px) {
  .faq__wrap {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.faq__title {
  text-align: center;
  font-size: 40px;
  font-family: "mont-heavy";
  text-transform: uppercase;
  margin-bottom: 67px;
}
@media (max-width: 1200px) {
  .faq__title {
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .faq__title {
    font-size: 32px;
    line-height: 1.3;
  }
}
.faq__item {
  min-width: 830px;
  min-height: 140px;
  background-color: #262a67;
  border-radius: 15px;
  margin-bottom: 45px;
  padding-top: 7%;
}
@media (max-width: 1200px) {
  .faq__item {
    min-width: 0;
  }
}
@media (max-width: 769px) {
  .faq__item {
    display: block;
    padding-top: calc(5% + 25px);
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .faq__item-none {
    display: none;
  }
}
.faq__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq__head {
  font-size: 20px;
  max-width: 670px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .faq__head {
    max-width: 72vw;
    font-size: 18px;
  }
}
.faq__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#3f55fb), to(#1328c5));
  background: linear-gradient(0deg, #3f55fb, #1328c5);
  border-radius: 50%;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .faq__arrow {
    margin-left: 20px;
  }
}
.faq__text {
  max-width: 665px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 55px;
  display: none;
}
@media (max-width: 769px) {
  .faq__text {
    font-size: 14px;
    margin-left: 70px;
    margin-right: 50px;
    padding-bottom: 30px;
  }
}

.circle {
  position: relative;
}

.circle::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  background: url(/img/icon-circle.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.open {
  display: block;
}

.calc {
  background: url(/img/calc-fon.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 1200px) {
  .calc {
    background: none;
    background-color: #000632;
  }
}
.calc__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 37px;
  margin-left: 24px;
  margin-bottom: 194px;
}
@media (max-width: 1200px) {
  .calc__wrap {
    margin-left: 0;
    margin-bottom: 44px;
    display: block;
    padding-top: 550px;
  }
}
@media (max-width: 769px) {
  .calc__wrap {
    padding-top: 390px;
  }
}
@media (max-width: 1200px) {
  .calc__img {
    width: 100%;
  }
}
.calc__text-block {
  margin: 102px 42px 0px 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1200px) {
  .calc__text-block {
    text-align: center;
    margin: 0;
  }
}
.calc__title {
  font-size: 40px;
  font-family: "mont-heavy";
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  z-index: 11;
}
@media (max-width: 769px) {
  .calc__title {
    font-size: 32px;
  }
}
.calc__text {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
  max-width: 375px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .calc__text {
    margin: 0 auto;
    padding: 0 60px 15px;
    width: 100%;
    max-width: 100%;
  }
}
.calc__input {
  display: block;
  text-align: center;
  width: 280px;
  height: 67px;
  font-size: 16px;
  color: #7b7b7b;
  background-color: #191b44;
  border: 1px solid #3b3b3b;
  border-radius: 32px;
  margin-right: -32px;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .calc__input {
    margin: 0 auto;
  }
}
.calc__btn {
  width: 280px;
  height: 67px;
  font-family: "mont-heavy";
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#162bca), to(#4258ff));
  background: linear-gradient(0deg, #162bca, #4258ff);
  border-radius: 32px;
  margin-bottom: 18px;
}
.calc__btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#4258ff), to(#162bca));
  background: linear-gradient(0deg, #4258ff, #162bca);
}
@media (max-width: 1200px) {
  .calc__btn {
    margin-top: 19px;
  }
}
.calc__seo {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .calc__seo {
    margin-left: 0;
    text-align: center;
  }
}
.calc__seo-title {
  font-size: 40px;
  font-family: "mont-heavy";
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .calc__seo-title {
    font-size: 32px;
  }
}
.calc__seo-text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .calc__seo-text {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .calc__seo-mobile {
    display: none;
  }
}

.position-23 {
  top: -25%;
  left: -21%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-23 {
    width: 925px;
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .position-23 {
    width: 656px;
    top: -135px;
  }
}

.footer {
  background-color: #101335;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 77px;
  padding-bottom: 60px;
}
@media (max-width: 1040px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 20px;
  }
}
@media (max-width: 535px) {
  .footer__wrap {
    padding: 40px 0 10px;
  }
}
@media (max-width: 1040px) {
  .footer__block {
    width: 65%;
    padding-right: 30px;
  }
}
@media (max-width: 535px) {
  .footer__block {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1040px) {
  .footer__block-logo {
    width: 30%;
  }
}
@media (max-width: 535px) {
  .footer__block-logo {
    width: 100%;
  }
}
.footer__categories {
  width: 175px;
}
@media (max-width: 1040px) {
  .footer__categories {
    width: 70%;
    margin-bottom: 40px;
  }
}
@media (max-width: 535px) {
  .footer__categories {
    width: 100%;
    margin: 20px 0;
  }
  .footer__categories .footer__list li {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .footer__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__list li {
    width: 50%;
  }
}
.footer__head {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__img {
  margin-left: 25px;
  margin-right: 45px;
}
@media (max-width: 769px) {
  .footer__img {
    display: none;
  }
}
.footer__logo-mobile {
  display: none;
}
@media (max-width: 769px) {
  .footer__logo-mobile {
    display: block;
    width: 50%;
    margin: auto;
  }
}
.footer__block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1040px) {
  .footer__block-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .footer__block-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__item {
  margin-bottom: 15px;
}
.footer__link {
  color: #fff;
  letter-spacing: 0.5px;
}
.footer__link:hover {
  color: #ff33cc;
}
.footer__text-wrap {
  margin-bottom: 40px;
}
.footer__text {
  display: block;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.footer a.footer__text:hover {
  color: #ff33cc;
}
.footer__contacts {
  margin-left: 100px;
  margin-right: 60px;
}
@media (max-width: 1040px) {
  .footer__contacts {
    margin: 0;
    width: 35%;
  }
}
@media (max-width: 535px) {
  .footer__contacts {
    width: 100%;
    text-align: center;
  }
}
.footer__icon {
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.8;
}
.footer__icon:hover {
  opacity: 1;
}
.footer__copyright {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1040px) {
  .footer__copyright {
    padding-bottom: 60px;
  }
}
@media (max-width: 535px) {
  .footer__copyright {
    padding: 40px;
  }
}
.footer__copyright-text {
  font-size: 14px;
  margin-bottom: 13px;
}
.footer__copyright-link {
  color: #fff;
  text-decoration: underline;
}
.footer__copyright-link:hover {
  color: #ff33cc;
}

.about {
  background-color: #0d133b;
  padding: 90px 0 93px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .about {
    padding: 70px 0 40px;
  }
}
.about__wrap {
  position: relative;
}
.about__title-wrap {
  text-align: center;
  margin-bottom: 167px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1200px) {
  .about__title-wrap {
    margin-bottom: 700px;
  }
}
.about__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  margin-bottom: 18px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .about__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.about__sub-title {
  font-size: 20px;
}
@media (max-width: 769px) {
  .about__sub-title {
    font-size: 15px;
  }
}
.about__target {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  margin-bottom: 7px;
}
@media (max-width: 769px) {
  .about__target {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.about__head {
  font-size: 30px;
  font-family: "mont-bold";
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.about__text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media (max-width: 769px) {
  .about__text {
    font-size: 14px;
  }
}
.about__text-wrap {
  max-width: 438px;
  margin-bottom: 140px;
  margin-left: 12px;
}
@media (max-width: 1200px) {
  .about__text-wrap {
    text-align: center;
    max-width: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 769px) {
  .about__text-wrap {
    text-align: center;
    max-width: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.position-circle {
  top: 19%;
  right: -23%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-circle {
    width: 1300px;
    top: 130px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 697px) {
  .position-circle {
    top: 180px;
  }
}

.position-cup {
  top: 36%;
  right: 5%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-cup {
    width: 350px;
    top: 220px;
    left: 50%;
    margin-left: -120px;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 697px) {
  .position-cup {
    top: 260px;
  }
}

.position-star {
  top: 29%;
  right: 11%;
  z-index: 0;
}
@media (max-width: 1200px) {
  .position-star {
    width: 400px;
    top: 180px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 697px) {
  .position-star {
    top: 250px;
  }
}

.team {
  padding-top: 109px;
}
@media (max-width: 769px) {
  .team {
    padding: 60px 0 20px;
  }
}
.team__title-wrap {
  text-align: center;
}
@media (max-width: 769px) {
  .team__title-wrap {
    margin-bottom: 25px;
  }
}
.team__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  margin-bottom: 9px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .team__title {
    font-size: 32px;
  }
}
.team__sub-title {
  font-size: 20px;
  margin-bottom: 57px;
}
@media (max-width: 769px) {
  .team__sub-title {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
.team__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 15px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}
@media (max-width: 1200px) {
  .team__wrap {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .team__wrap {
    margin-bottom: 0px;
    padding: 0px 10px 50px;
  }
}
.team__box {
  max-width: 370px;
  background: url(/img/background-box.png);
  padding: 48px 25px 62px;
  margin-bottom: 155px;
}
@media (max-width: 1200px) {
  .team__box {
    margin: 0px 15px 20px;
  }
}
@media (max-width: 769px) {
  .team__box {
    background: none;
    margin: 0;
    padding: 30px 0px 5px;
  }
}
.team__box:hover .team__img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team__img-wrap {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 769px) {
  .team__img-wrap {
    margin-bottom: 20px;
  }
}
.team__img {
  display: block;
  margin: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__head {
  display: block;
  font-size: 22px;
  font-family: "mont-bold";
  margin-top: 19px;
  margin-bottom: 13px;
}
.team__text {
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media (max-width: 769px) {
  .team__text {
    line-height: 1.8;
  }
}
.team__block {
  margin: 0px 55px 100px;
}
.team__block:hover .team__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .team__block {
    margin: 0 20px 20px;
  }
}
.team__position {
  display: inline-block;
  max-width: 205px;
  font-size: 15px;
  line-height: 1.6;
}
.team__slider {
  display: none;
}
@media (max-width: 769px) {
  .team__slider {
    display: block;
  }
}
.team__mobile {
  text-align: center;
}
@media (max-width: 769px) {
  .team__mobile {
    display: none;
  }
}
.team__arrow-prev {
  top: 30%;
}
.team__arrow-next {
  top: 30%;
}

.team .swiper-slide {
  text-align: center;
}

.office {
  padding: 20px 0px 200px;
  position: relative;
}
@media (max-width: 769px) {
  .office {
    padding: 50px 0 108px;
  }
}
.office__title-wrap {
  text-align: center;
}
.office__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  margin-bottom: 45px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .office__title {
    font-size: 32px;
    margin-bottom: 22px;
  }
}
.office__img {
  width: 100%;
}
@media (max-width: 769px) {
  .office__img {
    width: 140%;
  }
}
.office__arrow-prev,
.office__arrow-next {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.office__arrow-prev:hover,
.office__arrow-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.office__arrow-prev {
  top: 85%;
  left: 19%;
}
@media (max-width: 769px) {
  .office__arrow-prev {
    left: 10%;
  }
}
.office__arrow-next {
  top: 85%;
  right: 20%;
}
@media (max-width: 769px) {
  .office__arrow-next {
    right: 10%;
  }
}
@media (max-width: 769px) {
  .office__pagination {
    display: none;
  }
}

.office__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15%;
}

.contacts {
  margin-bottom: 263px;
  position: relative;
  padding-top: 90px;
  background-color: #0d133b;
}
@media (max-width: 1200px) {
  .contacts {
    margin-bottom: 50px;
    padding-top: 70px;
  }
}
@media (max-width: 769px) {
  .contacts {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.contacts__title-wrap {
  text-align: center;
}
.contacts__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  line-height: 1.4;
}
@media (max-width: 769px) {
  .contacts__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.contacts__sub-title {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .contacts__sub-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .contacts__map {
    height: 415px;
  }
}
.contacts__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 1200px;
  position: absolute;
  bottom: -19%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .contacts__box-wrap {
    position: static;
    background: none;
    min-width: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 769px) {
  .contacts__box-wrap {
    display: block;
  }
}
.contacts__box {
  background: url(/img/background-back-office.png);
  min-width: 370px;
  height: 300px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .contacts__box {
    background: none;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    min-width: 0;
  }
}
@media (max-width: 769px) {
  .contacts__box {
    background: none;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 15px;
    min-width: 0;
    height: 260px;
  }
}
.contacts__box:hover {
  top: -6px;
}
.contacts__head {
  font-size: 16px;
  font-family: "mont-bold";
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .contacts__head {
    font-size: 16px;
  }
}
.contacts__text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 769px) {
  .contacts__text {
    font-size: 16px;
  }
}
.contacts a.contacts__text:hover {
  color: #ff33cc;
}
.contacts__icon {
  margin-right: 15px;
  opacity: 0.8;
}
.contacts__icon:hover {
  opacity: 1;
}

.back-office {
  padding-bottom: 70px;
}
@media (max-width: 769px) {
  .back-office {
    display: none;
  }
}
.back-office__title-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.back-office__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  line-height: 1.4;
}
@media (max-width: 769px) {
  .back-office__title {
    font-size: 6vw;
    text-transform: none;
    font-family: "mont-bold";
    line-height: 1.4;
  }
}
.back-office__contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 85px;
}
.back-office__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 425px;
  margin-bottom: 60px;
}
.back-office__img {
  margin-right: 15px;
}
.back-office__head {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "mont-bold";
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.back-office__link {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #fff;
}
.back-office__link:hover {
  color: #ff33cc;
}

.vacancy {
  background-color: #0d133b;
}
.vacancy__wrap {
  padding: 133px 20px 330px;
  margin-bottom: 940px;
  position: relative;
}
@media (max-width: 1200px) {
  .vacancy__wrap {
    margin-bottom: 0;
    padding: 0;
  }
}
.vacancy__text-wrap {
  max-width: 415px;
}
@media (max-width: 1200px) {
  .vacancy__text-wrap {
    height: 860px;
    text-align: center;
    padding-top: 20px;
    max-width: none;
    margin-bottom: 30vw;
  }
}
@media (max-width: 400px) {
  .vacancy__text-wrap {
    margin-bottom: 0vw;
  }
}
.vacancy__title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "mont-heavy";
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .vacancy__title {
    font-size: 6vw;
    text-transform: none;
    font-family: "mont-bold";
    line-height: 1.4;
    margin-bottom: 72vw;
  }
}
@media (max-width: 769px) {
  .vacancy__title {
    margin-bottom: 95vw;
  }
}
.vacancy__text {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
  margin-left: 1px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .vacancy__text {
    padding: 0 15px 30px;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.vacancy__icon-wrap {
  width: 92px;
}
@media (max-width: 769px) {
  .vacancy__icon-wrap {
    position: absolute;
    left: 10%;
  }
}
@media (max-width: 769px) {
  .vacancy__icon {
    width: 50%;
  }
}
.vacancy__box-wrap {
  position: absolute;
  min-width: 1200px;
  top: 86%;
}
@media (max-width: 1200px) {
  .vacancy__box-wrap {
    position: static;
    min-width: 0;
    background-color: #1e235c;
    margin: 0px -10px;
    padding-top: 30px;
  }
}
@media (max-width: 769px) {
  .vacancy__box-wrap {
    position: static;
    min-width: 0;
    background-color: #1e235c;
    margin: 0px -10px;
  }
}
.vacancy__box {
  max-width: 830px;
  background: url(/img/background-vacancy.png) no-repeat;
  background-color: #22286b;
  margin: 0 auto;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 94px 70px 90px;
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  .vacancy__box {
    max-width: none;
    background: none;
    border-bottom: 1px solid #000632;
    padding: 50px 25px;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
  }
}
.vacancy__text-2 {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0px;
  margin-left: 109px;
  margin-bottom: 4px;
}
@media (max-width: 769px) {
  .vacancy__text-2 {
    font-size: 14px;
    margin-left: 0px;
  }
}
.vacancy__head {
  font-size: 22px;
  font-family: "mont-bold";
  line-height: 1.6;
  letter-spacing: 0px;
  margin-left: 109px;
  margin-bottom: 7px;
}
@media (max-width: 769px) {
  .vacancy__head {
    font-size: 18px;
    margin-left: 75px;
    margin-bottom: 35px;
    padding-left: 5vw;
  }
}

.position-circle-2 {
  top: 3%;
  right: -23.5%;
}
@media (max-width: 1200px) {
  .position-circle-2 {
    width: 130%;
    top: 3%;
    right: -15%;
  }
}
@media (max-width: 769px) {
  .position-circle-2 {
    width: 180%;
    top: 1%;
    right: -40%;
  }
}

.position-men {
  top: 10%;
  right: 11%;
}
@media (max-width: 1200px) {
  .position-men {
    width: 42%;
    top: 9%;
    right: 28%;
  }
}
@media (max-width: 769px) {
  .position-men {
    width: 66%;
    top: 4%;
    right: 15%;
  }
}

.position-a {
  top: 20%;
  right: 12%;
}
@media (max-width: 1200px) {
  .position-a {
    width: 50%;
    top: 14%;
    right: 28%;
  }
}
@media (max-width: 769px) {
  .position-a {
    width: 75%;
    top: 7%;
    right: 15%;
  }
}

.start {
  width: auto;
}

.hero__img.position-6 {
  pointer-events: none;
}

.sell--form {
  background: none;
}
@media (max-width: 1200px) {
  .sell--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
  .sell--form .container {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sell--form .sell__wrap,
.sell--form .sell__text-block {
  width: 100%;
  max-width: 100%;
}
.sell--form .sell__block {
  margin: 0;
  width: calc(100% - 550px);
  max-width: 100%;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .sell--form .sell__block {
    width: 100%;
    padding: 0;
  }
}
.sell--form .sell__block-info {
  width: 550px;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .sell--form .sell__block-info {
    display: none;
  }
}
.sell--form .sell__img-block {
  width: 100%;
  height: 550px;
  position: relative;
}
.sell--form .sell__circle--form {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.sell--form .sell__img-note {
  width: 410px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 5;
}
.sell--form .sell__img-note img {
  width: 100%;
  height: auto;
}
.sell--form .sell__img-note.active {
  display: block;
}
.sell--form .sell__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.sell--form .sell__number {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  background: #080918;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (max-width: 575px) {
  .sell--form .sell__number {
    width: 55px;
    height: 55px;
    padding-top: 6px;
  }
}
.sell--form .sell__text-1 {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 16px;
}
@media (max-width: 575px) {
  .sell--form .sell__text-1 {
    padding-left: 10px;
  }
}

.info-block {
  width: 380px;
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
}

.accordion__head {
  position: relative;
  padding: 30px 20px 30px 0;
  border-bottom: 1px solid #bfb3e3;
}
.accordion__head:after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: calc(50% - 4px);
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 66% 66%;
  transform-origin: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.accordion__head.active {
  border-bottom-color: transparent;
}
.accordion__head.active .sell__number {
  border: solid 1px transparent;
}
.accordion__head.active .sell__number:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#ec44ba), to(#2e62f9));
  background: linear-gradient(to right, #ec44ba, #2e62f9);
}
.accordion__head.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #f3c;
}
.accordion__body {
  display: none;
}
.accordion__content {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #bfb3e3;
}
.accordion__content h3 {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
  margin-bottom: 30px;
}
.accordion__content p {
  line-height: 130%; /* 20.8px */
}
.accordion__content p:not(:last-child) {
  margin-bottom: 20px;
}
.accordion__content ul.price {
  padding: 0;
  margin: 0 0 30px;
}
.accordion__content ul.price li {
  list-style: none;
}
.accordion__content ul.price li:nth-child(1) {
  font-size: 20px;
  font-family: "mont-bold";
  line-height: 1.5;
}
.accordion__content ul.price li:nth-child(2) {
  font-family: "mont-bold";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 104.157%; /* 43.746px */
  letter-spacing: 0.84px;
}

@media (max-width: 900px) {
  .request__form--mod {
    display: block;
  }
}
.request__form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .request__form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.request__form-group input {
  width: calc(50% - 10px);
  height: 55px;
  margin: 0 0 20px;
  color: #fff;
  background: #000;
  border: 1px solid #bfb3e3;
}
.request__form-group input:hover,
.request__form-group input:active,
.request__form-group input:focus {
  border-color: #bfb3e3;
}
@media (max-width: 1200px) {
  .request__form-group input {
    background-color: #1e235c;
  }
}
@media (max-width: 575px) {
  .request__form-group input {
    width: 100%;
  }
}
.request__form-btn {
  margin: 10px 0 20px;
  text-align: center;
}

.select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.157%;
}

.select__item {
  margin-bottom: 20px;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: rgba(139, 207, 236, 0.15);
  color: #fff;
}

.select2-results__option {
  padding: 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #000;
  border: 1px solid #bfb3e3;
  border-radius: 32px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .select2-container--default .select2-selection--single {
    background-color: #1e235c;
  }
}

.mt-50 {
  margin-top: 50px;
}

.info-block__data {
  margin: 35px 0 39px;
}
.info-block__data ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.157%; /* 21.873px */
}
.info-block__data ul li {
  position: relative;
  padding: 10px 0 10px 26px;
  margin-bottom: 0;
  margin-right: 10px;
}
.info-block__data ul li:last-child {
  margin-right: 0;
}
.info-block__data ul li:last-child:before {
  display: none;
}
.info-block__data ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.info-block__text p {
  line-height: 104.157%; /* 21.873px */
}

button.clear {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.157%; /* 21.873px */
  background: -webkit-gradient(linear, left top, left bottom, from(#4258fe), to(#162bca));
  background: linear-gradient(180deg, #4258fe 0%, #162bca 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid transparent;
}
button.clear:hover {
  border-bottom-color: #162bca;
}

.scale {
  width: 100%;
  height: 11px;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scale__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  border-radius: 12px;
  background: var(--alter, linear-gradient(90deg, #515ef7 0%, #ed37d0 79.85%));
}

.tooltip {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.tooltip:hover .tooltip__svg path {
  stroke: #ed37d0 !important;
}

.tooltip--inline {
  margin-left: 10px;
  display: inline-block;
}

.tooltip__icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.tooltip__text {
  position: absolute;
  left: 0;
  top: 5px;
  height: auto;
  padding: 12px;
  border-radius: 8px;
  z-index: 100;
  background-color: rgba(26, 30, 28, 0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tooltip__text--info-right {
  width: 180px;
  text-align: left;
}

.tooltip__icon:hover + .tooltip__text {
  top: 30px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Old style */
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  display: block;
  text-align: center;
  height: 55px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border: 1px solid #3b3b3b;
  border-radius: 32px;
  white-space: pre-wrap;
  padding: 0 10px;
}

.select2-container .select2-selection--single {
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  border: solid 1px #d2d7e0;
  border-radius: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.3;
  white-space: pre-wrap;
  font-size: 16px;
  padding: 0 20px;
}

span.select2.select2-container.select2-container--default .select2-selection__rendered {
  color: #7b7b7b;
}

span.select2.select2-container.select2-container--default.select2-container--above .select2-selection__rendered,
span.select2.select2-container.select2-container--default.select2-container--below .select2-selection__rendered {
  color: #fff;
}

span.select2.select2-container.select2-container--default,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--open .select2-dropdown {
  padding: 5px;
}

span.select2.select2-container.select2-container--focus + span.form__select-arrow .form__select-svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

span.select2.select2-container.select2-container--open + span.form__select-arrow .form__select-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select2-results__option.select2-results__option--selectable {
  font-size: 16px;
  line-height: 1.3;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(139, 207, 236, 0.15);
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(139, 207, 236, 0.25);
  color: #fff;
}

span.select2-dropdown {
  padding: 5px;
  background-color: #00008b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 12px;
}

.select2-results__options {
  padding: 0 5px 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8px;
  width: 8px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 1px 4px 0 4px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  width: 8px;
  height: 8px;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #7b7b7b;
  border-bottom: 2px solid #7b7b7b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.start-end {
  width: auto;
}

.header__list {
  font-size: 18px;
}

.header__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 10px;
}

.dropdown:hover .header__dropdown-menu {
  display: block;
}

.dropdown > .header__link::after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
  margin-top: -8px;
  transform: rotate(-45deg);
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transition: all 0.2s ease 0s;
}

.dropdown:hover > .header__link::after {
  transform: rotate(135deg);
  margin-top: -2px;
  border-color: #ff33cc;
}

.header__dropdown-item:hover {
  color: #ff33cc;
}
