/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #1273EB;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #151515;
	overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px; /* в основном для вертикальных полос прокрутки */
  height: 10px; /* в основном для горизонтальных полос прокрутки */
}
::-webkit-scrollbar-thumb { /* плашка-бегунок */
  background: #1273EB; /* фон */
}
::-webkit-scrollbar-track { /* фон */
  background: #000;
}

.preloader_overlay
{
	display: flex;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	justify-content: center;
	align-items: center;
	z-index:99999;
}
.preloader_content
{
	max-width:80%;
}

.header {
	padding-top: 18px;
	padding-bottom: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.container_full {
	max-width: 1440px;
	margin: 0 auto;
}
.container_full_margin
{
	margin-left: 8.82%;
}

.header__left {
	display: flex;
}

.header__logo {
	max-width: 124.93px;
  	max-height: 79.29px;
	margin-right: 18px;
}
.header__logo img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-top: 23.5px;
}

.dropbtn {
	cursor: pointer;
	color: #fff;
	padding-left: 38px;
	padding-top: 7.3px;
	background: url('../images/lang.svg') no-repeat left 13px center;
	background-color: #FF1D3A;
	border-radius: 12px;
	width: 83px;
   height: 35px;
	font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	z-index: 100;
	transition-duration: 0.3s;
}


.dropbtn:hover {
	background-color: #242329
}

.dropdown-content a:hover {
	background-color: #242329
}

.dropdown:hover .dropdown-content {
	display: block;
}

.header__right {
	display: flex;
}

.header__menu {
	margin-right: 30px;
}

.header__burger {
	display: none;
}

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

.header__menu .menu__list_link {
	color: #323232;
	font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	transition: 0.3s;
}

.header__menu .menu__list_link:hover {
	color: #628BFF;
}

.header__menu li + li {
	margin-left: 15px;
}

.header__btn {
	border: none;
	border-radius: 12px;
	background-color: #FEDD2D;
	cursor: pointer;
	width: 212px;
   height: 40px;
   padding: 10px 15px 15px;
	font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	color: #151515;
   text-align: center;
   transition-duration: 0.3s;
}

