@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: #7D7D7D;
  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: white;
  /*font-weight: 600;*/
  text-decoration: none;
}

a:hover {
  color: #e53939;
}

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: white;
}

h2.white {
  color: #fff;
}

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

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: 1340px;
  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: 25px;
  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 {
  color: #e53939;
}

.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: 250px;
  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%;
}

.heading {
  padding-top: 175px;
  padding-bottom: 125px;
  color: #F8F8F8;
  position: relative;
  background-color: #121212;
  /*background: url(../img/heading-bg.jpg) no-repeat center /cover;*/
  /*min-height: 100vh;*/
}
.heading::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
}

.no-webp .heading {
  background-image: url(../img/heading_bg.jpg);
}

.heading__title {
  /*text-align: center;*/
}

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

.structure {
  padding: 50px 0 150px;
  background-color: #121212;
}

.structure__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.structure__item {
  width: 25%;
  min-height: 260px;
  padding: 40px 24px;
  /*margin: 30px 30px;*/
  /*background: #373737;*/
  border-radius: 15px;
}

.structure__item-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 30px;
  /*filter: drop-shadow(0px 0px 30px #FFBD00);*/
}

.structure__item-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #F8F8F8;
  font-weight: 400;
}

.structure__item-text a,
.partners__item-text a {
  font-weight: 700;
  font-size: 18px;
  color: #6A6A6A;;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.structure__item-text a:hover,
.partners__item-text a:hover {
  color: #e53939;
  text-decoration: underline;
}

.structure__scheme {
  width: 100%;
  padding: 40px 50px 50px;
  margin: 40px 0;
  background: #373737;
  border-radius: 15px;
}

.structure__scheme-title {
  margin-bottom: 30px;
  color: #F8F8F8;
  font-weight: 700;
  font-size: 18px;
}

.structure__scheme-img {
  display: block;
  width: 80%;
  max-width: calc(100% - 46px);
  height: auto;
  margin: 0 auto;
}

.partners {
  padding: 50px 0 30px;
  background-color: #121212;
  color: white;
}

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

.partners__item {
  width: 350px;
  margin-bottom: 60px;
}

.partners__item-img {
  height: 197px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-position: center left;
}

.partners__item-text,
.partners__item-text a {
  font-size: 20px;
}

.footer {
  background: #121212;
  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: #e53939;;
}

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

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

.footer__logo img {
  display: block;
}

.footer__contacts {
  font-weight: 600;
}

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

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

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

.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: '×';
}

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

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

.team__wrap {
  display: flex;
  justify-content: space-between;
  /*margin-bottom: 40px;*/
  width: 800px;
  margin: 0 auto 80px;
}

.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: 80px 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);
}
