@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat") format("svg");
}

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

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat") format("svg");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

body {
  font: 400 20px/150.5% Montserrat, Helvetica, Arial, sans-serif;
  background: #ffffff;
  min-width: 340px;
  color: #535353;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
}

a {
  color: #333333;
  text-decoration: none;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1 {
  font-weight: bold;
  font-size: 56px;
  line-height: 130.9%;
}

h1 span {
  color: #5A86FC;
}

h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 130.9%;
  color: #1B1B1B;
}

h2.white {
  color: #fff;
}

h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 130.9%;
  color: #1B1B1B;
}

h3.white {
  color: #fff;
}


h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #1B1B1B;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 10px;
  width: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.form {
  max-width: 380px;
  position: relative;
}

.form__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.form__subtitle {
  margin-bottom: 40px;
}

.form .input {
  background: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-bottom: 1px solid #535353;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

.form .input__label {
  font-weight: 600;
  color: #535353;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.form__btn {
  width: 100%;
}

.form .btn {
  margin-top: 46px;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 20px 30px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 9px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #F8F8F8;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btn svg {
  margin-left: 10px;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.header {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 100;
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  display: block;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  /*margin-right: 45px;*/
}

.header__menu li {
  margin-left: 48px;
  position: relative;
}

.header__menu li:hover .sub-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.header__menu a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease;
}

.header__menu a:hover,
.header__lang a:hover {
  color: #5A86FC;
}

.header__lang {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
}

.header__lang li {
  margin-left: 0;
  font-size: 16px;
}

.header__lang-current {
  color: #5A86FC !important;
}

.header__burger {
  display: none;
}

.header .sub-menu {
  transform: translateY(-20px);
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: -20px;
  width: 230px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ffffff;
  background: #000000;
}

.header .sub-menu li {
  margin-left: 0;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
}

.header .sub-menu li a {
  font-size: 14px;
  line-height: 120%;
}

.header__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  border-radius: 231px;
  font-weight: 500;
  font-size: 14px;
  color: #F8F8F8;
  border: 3px solid #FF8A00;
  transition: all 0.4s;
}

.header__btn span {
  margin-right: 10px;
}

.header__btn:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.heading {
  padding-top: 185px;
  padding-bottom: 100px;
  background: 50% 0 no-repeat;
  background-size: cover;
  color: #F8F8F8;
  position: relative;
  min-height: 100vh;
}

.heading__content {
  max-width: 940px;
  margin: 0 auto;
}

.heading__title {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.heading__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.heading__item {
  width: 285px;
}

.heading__item-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
}

.heading__item p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.heading__item b {
  font-weight: 700;
  color: #5A86FC;
}

.heading__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 21px 80px;
  width: fit-content;
}

.heading__btn span:nth-child(2) {
  display: none;
}

.heading__btn svg {
  margin-left: 10px;
}

.bg__center {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.request {
  padding: 90px 0 120px;
}

.request__title {
  max-width: 800px;
  margin-bottom: 40px;
}

.request__wrap {
  display: flex;
  justify-content: space-between;
}

.request__text {
  margin-bottom: 30px;
  max-width: 505px;
  font-weight: 600;
  font-size: 24px;
  color: #1B1B1B;
}

.request__list {
  max-width: 460px;
}

.request__item {
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
}

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

.request__item-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.request__item b {
  font-weight: 600;
}

.request__form {
  position: relative;
}

.request__form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  height: calc(100% + 120px);
  transform: translateY(-50%);
  width: 100vh;
  background: #373737;

}
.request .form {
  width: 360px;
  z-index: 3;
}

.request .form__title,
.request .form .input__label,
.request .form .input {
  color: #F8F8F8;
}

.request .form .input {
  border-bottom: 1px solid #F8F8F8;
}

.request__form-img {
  position: absolute;
  left: 0;
  bottom: -80px;
  transform: translateX(-100%);
  width: 245px;
  height: 295px;
  z-index: 1;
}

