@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: "Play";
    src: local("Play"), url("../fonts/play-v17-latin_cyrillic-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Furore";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Furore.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter-Regular.woff") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Inter-Bold.woff") format("woff2");
}

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

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    min-height: 100vh;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

p {
    margin-bottom: 0;
}

a {
	color: #dcdcf0;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Furore", sans-serif;
  --third-family: "Play", sans-serif;
  --font3: "Inter", sans-serif;

	--fon: #0a0019;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: var(--fon);  
  background-image: url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-internship.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right 426px, left 1500px, right 1726px, left 3900px;
  color: var(--text);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
	height: 100vh;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	overflow-x: hidden;
}

.wrapper {
  height: 100vh;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1284px;
  padding: 0 30px;
  margin: 0 auto;
}

section {
  padding: 32px 0;
}

.title {
  font-family: var(--second-family);
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #b4c8ff;
	margin-bottom: 16px;
}

.title span {
	display: block;
}

.subtitle {
	/* font-family: var(--font-family); */
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 64px;
}

.button {
	display: inline-block;
	width: auto;
	backdrop-filter: blur(64px);
	/* box-shadow: 0 0 32px 0 rgba(240, 0, 250, 0.5), 0 0 16px 0 rgba(0, 25, 240, 0.5); */
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	border-radius: 8px;
	padding: 8px 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;	
}

.button:hover {
	background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
	cursor: pointer;
}

.header {
	padding-top: 35px;
	padding-bottom: 35px;
}

.header--scroll {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
	background: rgba(150, 0, 255, 0.1);
	backdrop-filter: blur(64px);
}

.header__row {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}

.header--scroll .header__logo {
	max-width: 100px;
}

.header__menu {
	display: flex;
	align-items: center;
	gap: 40px;
	flex: 1 1 auto;
  justify-content: center;
	/* padding-right: 40px; */
}

.header__link:hover,
.header__link--active {
	color: #c800c8;
}

.header__burger {
	display: none;
}

