/* @import url("null.css"); */

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

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

@font-face {
	font-display: swap;
	font-family:Montserrat;
	font-weight:400;
	src:local("Montserrat-Regular"),local("Montserrat Regular"),url("../fonts/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat-Regular.woff") format("woff")
}
@font-face {
	font-display: swap;
	font-family:Montserrat;
	font-weight:500;
	src:local("Montserrat-Medium"),local("Montserrat Medium"),url("../fonts/Montserrat-Medium.woff2") format("woff2"),url("../fonts/Montserrat-Medium.woff") format("woff")
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Play", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
	min-height: 100%;
	background: url("../img/1t-courses/bgpartner-left.png") repeat-y left top,
	url("../img/1t-courses/bgpartner-right.png") repeat-y right top, #0A0019;
	min-width: 320px;
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.wrapper {
	min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header {
	padding: 32px 0 32px;
}
.header--scroll {
	position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
}
.header--scroll .header__logo img {
  height: 35px;
}
.header__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.header__panel {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}
.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,
.header__link--active:visited {
	color: #c800c8;
}

.header__burger {
	display: none;
}
/* .header__btn {
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	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);
	color: #DCDCF0;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
} */
.header__btn:hover {
	cursor: pointer;
}
.container {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
}
.header__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
main {	
	display: flex;	
	flex-direction: column;
	flex: 1 1 auto;
}

.title {
	color:  #B4C8FF;
	text-align: center;
	font-family: Furore, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 2.4px;
	margin-bottom: 64px;
}
.startrek__title {
	margin-bottom: 0;
}
.color-blue {
	color: #46BEFF;
}
.title span.color-blue {
	display: inline-block;
}
section {
	padding: 81px 0;	
}

.become-partner__row {
	display: flex;
	justify-content: space-between;
}
.become-partner__item {
	max-width: 621px;
}
.become-partner__title {
	text-align: left;
	margin-bottom: 50px;
}
.become-partner__list {
	display: flex;
	flex-direction: column;
	gap: 92px;	
}
.become-partner__li {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	counter-increment: count;
	display: flex;
	gap: 16px;
	position: relative;
}
.become-partner__li::before {
	content: counter(count, decimal-leading);
	display: flex;
	width: 32px;
	height: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 99px;
	background:  #F0F;
	color:  #FFF;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
}
.become-partner__li::after {
	content: "";
	width: 2px;
	height: 60px;
	background: url("../img/1t-courses/bgline.png") no-repeat 0 0;
	position: absolute;
	left: 15px;
	top: 50px;
}
.become-partner__li:last-child::after {
	display: none;
}
.form-bid {
	display: flex;
	width: 603px;
	padding: 24px;
	flex-direction: column;	
	gap: 10px;
	flex-shrink: 0;
	border-radius: 16px;
	background: var(--Purple-20, rgba(150, 0, 255, 0.20));

	/* Background Blur/64 */
	backdrop-filter: blur(32px);
}

.form-bid__input {
	width: 100%;
	border: 1px solid rgba(140, 0, 240, 0.4);
	border-radius: 16px;
	padding: 16px;
	backdrop-filter: blur(64px);
	background: rgba(140, 0, 240, 0.1);
	color: rgba(220, 220, 240, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.form-bid__input::placeholder {
	opacity: 1;
	color: rgba(220, 220, 240, 0.6);
}
textarea.form-bid__input {
	resize: none;
	height: 128px;
}
.form-bid__row {
	display: flex;
	gap: 10px;
}
.form-bid__row .form-bid__item {
	flex: 0 1 50%;
}
.button {
	color: #DCDCF0;
	text-align: center;	
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;	
}
.form-bid__button {
	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);	
	margin-top: 0px;	
}

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

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

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

.cooperation__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.cooperation__item {
	display: flex;
	flex: 0 1 32%;
	max-width: 392px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
	border-radius: 32px;
	backdrop-filter: blur(64px);
	background: rgba(140, 0, 240, 0.1);
}
.cooperation__item--big {
	flex: 0 1 49%;
	max-width: 600px;
}

.cooperation__subtitle {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	border-bottom: 1px solid rgba(220, 220, 240, 0.2);
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.every__row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.every__item {
	display: flex;
	flex: 0 1 32%;
	max-width: 392px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 32px;
	backdrop-filter: blur(64px);
	background: rgba(140, 0, 240, 0.1);
}
.every__item::before {
	content: "";
	display: flex;
	width: 32px;
	height: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border-radius: 999px;
	background-color:  #9600FF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M16.5 1L6.1875 11L1.5 6.45455' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
}
.every__text {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
}

.promo__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 145px;
}

.promo__title {
	margin-bottom: 16px;
	text-align: left;
	max-width: 580px;
}
.promo__text {
	color:  #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	margin-bottom: 52px;
	max-width: 560px;
}
.promo__buttons {
	display: flex;
	align-items: center;
	gap: 32px;
}
.promo__buttons p {
	color: #DCDCF0;	
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 243px;
}

.promo__btn {
	display: flex;
	padding: 16px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	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);
}

.promo__btn::after {
	display: none;
}

@media(max-width: 1259px) {
	.cooperation__row {
		justify-content: center;
	}
	.cooperation__item {	
		flex: 0 1 31%;
	}
	.cooperation__item--big {
		flex: 0 1 47%;
	}
	.every__item {
		flex: 0 1 31%;
	}
}
@media(max-width: 1030px) {
	.header__menu {
		display: none;
	}
	.header__panel {
		justify-content: end;
		padding-right: 20px;
	}
	.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__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: #0a0019;
    padding: 64px 20px 64px 32px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 999;
    min-height: 689px;
    height: 100vh;
		display: flex;
    flex-direction: column;
    align-items: start;    
		justify-content: start;
    transition: all 0.6s ease;
  }
	.header__menu_visible {
		right: 0;
		padding-top: 44px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
	}
	.title {
		font-size: 32px;
	}
	.promo__container {
		gap: 40px;
	}
	.promo__buttons {
		flex-direction: column;
		align-items: start;
	}
	.promo__image {
		max-width: 260px;
	}
	.become-partner__row {
		flex-direction: column;
		gap: 40px;
		align-items: center;		
	}
	.cooperation__item {	
		flex: 0 1 47%;
		max-width: 50%;
	}
	.every__row {
		justify-content: center;
	}
	.every__item {
		flex: 0 1 47%;
	}
	
}
@media(max-width: 768px) {
	.promo__container {
		position: relative;
	}
	.promo__image {
		position: absolute;
		right: 20px;
		bottom: 0px;
		max-width: 200px;
	}
	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.modal__title {    
    font-size: 18px;
	}
	.modal__container {
		gap: 20px;
	}
	.bid__item:nth-child(3) {
    margin-bottom: 20px;
	}
	
	.bid__checkbox-wrap {
		margin-bottom: 20px;
	}

	.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;
	}	
	.form-bid {
		width: 100%;
	}
	.form-bid__row {
		flex-direction: column;
	}
	.cooperation__item {	
		flex: 0 1 100%;
		max-width: 100%;
	}
	.every__item {
		flex: 0 1 100%;
	}
}
@media(max-width: 600px) {
	.header__btn {
		display: none;
	}
}
@media(max-width: 500px) {	
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	section {
		padding: 40px 0;
	}
	.promo__information {
		display: flex;
		flex-direction: column;		
	}
	.promo__buttons p {
		max-width: 100%;
	}
	.promo__btn {
		position: static;
	}
	.startrek {
		padding-top: 40px;
	}
	.header__logo {
		max-width: 100px;
	}
	.promo__image {
		display: none;
	}
	.title {
    font-size: 28px;
		margin-bottom: 30px;
  }
}