.request__form-decor {
  position: absolute;
  top: -20px;
  right: 0;
  transform: translateX(100%);
}

.request__footer {
  max-width: 730px;
  margin: 170px auto 0;
}

.request__block {
  position: relative;
  padding: 45px 80px;
  margin-bottom: 40px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 19px;
}

.request__block p {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #1B1B1B;
  font-weight: 600;
  z-index: 2;
}

.request__block:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 19px;
  z-index: 1;
}

.request__desc {
  margin-bottom: 45px;
  text-align: center;
}

.request__items {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.request__items .item {
  position: relative;
  width: 350px;
  padding: 30px 37px 75px;
  border-radius: 15px;
  z-index: 2;
}

.request__items .item:first-child {
  background: #979797;
}

.request__items .item:nth-child(2) {
  background: #373737;
}

.request__items .item__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 30px;
}

.request__items .item__title {
  margin-bottom: 25px;
  color: #F8F8F8;
  text-align: center;
}

.request__items .item__text {
  font-size: 16px;
  text-align: center;
  color: #F8F8F8;
}

.request__items .item__icon3 {
  position: absolute;
  top: -30px;
  right: -28px;
  width: 97px;
  height: 97px;
}

.request__items .item__icon4 {
  position: absolute;
  left: -23px;
  bottom: 13px;
  width: 63px;
  height: 62px;
}

.request__items .request__footer-decor1 {
  position: absolute;
  top: -32px;
  left: -48px;
  z-index: 1;
}

.request__items .request__footer-decor2 {
  position: absolute;
  bottom: -32px;
  right: -85px;
  z-index: 1;
}

.why {
  padding: 115px 0 90px;
  background: #202020;
  margin-bottom: 60px;
}

.why__title {
  margin-bottom: 70px;
  color: #FAFAFA;
}

h2 span {
  color: #5478FA;
}

.why__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin: 0 45px 30px;
  border: 3px solid #FAFAFA;
  border-radius: 9px;
}

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

.why__item-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: #FAFAFA;
}

.why__item:nth-child(even) .why__item-content {
  padding-left: 30px;
}

.why__item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.why__item-title {
  /*max-width: calc(100% - 31px);*/
  margin-right: 15px;
  font-weight: 600;
  font-size: 27px;
  line-height: 130.9%;
  align-items: center;
}

.why__item-title span {
  color: #FFAC00;
}

.why__item p {
  margin-bottom: 25px;
}

.why__item p b {
  font-weight: 600;
}

.why__item-img {
  width: 280px;
  height: 263px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.why__item-decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.why__item:nth-child(even) .why__item-decor {
  right: -50px;
}

.why__item:nth-child(odd) .why__item-decor {
  left: -50px;
}

.why__btn {
  display: flex;
  width: fit-content;
  margin: 40px auto 0;
  padding-left: 80px;
  padding-right: 80px;
}

.sec04 {
  padding-top: 90px;
}

.sec04__title {
  margin-bottom: 30px;
}

.sec04__text {
  margin-bottom: 50px;
}

.sec04__text b {
  font-weight: 600;
}

.sec04__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sec04__img {
  width: 300px;
  height: 417px;
  margin-right: 16px;
}

.sec04__content {
  max-width: 600px
}

.sec04__item {
  position: relative;
  padding: 40px 25px 40px 35px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 10px;
}

.sec04__item:first-child {
  margin-bottom: 20px;
}

.sec04__item:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
  z-index: 1;
}

.sec04__item-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  font-size: 27px;
  line-height: 130%;
  font-weight: 600;
  color: #1B1B1B;
}

.sec04__item-desc {
  position: relative;
  z-index: 2;
}

.sec04__item-desc b {
  font-weight: 600;
  color: #5881FB;
}

.details {
  padding-top: 90px;
}

.details__wrap {
  display: flex;
  justify-content: space-between;
}

