@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');
}

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;
  background: #ffffff;
  min-width: 340px;
  color: #585b63;
  position: relative;
  -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: #585b63;
  text-decoration: none;
}

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

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

h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  color: #292c32;
}

h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #292c32;
}

h2 span {
  color: #617cb1;
}

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

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

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

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

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

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

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

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

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #eff6ff;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  content: '';
}

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

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

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

.form {
  width: 100%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(68, 51, 104, 0.15);
  border-radius: 4px;
  padding: 40px 80px;
  text-align: center;
}

.form__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  color: #292c32;
  margin-bottom: 16px;
}

.form__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 35px;
}

.form .input {
  width: 100%;
  height: 60px;
  background: #f8f8f8;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  padding-left: 25px;
  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:hover .input__label,
.form .input__wrap.focused .input__label {
  transform: translate(0, -25px);
  font-size: 10px;
}

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

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

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

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

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

.form__places {
  margin-top: 8px;
  font-size: 12px;
  line-height: 24px;
  color: #585b63;
  margin-bottom: 15px;
}

.form__agree {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
}

.form__agree a {
  text-decoration: underline;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  height: 60px;
  border-radius: 2px;
  padding: 0 50px;
  color: #fff;
  background: #f8954e;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn:hover {
  box-shadow: 0px 0px 20px 5px #e3782c38;
  background: #e3782c;
}

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

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 100;
}

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

.header__logo {
  position: relative;
  margin: 5px 0;
  z-index: 110;
}

.header__logo img {
  display: block;
}

.header__menu {
  display: flex;
  flex-wrap: wrap;
}

.header__menu li {
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}

.header__menu li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #617cb1;
  bottom: 0;
  left: 0;
  transform: translateX(-110%);
  transition: 0.3s ease;
  position: absolute;
}

.header__menu li:hover:after {
  transform: translateX(0);
}

.header__menu li:hover a {
  color: #617cb1;
}

.header__menu a {
  font-size: 14px;
  line-height: 16px;
  transition: 0.3s ease;
}

.header__btn {
  height: 50px;
}

.header__burger {
  display: none;
}

.header__social {
  display: none;
}

.course-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  gap: 35px;
}

.course-info__date,
.course-info__flow,
.course-info__duration {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #585b63;
}

.course-info__date svg,
.course-info__date img,
.course-info__flow svg,
.course-info__flow img,
.course-info__duration svg,
.course-info__duration img {
  margin-right: 12px;
}

.course-info__flow span {
  color: #f8954e;
}

.main {
  padding-top: 133px;
}

.main__content {
  position: relative;
  padding-top: 60px;
  margin-bottom: 80px;
}

.main__image {
  right: 0;
  top: 30px;
  position: absolute;
}

.main__percent {
  position: absolute;
  z-index: 1;
  top: -45px;
  right: -69px;
  width: 170px;
  height: 176px;
  background: center / contain no-repeat;
  /* padding-top: 65px; */
  padding-top: 40px;
  padding-left: 22px;
  padding-right: 14px;
}

.main__text00 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
}

.main__text01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 75%;
  color: #fff;
}

/* .main__text01::before {
	content: "до";
	position: absolute;
	top: -9px;
	left: -7px;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	opacity: 0.9;
} */
.main__text02 {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  /* font-size: 18px; */
  line-height: 120%;
  color: #fff;
}

.main__title {
  /* margin-bottom: 14px; */
  max-width: 600px;
}

.main__raiting {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.main__raiting-stars {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 612 792;' version='1.1' viewBox='0 0 612 792' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCAF17;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='306,153 216.4,298.9 50,339 161,469.3 147.8,639.9 306,574.6 464.2,639.9 451,469.3 562,339 395.6,298.9 306,153 '/%3E%3C/g%3E%3C/svg%3E")
    0 50% repeat-x;
  width: 110px;
  height: 30px;
}

.main__raiting-text {
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 500;
}

.main__raiting-text b {
  font-weight: 700;
}

.main__subtitle {
  max-width: 500px;
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  color: #585b63;
  margin-bottom: 70px;
}

.main__subtitle b {
  font-weight: 700;
  color: #617cb1;
}

.main .row {
  display: flex;
  flex-wrap: wrap;
}

.main__trailer {
  order: 2;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

.main__trailer span {
  margin-left: 10px;
}

.main__trailer svg {
  transition: 0.3s ease;
}

.main__trailer circle {
  transition: 0.3s ease;
}

.main__trailer:hover svg {
  transform: scale(1.5);
}

.main__trailer:hover circle {
  fill: #eb7c59;
}

.main__places {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 6px;
  color: #585b63;
}

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

.main__footer-item {
  justify-content: flex-start;
  max-width: 225px;
  margin-bottom: 20px;
}

.main__footer-item p {
  margin-left: 15px;
  width: 155px;
}

.main-1 {
  padding-top: 133px;
}

.main-1__content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-1__image {
  right: 0;
  top: 60px;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 330px;
}

.main-1__title {
  margin-bottom: 14px;
  max-width: 600px;
  text-align: center;
}

.main-1__raiting {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.main-1__raiting-stars {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 612 792;' version='1.1' viewBox='0 0 612 792' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCAF17;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='306,153 216.4,298.9 50,339 161,469.3 147.8,639.9 306,574.6 464.2,639.9 451,469.3 562,339 395.6,298.9 306,153 '/%3E%3C/g%3E%3C/svg%3E")
    0 50% repeat-x;
  width: 110px;
  height: 30px;
}

.main-1__raiting-text {
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 500;
}

.main-1__raiting-text b {
  font-weight: 700;
}

.main-1__subtitle {
  max-width: 500px;
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  color: #585b63;
  margin-bottom: 70px;
  text-align: center;
}

.main-1__subtitle b {
  font-weight: 700;
  color: #617cb1;
}

.main-1 .row {
  display: flex;
  flex-wrap: wrap;
}

.main-1__places {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 6px;
  color: #585b63;
}

.main-1__video-wrap {
  width: 935px;
  margin: 0 auto 30px;
}

.main-1 a.main-1__video {
  display: block;
  position: relative;
  padding-bottom: 48.02%;
  border-radius: 14px;
  background: center/cover no-repeat;
  border: 5px solid #eb7c59;
}

.main-1__video-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #eb7c59 center/52px no-repeat
    url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_505_1014)'%3E%3Cpath d='M27.2116 3.42847C40.1035 3.42847 50.3509 13.6758 50.3509 26.5677C50.3509 39.4596 40.1035 49.7069 27.2116 49.7069C14.3198 49.7069 4.07242 39.4596 4.07242 26.5677C4.07242 13.6758 14.3198 3.42847 27.2116 3.42847ZM27.2116 0.122864C12.667 0.122864 0.766811 12.023 0.766811 26.5677C0.766811 41.1124 12.667 53.0125 27.2116 53.0125C41.7563 53.0125 53.6565 41.1124 53.6565 26.5677C53.6565 12.023 41.7563 0.122864 27.2116 0.122864Z' fill='white'/%3E%3Cpath d='M20.6005 13.3453V39.7902L40.4341 26.5678L20.6005 13.3453Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_505_1014'%3E%3Crect width='52.8897' height='52.8897' fill='white' transform='translate(0.766811 0.122864)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transition: transform 0.3s ease 0s;
}

.main-1__video-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.logos .item {
  width: 172px !important;
  height: 90px;
  margin-right: 15px;
  background: #f7f5fb 50%/70% no-repeat;
  border-radius: 5.44433px;
}

.for {
  padding: 100px 0;
  text-align: center;
}

.for__title {
  margin-bottom: 50px;
}

.for__tabs {
  display: flex;
  flex-wrap: wrap;
}

.for__tabs-nav {
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: fit-content;
  padding: 18px 52px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #292c32;
  text-align: left;
  transition: all 0.4s;
  cursor: pointer;
}

.for__tabs-nav:hover {
  color: #617cb1;
  background: #eff6ff;
}

.for__tabs-nav--active {
  background: #e3782c;
  cursor: default;
  color: #fff;
}

.for__tabs-nav--active:hover {
  background: #e3782c;
  color: #fff;
}

.for__content {
  border: 1px solid rgba(97, 124, 177, 0.36);
  padding: 35px 45px;
  display: none;
}

.for__content--active {
  display: block;
}

.for__content-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.for__content-top p {
  max-width: 560px;
  margin-left: 20px;
  text-align: left;
}

.for__content-top p b {
  font-weight: 700;
}

.for__content-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #617cb1;
  text-align: left;
}

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