.header__buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header__btn:hover {
	cursor: pointer;
}
.promo {
	padding: 0;
}
.promo__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.promo__title {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 48px;
	line-height: 135%;
	letter-spacing: 0.05em;
	color: #b4c8ff;
	margin-bottom: 10px;
}
.promo__subtitle {	
	margin-bottom: 64px;
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
}
.promo__logos {
	display: flex;
	align-items: center;
	gap: 24px;	
  flex-wrap: wrap;
}
.promo__logo {
	border-radius: 16px;
	padding: 16px 0px;
	width: 288px;
	height: 80px;
	background: rgba(150, 0, 255, 0.1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo__slider {
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-bottom: 64px;
}
.promo__slider--mobily {
	display: none;
}
.promo__slider .slick-track {
	margin-left: -95px;
}
.promo__item {
}
.promo__row {
	display: flex;
	gap: 4px;
	max-width: 1034px;/*904*/
	padding-right: 4px;
}
.promo__name {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 4px;
	padding: 32px 16px;
	width: 64px;
	height: 440px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	cursor: pointer;
}
.promo__slider .slick-current .promo__name {
	display: none;
}
.promo__slider .slick-slide:first-child .promo__name {
	border-radius: 16px 4px 4px 16px;
}
.promo__slider .slick-slide:last-child .promo__name {
	border-radius: 4px 16px 16px 4px;
}
.promo__direction {
	transform: rotate(-90deg);
	white-space: nowrap;
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
}
.promo__card {
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
	padding: 0 32px;
	width: 1020px;/*980*/
	height: 440px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
	display: none;
	transition: all 0.6s ease-in-out;
}
.promo__slider .slick-slide:first-child .promo__card {
	border-radius: 16px 4px 4px 16px;
}
.promo__slider .slick-slide:last-child .promo__card {
	border-radius: 4px 16px 16px 4px;
}
.promo__slider .slick-current .promo__card {
	display: flex;
}
.promo__info {
	max-width: 470px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 32px;
	padding-top: 32px;
}
.promo__text-big {
	font-family: "Furore", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0.05em;
	color: #dcdcf0;
	margin-bottom: 16px;
}
.promo__text {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
}
.button {
}
.promo__btn {
	border-radius: 16px;
	padding: 16px 32px;
	width: 226px;
	height: 56px;
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	display: flex;
	align-items: center;
	gap: 16px;
}
.promo__btn::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.promo__item .promo__name::before {
	content: "";
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}
.promo__item.promo__item--1 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66675 14.3253C4.33636 13.5016 2.66675 11.2791 2.66675 8.66669C2.66675 5.35298 5.35304 2.66669 8.66675 2.66669C11.2792 2.66669 13.5017 4.3363 14.3253 6.66669M6.66675 17.6748C4.33636 18.4984 2.66675 20.7209 2.66675 23.3334C2.66675 26.6471 5.35304 29.3334 8.66675 29.3334C11.2792 29.3334 13.5017 27.6637 14.3253 25.3334M17.6748 25.3334C18.4985 27.6637 20.721 29.3334 23.3334 29.3334C26.6471 29.3334 29.3334 26.6471 29.3334 23.3334C29.3334 20.7209 27.6638 18.4984 25.3334 17.6748M25.3334 14.3253C27.6638 13.5016 29.3334 11.2791 29.3334 8.66669C29.3334 5.35298 26.6471 2.66669 23.3334 2.66669C20.721 2.66669 18.4985 4.3363 17.6748 6.66669M10.1179 8.523L12.2546 9.94745C12.958 10.4164 13.7846 10.6667 14.63 10.6667H17.3701C18.2156 10.6667 19.0421 10.4164 19.7456 9.94745L21.8823 8.523C22.3384 8.21891 22.9458 8.27905 23.3334 8.66669C23.7211 9.05433 23.7812 9.66169 23.4771 10.1178L22.0527 12.2545C21.5837 12.958 21.3334 13.7845 21.3334 14.63V17.3701C21.3334 18.2155 21.5837 19.0421 22.0527 19.7455L23.4771 21.8822C23.7812 22.3384 23.7211 22.9457 23.3334 23.3334C22.9458 23.721 22.3384 23.7811 21.8823 23.477L19.7456 22.0526C19.0421 21.5836 18.2156 21.3334 17.3701 21.3334H14.63C13.7846 21.3334 12.958 21.5836 12.2546 22.0526L10.1179 23.477C9.66175 23.7811 9.05439 23.721 8.66675 23.3334C8.27911 22.9457 8.21897 22.3384 8.52306 21.8822L9.94751 19.7455C10.4165 19.0421 10.6667 18.2155 10.6667 17.3701V14.63C10.6667 13.7845 10.4165 12.958 9.94751 12.2545L8.52306 10.1178C8.21897 9.66169 8.27911 9.05433 8.66675 8.66669C9.05439 8.27905 9.66175 8.21891 10.1179 8.523Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__item.promo__item--2 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 18V17.8C4 16.1198 4 15.2798 4.32698 14.638C4.6146 14.0735 5.07354 13.6146 5.63803 13.327C6.27976 13 7.11984 13 8.8 13H15.2C16.8802 13 17.7202 13 18.362 13.327C18.9265 13.6146 19.3854 14.0735 19.673 14.638C20 15.2798 20 16.1198 20 17.8V18M4 18C2.89543 18 2 18.8954 2 20C2 21.1046 2.89543 22 4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18ZM20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18ZM12 18C10.8954 18 10 18.8954 10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18ZM12 18V8M6 8H18C18.9319 8 19.3978 8 19.7654 7.84776C20.2554 7.64477 20.6448 7.25542 20.8478 6.76537C21 6.39782 21 5.93188 21 5C21 4.06812 21 3.60218 20.8478 3.23463C20.6448 2.74458 20.2554 2.35523 19.7654 2.15224C19.3978 2 18.9319 2 18 2H6C5.06812 2 4.60218 2 4.23463 2.15224C3.74458 2.35523 3.35523 2.74458 3.15224 3.23463C3 3.60218 3 4.06812 3 5C3 5.93188 3 6.39782 3.15224 6.76537C3.35523 7.25542 3.74458 7.64477 4.23463 7.84776C4.60218 8 5.06812 8 6 8Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__item.promo__item--3 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3333 10.6667L7.05715 24.9428M2.66663 29.3333L7.05715 24.9428M19.2915 24.7085L26 18C26.3186 17.6814 26.4779 17.5221 26.6061 17.381C29.3796 14.3298 29.3796 9.67025 26.6061 6.61898C26.4779 6.47794 26.3186 6.31863 26 6.00001C25.6813 5.6814 25.522 5.52209 25.381 5.39388C22.3297 2.62033 17.6702 2.62033 14.6189 5.39388C14.4779 5.52209 14.3186 5.68139 14 6.00001L7.29146 12.7085C7.06086 12.9391 6.94556 13.0544 6.86311 13.189C6.79 13.3083 6.73613 13.4383 6.70347 13.5744C6.66663 13.7278 6.66663 13.8909 6.66663 14.217V23.2C6.66663 23.9467 6.66663 24.3201 6.81195 24.6053C6.87587 24.7308 6.95882 24.8445 7.05715 24.9428M19.2915 24.7085C19.0609 24.9391 18.9456 25.0544 18.811 25.1369C18.6917 25.21 18.5617 25.2638 18.4256 25.2965C18.2722 25.3333 18.1091 25.3333 17.783 25.3333H8.79996C8.05322 25.3333 7.67985 25.3333 7.39464 25.188C7.2692 25.1241 7.15548 25.0412 7.05715 24.9428M19.2915 24.7085L24 20H12L7.05715 24.9428' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__item.promo__item--4 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9L11.5657 14.4343C11.3677 14.6323 11.2687 14.7313 11.1545 14.7684C11.0541 14.8011 10.9459 14.8011 10.8455 14.7684C10.7313 14.7313 10.6323 14.6323 10.4343 14.4343L8.56569 12.5657C8.36768 12.3677 8.26867 12.2687 8.15451 12.2316C8.05409 12.1989 7.94591 12.1989 7.84549 12.2316C7.73133 12.2687 7.63232 12.3677 7.43431 12.5657L3.00168 16.9983M17 9H13M17 9V13M3 17L3.00168 16.9983M3.00168 16.9983C3.00974 18.1643 3.05645 18.831 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 16.49 3 16.755 3.00168 16.9983ZM3.00168 16.9983C3.00168 16.9981 3.00168 16.9986 3.00168 16.9983Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__item.promo__item--5 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6667 22.6667L22.6667 18.6667L18.6667 14.6667M13.3333 9.33333L9.33333 13.3333L13.3333 17.3333M10.4 28H21.6C23.8402 28 24.9603 28 25.816 27.564C26.5686 27.1805 27.1805 26.5686 27.564 25.816C28 24.9603 28 23.8402 28 21.6V10.4C28 8.15979 28 7.03969 27.564 6.18404C27.1805 5.43139 26.5686 4.81947 25.816 4.43597C24.9603 4 23.8402 4 21.6 4H10.4C8.15979 4 7.03969 4 6.18404 4.43597C5.43139 4.81947 4.81947 5.43139 4.43597 6.18404C4 7.03969 4 8.15979 4 10.4V21.6C4 23.8402 4 24.9603 4.43597 25.816C4.81947 26.5686 5.43139 27.1805 6.18404 27.564C7.03969 28 8.15979 28 10.4 28Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__item.promo__item--6 .promo__name::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.66669V5.33335M12 5.33335H11.7333M12 5.33335H20M20 2.66669V5.33335M20 5.33335H20.2666M12 26.6667V29.3334M12 26.6667H11.7333M12 26.6667H20M20 26.6667V29.3334M20 26.6667H20.2666M26.6666 12H29.3333M26.6666 12V18.6667M26.6666 12V11.7334M26.6666 18.6667H29.3333M26.6666 18.6667V20.2667M2.66663 12H5.33329M5.33329 12V11.7334M5.33329 12V18.6667M2.66663 18.6667H5.33329M5.33329 18.6667V20.2667M11.7333 26.6667H20.2666M11.7333 26.6667C9.49308 26.6667 8.37298 26.6667 7.51733 26.2307C6.76468 25.8472 6.15276 25.2353 5.76927 24.4826C5.33329 23.627 5.33329 22.5069 5.33329 20.2667M5.33329 20.2667V11.7334M26.6666 20.2667V11.7334M26.6666 20.2667C26.6666 22.5069 26.6666 23.627 26.2307 24.4826C25.8472 25.2353 25.2352 25.8472 24.4826 26.2307C23.6269 26.6667 22.5068 26.6667 20.2666 26.6667M20.2666 5.33335H11.7333M20.2666 5.33335C22.5068 5.33335 23.6269 5.33335 24.4826 5.76933C25.2352 6.15282 25.8472 6.76474 26.2307 7.51739C26.6666 8.37304 26.6666 9.49314 26.6666 11.7334M11.7333 5.33335C9.49308 5.33335 8.37298 5.33335 7.51733 5.76933C6.76468 6.15282 6.15276 6.76474 5.76927 7.51739C5.33329 8.37304 5.33329 9.49314 5.33329 11.7334M14.1333 20H17.8666C18.6134 20 18.9867 20 19.2719 19.8547C19.5228 19.7269 19.7268 19.5229 19.8546 19.272C20 18.9868 20 18.6134 20 17.8667V14.1334C20 13.3866 20 13.0132 19.8546 12.728C19.7268 12.4772 19.5228 12.2732 19.2719 12.1453C18.9867 12 18.6134 12 17.8666 12H14.1333C13.3866 12 13.0132 12 12.728 12.1453C12.4771 12.2732 12.2731 12.4772 12.1453 12.728C12 13.0132 12 13.3866 12 14.1334V17.8667C12 18.6134 12 18.9868 12.1453 19.272C12.2731 19.5229 12.4771 19.7269 12.728 19.8547C13.0132 20 13.3866 20 14.1333 20Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.promo__slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	bottom: -40px;
}
.promo__slider .slick-dots li {
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
.promo__slider .slick-dots li button {
	font-size: 0;
}
.promo__slider .slick-dots li button::before {
	border-radius: 50%;
	background: rgba(220, 220, 240, 0.6);
	font-size: 0;
	width: 10px;
	height: 10px;
	opacity: 1;
	position: static;
}
.promo__slider .slick-dots li button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
}
.promo__slider .slick-dots li.slick-active button::before {	
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.34847 0.890945C8.12027 0.829158 7.87975 0.829158 7.65155 0.890945C7.38664 0.962671 7.1636 1.13778 6.9856 1.27753L6.93585 1.31647L2.41431 4.83322L2.36251 4.87345C2.11142 5.06831 1.89021 5.23998 1.72537 5.46285C1.58071 5.65843 1.47295 5.87877 1.40737 6.11304C1.33265 6.37998 1.33295 6.65999 1.3333 6.97782L1.33334 7.04341L1.33334 11.8924C1.33333 12.2438 1.33332 12.547 1.35372 12.7967C1.37526 13.0603 1.4228 13.3224 1.55133 13.5747C1.74308 13.951 2.04904 14.257 2.42536 14.4487C2.67762 14.5772 2.93976 14.6248 3.20333 14.6463C3.45304 14.6667 3.75621 14.6667 4.10763 14.6667H11.8924C12.2438 14.6667 12.547 14.6667 12.7967 14.6463C13.0603 14.6248 13.3224 14.5772 13.5747 14.4487C13.951 14.257 14.2569 13.951 14.4487 13.5747C14.5772 13.3224 14.6248 13.0603 14.6463 12.7967C14.6667 12.547 14.6667 12.2438 14.6667 11.8924V7.04341L14.6667 6.97782C14.6671 6.65999 14.6674 6.37999 14.5927 6.11304C14.5271 5.87877 14.4193 5.65844 14.2747 5.46285C14.1098 5.23998 13.8886 5.06831 13.6375 4.87346L13.5857 4.83322L9.06418 1.31647L9.01443 1.27753C8.83642 1.13778 8.61339 0.962672 8.34847 0.890945ZM4.66668 11.3334C4.66668 10.9652 4.96516 10.6667 5.33335 10.6667H10.6667C11.0349 10.6667 11.3333 10.9652 11.3333 11.3334C11.3333 11.7016 11.0349 12 10.6667 12H5.33335C4.96516 12 4.66668 11.7016 4.66668 11.3334Z' fill='%23FF00FF' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	top: -4px;
	
}

.promo__arrows {
	display: flex;
	gap: 180px;
	position: relative;
	top: -13px;
}
.promo__arrows svg {
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.promo__arrows svg[aria-disabled="true"] {
	opacity: 0.5;
	cursor: inherit;
}
.courses-list {
	margin-top: -30px;
	padding-top: 0;
	padding-bottom: 141px;
}
.courses-list__container {
	text-align: center;
}
.courses-list__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px;
}
.courses-list__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	text-align: left;
	flex: 0 0 281px;
	border: 1px solid rgba(220, 220, 240, 0.1);
	border-radius: 16px;
	padding: 16px 12px;
	min-height: 180px;
	backdrop-filter: blur(64px);
	background-color: rgba(255, 255, 255, 0.05);
	background: linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	border: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* .courses-list__item::before {
	content: '';
	width: 224px;
	height: 197px;
	position: absolute;
	right: -24px;
	bottom: -24px;
} */
.courses-list__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 26px;
	line-height: 124%;
	color: #dcdcf0;
	/* max-width: 170px; */
}
.number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 8px;
	padding: 8px 16px;
	min-width: 118px;
	height: 40px;	
}
.number::after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.courses-list__item--1 {
	background-image: url("../img/1t/courses/1.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
.courses-list__item--2 {
	background-image: url("../img/1t/courses/2.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
.courses-list__item--3 {
	background-image: url("../img/1t/courses/3.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
.courses-list__item--4 {
	background-image: url("../img/1t/courses/4.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
/* .courses-list__item--5 {
	flex: 0 0 392px;
} */
.courses-list__item--5 {
	background-image: url("../img/1t/courses/4.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
/* .courses-list__item--6 {
	flex: 0 0 392px;
} */
.courses-list__item--6 {
	background-image: url("../img/1t/courses/5.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
}
/* .courses-list__item--7 {
	flex: 0 0 392px;
} */
.courses-list__item--7 {
	background-image: url("../img/1t/courses/6.png");
}
.courses-list__btn,
.but-details,
.about-us__but,
.interesting__link,
.interesting__link-hide {
	padding: 8px 16px;
	position: relative;
	background: transparent;
	box-shadow: none;
	display: inline-block;
	color: #dcdcf0;
}
.interesting__link.invisible,
.interesting__link-hide.invisible {
  display: none;
}
.but-details {
	margin: 0 auto;
}
.courses-list__btn::before,
.but-details::before,
.about-us__but::before,
.interesting__link::before,
.interesting__link-hide::before {
	content: "";
	position: absolute;
	border-radius: 8px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid transparent;
  background: linear-gradient(90deg, #C600C9 0%, #9900FB 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.courses-list__btn:hover,
.but-details:hover,
.about-us__but:hover,
.interesting__link:hover,
.interesting__link-hide:hover {
	background: transparent;
	color: #dcdcf0;
}
.courses-list__btn:hover::before,
.but-details:hover::before,
.about-us__but:hover::before,
.interesting__link:hover::before,
.interesting__link-hide:hover::before {
	background: linear-gradient(90deg, #9900FB 0%, #C600C9 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.about-us__but {
	box-shadow: inherit!important;
	font-family: var(--font-family)!important;
	font-size: 16px!important;
	padding: 8px 16px!important;
	max-width: 161px;
}
.interesting__link,
.interesting__link-hide {
	box-shadow: inherit!important;
	font-family: var(--font-family)!important;
	font-size: 16px!important;
	padding: 8px 16px!important;
	width: inherit!important;
	height: inherit;
	text-shadow: none;
	filter: none;
}
#category {
	align-items: center;
	flex-wrap: wrap;
}
#category li {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	border-radius: 8px;
	padding: 8px 16px;
}
#category .tab_active {
	border: 0!important;
  border-radius: 8px;
	padding: 8px 16px;	
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.4);
}
.choice-training {
	padding-top: 64px;
	padding-bottom: 32px;
}

.choice-training__container {
	text-align: center;
}

.choice-training__title {
	/* margin-bottom: 60px; */
}
.choice-training__sub {
	margin-bottom: 64px;
}
.choice-training__row {
	display: flex;
	flex-wrap: wrap;	
	gap: 24px;
	margin-bottom: 40px;
	text-align: left;
}
.choice-training__item {
	flex: 0 0 392px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;	
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 32px;
	padding: 32px;	
	min-height: 320px;
}
.choice-training__item--1 {
	background-image: url("../img/1t/choice-training/1.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.choice-training__information {
	max-width: 216px;
}
.choice-training__subtitle {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 16px;
}
.choice-training__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}

.choice-training__item--2 {
	flex: 1 1 808px;
	background-image: url("../img/1t/choice-training/2.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.choice-training__item--3 {
	flex: 1 1 808px;
	background-image: url("../img/1t/choice-training/3.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.choice-training__item--2 .choice-training__information {
	max-width: 352px;
}
.choice-training__item--3 .choice-training__information {
	max-width: 352px;
}
.choice-training__item--4 {
	background-image: url("../img/1t/choice-training/4.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.choice-training__item--4 .choice-training__information {
	max-width: 216px;
}

.training {
}
.training__container {
}
.training__title {
	margin-bottom: 60px;
}
#platform-image {
	position: relative;
	border-radius: 32px;
	/* border: 1px solid rgba(220, 220, 240, 0.20); */
	backdrop-filter: blur(64px);
	background-color: rgba(150, 0, 255, 0.1);
	/* background-color: rgba(255, 255, 255, 0.05); */
	background-image: url("../img/1t/training/bgrow.avif");
	background-repeat: repeat, no-repeat;
	background-position: 0 0, right top;
	padding: 32px;
}
#platform-image.platform__image--personal-account {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image1.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--theory {
	background-color: rgba(150, 0, 255, 0.1);	
	background-image: url("../img/1t/training/image2.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--exercise-equipment {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image3.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--practice {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image4.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--support {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image5.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--certification {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image6.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
#platform-image.platform__image--vacancies {
	background-color: rgba(150, 0, 255, 0.1);
	background-image: url("../img/1t/training/image7.webp"), url("../img/1t/training/bgrow.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right 50px bottom, right top, 0 0;
  background-size: auto 104%, auto auto;
}
.training__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.training__li {
	display: flex;
	max-width: 420px;
	
	align-items: center;
		
}

.training__link {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 68px;
	padding: 10px 20px;
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;

	transition: all 0.6s ease-out;
	margin-left: -20px;
	border-radius: 16px;
}
.training__link::before {
	content: "";
	width: 10px;
	height: 48px;
}

.training__link:hover,
.training__link--active {
	background: linear-gradient(90deg, rgba(200, 0, 200, 0.40) 0%, rgba(150, 0, 255, 0.00) 100%);
	cursor: pointer;
	padding: 10px;
	margin-left: 0;
}
.training__link:hover::before,
.training__link--active::before {
	content: "";
	width: 10px;
	height: 48px;
	background: url("../img/1t/training/bgli.png") no-repeat 0 0;	
}

.training__item {
	position: absolute;
	right: 32px;
	bottom: 32px;
	display: flex;
	max-width: 480px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 16px;	
	backdrop-filter: blur(64px);
	background: #530097;	
	/* background: rgba(150, 0, 255, 0.4); */
	display: none;
}
.training__item--personal-account.visible {
	display: flex;
}
.training__subtitle {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 16px;
}
.training__text {
	color: #dcdcf0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 	
}
.training__item--theory.visible {
	display: flex;
}
.training__item--exercise-equipment.visible {
	display: flex;
}
.training__item--practice.visible {
	display: flex;
}
.training__item--support.visible {
	display: flex;
}
.training__item--certification.visible {
	display: flex;
}
.training__item--vacancies.visible {
	display: flex;
}

.free__container {
	text-align: center;
}

.free__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 40px;
	text-align: left;
}
.free__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 1 392px;
	min-height: 440px;
	/* border: 1px solid rgba(220, 220, 240, 0.2); */
	border-radius: 32px;
	padding: 32px;
	background: rgba(255, 255, 255, 0.05), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.free__item--1 {
	background-image: url("../img/1t/free/1.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.free__information {
	max-width: 237px;
}

.free__info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(220, 220, 240, 0.8);
}

.free__name {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #fff;
	margin-bottom: 16px;
}
.free__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(220, 220, 240, 0.8);
}

.free__item--2 {
	background-image: url("../img/1t/free/2.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.free__item--3 {
	background-image: url("../img/1t/free/3.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.free__item--4 {
	flex: 0 1 600px;
	min-height: 292px;
	background-image: url("../img/1t/free/4.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.free__item--5 {
	flex: 0 1 600px;
	min-height: 292px;
	background-image: url("../img/1t/free/5.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.free__item--4 .free__information {
	max-width: 222px;
}

.free__link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.accompaniment {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
}

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

.accompaniment__slider {
	margin-bottom: 40px;
}

.accompaniment__slider .slick-track {
	display: flex!important;
	align-items: center;
}

.accompaniment__slider .slick-slide > div {
	text-align: center;
}

.accompaniment__item {
	text-align: center;
	max-width: 392px;
	height: 400px;
	display: flex!important;
	flex-direction: column;
	justify-content: end;
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	padding: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	margin: 0 auto;
}
.accompaniment__slider .slick-current .accompaniment__item {
	height: 500px;
}
.accompaniment__item--1 {
	background-image: url("../img/1t/accompaniment/2.png");
}
.accompaniment__name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
}
.accompaniment__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #fff;
}
.accompaniment__item--2 {
	background-image: url("../img/1t/accompaniment/3.png");
}
.accompaniment__item--3 {
	background-image: url("../img/1t/accompaniment/4.png");
}
.accompaniment__item--4 {
	background-image: url("../img/1t/accompaniment/5.png");
}
.accompaniment__item--5 {
	background-image: url("../img/1t/accompaniment/6.webp");
}
.accompaniment__item--6 {
	background-image: url("../img/1t/accompaniment/1.webp");
}
.accompaniment__arrow {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.slick-arrow {
	/* border: 1px solid #f0f; */
	background: transparent;
	/* border-radius: 8px; */
	/* padding: 12px; */
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 99;
}

.slick-arrow:hover {
	/* backdrop-filter: blur(64px); */
	/* box-shadow: 0 0 32px 0 rgba(240, 0, 250, 0.5), 0 0 16px 0 rgba(0, 25, 240, 0.5); */
	/* background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%); */
	/* border-color: transparent; */
}
.slick-dots {
	bottom: -53px;
}
.slick-dots li button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li button:before {
	position: relative;
	font-size: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(220, 220, 240, 0.6);
	opacity: 1;
}

.slick-dots li.slick-active button:before {	
	background: #f0f;
	opacity: 1;
}

.internship {
	/* padding-top: 140px;
	padding-bottom: 136px; */
}

.internship__title {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.internship__row {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}
.internship__row--numbers {
	margin-bottom: 0;
}
.internship__item {
	flex: 0 1 392px;
	text-align: center;
}
.internship__information {
	min-height: 192px;
	/* border: 1px solid rgba(220, 220, 240, 0.2); */
	border-radius: 32px;
	padding: 32px;
	background: rgba(150, 0, 255, 0.1);
	/* margin-bottom: 70px; */
}
.internship__name {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	text-align: center;
	color: #dcdcf0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
	margin-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
}
.internship__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
}
.internship__numbers {
	text-align: left;
	display: flex;	
  flex-direction: column;
  /* align-items: center; */
	flex: 0 1 392px;	
	padding: 32px;
	gap: 8px;
}

.numbers:first-child {
	/* padding-left: 79px; */
}
.numbers:last-child {
	/* padding-left: 64px; */
}

.numbers__image {
	margin-bottom: 12px;		
}
.numbers__number {
	display: block;
	font-family: Furore, sans-serif;	
	font-weight: 400;
	font-size: 60px;
	line-height: 133%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #46beff;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
	padding-bottom: 8px;	
}
.numbers__text {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;	
	text-align: center;
}

.projects {
	/* display: none; */
	padding: 32px 0;
}
.projects__container {
	max-width: 1222px;
}
.flipster__button {
	z-index: 99;
}
.projects .flipster {    
	padding-bottom: 90px;
}
.projects .flipster__button--next {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	right: calc(50% - 140px);
	bottom: 25px;
	opacity: 1;
}
.projects .flipster__button--prev {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	left: calc(50% - 137px);
	bottom: 25px;
	opacity: 1;
}
.projects__button-all {
	text-align: center;
}
.button-projects,
.button_type_presentation {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 16px;
	padding: 16px 32px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
	width: 184px;
}
.button-projects:hover, .button:hover {
  background: rgba(150, 0, 255, 0.1);    
}
.projects .flipster__nav {    
  bottom: -32px;
}
.projects .flipster__nav__item {    
  margin: 0 .35em;	
}
.projects .flipster__nav__link {
	border-radius: inherit;
	width: 11px;
}
.projects .flipster__nav__link::after {
  background: rgba(220, 220, 240, 0.6);
}
.projects__cover {
  border-radius: 32px;
}
.graduation {
	/* padding-top: 136px;
	padding-bottom: 136px; */
}

.graduation__container {
	max-width: 100%;
	padding: 0;
}
.graduation__title {
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.subtitle {
}
.graduation__subtitle {
}
.graduation__slider {
}
.graduation__item {
	text-align: center;
}
.graduation__image {
	border-radius: 32px;	
	margin: 0 auto 24px;
	max-height: 200px;
}
.graduation__image:last-child {
	margin-bottom: 0;
}
.graduation__info {
	display: flex;
	justify-content: center;
	align-items: center;	
	border-radius: 32px;
	padding: 20px;
	width: 392px;
	height: 200px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);	
	max-width: 100%;
	margin: 0 auto 24px;
}
.graduation__info:last-child {
	/* height: 234px;	 */
	margin-bottom: 0;
}
.graduation__text {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
}
.graduation__inf {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	text-align: center;	
}

.graduation__name {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;	
	color: #46beff;
	/* margin-bottom: 25px; */
}

.union {
}
.union__container {
}
.union__title {
	max-width: 809px;
	margin-left: auto;
	margin-right: auto;
}
.union__subtitle {
	/* max-width: 809px;
	margin-left: auto;
	margin-right: auto; */
}
.union__row {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 24px;
	align-self: stretch;
	flex-wrap: wrap;
}
.union__item {
	display: flex;
  align-items: end;
	justify-content: center;
	width: 288px;
	height: 320px;
	aspect-ratio: 1/1;
	padding: 32px;	
	border-radius: 32px;
	/* border: 1px solid rgba(220, 220, 240, 0.20); */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	backdrop-filter: blur(64px);
	/* transition: all 0.3s; */
	overflow: hidden;
}
.union__item:hover {
	/* background-size: 120%; */
	background-position: center -320px;
}
.union__item--image-1 {
	background-image: url("../img/1t/union/1-sz-big.webp");
}
.union__text {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;	
	font-weight: 600;
	line-height: 140%; 
	text-align: center;
	overflow: hidden;
}
.union__text--small {
	font-weight: 400;
	visibility: hidden;
	display: none;
	transform: translateY(50px);
	transition: all 0.6s ease-in-out;
}
.union__item:hover .union__text--small {
	display: block;
	visibility: visible;
	transform: translateY(0);
	margin-top: 8px;
}
.union__item--image-2 {
	background-image: url("../img/1t/union/2-sz-big.webp");		
}

.union__item--image-3 {
	background-image: url("../img/1t/union/3-sz-big.webp");
}
.union__item--image-4 {
	background-image: url("../img/1t/union/4-sz-big.webp");
}

.union__item--image-5 {
	background-image: url("../img/1t/union/5-sz-big.webp");
}

.union__item--image-6 {
	background-image: url("../img/1t/union/6-sz-big.webp");
}
.union__item--image-7 {
	background-image: url("../img/1t/union/7-sz-big.webp");
}

.union__item--image-8 {
	background-image: url("../img/1t/union/8-sz-big.webp");
}

.events {
	/* padding-bottom: 136px; */
}
.events__container {
	/* max-width: 100%; */
	max-width: 1188px;
	padding: 0;
}
.events__title {
	padding-left: 30px;
	padding-right: 30px;
}
.events__subtitle {
	margin-bottom: 64px;
	padding-left: 30px;
	padding-right: 30px;
}

.events__row {
	max-width: 1225px;
	display: flex;
	justify-content: center;
	gap: 86px;
	margin: 0 auto 70px;	
	padding-left: 30px;
	padding-right: 30px;
}
.events__number {
	display: inline-flex;
	flex-direction: column;
	align-items: start;
}
.events__number:first-child {
	max-width: 240px;
}
.events__number:last-child {
	max-width: 190px;
}
.events__image {
	margin: 0 auto;
}
.events__iframe {
	margin: 0 auto;
	aspect-ratio: 1.77778;	
	border-radius: 32px;
}
.events__number .events__image {
	margin: 0;
}
.events__text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #dcdcf0;
}
.events__slider {
	padding-bottom: 50px;
}
.events__slider .flipster__nav {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%)
}
.events__slider .flipster__nav__link {
	padding: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	transform: translateY(0);
	transition-timing-function: inherit;
}
.events__slider .flipster__nav__link::after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	position: static;
	transform: inherit;
	background: rgba(220, 220, 240, 0.6);
}
.events__slider .flipster__nav__item--current>.flipster__nav__link::after, 
.events__slider .flipster__nav__link:focus::after, 
.events__slider .flipster__nav__link:hover::after {
	background: #f0f;
}
.events__slider .flipster__button--prev,
.events__slider .flipster__button--next {
	top: inherit;
	bottom: 27px;
	width: 24px;
	height: 24px;
	opacity: 1;
}
.events__slider .flipster__button--prev svg,
.events__slider .flipster__button--next svg {
	display: none;
}
.events__slider .flipster__button--prev {
	left: 50%;
	transform: translateX(-140px);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}
.events__slider .flipster__button--next {
	right: 50%;
	transform: translateX(140px);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}
.events__item {
	text-align: center;
}
.events__arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.education {
	/* padding-bottom: 136px; */
}

.education__title {
	/* margin-bottom: 40px; */
}

.education__subtitle {
	/* margin-bottom: 40px; */
}

.education__row {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.education__item {
	/* border: 1px solid rgba(220, 220, 240, 0.2); */
	border-radius: 32px;
	padding: 32px;
	flex: 0 1 600px;
	height: 194px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	text-align: center;
}
.education__number {	
	font-family: Furore, sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 133%;
	letter-spacing: 0.05em;
	text-align: center;
	color: #46beff;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
}
.education__image {
	margin-bottom: 24px;
}
.education__text {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
}

.awards {
	padding-bottom: 64px;
}

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

.awards__title {
	margin-bottom: 64px;
}
.awards__row {
	margin-bottom: 64px;
	text-align: center;
	position: relative;
}
.awards__image {		
	border-radius: 32px;
	margin: 0 auto;
	display: block;
}
.awards__name {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1000px;
	width: calc(100% - 64px);
	font-family: "Play", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
}
.awards__slider {
	margin-bottom: 40px;
}
.awards__slider .slick-slide > div {
	padding: 0 12px;
}
.awards__item {
	display: flex!important;
	align-items: center;
	gap: 16px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 32px;
	padding: 16px;
}
.awards__img {
	min-width: 120px;
}
.awards__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	max-width: 256px;
}
.awards__arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 210px;
	margin: 0 auto;
}

.unification {
	padding-top: 64px;
	padding-bottom: 64px;	
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}
.unification__subtitle {
	max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.unification__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.unification__item {
	display: flex;
	align-items: center;
	gap: 32px;	
	border-radius: 32px;
	padding: 32px;
	flex: 0 1 600px;
	height: 184px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}

.unification__images {
	flex-basis: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.unification__icon--1 {
	min-width: 92px;
}
.unification__icon--2 {
	min-width: 200px;
}
.unification__icon--3 {
	min-width: 90px;
}
.unification__icon--4 {
	min-width: 168px;
}
.unification__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	max-width: 264px;
}
.unification__text span {
	white-space: nowrap;
}

.stories {
	padding-top: 32px;
	padding-bottom: 32px;
}
.stories__title {
	margin-bottom: 64px;
	justify-content: center;
}
.stories__slider {
	margin-bottom: 40px;
}
.stories__slider .slick-slide > div {
	padding: 0 12px;
}
.stories-list {
	scrollbar-color: rgba(150, 0, 255, 0.2) transparent;
}
.stories-list__item {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border: 0;
	border-radius: 16px;
	padding: 16px;
}
.stories-list__item:hover {
  background: rgba(255, 0, 255, 0.2);
}
.stories-list__item_active {	
	background: rgba(255, 0, 255, 0.2);
}
.stories-list__name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: rgba(220, 220, 240, 0.6);
}
.stories-list__subtitle {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.stories__player {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border: 0;
	border-radius: 16px;
	padding: 32px;
}
.audio-player__name {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 32px;
}
.stories__chat {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border: 0;
	border-radius: 16px;
	padding: 32px 10px 0 32px;
}
.chat__title {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
	margin-bottom: 16px;
}
.chat__list {
	gap: 16px;
	scrollbar-color: rgba(150, 0, 255, 0.2) transparent;
}
.chat__message {
	padding: 0 10px 0 0;
	gap: 16px;
}
.message__info {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 16px;
	padding: 16px;
}
.message__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #dcdcf0;
}
.stories__item {
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	padding: 16px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
}
.answer .message__info {
	border-radius: 16px;
	backdrop-filter: blur(64px);
	background: rgba(255, 0, 255, 0.2);
}
.stories__img {
	border-radius: 8px;
	margin-bottom: 16px;
}
.stories__text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #dcdcf0;
}
.stories__arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.about-us {
	padding-top: 64px!important;
	padding-bottom: 32px!important;
}
.about-us__card {
	backdrop-filter: blur(64px)!important;
	background: rgba(150, 0, 255, 0.1)!important;	
	border-radius: 32px!important;
	padding: 32px!important;
}
.about-us .slick-next {
	position: absolute;
	bottom: -57px;
	top: inherit;
	right: calc(50% - 80px);
	opacity: 1;
}
.about-us .slick-prev {
	position: absolute;
	bottom: -57px;
	top: inherit;
	left: calc(50% - 80px);
	opacity: 1;
}
.about-us .slick-prev::before {
	content: '';
	font-size: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.about-us .slick-next::before {
	content: '';
	font-size: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23DCDCF0' stroke-opacity='0.6' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.card-info__images {
	backdrop-filter: blur(64px)!important;
	background: rgba(150, 0, 255, 0.4)!important;
	
}
.card-info__message {
	display: -webkit-box!important;
  -webkit-line-clamp: 5!important;
  -webkit-box-orient: vertical!important;
	margin-bottom: 5px;
}
.interesting {
	padding: 64px 0 32px;
}
.interesting__item {
	border-radius: 32px;
}
.interesting__info {
	padding: 16px;
}
.interesting__item.main_news .interesting__info {
  padding: 32px;
}
.interesting__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	border-radius: 16px;
	padding: 16px;
	bottom: 16px;
	margin: 0 16px;
}
.interesting__item.main_news .interesting__subtitle {
  margin-left: 32px;
  margin-right: 32px;
  bottom: 32px;
	font-family: Play, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	width: calc(100% - 64px);
	padding: 32px;
}
.category {
	border-radius: 16px;
	padding: 8px 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #dcdcf0;
}
.main_news .category, .interesting__item:first-child.main_news .category {
	border-radius: 16px;
	padding: 16px 32px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}


.interesting__images img {
	border-radius: 32px;
}
.feedback {
	padding-left: 30px;
	padding-right: 30px;
}
.feedback__container {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	border-radius: 32px;
	padding: 32px;
}
.feedback__title {
	/* text-align: left; */
	margin-bottom: 32px;
}
.feedback__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	margin-bottom: 32px;
	text-align: center;
}
.form__row {
	display: flex;
	gap: 16px;
	/* flex-wrap: wrap; */
	align-items: stretch;
	margin-bottom: 32px;
}
.form__item {
	position: relative;
	flex: 1 1 25%;
}
.form__input {
	width: 100%;	
	border: 1px solid rgba(150, 0, 255, 0.4);
	border-radius: 16px;
	padding: 6px 16px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.request_forms_modal {
	background-color: rgba(0, 0, 0, 0.8);
}
.form__label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(220, 220, 240, 0.4);
	position: absolute;
	left: 20px;
	top: 18px;
	transition: 0.3s;
  pointer-events: none;
}
.modal .form__label {
	width: 100%;
  left: 0;
	top: 0;	
}
.request_forms_modal .form {
	gap: 0;
}
.form__input:focus, .form__input:valid {
  padding-top: 24px;
	padding-bottom: 6px;
}
.form__input:focus + .form__label, .form__input:valid + .form__label {
  top: 8px;
  left: 20px;  
	font-size: 12px;
	line-height: 133%;
	color: rgba(220, 220, 240, 0.4);
}
.form__button {
	flex: 1 1 25%;
}
.form__btn {
	width: 278px;
	border-radius: 16px;
	height: 56px;
	box-shadow: inherit;
}
.form__checkbox-wrap {
	flex: 1 1 100%;
	position: relative;
	display: flex;
	justify-content: center;
	position: relative;
}
.form__checkbox {
	position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__label--checkbox {
	display: flex;
  align-items: center;
  gap: 10px;
}

.form__checkbox-wrap label::before {
  content: "";
  min-width: 24px;
  height: 24px;
  display: block;
  background: url("../img/1t/checkbox.png") no-repeat 0 0;
  border: 0;
}

.form__checkbox:checked + label::before {
  background: url("../img/1t/checkbox-checked.png") no-repeat 0 0;
}

.support {
	background: url("../img/1t/bgsupport.png") no-repeat center center;
	padding-top: 258px;
	padding-bottom: 297px;
}

.support__container {
	text-align: center;
}
.support__title {
	max-width: 600px;
	margin: 0 auto 25px;
}

.footer {
	padding-top: 60px;
	padding-bottom: 60px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}

.footer__row {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.footer__item {
	flex-basis: 392px;
}
.footer__logo {
	margin-bottom: 32px;
}
.footer__text {
	margin-bottom: 16px;
}
.footer__link svg {
	display: block;
}
.footer__link--svg {
	color: #B4C8FF;
}
.footer__link:hover {
	color: #c800c8;
}
.footer__link--phone {
	white-space: nowrap;
}
.footer__icons {
	display: flex;
	gap: 20px;	
}
.footer__title {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 32px;
}
.footer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media(max-width: 1283px) {
	.header__menu {
		gap: 20px;	
		display: none;
	}
	.promo__logos {
		width: 100%;
	}
	.promo__logo {
		flex: 1 1 22%;
		width: auto;

	}
	.courses-list__row {
		justify-content: space-between;
	}
	.courses-list__item {
		flex: 0 1 23%;
	}
	.courses-list__item--5,
	.courses-list__item--6,
	.courses-list__item--7 {
		/* flex: 0 1 31%; */
	}
	.choice-training__row {
		justify-content: center;
	}
	.choice-training__item {
		flex: 0 1 39%;
	}
	.choice-training__item--2,
	.choice-training__item--3 {
		flex: 1 1 58%;
	}	
	.free__item {
		flex: 1 1 30%;
	}
	.graduation__info {
		min-width: 456px;
		height: 200px;
		/* width: 224px;	
		height: 234px;	
		padding: 16px; */
	}
	.graduation__text {
		/* font-size: 16px; */
	}
	.graduation__image {
		/* width: 224px;
		height: 237px; */
		min-width: 456px;
		height: 200px;
		object-fit: cover;
	}
	.graduation__image--big {
		/* width: 272px;
		height: 300px; */
		object-fit: cover;
	}
	.graduation__name {
		/* font-size: 20px; */
	}
	.graduation__inf {
		/* height: 127px; */
	}
	.events__row {
		flex-wrap: wrap;
		max-width: 954px;
	}
	.events__image {
		/* margin: 0; */
	}
	.events__number:first-child {
		flex: 1 1 387px;
		max-width: 387px;
	}
	.events__number:first-child .events__text {
		max-width: 240px;
	}
	.events__number:nth-child(2) {
		width: 190px;
	}
	.education__item {
		flex: 1 1 45%;
		min-height: 194px;
		height: auto;
	}
	.awards__row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.unification__item {
		flex: 1 1 45%;
	}
	.form__item {
		width: 26%;
	}
	.form__input {
		width: 100%;
	}
}
@media(max-width: 1200px) {
	.promo__slider .slick-slide.slick-current .promo__row {
		width: 900px;		
	}
	.promo__slider .slick-slide.slick-current .promo__card {
		width: 900px;		
	}
}
@media(max-width: 1187px) {
	.form__item {
		width: 25%;
	}
	.promo__slider .slick-track {
    margin-left: 0;
	}
}
@media(max-width: 1162px) {
	.stories-list {
    min-width: 328px;
	}
}
@media(max-width: 1154px) {
	/* .promo__slider {
		flex-direction: column;
	}
	.promo__row {
		flex-direction: column;
	}
	.promo__name {
		width: 100%;
  	height: 56px;
		flex-direction: row;
		padding: 16px 32px;
	}
	.promo__direction {
		transform: rotate(0deg);
		order: -1;
	}
	.promo__card {
		width: 100%;
	} */
	.promo__slider .slick-slide.slick-current .promo__row {
		width: 800px;		
	}
	.promo__slider .slick-slide.slick-current .promo__card {
		width: 800px;		
	}
	.promo__text{
		font-size: 18px;
	}
}
@media(max-width: 1080px) {
	.courses-list__item {
		flex: 0 1 48%;
	}
}
@media(max-width: 1061px) {
	.form__item {
		width: 24%;
	}
	.union__row {
		justify-content: center;
	}
	#platform-image {
		background-size: 90%, cover, cover;
	}
	.training__link {
		font-size: 18px;
	}
	.training__item {
		left: inherit;
		right: 20px;
		bottom: inherit;
		top: 20px;
		max-width: 400px;
	}
	.promo__slider,
	.promo__arrows {
		display: none;
	}
	.promo__slider--mobily {
		display: block;
		margin-bottom: 64px;
		width: 100%;
	}
	.details {
  	position: relative;
  	display: block;    
  	border-radius: 4px;
  	transition: 0.3s;
  	overflow: hidden;
		margin-bottom: 8px;
	}

	.details::after {
		position: absolute;
		right: 24px;
		top: 21px;
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		border-right: 2px solid #DCDCF0;
		border-bottom: 2px solid #DCDCF0;
		transform: rotate(45deg);
		transform-origin: center;
		transition: .3s;
	}

	.details[open]::after {
		transform: rotate(225deg);
	}

	.details[open] {
		padding-bottom: 60px;
	}

	.details[open] .details__title {
		margin-bottom: 8px;
	}

	.details__title {
		cursor: pointer;
		list-style: none;  
		transition: .3s;
	}

	.details__title::-webkit-details-marker {
		display: none;
	}

	.details__content {
		margin-bottom: -60px;
	}

	.details__content p:last-child {
		margin-bottom: 0;
	}
	.details__content p:first-child {
		margin-top: 0;
	}
	.promo__name {
		width: 100%;
  	height: 56px;
		flex-direction: row;
		padding: 16px 32px;
		gap: 16px;
		align-items: center;
	}
	.promo__direction {
		transform: rotate(0deg);
		order: -1;
		flex: 1 1 auto;
	}
	.promo__card {
		width: 100%;
		display: flex;
		height: auto;
	}
	.promo__info > div {
		margin-bottom: 24px;
	}
	.promo__name::before {
		order: -1;
	}
	.promo__image {
		width: 300px;
    object-fit: cover;
    height: auto;
    align-self: self-end;
	}
	
}
@media(max-width: 1012px) {
	body {
		background-image: url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-internship.png"), url("../img/1t/bg/bgbot.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right 426px, left 1500px, right 1726px, left 3900px, center bottom 260px;
	}
	
	.header {
		padding-top: 24px;
		padding-bottom: 35px;
	}
	.header--scroll {
		padding: 10px 0;
	}
	.header__buttons {
		position: absolute;
		right: 106px;
	}
	.header__menu {
		display: none;
		background: #221b3f;
    padding: 48px 20px 64px 32px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 40%;
    z-index: 999;
    min-height: 689px;
    height: 100vh;
    transition: all 0.6s ease;
		align-items: start;		
	}
	.header__menu--visible {
    right: 0;
    display: flex;
    flex-direction: column;
  }
	.header__burger {
		display: flex;
		width: 30px;
		height: 20px;
		position: relative;
		transition: all 0.3s;
	}
	.header__burger.open {
		z-index: 999;
		transition: all 0.3s;
	}
	.header__burger:hover {
		cursor: pointer;
	}
	.header__burger::before {
		content: "";
		width: 30px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.3s;
	}
	.header__burger::after {
		content: "";
		width: 30px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: all 0.3s;
	}
	.header__burger span {
		display: block;
		width: 30px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		top: calc(50% - 0.5px);
	}
	.header__burger.open::before {
		transform: rotate(45deg);
		top: 10px;
	}
	.header__burger.open::after {
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__burger.open span {
		display: none;
	}
	.header__link {
		font-size: 24px;
	}
	.promo__container {
		flex-direction: column;
		align-items: start;
	}
	.promo__logos {
		flex-wrap: wrap;
	}
	.promo__logo {
		min-width: 200px;
	}
	.courses {
		padding-bottom: 70px;
	}
	.courses-list__row {
		justify-content: center;
	}
	.courses-list__item {
		flex: 0 1 48%;
	}
	/* .choice-training {
		padding-bottom: 70px;
	} */
	.choice-training__item {
		flex: 1 1 100%;
		min-height: 280px;
	}
	.choice-training__item--1 {
		background-image: url("../img/1t/choice-training/1-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.choice-training__item--2 {
		background-image: url("../img/1t/choice-training/2-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.choice-training__item--3 {
		background-image: url("../img/1t/choice-training/3-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.choice-training__item--4 {
		background-image: url("../img/1t/choice-training/4-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.choice-training__item--4 .choice-training__information {
		max-width: 420px;
	}
	.free .slick-slide > div {
		padding: 0 20px;		
	}
	.free__container {
		padding-left: 0;
		padding-right: 0;
	}
	.free__title {
		padding-left: 16px;
		padding-right: 16px;
	}
	.free__item {
		flex: 0 1 420px; 
		display: flex!important;		
		position: relative;
	}
	.free__item--4 {
		min-height: 440px;
		background-image: url("../img/1t/free/4-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.free__item--5 {
		min-height: 440px;
		background-image: url("../img/1t/free/5-mob.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	}
	.free__info {
		position: absolute;
		bottom: 24px;
	}	
	.accompaniment__item {		
		max-width: 296px;
		height: 340px;
	}
	.accompaniment__slider .slick-current .accompaniment__item {
		height: 400px;
	}
	.internship__row {
		flex-direction: column;
	}
	.internship__information {
		min-height: inherit;
	}
	.internship__row--numbers {		
		justify-content: space-between;
	}
	.internship__item {
		flex: 0 1 auto;
	}
	.internship__numbers {
		flex: 1 1 100%;
	}
	
	.numbers__image {
		height: 54px;
	}
	.events__number .events__image {
		height: 54px;
	}
	.events__number:first-child {    
    max-width: 290px;
  }
	.education__row {
		flex-direction: column;
	}
	.education__item {
		text-align: center;
	}
	.awards__title {
		margin-bottom: 60px;
	}
	
	.awards__image {
		height: 600px;
		object-fit: cover;
	}
	.unification {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.unification__item {
		flex-direction: column;
		height: auto;
		justify-content: space-between;
	}
	.unification__text {
		order: -1;
		text-align: center;
	}
	.support {
		background: url("../img/1t/bgsupport-mob.png") no-repeat center center;
		padding-top: 164px;
		padding-bottom: 200px;
	}
	.form__row {
		flex-wrap: wrap;
	}
	.form__item {		
		flex: 1 1 47%;
	}
	.form__button {
		flex: 1 1 47%;
	}
	.projects__title h2 {
		text-align: center;
		padding-right: 0;	
	}
	
}
@media(max-width: 963px) {
	.form {
		flex-direction: column;
	}
	.form__item {
		width: 100%;
	}
	.form__btn {
		width: 100%;
	}
	
}
@media (max-width: 900px) {
	.interesting {
    padding: 32px 0 32px;
	}
    .interesting__row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(2, 1fr);
				grid-auto-rows: minmax(210px, 1fr);				
    }
		.interesting__item {
			border-radius: 32px;
		}
		.interesting__info,
		.interesting__item.main_news .interesting__info {
			padding: 16px;
		}
		.category,
		.main_news .category, .interesting__item:first-child.main_news .category {
    	border-radius: 16px;
			font-family: var(--font-family);
			font-weight: 400;
			font-size: 12px;
			line-height: 133%;
			color: #dcdcf0;
		}
		.interesting__subtitle,
		.interesting__item.main_news .interesting__subtitle {
			margin: 0 16px;
			font-family: var(--font-family);
			font-weight: 400;
			font-size: 16px;
			line-height: 150%;
			color: #dcdcf0;
			border-radius: 16px;
			padding: 16px;
			backdrop-filter: blur(64px);
			background: rgba(70, 20, 110, 0.8);
		}
		.interesting__item.main_news .interesting__subtitle {
    	margin-left: 16px;
    	margin-right: 16px;
		}
		.interesting__images img,
		.interesting__item.main_news .interesting__image {
      height: 420px;
		}
		.interesting__item.main_news,
		.interesting__item:first-child, .interesting__item:nth-child(5), .interesting__item:nth-child(7), .interesting__item:nth-child(11), .interesting__item:nth-child(13), .interesting__item:nth-child(17), .interesting__item:nth-child(19) {
        grid-column: span 1;
        grid-row: span 1;
    }
		.interesting__item:first-child .interesting__image, .interesting__item:nth-child(5) .interesting__image, .interesting__item:nth-child(7) .interesting__image, .interesting__item:nth-child(11) .interesting__image, .interesting__item:nth-child(13) .interesting__image, .interesting__item:nth-child(17) .interesting__image, .interesting__item:nth-child(19) .interesting__image {
      height: 420px;
    }	
		.interesting__item:first-child .interesting__subtitle h3, .interesting__item:nth-child(5) .interesting__subtitle h3, .interesting__item:nth-child(7) .interesting__subtitle h3, .interesting__item:nth-child(11) .interesting__subtitle h3, .interesting__item:nth-child(13) .interesting__subtitle h3, .interesting__item:nth-child(17) .interesting__subtitle h3, .interesting__item:nth-child(19) .interesting__subtitle h3 {
        font-family: var(--font-family);
				font-weight: 400;
				font-size: 16px;
				line-height: 150%;
				color: #dcdcf0;
    }
		.interesting__item:nth-child(8) .interesting__image, .interesting__item:nth-child(18) .interesting__image, .interesting__item:nth-child(21) .interesting__image {
        height: 420px;
    }
}
@media(max-width: 768px) {
	body {
		background-image: url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-top.png"), url("../img/1t/bg/bg-right-top.png"), url("../img/1t/bg/bg-left-internship.png"), url("../img/1t/bg/bgbot.png");
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
		background-position: left top, right 426px, left 1500px, right 1726px, left 3900px, center bottom 660px;
	}
	.promo__logos {
		justify-content: center;
	}
	.promo__logo {
		flex: 1 1 48%;
	}
	.promo__title {
		text-align: center;
		width: 100%;
	}
	.promo__subtitle {
		width: 100%;
		text-align: center;
		margin-bottom: 32px;
	}
	.promo__btn {
		width: 218px;
		justify-content: center;
	}
	.choice-training__item .choice-training__information {
		max-width: 380px;
	}
	.courses-list__item {
    flex: 0 1 47%;
  }	

	.numbers__image {
		margin-left: auto;
		margin-right: auto;
	}
	
	.events .slick-slide > div {
		padding: 0 30px;
	}
	.events__iframe {		
		aspect-ratio: 1.77778;
		width: 100%;
		height: auto;
		min-width: 520px;
	}
	.education__item {
		min-height: 174px;
		padding: 16px;
	}
	.education__image {
		height: 58px;
		width: auto;
	}	
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer__row {
		flex-direction: column;
		gap: 40px;
	}
	
	.footer__text {
		margin-bottom: 12px;
	}
	.footer__title {
		margin-bottom: 20px;
	}
	.footer__list {
		gap: 12px;
	}	
	.training {
		display: none;
	}
	#platform-image {
		padding: 40px 20px;
	}
	.training__item {
		max-width: 300px;
	}
	.promo__text-big {
		font-size: 24px;
		line-height: 133%;
	}
	.button {
		padding: 8px 16px;
	}
}
@media(max-width: 659px) {
	.union__container {
		padding-left: 0;
		padding-right: 0;
	}
	.union .slick-slide > div {
		padding: 0 12px 24px;
		text-align: center;
	}
	.union .slick-arrow {
		display: none!important;
	}
	.union__item { 
		min-width: 255px;
		max-width: 255px;
		height: 275px;
		object-fit: cover;
		margin: 0 auto;		
	}
	.union__item:hover {
		background-position: center -283px;
	}
	.union__text {
		display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
	}
}
@media(max-width: 626px) {
	.title,
	.interesting__title h2 {		
		font-size: 32px;
	}
	.subtitle {
		font-family: var(--font-family);
		font-size: 16px;
		line-height: 150%;
	}
	/* section {
    padding-top: 50px;
    padding-bottom: 50px;
  } */
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.union__container {
    padding-left: 0;
    padding-right: 0;
  }
	.graduation__container {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		padding-top: 20px;
		padding-bottom: 32px;
	}
	.header--scroll {
    padding-top: 10px;
    padding-bottom: 10px;
  }
	.header__logo img {
		height: 34px;
	}
	.header__buttons {
		display: none;
	}
	.header__menu {
		width: 100%;
		align-items: center;
	}
	.promo__title {
		text-align: center;
		width: 100%;
		font-size: 32px;
		line-height: 135%;
	}
	.promo__card {
		padding: 0 16px;
	}
	.promo__text {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #dcdcf0;
		max-width: 320px;
	}
	.promo__image {
		margin-left: -100px;
	}
	.promo__logos {
		/* max-width: 328px; */
		/* gap: 15px; */
		justify-content: space-between;
	}
	.promo__subtitle {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		color: #dcdcf0;
		margin-bottom: 32px;
		text-align: center;
		width: 100%;
	}
	.promo__logo {
		/* height: 36px; */
	}
	
	.courses-list__row {
		flex-direction: column;
	}
	.courses-list__item::before {
		right: 0;
	}
	.choice-training__item {
		max-width: 328px;
		justify-content: start;
		gap: 24px;
	}
	.choice-training__item--1 {
		background-image: url("../img/1t/choice-training/1-mob-600.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
		padding-bottom: 154px;
	}
	.choice-training__item--2 {
		background-image: url("../img/1t/choice-training/2-mob-600.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
		padding-bottom: 224px;
	}
	.choice-training__item--3 {
		background-image: url("../img/1t/choice-training/3-mob-600.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
		padding-bottom: 172px;
	}
	.choice-training__item--4 {
		background-image: url("../img/1t/choice-training/4-mob-600.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
		padding-bottom: 182px;
	}
	
	.free__container {
    padding-left: 0;
    padding-right: 0;
  }
	.free .slick-slide > div {
    padding: 0 12px;
  }
	.free__info {
		bottom: inherit;
	}
	.free__information {
		min-width: 248px;
		padding-top: 32px;
	}
	.accompaniment__name {		
		font-size: 20px;
	}
	.internship__information {
		padding: 16px;
	}
	.internship__name {
		font-size: 20px;
	}
	.internship__text {
		font-size: 12px;
		line-height: 133%;
	}
	.numbers__number {
		font-size: 48px;
		line-height: 125%;
	}
	.numbers__text {
		font-family: var(--font-family);
		font-weight: 600;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		color: #dcdcf0;
	}
	.events__container {
		padding-left: 0;
		padding-right: 0;
	}
	.events__row {
		flex-direction: column;
		gap: 32px;
		padding-left: 0;
		padding-right: 0;
	}
	.events__iframe {
		min-width: 350px;
	}
	.events .slick-slide > div {
    padding: 0;
  }
	.events__number,
	.events__number:first-child {
    flex: 1 1 auto;
  }
	.education {
    padding-bottom: 50px;
  }
	.education__subtitle {
		font-size: 16px;
		font-weight: 400;
	}
	.education__number {
		font-size: 48px;
		line-height: 125%;
	}
	.education__text {
		font-size: 16px;
		line-height: 150%;
	}
	.awards {
		padding-bottom: 100px;
	}
	.awards__title {
		margin-bottom: 32px;
	} 
	.awards__row {
		padding: 0;
	}
	.awards__image {
		height: 440px;
	}
	.awards__name {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		color: #dcdcf0;
		width: calc(100% - 32px);
	}
	.awards__item {
		justify-content: center;
	}
	.unification__subtitle {
		font-size: 16px;
		font-weight: 400;
	}
	.stories {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.stories__subtitle {
		margin-bottom: 40px;
	}
	.stories .slick-slide > div {
		text-align: center;
	}
	.stories__item {
		max-width: 392px;
		margin: 0 auto;
		text-align: left;
	}
	.feedback__container {
		padding: 24px;
	}
	.feedback__text {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 24px;
	}
	.support {
		background: url("../img/1t/bgsupport-mob600.png") no-repeat center center;
		padding-top: 135px;
		padding-bottom: 100px;
		margin-bottom: 75px;
	}

	.internship__row--numbers {
		flex-direction: column;
	}
	.internship__numbers {
    /* align-items: center; */
		padding: 16px;
  }
	.form__item {		
		flex: 1 1 100%;
	}
	.form__button {
		flex: 1 1 100%;
	}
	.free__item {
		padding: 16px;
		border-radius: 16px;
	}	
}
@media(max-width: 500px) {
	.graduation__image {
		min-width: 280px;
		max-width: 280px;
		height: 200px;
	}
	.graduation__info {
    min-width: 280px;
    max-width: 280px;
    height: 200px;
  }
	.promo__card {
		flex-direction: column;
	}
	.promo__info {
		padding-bottom: 0;
	}
	.promo__image {
		margin: 0;
		align-self: center;
	}
	.promo__btn {
		position: absolute;
		bottom: 16px;
		width: calc(100% - 32px);
		left: 16px;
	}
	.union__title {
		padding-left: 16px;
		padding-right: 16px;
	}
	.union__subtitle {
		padding-left: 16px;
		padding-right: 16px;
	}
	.unification__title {
		font-size: 24px;
		line-height: 133%;
	}
}
@media(max-width: 450px) {
	.promo__name {
		padding: 16px;
	}
	.promo__direction {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #dcdcf0;		
	}
	.promo__item .promo__name::before {
    content: "";
    width: 23px;
    height: 24px;
		background-size: cover;
	}
}
@media(max-width: 361px) {
	.promo__logos {
		gap: 20px;
	}
}
.courses {
	padding: 70px 0;
}
.title {
}
.courses__title {
	color: #B4C8FF;
	font-family: Furore, sans-serif;
	font-size: 48px;
	text-align: left;
	font-weight: 400;
	line-height: 135%;
	letter-spacing: 2.4px;
	margin-bottom: 60px;
	max-width: 100%;
}
.courses__row {
	display: flex;
	gap: 24px;
}
.courses__filters {
	flex: 0 0 392px;
	position: relative;
}
.filters__clear {
	position: absolute;
	right: 0;
	top: 5px;
	color: var(--White-80, rgba(220, 220, 240, 0.80));
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	cursor: pointer;
} 
.filters__clear--invisible {
	display: none;
}
.show-filter {
	display: none;
	border-radius: 16px;
	padding: 16px;
	width: 56px;
	height: 56px;
	backdrop-filter: blur(64px);
	background-color: rgba(150, 0, 255, 0.4);
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H19.4C19.9601 1 20.2401 1 20.454 1.10899C20.6422 1.20487 20.7951 1.35785 20.891 1.54601C21 1.75992 21 2.03995 21 2.6V3.26939C21 3.53819 21 3.67259 20.9672 3.79756C20.938 3.90831 20.8901 4.01323 20.8255 4.10776C20.7526 4.21443 20.651 4.30245 20.4479 4.4785L14.0521 10.0215C13.849 10.1975 13.7474 10.2856 13.6745 10.3922C13.6099 10.4868 13.562 10.5917 13.5328 10.7024C13.5 10.8274 13.5 10.9618 13.5 11.2306V16.4584C13.5 16.6539 13.5 16.7517 13.4685 16.8363C13.4406 16.911 13.3953 16.9779 13.3363 17.0315C13.2695 17.0922 13.1787 17.1285 12.9971 17.2012L9.59711 18.5612C9.22957 18.7082 9.0458 18.7817 8.89827 18.751C8.76927 18.7242 8.65605 18.6476 8.58325 18.5377C8.5 18.4122 8.5 18.2142 8.5 17.8184V11.2306C8.5 10.9618 8.5 10.8274 8.46715 10.7024C8.43805 10.5917 8.39014 10.4868 8.32551 10.3922C8.25258 10.2856 8.15102 10.1975 7.94789 10.0215L1.55211 4.4785C1.34898 4.30245 1.24742 4.21443 1.17449 4.10776C1.10986 4.01323 1.06195 3.90831 1.03285 3.79756C1 3.67259 1 3.53819 1 3.26939V2.6Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
}
.filters__title {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 32px;
}
.filters__input {
	width: 100%;
	padding: 12px 16px 12px 48px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background-color:  rgba(180, 200, 255, 0.20);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21L16.66 16.66M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23DCDCF0' stroke-opacity='0.4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 16px center;	
	color: rgba(220, 220, 240, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 152%;
	margin-bottom: 40px;
}
.filters__input::placeholder {
	opacity: 1;
	color: rgba(220, 220, 240, 0.6);
}
.filters__name {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L12 16L20 8' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;	
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 42px;
	display: block;
	cursor: pointer;
}
.filters__name--open {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 16L12 8L4 16' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	margin-bottom: 25px;
}
.filters__row {
	flex-direction: column;
	gap: 16px;
	margin-bottom: 40px;
	display: none;
}
.filters__row:last-child {
	margin-bottom: 0;
}
.filters__row--visible {
	display: flex;
}
.filters__item {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	
}
.filters__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.filters__label {
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	position: relative;
  display: flex;
  align-items: start;
  gap: 12px;
}
.filters__label::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23DCDCF0' stroke-opacity='0.6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}
.filters__checkbox:checked + label::before {
	background-color: #f0f; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px;
}
.filters__label b {
	color: rgba(220, 220, 240, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.courses__list {
	flex: 1 1 auto;
}
.list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.list__quantity {
	color: rgba(220, 220, 240, 0.6);
	text-align: right;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 
	margin: 4px 0;
}
.list__help {
}
.help {
	display: flex;
	padding: 32px;
	justify-content: space-between;
	align-items: center;
	border-radius: 32px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
}
.help__information {
}
.help__title {
	color: #DCDCF0;
	font-family: Play, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 133%; 
	margin-bottom: 16px;
}
.help__text {
	line-height: 150%;
	color: #dcdcf0;
}
.button {
}
.help__button:hover {
	cursor: pointer;
}
.course {
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	border-radius: 32px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	position: relative;
}
.course__information {
	display: flex;
	flex: 1 1 100%;
	gap: 16px;
	width: 100%;
}
.course__image {
	min-width: 119px;
	height: 119px;
	object-fit: cover;
	border-radius: 16px;
}
.course__info {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}
.course__top {
	display: flex;
	flex: 1 1 100%;
	justify-content: space-between;
	gap: 20px;
}
.course__title {
	color:  #DCDCF0;
	font-family: Play, sans-serif;
	font-size: 24px;	
	font-weight: 600;
	line-height: 133%;
	margin-bottom: 8px; 
}
.course__inf {
	color: rgba(220, 220, 240, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 16px;	
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px; 
	display: flex;
  align-items: center;
  gap: 8px;
}
.course__price {
}
.course__free {
	display: flex;
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	justify-content: center;
	align-items: center;
	/* gap: 10px;
	border-radius: 100px;
	border: 1px solid rgba(220, 220, 240, 0.20);
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;  */
}
.course__cost {
	font-family: Play, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0; 
	text-align: right;
	white-space: nowrap;
}
.course__cost--old {	
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-decoration: line-through;
	color: rgba(220, 220, 240, 0.6);
}
.course__cost--old span {
	text-decoration-line: none;
}
.course__tags {
}
.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tags__li {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	color: #dcdcf0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; 
}
.tags__li--invisible {
	display: none;
}
.tags__li--quantity {
	cursor: pointer;
}
.course__wrap-text {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.course__text {
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.course__text--visible {
	-webkit-line-clamp: inherit;
}
.course__buttons {
	display: flex;	
	width: 100%;
	align-items: center;
	justify-content: end;
	gap: 8px;
}
.course__buttons .register_button {
	min-width: 200px;
  border-radius: 8px;
  padding: 8px 16px;      
  backdrop-filter: blur(64px);
  background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);	
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #dcdcf0;
	cursor: pointer;
}
.course__buttons .register_button:hover {
	background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);	
}
.course__button {
	display: block;
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 200px;	
	color: var(--White, #DCDCF0);
	text-align: center;
	border-radius: 8px;	
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; 
	position: relative;
}
.course__button::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #C600C9 0%, #9900FB 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.course__button:hover::before {
	background: linear-gradient(90deg, #9900FB 0%, #C600C9 100%) border-box;
}
.show_modal {
	cursor: pointer;
}
.course__details {
	min-width: 20px;
	height: 20px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.3335 6.66669L10.0002 13.3334L16.6668 6.66669' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.course__details--open {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6668 13.3334L10.0002 6.66669L3.3335 13.3334' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.discount {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'%3E%3Cpath d='M25.3162 0.64068C25.7009 0.280302 26.2991 0.280301 26.6838 0.64068L30.4627 4.1816C30.726 4.42827 31.1017 4.51402 31.4459 4.406L36.387 2.85537C36.8898 2.69756 37.4289 2.95715 37.619 3.44871L39.4874 8.2786C39.6176 8.61506 39.9189 8.85534 40.2759 8.90736L45.4004 9.65414C45.922 9.73015 46.295 10.1979 46.253 10.7233L45.8408 15.8855C45.812 16.2452 45.9793 16.5924 46.2783 16.7941L50.5714 19.6904C51.0083 19.9852 51.1414 20.5685 50.8757 21.0236L48.2644 25.4958C48.0825 25.8073 48.0825 26.1927 48.2644 26.5042L50.8757 30.9764C51.1414 31.4315 51.0083 32.0148 50.5714 32.3096L46.2783 35.2059C45.9793 35.4076 45.812 35.7548 45.8408 36.1145L46.253 41.2767C46.295 41.8021 45.922 42.2699 45.4004 42.3459L40.2759 43.0926C39.9189 43.1447 39.6176 43.3849 39.4874 43.7214L37.619 48.5513C37.4289 49.0429 36.8898 49.3024 36.387 49.1446L31.4459 47.594C31.1017 47.486 30.726 47.5717 30.4627 47.8184L26.6838 51.3593C26.2991 51.7197 25.7009 51.7197 25.3162 51.3593L21.5373 47.8184C21.274 47.5717 20.8983 47.486 20.5541 47.594L15.613 49.1446C15.1102 49.3024 14.5711 49.0429 14.381 48.5513L12.5126 43.7214C12.3824 43.3849 12.0811 43.1447 11.7241 43.0926L6.5996 42.3459C6.07804 42.2699 5.70502 41.8021 5.74697 41.2767L6.15923 36.1145C6.18795 35.7548 6.02074 35.4076 5.72168 35.2059L1.42864 32.3096C0.991714 32.0148 0.858582 31.4315 1.12434 30.9764L3.73558 26.5042C3.91749 26.1927 3.91749 25.8073 3.73558 25.4958L1.12434 21.0236C0.858582 20.5685 0.991714 19.9852 1.42864 19.6904L5.72168 16.7941C6.02074 16.5924 6.18795 16.2452 6.15923 15.8855L5.74697 10.7233C5.70502 10.1979 6.07804 9.73015 6.5996 9.65414L11.7241 8.90736C12.0811 8.85534 12.3824 8.61506 12.5126 8.2786L14.381 3.44871C14.5711 2.95715 15.1102 2.69756 15.613 2.85537L20.5541 4.406C20.8983 4.51402 21.274 4.42827 21.5373 4.1816L25.3162 0.64068Z' fill='%23FF7800'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	color:  #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

@media(max-width: 1030px) {
	.courses__row {
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
	}
	.show-filter {
		display: flex;
		position: absolute;
		right: 0;
		top: -121px;
		cursor: pointer;
	}
	.filters {
		display: none;
		position: absolute;
		top: -50px;
		right: 0;
		border-radius: 32px;
		padding: 32px;
		width: 400px;
		background: #310059;
	}
	.filters.visible {
		display: block;
		z-index: 999;
	}
	.filters__clear {    
    right: 32px;
    top: 37px;
	}
}

@media(max-width: 768px) {
	.help {
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		text-align: center;
	}
	.course__information {
		flex-direction: column;
	}
}
@media(max-width: 626px) {
	.courses {
		padding: 32px 0;
	}
	.courses__title {
		font-size: 32px;
		line-height: 125%;
	}
	.show-filter {
		border-radius: 8px;
		padding: 8px;
		width: 40px;
		height: 40px;
		top: -100px;
	}
}
@media(max-width: 420px) {
	.courses__filters {
		flex: 1 1 100%;
		width: 100%;
	}
}

.about-us__title {
	margin-bottom: 64px;	
}
.about-us__slider .slick-dots {
	bottom: -45px;
}
.about-us__slider .slick-dots li button::before {
	font-size: 6px!important;
}
.stories__title .title,
.interesting__title h2 {
	color: #b4c8ff;
}

.modal-bid,
.modal-success,
.modal-information {
	display: none;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  inset: 0;
	z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.modal-bid.visible,
.modal-success.visible,
.modal-information.visible {
	display: flex!important;
}
.visible {
}
.modal-new__container {	
	display: flex;
	max-width: 600px;
	width: 100%;
	padding: 40px;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	flex-shrink: 0;
	border-radius: 16px;
	background: rgba(150, 0, 255, 0.20);
	
	backdrop-filter: blur(32px);
	height: auto;
	margin: auto;
}
.modal-new__head {
	display: flex;
	gap: 20px;
	align-items: start;
	width: 100%;
	justify-content: space-between;
}
.modal-success .modal-new__head {
	justify-content: space-between;
	width: 100%;
}
.modal-new__title {
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	margin-bottom: 0;
}
.modal-success .modal-new__title {
	margin-bottom: 20px;
}
.modal__close,
.modal-new__close,
.modal-success__close {
	cursor: pointer;
}
.modal-success .modal-new__text {
	height: auto;
}
.bid {
}
.bid__row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;	
}
.bid__item {
	position: relative;
	width: 100%;
}
.bid__item:nth-child(3) {
	margin-bottom: 40px;
}
.bid__input {	
	display: flex;
	width: 100%;
	padding: 18px 20px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 8px;
	background:  rgba(150, 0, 255, 0.20);
	color: rgba(220, 220, 240, 0.60);
  border: 1px solid transparent;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.bid__checkbox-wrap {
	margin-bottom: 40px;
	flex: 1 1 100%;
  position: relative;
}
.bid__checkbox {	
	position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bid__label--checkbox {
	display: flex;
  align-items: start;	
  gap: 12px;
	color:  #DCDCF0;

	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}
.bid__checkbox-wrap label::before {
  content: "";
  min-width: 24px;
  height: 24px;
  display: block;
  background: url(../img/1t/checkbox.png) no-repeat 0 0;
  border: 0;
}
.bid__checkbox:checked + label::before {
    background: url(../img/1t/checkbox-checked2.png) no-repeat 0 0;
}
.bid__btn {
	width: 100%;
	display: flex;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 10px;
	background: linear-gradient(90deg, #C800C8 0%, #9600FF 100%, #9600FF 100%);

	box-shadow: 0 0 16px 0 rgba(0, 25, 240, 0.50), 0 0 32px 0 rgba(240, 0, 250, 0.50);
	backdrop-filter: blur(32px);
}
.bid__input.is-invalid{
	border: 1px solid #f0f;
}
.error-message{	
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #f0f;
}
.form__checkbox-wrap .error-message {
	position: absolute;
	/* left: 50%;
	transform: translateX(-50%); */
	bottom: -20px;
}
@media(max-width: 768px) {
	.modal__title {    
    font-size: 18px;
	}
	.modal__container {
		gap: 20px;
	}
	.bid__item:nth-child(3) {
    margin-bottom: 20px;
	}
	
	.bid__checkbox-wrap {
		margin-bottom: 20px;
	}
}

.modal--registration,
.modal--information {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
	background: rgba(10, 0, 25, 0.7);
}
.modal--registration.visible,
.modal--information.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease;
  display: flex !important;
}
.modal__item--no-marg:nth-child(3) {
	margin-bottom: 0;
}
.modal__item--select {
	margin-bottom: 40px;
	width: 100%;
}
.modal__label--select {
	display: block;
	margin-bottom: 5px;	
}
.modal__select {
	width: 100%;
  color: rgba(220, 220, 240, 0.60);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.25);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 16px 24px;
    padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 143%;
}
.modal__select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 1.55em;
  background-size: 0.85em auto;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.36982 7.835L13.7998 1.205C14.2008 0.79 13.9578 0 13.4298 0H0.569821C0.0418214 0 -0.201179 0.79 0.199821 1.205L6.62982 7.835C6.84282 8.055 7.15682 8.055 7.36982 7.835Z' fill='%23a5b9f3' /%3E%3C/svg%3E");
}
.modal__select option {
  color: rgb(81, 60, 130);
}