.details__content {
  max-width: 570px;
}

.details__title {
  margin-bottom: 50px;
}

.details__item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 9px;
  color: #7D7D7D;
}

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

.details__item:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../img/details-check.png);
  box-shadow: 0px 4px 45px rgba(170, 169, 169, 0.25);
}

.details__btn {
  margin-top: 50px;
}

.details__img {
  width: 445px;
  background-size: cover;
  background-position: right;
}

.position {
  padding-top: 90px;
}

.position__title {
  margin-bottom: 25px;
}

.position__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}

.position__list {
  position: relative;
  z-index: 2;
}

.position__item {
  width: 225px;
  height: 64px;
  background: #373737;
  border-radius: 7px;
  text-align: center;
  line-height: 64px;
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 700;
}

.position__item span {
  color: #FFAC00;
}

.position__list-left,
.position__list-right {
  margin-top: 63px;
}

.position__list-left .position__item,
.position__list-right .position__item {
  margin-bottom: 21px;
}

.position__list-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 7px;
}

.position__list-bottom .position__item {
  margin: 0 10px;
}

.position__img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 350px;
  height: 410px;
  z-index: 1;
}

.advantages {
  padding: 60px 0 90px;
}

.advantages__top {
  position: relative;
  max-width: 915px;
  padding: 60px 180px 80px;
  margin: 0 auto 90px;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  border-radius: 20px;
}

.advantages__top:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  z-index: 1;
}

.advantages__top-icon {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 38px;
  margin: 0 auto 20px;
}

.advantages__top p {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 130.9%;
  text-align: center;
  color: #1B1B1B;
}

.advantages__item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.advantages__img {
  width: 445px;
  height: 313px;
}

.advantages__item1 .advantages__img {
  margin-right: 30px;
}

.advantages__item2 .advantages__img {
  margin-left: 30px;
}

.advantages__content {
  max-width: 540px;
}

.advantages__content-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 27px;
  line-height: 130.9%;
  color: #1B1B1B;
}

.advantages__content-text:nth-child(2) {
  margin-bottom: 30px;
}

.advantages__item2 .advantages__content {
  text-align: right;
}

.advantages__btn {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 0 auto;
}

.founder {
  background: #ECECEC;
  padding-top: 80px;
  padding-bottom: 20px;
  min-height: 600px;
  position: relative;
}

.founder__bg {
  position: absolute;
  width: calc(50% - 100px);
  height: 100%;
  left: calc(50% + 100px);
  top: 0;
  background-size: cover;
}

.founder__title {
  margin-bottom: 40px;
}

.founder__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 130.9%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1B1B1B;
  margin-bottom: 18px;
}

.founder__prof {
  margin-bottom: 20px;
  color: #7D7D7D;
  font-weight: 600;
}

.founder__info {
  max-width: 455px;
  color: #ffffff;
  margin-top: 20px;
}

.founder__info li {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.founder__info li:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/ion_rocket-sharp.svg) 50% no-repeat;
  left: 0;
  top: 3px;
}

.founder__photo {
  bottom: -1px;
  left: 47%;
  position: absolute;
  z-index: 1;
}

.founder__photo .photo {
  width: 411px;
  height: 567px;
  background-size: cover;
}

.founder__photo .decor {
  z-index: -1;
  position: absolute;
  left: 55px;
  top: 156px;
}

.team {
  padding: 115px 0 90px;
  background: #202020;
}

.team__title {
  margin-bottom: 70px;
  color: #FAFAFA;
}

.team__wrap {
  display: flex;
  justify-content: space-evenly;
  /*margin-bottom: 40px;*/
}

.team__item {
  width: 285px !important;
}

.team__content {
  position: relative;
  height: 285px;
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.4s;
  cursor: pointer;
}

.team__content:hover .team__desc {
  opacity: 100;
}

.team__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}

