@charset "UTF-8";

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

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

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

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

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

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

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Black/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black/Gilroy-Black.svg#Gilroy") 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: 500 16px/140% Gilroy, Helvetica, Arial, sans-serif;
  min-width: 340px;
  color: #322929;
  position: relative;
  background: #ffffff url(../img/body__bg.svg) 50% 100% no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

*[data-targetdate] {
  display: none;
}

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

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

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

h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
}

h2 span {
  color: #EE4C36;
}

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

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .header-container {
  margin: 0 auto;
  max-width: 1214px;
  padding: 0 10px;
  width: 100%;
} */
.container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 10px;
  width: 100%;
}

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

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

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

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

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

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

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

.countdownHolder .textdigit {
  font-size: 10px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: -5px;
}

.form {
  position: relative;
  padding: 55px 45px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(68, 51, 104, 0.15);
  border-radius: 4px;
}

.form__decor {
  position: absolute;
  width: 675px;
  height: 608px;
  background: url(../img/form__decor.svg) 50%/contain no-repeat;
  top: -111px;
  z-index: -1;
  left: 55%;
  transform: translateX(-50%);
}

.form__decor-left {
  position: absolute;
  width: 325px;
  height: 560px;
  background: url('../img/left-group.webp') center/contain no-repeat;
  left: 69px;
  top: 58%;
  transform: translate(-100%, -50%) rotate(2deg);
  z-index : -10
}

.form__decor-right {
  position: absolute;
  width: 204px;
  height: 256px;
  background: url('../img/right-group.webp') center/contain no-repeat;
  right: 68px;
  top: 28%;
  transform: translate(100%, -50%);
}

.no-webp .form__decor-left {
  background: url('../img/left-group.png') center/contain no-repeat;
}

.no-webp .form__decor-right {
  background: url('../img/right-group.png') center/contain no-repeat;
}

.form__title {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}

.form__title span {
  color: #EE4C36;
}

.form__gift {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.form__gift_icon {
  width: 51px;
  height: 54px;
  background: url(../img/form__gift.png) 50%/contain no-repeat;
  margin-right: 22px;
}

.form__gift_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  max-width: 320px;
}

.form__gift_text b {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 11px;
}

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

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

.form .input__wrap.focused .input__label {
  transform: translate(0, -25px);
  font-size: 10px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s ease;
  padding-left: 20px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  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;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #EE4C36;
  border-radius: 2px;
  width: 100%;
  max-width: 260px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s ease;
  color: #FFFFFF;
}

.btn:hover {
  background: #9E83BE;
  color: #fff;
}

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

.header {
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

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

.header__logo {
  background: url(../img/logoheaderukr.svg) 50% no-repeat;
  background-size: contain;
  width: 96px;
  height: 40px;
  display: block;
}

.header__lang {
  margin-left: 20px;
  z-index: 10;
}

.header__lang span {
  opacity: 0.5;
}

.hero {
  padding-top: 150px;
  padding-bottom: 70px;
  /* background: url(../img/hero__net.svg) 50% -40px no-repeat; */
}

.hero__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1214px;
}

.hero__content {
  width: 100%;
  max-width: 590px;
}

.hero__timer {
  margin-top: 30px;
}

.hero__timer-title {
  margin-bottom: 15px;
  font-size: var(--s);
}

.hero__form {
  width: 100%;
  max-width: 500px;
}

.hero__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hero__date,
.hero__time {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  margin-right: 30px;
}

.hero__date {
  background: url("../img/hero-date__red.svg") 0 50% no-repeat;
}

.hero__time {
  background: url("../img/hero-time__red.svg") 0 50% no-repeat;
}

.hero__type {
  position: relative;
  display: inline-flex;
  border-radius: 6px;
  padding: 8px 18px;
  padding-left: 47px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #EE4C36;
  margin-bottom: 30px;
  background: #FEEEEB;
}

.hero__type::before {
  content : '';
  position : absolute;
  top: 11px;
  height: 100%;
  width: 100%;
  left: 18px;
  background: url('../img/start.svg') no-repeat
}

.hero__title {
  font-weight: 900;
  /* font-size: 65px; */
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 30px;
  position: relative;
}

/* .hero__title:after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  background: url(../img/hand-right.png) 50% no-repeat;
  top: 0;
  left: 250px;
} */

.hero__title span {
  /* text-transform: uppercase; */
  color: #EE4C36;
}

.hero__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 170%;
  max-width: 476px;
}

.hero__subtitle b,
.hero__info-text b {
  font-weight: 700;
}

.hero__info-text {
  max-width: 420px;
  margin-top: 20px;
  line-height: 140%;
  font-size: 20px;
}

.hero__decor {
  width: 100%;
  margin-top: 90px;
  pointer-events: none;
}

.hero__decor .text {
  font-weight: 900;
  font-size: 62px;
  line-height: 77px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(43, 41, 50, 0.14);
  -webkit-text-fill-color: transparent;
  margin-right: 30px;
}

.hero__decor .slick-list {
  overflow: visible;
}

.clients {
  text-align: center;
  padding-bottom: 70px;
}

.clients__container {
  max-width: 100%;
}

.clients__title {
  margin-bottom: 16px;
}

