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

.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: 70px 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-weight: 600;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 60px;
}

.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: 10px 20px;
	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: end;
	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: 32px;
	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: 8px;
	margin-bottom: 64px;
}
.promo__item {
}
.promo__row {
	display: flex;
	gap: 8px;
	max-width: 1034px;/*904*/
	/* padding-right: 8px; */
}
.promo__name {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px 4px 4px 16px;
	padding: 32px 16px;
	width: 56px;
	height: 400px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	cursor: pointer;
}
.promo__direction {
	transform: rotate(-90deg);
	white-space: nowrap;
}
.promo__card {
	display: flex;
	justify-content: space-between;
	border-radius: 4px;
	padding: 32px 32px 0;
	width: 980px;/*840*/
	height: 400px;
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.2);
	display: none;
}
.promo__slider .slick-current .promo__card {
	display: flex;
}
.promo__info {
	max-width: 350px;/*344*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 32px;
}
.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: 24px;
	height: 24px;
	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='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.7439C3.25221 10.1262 2 8.45933 2 6.5C2 4.01472 4.01472 2 6.5 2C8.45933 2 10.1262 3.25221 10.7439 5M5 13.2561C3.25221 13.8738 2 15.5407 2 17.5C2 19.9853 4.01472 22 6.5 22C8.45933 22 10.1262 20.7478 10.7439 19M13.2561 19C13.8738 20.7478 15.5407 22 17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.5407 20.7478 13.8738 19 13.2561M19 10.7439C20.7478 10.1262 22 8.45933 22 6.5C22 4.01472 19.9853 2 17.5 2C15.5407 2 13.8738 3.25221 13.2561 5M7.58835 6.39223L9.19086 7.46057C9.71846 7.81231 10.3384 8 10.9725 8H13.0275C13.6616 8 14.2815 7.81231 14.8091 7.46057L16.4117 6.39223C16.7538 6.16417 17.2093 6.20927 17.5 6.5C17.7907 6.79073 17.8358 7.24625 17.6078 7.58835L16.5394 9.19086C16.1877 9.71846 16 10.3384 16 10.9725V13.0275C16 13.6616 16.1877 14.2815 16.5394 14.8091L17.6078 16.4117C17.8358 16.7538 17.7907 17.2093 17.5 17.5C17.2093 17.7907 16.7538 17.8358 16.4117 17.6078L14.8091 16.5394C14.2815 16.1877 13.6616 16 13.0275 16H10.9725C10.3384 16 9.71846 16.1877 9.19086 16.5394L7.58835 17.6078C7.24625 17.8358 6.79073 17.7907 6.5 17.5C6.20927 17.2093 6.16417 16.7538 6.39223 16.4117L7.46057 14.8091C7.81231 14.2815 8 13.6616 8 13.0275V10.9725C8 10.3384 7.81231 9.71846 7.46057 9.19086L6.39223 7.58835C6.16417 7.24625 6.20927 6.79073 6.5 6.5C6.79073 6.20927 7.24625 6.16417 7.58835 6.39223Z' 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='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8.00001L5.29289 18.7071M2 22L5.29289 18.7071M14.4686 18.5314L19.5 13.5C19.739 13.261 19.8584 13.1416 19.9546 13.0358C22.0348 10.7473 22.0348 7.25269 19.9546 4.96424C19.8584 4.85845 19.739 4.73897 19.5 4.50001C19.261 4.26105 19.1416 4.14157 19.0358 4.04541C16.7473 1.96525 13.2527 1.96525 10.9642 4.04541C10.8584 4.14157 10.739 4.26105 10.5 4.50001L5.46863 9.53138C5.29568 9.70433 5.2092 9.79081 5.14736 9.89172C5.09253 9.9812 5.05213 10.0787 5.02763 10.1808C5 10.2959 5 10.4182 5 10.6628V17.4C5 17.9601 5 18.2401 5.10899 18.454C5.15693 18.5481 5.21914 18.6334 5.29289 18.7071M14.4686 18.5314C14.2957 18.7043 14.2092 18.7908 14.1083 18.8526C14.0188 18.9075 13.9213 18.9479 13.8192 18.9724C13.7041 19 13.5818 19 13.3373 19H6.6C6.03995 19 5.75992 19 5.54601 18.891C5.45193 18.8431 5.36664 18.7809 5.29289 18.7071M14.4686 18.5314L18 15H9L5.29289 18.7071' 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='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17L17 14L14 11M10 7L7 10L10 13M7.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 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z' 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='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2V4M9 4H8.8M9 4H15M15 2V4M15 4H15.2M9 20V22M9 20H8.8M9 20H15M15 20V22M15 20H15.2M20 9H22M20 9V14M20 9V8.8M20 14H22M20 14V15.2M2 9H4M4 9V8.8M4 9V14M2 14H4M4 14V15.2M8.8 20H15.2M8.8 20C7.11984 20 6.27976 20 5.63803 19.673C5.07354 19.3854 4.6146 18.9265 4.32698 18.362C4 17.7202 4 16.8802 4 15.2M4 15.2V8.8M20 15.2V8.8M20 15.2C20 16.8802 20 17.7202 19.673 18.362C19.3854 18.9265 18.9265 19.3854 18.362 19.673C17.7202 20 16.8802 20 15.2 20M15.2 4H8.8M15.2 4C16.8802 4 17.7202 4 18.362 4.32698C18.9265 4.6146 19.3854 5.07354 19.673 5.63803C20 6.27976 20 7.11984 20 8.8M8.8 4C7.11984 4 6.27976 4 5.63803 4.32698C5.07354 4.6146 4.6146 5.07354 4.32698 5.63803C4 6.27976 4 7.11984 4 8.8M10.6 15H13.4C13.9601 15 14.2401 15 14.454 14.891C14.6422 14.7951 14.7951 14.6422 14.891 14.454C15 14.2401 15 13.9601 15 13.4V10.6C15 10.0399 15 9.75992 14.891 9.54601C14.7951 9.35785 14.6422 9.20487 14.454 9.10899C14.2401 9 13.9601 9 13.4 9H10.6C10.0399 9 9.75992 9 9.54601 9.10899C9.35785 9.20487 9.20487 9.35785 9.10899 9.54601C9 9.75992 9 10.0399 9 10.6V13.4C9 13.9601 9 14.2401 9.10899 14.454C9.20487 14.6422 9.35785 14.7951 9.54601 14.891C9.75992 15 10.0399 15 10.6 15Z' 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;
}
.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;
}
.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: -27px;
}
.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;
	border: 1px solid rgba(220, 220, 240, 0.4);
	border-radius: 9999px;
	padding: 4px 16px;
	min-width: 118px;
	height: 32px;
	backdrop-filter: blur(8px);
	background: rgba(220, 220, 240, 0.2);
}
.number::after {
	content: '';
	width: 16px;
	height: 16px;
	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 d='M5.33325 13.3334L10.6666 8.00002L5.33325 2.66669' stroke='%23DCDCF0' 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");
}

.choice-training {
	padding-bottom: 110px;
}

.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;
	border: 1px solid rgba(220, 220, 240, 0.1);
	background: rgba(255, 255, 255, 0.05), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border-radius: 16px;
	padding: 16px;	
	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: 273px;
}
.choice-training__subtitle {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	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: 400px;
}
.choice-training__item--3 .choice-training__information {
	max-width: 420px;
}
.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: 100%;
}

.training {
}
.training__container {
}
.training__title {
	margin-bottom: 60px;
}
#platform-image {
	position: relative;
	border-radius: 20px;
	border: 1px solid rgba(220, 220, 240, 0.20);
	background-color: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%), url("../img/1t/training/bgrow.avif");
	background-repeat: repeat, no-repeat;
	background-position: 0 0, right top;
	padding: 70px 0 70px 40px;
}
#platform-image.platform__image--personal-account {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image1.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--theory {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image2.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--exercise-equipment {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image3.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--practice {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image4.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--support {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image5.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--certification {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image6.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
#platform-image.platform__image--vacancies {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url("../img/1t/training/image7.webp"), url("../img/1t/training/bgrow.png"), linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right bottom, right top, 0 0;
}
.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;

	color: #FFF;	
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	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;
	left: 414px;
	bottom: 24px;
	display: flex;
	max-width: 475px;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 16px;
	border: 1px solid var(--White-20, rgba(220, 220, 240, 0.20));
	background: var(--Purple-Dark-80, rgba(70, 20, 110, 0.80));	
	backdrop-filter: blur(32px);
	display: none;
}
.training__item--personal-account.visible {
	display: flex;
}
.training__subtitle {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
}
.training__text {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	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: 16px;
	padding: 24px;
	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: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	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: 48px;
	height: 48px;
}

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

.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: 70px;
}
.internship__row--numbers {
	margin-bottom: 0;
}
.internship__item {
	flex: 0 1 392px;
	text-align: center;
}
.internship__information {
	min-height: 184px;
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	padding: 24px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
	/* margin-bottom: 70px; */
}
.internship__name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	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: start;
	flex: 0 1 392px;	
}

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