.team__desc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 120px 25px 0;
  background: rgba(28, 28, 28, 0.63);
  font-size: 16px;
  color: #FAFAFA;
  opacity: 0;
  transition: all 0.4s;
  font-size: 16px;
  line-height: 130.9%;
}

.team__name {
  margin-bottom: 15px;
  color: #FAFAFA;
}

.team__prof {
  color: #FAFAFA;
}

.team__text {
  max-width: 430px;
  margin: 0 auto;
  color: #FAFAFA;
  text-align: center;
}

.team__text b {
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ff8a00;
  background-image: linear-gradient(230deg, #ffc700, #ff8a00);
}

.reviews {
  padding-top: 90px;
}

.reviews__title {
  margin-bottom: 50px;
}

.reviews .video-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .video-reviews .item {
  width: 100%;
  max-width: 540px;
}

.reviews .video-reviews .item__image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/video_reviews-play.svg) no-repeat center;
  background-size: contain;
  width: 77px;
  height: 77px;
  transition: all 0.4s;
}

.reviews .video-reviews .item:hover .item__image::before {
  transform: translate(-50%, -50%) scale(1.3);
}

.reviews .video-reviews .item1,
.reviews .video-reviews .item2 {
  margin-bottom: 100px;
}

.reviews .video-reviews .item__image {
  position: relative;
  height: 300px;
  margin-bottom: 24px;
  display: block;
  border-radius: 5px;
}

.faq {
  padding: 90px 0;
}

.faq__title {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.faq__wrap {
  max-width: 920px;
  margin: 0 auto;
}

.faq__item {
  padding: 48px 30px 48px 55px;
  background: #373737;
  border-radius: 17px;
  margin-bottom: 20px;
}

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

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
  font-size: 27px;
  line-height: 130.9%;
  color: #F8F8F8;
  cursor: pointer;
}

.faq__question p {
  width: calc(100% - 85px);
}

.faq__question-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F8F8F8 url(../img/faq_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.faq__item.active .faq__question-icon {
  background: #7D7D7D url(../img/faq_active.png);
  background-position: center;
  background-repeat: no-repeat;
}

.faq__answer {
  margin-top: 30px;
  margin-right: 100px;
  color: #FAFAFA;
}

.footer {
  background: #111111;
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.footer__info {
  padding-top: 30px;
}

.footer a {
  color: #fff;
  transition: 0.3s ease;
}

.footer a:hover {
  color: #5A86FC;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__logo {
  margin-bottom: 34px;
  display: inline-block;
}

.footer__contacts {
  font-weight: 600;
}

.footer__menu {
  max-width: 650px;
  padding-top: 30px;
}

.footer__menu.pages__menu {
  margin-left: auto;
  margin-right: 150px;
}

.footer__menu li {
  margin-bottom: 30px;
}

.footer__menu a {
  font-weight: 600;
}

.footer .sub-menu {
  margin-top: 30px;
  -moz-columns: 2;
  columns: 2;
}

.footer .sub-menu li {
  margin-bottom: 30px;
}

.footer .sub-menu a {
  font-weight: 400;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .container {
  position: static;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font: 20px/1 "slick";
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×';
}

.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0, 0, 0, 0.75);
		z-index: 9999;
		display: none;
		top: 0;
		left: 0;
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px;
		background: #ECECEC;
		position: fixed;
		z-index: 999999;
		-moz-box-shadow: 0 0 10px rgba(23, 44, 58, 0.75);
		-webkit-box-shadow: 0 0 10px rgba(23, 44, 58, 0.75);
		-box-shadow: 0 0 10px rgba(23, 44, 58, 0.75);
		padding: 25px 30px;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 600px;
		box-sizing: border-box;
		padding-bottom: 45px;
		}
	
	.reveal-modal .close-reveal-modal {
		    position: absolute;
		    cursor: pointer;
		    right: 7px;
		    top: 0px;
		    font-size: 44px;
		    line-height: 1;
		    color: #000;
		    font-family: "Montserrat";
		} 
.reveal-modal .form {
    max-width: 100%;
}
.reveal-modal .btn {
    transition: none;
}
.reveal-modal .btn:hover {
    transform: scale(1);
}
footer a.header__btn:hover {
    color: #fff;
}
footer a.header__btn {
    position: absolute;
    right: 15px;
    bottom: -15px;
}

.audit-reasons {
  padding-bottom: 90px;
  padding-top: 60px;
}

.audit-reasons__title {
  border-radius: 20px;
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 130.9%;
  color: #1B1B1B;
  padding: 60px 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  position: relative;
}

.audit-reasons__title:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
}