.for__content-list li {
  width: 300px;
  margin-bottom: 30px;
  text-align: left;
}

.for__content-list span {
  display: inline-block;
  padding: 6px;
  margin-bottom: 6px;
  background: #eff6ff;
  border-radius: 2px;
  font-weight: 800;
  font-size: 14px;
  color: #617cb1;
}

.speakers {
  padding-top: 70px;
  position: relative;
  text-align: center;
}

.speakers:before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 400px;
  background: #eff6ff;
  position: absolute;
  left: 0;
  top: 0;
}

.speakers__title {
  margin-bottom: 16px;
}

.speakers__subtitle {
  font-size: 20px;
  line-height: 148%;
  margin-bottom: 44px;
}

.speakers__subtitle b {
  font-weight: 700;
  color: #617cb1;
}

.speakers__list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  max-width: 960px;
  margin: 0 auto;
}

.speakers .speaker {
  width: 100%;
  max-width: 290px;
  position: relative;
  height: 400px;
  padding: 25px 17px;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex !important;
  flex-direction: column;
  transition: 0.3s ease;
}

.speakers .speaker__company {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  z-index: 20;
  transition: 0.3s ease;
}

.speakers .speaker__company img {
  max-width: 90%;
}

.speakers .speaker3 .speaker__company img {
  max-width: 60%;
}

.speakers .speaker__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.speakers .speaker__photo:after {
  content: '';
  background: linear-gradient(180deg, rgba(25, 23, 30, 0) 0%, #1a181e 100%);
  opacity: 0.67;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
}

.speakers .speaker__name {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  z-index: 20;
  transition: 0.3s ease;
}

.speakers .speaker__prof {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  position: relative;
}

.speakers .speaker__info {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212220;
  padding: 25px;
  color: #fff;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: 0.3s ease;
  opacity: 0;
}

.speakers .speaker__info_name {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 20px;
  width: 100%;
}

.speakers .speaker__info li {
  font-size: 12px;
  line-height: 19px;
}

.speakers .speaker:hover,
.speakers .speaker.active {
  justify-content: start;
  padding-top: 50px;
}

.speakers .speaker:hover .speaker__info,
.speakers .speaker.active .speaker__info {
  opacity: 1;
  padding-top: 125px;
}

.speakers .speaker:hover .speaker__company,
.speakers .speaker.active .speaker__company {
  left: 50%;
  transform: translateX(-50%);
}

.speakers .slick-prev,
.speakers .slick-next {
  z-index: 10;
}

.speakers .slick-prev {
  left: -40px;
}

.speakers .slick-next {
  right: -40px;
}

.program {
  padding: 100px 0;
  min-height: 1100px;
}

.program__title {
  margin-bottom: 10px;
}

.program__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
}

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

.program__info {
  max-width: 470px;
  width: 100%;
}

.program__info_text {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}

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

.program__info_items li {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #1e3768;
}

.program__info_items li b {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}