.clients__subtitle {
  color: rgba(50, 41, 41, 0.7);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  max-width: 565px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.clients__items {
  pointer-events: none;
}

.clients__items .slick-list {
  overflow: visible;
}

.clients .slick-slide {
  margin: 0 25px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.what {
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.what:after {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(77, 70, 116, 0.08);
  z-index: -1;
  content:'';
  display: block;
}

.what__title {
  margin-bottom: 77px;
}

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

.what .item {
  width: 100%;
  max-width: 240px;
  padding: 80px 10px 35px;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #FFFFFF;
}

/* .what .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 11px;
  width: 40px;
  height: 4px;
} */

.what .item__icon {
  width: 180px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70px);
  background: 50%/contain no-repeat;
  background-size: contain;
}

.what .item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
}

.what .item__text {
  color: #6C6A70;
  text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.12);
}

/* .what .item:nth-child(odd) {
  background: rgba(92, 61, 181, 0.08);
}

.what .item:nth-child(odd):after {
  background: #EE4C36;
}

.what .item:nth-child(even) {
  background: rgba(22,186,115,0.1)
}

.what .item:nth-child(even):after {
  background: #EE4C36;
} */

.what__additional {
  display: inline-flex;
  background: #D3D1D8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 50px;
}

.what__additional svg {
  margin-right: 10px;
}

.places {
  text-align: center;
  padding: 70px 0;
}

.places__inner {
  position: relative;
  background: 50% no-repeat;
  border-radius: 20px;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-size: contain;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 900px;
  margin: 0 auto;
}

/* .places__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: contain;
  background: linear-gradient(81.84deg, rgba(221, 255, 245, 0.8) -1.34%, rgba(205, 213, 255, 0.8) 118.29%);
  z-index: -1;
} */

.places__title {
  margin-bottom: 20px;
}

.places__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  max-width: 700px;
  margin: 0 auto 60px;
}

.places__btn {
  display: inline-flex;
}

.speakers {
  padding: 70px 0;
  position: relative;
}

.speakers:after {
  content:'';
  background: rgba(77, 70, 116, 0.08);
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.speakers__decor-1 {
  position: absolute;
  width: 288px;
  height: 552px;
  bottom: -25%;
  left: 70px;
  background: 50% no-repeat;
  transform: translateX(-50%);
}

.speakers__decor_bg-1 {
  position: absolute;
  width: 288px;
  height: 552px;
  bottom: -25%;
  left: 70px;
  background: #EE4C36;
  opacity: 0.3;
  filter: blur(111.775px);
  border-radius: 50%;
  transform: translateX(-50%);
}

.speakers__decor-2 {
  position: absolute;
  width: 272px;
  height: 362px;
  top: 190px;
  right: 70px;
  background: 50% no-repeat;
  transform: translateX(50%);
}

.speakers__decor_bg-2 {
  position: absolute;
  width: 272px;
  height: 362px;
  top: 190px;
  right: 70px;
  background: #EE4C36;
  opacity: 0.4;
  filter: blur(150px);
  transform: translateX(50%);
}

.speakers__title {
  text-align: center;
  margin-bottom: 59px;
}

.speakers .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.speakers .item:last-child {
  margin-bottom: 0;
}

.speakers .item:nth-child(even) .item__image {
  order: 2;
}

.speakers .item__image {
  width: 330px;
  height: 357px;
  background: 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: relative;
}

.speakers .item__image:before {
  content: "• Live";
  position: absolute;
  background: #EE4C36;
  border-radius: 4px;
  width: 64px;
  height: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  left: 50%;
  bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  transform: translateX(-50%);
}

.speakers .item__content {
  width: 100%;
  max-width: 400px;
}

.speakers .item__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 1px;
}

.speakers .item__prof {
  margin: 12px 0 19px 0;
  font-weight: 700;
  color: #EE4C36;
}

.speakers .item__bio li {
  padding-left: 22px;
  font-size: 14px;
  position: relative;
  margin-bottom: 14px;
  color: #6C6A70;
}

.speakers .item__bio li:before {
  background:  #EE4C36;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
}

.speakers .item__bio li b {
  color: #2B2932;
  font-weight: 700;
}

.register {
  padding-top: 70px;
  padding-bottom: 140px;
}

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

.register__content {
  width: 100%;
  max-width: 520px;
}

.register__image {
  width: 100%;
  max-width: 580px;
  height: 420px;
  background: 50% no-repeat;
  background-size: contain;
}

.register__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.register__date,
.register__time {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  margin-right: 30px;
}

.register__date {
  background: url("../img/hero-date__red.svg") 0 50% no-repeat;
}

.register__time {
  background: url("../img/hero-time__red.svg") 0 50% no-repeat;
}

.register__title {
  margin-bottom: 20px;
  line-height: 1.22;

  font-size: 29px;
}

.register__text {
  font-size: 20px;
  color: #6C6A70;
  margin-bottom: 62px;
  position: relative;
  display: inline-block;
}

.register__text:after {
  background: url("../img/arrow.svg") 50% no-repeat;
  content: "";
  position: absolute;
  width: 45px;
  height: 100px;
  right: 20px;
  top: 36px;
  transform: translate(100%, 0);
}

.register__timer {
  margin-top: 30px;
}

.register__timer_title {
  margin-bottom: 10px;
}

#footer {
  background: #28262E;
}

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


.logos {
  text-align: center;
  padding: 50px 0;
}

.logos__container {
  max-width: 100%;
  padding: 0;
}

.logos__title {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}

.logos .item {
  width: 172px;
  height: 90px;
  background: #F7F5FB 50%/70% no-repeat;
  border-radius: 5.44433px;
}

.logos .swiper-wrapper {
  transition: linear;
}