.audit-reasons__title span {
  display: block;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
}

.audit-reasons__title img {
  position: relative;
}

.audit-reasons__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audit-reasons .item {
  width: 100%;
  max-width: 540px;
  text-align: center;
  background: #EBEBEB;
  border-radius: 10px;
  padding: 20px 65px;
  margin-bottom: 30px;
}

.audit-reasons .item b {
  color: #5881FB;
  font-weight: 700;
}

.audit-reasons .item:last-child {
  margin: 0 auto;
}

.reviews {
  padding: 36px 0;
}

.reviews__title {
  margin-bottom: 80px;
}

.reviews__title span {
  background: linear-gradient(268.98deg, #5200FF -6.76%, #AA82FF 102.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.reviews__decor {
  position: absolute;
}

.reviews .decor-1 {
  right: 0;
  top: -55px;
}

.reviews .decor2 {
  left: 0;
  bottom: -40px;
}

.reviews .review {
  /*width: 100%;*/
  max-width: 540px;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .review__photo {
  border-radius: 13px;
  height: 160px;
  width: 160px;
  background-size: cover;
}

.reviews .review__content {
  width: 100%;
  max-width: 350px;
}

.reviews .review__citate {
  font-style: italic;
  margin-bottom: 16px;
  color: #535353;
}

.reviews .review__video {
  height: 300px;
  background-size: cover;
  margin-bottom: 24px;
  display: block;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.reviews .review__text {
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
}

.reviews-video {
  position: relative;
  padding-top: 50px;
  width: 360px;
  height: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
}
.reviews-video:nth-of-type(3) {
  align-self: center;
}
.reviews-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../services/img/reviews/mask.svg") no-repeat center/cover;
  z-index: 2;
}
.reviews-video__title {
  position: relative;
  display: block;
  font-family: var(--font-tilda);
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  z-index: 3;
  text-transform: none;
}
.reviews-video__title::after {
  background: none;
}
.reviews-video p{
  margin-top: 5px;
  max-width: 257px;
  font-family: var(--font-tilda);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.reviews-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../../services/img/reviews/play.svg") no-repeat center/cover;
  z-index: 7;
}
.reviews-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
  z-index: 6;
  top: 0;
  left: 0;
  opacity: 0;
}
.reviews-video__poster {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  object-fit: cover;
  z-index: 5;
}

.consultation {
  background: #ECECEC;
  padding-top: 90px;
}

.consultation__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.consultation__image {
  position: relative;
  margin-right: 110px;
  width: 358px;
  height: 635px;
  background-size: cover;
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 30px;
}

.consultation__image_title {
  color: #fff;
  margin-bottom: 20px;
}

.consultation__image_title span {
  color: #6096FF;
}

.consultation__image_list {
  color: #fff;
}

.consultation__image_list li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 150%;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 30px;
}

.consultation__image_list li:before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(268.98deg, #FFC700 -6.76%, #FF8A00 102.52%);
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #EDE8E2;
  border-radius:50%;
}

.consultation__image:after {
  content: '';
  position: absolute;
  left: -100px;
  top: 100px;
  width: 145px;
  height: 347px;
  z-index: -1;
  background: url(/services/img/consultin__decor.svg) 50% no-repeat;
}