.program__modules {
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.module.active .module__header {
  background: #eff6ff;
}

.module.active .module__header_date {
  color: transparent;
  background: url(../img/next.svg) 0 50% no-repeat;
  background-size: 30px;
}

.module.active .module__body {
  display: flex;
}

.module__header {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  transition: 0.3s ease;
  cursor: pointer;
}

.module__header_number {
  width: 20px;
  height: 20px;
  background: #1e3768;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}

.module__header_title {
  width: 100%;
  max-width: 350px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 18px;
}

.module__header_date {
  width: 60px;
  font-size: 12px;
  font-weight: 700;
  color: #1e3768;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

.module__header_date b {
  width: 100%;
  font-size: 30px;
  display: block;
}

.module__body {
  width: 100%;
  max-width: 720px;
  border: 2px solid rgba(63, 35, 26, 0.08);
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 40px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.module .speaker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.module .speaker__photo {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  background-size: cover;
  margin-right: 25px;
}

.module .speaker__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #322847;
  margin-bottom: 4px;
}

.module .speaker__prof {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #59516a;
}

.module__time_kyiv,
.module__time_msk {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.module__time_kyiv b,
.module__time_msk b {
  font-weight: 700;
}

.module__date {
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #59516a;
}

.module__info {
  width: 100%;
  border-top: 1px solid #f0eded;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.module__number {
  width: 100%;
  font-weight: 800;
  font-size: 26px;
  line-height: 120%;
  color: #292c32;
  margin-right: 30px;
}

.module__presentation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 110%;
}

.module__presentation span {
  margin-left: 14px;
}

.module__presentation svg,
.module__presentation circle {
  transition: 0.3s ease;
}

.module__presentation:hover svg {
  transform: scale(1.5);
}

.module__presentation:hover circle {
  fill: #5d41a7;
}

.module__desc {
  width: 100%;
  -moz-columns: 2;
  columns: 2;
  margin-top: 25px;
}

.module__desc li {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.module__desc li:before {
  content: '';
  background: #1e3768;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}

.module__result {
  background: #eff6ff;
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.module__result_title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #292c32;
}

.module__result_text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.module__materials {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}

.module .material {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
}

.module .material__icon {
  margin-right: 12px;
}

.module .material__text {
  width: 100%;
  max-width: calc(100% - 50px);
  font-size: 13px;
  line-height: 15px;
}

.module__btn {
  margin-top: 15px;
}

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

.about__title {
  margin-bottom: 60px;
}

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

.about .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 40px;
  text-align: left;
}

.about .item:last-child {
  margin-left: auto;
  margin-right: auto;
}

.about .item__image {
  width: 201px;
}

.about .item__image img {
  display: block;
  margin-left: auto;
  width: 100%;
  height: auto;
}

.about .item__content {
  width: 100%;
  max-width: 310px;
}

.about .item__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #263238;
  margin-bottom: 15px;
}

.about__btn {
  margin: 0 auto;
}

.how {
  padding: 100px 0;
  background: #eff6ff;
}

.how__title {
  text-align: center;
  margin-bottom: 65px;
}

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

.how .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

.how .item:last-child .item__image:after {
  display: none;
}

.how .item__content {
  width: 100%;
}

.how .item__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 125%;
  color: #292c32;
  margin-bottom: 10px;
}

.how .item__text {
  color: #585b63;
}

.how .item__image {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(238, 76, 54, 0.15);
  border-radius: 50%;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.how .item__image:before {
  width: 106px;
  height: 106px;
  content: '';
  background: #617cb1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.how .item__image:after {
  content: '';
  width: 191px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(100%);
  background: rgba(89, 102, 87, 0.57);
}

.how .item__image img {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.how .item__number {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  background: #617cb1;
  z-index: 20;
}

.profit {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.profit__title {
  margin-bottom: 15px;
}

.profit__subtitle {
  margin-bottom: 30px;
}

.profit .item {
  width: 100%;
  max-width: 500px;
  width: 500px !important;
  height: 200px;
  box-shadow: 0px 4px 40px rgba(68, 51, 104, 0.15);
  margin-bottom: 20px;
}

.profit .item__image {
  height: 100%;
  background-size: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

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

.profit .slick-slide {
  margin: 0 15px;
}

.profit .slick-prev,
.profit .slick-next {
  top: auto;
  bottom: -65px;
  z-index: 10;
}

.profit .slick-prev {
  left: 50%;
  transform: translate(-250%, -50%);
}

.profit .slick-next {
  right: 50%;
  transform: translate(250%, -50%);
}

.profit .slick-dots li {
  margin: 0;
}

.profit .slick-dots li button {
  padding: 0;
}

.profit .slick-dots li button:before {
  color: #f8954e;
  font-size: 40px;
}

.profit__format {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}

.profit__format-remote {
  margin-top: 85px;
}

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

.profit__remote-item:first-child {
  width: 56%;
}

.profit__remote-item:last-child {
  width: 42%;
}

.profit__remote-item img {
  display: block;
  width: 100%;
  height: auto;
}

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

.profit__content li {
  position: relative;
  margin-bottom: 50px;
  padding-left: 55px;
  width: 44%;
  text-align: left;
}

.profit__content-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #617cb1;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
}

.profit__content-title {
  margin-bottom: 13px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  color: #292c32;
}

.employment {
  padding: 90px 0;
  background: #eff6ff;
}

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

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

.employment__image {
  max-width: 520px;
  text-align: center;
}

.employment__image img {
  width: 100%;
  object-fit: contain;
}

.employment__btn {
  margin-top: 20px;
}

.employment__title {
  margin-bottom: 55px;
}

.employment__list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  color: #585b63;
}

.employment__list li b {
  font-weight: 700;
}

.employment__list li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/employment-check.svg) 50% no-repeat;
}

.students {
  text-align: center;
  padding: 100px 0;
}

.students__title {
  margin-bottom: 10px;
}

.students__subtitle {
  margin-bottom: 30px;
}

.students__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.students__logos .logo {
  height: 88px;
  width: calc(100% / 6 - 20px);
  background: #fafbfd;
  padding: 15px;
}

.students__logos .logo__image {
  height: 100%;
  background: #fafbfd 50% / contain no-repeat;
}

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

.students__text {
  margin-top: 30px;
  padding: 30px 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #eff6ff;
}

.students__text span {
  margin-left: 10px;
}

.packages {
  padding: 70px 0;
}

.packages-header {
  position: relative;
  padding: 12px 12px 12px 24px;
  border-radius: 20px;
  background: #1e3768 url(../img/packages/packages-header__bg.webp) 40%/460px no-repeat;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

.packages-header-timer__title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.packages-header-timer__title b {
  font-weight: 700;
}

.packages-header-timer .countelement,
.packages-header-timer .countDiv:before,
.packages-header-timer .countDiv:after {
  background: #fff !important;
}

.packages-header-bonus {
  background: #eff6ff;
  padding: 20px 24px 16px 120px;
  font-size: 28px;
  color: #000;
  max-width: 490px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.packages-header-bonus__image {
  background: url(../img/packages/packages-header__gift.webp) 50% / contain no-repeat;
  aspect-ratio: 1/1;
  position: absolute;
  width: 100px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.packages-header-bonus__text {
  line-height: 100%;
}

.packages-header-bonus__text b {
  font-weight: 700;
}

.packages__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.packages__course-info {
  margin-bottom: 20px;
}

.packages__title {
  margin-top: 20px;
  font-weight: 400;
  width: 100%;
  max-width: 456px;
  color: #000;
  font-size: 46px;
}

.packages__title b {
  font-weight: 800;
}

.packages__footer-text {
  margin-bottom: 25px;
  text-align: center;
}

.packages__footer-text b {
  font-weight: 700;
}

.packages__timer .countdownHolder {
  margin: 15px auto;
  justify-content: flex-start;
}

.packages__timer .countdownHolder .countDiv {
  top: 5px;
  display: inherit;
  width: 10px;
  height: 1em;
  position: relative;
  margin: 0 3px;
}

.packages__timer .countdownHolder .countDays,
.packages__timer .countdownHolder .countHours,
.packages__timer .countdownHolder .countMinutes,
.packages__timer .countdownHolder .countSeconds {
  background: #eff6ff;
  border-radius: 5px;
  padding: 15px;
}

.packages__timer .countdownHolder span.digit {
  color: #000;
  font-weight: 900;
}

.packages__timer .countdownHolder .textdigit {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  position: relative;
  top: -6px;
}

.packages__timer_title {
  margin-bottom: 30px;
  text-align: left;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
}

.packages__timer_title b {
  font-weight: 700;
}

.packages__timer-header {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.packages__nav {
  display: none;
  padding: 20px 0;
}

.packages__wrap {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.package {
  text-align: center;
  width: 20%;
  position: relative;
}

.package-1, .package-3 {
  z-index: 1;
}

.package-2 {
  z-index: 2;
}

.package__btn {
  margin-top: 18px;
  display: inline-flex;
  padding: 18px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #1e3768;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  min-width: auto;
}

.package__btn.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: grey;
}

.package__header {
  position: relative;
  height: 179px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background-color: #fff;
  z-index: 0;
}

.package__body-item {
  height: 77px;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0;
  position: relative;
}

.package__body-item:first-child::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
  pointer-events: none;
}

.package__body-item p b {
  font-weight: 700;
}

.package__body-item:nth-child(odd) {
  background: #f4f5f7;
}

.package-desc .package__body-item:nth-child(odd) {
  border-radius: 8px 0 0 8px;
}

.package-desc .package__body-item:first-child {
  border-radius: 0 0 0 8px;
}

.package-3 .package__body-item:nth-child(odd) {
  border-radius: 0 8px 8px 0;
}

.package-3 .package__body-item:first-child {
  border-radius: 0 0 8px 0;
}

.package__body-item .info {
  position: relative;
  margin-left: 12px;
  cursor: pointer;
}

.package__body-item .info .info__text {
  min-width: 320px;
  background-color: #eff6ff;
}

.package__body-item .info:hover .info__text {
  opacity: 1;
  min-width: 320px;
}

.package__body-item .info:hover .info__icon::before {
  opacity: 1;
}

.package__body-item .yes-value {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  flex: 1 1 auto;
  text-align: center;
}

.package__body-item .yes-value.yes-value--l {
  font-size: 24px !important;
}

.package-2 .package__body-item .yes-value {
  font-size: 15px;
  font-weight: 700;
}

.package__body-item .info__text-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.package__body-item .info__text-item {
  position: relative;
  width: 290px;
  padding: 0 0 0 10px !important;
  height: auto;
}

.package__body-item .info__text-item::before {
  background: #322929;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.package-1 .package__header-block,
.package-2 .package__header-block,
.package-3 .package__header-block {
  position: relative;
  width: 100%;
  height: 144px;
  align-self: flex-end;
  color: #000;
  background-color: #f4f5f7;
  border-radius: 24px 24px 0 0;
}

.package-2 .package__body {
  position: relative;
  z-index: 1;
  box-shadow: 8px 0 8px -2px rgba(0, 0, 0, 0.05);
}

.package-1 .package__header-block {
  border-radius: 24px 0 0 0;
}

.package-2 .package__header-block {
  height: 100%;
  background: #1e3768;
  color: #fff;
  box-shadow: 3px 0 16px 0 rgba(3, 19, 54, 0.20), -3px 0 16px 0 rgba(3, 19, 54, 0.20);
}

.package-3 .package__header-block {
  border-radius: 0 24px 0 0;
}

.package-1 .package__header-block::before,
.package-2 .package__header-block::before,
.package-3 .package__header-block::before {
  content: '+ BONUS';
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px 8px;
  background: #f8954e;
  border-radius: 15px;
  color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  line-height: 100%;
}

.package-2 .package__header-block::before {
  position: absolute;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
  height: 60px;
  z-index: -1;
}

.package-2 .package__header-block::after {
  content: '';
  aspect-ratio: 112 / 108;
  width: 112px;
  position: absolute;
  background: url('../img/packages/package__header-decor.png') center / contain no-repeat;
  left: -3px;
  top: -1px;
}

.package-1 .package__header-title,
.package-2 .package__header-title,
.package-3 .package__header-title {
  margin-top: 51px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.package-2 .package__header-title {
  margin-top: 50px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}

.package-1 .package__header-sub-title,
.package-2 .package__header-sub-title,
.package-3 .package__header-sub-title {
  line-height: normal;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  opacity: 0.5;
  font-size: 10px;
  width: 87px;
}

.package-2 .package__header-sub-title {
  opacity: 1;
}

.package.package-1 .package__body-item .info,
.package.package-2 .package__body-item .info,
.package.package-3 .package__body-item .info {
  display: none;
}

.package.package-1 .package__body-item .info--value,
.package.package-2 .package__body-item .info--value,
.package.package-3 .package__body-item .info--value {
  display: block;
  margin: 0;
  display: flex;
  justify-content: center;
}

.package.package-1 .package__body-item .info--value .info__text-item,
.package.package-2 .package__body-item .info--value .info__text-item,
.package.package-3 .package__body-item .info--value .info__text-item {
  font-size: 16px;
}

.package__body-item .info__icon {
  position: relative;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M8.55769 7.25736C8.55769 6.94912 8.30779 6.69922 7.99955 6.69922C7.6913 6.69922 7.44141 6.94912 7.44141 7.25736V11.7225C7.44141 12.0307 7.6913 12.2806 7.99955 12.2806C8.30779 12.2806 8.55769 12.0307 8.55769 11.7225V7.25736Z' fill='%2301051C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM1.11628 8C1.11628 4.19823 4.19823 1.11628 8 1.11628C11.8017 1.11628 14.8837 4.19823 14.8837 8C14.8837 11.8017 11.8017 14.8837 8 14.8837C4.19823 14.8837 1.11628 11.8017 1.11628 8Z' fill='%2301051C'/%3E%3Cpath d='M8.74423 5.02348C8.74423 5.43448 8.41106 5.76767 8.00005 5.76767C7.58903 5.76767 7.25586 5.43448 7.25586 5.02348C7.25586 4.61248 7.58903 4.2793 8.00005 4.2793C8.41106 4.2793 8.74423 4.61248 8.74423 5.02348Z' fill='%2301051C'/%3E%3C/g%3E%3C/svg%3E")
    center/contain no-repeat;
  display: block;
}

.package__body-item .info__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  width: 22px;
  height: 7px;
  background: url('../img/info-text-slice.svg') center / contain no-repeat;
  transform: translateX(-50%);
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.package__body-item .info__text {
  position: absolute;
  top: 26px;
  transform: translateX(-35%);
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: 0.3s ease;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.package__body-item.yes::before {
  background: url('../img/packages/check-black.svg') 50% / contain no-repeat;
  content: '';
  aspect-ratio: 1/1;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.package__body-item.yes.yes-text::before {
  display: none;
}

.package__body-item .yes__value {
  flex: 1 1 auto;
  text-align: center;
  font-size: 15px;
}

.package__footer {
  background: #fff;
  padding: 40px 0 40px;
  position: relative;
}

.package__footer .packages__timer {
  padding-top: 35px;
}

.package__price_full {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration-line: line-through;
  opacity: 0.6;
}

.package__price_current {
  color: #1e3768;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.package__price_current span {
  font-size: 50px;
  font-weight: 800;
}

.package__btn-book {
  margin-top: 20px;
  display: none;
}

.package__places {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.package__places_upd {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(13, 13, 13, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.package-desc {
  width: 40%;
}

.package-desc .package__header-title {
  text-align: start;
  color: rgba(13, 13, 13, 0.9);
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.package-desc .package__header-title b {
  font-weight: 800;
}

.package-desc .package__body-item {
  padding: 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.package-desc .package__footer {
  background: #fff;
}

.package-desc .packages__timer_title {
  text-align: left;
  margin-bottom: 30px;
}

.package-1 .package__price_current.disabled,
.package-2 .package__price_current.disabled,
.package-3 .package__price_current.disabled {
  color: grey;
}

.package-2 .package__body-item.yes::before {
  width: 40px;
  background: url('../img/packages/check-black.svg') 50% / contain no-repeat;
}

.package-2 .package__body-item:nth-child(odd) {
  background: #e4ecf7;
}

.package-2 .package__body-item:nth-child(even) {
  background: #eff6ff;
}

.reviews {
  text-align: center;
  padding: 100px 0;
}

.reviews .review {
  /* height: 380px; */
  height: 415px;
  transition: 0.3s ease;
}

.reviews .review__image {
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.13);
  border: 4px solid #c9d1c6;
  border-radius: 23px;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.reviews .slick-slide {
  margin: 0 7px;
  opacity: 0;
}

.reviews .slick-active {
  opacity: 0.5;
}

.reviews .slick-list {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.reviews .slick-center {
  opacity: 1;
  z-index: 10;
  position: relative;
}

.reviews .slick-center .review {
  transform: scale(1.7);
}

.reviews .slick-center .review__image {
  border-color: #292c32;
}

.faq {
  background: #eff6ff;
  padding: 100px 0;
}

.faq__title {
  text-align: center;
  margin-bottom: 50px;
}

.faq .item {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.faq .item__question {
  background: #ffffff;
  border-radius: 4px;
  height: 70px;
  padding-left: 70px;
  position: relative;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #292c32;
  cursor: pointer;
}

.faq .item__question:before {
  content: '+';
  left: 40px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 29px;
  line-height: 36px;
  color: #1c366c;
  transition: 0.3s ease;
}

.faq .item__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 35px;
  transition: 0.3s ease;
}

.faq .item.active .item__question:before {
  content: '-';
}

.faq .item.active .item__answer {
  max-height: 1000px;
  padding: 20px 35px;
}

.calltoaction {
  padding: 100px 0;
  text-align: center;
}

.calltoaction__title {
  max-width: 710px;
  margin: 0 auto 70px;
}

.register {
  padding: 20px 0;
}

.register__wrap {
  background: #eff6ff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 70px;
}

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

.register__content .course-info {
  justify-content: space-between;
  gap: 0;
}

.register__content .course-info p {
  font-size: 16px;
}

.register__title {
  margin-bottom: 20px;
}

.register__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}

.register__text b {
  font-weight: 700;
  color: #617cb1;
}

.register__timer_title {
  margin-bottom: 20px;
}

.register__timer .countdownHolder {
  display: inline-flex;
}

.register__form {
  position: relative;
  width: 100%;
  max-width: 535px;
}

.register__form .main__percent {
  top: -60px;
  right: -33px;
  z-index: 1;
}

.main__trailer {
  display: none;
}

.footer {
  background: #272e26;
  color: #fff;
  padding-top: 35px;
  font-size: 12px;
  line-height: 130%;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

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

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

.footer__logo svg {
  display: block;
}

.footer__info_text {
  max-width: 210px;
  margin-bottom: 20px;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social_link {
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social_link:last-child {
  margin-right: 0;
}

.footer__social_link img {
  display: block;
}

.footer__menu {
  margin-top: 15px;
}

.footer__menu_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer__menu_list {
  -moz-columns: 2;
  columns: 2;
}

.footer__menu_list li {
  margin-bottom: 10px;
}

.footer__menu_list a {
  font-size: 13px;
}

.footer__contacts {
  margin-top: 15px;
}

.footer__contacts_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.footer__contacts_text {
  font-size: 13px;
}

.footer__contacts_text p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.footer__contacts_text p svg {
  margin-right: 5px;
}

.footer__bottom {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__docs {
  display: flex;
  flex-wrap: wrap;
}

.footer__docs li {
  margin: 0 16px;
}

.footer__docs li:last-child {
  margin-right: 0;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  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%;
}

/*// SECTION RASS*/
.rass {
  padding: 50px 0;
}

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

.rass__content {
  max-width: 420px;
  width: 100%;
}

.rass__title {
  margin-bottom: 15px;
}

.rass__price {
  background: #eff6ff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 150%;
  color: #617cb1;
  font-weight: 700;
  margin-bottom: 40px;
}

.rass__price b {
  margin: 0 7px;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}

.rass__text {
  font-size: 20px;
  line-height: 150%;
}

.rass__text b {
  font-weight: 700;
  color: #617cb1;
  text-decoration: underline;
}

.rass__text span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.rass__text span:hover i {
  padding: 10px;
  overflow: visible;
  opacity: 1;
  max-height: 5000px;
}

.rass__tooltip {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 320px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 130%;
  left: 50%;
  top: 35px;
  transition: 0.3s ease;
  transform: translateX(-50%);
  max-height: 0;
  opacity: 1;
  overflow: hidden;
}

.rass__tooltip b {
  font-weight: 700;
  text-decoration: none;
  color: #59516a;
}

.rass__tooltip:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.rass__date {
  background: 50% 50% no-repeat;
  background-size: 100%;
  color: #fff;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  text-align: center;
}

.rass__date_text {
  font-weight: bold;
}

.rass__date_day {
  font-weight: 900;
  font-size: 170px;
  line-height: 90%;
}

.rass__date_month {
  font-weight: bold;
  font-size: 35px;
  line-height: 100%;
}

.rass__how {
  width: 100%;
  max-width: 270px;
}

.rass__how_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  color: #292c32;
  margin-bottom: 20px;
}

.rass__how_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.rass__how_list li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: #f8954e;
  border-radius: 50%;
}

.rass__how_list li img {
  display: block;
  margin: 5px 0;
}

#footer {
  background: #222835;
}

.footer__contacts_text path {
  fill: #617cb1;
}

/* **** */
/* .header {
	padding-top: 0;
}

.header__container {
	padding-top: 5px;
}

.topline__new-year {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 123px;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: cover;
	z-index: 5;
}

.header__topline__new-year {
	position: relative;
	transition: all 0.4s;
	height: 80px;
	background-size: contain;
	z-index: 101;
}

.topline__new-year--hide {
	height: 0 !important;
}

.register__wrap {
	position: relative;
	padding-top: 110px;
}

.register__form .main__percent {
    z-index: 6;
}

.form__title {
	position: relative;
	z-index: 6;
}

.main {
    padding-top: 135px !important;
} */

.closed {
  opacity: 0.4;
  pointer-events: none !important;
}

@media only screen and (max-width: 1260px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  .container {
    max-width: 760px;
  }

  .btn {
    padding: 0 40px;
    height: 50px;
  }

  .course-info {
    gap: 15px;
  }

  .course-info__date,
  .course-info__flow,
  .course-info__duration {
    font-size: 14px;
  }

  .course-info__date svg,
  .course-info__date img,
  .course-info__flow svg,
  .course-info__flow img,
  .course-info__duration svg,
  .course-info__duration img {
    margin-right: 5px;
  }

  .header__btn {
    height: 40px;
  }

  .header__line {
    margin: 0 10px;
  }

  .header__logo img {
    height: 40px;
  }

  .main {
    padding-top: 120px;
  }

  .main__content {
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .main__image {
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .main__image img {
    width: 100%;
  }

  .main .main__percent {
    top: -80px;
    right: -25px;
  }

  .main__percent {
    padding-top: 33px;
    width: 135px;
    height: 140px;
  }

  .main__text00 {
    font-size: 10px;
  }

  .main__text01 {
    font-size: 24px;
  }

  .main__text02 {
    margin-top: 3px;
    font-size: 16px;
  }

  .main__subtitle {
    font-size: 16px;
    max-width: 360px;
    margin-bottom: 30px;
  }

  .main__trailer {
    height: 50px;
  }

  .main__trailer span {
    display: none;
  }

  .main__footer {
    justify-content: center;
    margin: 0 -20px;
  }

  .main__footer-item {
    margin-left: 20px;
    margin-right: 20px;
  }

    .main-1 {
    padding-top: 120px;
  }

  .main-1__content {
    padding: 50px 0;
  }

  .main-1__image {
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-1__image img {
    width: 100%;
  }

  .main-1__subtitle {
    font-size: 16px;
    max-width: 360px;
    margin-bottom: 30px;
  }

  .main-1__video-wrap {
    width: 100%;
  }

  .main-1 a.main-1__video {
    border-width: 3px;
  }

  .main-1__video-btn {
    height: 80px;
    width: 80px;
    background-size: 40px;
  }

  .for {
    padding: 50px 0;
  }

  .for__tabs-nav {
    flex-grow: 0;
    width: 50%;
  }

  .speakers {
    padding: 50px 0;
  }

  .speakers .speaker {
    height: 430px;
  }

  .speakers .speaker:hover {
    justify-content: flex-end;
    padding-top: 25px;
  }

  .speakers .speaker:hover .speaker__info {
    opacity: 0;
    padding-top: 30px;
  }

  .speakers .speaker:hover .speaker__company {
    left: 10px;
    transform: translateX(0);
  }

  .speakers .speaker.active {
    justify-content: start;
    padding-top: 55px;
  }

  .speakers .speaker.active .speaker__info {
    opacity: 1;
    padding-top: 135px;
  }

  .speakers .speaker.active .speaker__company {
    left: 50%;
    transform: translateX(-50%);
  }

  .speakers__list {
    max-width: 640px;
  }

  .program {
    padding: 50px 0;
  }

  .program__header {
    max-width: 360px;
  }

  .program__info {
    max-width: 360px;
  }

  .module.active .module__header_date {
    transform: rotate(90deg);
    background-position: 50%;
  }

  .module.active .module__body {
    max-height: 10000px;
    padding: 10px;
    border: 1px solid rgba(63, 35, 26, 0.08);
  }

  .module__header {
    max-width: 100%;
  }

  .module__header_title {
    max-width: 600px;
  }

  .module__body {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: flex;
    border: none;
    padding: 0 10px;
  }

  .module__number {
    display: none;
  }

  .module__info {
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .about__title {
    margin-bottom: 50px;
  }

  .about .item {
    max-width: 360px;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .about .item__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .about .item__image img {
    margin: 0 auto;
  }

  .about .item__title {
    font-size: 18px;
  }

  .how {
    padding: 50px 0;
  }

  .how__items {
    justify-content: space-around;
  }

  .how .item {
    justify-content: center;
    margin-bottom: 33px;
    padding-top: 0;
  }

  .how .item__image {
    margin-bottom: 10px;
  }

  .how .item__image:after {
    display: none;
  }

  .profit {
    padding: 50px 0;
  }

  .profit__content-title {
    font-size: 18px;
  }

  .employment {
    padding: 50px 0;
  }

  .employment__title {
    margin-bottom: 25px;
  }

  .employment__content {
    max-width: 360px;
  }

  .employment__list li {
    padding-left: 40px;
  }

  .employment__image {
    max-width: 360px;
  }

  .employment__image img {
    width: 100%;
  }

  .students {
    padding: 50px 0;
  }

  .students__logos .logo {
    width: calc(25% - 15px);
  }

  .packages {
    padding: 50px 0;
  }

  .packages__timer .countdownHolder .countDays,
  .packages__timer .countdownHolder .countHours,
  .packages__timer .countdownHolder .countMinutes,
  .packages__timer .countdownHolder .countSeconds {
    padding: 12px;
  }

  .packages__wrap {
    margin-top: 50px;
  }

  .packages .countdownHolder {
    font-size: 22px;
  }

  .packages-header {
    padding: 12px 12px 12px 16px;
  }

  .packages-header-bonus {
    height: 102px;
    max-width: 360px;
    padding-left: 90px;
    align-self: center;
  }

  .packages-header-bonus__image {
    width: 72px;
    left: 12px;
    top: 12px;
  }

  .packages-header-bonus__text {
    font-size: 18px;
  }

  .package__header {
    font-size: 16px;
    height: 120px;
  }

  .package__body-item {
    padding: 0 10px;
  }

  .package__footer .packages__timer {
    padding-top: 45px;
  }

  .package__price_full {
    font-size: 18px;
  }

  .package__price_current {
    font-size: 18px;
  }

  .package__price_current span {
    font-size: 28px;
  }

  .package__btn {
    margin-top: 16px;
    padding: 16px 24px;
    min-width: initial;
    width: 95%;
  }

  .package-desc .package__body-item {
    padding: 0 10px;
    font-size: 14px;
  }

  .package-desc .package__header-title {
    font-size: 26px;
  }

  .package-1 .package__header-block,
  .package-2 .package__header-block,
  .package-3 .package__header-block {
    height: 92px;
  }

  .package-2 .package__header-block {
    height: 100%;
  }

  .package-1 .package__header-title,
  .package-2 .package__header-title,
  .package-3 .package__header-title {
    margin-top: 24px;
  }

  .package-1 .package__header-block::before,
  .package-2 .package__header-block::before,
  .package-3 .package__header-block::before {
    font-size: 12px;
  }

  .package-2 .package__header-title {
    margin-top: 42px;
    font-size: 32px;
    line-height: 32px;
  }

  .package-2 .package__header-block::after {
    width: 82px;
    position: absolute;
    left: -2px;
    top: -1px;
  }

  .reviews {
    padding: 50px 0;
  }

  .reviews .review {
    height: 386px;
  }

  .faq {
    padding: 50px 0;
  }

  .calltoaction {
    padding: 50px 0;
  }

  .register__wrap {
    padding: 10px;
  }

  .register__content {
    max-width: 340px;
  }

  .register__form {
    max-width: 340px;
  }

  .register__text {
    font-size: 16px;
  }

  .form {
    padding: 20px 20px;
  }

  .form__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .form__subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .form__places {
    margin-bottom: 8px;
  }

  .form__agree {
    font-size: 11px;
  }

  .register__form .main__percent {
    top: -60px;
    right: -22px;
  }

  .rass__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .rass__date {
    max-width: 360px;
    height: 350px;
  }

  .rass__how {
    max-width: 360px;
  }

  .calltoaction__title {
    max-width: 500px;
  }

  .footer__menu {
    display: none;
  }

  .footer__copy {
    margin-bottom: 20px;
  }

  .footer__docs li {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* **** */
  /* .topline__new-year {
		height: 65px;
	}

	.main {
		padding-top: 100px !important;
	}

	.register__wrap {
		padding-top: 70px;
	} */
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .container {
    max-width: 340px;
  }

  .course-info {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .course-info__date,
  .course-info__flow,
  .course-info__duration {
    font-size: 12px;
  }

  .course-info__date svg,
  .course-info__date img,
  .course-info__flow svg,
  .course-info__flow img,
  .course-info__duration svg,
  .course-info__duration img {
    margin-right: 5px;
  }

  .header {
    position: absolute;
    padding: 10px 0;
  }

  .header__logo {
    transition: 0.3s ease;
  }

  .header__logo img {
    height: 40px;
    margin: 0;
    transition: 0.3s ease;
  }

  .header__line {
    height: 20px;
  }

  .header__flow {
    font-size: 11px;
  }

  .header__btn {
    display: none;
    /* position: fixed;
		bottom: 5px;
		height: 50px;
		width: 320px;
		padding: 0 10px;
		left: 50%;
		transform: translateX(-50%); */
  }

  .header__btn.hidden {
    opacity: 0;
    z-index: -1;
  }

  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    transition: 0.3s ease;
  }

  .header__menu li {
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 30px 0;
  }

  .header__menu li:before {
    display: none;
  }

  .header__menu li:hover,
  .header__menu li:focus {
    background: #f4edeb;
    color: #684ab8;
  }

  .header__menu a {
    font-size: 18px;
  }

  .header__burger {
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
    opacity: 1;
    margin-left: auto;
  }

  .header__burger span {
    width: 100%;
    height: 3px;
    background: #617cb1;
    border-radius: 3px;
    transition: 0.3s ease;
    transform-origin: 50% 50%;
    display: block;
  }

  .header__social {
    display: flex;
    position: fixed;
    bottom: 50px;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
    opacity: 1;
    transition: 0.3s ease;
    transform: translateX(-100%);
  }

  .header__social_link {
    margin: 0 10px;
  }

  .header.active {
    position: fixed;
  }

  .header.active .header__logo img {
    transform: none;
  }

  .header.active .header__menu {
    transform: translateX(0);
  }

  .header.active .header__burger span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 7px);
  }

  .header.active .header__burger span:nth-child(2) {
    opacity: 0;
  }

  .header.active .header__burger span:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -7px);
  }

  .header.active .header__social {
    transform: translateY(0);
  }

  .main {
    text-align: center;
    padding-top: 100px;
  }

  .main__info {
    justify-content: space-between;
  }

  .main__date,
  .main__duration,
  .main__flow {
    margin: 0;
    font-size: 14px;
  }

  .main__date svg,
  .main__date img,
  .main__duration svg,
  .main__duration img,
  .main__flow svg,
  .main__flow img {
    margin-right: 5px;
  }

  .main__raiting {
    justify-content: center;
  }

  .main__raiting-stars {
    width: 77px;
    height: 21px;
  }

  .main__subtitle {
    /* font-size: 15px; */
    font-size: 16px;
    margin-bottom: 55px;
  }

  .main__image {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .main__image img {
    height: 189px;
  }

  .main__trailer {
    margin-left: 0;
  }

  .main__trailer svg {
    width: 50px;
    height: 50px;
  }

  .main .main__percent {
    top: -80px;
  }

  .main .row {
    justify-content: space-around;
  }

  .main__footer {
    margin: 0;
    justify-content: flex-start;
  }

  .main__footer-item {
    margin: 0 0 15px;
    max-width: none;
  }

  .main__footer-item svg {
    width: 35px;
    height: auto;
  }

  .main__footer-item p {
    width: calc(100% - 50px);
    text-align: left;
  }

  .main-1 {
    text-align: center;
    padding-top: 100px;
  }

  .main-1__info {
    justify-content: space-between;
  }

  .main-1__date,
  .main-1__duration,
  .main-1__flow {
    margin: 0;
    font-size: 14px;
  }

  .main-1__date svg,
  .main-1__date img,
  .main-1__duration svg,
  .main-1__duration img,
  .main-1__flow svg,
  .main-1__flow img {
    margin-right: 5px;
  }

  .main-1__raiting {
    justify-content: center;
  }

  .main-1__raiting-stars {
    width: 77px;
    height: 21px;
  }

  .main-1__subtitle {
    /* font-size: 15px; */
    font-size: 16px;
    margin-bottom: 20px;
  }

  .main-1__image {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    height: auto;
  }

  .main-1 .row {
    justify-content: space-around;
  }

  .for__title {
    text-align: left;
    margin-bottom: 30px;
  }

  .for__tabs-nav {
    flex-grow: 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
  }

  .for__content-top {
    flex-direction: column;
  }

  .for__content-top p {
    margin-left: 0;
    text-align: center;
  }

  .speakers .speaker {
    margin: 15px;
  }

  .speakers__title {
    margin-bottom: 8px;
  }

  .speakers__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .program {
    text-align: center;
    min-height: auto;
  }

  .program__subtitle {
    font-size: 15px;
  }

  .program__header {
    width: 100%;
    margin-bottom: 10px;
  }

  .program__info {
    width: 100%;
    display: none;
  }

  .program__info_items {
    justify-content: space-around;
  }

  .program__info_items li {
    font-size: 15px;
  }

  .program__info_items li b {
    font-size: 22px;
  }

  .module {
    text-align: left;
  }

  .module.active .module__header_date {
    background: none;
    color: #59516a;
    transform: none;
  }

  .module__header {
    padding: 15px 0;
    align-items: flex-start;
  }

  .module__header_title {
    max-width: calc(100% - 35px);
  }

  .module__header_number {
    margin: 0 5px;
    margin-right: 10px;
  }

  .module__header_date {
    width: 100%;
    padding-left: 35px;
    flex-wrap: nowrap;
    margin-top: 5px;
    font-size: 15px;
  }

  .module__header_date b {
    font-size: 12px;
    margin-right: 5px;
    width: auto;
    font-size: 15px;
  }

  .module__body {
    padding: 0 5px;
  }

  .module__time {
    order: 1;
    margin-bottom: 20px;
  }

  .module__speakers {
    order: 2;
  }

  .module__info {
    order: 3;
  }

  .module__desc {
    -moz-columns: 1;
    columns: 1;
    margin-top: 10px;
  }

  .module__desc li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .module__result {
    padding: 10px;
  }

  .module__result_text {
    font-size: 14px;
  }

  .module .material {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .module__btn {
    margin: 0 auto;
  }

  .about__title {
    margin-bottom: 30px;
  }

  .about .item {
    text-align: center;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .about .item__image {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .about .item__image img {
    width: 100%;
  }

  .about .item__title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .about .item__text {
    line-height: 150%;
  }

  .how__title {
    margin-bottom: 20px;
  }

  .how .item {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    text-align: left;
  }

  .how .item__image {
    width: 80px;
    height: 80px;
  }

  .how .item__image:before {
    width: 60px;
    height: 60px;
  }

  .how .item__image:after {
    width: 1px;
    height: 100px;
    display: block;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateY(100%);
  }

  .how .item__image img {
    transform: translate(-50%, -50%) scale(0.65);
  }

  .how .item__content {
    max-width: 220px;
  }

  .how .item__title {
    font-size: 15px;
  }

  .how .item__number {
    width: 30px;
    height: 30px;
    font-size: 16px;
    bottom: auto;
    top: -5px;
  }

  .profit .item {
    width: 300px !important;
    height: 130px;
  }

  .profit__subtitle {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .profit__format {
    margin-bottom: 10px;
    margin-top: 70px;
    font-size: 16px;
  }

  .profit__remote {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .profit__remote-item:first-child,
  .profit__remote-item:last-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .profit__content {
    display: block;
  }

  .profit__content li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 45px;
  }

  .profit__content-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .profit__content-title {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .employment__image {
    order: 1;
    transform: translateY(70px);
  }

  .employment__content {
    order: 2;
  }

  .employment__title {
    transform: translateY(-270px);
  }

  .students__subtitle {
    padding: 0 15px;
  }

  .students__text {
    padding: 10px 30px;
  }

  .students__logos {
    gap: 10px;
  }
  .students__logos .logo {
    padding: 10px;
    height: 60px;
    width: calc(100% / 3 - 14px);
  }

  .packages__container {
    justify-content: center;
    max-width: 100%;
  }

  .packages__timer .countdownHolder .countDays,
  .packages__timer .countdownHolder .countHours,
  .packages__timer .countdownHolder .countMinutes,
  .packages__timer .countdownHolder .countSeconds {
    padding: 10px;
  }

  .packages__timer {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .packages__timer-header {
    display: none;
  }

  .packages__wrap {
    margin-top: 0;
  }

  .packages-header {
    background: #1e3768;
  }
  .packages-header {
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
  }
  .packages-header-timer {
    margin: 0 !important;
  }

  .packages-header-bonus {
    height: auto;
  }

  .package {
    width: 100%;
    margin-bottom: 50px;
    background-color: transparent;
  }

  .package-1 .package__header-block,
  .package-2 .package__header-block,
  .package-3 .package__header-block {
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
  }

  .package-1 .package__header-title,
  .package-2 .package__header-title,
  .package-3 .package__header-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;
  }

  .package-1 .package__header-sub-title,
  .package-2 .package__header-sub-title,
  .package-3 .package__header-sub-title {
    margin-top: 8px;
    position: static;
    font-size: 12px;
    width: 100%;
    transform: none;
  }

  .package-2 .package__body {
    box-shadow: none;
  }

  .package-2 .package__body-item {
    background: #f2f2f2;
  }

  .package .package__body-item.yes::before {
    left: 12px;
    transform: translate(0, -50%);
    width: 16px;
  }

  .package__body-item.yes.yes-text::before {
    display: block;
  }

  .package__body-item .yes__value {
    display: none;
  }

  .package__footer {
    background: #fff;
  }

  .package-desc {
    background: transparent;
    margin-bottom: 32px;
  }

  .packages__date,
  .packages__duration {
    margin: 0;
  }

  .packages__date span,
  .packages__duration span {
    font-size: 15px;
  }

  .package-desc .package__body,
  .package-desc .package__header {
    display: none;
  }

  .package-desc .package__footer {
    padding: 0;
    background: transparent;
  }

  .package__name {
    height: 50px;
    display: inline-flex !important;
    padding: 0 15px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
  }

  .package__header {
    font-size: 20px;
    height: 70px;
  }

  .package__body-item {
    display: none;
    height: auto;
    padding: 10px;
    padding-left: 45px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    border-radius: 8px !important;
  }

  .package__body-item:nth-child(odd) {
    background: #f2f2f2;
  }

  .package__body-item.yes {
    display: flex;
  }

  .package__body-item .yes-value {
    display: none;
  }

  .package.package-1 .package__body-item .info,
  .package.package-2 .package__body-item .info,
  .package.package-3 .package__body-item .info {
    display: block;
  }

  .package-1 .package__header-block::before,
  .package-2 .package__header-block::before,
  .package-3 .package__header-block::before {
    display: none;
  }

  .package-2 .package__header-block::after {
    width: 72px;
  }

  .package__body-item:first-child {
    border-radius: 0 0 8px 8px !important;
  }

  .package__body-item .info {
    margin-left: auto;
  }

  .package__body-item .info__text {
    left: -181px;
    top: 25px;
  }

  .package__footer .packages__timer {
    display: none;
  }

  .packages-header-timer {
    padding: 0;
    display: block;
  }

  .packages__wrap {
    box-shadow: none;
  }

  .package__footer {
    padding: 20px 0 0;
  }

  .reviews__title br {
    display: none;
  }

  .reviews .review {
    height: 398px;
  }

  .reviews .slick-list {
    padding-top: 140px !important;
    padding-bottom: 135px !important;
  }

  .reviews .slick-center .review {
    transform: scale(1.5);
  }

  .faq__container {
    max-width: 100%;
  }

  .faq__title {
    margin-bottom: 30px;
  }

  .faq .item__question {
    height: auto;
    padding: 10px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 120%;
  }

  .faq .item__question:before {
    left: 10px;
    font-size: 16px;
  }

  .faq .item__answer {
    padding: 0 30px;
  }

  .faq .item.active .item__answer {
    padding: 10px 30px;
    padding-right: 1px;
  }

  .calltoaction__title {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .for__title {
    max-width: 220px;
  }

  .register__container {
    max-width: 100%;
  }

  .register__wrap {
    padding: 50px 10px;
    justify-content: center;
    text-align: center;
  }

  .register__title {
    margin-bottom: 8px;
  }

  .register__text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .register__content {
    margin-bottom: 55px;
  }

  .rass__content {
    margin-bottom: 10px;
  }

  .rass__price {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .rass__price b {
    font-size: 30px;
  }

  .rass__text {
    font-size: 15px;
  }

  .rass__date {
    height: 300px;
  }

  .rass__date_day {
    font-size: 120px;
  }

  .rass__date_month {
    font-size: 25px;
  }

  .rass__tooltip {
    font-size: 12px;
    width: 260px;
  }

  ._orientationRight_f469.wrap_9d2b {
    bottom: 43px;
  }

  .footer__container {
    justify-content: center;
  }

  .footer__info {
    text-align: center;
  }

  .footer__logo {
    justify-content: center;
  }

  .footer__social {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__social_link {
    margin: 0 10px;
  }

  .footer__contacts_title {
    display: none;
  }

  .footer__bottom {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }

  .footer__docs li {
    margin-right: 0;
    width: 100%;
  }

  /* **** */
  /* .header {
		padding-top: 0;
	}

	.header__topline__new-year {
		background-size: cover;
	}

	.main {
		padding-top: 100px !important;
	}

	.main__subtitle {
		margin-bottom: 55px;
	}

	.main .main__percent {
		top: -76px;
		right: -49px;
		transform: scale(0.9);
	}

	.register__wrap {
		padding-top: 70px;
	} */
}
