:root {
  --font-family: "Montserrat", sans-serif;
	--third-family: "Furore", sans-serif;
	--second-family: "Play", sans-serif;
}
.container {
  max-width: 1284px;
}

.documents {
	display: flex;
	flex-direction: column;
	gap: 64px;
}
.documents__row {
	
}
.documents__title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 32px;
}
.documents__image {
	max-width: 360px;
	width: 100%;
}
.documents .slick-track {
	margin-left: 0;
}
.documents .slick-next, 
.documents .slick-prev {
	top: inherit;
	bottom: -30px;
}
.documents .slick-next {
	right: 40px;
}
.documents .slick-prev {
	left: inherit;
	right: 80px;
}

.documents .slick-next::before, 
.documents .slick-prev::before {
	font-size: 26px;
}
.documents__item a {
	cursor: pointer;
}
.documents__link {
	border-radius: 16px;
	padding: 16px;
	backdrop-filter: blur(64px);
	background: #dcdcf0;
	display: inline-block;
	margin: 0 10px;
}
.modal-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal-overlay__body {
	max-width: 700px;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: center;
}
.modal__close {
	position: absolute;
	right: -30px;
	top: 5px;
	display: block;
	width: 36px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/close.png");
	font-size: 0;
	background-color: transparent;
}
.modal__image {
	max-width: 100%;
	max-height: 98vh;
}
.header {
    padding-top: 35px;
    padding-bottom: 35px;
}
.header__panel {
	display: flex;
	align-items: center;
	gap: 40px;
	flex: 1 1 auto;
}
.header__menu {
	display: flex;
	align-items: center;
	gap: 40px;
	flex: 1 1 auto;
  justify-content: center;
	/* padding-right: 40px; */
}
.header__link {
	font-size: 16px;
	line-height: 150%;
}
.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;
}

.button {
	display: inline-block;	
	width: auto;
	backdrop-filter: blur(64px);	
	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;	
	max-width: inherit;
}

.button::after {
	display: none;
}

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

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

.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;
}
.documents__slider .slick-next, .documents__slider .slick-prev { 
	bottom: inherit;
	top: -50px;
	width: 24px;
	height: 24px;
	z-index: 99;
}
.documents .slick-prev {
	right: 90px;
}
.documents .slick-next {
  right: 0px;
}
.documents .slick-prev::before {
	display: block;
	font-size: 0;
	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");
	background-position: center center;
	background-repeat: no-repeat;
}
.documents .slick-next::before {
	display: block;
	font-size: 0;
	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");
	background-position: center center;
	background-repeat: no-repeat;
}
.documents__slider .slick-dots {
	bottom: inherit;
	top: -60px;
	display: flex!important;
	align-items: center;
	justify-content: end;
	padding-right: 25px;
}
.documents__slider .slick-dots li button {
	display: flex;
	align-items: center;	
	font-size: 0;
}
.documents__slider .slick-dots li button:before {
	content: "";
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(220, 220, 240, 0.6);
	opacity: 1;
}
.documents__slider .slick-dots li.slick-active button::before {
	background: #f0f;
}

@media(max-width: 1030px) {
	.header__panel {
		justify-content: end;
		padding-right: 20px;
	}
	.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%;
	}
	.header__row {		
		flex-direction: row;
	}
	.header {
    margin-bottom: 0;
  }
}
@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;
	}
	
}
@media(max-width: 767px) {
	.vacancy__container {
		padding: 0;
	}
	.title,
	.documents__title {		
		margin-left: 24px;
	}	
	.vacancy .container {
		padding-right: 0;
		padding-left: 0;
	}
	.documents .slick-prev {
		right: 145px;
	}
	.documents__slider .slick-dots {
		right: 30px;
	}
	.documents .slick-next {
    right: 30px;
	}
	.documents__slider--3 .slick-prev {
		right: 180px;
	}
}
@media (max-width: 600px) {
    .header__btn {
        display: none;
    }
}
@media (max-width: 550px) {
    .title {
        font-size: 34px;
        line-height: 36px;
    }
}

@media (max-width: 500px) {
	.wrapper {
		overflow:hidden;
	}
	.header {
    padding: 24px 0;
  }
  .header__logo img {
    height: 32px;
  }
	.title {
		
	}
	.documents__title {
		
	}
	.documents .slick-prev {
		right: inherit;
		left: 24px;
		top: inherit;
		bottom: -63px;
	}
	.documents .slick-next {
		top: inherit;
		bottom: -63px;
    right: inherit;
		left: 149px;
	}
	.documents__slider--3 .slick-next {
		left: 179px;
	}
	.documents__slider .slick-dots {
		top: inherit;
		bottom: -50px;
		right: inherit;
		left: 54px;
		justify-content: start;
	}
}