.numbers__image {
	margin-bottom: 12px;		
}
.numbers__text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #dcdcf0;	
}

.projects {
	/* display: none; */
}
.projects__container {
	max-width: 1222px;
}
.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: 16px;	
	margin: 0 auto 24px;
}
.graduation__info {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	padding: 20px;
	width: 392px;
	height: 210px;
	background: rgba(70, 20, 110, 0.8);		
	max-width: 100%;
	margin: 0 auto 24px;
}
.graduation__info--bottom {
	height: 234px;	
}
.graduation__text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	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: #a064ff;
	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 {
	width: 288px;
	height: 288px;
	aspect-ratio: 1/1;
	padding: 11px;	
	border-radius: 16px;
	border: 1px solid rgba(220, 220, 240, 0.20);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	/* transition: all 0.3s; */
}
.union__item:hover {
	/* background-size: 120%; */
	background-position: center -288px;
}
.union__item--image-1 {
	background-image: url("../img/1t/union/1-big.webp");
}
.union__text {
	color: #FFF;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
}
.union__item--image-2 {
	background-image: url("../img/1t/union/2-big.webp");		
}

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

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

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

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

.events {
	padding-bottom: 136px;
}
.events__container {
	max-width: 100%;
	padding: 0;
}
.events__title {
	padding-left: 30px;
	padding-right: 30px;
}
.events__subtitle {
	margin-bottom: 100px;
	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: 2.69px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
}
.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 {
	margin-bottom: 40px;
}
.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: 16px;
	padding: 32px;
	flex: 0 1 600px;
	height: 194px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
}
.education__image {
	margin-bottom: 24px;
}
.education__text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #dcdcf0;
}