.header__user_block
{
	display: flex;
	align-items: center;
}
.header__user_logout
{
	width: 25px;
	height: 25px;
	margin-left: 10px;
	background-image: url(../images/log_out_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.header__btn_blue
{
	border: none;
    border-radius: 12px;
    background-color: #1273EB;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    transition-duration: 0.3s;
    max-width: 300px;
    max-height: 45px;
}
.header__user_block_mob
{
		display: none;
}
.header__user_block_mob .header__user_logout
{
		background-image: url(../images/log_out_icon_white.svg);
}
.header__btn_blue_mob
{
		display: block;
    max-width: 307px;
    transition: 0.3s;
    border-radius: 12px;
    background-color: #1273EB;
    cursor: pointer;
    height: 40px;
    padding: 10px 15px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 80px auto;
    overflow: hidden;
}

.header__btn-mob {
	display: none;
}

.header__btn:hover {
	background: #FEE76C;
}

.header__menu-mob {
	display: none;
}

.about_event .about__title
{
	font-size: 32px;
	padding-top: 52px;
	font-weight: 500;
	line-height: 45px;
	margin-left: 0;
}
.about_event .about__subtitle
{
	font-size: 18px;
	line-height: 25px;
	margin-left: 0;
}
.about_event .about__id
{
	font-size: 18px;
	line-height: 25px;
	margin-left: 0;
}
.about__broadcast
{
	margin: 34px 0 60px 0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about__broadcast_item
{
	width: 49%;
}
.about__broadcast_video img
{
	max-width: 100%;
}
.about__broadcast_title
{
	margin:21px 0;
	color: white;
    display: flex;
    align-items: center;
}
.about__broadcast_icon
{
	display: flex;
	padding: 12px 32px 12px 32px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 52px;
	background: #FF1D3A;
	margin-right: 13px;
}
.about__broadcast_text
{
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
}
.about__broadcast_notify
{
	  background-color: #FEDD2D;
    padding: 18px 26px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #151515;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 29px;
}
.about__broadcast_notify_text
{
	max-width: 600px;
}
.about__broadcast_notify_button
{
	background-color: #151515;
	padding: 12px 32px;
	color: #FEDD2D;
	border-radius: 12px;
	text-align: center;
}
.about__broadcast_notify_button:hover
{
	opacity: 0.9;
}
.poster-icon-block
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.poster-icon-block svg
{
	width: 15%;
   opacity: 0.7;
}
.poster-icon-block svg path 
{
	fill: #fff;
}
@media screen and (max-width:900px) {
	.about__broadcast{margin:34px 0 60px 0;}
	.about__broadcast_item
	{
		width: 100%;
	}
	.about__broadcast_text{font-size:18px;}
	.about__broadcast_icon{padding: 7px 18px 7px 18px;font-size: 15px;}
	.about__broadcast_notify_button{width: 100%;margin-top: 14px;}
	.about_event .about__title{font-size: 22px;line-height: 30px;}
	.about_event .about__subtitle{font-size: 16px;}
	.about_event .about__id{font-size: 16px;}
}

.about {
	background-color: #151515;
	background-image:url('../images/Main.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

.about__title {
	margin-left: 107px;
	padding-top: 116px;
	max-width: 739px;
	color: #FFF;
   font-size: 48px;
   font-weight: 600;
   line-height: 58px;
   text-transform: uppercase;
}

.about__subtitle {
	margin-top: 11px;
	margin-left: 107px;
	color: #FFF;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
	letter-spacing: -0.64px;
   text-transform: uppercase;
}

.about__video {
	margin-top: 100px;
	margin-bottom: 9px;
    max-height: 190px;
	display: flex;
	justify-content: end;
}

.about__id {
	color: #FFF;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
	margin-left: 107px;
}

.about__part {
	height: 130px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width:850px;
	margin: auto;
}

.about__part_element
{
	padding: 0 12px;
}
.about__part_element img
{
	max-height: 125px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about__slogan {
	margin: 89px auto 0;
	max-width: 1380px;
   height: 288px;
	background-image: url(../images/WHF23.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.about__slogan-title {
	padding-top: 98px;
	padding-left: 204px;
	color: #FFF;
   font-size: 48px;
   font-weight: 600;
   line-height: 58px;
   text-transform: uppercase;
}

.info {
	margin-top: -5px;
	border-radius: 0px 0px 120px 120px;
   background: linear-gradient(360deg, #151515 39.84%, #1273EB 93.14%);
	position: relative;
	z-index: 5;
	display:flex;
}

.info__title {
	display:block;
	margin-left: 104px;
	margin-top: 80px;
	color: #FFF;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
   transition: 0.5s;
}

.info__text {
	max-width: 613px;
	margin: 37px 71px 0px auto;
	color: #FFF;
   font-size: 26px;
   line-height: 32px;
}

.info__content {
	margin-top: 100px;
	margin-bottom: 40px;
}

.info__content ul {
	display: flex;
	justify-content: center;
}

.info__content li {
	color: #FFF;
   text-align: center;
   font-size: 80px;
   font-weight: 600;
   line-height: 78px;
   letter-spacing: -4px;
   text-transform: uppercase;
   padding:10px;
}

.info__content-text {
	font-size: 18px;
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.info__tags {
	margin: 21px auto 20px;
	max-width: 966px;
}

.info__tags ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.info__tags li {
	color: #FBF7F8;
   text-align: center;
   font-size: 26px;
   line-height: 32px;
	padding: 12px 32px 14px 32px;
	border-radius: 52px;
   border: 1px solid #FBF7F8;
}

.infobtn {
	display: flex;
	justify-content: center;
	max-width: 773px;
    margin: auto;
}

.info__btn {
	margin-top: 102px;
	width: 100%;
   height: 107px;
   padding: 12px 32px;
	border-radius: 12px;
   background: #FEDD2D;
	color: #151515;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px; 
   letter-spacing: -0.64px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
}

.info__btn:hover {
	background-color: #FEE76C;
}

.infobtn__text {
	margin: 28px auto 0;
	padding-bottom: 64px;
	max-width: 657px;
	color: #FEDD2D;
   text-align: center;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.advert {
	background-color: #3BF270;
	position: relative;
	margin-top: -212px;
	z-index: 1;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 212px;
}

.advert__img {
	padding-top: 267px;
	max-width: 1180px;
}

.advert__img_mob
{
	display: none;
}

.advert__img_desc
{
	display: block;
}

.advert__img img {
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 700px) {
	.advert__img_mob{display: block;}
	.advert__img_desc{display: none;}
}

.news {
	position: relative;
	z-index: 5;
	border-radius: 120px;
   background: #FBF7F8;
	margin-top: -163px;
	padding-bottom: 350px;
	overflow:hidden;
}

.news__title {
	color: #1273EB;
   font-size: 32px;
   font-weight: 400;
   line-height: 45px;
   letter-spacing: -0.64px;
	padding-top: 129px;
}

.news__slider {
	margin-top: 26px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.news__slider.slick-initialized
{
	visibility: visible;
	opacity: 1;
}

.slick-track {
	display: flex;
}

.slick-list {
    padding:0 10% 0 0;
    overflow:hidden;

}

.news__slider-item {
	margin-right: 20px;
}

.news__slider .slick-arrow {
	position: absolute;
	bottom: -114px;
	z-index: 5;
	font-size: 0;
	width: 127px;
   height: 60px;
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
}

.news__slider .slick-arrow.slick-prev {
	margin-right: 10.82%;
	right: 139px;
	background: url(../images/prev.svg) 0 0 / 100% no-repeat;
}

.news__slider .slick-arrow.slick-next {
	margin-right: 10.82%;
	right: 0;
	background: url(../images/next.svg) 0 0 / 100% no-repeat;
}

.news__slider .slick-arrow.slick-prev:hover {
	background: url(../images/prev-hover.svg) 0 0 / 100% no-repeat;
}

.news__slider .slick-arrow.slick-next:hover {
	background: url(../images/next-hover.svg) 0 0 / 100% no-repeat;
}

.slider-item__img {
	position: relative;
	z-index: 1;
	max-width:381px;
	width:100%;
	height:auto;
	padding-top: 51.944%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-item__img::after {
	content: '';
	position: absolute;
	right: 0;
   bottom:0;
	left: 0;
	top: 0;
	background-color: #1273EB;
	z-index: 10;
	opacity: 0.8;
	mix-blend-mode: screen;
	transition: 0.3s;
}

.slider-item__img img {
	filter: grayscale(100%);
	transition: filter 0.3s;
}

.slider-item__img:hover img {
	filter: grayscale(0%);
}

.slider-item__img:hover::after {
	background-color: transparent;
}
@media screen and (max-width:790px){
	.slider-item__img:hover::after {
		background-color: #1273EB;
	}
}

.slider-item__img img
{
	width:100%;
	height:100%;
	object-fit:cover;
}


.slider-item__text {
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
	margin-top: 22px;
	width: 100%;
	color:black;
	text-decoration:none;
}

.slider-item__data {
	color: #1273EB;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 9px;
}

.speaker {
	margin-top: -176px;
	background-color: #151515;
	border-radius: 120px;
	position: relative;
	z-index: 6;
}

.speaker__leader {
	padding-top: 52px;
	position: relative;
	z-index: 2;
        max-width: 1170px;
        max-height: 216px;
}

.speaker__leader img {
	width: 100%;
}


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

.leader-content:first-child {
	position: relative;
	z-index: 2;
	margin-left: -75px;
	margin-top: -120px;
	width:50%;
}

.leader__name {
	margin-top: 35.3px;
	margin-left: 75px;
	color: #F90132;
   font-size: 48px;
   font-weight: 600;
   line-height: 58px;
   text-transform: uppercase;
}

.leader__text {
	margin-left: 77px;
	color: #FFF;
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.leader-content:nth-child(2) {
	position: relative;
	z-index: 1;
	margin-top: 124px;
	margin-right: 30px;
	width:50%;
}
.leader-content img
{
	width:100%;
}

.speaker__title {
	margin-top: 34px;
	position: relative;
}
.speaker__title-img
{
	width:100%;
}

.speaker__content {
	position: relative;
	z-index: 2;
	margin-top: -90px;
	padding-bottom: 112px;
	display: flex;
	flex-wrap: wrap;
}

.speaker__list
{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.speaker__item img {
	position: relative;
	z-index: 5;
	width:100%;
}

.speaker__item {
	position: relative;
	z-index: 5;
	max-width:260px;
	margin-left:2px;
	margin-right:2px;
}
.speaker__item:nth-child(4n+4)
{
	padding-top:240px;
	margin-left: 3.6%;
}
.speaker__item:nth-child(4n+3)
{
	padding-top:160px;
	margin-left: 3.6%;
}
.speaker__item:nth-child(4n+2)
{
	padding-top:80px;
	margin-left: 3.6%;
}
.speaker__item:nth-child(1n+5)
{
	margin-top:-80px;
}


.speaker__item-img-container {
	position: relative;
   display: inline-block;
}

.speaker__item-img-container::after {
	content: '';
	position: absolute;
	width: 100%;
   height: 98.5%;
	top: 0;
	left: 0;
	background-color: #1273EB;
	z-index: 10;
	opacity: 0.8;
	mix-blend-mode: screen;
	transition: 0.3s;
}

.speaker__item-img-container:hover::after {
	background-color: transparent;
}

.speaker__item-img-container img {
	filter: grayscale(100%);
   transition: filter 0.3s;
}

.speaker__item-img-container:hover img {
	filter: grayscale(0%);
}

.speaker__item-name {
	max-width: 183px;
	height: 79px;
	margin-top: 16px;
	color: #1273EB;
   font-size: 26px;
   line-height: 32px; 
}

.speaker__item-post {
	color: #656370;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}


.prog {
	position: relative;
	border-radius: 120px;
   background: #FBF7F8;
	margin-top: -297px;
	padding-bottom: 144px;
}

.prog__title {
	padding-top: 407px;
	max-width: 1186px;
}

.prog__title img {
	width: 100%;
}

.prog__data {
	margin-top: 43px;
	display: flex;
	justify-content: space-between;
}

.prog__data-btn {
	width: 580px;
   height: 107px;
	border-radius: 12px;
   border: 1px solid #656370;
	background-color: inherit;
	color: #242329;
   text-align: center;
   font-size: 26px;
   line-height: 32px;
	cursor: pointer;
	transition-duration: 0.3s;
}

.prog__data-btn:hover {
	border: 1px solid #628BFF;
	color: var(--hover-blue, var(--hover-blue, #628BFF));
}

.prog__data-btn.active {
	background-color: #1273EB;
	color: #FFF;
}

.prog__list {
	margin-top: 48px;
}

.prog__table-data {
	color: #1273EB;
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.prog__table-name {
	color: #1273EB;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
	margin-bottom: ;
}

.prog__item {
	margin-top: 20px;
	width: 100%;
	min-height: 85px;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #D5D4D7;
}

.item-end {
	border-bottom: 1px solid #D5D4D7;
}

.prog__item a {
	position: relative;
}

.prog__img-list {
	display: flex;
	margin: 0;
	padding: 0;
}

.overlay{
	display:none;
	position: absolute;
	right: 60px;
	top: -35px;
	z-index:2;
	--animate-duration: 300ms;
}

a:hover .overlay{
	display: flex;
	width: 496px;
	border-radius: 12px;
   background: #FFF;
   box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 24px 40px 18px 42px;
}

.overlay_prog_img {
	width: 100px;
	height: 100px;
	padding-top: 4px;
	margin-right: 28px;
	background-repeat: no-repeat;
	background-size:cover;
	border-radius:50%;
	flex-shrink: 0;
}

.prog__img-title {
	color: var(--blue, #1273EB);
   font-size: 26px;
   line-height: 32px;
	text-align: start; 
}

.prog__img-text {
	color: var(--gray-two, #656370);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 8px;
	text-align: start;
}

.prog__item-list_item {
	margin: 5px;
	border:3px solid #FBF7F8;
	border-radius:50%;
	background-repeat: no-repeat;
	background-size:cover;
	width: 44px;
    height: 44px;
}
.prog__item-list_item:hover
{
	border: 3px solid var(--hover-blue, #628BFF);
}

.prog__item-time {
	width: 128px;
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
	text-align: start;
	margin: auto 0;
	flex-grow: 2;
	flex-shrink: 0;
}

.prog__item-text {
	text-align: start;
	max-width: 505px;
	width: 100%;
   line-height: 25px;
   letter-spacing: 0.18px;
	margin: auto 0;
}

.prog__item-list {
	width: 302px;
	text-align: end;
	margin: auto 0px;
	flex-grow: 2;
}

.prog__list + .prog__list {
	margin-top: 73px;
}

.video-wrapper {
	position:relative;
	display:inline-block;
	transition-duration: 0.3s;
}
.video-wrapper:hover {
	transform: scale3d(1.2, 1.2, 1.2);
}

.video-wrapper video {
	border-radius: 12px;
}

.video-wrapper:hover {
	cursor: pointer;
}

.video-overlay
{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index:2;
}
.video-overlay::after {
	content: '';
	position: absolute;
	 top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
	width: 70px;
	height: 70px;
	background-image: url(../images/play.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-overlay:focus::after {
	background: none;
}

.modal {
	display: none; 
	position: fixed; 
	z-index: 100; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgba(0,0,0,0.8);
}

.modal-content {
	background-color: #000;
	margin: 1% auto; 
	padding: 5px;
	width: 80%; 
	max-height:95%;
	position: relative;
}

.close-video {
	position: absolute;
	color: #fff;
   float: right;
   font-size: 35px;
	width: 26px;
	height: 27px;
	right: -35px;
	top: -15px;
}

.close-video:hover,
.close-video:focus {
	color: #1273EB;
	text-decoration: none;
	cursor: pointer;
 }

.part {
	margin-top: 58px;
}

.part__list {
	margin: 0 auto;
	max-width: 1404.89px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.part__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 240.738px;
   height: 154.907px;
	margin: 0 10px 25px 10px;
}
.part__item img{
	max-width: 200px;
	max-height: 90px;
}

.tooltip_templates { 
	display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	border-radius: 12px;
   background: var(--white, #FFF);
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	border: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: #151515;
	padding: 29px 35px 34px;
}

.part__title {
	font-size: 26px;
   line-height: 32px; 
}

.part__text {
	font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 9px;
}

.part__link {
	color: var(--blue, #1273EB);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 43px;
}

.part__name {
	position: absolute;
	bottom: 0;
}

.media {
	position: relative;
	z-index: 2;
	border-radius: 120px;
   background: var(--blue, #1273EB);
	margin-top: 62.28px;
	overflow:hidden;
}

.media__title {
	padding-top: 51px;
	padding-bottom: 38px;
	display: flex;
	justify-content: center;
}

.media__content {
	max-width: 1440px;
	margin: 0 auto;
}
.media__list
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: flex-end;
}
.media__list-img
{
	max-height:213px;
	display: flex;
    justify-content: flex-start;
    cursor: pointer;
    width:26%;
}
.media__list-img img
{
	object-fit:contain;
	height:100%;
}
.media__list-img:nth-child(6n+3)
{
	flex-grow:5;
}

.media__btn {
	display: flex;
	justify-content: end;
	margin-top: 39px;
}

.meadia__foto {
	width: 220px;
   height: 60px;
   display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 12px;
   border: 1px solid #FBF7F8;
	text-align: center;
	margin-right: 20px;
	color: #FBF7F8;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	transition-duration: 0.3s;
}

.meadia__foto:hover
{
	border-color: #FFF;
	color: #FFF;
}

.media__foto-btn {
   width: 306px;
   height: 60px;
   padding: 20px 35px;
	border-radius: 12px;
   background: #FBF7F8;
	text-align: center;
	transition-duration: 0.3s;
	color: #1273EB;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
}
.media__foto-btn:hover
{
	background: #FFF;
	color: #628BFF;
}

.media__foto-gallery {
	display: none;
}

.media__video {
	margin-top: 75px;
	padding-bottom: 208px;
	overflow:hidden;
}

.media__video-title {
	color: var(--bg, #FBF7F8);
   font-size: 32px;
   font-weight: 400;
   line-height: 45px;
   letter-spacing: -0.64px;
}

.media-wrapper {
	position:relative;
	display:inline-block;
	width:100%;
	padding-top: 51.944%;
}
.media-wrapper iframe {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	height:100%;
	/*min-height:214px;*/
}

.media-overlay {
	width: 100%;
    position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-position: center center;
	background-size:cover;
	display: block;
	cursor:pointer;
}
.media-overlay .playBtn
{
	position:absolute;
	top:50%;
	left:50%;
	width: 0;
	height: 0;
	border: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 30px 30px 30px 50px;
	margin-left: 10px;
    opacity: 0.7;
    transform: translate(-50%, -50%);
}

.media__slider {
	margin-top: 26px;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.media__slider.slick-initialized
{
	visibility: visible;
	opacity: 1;
}

.media__slider-item {
	margin-right: 20px;
}

.media__slider .slick-arrow {
	position: absolute;
	bottom: -114px;
	z-index: 5;
	font-size: 0;
	width: 127px;
   height: 60px;
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
}

.media__slider .slick-arrow.slick-prev {
	right: 139px;
	margin-right:10.82%;
	background: url(../images/prev-1.svg) 0 0 / 100% no-repeat;
}

.media__slider .slick-arrow.slick-next {
	right: 0;
	margin-right:10.82%;
	background: url(../images/next-1.svg) 0 0 / 100% no-repeat;
}

.media__slider .slick-arrow.slick-prev:hover {
	background: url(../images/prev-2h.svg) 0 0 / 100% no-repeat;
}

.media__slider .slick-arrow.slick-next:hover {
	background: url(../images/next-2h.svg) 0 0 / 100% no-repeat;
}

.media-item__text {
	color: var(--bg, #FBF7F8);
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
	margin-top: 21px;
}
.media-item__timecode
{
	background-color: red;
  padding: 1px 7px;
  font-size: 12px;
  color: white;
}

.media-item__data {
	color: var(--bg, #FBF7F8);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 9px;
}

.footer {
	position: relative;
	background: var(--black, #151515);
	margin-top: -130px;
}
.footer_noindex
{
	position: relative;
	background: var(--black, #151515);
}
.footer_noindex .footer__social
{
	padding-top: 44px;
}

.footer__social {
	padding-top: 244px;
}

.footer__social-content {
	width: 100%;
	height: 80px;
	border-radius: 12px;
   background: var(--blue, #1273EB);
	padding: 15px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__social-title {
	color: var(--line, #D5D4D7);
   font-size: 26px;
   line-height: 32px;
}

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

.socials-item + .socials-item {
	margin-left: 17px;
}

.socials-link
{
	transition-duration: 0.3s;
}
.socials-link-tg {
	background-image: url(../images/tg.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-tg:hover {
	background-image: url(../images/tg-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-vk {
	background-image: url(../images/vk.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-vk:hover {
	background-image: url(../images/vk-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-ok {
	background-image: url(../images/ok.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-ok:hover {
	background-image: url(../images/ok-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-whats {
	background-image: url(../images/whats.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-whats:hover {
	background-image: url(../images/whats-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-veiber {
	background-image: url(../images/veiber.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-veiber:hover {
	background-image: url(../images/veiber-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-icon {
	background-image: url(../images/icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.socials-link-icon:hover {
	background-image: url(../images/icon-h.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 38.536px;
   height: 38.536px;
}

.footer__box {
	margin-top: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.email-form {
	display: flex;
	flex-direction: column;
	width: 578px;
	padding: 15px 35px;
	border-radius: 12px;
   background: var(--gray, #242329);
	margin-bottom: 20px;
}

.email-form__text {
	color: var(--line, #D5D4D7);
   line-height: 25px;
   letter-spacing: 0.18px;
	margin-top: 19px;
}
.email-form__btn_input
{
	position: relative;
}
.email-form__btn_error
{
	color: var(--red, #F90132);
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	position:absolute;
	top: 0;
    right: 30px;
    margin-top: -20px;
    display:none;
}
.email-form__btn_input.show_error .email-form__btn_error
{
	display:block;
}
.email-form__btn_input.show_error .email-input
{
	border: 1px solid var(--red, #F90132);
}

.email-form__btn {
	display: flex;
	margin-top: 24px;
	padding-bottom: 22px;
}

.email-input {
	border: 1px solid var(--blue, #1273EB);
   background: var(--black, #151515);
	border-radius: 12px;
	margin-right: 15px;
	width: 400px;
   height: 50px;
   padding: 15px 15px;
	color: var(--blue, #1273EB);
   font-size: 26px;
   line-height: 32px;
}

.submit-btn {
	width: 80px;
   height: 50px;
	border-radius: 12px;
   background: var(--blue, #1273EB);
	border: none;
	cursor: pointer;
	background-image: url(../images/Arrow\ 1.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.submit-btn:hover {
	background: var(--hover-blue, #628BFF);
	background-image: url(../images/Arrow\ 1.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-aical {
	width: 282px;
   height: 193px;
	padding: 15px 25px;
	border-radius: 12px;
   background: var(--gray, #242329);
	margin-left: 18px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer-aical:hover {
	background: var(--hover-gray, #2A2930);
	background-image: url(../images/Apple\ iCal\ \(1\).svg);
	background-position: top 15px left 25px;
	background-repeat: no-repeat;
	background-size: 65.604px;
}

.footer-aical img {
	width: 65.604px;
   height: 65.604px;
}

.footer-aical span {
	margin-top: 24px;
	color: var(--bg, #FBF7F8);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.footer-googlecal {
	width: 280px;
   height: 193px;
	padding: 15px 35px;
	border-radius: 12px;
   background: var(--gray, #242329);
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.footer-googlecal:hover {
	background: var(--hover-gray, #2A2930);
	background-image: url(../images/Google\ Calendar\ \(1\).svg);
	background-position: top 15px left 35px;
	background-repeat: no-repeat;
	background-size: 65.604px;
}

.footer-googlecal img {
	width: 65.604px;
   height: 65.604px;
}

.footer-googlecal span {
	margin-top: 24px;
	color: var(--bg, #FBF7F8);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.footer-contact {
	width: 478px;
   height: 333px;
	margin-right: 20px;
	padding: 34px 34px 22px;
	border-radius: 12px;
   background: var(--gray, #242329);
   flex-grow:4;
}

.footer-contact__img {
	width: 266px;
	display: flex;
	justify-content: space-between;
}

.footer-contact__text {
	margin-top: 95px;
	color: var(--line, #D5D4D7);
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
}

.footer-contact__text a {
	color: var(--blue, #1273EB);
	display:block;
}

.footer-contact__mintext {
	color: var(--gray-two, #656370);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 12px;
}

.timer {
	display: flex;
	justify-content: center;
}

.timer__items {
	display: flex;
	color: var(--line, #D5D4D7);
   font-size: 48px;
   font-weight: 600;
   line-height: 58px;
 }

 .timer__item {
	position: relative;
	min-width: 60px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	text-align: center;
 }

 .timer__item::before {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 50%;
	top: 58px;
	transform: translateX(-50%);
	font-size: 15px;
   color: var(--line, #D5D4D7);
	line-height: 20px;
   letter-spacing: 0.3px;
 }

 .timer__item:not(:last-child)::after {
	content: ' ';
	position: absolute;
	right: -15px;
 }

.footer-timer {
	width: 480px;
   height: 333px;
	border-radius: 12px;
   background: var(--gray, #242329);
	padding: 23px 40px 13px 33px;
}

.footer-timer__text {
	color: var(--line, #D5D4D7);
   text-align: center;
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.footer-btn {
	width: 407px;
   height: 50px;
   padding: 12px 32px;
	display: flex;
	justify-content: center;
   align-items: center;
	border-radius: 12px;
   background: var(--yellow, #FEDD2D);
	cursor: pointer;
	margin-top: 53px;
	text-decoration:none;
	color: var(--black, #151515);
   text-align: center;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
   transition-duration: 0.3s;
}

.footer-btn:hover {
	background: var(--hover-yellow, #FEE76C);
}

.footer-timer__id {
	margin-top: 65px;
	color: var(--line, #D5D4D7);
   text-align: center;
   font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
}

.footer-but {
	width: 180px;
   height: 333px;
	border-radius: 12px;
   background: var(--gray, #242329);
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footer-but span {
	color: var(--line, #D5D4D7);
   line-height: 25px;
   letter-spacing: 0.18px;
}

.footer-top__link {
	width: 60px;
   height: 60px;
	border-radius: 12px;
   background: var(--blue, #1273EB);
	background-image: url(../images/Arrow\ 1\ \(1\).svg);
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}
.footer-top__link:hover
{
	background-color: var(--hover-blue, #628BFF);
}

.footer__img-title {
	width: 100%;
	margin-top: 44px;
}

.footer__proect {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}

.footer__proect-item {
	width: 280px;
   height: 216px;
	border-radius: 12px;
   background: var(--gray, #242329);
	padding: 18px 11px 17px 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.footer__proect-item:hover {
	background: var(--hover-gray, #2A2930);
}

.footer__proect-item + .footer__proect-item {
	margin-left: 20px;
}

.proect-item__text {
	max-width: 192px;
	color: var(--line, #D5D4D7);
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.proect-item__list {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.proect-item__link {
	color: var(--blue, #1273EB);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.proect-item__btn {
	background-image: url(../images/arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
   height: 39px;
}

.footer__confic {
	margin-top: 30px;
	color: var(--gray-two, #656370);
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
}
.footer__confic a
{
	color:inherit;
	text-decoration:none;
}

.footer-but__mob {
	display: none;
	height: 330px;
	padding-bottom: 34px;
}
.designe_link
{
	border-bottom: 2px solid;
	margin-bottom: 5px;
}
.designe_link:hover
{
	color:#628BFF;
	border-color:#628BFF;
}


.cookie-bar {
	display: flex;
	position: fixed;
	bottom: 42px;
	right: -250px;
	transform: translateX(-50%);
	border-radius: 12px;
   background: var(--white, #FFF);
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	padding: 9px 12.5px 8px 19px;
	z-index: 100;
}

.cookie-bar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 566px;
}

.cookie-bar__content img {
	width: 38.491px;
   height: 36.686px;
}

.cookie-bar__text {
	max-width: 360px;
	color: var(--gray, #242329);
   font-size: 15px;
   line-height: 20px; /* 133.333% */
   letter-spacing: 0.3px;
}

.cookie-btn {
	display: flex;
   width: 107px;
   height: 50px;
   padding: 15px 35px;
   justify-content: center;
   align-items: center;
   border-radius: 12px;
   background: var(--blue, #1273EB);
	border: none;
	color: var(--bg, #FBF7F8);
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.3s;
}
.cookie-btn:hover
{
	opacity:0.7;
}

.cookie-bar__content.active {
	bottom: 0;
 }


.news__forum {
	background: var(--blue, #1273EB);
	min-height: 442px;
	position: relative;
}

.news__forum-container {
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.news__forum-title {
	padding-top: 68px;
	color: var(--white, #FFF);
   font-size: 48px;
   font-weight: 600;
   line-height: 58px;
   text-transform: uppercase;
}

.news__forum-subtitle {
	max-width: 685px;
	color: var(--white, #FFF);
   font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
	margin-top: 30px;
}

.news__forum-date {
	color: var(--white, #FFF);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	margin-top: 47px;
	padding-bottom: 150px;
}

.forum {
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
	margin: -120px auto 73px;
	position: relative;
	z-index: 1;
}

.forum__img img {
	border-radius: 12px;
	max-width:100%;
}

.forum__img span {
	color: var(--gray-two, #656370);;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.forum__content {
	margin-top: 28px;
	max-width: 680px;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.forum__content-title {
	margin-top: 39.71px;
	margin-bottom: 18px;
	font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
}

.footer__forum {
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 253px;
	margin: 0 auto 120px;
}

.footer__forum-social {
	display: flex;
	align-items: center;
}

.forum-social__text {
	margin-right: 17px;
	font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.forum__btn {
	margin-top: 44px;
	display: flex;
	align-items: center;
}

.forum__btn-link {
	width: 127px;
   height: 60px;
}

.forum__btn-link {
	right: 139px;
	background: url(../images/prev.svg) 0 0 / 100% no-repeat;
}

.forum__btn-link:hover {
	background: url(../images/prev-hover.svg) 0 0 / 100% no-repeat;
}

.forum__btn-text {
	padding-left: 20px;
	color: var(--blue, #1273EB);
   font-size: 26px;
   line-height: 32px;
}

.policy {
	background: var(--bg, #FBF7F8);
}

.policy__container {
	max-width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	padding-top: 83px;
	padding-bottom: 83px;
}

.policy__title {
	font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
	max-width: 625px;
}

.policy__content {
	margin-top: 45px;
	font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.footer__policy-content {
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 220px;
	margin: 0 auto;
}

.policy__content li {
	list-style: disc;
	margin-left: 25px;
}

.policy__link {
	color: var(--black, #151515);
}

.popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}

.popup-content {
	width: 531px;
	background: #fff;
	padding: 0px 40px 20px 38px;
	border-radius: 20px;
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}
.popup-content.animate__animated
{
	animation-duration:0.3s;
}

.popup-img {
	margin-left: -38px;
	margin-top: -5px;
}

.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	margin-top: -50px;
	position: relative;
	background-image: url(../images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 26px;
   	height: 27px;
   transition-duration: 0.3s;
}
.close:hover
{
	opacity:0.6;
}

.popup-content h2 {
	font-size: 32px;
   font-weight: 500;
   margin:16px 0 16px 0;
   letter-spacing: -0.64px;
	text-transform: capitalize;
}

.popup-entr {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.popup-entr label {
	color: var(--gray-two, #656370);
	line-height: 25px;
   letter-spacing: 0.18px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.popup-entr input {
	border-radius: 12px;
   border: 1px solid var(--bg, #FBF7F8);
   background: var(--bg, #FBF7F8);
	height: 50px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 50px;
	width:100%;
}
.popup-entr input.show_error
{
	background-color: #FFDCE0;
	border-color: #FFDCE0;
}

.popup-entr_input-mess
{
	display:flex;
	align-content: center;
	justify-content: space-between;
}
.error_message
{
	display:none;
	color: var(--red, #F90132);
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.popup-entr input:focus {
	border: 1px solid #FFFAE0;
   background: #FFFAE0;
}

.password-icon {
	position: relative;
	width: 100%;
}

.password-icon input {
	width: 100%;
	box-sizing: border-box;
}

.password-icon .password-icon__img {
	position: absolute;
	right: 18px;
	top: 20px;
	cursor: pointer;
	background-image: url(../images/parol.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20.643px;
   height: 14.244px;
}

.show {
	display: flex;
}

.popup-entr__btn {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.popup-entr__checkbox {
	display: flex;
	align-items: center;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
}
.styled-checkbox:hover ~ .custom-checkbox
{
	opacity:0.7;
}

.custom-checkbox.checked {
	background-image: url("../images/checkbox.svg");
}
.custom-checkbox {
	display: inline-block;
	background-image: url("../images/checkbox_simple.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 34px; 
	line-height: 24px;
}

.entr__box-btn {
	display: flex;
   width: 259px;
   height: 50px;
   padding: 15px 35px;
   justify-content: center;
   align-items: center;
	border-radius: 12px;
   background: var(--blue, #1273EB);
	border: none;
	color: var(--white, #FFF);
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.3s;
}

.popup__btn-end {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-top: 10px;
}

.forgot-password-btn {
	color: var(--gray-two, #656370);
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
	border: none;
	background-color: transparent;
	margin-right: 67px;
	cursor: pointer;
}

.entr__box-btn:hover {
	background: var(--hover-blue, #628BFF)
}

.btn-forgot
{
	transition-duration: 0.3s;
}

.reg-btn {
	margin-top: 29px;
	display: flex;
   width: 100%;
   height: 50px;
   padding: 15px 35px;
   justify-content: center;
   align-items: center;
	border-radius: 12px;
   background: var(--yellow, #FEDD2D);
   color:#000;
	border: none;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.3s;
}

.reg-btn:hover {
	background: var(--hover-yellow, #FEE76C);
}

.popup-end {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}

.popup-content__end {
	width: 531px;
   height: 280px;
	background: #fff;
	padding: 0px 40px 20px 38px;
	border-radius: 20px;
   box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	position: relative; 
   top: 50%; 
   left: 50%; 
   transform: translate(-50%, -50%);   
}

.popup-img {
	margin-left: -38px;
	margin-top: -5px;
}

.close-end {
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	margin-top: -50px;
	position: relative;
	background-image: url(../images/arrow-cl.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
   height: 25px;
   transition-duration: 0.3s;
}
.close-end:hover
{
	opacity:0.6;
}

.popup-end_ajax-content_show_success
{
	margin: auto;
    text-align: center;
    margin-bottom: 33px;
    max-width: 450px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.popup-content__end h2 {
	font-size: 32px;
   font-weight: 500;
   line-height: 45px;
   letter-spacing: -0.64px;
	text-transform: unset;
}

.popup-content__end label {
	color: var(--gray-two, #656370);
	line-height: 25px;
   letter-spacing: 0.18px;
	margin-top: 12px;
	margin-left: 15px;
}

.popup-content__end form {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.popup-content__end form input {
	width: 270px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 12px;
   border: 1px solid var(--bg, #FBF7F8);
   background: var(--bg, #FBF7F8);
}

.popup-content__end form input:focus {
	border: 1px solid #FFFAE0;
    background: #FFFAE0;
}

.popup-content__end form .btn-forgot {
	display: flex;
   width: 160px;
   height: 50px;
   padding: 15px 35px;
   justify-content: center;
   align-items: center;
	border-radius: 12px;
   background: var(--blue, #1273EB);
	color: var(--white, #FFF);
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.popup-content__end form .btn-forgot:hover {
	background: #628BFF;
}

.registr_page
{
	background-image:url('../images/Registration_back.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	display: flex;
	background-color: #051427;
}
.registr {
	max-width: 716px;
    padding: 63px 67px;
    margin: 31px auto 31px;
    border-radius: 50px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    position:relative;
}

.signup-content {
	width: 100%;
	background: #fff;
}

.signup-content_title {
	margin-top: 30px;
	font-size: 48px;
   font-weight: 600;
   line-height: 58px;
   text-transform: uppercase;
}

.signup-content_pretitle {
	margin-top: 10px;
	color: #656370;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.signup-content_minititle {
	margin-left: 16px;
	margin-top: 20px;
	font-weight: 500;
   line-height: 25px;
   letter-spacing: 0.18px;
}

.signup-container {
	margin-top: 10px;
	color: var(--gray-two, #656370);
	line-height: 25px;
   letter-spacing: 0.18px;
}

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

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

.signup-item {
	width: 49%;
}
.signup-item.signup-item_full {
	width: 100%;
}

.signup-item_label
{
	padding-left:16px;
}

.signup-item>input {
	height: 50px;
	border-radius: 12px;
   border: 1px solid var(--bg, #FBF7F8);
   background: var(--bg, #FBF7F8);
	margin-bottom: 21px;
	width: 100%;
	padding: 0 16px;
}

.signup-item>input.show_error
{
	border: 1px solid #FFDCE0;
    background: #FFDCE0;
}

.signup-item>input:focus {
	border: 1px solid #FFFADE;
   background: #FFFADE;
}
.signup-item_mess
{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.signup-content_exit
{
	width:30px;
	height:28px;
	background-image:url('../images/arrow_black.svg');
	background-repeat:no-repeat;
	display:inline-block;
	position: absolute;
    right: 40px;
    top: 38px;
}
.signup-content_exit:hover
{
	opacity:0.7;
}

.signup-item__list {
	display: flex;
	margin-top:12px;
	margin-left: 10px;
}
.signup-item__list .popup-entr__checkbox
{
	margin-right:30px;
}


.signup-text {
	width: 275px;
	font-size: 15px;
   line-height: 20px;
   letter-spacing: 0.3px;
}

.registr_btn {
	border-radius: 12px;
	background: #1273EB;
	cursor: pointer;
	color: #fff;
	display: flex;
   width: 280px;
   height: 50px;
   padding: 15px 35px;
   justify-content: center;
   align-items: center;
	font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   letter-spacing: 0.28px;
   text-transform: uppercase;
	border: none;
}
.registr_btn[disabled]
{
	background: var(--line, #D5D4D7);
}

.registr_btn[disabled]:hover {
	background: var(--line, #D5D4D7);
}
.registr_btn:hover {
	background: var(--hover-blue, #628BFF);
}

.signup-policy {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.footer__reg {
	max-width: 1200px;
}





@media (max-width: 1240px) {
	.about__slogan {
		margin-left: 10px;
		margin-right: 10px;
		height: 200px;
	}
	.about__slogan-title {
		padding-top: 78px;
		font-size: 42px;
		line-height: 42px;
	}
   .speaker {
      border-radius: 50px;
	}
	.speaker__leader {
	   display: flex;
		justify-content: center;
	}
	.speaker__leader-content {
		flex-direction: column;
	}
	.leader-content:nth-child(2) {
		margin: 0 0 0 auto;
	}
	.leader-content:first-child {
		margin-left: 0;
		margin-top: -120px;
   }
   .speaker__title {
		display: flex;
		justify-content: center;
   }

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

   .speaker__item
   {
   		min-width:27%;
   }
   .speaker__item:nth-child(4n+4)
	{
		margin-left: 2px;
	}
	.speaker__item:nth-child(4n+3)
	{
		margin-left: 2px;
	}
	.speaker__item:nth-child(4n+2)
	{
		margin-left: 2px;
	}

   .speaker__item:nth-child(3n+3)
	{
		padding-top:160px;
	}
	.speaker__item:nth-child(3n+2)
	{
		padding-top:80px;
	}
	.speaker__item:nth-child(3n+1)
	{
		padding-top:0px;
	}
	.speaker__item:nth-child(1n+4)
	{
		margin-top:-60px;
	}

	.speaker__content {
		justify-content: center;
		margin-top: -20px;
	}
	.list-four {
		margin-top: 131px;
   }
	.prog__title {
		display: flex;
		justify-content: center;
	}
	.prog__data {
		flex-direction: column;
		align-items: center;
	}
	.media__list
	{
		justify-content: center;
	}
	.data-btn {
		margin-top: 10px;
	}
	.footer__box
	{
		justify-content: space-between;
	}
	.footer__proect
	{
		justify-content: center;
	}
	.footer-contact {
		margin-left: 18px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.footer__proect-item {
		margin-top: 10px;
	}
}

@media (max-width: 960px)  {
	.header__menu {
		margin-left: 50px;
	}
	.header__btn {
		height: 60px;
	}
	.about__title {
		font-size: 38px;
		margin-left: 0;
		padding-top: 59px;
		line-height: 41px;
	}
	.about__subtitle {
		font-size: 24px;
		margin-left: 0;
	}
	.about__slogan {
		margin-top: 56px;
		height: 150px;
	}
	.about__slogan-title {
		font-size: 32px;
		line-height: 32px;
		padding-left: 0;
		padding-top: 34px;
		position: absolute;
		z-index: 6;
		word-wrap: break-word; 
	}
	.info__title {
		margin-left: 0;
	}
	.info__text {
		margin-left: 0;
	}	
	.speaker__list
	{
		margin-top:100px;
	}

	.list-three {
		margin-top: 131px;
   }
	.prog {
		border-radius: 0 0 50px 50px;
	}
	.prog__item-list {
		display: none;
	}
	.media {
		border-radius: 50px;
	}
	.media__title img {
		max-width: 770px;
		height: 146px;
	}
	.footer__social {
		display: none;
	}
	.footer__box {
		display: none;
	}
	.footer-but__mob {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
	}
	.footer-top__link-mob {
		width: 60px;
      height: 60px;
	   border-radius: 12px;
      background: var(--blue, #1273EB);
	   background-image: url(../images/Arrow\ 1\ \(1\).svg);
	   background-position: center center;
	   background-repeat: no-repeat;
	}
	.footer-but__mob span {
		color: var(--white, #FFF);
      text-align: center;
      font-size: 16px;
      line-height: 20px; 
      letter-spacing: 0.16px;
		margin-top: 3px;
	}
	.forum__img img {
		max-width: 100%;
	}
}

@media (max-width: 790px) {
	.lock {
		overflow: hidden;
		touch-action: none;
		height: 100%;
	}
	.lock-header {
		width: 100%;
		background-color: white;
		position: fixed;
		z-index: 999;
	}
	.header {
		height: 78px;
		padding-top: 8px;
		padding-bottom: 12px;
	}
	.header__left {
		position: relative;
	}
	.header__logo{
		background-image: url(../images/logo-mob.svg);
		background-position: center center;
		background-repeat: no-repeat;
		width: 90px;
      height: 58px;
	   margin-right: 7px;
	}
	.about__id {
		margin-left: 0;
	}
	.dropdown {
		margin-top: 14px;
	}
	.dropdown-content {
		position: absolute;
		z-index: 5;
	}
	.header__burger {
		display: block;
		position: relative;
		width: 40px;
		height: 20px;
		top: 1px;
		right: 28px;
	}
	.header__burger.active::before {
		transform: rotate(45deg);
		top: 8.4px;
	}
	.header__burger.active::after {
		transform: rotate(-45deg);
		bottom: 8.7px;
	}
	.header__burger.active span {
		transform: scale(0);
	}
	.header__burger span {
		position: absolute;
		background-color: #151515;
		left: 0;
		width: 100%;
		height: 3px;
		top: 8.3px;
		transition: 0.3s;
	}
	.header__burger::before, .header__burger::after {
		content: '';
		background-color: #151515;
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		transition: 0.3s;
	}
	.header__burger::before {
		top: 0;
	}
	.header__burger::after {
		bottom: 0;
	}
	.header__menu {
		position: fixed;
		z-index: 30;
		top: -1478px;
		left: 0;
		bottom: -150px;
		width: 100%;
		background: var(--grad, linear-gradient(0deg, #151515 39.84%, #1273EB 93.14%));
		margin-left: 0;
		margin-top: 78px;
		transition: 0.3s;
		max-height: 100vh;
      overflow-y: auto;
		overflow-x: hidden;
	}
	
	.header__menu.active {
		top: 0px;
	}
	.menu__list {
		display: flex;
		flex-direction: column;
		background: var(--grad, linear-gradient(0deg, #151515 39.84%, #1273EB 93.14%));
	}
	.menu__list li {
		height: 67px;
		border-bottom: 1px solid rgba(213, 212, 215, 0.3);
		text-align: center;
	}
	.menu__list .menu__list_link {
		color: #FFF;
      font-size: 24px;
      font-weight: 500;
      line-height: 31px;
      letter-spacing: -0.24px;
		margin-top: 18px;
	}
	.header__menu li + li {
		margin-left: 0;
	}
	.menu__link {
		display: none;
	}
	.header__btn {
		display: none;
	}
	.header__user_block
	{
		display: none;
	}
	.header__user_block_mob
	{
		display: flex;
		align-items: center;
	}
	.header__btn-mob {
	    display: block;
	    /* z-index: 30; */
	    max-width: 307px;
	    transition: 0.3s;
	    border-radius: 12px;
	    background-color: #FEDD2D;
	    cursor: pointer;
	    height: 40px;
	    padding: 10px 15px 15px;
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 21px;
	    letter-spacing: 0.28px;
	    text-transform: uppercase;
	    color: #151515;
	    text-align: center;
	    margin: 28px auto 41px;
	}
	.header__menu-mob {
		display: flex;
		flex-direction: column;
		z-index: 30;
		top: -950px;
		align-items: center;
      width: 100%;
		transition: 0.3s;
		padding-bottom:160px;
		background-color: #151515;
	}
	.header__social-title {
		color: var(--bg, #FBF7F8);
      text-align: center;
      line-height: 22px;
	}
	.header__social {
		justify-content: center;
		margin-top: 14px;
	}
	.header-contact {
		margin: 47px auto 0;
		display: flex;
		flex-direction: column;
		max-width: 359px;
	}
	.header-contact__img {
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.header-contact__img img {
		margin-right: 15px;
	}
	.header-contact__text {
		margin-top: 10px;
		color: var(--bg, #FBF7F8);
      font-size: 20px;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: -0.4px;
	}
	.header-contact__text a {
		color: var(--blue, #1273EB);
		margin-left: 5px;
	}
	.header-contact__mintext {
		margin-top: 5px;
		color: var(--gray-two, #656370);
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.24px;
	}
	.header__baner {
		width: 100%;
      height: 22px;
		margin-top: 47px;
		display: flex;
		justify-content: center;
	}
	.header__baner img {
		max-width: 360px;;
	}
	.header__proect {
		margin-top: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header__proect-item {
		margin-top: 10px;
		width: 359px;
      height: 90px;
		border-radius: 12px;
      background: var(--gray, #242329);
		padding: 13px;
	}
	.header__proect-text {
		color: var(--line, #D5D4D7);
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.16px;
	}
	.header__menu .header__proect-link {
		color: var(--blue, #1273EB);
      font-size: 12px;
      line-height: 15px; 
      letter-spacing: 0.24px;
	}
	.header__proect-btn {
		width: 26px;
      height: 25px;
		background-image: url(../images/arrow-mob.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.header__confic {
		margin-top: 33px;
		max-width: 345px;
		color: var(--gray-two, #656370);
      font-size: 12px;
      font-weight: 600;
      line-height: 16px; /* 133.333% */
      letter-spacing: 0.36px;
      text-transform: uppercase;
	}
	/*.slick-list {
		width: 790px;
	}*/
	.news
	{
		padding-bottom:230px;
	}
	.news__slider .slick-arrow {
		display: none !important;
	}
	.slick-slide {
		width: 275px;
		margin-right: 16px;
	}

	.slider-item__text {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.16px;
		margin-top: 16px;
	}
	.slider-item__data {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.3px;
		margin-top: 0.24px;
		margin-top: 10px;
	}
	.leader-content:first-child {
		margin-top: -55px;
   }
	.leader-content:nth-child(2) {
		margin-top: -30px;
	}
	.leader__name {
		font-size: 24px;
      line-height: 31px;
      letter-spacing: -0.24px;
		margin-top: 12px;
		margin-left: 38px;
	}
	.leader__text {
		font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.16px;
		margin-left: 38px;
	}
	.speaker__content {
		margin-top: 5px;
	}
	.list-two {
		margin-top: 55px;
	}
	.speaker__item-img {
		display: block;
	}
	.speaker__item-name {
		font-size: 18px;
      line-height: 22px;
		max-width: 131px;
		height: 46px;
	}
	.speaker__item-post {
		font-size: 12px;
		line-height: 15px;
	}
	.speaker__item-img-container::after {
		content: '';
		position: absolute;
		width: 100%;
   		height: 100%;
		top: 0;
		background-color: #1273EB;
		z-index: 10;
		opacity: 0.8;
		mix-blend-mode: screen;
		transition: 0.3s;
	}
	.list-three {
		margin-top: 110px;
	}
	.prog__title {
		padding-top: 350px;
	}
	.prog__data-btn {
		width: 362px;
      height: 60px;
		padding: 18px 54px;
		font-size: 18px;
		line-height: 22px;
	}
	.part__item {
		width: 155.816px;
      height: 100.263px;
	}
	.part__item img
	{
		max-width: 50%;
    	max-height: 70%;
    	height: auto;
	}
	.part__item1 {
		width: 75.583px;
      height: 64.014px;
	}
	.part__item2 {
		width: 93.322px;
      height: 37.791px;
	}
	.part__item3 {
		width: 75.296px;
      height: 77.416px;
	}
	.part__item4 {
		width: 118.002px;
      height: 51.674px;
	}
	.part__item5 {
		width: 99.481px;
      height: 34.281px;
	}
	.part__item6 {
		width: 94.091px;
      height: 40.548px;
	}
	.part__item7 {
		width: 137.795px;
      height: 48.396px;
	}
	.part__item8 {
		width: 113.047px;
      height: 22.076px;
	}
	.part__item9 {
		width: 98.662px;
      height: 42.517px;
	}
	.part__item10 {
		width: 50.271px;
      height: 67.934px;
	}
	.part__item11 {
		width: 146.533px;
      height: 51.085px;
	}
	.part__item12 {
		width: 137.452px;
      height: 46.706px;
	}
	.part__item13 {
		width: 106.845px;
      height: 56.67px;
	}
	.part__item14 {
		width: 114.08px;
      height: 59.161px;
	}
	.part__name {
		color: var(--gray-two, #656370);
		font-size: 10.083px;
		line-height: 13.443px; 
      letter-spacing: 0.202px;
	}
	.media__list
	{
		margin-left: -70px;
		display:block;
	}
	.media__list-img
	{
		max-height:128px;
		width:49%;
		display:inline-block;
		transform: scale(1.05);
	}
	.media__list-img img
	{
		width:100%;
		object-fit:cover;
	}
	.media__list-img:nth-child(6n+3)
	{
		margin-left: 30%;
	}
	.media__list-img:nth-child(6n+4)
	{
		margin-right: -30%;
	}
	.meadia__foto {
		width: 136px;
      height: 50px;
      padding: 10px 15px;
		margin-right: 10px;
		font-size: 12px;
	}
	.meadia__foto-link {
		font-size: 12px;
		line-height: 16px;
      letter-spacing: 0.36px;
	}
	.media__foto-btn {
		width: 213px;
      height: 50px;
      padding: 10px 45px;
		font-size: 12px;
		line-height: 16px; 
      letter-spacing: 0.36px;
	}
	.media__video
	{
		padding-bottom:50px;
	}
	.media__video-title {
		font-size: 20px;
		line-height: 26px;
      letter-spacing: -0.4px;
	}
	.media__slider .slick-arrow {
		display: none !important;
	}
	.media-wrapper iframe {

	}
	.media-item__text {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.media-item__data {
		font-size: 12px;
		line-height: 15px;
      letter-spacing: 0.24px;
	}
	.cookie-bar {
		right: -150px;
	}
	.cookie-bar__content {
		width: 360px;
	}
	.cookie-bar__content img {
		width: 23.594px;
      height: 22.487px;
		margin-right: 10px;
	}
	.cookie-bar__text {
		font-size: 12px;
		line-height: 15px;
      letter-spacing: 0.24px;
	}
	.cookie-btn {
		width: 82px;
      height: 36px;
      padding: 10px 35px;
		font-size: 12px;
		line-height: 16px;
      letter-spacing: 0.36px;
      transition-duration: 0.3s;
	}
	.cookie-btn:hover
	{
		opacity:0.6;
	}
	.popup-content {
		width: 360px;
		padding: 0px 27px 18px;
	}
	.popup-img {
		width: 360px;
      height: 57px;
		margin-left: -27px;
	}
	.close {
		margin-top:-45px;
	}
	.popup-content h2 {
		font-size: 20px;
		line-height: 26px;
      letter-spacing: -0.4px;
	}
	.popup-entr label {
		margin-left: 12px;
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.popup-entr input {
		height: 45px;
	}
	.entr__box-btn {
		width: 156px;
      height: 45px;
		font-size: 12px;
		line-height: 16px;
      letter-spacing: 0.36px;
	}
	.forgot-password-btn {
		font-size: 12px;
		line-height: 15px;
      letter-spacing: 0.24px;
		margin-right: 30px;
	}
	.reg-btn {
      height: 45px;
		font-size: 12px;
		line-height: 16px;
      letter-spacing: 0.36px;
	}
	.popup-content__end {
		width: 360px;
		padding: 0px 27px 18px;
   }
	.popup-img {
		margin-left: -27px;
	}
	.close-end {
		margin-top: -45px;
		margin-right: -15px;
	}
	.popup-content__end h2 {
		font-size: 20px;
		line-height: 26px;
      letter-spacing: -0.4px;
	}
	.popup-content__end label {
		margin-left: 12px;
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.popup-content__end form {
		flex-direction: column;
	}
	.popup-content__end form input {
		width: 100%;
		height: 45px;
	}
	.popup-content__end form button {
		margin-top: 15px;
		width: 100%;
	}
}

@media (max-width: 830px){
	.speaker__item
	{
		width:50%;
	}
	.speaker__item:nth-child(2n+1)
	{
		padding-top:0px;
	}
	.speaker__item:nth-child(2n)
	{
		padding-top:180px;
	}
	.speaker__item:nth-child(1n)
	{
		margin-top:-110px;
	}
	.about__part_element
	{
		width: 24%;
	}
}

@media (max-width: 720px) {
	.about__title {
		font-size: 24px;
		line-height: 31px;
		margin-left: 15px;
	}
	.about__video {
		margin-top: 230px;
	}
	.about__id {
		margin-left: 15px;
		font-size: 20px;
		line-height: 26px;
      letter-spacing: -0.4px;
	}
	.video-wrapper {
		margin-bottom: 6px;
	}
	.video-wrapper iframe {
		width: 213.979px;
      height: 121px;
	}
	.video-overlay::after {
		width: 44.579px;
      height: 44.579px;
	}
	.about__part {
		height: 61px;
		margin-top: 70px;
	}
	.about__part-img1 {
		width: 54.763px;
      height: 57.716px;
	}
	.about__part-img2 {
		width: 101.94px;
      height: 46.066px;
	}
	.about__part-img3 {
		width: 58.845px;
      height: 60.479px;
	}
	.about__part-img4 {
		width: 86.088px;
      height: 27.563px;
	}
	.about__subtitle {
		font-size: 24px;
		margin-left: 0;
		margin-top: 24px;
		line-height: 31px;
		position: relative;
		z-index: 2;
		margin-left: 15px;
	}
	.about__slogan {
		margin-top: 56px;
		height: 77px;
	}
	.about__slogan-title
	{
		font-size: 24px;
	}
	.about__part a + a {
		padding: 0 0 0 15px;
	}
	.info__title {
		margin-top: 77px;
		font-size: 20px;
      line-height: 26px;
      letter-spacing: -0.4px;
	}
	.info__text {
		display: none;
	}
	.info__content {
		margin-top: 50px;
	}
	.info__content ul {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.info__content li {
		font-size: 40px;
		font-weight: 600;
		line-height: 78px;
		letter-spacing: -2.1px;
		width: 130px;
		margin: 0 auto;
		padding:2px;
   }
	.info__content-text {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.16px;
   }
   .info__tags {
	   display: none;
   }
   .info__btn {
	   margin-top: 20px;
		width: 307px;
      height: 60px;
      padding: 12px 32px;
		font-size: 20px;
      line-height: 26px;
      letter-spacing: -0.4px;
   }
	.infobtn__text {
		font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.24px;
	}
	.info {
		border-radius: 0px 0px 50px 50px ;
	}
	.news{
		border-radius: 50px;
	}
	.news__title {
		font-size:20px;
		line-height: 26px;
		letter-spacing: -0.4px;
		padding-top: 44px;
	}
	.list-four {
		margin-top: 0;
	}
	.prog__table-data {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.prog__table-name {
		font-size: 20px;
		line-height: 26px;
      letter-spacing: -0.4px;
	}
	.prog__item-time {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
		width: 115px;
		text-align: end;
	}
	.prog__item-text {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
		width: 269px;
	}
	.prog__item {
		margin-top: 7.5px;
		width: 100%;
		min-height: 42px;
		padding-top: 10px;
		padding-bottom: 12px;
		flex-direction: row-reverse
	}
	.prog__item.animate__animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.media__title {
		max-width: 363px;
      height: 90px;
		margin: 0 auto;
	}
	.media__title img {
		width: 363px;
      height: 90px;
	}
	.media__content {
		margin-top: 80px;
		max-width: 100%;
		width: 414px;
	}
	.news__forum-title {
		padding-top: 37px;
		font-size: 24px;
		line-height: 31px;
      letter-spacing: -0.24px;
	}
	.news__forum-subtitle {
		margin-top: 15px;
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.news__forum-date {
		margin-top: 17px;
		font-size: 12px;
		line-height: 15px; /* 125% */
      letter-spacing: 0.24px;
	}
	.forum {
		margin-top: -140px;
	}
	.forum__img span {
		font-size: 12px;
		line-height: 15px; /* 125% */
      letter-spacing: 0.24px;
	}
	.forum__content {
		margin-top: 42px;
	}
	.forum__content-title {
		font-size: 20px;
		line-height: 26px; 
      letter-spacing: -0.4px;
	}
	.forum__content-text {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.footer__forum-social {
		flex-direction: column;
		align-items: flex-start;
	}
	.forum-social__text {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.socials {
		margin-top: 16px;
	}
	.policy__container {
		padding-top: 43px;
		padding-bottom: 43px;
	}
	
	.policy__title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.26px;
	}
	
	.policy__content {
		margin-top: 25px;
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 600px) {
	.speaker__content
	{
		margin-left:17px;
		/*margin-top:25px;*/
	}
	.speaker__title
	{
		margin-left:17px;
		margin-right:17px;
	}
	.speaker__item
	{
		width:45%;
	}
	.speaker__item-img-container
	{
		max-width:140px;
	}
	.speaker__item:nth-child(2n)
	{
		padding-top:110px;
	}
	.speaker__item:nth-child(1n)
	{
		margin-top: -85px;
		margin-right: 4%;
		margin-bottom: 60px;
	}

	.registr
	{
		width: 100%;
	    padding: 21px 27px;
	    margin: auto;
	    border-radius: 0;
	}
	.signup-content_exit
	{
		position: relative;
	    right: 0;
	    top: 0;
	    float: right;
	}
	.signup-wrap {
		
	}
	.signup-item
	{
		width:100%;
	}
	.signup-content_title {
		font-size: 24px;
		line-height: 31px;
      letter-spacing: -0.24px;
		text-align: start;
	}
	.signup-content_pretitle {
		font-size: 12px;
		line-height: 15px;
      letter-spacing: 0.24px;
	}
	.signup-content_minititle {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
      margin-left:2px;
	}
	.signup-item label {
		font-size: 16px;
		line-height: 20px;
      letter-spacing: 0.16px;
	}
	.signup-item input {
		height: 45px;
	}
	.signup-policy {
		flex-direction: column;
	}
	.signup-policy .registr_btn {
		width:100%;
	}
	.registr_btn {
		margin-top: 10px;
	}
	.signup-text {
		font-size: 12px;
		line-height: 15px; /* 125% */
      letter-spacing: 0.24px;
      width:100%;
	}
	.signup-item__list {
		flex-wrap: wrap;
	}
	.signup-item__list .popup-entr__checkbox
	{
		margin-right: 10px;
		margin-top: 5px;
	}
	.leader-content
	{
		width:90%;
	}

}

@media (max-width: 560px) {
	.list-three {
		margin-top: 0;
	}
	.forum {
		margin-top: -140px;
	}
	.about__video {
		justify-content: center;
	}
	.cookie-bar {
		right: -160px;
		padding: 5px 0 5px;
		width: 360px;
	}
	.cookie-bar__text {
		font-size: 10px;
		width: 230px;
	}
	.cookie-bar__content {
		justify-content: flex-start;
	}
	.modal-content {
		width: 90%;
		margin:10% auto;
	}
	.close-video {
		top: -40px;
		right: 0;
	}
}

@media (max-width: 420px) {
	.prog__item-time {
		display: block;		
	}
	.prog__item-text {
		display: inline-block;
	}
	.about {
		background-image:url('../images/Main_mob.jpg');
	}
	.about__video
	{
		height:121px;
		justify-content: flex-end;
	}
	.video-wrapper video
	{
		width: 214px;
    	height: 121px;
	}
	.about__part {
		flex-wrap: wrap;
	}
	.info__title {
		margin-top: 147px;
	}
	.about__slogan-title {
		font-size: 24px;
	}
	.speaker__leader {
		width: 100%;
	}
	.prog__data-btn {
		width: 300px;
		height: 60px;
		padding: 14px 35px;
		font-size: 16px;
		line-height: 20px;
	}
	.media__title img {
		width: 300px;
		height: 75px;
	}
	.forum {
		margin-top: -140px;
	}
}

@media (max-width: 360px) {
	.header__menu-mob {
		padding-left: 5px;
		padding-right: 5px;
	}
	.header__baner img {
		max-width: 290px;
	}
	.header__proect-item {
		width: 300px;
	}

}

/*Попап*/
.whf_popup
{
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}
.whf_popup_block
{
	max-width:531px;
	width:100%;
	border-radius:22px 22px 20px 20px;
	background-color:#fff;
	display:flex;
	flex-direction: column;
}
.whf_popup_header
{
	border-radius: 20px 20px 0px 0px;
	background: linear-gradient(270deg, #151515 39.07%, #1273EB 87.82%);
	padding:14px 35px 4px 35px;
}
.whf_popup_header_img
{
	max-width:100%;
}
.whf_popup_content
{
	color: var(--black, #151515);
}
.whf_popup_title
{
	margin:auto;
	text-align: center;
	max-width:450px;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-top:33px;
	margin-bottom:16px;
}
.whf_popup_text
{
	margin:auto;
	text-align: center;
	margin-bottom:33px;
	max-width: 450px;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.whf_popup_button
{
	display:block;
	border-radius: 12px;
	background: var(--blue, #1273EB);
	text-transform: uppercase;;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	max-width:160px;
	margin:auto;
	padding:15px 35px;
	color:#fff;
	text-align:center;
	margin-bottom:43px;
	cursor:pointer;
}
.whf_popup_button:hover
{
	opacity:0.7;
}
.whf_popup_email
{
	margin:auto;
	text-align: center;
	margin-bottom:18px;
	max-width: 450px;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color:#656370;
}


/*404*/
.page_404
{
	background-image: url(../images/404.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    background-color: #051427;
}
.page_404_block
{
	margin:450px auto 160px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 790px) {
	.page_404_block
	{
		margin: 250px auto 160px;
	}
}
.page_404_title
{
	color: var(--white, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
.page_404_button
{
	padding: 20px 65px;
    border-radius: 12px;
    background: #FBF7F8;
    text-align: center;
    transition-duration: 0.3s;
    color: #1273EB;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 20px 0;
}

/*поделиться в соц. сетях*/
div.ya-share2__container
{
	width: 100%;
    height: 100%;
}
.socials-item .ya-share2__list
{
	width: 100%;
    height: 100%;
}
.socials-item .ya-share2__item
{
	width: 100%;
    height: 100%;
}
.socials-item .ya-share2__link
{
	width: 100%;
    height: 100%;
}
ul.ya-share2__list span.ya-share2__badge
{
	display:none;
}
.socials-item
{
	display:flex;
}
.alert_copy
{
	position: absolute;
    margin-left: -70px;
    margin-top: -25px;
    background-color: #ccc;
    border-radius: 15px;
    padding: 4px 10px;
    border: 1px solid #949494;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #525252;
}

/*АНИМАЦИИ

/*detail pages live*/
.main_detail {
	  background-color: #fbf7f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.detail_broadcast .about__broadcast_item
{
	width: 65%;
	max-height: 430px;
}
.detail_broadcast .about__broadcast_item iframe
{
	border-radius: 10px;
}
.about__broadcast_timecode_block
{
	background-color: white;
 	border-radius: 10px;
  padding: 20px;
  width: 34%;
  max-height: 431px;
  
}
.about__broadcast_timecode
{
	overflow-y: auto;
	max-height: 100%;
}

.about__broadcast_timecode::-webkit-scrollbar {
  width: 12px; /* в основном для вертикальных полос прокрутки */
  height: 12px; /* в основном для горизонтальных полос прокрутки */
}
.about__broadcast_timecode::-webkit-scrollbar-thumb { /* плашка-бегунок */
  background: #D5D4D7; /* фон */
  border-radius: 12px;
}
.about__broadcast_timecode::-webkit-scrollbar-thumb:hover { /* плашка-бегунок */
  background: #242329; /* фон */
}
.about__broadcast_timecode::-webkit-scrollbar-track { /* фон */
  background: #FBF7F8;
}

.about__broadcast_timecode_item
{
	padding: 5px 17px;
	margin-bottom: 15px;
	cursor: pointer;
}
.about__broadcast_timecode_title
{
	font-weight: 500;
}
.about__broadcast_timecode_text
{
	font-weight: 400;
}

.about__broadcast_timecode_item:hover
{
	color: #1273EB;
}

@media screen and (max-width:1200px) {
	.detail_broadcast .about__broadcast_item{max-height: none}
	.about__broadcast_timecode_block {max-height: 350px}
}

@media screen and (max-width:1000px) {
	.detail_broadcast .about__broadcast_item {width: 100%}
	.about__broadcast_timecode_block {width: 100%}
}