@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

:root {
  --font-family: "e-Ukraine";
  --second-family: "Helvetica";
  --marketer--colors-main: #111111;
  --marketer--colors-title: #1e293b;
  --market--colors-border: #C7C7C7;
  --marketer--bgColors: #f40202;
  --marketer--colors-white: #ffffff;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/helvetica_bold.woff") format("woff");
  src: url("../fonts/helvetica_bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-UltraLight.woff") format("woff");
  src: url("../fonts/e-Ukraine-UltraLight.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.woff") format("woff");
  src: url("../fonts/e-Ukraine-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.woff") format("woff");
  src: url("../fonts/e-Ukraine-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Medium.woff") format("woff");
  src: url("../fonts/e-Ukraine-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Bold.woff") format("woff");
  src: url("../fonts/e-Ukraine-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
	font-family: "Helvetica";
	src: url("../fonts/helvetica_regular.woff") format("woff");
	src: url("../fonts/helvetica_regular.woff2") format("woff2");
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
*/
.remodal-is-locked body {
  scrollbar-gutter: stable;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.width-1434, .box404, .footer__bottom, .footer__top, .sectionPartners, .sectionRegistration, .sectionBenefit, .boxSpeaker, .boxInfo, .breadrcums, .sectionAdvantages__top, .sectionCritical__item, .sectionTop__item, .header__item {
  max-width: 1434px;
  margin: 0 auto;
}
@media (max-width: 1640px) {
  .width-1434, .box404, .footer__bottom, .footer__top, .sectionPartners, .sectionRegistration, .sectionBenefit, .boxSpeaker, .boxInfo, .breadrcums, .sectionAdvantages__top, .sectionCritical__item, .sectionTop__item, .header__item {
    max-width: 1360px;
  }
}
@media (max-width: 1460px) {
  .width-1434, .box404, .footer__bottom, .footer__top, .sectionPartners, .sectionRegistration, .sectionBenefit, .boxSpeaker, .boxInfo, .breadrcums, .sectionAdvantages__top, .sectionCritical__item, .sectionTop__item, .header__item {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .width-1434, .box404, .footer__bottom, .footer__top, .sectionPartners, .sectionRegistration, .sectionBenefit, .boxSpeaker, .boxInfo, .breadrcums, .sectionAdvantages__top, .sectionCritical__item, .sectionTop__item, .header__item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

use,
use:hover,
a,
a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

html,
body,
span,
applet,
object,
iframe,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

input,
button {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: initial;
}

textarea {
  font-family: inherit;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

body {
  font-family: var(--font-family, "e-Ukraine");
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--marketer--colors-main, #111111);
  background: #fff;
  font-size: 16px;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {
  color: var(--marketer--colors-main, #111111);
}

::-moz-placeholder {
  color: var(--marketer--colors-main, #111111);
}

:-moz-placeholder {
  color: var(--marketer--colors-main, #111111);
}

:-ms-input-placeholder {
  color: var(--marketer--colors-main, #111111);
}

strong,
b {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 13px;
}
.table-responsive table {
  padding-bottom: 10px;
  margin: 0 !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.flex, .socialLink, .modalLink__item, .modalLink, .footerSocial__box, .footerSocial, .footer__box, .footer__bottom, .footer__top, .formRegistration__bottom, .sectionRegistration__column, .sectionRegistration__platform, .sectionRegistration__free, .sectionRegistration__top, .listBenefit__text, .listBenefit, .sectionBenefit__top, .listAdvantages__text, .listAdvantages, .boxSpeaker, .breadrcums, .sectionAdvantages__top, .boxDanger, .listInfo li, .listTags__text, .listTags, .sectionCritical__left, .sectionCritical__column, .sectionTop__platform, .sectionTop__center, .sectionTop__top, .sectionTop__text, .sectionTop__item, .menu ul, .header__box, .header__left, .header__item, .buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f_wrap, .socialLink, .modalLink__item, .footerSocial__box, .footerSocial, .listBenefit, .listAdvantages, .breadrcums, .listTags__text, .listTags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_none, .footer__item--2, .sectionRegistration__platform img, .sectionAdvantages__left, .boxDanger__icons, .listInfo__icons, .sectionCritical__icons {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.a-i_start, .footerSocial, .footer__bottom, .footer__top, .sectionRegistration__column, .sectionRegistration__top, .sectionAdvantages__top, .sectionTop__top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-i_center, .modalLink, .footer__box, .formRegistration__bottom, .sectionRegistration__platform, .sectionRegistration__free, .listBenefit__text, .sectionBenefit__top, .listAdvantages__text, .boxSpeaker, .boxDanger, .listInfo li, .listTags__text, .sectionCritical__left, .sectionTop__platform, .sectionTop__text, .menu ul, .header__box, .header__left, .header__item, .buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-i_end, .sectionCritical__column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-c_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-c_center, .sectionRegistration__free, .listBenefit__text, .listAdvantages__text, .listTags__text, .buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.j-c_end, .sectionTop__center, .sectionTop__top {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c_between, .footer__bottom, .footer__top, .formRegistration__bottom, .sectionRegistration__column, .sectionRegistration__top, .sectionBenefit__top, .sectionAdvantages__top, .sectionCritical__column, .sectionTop__item, .header__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-d_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 13px;
}

.table-responsive table {
  padding-bottom: 10px;
  margin: 0 !important;
}

.img-center, .sliderPartners__thumb, .swiper-button-next,
.swiper-button-prev, .listInfo__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.img-center img, .sliderPartners__thumb img, .swiper-button-next img,
.swiper-button-prev img, .listInfo__icons img,
.img-center svg,
.sliderPartners__thumb svg,
.swiper-button-next svg,
.swiper-button-prev svg,
.listInfo__icons svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
  margin: 0 auto;
}

.img-position {
  display: block;
  position: relative;
  font-size: 0;
}
.img-position img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

picture {
  display: block;
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family, "e-Ukraine");
  color: var(--marketer--colors-title, #1e293b);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

sup,
sub {
  font-size: 10px;
  line-height: 1.8;
}

.sectionMobile {
  display: none;
}

.title-h2, .sectionPartners__title, .sectionRegistration__title, .sectionBenefit__title {
  font-weight: 100;
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--marketer--colors-title, #1e293b);
}
@media (max-width: 1460px) {
  .title-h2, .sectionPartners__title, .sectionRegistration__title, .sectionBenefit__title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .title-h2, .sectionPartners__title, .sectionRegistration__title, .sectionBenefit__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-h2, .sectionPartners__title, .sectionRegistration__title, .sectionBenefit__title {
    font-size: 27px;
  }
}
@media (max-width: 639px) {
  .title-h2, .sectionPartners__title, .sectionRegistration__title, .sectionBenefit__title {
    line-height: 1.22;
  }
}

.buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
  width: 346px;
  height: 79px;
  background-color: var(--marketer--bgColors, #f40202);
  font-size: 18px;
  color: var(--marketer--colors-white, #ffffff);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
}
.buttonRed:hover, .box404__link:hover, .footer__link:hover, .formRegistration__button:hover, .sectionBenefit__link:hover, .sectionAdvantages__link:hover, .sectionCritical__link:hover, .sectionTop__link:hover, .header__link:hover {
  background-color: #d00202;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buttonRed:active, .box404__link:active, .footer__link:active, .formRegistration__button:active, .sectionBenefit__link:active, .sectionAdvantages__link:active, .sectionCritical__link:active, .sectionTop__link:active, .header__link:active {
  -webkit-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.25);
  background: #d00202;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 1279px) {
  .buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
    width: 300px;
    height: 62px;
  }
}
@media (max-width: 991px) {
  .buttonRed, .box404__link, .footer__link, .formRegistration__button, .sectionBenefit__link, .sectionAdvantages__link, .sectionCritical__link, .sectionTop__link, .header__link {
    width: 226px;
    height: 50px;
    font-size: 14px;
  }
}

.header {
  background-color: #1E293B;
}
.header__item {
  width: 100%;
  height: 70px;
}
.header__link {
  width: 264px;
  height: 50px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .header__link {
    width: 170px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .header__link {
    width: 140px;
  }
}
@media (max-width: 479px) {
  .header__link {
    width: 125px;
    font-size: 10px;
  }
}

.boxLogo {
  font-family: var(--second-family, "Helvetica");
  font-size: 24px;
  color: var(--marketer--colors-white, #ffffff);
  font-weight: bold;
  text-decoration: none;
}
.boxLogo:hover {
  opacity: 0.7;
}
@media (max-width: 479px) {
  .boxLogo {
    font-size: 20px;
  }
}

.headerSocial {
  border-right: 2px solid #f40202;
  padding-right: 14px;
  margin-right: 14px;
}
.headerSocial a {
  display: block;
  width: 24px;
  margin-bottom: 2px;
  font-size: 0;
}
.headerSocial a:last-child {
  margin-bottom: 0;
}
.headerSocial a:hover {
  opacity: 0.7;
}
@media (max-width: 479px) {
  .headerSocial {
    border-right: 1px solid #f40202;
    padding-right: 8px;
    margin-right: 8px;
  }
}

.menu {
  margin-left: 40px;
}
.menu li {
  margin-right: 20px;
}
.menu a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: var(--marketer--colors-white, #ffffff);
  padding: 5px 10px;
}
.menu a:hover {
  color: #f40202;
}
@media (max-width: 1023px) {
  .menu {
    display: none;
  }
}

.sectionTop {
  background-color: #1E293B;
  height: 893px;
  position: relative;
  margin-bottom: 100px;
}
.sectionTop__fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -38px;
  z-index: 1;
}
.sectionTop__fond img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionTop__item {
  position: relative;
  z-index: 2;
  height: 100%;
}
.sectionTop__left {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 95px 0 0 0;
}
.sectionTop__right {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0 0 0;
}
.sectionTop__smallText {
  font-weight: 200;
  font-size: 19px;
  color: var(--marketer--colors-white, #ffffff);
  line-height: 1.2;
}
.sectionTop__smallText--1 {
  margin-bottom: 6px;
}
.sectionTop__smallText--2 {
  max-width: 425px;
}
.sectionTop__title {
  display: inline-block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-family: var(--second-family, "Helvetica");
  font-size: 100px;
  line-height: 0.9;
  font-weight: 700;
  color: var(--marketer--colors-white, #ffffff);
  margin: 0 0 12px -5px;
  position: relative;
}
.sectionTop__title:after {
  display: block;
  content: attr(data-text);
  font-size: 200px;
  color: var(--marketer--colors-white, #ffffff);
  position: absolute;
  right: -107px;
  bottom: -81px;
}
.sectionTop__box--1 {
  margin-top: 74px;
  position: relative;
}
.sectionTop__text {
  font-weight: 100;
  font-size: 45px;
  line-height: 1.11;
  text-transform: uppercase;
  color: var(--marketer--colors-white, #ffffff);
  padding-left: 3px;
  position: relative;
  letter-spacing: -0.01em;
}
.sectionTop__text span {
  font-weight: 700;
  font-size: 120px;
  margin-right: 3px;
  position: relative;
  top: -1px;
  letter-spacing: 0em;
}
.sectionTop__text:before {
  display: block;
  content: "";
  width: 348px;
  height: 67px;
  background-color: var(--marketer--bgColors, #f40202);
  position: absolute;
  top: 21px;
  left: 3px;
  z-index: -1;
}
.sectionTop__control {
  font-weight: 100;
  font-size: 45px;
  line-height: 1.11;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--marketer--colors-white, #ffffff);
  margin-top: -18px;
}
.sectionTop__link {
  margin-top: 89px;
}
.sectionTop__line {
  font-size: 0;
  position: absolute;
  bottom: 64%;
  left: -153px;
}
.sectionTop__speaker {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: 2;
}
.sectionTop__bottom {
  min-width: 266px;
  position: absolute;
  bottom: 49px;
  right: 0;
  z-index: 3;
}
.sectionTop__position, .sectionTop__name {
  font-size: 16px;
  color: var(--marketer--colors-white, #ffffff);
  line-height: 1.2;
}
.sectionTop__name {
  font-weight: 700;
}
.sectionTop__position {
  font-weight: 200;
}
.sectionTop__top {
  position: relative;
  z-index: 3;
}
.sectionTop__markter, .sectionTop__academy {
  display: inline-block;
  font-size: 0;
}
.sectionTop__markter {
  max-width: 118px;
  margin-top: 6px;
}
.sectionTop__academy {
  max-width: 135px;
  margin-left: 28px;
}
.sectionTop__center {
  position: relative;
  z-index: 3;
  margin-top: 84px;
}
.sectionTop__time, .sectionTop__platform, .sectionTop__date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--marketer--colors-white, #ffffff);
  margin-bottom: 18px;
  margin-left: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.sectionTop__width {
  width: 300px;
  margin-left: auto;
}
.sectionTop__date {
  display: inline-block;
  padding: 29px 32px 24px 32px;
  font-weight: 700;
  font-size: 24px;
}
.sectionTop__date span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.sectionTop__platform {
  width: 300px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 16px 16px 16px 32px;
}
.sectionTop__platform img {
  margin-right: 10px;
}
.sectionTop__time {
  width: 300px;
  font-weight: 300;
  font-size: 16px;
  padding: 18px 16px 18px 32px;
  line-height: 1.2;
}
.sectionTop__time span {
  display: block;
}
.sectionTop__snake {
  position: absolute;
  top: 19%;
  z-index: 1;
  right: 22px;
}
@media (max-width: 1880px) {
  .sectionTop__line {
    left: -109px;
  }
}
@media (max-width: 1640px) {
  .sectionTop {
    height: 100%;
    margin-bottom: 60px;
  }
  .sectionTop__item {
    min-height: 740px;
  }
  .sectionTop__line {
    display: none;
  }
  .sectionTop__snake {
    max-width: 760px;
  }
  .sectionTop__left {
    width: 53%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0 60px 0;
  }
  .sectionTop__right {
    width: 47%;
    padding-top: 80px;
  }
  .sectionTop__speaker {
    max-width: 450px;
    right: 30%;
  }
  .sectionTop__box--1 {
    margin-top: 60px;
  }
  .sectionTop__link {
    margin-top: 50px;
  }
  .sectionTop__center {
    margin-top: 50px;
  }
  .sectionTop__bottom {
    bottom: 27px;
  }
}
@media (max-width: 1460px) {
  .sectionTop__item {
    min-height: 680px;
  }
  .sectionTop__right {
    padding-top: 60px;
  }
  .sectionTop__smallText {
    font-size: 18px;
  }
  .sectionTop__smallText--2 {
    max-width: 405px;
  }
  .sectionTop__title {
    font-size: 80px;
    margin: 0 0 12px -3px;
  }
  .sectionTop__title:after {
    font-size: 150px;
    right: -150px;
    bottom: -31px;
  }
  .sectionTop__snake {
    max-width: 645px;
    top: 17%;
    right: 62px;
  }
  .sectionTop__text, .sectionTop__control {
    font-size: 40px;
  }
  .sectionTop__box--1 {
    margin-top: 50px;
  }
}
@media (max-width: 1279px) {
  .sectionTop__snake {
    display: none;
  }
  .sectionTop__title:after {
    font-size: 120px;
    right: -120px;
    bottom: -10px;
  }
  .sectionTop__width {
    text-align: right;
  }
  .sectionTop__time, .sectionTop__platform, .sectionTop__date {
    text-align: left;
  }
  .sectionTop__academy {
    width: 100px;
  }
  .sectionTop__markter {
    max-width: 94px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .sectionTop {
    margin-bottom: 30px;
  }
  .sectionTop__item {
    min-height: 592px;
  }
  .sectionTop__title {
    font-size: 64px;
  }
  .sectionTop__title:after {
    font-size: 100px;
    right: -100px;
  }
  .sectionTop__text {
    font-size: 30px;
  }
  .sectionTop__text span {
    font-size: 80px;
  }
  .sectionTop__text:before {
    width: 250px;
    height: 56px;
    top: 5px;
  }
  .sectionTop__control {
    font-size: 30px;
    margin-top: -10px;
  }
  .sectionTop__date {
    padding: 16px;
    font-size: 20px;
  }
  .sectionTop__time, .sectionTop__platform {
    padding: 16px;
  }
  .sectionTop__center {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .sectionTop__item {
    min-height: 520px;
  }
  .sectionTop__left {
    width: 50%;
    padding: 50px 0;
  }
  .sectionTop__bottom {
    min-width: auto;
    bottom: 30px;
  }
  .sectionTop__right {
    width: 50%;
    padding-top: 50px;
  }
  .sectionTop__title {
    font-size: 38px;
    line-height: 1.2;
  }
  .sectionTop__title:after {
    font-size: 80px;
    right: -90px;
  }
  .sectionTop__smallText {
    font-size: 14px;
  }
  .sectionTop__smallText--2 {
    max-width: 330px;
  }
  .sectionTop__width {
    width: auto;
  }
  .sectionTop__time, .sectionTop__platform, .sectionTop__date {
    width: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sectionTop__academy {
    width: 70px;
    margin-left: 20px;
  }
  .sectionTop__markter {
    max-width: 65px;
  }
  .sectionTop__text {
    font-size: 20px;
  }
  .sectionTop__text:before {
    width: 200px;
    height: 52px;
    top: 5px;
  }
  .sectionTop__control {
    font-size: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .sectionTop__right {
    padding-top: 20px;
  }
  .sectionTop__speaker {
    max-width: 450px;
    right: 15px;
  }
  .sectionTop__time, .sectionTop__platform {
    padding: 8px 16px;
  }
  .sectionTop__date span {
    font-size: 12px;
  }
  .sectionTop__center {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 70px;
  }
}
@media (max-width: 639px) {
  .sectionTop {
    display: none;
  }
}

@media (max-width: 639px) {
  .sectionMobile {
    display: block;
    min-height: 726px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 15px 32px 15px;
    background-color: #1E293B;
    margin-bottom: 48px;
    overflow: hidden;
  }
  .sectionMobile__fond {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sectionMobile__fond img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .sectionMobile__title {
    position: relative;
    z-index: 2;
    font-family: var(--second-family, "Helvetica");
    font-size: 40px;
    line-height: 0.9;
    color: var(--marketer--colors-white, #ffffff);
  }
  .sectionMobile__title:after {
    display: block;
    content: attr(data-text);
    font-size: 100px;
    color: var(--marketer--colors-white, #ffffff);
    position: absolute;
    right: -16px;
    top: -8px;
  }
  .sectionMobile__smallText {
    position: relative;
    z-index: 3;
    font-weight: 300;
    font-size: 14px;
    color: var(--marketer--colors-white, #ffffff);
    margin-top: 21px;
    line-height: 1.22;
    max-width: 174px;
  }
  .sectionMobile__link {
    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: relative;
    z-index: 3;
    background-color: #f40202;
    margin-top: 16px;
    width: 100%;
    height: 79px;
    font-size: 16px;
    color: var(--marketer--colors-white, #ffffff);
    text-decoration: none;
  }
  .sectionMobile__bottom {
    text-align: right;
    position: relative;
    z-index: 3;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 13px;
  }
  .sectionMobile__name, .sectionMobile__position {
    font-size: 12px;
    line-height: 1.16;
    color: var(--marketer--colors-white, #ffffff);
    font-weight: 200;
  }
  .sectionMobile__name {
    font-weight: 700;
  }
  .sectionMobile__width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 18px;
    box-sizing: border-box;
    padding: 29px 18px 19px 15px;
  }
  .sectionMobile__left {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .sectionMobile__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .sectionMobile__markter {
    display: block;
    max-width: 67px;
    margin-bottom: 13px;
  }
  .sectionMobile__academy {
    display: block;
    max-width: 65px;
  }
  .sectionMobile__date {
    font-weight: 700;
    font-size: 20px;
    color: var(--marketer--colors-white, #ffffff);
    margin-bottom: 11px;
  }
  .sectionMobile__date span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 3px;
  }
  .sectionMobile__platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: var(--marketer--colors-white, #ffffff);
    margin-bottom: 12px;
  }
  .sectionMobile__platform img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 13px;
  }
  .sectionMobile__time {
    font-weight: 300;
    font-size: 14px;
    color: var(--marketer--colors-white, #ffffff);
  }
  .sectionMobile__time span {
    display: block;
    margin-bottom: 3px;
  }
  .sectionMobile__rectangle {
    display: block;
    width: 100vw;
    height: 94px;
    background-color: #f40202;
    position: relative;
    z-index: 2;
    left: -15px;
    top: 0;
    z-index: 2;
    margin-top: 22px;
  }
  .sectionMobile__box {
    position: relative;
    z-index: 3;
    margin-top: -80px;
  }
  .sectionMobile__text {
    position: relative;
    z-index: 4;
    font-weight: 400;
    font-size: 12px;
    color: var(--marketer--colors-white, #ffffff);
    margin-bottom: 16px;
  }
  .sectionMobile__bigText {
    max-width: 240px;
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 1.36;
    text-transform: uppercase;
    color: var(--marketer--colors-white, #ffffff);
    margin-bottom: 13px;
  }
  .sectionMobile__bigText span {
    font-weight: 700;
    font-size: 90px;
    line-height: 0.55;
  }
  .sectionMobile__middleText {
    font-size: 19px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--marketer--colors-white, #ffffff);
  }
  .sectionMobile__speaker {
    position: absolute;
    bottom: 104px;
    right: -96px;
    z-index: 2;
    max-width: 356px;
  }
}
@media (max-width: 359px) {
  .sectionMobile__title:after {
    font-size: 64px;
    top: 20px;
  }
  .sectionMobile__smallText {
    font-size: 12px;
    max-width: 140px;
  }
  .sectionMobile__bigText {
    max-width: 186px;
    font-size: 16px;
    line-height: 1;
  }
  .sectionMobile__bigText span {
    font-size: 60px;
  }
  .sectionMobile__middleText {
    font-size: 16px;
    max-width: 194px;
  }
}
.sectionCritical {
  padding-top: 50px;
  padding-bottom: 161px;
  overflow: hidden;
}
.sectionCritical__item {
  position: relative;
}
.sectionCritical__title {
  font-weight: 100;
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--marketer--colors-title, #1e293b);
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
.sectionCritical__column {
  position: relative;
  z-index: 2;
}
.sectionCritical__left {
  max-width: 55%;
  position: relative;
  z-index: 4;
}
.sectionCritical__right {
  position: relative;
  z-index: 4;
  padding-bottom: 18px;
}
.sectionCritical__icons {
  width: 232px;
  font-size: 0;
  -webkit-box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08), -8px -4px 32px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 40px 28px 80px 0 rgba(0, 0, 0, 0.08), -8px -4px 32px 0 rgba(0, 0, 0, 0.08);
}
.sectionCritical__icons img {
  width: 100%;
}
.sectionCritical__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 32px;
}
.sectionCritical__beep {
  position: absolute;
  left: 96%;
  top: -74px;
  z-index: 3;
  width: 348px;
}
.sectionCritical__round {
  position: absolute;
  top: 43px;
  right: -143px;
  z-index: 1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-color: #f40202;
}
.sectionCritical__round span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
}
.sectionCritical__round span:nth-child(1) {
  background: rgba(242, 34, 37, 0.3);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sectionCritical__round span:nth-child(2) {
  background: rgba(242, 34, 37, 0.3);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sectionCritical__round span:nth-child(3) {
  background: rgba(242, 34, 37, 0.1);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (max-width: 1460px) {
  .sectionCritical {
    padding-top: 30px;
  }
  .sectionCritical__title {
    font-size: 44px;
    margin-bottom: 45px;
  }
  .sectionCritical__round {
    width: 460px;
    height: 460px;
  }
}
@media (max-width: 1279px) {
  .sectionCritical {
    padding-bottom: 90px;
  }
  .sectionCritical__beep {
    left: 100%;
    top: -60px;
    width: 264px;
  }
  .sectionCritical__left {
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .sectionCritical__link {
    width: 240px;
    font-size: 14px;
  }
  .sectionCritical__round {
    width: 400px;
    height: 400px;
  }
  .sectionCritical__left {
    max-width: 72%;
  }
}
@media (max-width: 991px) {
  .sectionCritical {
    padding-bottom: 60px;
  }
  .sectionCritical__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .sectionCritical__icons {
    width: 134px;
  }
  .sectionCritical__column {
    display: block;
  }
  .sectionCritical__left {
    max-width: 85%;
  }
  .sectionCritical__beep {
    width: 142px;
  }
  .sectionCritical__right {
    padding-bottom: 0;
  }
  .sectionCritical__link {
    font-size: 16px;
    margin: 30px auto 0 auto;
    width: 300px;
    height: 62px;
  }
  .sectionCritical__round {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .sectionCritical__left {
    max-width: 100%;
  }
  .sectionCritical__beep {
    left: inherit;
    width: 110px;
    right: -15px;
  }
}
@media (max-width: 639px) {
  .sectionCritical {
    padding-top: 0;
    padding-bottom: 67px;
  }
  .sectionCritical__title {
    text-align: center;
    font-size: 27px;
    line-height: 1.22;
    margin-bottom: 22px;
  }
  .sectionCritical__title br {
    display: none;
  }
  .sectionCritical__title b,
  .sectionCritical__title strong {
    font-weight: 500;
  }
  .sectionCritical__left {
    display: block;
  }
  .sectionCritical__icons {
    width: 232px;
    margin: 0 auto;
  }
  .sectionCritical__beep {
    width: 140px;
    top: 153px;
  }
  .sectionCritical__box {
    padding: 16px 0 0 0;
  }
  .sectionCritical__link {
    margin: 37px auto 0 auto;
    width: 100%;
    height: 79px;
  }
  .sectionCritical__round {
    width: 560px;
    height: 560px;
    top: 179px;
    right: -280px;
  }
}
@media (max-width: 359px) {
  .sectionCritical__beep {
    width: 100px;
    top: 177px;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.listTags {
  margin: 0 -7px 38px -7px;
  position: relative;
  z-index: 2;
}
.listTags__li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px 13px 7px;
}
.listTags__li:nth-child(4n+1) {
  width: 48.3%;
}
.listTags__li:nth-child(4n+2) {
  width: 51.7%;
}
.listTags__li:nth-child(4n+3) {
  width: 39.2%;
}
.listTags__li:nth-child(4n+4) {
  width: 60.8%;
}
.listTags__text {
  min-height: 122px;
  background: #1e293b;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.listTags__text span {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.listTags__text span:before {
  content: " ";
  margin-left: 5px;
}
.listTags__text span:after {
  content: " ";
  margin-right: 5px;
}
@media (max-width: 1640px) {
  .listTags__text {
    min-height: 90px;
  }
}
@media (max-width: 1460px) {
  .listTags__text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .listTags__text {
    font-size: 16px;
    min-height: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .listTags__text {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 639px) {
  .listTags {
    margin-bottom: 31px;
  }
  .listTags__li {
    width: 100%;
    padding-bottom: 6px;
  }
  .listTags__li:nth-child(4n+1) {
    width: 100%;
  }
  .listTags__li:nth-child(4n+2) {
    width: 100%;
  }
  .listTags__li:nth-child(4n+3) {
    width: 100%;
  }
  .listTags__li:nth-child(4n+4) {
    width: 100%;
  }
  .listTags__text {
    padding: 17px 10px;
    line-height: 1.42;
    min-height: 74px;
  }
}

.listInfo li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-main, #111111);
  margin-bottom: 13px;
}
.listInfo li:last-child {
  margin-bottom: 0;
}
.listInfo__icons {
  width: 38px;
  height: 37px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-right: 16px;
}
@media (max-width: 1460px) {
  .listInfo li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .listInfo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 90px;
  }
}
@media (max-width: 639px) {
  .listInfo {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listInfo li {
    margin: 8px 0 0 0;
  }
  .listInfo li:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .listInfo li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .listInfo__icons {
    margin-right: 13px;
  }
}

.boxDanger {
  margin-top: 36px;
}
.boxDanger__icons {
  font-weight: 300;
  font-size: 105px;
  letter-spacing: -0.03em;
  color: #f40202;
  margin: -4px 21px 0 0;
  line-height: 0.5;
}
.boxDanger__right {
  width: 100%;
}
.boxDanger p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-main, #111111);
}
.boxDanger__red {
  color: #f40202 !important;
  margin-top: 7px;
}
@media (max-width: 1460px) {
  .boxDanger p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .boxDanger {
    margin-top: 24px;
  }
  .boxDanger p {
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .boxDanger {
    margin-top: 17px;
  }
  .boxDanger p {
    line-height: 1.42;
    letter-spacing: -0.04em;
  }
  .boxDanger p br {
    display: none;
  }
  .boxDanger__icons {
    margin: -4px 15px 0 0;
  }
}

.sectionAdvantages {
  background-color: #1E293B;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 149px;
  margin-bottom: 113px;
}
.sectionAdvantages__top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.sectionAdvantages__left {
  position: relative;
  z-index: 2;
}
.sectionAdvantages__fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.sectionAdvantages__fond img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionAdvantages__title {
  font-weight: 100;
  font-size: 60px;
  line-height: 1.13333;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
.sectionAdvantages__link {
  margin-top: 50px;
}
.sectionAdvantages__link--mobile {
  display: none;
}
.sectionAdvantages__snake {
  position: absolute;
  top: -42px;
  right: -74px;
  z-index: 1;
}
@media (max-width: 1640px) {
  .sectionAdvantages {
    padding-top: 90px;
    margin-bottom: 90px;
  }
  .sectionAdvantages__snake {
    right: -30px;
    max-width: 1200px;
    top: -12px;
  }
}
@media (max-width: 1460px) {
  .sectionAdvantages__title {
    font-size: 44px;
  }
  .sectionAdvantages__link {
    margin-top: 23px;
  }
  .sectionAdvantages__snake {
    right: 15px;
    max-width: 1000px;
    top: -20px;
  }
}
@media (max-width: 1199px) {
  .sectionAdvantages {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .sectionAdvantages__snake {
    display: none;
  }
  .sectionAdvantages__top {
    display: block;
  }
  .sectionAdvantages__left {
    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;
  }
  .sectionAdvantages__link {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .sectionAdvantages__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sectionAdvantages__title {
    font-size: 27px;
  }
}
@media (max-width: 639px) {
  .sectionAdvantages {
    padding-top: 55px;
    margin-bottom: 49px;
  }
  .sectionAdvantages__link {
    display: none;
  }
  .sectionAdvantages__link--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 0 0;
    width: 100%;
    height: 79px;
    font-size: 16px;
  }
  .sectionAdvantages__title {
    text-align: center;
    width: 100%;
    line-height: 1.22;
  }
  .sectionAdvantages__fond img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}

.breadrcums {
  margin-bottom: 20px;
  padding-top: 15px;
}
.breadrcums li {
  margin: 0 24px 5px 0;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #f40202;
  white-space: nowrap;
}
.breadrcums li:last-child {
  margin-right: 0;
}
.breadrcums li:last-child:after {
  display: none;
}
.breadrcums li:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -15px;
}
.breadrcums a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--marketer--colors-main, #111111);
}
.breadrcums a:hover {
  color: #f40202;
}
@media (max-width: 768px) {
  .breadrcums {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .breadrcums li {
    white-space: nowrap;
  }
}

.boxInfo {
  margin-bottom: 60px;
}
.boxInfo__title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .boxInfo__title {
    font-size: 24px;
  }
}

.boxSpeaker {
  position: relative;
  z-index: 2;
  margin-top: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 87px;
}
.boxSpeaker__thumb {
  max-width: 400px;
  margin-right: 68px;
}
.boxSpeaker__thumb img {
  width: 100%;
}
.boxSpeaker__right {
  padding-bottom: 20px;
}
.boxSpeaker__top {
  display: inline-block;
}
.boxSpeaker__about {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--marketer--colors-white, #ffffff);
  text-align: right;
  padding-right: 7px;
  letter-spacing: -0.04em;
}
.boxSpeaker__name {
  font-weight: 100;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: -2px;
  color: var(--marketer--colors-white, #ffffff);
}
.boxSpeaker__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-white, #ffffff);
  max-width: 475px;
  margin-top: 25px;
}
.boxSpeaker__description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-white, #ffffff);
}
.boxSpeaker__bottom {
  margin-top: 34px;
}
.boxSpeaker__smallName, .boxSpeaker__position {
  font-size: 16px;
  color: var(--marketer--colors-white, #ffffff);
  line-height: 1.2;
}
.boxSpeaker__smallName {
  font-weight: 700;
}
.boxSpeaker__position {
  font-weight: 200;
}
.boxSpeaker__logo {
  position: absolute;
  top: 139px;
  right: 36px;
  max-width: 282px;
}
@media (max-width: 1640px) {
  .boxSpeaker {
    margin-top: 110px;
  }
}
@media (max-width: 1460px) {
  .boxSpeaker {
    margin-top: 90px;
  }
  .boxSpeaker__thumb {
    max-width: 324px;
    margin-right: 50px;
  }
  .boxSpeaker__logo {
    top: 50%;
    right: 30px;
    max-width: 232px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .boxSpeaker {
    margin-top: 60px;
  }
  .boxSpeaker__thumb {
    max-width: 280px;
    margin-right: 30px;
  }
  .boxSpeaker__logo {
    top: 30px;
    max-width: 120px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 991px) {
  .boxSpeaker__name {
    font-size: 36px;
  }
  .boxSpeaker__about {
    padding-right: 3px;
  }
  .boxSpeaker__description {
    font-size: 14px;
  }
  .boxSpeaker__description p {
    font-size: 14px;
  }
  .boxSpeaker__thumb {
    max-width: 250px;
  }
  .boxSpeaker__logo {
    top: -11px;
  }
}
@media (max-width: 768px) {
  .boxSpeaker__logo {
    display: none;
  }
}
@media (max-width: 639px) {
  .boxSpeaker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px;
  }
  .boxSpeaker__thumb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 286px;
    margin: 0 auto;
  }
  .boxSpeaker__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
  }
  .boxSpeaker__about {
    padding: 0 0 15px 0;
    text-align: center;
  }
  .boxSpeaker__name {
    font-size: 35px;
  }
  .boxSpeaker__description {
    line-height: 1.42;
  }
  .boxSpeaker__description p {
    line-height: 1.42;
  }
  .boxSpeaker__bottom {
    position: absolute;
    bottom: 19px;
    margin-top: 0;
    text-align: right;
    right: 25.5%;
  }
  .boxSpeaker__smallName, .boxSpeaker__position {
    font-size: 12px;
  }
}

.listAdvantages {
  margin: 13px -4px 0 -151px;
  position: relative;
  z-index: 2;
}
.listAdvantages__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px 8px 4px;
}
.listAdvantages__li:first-child {
  margin-left: 33.33%;
}
.listAdvantages__text {
  width: 100%;
  min-height: 122px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-main, #111111);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 1460px) {
  .listAdvantages {
    margin: 9px -4px 0 -38px;
  }
  .listAdvantages__text {
    min-height: auto;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .listAdvantages {
    margin: 45px -4px 0 -4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .listAdvantages__li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .listAdvantages {
    margin-top: 30px;
  }
  .listAdvantages__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .listAdvantages__li {
    width: 100%;
    padding-bottom: 7px;
  }
  .listAdvantages__text {
    min-height: 68px;
    line-height: 1.42;
    padding: 10px;
  }
}

.sectionBenefit {
  margin-bottom: 155px;
}
.sectionBenefit__top {
  margin-bottom: 64px;
}
.sectionBenefit__title {
  margin-right: 20px;
}
@media (max-width: 1640px) {
  .sectionBenefit {
    margin-bottom: 90px;
  }
}
@media (max-width: 1460px) {
  .sectionBenefit__top {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .sectionBenefit {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sectionBenefit__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .sectionBenefit {
    margin-bottom: 59px;
  }
  .sectionBenefit__link {
    display: none;
  }
  .sectionBenefit__top {
    display: block;
    margin-bottom: 32px;
  }
  .sectionBenefit__title {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.listBenefit {
  margin: 0 -3px;
}
.listBenefit__li {
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px 6px 3px;
}
.listBenefit__text {
  text-align: center;
  min-height: 105px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--marketer--colors-white, #ffffff);
  background-color: #1e293b;
}
@media (max-width: 1460px) {
  .listBenefit__text {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .listBenefit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .listBenefit__li {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .listBenefit__li {
    width: 100%;
    padding-bottom: 6px;
  }
  .listBenefit__text {
    min-height: 66px;
    padding: 10px;
  }
}

.sectionRegistration {
  margin-bottom: 8px;
}
.sectionRegistration__top {
  position: relative;
  z-index: 2;
}
.sectionRegistration__title {
  line-height: 1.04;
  position: relative;
  padding-bottom: 18px;
}
.sectionRegistration__title:after {
  display: block;
  content: "";
  width: 216px;
  height: 3px;
  background-color: var(--marketer--bgColors, #f40202);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionRegistration__right {
  min-width: 340px;
}
.sectionRegistration__free {
  width: 215px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--marketer--colors-white, #ffffff);
  background-color: var(--marketer--bgColors, #f40202);
}
.sectionRegistration__date {
  font-weight: 700;
  font-size: 24px;
  color: var(--marketer--colors-main, #111111);
  margin-top: 18px;
}
.sectionRegistration__date span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.sectionRegistration__platform {
  line-height: 1.2;
  margin-top: 15px;
  text-align: left;
}
.sectionRegistration__platform img {
  margin-right: 10px;
}
.sectionRegistration__width-1 {
  width: 48.4%;
  margin-top: 27px;
}
.sectionRegistration__width-2 {
  width: 51.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.sectionRegistration__thumb {
  max-width: 575px;
  margin-left: auto;
  margin-top: -90px;
}
@media (max-width: 1460px) {
  .sectionRegistration {
    overflow: hidden;
  }
  .sectionRegistration__width-2 {
    padding: 0 0 0 30px;
  }
  .sectionRegistration__thumb {
    max-width: 488px;
    margin-top: -50px;
  }
}
@media (max-width: 1199px) {
  .sectionRegistration {
    margin-bottom: 60px;
  }
  .sectionRegistration__thumb {
    max-width: 316px;
    margin-top: 30px;
  }
  .sectionRegistration__width-1 {
    margin-top: 0;
  }
  .sectionRegistration__right {
    min-width: auto;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .sectionRegistration__date {
    font-size: 20px;
    margin-top: 15px;
  }
  .sectionRegistration__platform {
    font-size: 12px;
  }
  .sectionRegistration__free {
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 639px) {
  .sectionRegistration {
    margin-bottom: 66px;
  }
  .sectionRegistration__top {
    display: block;
  }
  .sectionRegistration__title {
    line-height: 1.22;
    text-align: center;
    padding-bottom: 11px;
    margin-bottom: 20px;
  }
  .sectionRegistration__title:after {
    width: 226px;
    right: 0;
    margin: 0 auto;
  }
  .sectionRegistration__title br {
    display: none;
  }
  .sectionRegistration__free {
    width: 226px;
    height: 48px;
    margin: 0 auto;
  }
  .sectionRegistration__right {
    padding-left: 0;
    text-align: center;
  }
  .sectionRegistration__date {
    font-size: 24px;
    margin-top: 18px;
  }
  .sectionRegistration__platform {
    font-size: 16px;
    margin-top: 12px;
  }
  .sectionRegistration__column {
    display: block;
    margin-top: 47px;
  }
  .sectionRegistration__width-1 {
    width: 100%;
  }
  .sectionRegistration__width-2 {
    display: none;
  }
}

.formRegistration__item {
  margin-bottom: 17px;
}
.formRegistration__bottom {
  margin-top: 58px;
}
.formRegistration__bottom .formRegistration__smallText {
  display: none;
}
.formRegistration__list {
  padding-left: 30px;
}
.formRegistration__list li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-main, #111111);
  position: relative;
  padding: 0 10px 0 15px;
  margin-bottom: 8px;
}
.formRegistration__list li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--marketer--colors-main, #111111);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.formRegistration__list li:last-child {
  margin-bottom: 0;
}
.formRegistration__smallText {
  margin-top: 23px;
  max-width: 470px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #acacac;
}
@media (max-width: 1460px) {
  .formRegistration__bottom {
    display: block;
    margin-top: 10px;
  }
  .formRegistration__button {
    width: 100%;
  }
  .formRegistration__list {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .formRegistration__item {
    margin-bottom: 24px;
  }
  .formRegistration__list {
    padding: 24px 0 0 0;
  }
  .formRegistration__list li {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .formRegistration__smallText {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  .formRegistration__item {
    margin-bottom: 16px;
  }
  .formRegistration__bottom {
    margin-top: 31px;
  }
  .formRegistration__bottom .formRegistration__smallText {
    display: block;
    margin-top: 21px;
    text-align: center;
  }
  .formRegistration__button {
    height: 79px;
    font-size: 16px;
  }
  .formRegistration__list {
    text-align: center;
    padding: 18px 0 0 0;
  }
  .formRegistration__list li {
    padding: 0;
  }
  .formRegistration__list li:before {
    display: none;
  }
  .formRegistration__smallText {
    display: none;
  }
}

.input {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 16px !important;
  color: #1e293b;
  border-bottom: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 30px 29px 30px;
}
@media (max-width: 1460px) {
  .input {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .input {
    padding: 16px;
  }
}
@media (max-width: 639px) {
  .input {
    padding: 17px 6px;
    font-size: 14px !important;
  }
}

/** swiper **/
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-lazy-preloader {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #0a0f9e;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 52px;
  height: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #1e293b;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-next use,
.swiper-button-prev use {
  fill: var(--ltmarket--colors-main, #111111);
  stroke: var(--ltmarket--colors-main, #111111);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--marketer--bgColors, #f40202);
  border-color: var(--marketer--bgColors, #f40202);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-next:hover use,
.swiper-button-prev:hover use {
  fill: var(--marketer--colors-white, #ffffff);
  stroke: var(--marketer--colors-white, #ffffff);
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #f40202;
  border-color: #f40202;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.25);
}
.swiper-button-next:active use,
.swiper-button-prev:active use {
  stroke: var(--marketer--colors-white, #ffffff);
}

.swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/** END swiper **/
.sectionPartners {
  margin-bottom: 111px;
}
.sectionPartners__top {
  margin-bottom: 57px;
  position: relative;
}
.sectionPartners__title {
  margin-right: 140px;
}
.sectionPartners .swiper-button-prev,
.sectionPartners .swiper-button-next {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}
.sectionPartners .swiper-button-prev {
  right: 62px;
}
@media (max-width: 1640px) {
  .sectionPartners {
    margin-bottom: 90px;
  }
}
@media (max-width: 1460px) {
  .sectionPartners .swiper-button-prev,
  .sectionPartners .swiper-button-next {
    top: 0;
  }
  .sectionPartners__top {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .sectionPartners {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sectionPartners__top {
    margin-bottom: 30px;
  }
  .sectionPartners .swiper-button-prev,
  .sectionPartners .swiper-button-next {
    top: -6px;
  }
}
@media (max-width: 768px) {
  .sectionPartners .swiper-button-prev,
  .sectionPartners .swiper-button-next {
    top: -9px;
  }
}
@media (max-width: 639px) {
  .sectionPartners {
    margin-bottom: 40px;
  }
  .sectionPartners__title {
    margin: 0 60px;
    text-align: center;
  }
  .sectionPartners .swiper-button-prev,
  .sectionPartners .swiper-button-next {
    top: -8px;
  }
  .sectionPartners .swiper-button-prev {
    right: initial;
    left: 0;
  }
  .sectionPartners__top {
    margin-bottom: 50px;
  }
}

.sliderPartners .swiper-slide {
  width: auto;
}
.sliderPartners .swiper-slide:first-child .sliderPartners__thumb {
  padding-left: 0;
}
.sliderPartners .swiper-slide:last-child .sliderPartners__thumb {
  padding-right: 0;
}
.sliderPartners__thumb {
  width: auto;
  height: 106px;
  text-decoration: none;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 26px;
}
@media (max-width: 1279px) {
  .sliderPartners__thumb {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .sliderPartners {
    height: 179px;
  }
  .sliderPartners .swiper-slide {
    height: calc((100% - 15px) / 2) !important;
  }
  .sliderPartners__thumb {
    height: 82px;
  }
}

.footer {
  background-color: #1E293B;
}
.footer__top {
  padding-top: 68px;
}
.footer__bottom {
  padding: 42px 0 32px 0;
}
.footer__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__item--1 {
  width: 76%;
  padding-right: 30px;
}
.footer__item--2 {
  width: 24%;
}
.footer__link {
  max-width: 100%;
  margin-top: 28px;
}
.footer__text {
  max-width: 700px;
  margin-top: 28px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  color: var(--marketer--colors-white, #ffffff);
}
.footer__text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  color: var(--marketer--colors-white, #ffffff);
}
.footer__box--left {
  border-right: 2px solid #f40202;
  padding-right: 18px;
  margin-right: 12px;
}
.footer__box a {
  display: block;
  width: 36px;
  margin-bottom: 4px;
  font-size: 0;
}
.footer__box a:hover {
  opacity: 0.7;
}
.footer__box a:last-child {
  margin-bottom: 0;
}
.footer__mobile {
  display: none;
}
@media (max-width: 1460px) {
  .footer__item--1 {
    width: 70%;
  }
  .footer__item--2 {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .footer__item--1 {
    width: 60%;
  }
  .footer__item--2 {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__top {
    display: block;
    padding-top: 30px;
  }
  .footer__item--1 {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .footer__item--2 {
    width: 100%;
  }
  .footer__text {
    max-width: 100%;
    margin-top: 24px;
    line-height: 1.5;
  }
  .footer__text p {
    line-height: 1.5;
  }
  .footer__link {
    margin-top: 14px;
  }
}
@media (max-width: 639px) {
  .footer__top {
    padding-top: 62px;
  }
  .footer__box--left {
    padding-right: 12px;
    margin-right: 9px;
  }
  .footer__text {
    margin-top: 26px;
    line-height: 1.42;
  }
  .footer__text p {
    line-height: 1.42;
  }
  .footer__item--2 {
    display: none;
  }
  .footer__mobile {
    display: block;
    margin-top: 35px;
  }
  .footer__link {
    margin-top: 22px;
    width: 100%;
    height: 79px;
    font-size: 16px;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}

.footerMenu {
  margin-top: 4px;
}
.footerMenu ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.footerMenu li {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 17px 0;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.footerMenu a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-white, #ffffff);
  text-decoration: none;
  position: relative;
}
.footerMenu a:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: var(--marketer--colors-white, #ffffff);
}
.footerMenu a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footerMenu li {
    padding-bottom: 10px;
  }
  .footerMenu a {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .footerMenu li {
    padding-bottom: 20px;
  }
  .footerMenu a {
    padding-left: 13px;
  }
}

.copyright {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.31);
  line-height: 1.2;
}
@media (max-width: 639px) {
  .copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    margin-top: 22px;
  }
}

.smallMenu {
  width: 24%;
}
.smallMenu a {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.31);
  line-height: 1.2;
  text-decoration: none;
}
.smallMenu a:hover {
  text-decoration: underline;
}
@media (max-width: 1460px) {
  .smallMenu {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .smallMenu {
    width: 40%;
  }
}
@media (max-width: 639px) {
  .smallMenu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footerLogo {
  font-family: var(--second-family, "Helvetica");
  font-size: 48px;
  line-height: 0.9;
  color: var(--marketer--colors-white, #ffffff);
  font-weight: bold;
  position: relative;
  top: -1px;
}
@media (max-width: 359px) {
  .footerLogo {
    font-size: 40px;
  }
}

.footerSocial__item {
  margin: 48px 84px 0 0;
}
.footerSocial__item:last-child {
  margin-right: 0;
}
.footerSocial__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--marketer--colors-white, #ffffff);
}
.footerSocial a {
  display: block;
  width: 36px;
  margin: 9px 8px 0 0;
  font-size: 0;
}
.footerSocial a:hover {
  opacity: 0.7;
}
.footerSocial a:last-child {
  margin-right: 0;
}
@media (max-width: 1460px) {
  .footerSocial__item {
    margin-right: 48px;
  }
}
@media (max-width: 1199px) {
  .footerSocial__item {
    margin: 30px 30px 0 0;
  }
}
@media (max-width: 639px) {
  .footerSocial__item {
    margin: 35px 0 0 0;
  }
}

/** remodal **/
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 1000;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.68);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .remodal-wrapper.all-modalBasket {
    overflow: hidden;
    padding: 0;
  }
  .remodal-wrapper.all-modalBasket .modalBasket {
    margin-bottom: 0;
    vertical-align: top;
  }
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  display: block;
  position: absolute;
  top: 29px;
  right: 33px;
  width: 33px;
  height: 33px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 639px) {
  .remodal-close {
    top: 18px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  .remodal-close {
    top: 17px;
    right: 17px;
    width: 27px;
    height: 27px;
  }
  .remodal-close svg {
    width: 100%;
    height: auto;
  }
}

.remodal-close use {
  stroke-width: 2px;
  stroke: #000;
}

.remodal-close:hover use {
  stroke: var(--marketer--bgColors, #f40202);
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.modalInfo {
  max-width: 986px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 76px 48px 76px;
  background-color: #fff;
  text-align: left;
}
.modalInfo__title {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-family, "e-Ukraine");
  font-weight: 100;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--marketer--colors-title, #1e293b);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.modalInfo__title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 216px;
  height: 3px;
  background-color: var(--marketer--bgColors, #f40202);
}
.modalInfo__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--marketer--colors-main, #111111);
}
.modalInfo__text p {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-main, #111111);
  margin-bottom: 10px;
}
.modalInfo__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 200px;
  margin-top: 73px;
}
.modalInfo__icons {
  position: absolute;
  top: 0;
  right: 29px;
  max-width: 152px;
}
.modalInfo__icons--2 {
  display: none;
}
@media (max-width: 991px) {
  .modalInfo {
    padding: 70px 30px 30px 30px;
  }
  .modalInfo__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .modalInfo__icons {
    right: 0;
  }
  .modalInfo__item {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .modalInfo {
    padding: 38px 15px 38px 15px;
  }
  .modalInfo__icons {
    display: none;
    position: relative;
    right: 0;
    max-width: 88px;
  }
  .modalInfo__icons--2 {
    display: block;
    margin: 0 auto 24px auto;
  }
  .modalInfo__icons--2 img {
    margin: 0 auto;
  }
  .modalInfo__title {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 20px 9px 20px;
    margin-bottom: 27px;
  }
  .modalInfo__title:after {
    height: 1px;
    width: 244px;
  }
  .modalInfo__text {
    font-size: 14px;
    line-height: 1.42;
  }
  .modalInfo__text p {
    font-size: 14px;
    line-height: 1.42;
    font-weight: 500;
  }
  .modalInfo__item {
    margin-top: 49px;
    text-align: center;
    padding-right: 0;
  }
}

.description {
  font-family: var(--font-family, "e-Ukraine");
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-main, #111111);
}
.description p {
  font-size: 16px;
  color: var(--marketer--colors-main, #111111);
  line-height: 1.5;
  letter-spacing: -0.03em;
  margin-bottom: 16px !important;
}
.description p iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: var(--font-family, "e-Ukraine") !important;
  color: var(--marketer--colors-title, #1e293b);
  margin: 0 0 10px 0 !important;
  text-align: left;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.description h1 {
  font-size: 32px;
}
.description h2 {
  font-size: 27px;
}
.description h3 {
  font-size: 18px;
}
.description h4 {
  font-size: 16px;
}
.description h5 {
  font-size: 16px;
}
.description h6 {
  font-size: 14px;
}
.description a {
  color: var(--marketer--colors-main, #111111);
  text-decoration: none;
}
.description a:hover {
  color: #f40202;
}
.description blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid var(--marketer--bgColors, #f40202);
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-main, #111111);
  margin: 36px 0;
  padding: 10px 15px;
  text-align: left;
}
.description blockquote p {
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 0 !important;
}
.description ol {
  counter-reset: item;
  margin: 38px 0 16px 0;
}
.description ol li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ltmarket--colors-main, #111111);
  list-style: inside decimal;
  position: relative;
  padding-left: 19px;
  margin-top: 6px;
}
.description ol li:last-child {
  margin-bottom: 0;
}
.description ol li::marker {
  opacity: 0;
  display: none;
  visibility: hidden;
  font-size: 0;
}
.description ol li:before {
  display: block;
  content: counter(item) ".";
  counter-increment: item;
  font-size: 16px;
  color: var(--ltmarket--colors-main, #111111);
  position: absolute;
  left: 0;
  top: 0;
}
.description ol li ol {
  margin-left: 15px;
}
.description ul {
  margin: 38px 0 16px 0;
  position: relative;
}
.description ul li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-main, #111111);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  margin-bottom: 7px;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description ul li:before {
  display: block;
  content: "→";
  position: absolute;
  top: 0;
  left: 0px;
}
.description img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.description table {
  width: 100%;
  border-collapse: separate;
  margin: 23px 0;
}
.description table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
.description table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
.description table th {
  font-size: 16px;
  line-height: 1.33;
  font-weight: bold;
  color: var(--marketer--colors-main, #111111);
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 7px 16px;
}
.description table th:first-child {
  border-left: 1px solid #ccc;
}
.description table td {
  font-size: 16px;
  line-height: 1.5;
  color: var(--marketer--colors-main, #111111);
  text-align: left;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  padding: 8px 16px;
}
.description table td:first-child {
  border-left: 1px solid #ccc;
}
.description > *:first-child {
  margin-top: 0 !important;
}
.description > *:last-child {
  margin-bottom: 0 !important;
}
.description.boxInfo__description {
  letter-spacing: 0;
}
.description.boxInfo__description p {
  font-weight: 300;
  letter-spacing: 0;
}
.description.boxInfo__description h1,
.description.boxInfo__description h2,
.description.boxInfo__description h3,
.description.boxInfo__description h4,
.description.boxInfo__description h5,
.description.boxInfo__description h6 {
  font-weight: 500;
}
.description.boxInfo__description h2 {
  font-size: 27px;
}
.description.boxInfo__description h3 {
  font-size: 24px;
}
.description.boxInfo__description h4 {
  font-size: 22px;
}
.description.boxInfo__description h5 {
  font-size: 20px;
}
.description.boxInfo__description h6 {
  font-size: 18px;
}
.description.boxInfo__description ul,
.description.boxInfo__description ol {
  margin: 16px 0;
}
.description.boxInfo__description ul li,
.description.boxInfo__description ol li {
  font-weight: 300;
  letter-spacing: 0;
}
.description.boxInfo__description ul li {
  padding-left: 22px;
}
@media (max-width: 768px) {
  .description {
    font-size: 14px;
    line-height: 1.42;
  }
  .description p {
    font-size: 14px;
    line-height: 1.42;
  }
  .description h1 {
    font-size: 27px;
  }
  .description h2 {
    font-size: 20px;
  }
  .description h3 {
    font-size: 16px;
  }
  .description blockquote {
    font-size: 14px;
    line-height: 1.42;
    margin: 16px 0;
  }
  .description ol {
    margin: 16px 0 16px 0;
  }
  .description ol li {
    font-size: 14px;
    line-height: 1.42;
  }
  .description ol li:before {
    font-size: 14px;
  }
  .description ul {
    margin: 16px 0 16px 0;
  }
  .description ul li {
    font-size: 14px;
    line-height: 1.42;
    padding-left: 0;
    margin-bottom: 7px;
  }
  .description ul li:before {
    display: none;
  }
  .description > *:first-child {
    margin-top: 0 !important;
  }
  .description > *:last-child {
    margin-bottom: 0 !important;
  }
  .description.boxInfo__description h2 {
    font-size: 24px;
  }
  .description.boxInfo__description h3 {
    font-size: 22px;
  }
  .description.boxInfo__description h4 {
    font-size: 20px;
  }
  .description.boxInfo__description h5 {
    font-size: 18px;
  }
  .description.boxInfo__description h6 {
    font-size: 16px;
  }
  .description.boxInfo__description ul li:before {
    display: block;
  }
}

.modalLink {
  margin-top: 28px;
}
.modalLink__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--marketer--colors-title, #1e293b);
  margin-right: 15px;
}
.modalLink__item a {
  display: block;
  width: 36px;
  height: 37px;
  margin: 4px;
}
.modalLink__item a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .modalLink {
    display: block;
    text-align: center;
    margin-top: 37px;
  }
  .modalLink__title {
    font-size: 14px;
    line-height: 1.28;
    margin: 0 0 15px 0;
  }
  .modalLink__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.socialLink {
  margin-top: 20px;
}
.socialLink a {
  display: block;
  width: 36px;
  height: 37px;
  margin: 8px 8px 0 0;
}
.socialLink a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .socialLink {
    margin-top: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .socialLink a {
    margin: 4px;
  }
}

/** END Remodal **/
.errorText {
  font-size: 14px;
  color: #f40202;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0 0;
}
@media (max-width: 768px) {
  .errorText {
    font-size: 12px;
  }
}

.box404 {
  margin-bottom: 60px;
  text-align: center;
}
.box404__title {
  font-size: 140px;
  font-weight: bold;
}
.box404__text {
  margin-top: 15px;
}
.box404__link {
  margin: 31px auto 0 auto;
}
@media (max-width: 768px) {
  .box404__title {
    font-size: 100px;
  }
}
.boxSuccess {
	max-width: 900px;
	margin: 40px auto 60px auto;
}
@media (max-width: 991px) {
	.boxSuccess {
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.boxSuccess {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 20px; 
	}
}