.awards {
	padding-bottom: 140px;
}

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

.awards__title {
	margin-bottom: 80px;
}
.awards__row {
	margin-bottom: 60px;
	text-align: center;
}
.awards__image {	
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	margin: 0 auto 16px;
}
.awards__name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #dcdcf0;
}
.awards__slider {
	margin-bottom: 40px;
}
.awards__item {
	display: flex!important;
	align-items: center;
	gap: 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: center;
	align-items: center;
	gap: 24px;
}

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

.unification__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.unification__item {
	display: flex;
	align-items: center;
	gap: 26px;
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 16px;
	padding: 32px;
	flex: 0 1 600px;
	height: 164px;
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.unification__item--4 {
	gap: 56px;
}
.unification__icon--1 {
	min-width: 92px;
}
.unification__icon--2 {
	min-width: 200px;
}
.unification__icon--3 {
	min-width: 90px;
}
.unification__icon--4 {
	min-width: 176px;
}
.unification__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
}
.unification__text span {
	white-space: nowrap;
}

.stories {
	padding-top: 140px;
	padding-bottom: 136px;
}

.stories__slider {
	margin-bottom: 40px;
}
.stories__slider .slick-slide > div {
	padding: 0 12px;
}
.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);
}
.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;
}

.feedback {
	padding-left: 30px;
	padding-right: 30px;
}
.feedback__container {
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%), rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(220, 220, 240, 0.2);
	border-radius: 20px;
	padding: 40px;
}
.feedback__title {
	text-align: left;
}
.feedback__text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 40px;
}
.form {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: stretch;
}
.form__item {
	position: relative;
}
.form__input {
	width: 304px;
	border-radius: 10px;
	padding: 18px 20px;
	background: rgba(180, 200, 255, 0.2);
	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: 12px;
}
.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__btn {
	width: 170px;
	height: 60px;
}
.form__checkbox-wrap {
	flex: 1 1 100%;
	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 {
}
.footer__logo {
	margin-bottom: 40px;
}
.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: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #dcdcf0;
	margin-bottom: 24px;
}
.footer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media(max-width: 1283px) {
	.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 {
		width: 224px;	
		height: 234px;	
		padding: 16px;
	}
	.graduation__text {
		font-size: 16px;
	}
	.graduation__image {
		width: 224px;
		height: 237px;
		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: 1187px) {
	.form__item {
		width: 25%;
	}
}
@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%;
	}
}
@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;
	}
}
@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;
	}
	section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.title {
		font-size: 32px;
		line-height: 135%;
	}
	.header {
		padding-top: 24px;
		padding-bottom: 50px;
	}
	.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;
	}
	.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__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;
	}
	.internship {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.graduation {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.events {
		padding-bottom: 70px;
	}
	.education {
		padding-bottom: 70px;
	}
	.awards {
		padding-bottom:140px;
	}
	.stories {
		padding-bottom: 70px;
	}
	.support {
		padding-bottom: 180px;
	}
	.accompaniment__item {		
		max-width: 296px;
		height: 340px;
	}
	.accompaniment__slider .slick-current .accompaniment__item {
		height: 400px;
	}
	.internship__row {
		flex-direction: column;
	}
	.internship__row--numbers {
		flex-direction: row;
		justify-content: space-between;
	}
	.internship__item {
		flex: 0 1 auto;
	}
	.internship__numbers {
		flex: 0 1 auto;
	}
	.numbers:first-child,
	.numbers:last-child {
		padding-left: 0;
	}
	.numbers__image {
		height: 54px;
	}
	.numbers__text {
		font-size: 16px;
	}	
	.events__number .events__image {
		height: 54px;
	}
	.events__number:first-child {    
    max-width: 290px;
  }
	.events__subtitle {
		margin-bottom: 80px;
	}
	.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;
	}
}
@media(max-width: 963px) {
	.form {
		flex-direction: column;
	}
	.form__item {
		width: 100%;
	}
	.form__btn {
		width: 100%;
	}
}
@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;
	}
	.choice-training__item .choice-training__information {
		max-width: 280px;
	}
	.courses-list__item {
    flex: 0 1 47%;
  }
	.internship__row--numbers {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 40px;
	}
	.numbers__image {
		margin-left: auto;
		margin-right: auto;
	}
	.internship__numbers {
		text-align: ceter;
		align-items: center;
	}
	.events__subtitle {
		margin-bottom: 60px;
	}
	.events .slick-slide > div {
		padding: 0 30px;
	}
	.events__iframe {		
		aspect-ratio: 1.77778;
		width: 100%;
		height: auto;
	}
	.education__item {
		min-height: 174px;
		padding: 24px;
	}
	.education__image {
		height: 58px;
		width: auto;
	}
	.education__text {
		font-size: 16px;
	}
	.footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer__row {
		flex-direction: column;
		gap: 40px;
	}
	.footer__logo {
		margin-bottom: 32px;
	}
	.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;
	}
}
@media(max-width: 671px) {
	
}
@media(max-width: 626px) {
	.title {		
		font-size: 24px;
	}
	.subtitle {
		font-size: 20px;
	}
	section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.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 {
		font-size: 32px;
		line-height: 135%;
	}
	.promo__logos {
		/* max-width: 328px; */
		/* gap: 15px; */
		justify-content: space-between;
	}
	.promo__subtitle {
		margin-bottom: 27px;
	}
	.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;
	}
	.choice-training__subtitle {
		font-size: 20px;
	}
	.accompaniment__name {		
		font-size: 20px;
	}
	.internship__name {
		font-size: 20px;
	}
	.events {
    padding-bottom: 50px;
  }
	.events__row {
		flex-direction: column;
		gap: 32px;
		padding-left: 0;
		padding-right: 0;
	}
	.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;
	}
	.awards {
		padding-bottom: 100px;
	}
	.awards__title {
		margin-bottom: 40px;
	} 
	.awards__row {
		padding: 0;
	}
	.awards__image {
		height: 300px;
	}
	.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;
	}
}
@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;
}
.filters__title {
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 40px;
}
.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.40);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 152%;
	margin-bottom: 40px;
}
.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: var(--White, #DCDCF0);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	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--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: var#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.40);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.courses__list {
	flex: 1 1 auto;
}
.list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.list__quantity {
	color: #DCDCF0;
	text-align: right;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	margin-bottom: 5px;
}
.list__help {
}
.help {
	display: flex;
	padding: 24px;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	border: 1px solid  rgba(220, 220, 240, 0.20);
	background: #310059;
}
.help__information {
}
.help__title {
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	margin-bottom: 16px;
}
.help__text {
}
.button {
}
.help__button:hover {
	cursor: pointer;
}
.course {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 16px;
	border: 1px solid  rgba(220, 220, 240, 0.20);
	background: linear-gradient(292deg, rgba(160, 100, 255, 0.20) 0%, rgba(10, 0, 25, 0.00) 100%), rgba(255, 255, 255, 0.05);
	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: 8px;
}
.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: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px; 
}
.course__inf {
	color: rgba(220, 220, 240, 0.80);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px; 
	display: flex;
  align-items: center;
  gap: 8px;
}
.course__price {
}
.course__free {
	display: flex;
	padding: 4px 12px;
	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 {
	color:  #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%; 
	text-align: right;
	white-space: nowrap;
}
.course__cost--old {
	color: rgba(220, 220, 240, 0.60);
	font-size: 16px;
	text-decoration-line: line-through;
}
.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: 100px;
	background: rgba(196, 188, 232, 0.20);
	color: var(--White, #DCDCF0);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-style: normal;
	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;
	align-items: center;
	gap: 16px;
}
.course__buttons .register_button {
	min-width: 159px;
  border-radius: 8px;
  padding: 8px 20px;      
  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__button {
	display: block;
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 137px;	
	color: var(--White, #DCDCF0);
	text-align: center;
	border-radius: 8px;	
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	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;
	}
}

@media(max-width: 768px) {
	.help {
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		text-align: center;
	}
	.course__information {
		flex-direction: column;
	}
}

@media(max-width: 420px) {
	.courses__filters {
		flex: 1 1 100%;
	}
}

.about-us__title {
	margin-bottom: 60px;
}
.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;
}
@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);
}
