/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
/* Defaults */
/* Media */
body {
	background: #f4f4f4;
	font-family: 'Golos Text', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 4.44444vw;
	line-height: 1.25;
	color: #000;
}

.wrapper {
	overflow: hidden;
	padding: 16.66667vw 0 27.77778vw 0;
	margin: 0 auto;
}

.page-login .wrapper,
.page-registration .wrapper {
	padding: 0;
}

.container {
	max-width: 100vw;
	padding-left: 4.44444vw;
	padding-right: 4.44444vw;
}

img {
	max-width: 100%;
	border: 0;
}

a {
	color: inherit;
	outline: none;
	transition: 0.3s;
}

a:active, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

ul {
	list-style: none;
}

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

[href^="tel:"] {
	white-space: nowrap;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 11.38889vw;
	padding: 0 2.77778vw;
	padding: 0;
	border: 0;
	border-radius: 8.33333vw;
	font-weight: 500;
	font-size: 4.44444vw;
	cursor: pointer;
	transition: 0.3s;
}

.button_1 {
	background: linear-gradient(90deg, #803FF1 0%, #FF3E97 100%), linear-gradient(90deg, #66206B 0%, #2A3098 100%);
	color: #fff;
}

.button_1:hover, .button_1:focus {
	background: linear-gradient(90deg, #FF3E97 0%, #803FF1 100%), linear-gradient(90deg, #2A3098 0%, #66206B 100%);
	color: #fff;
}

.button_2 {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.button_2:hover, .button_2:focus {
	background: #803ff1;
	border-color: #803ff1;
	color: #fff;
}

.button:hover, .button:focus {
	opacity: 1;
	outline: none;
}

.button.disabled, .button:disabled {
	background: #e8e8e8;
	color: #5d5d5d;
	cursor: not-allowed;
}

H1 {
	font-weight: 700;
	font-size: 11.66667vw;
	line-height: 90%;
	text-transform: uppercase;
	margin: 0;
}

.section-title {
	font-weight: 700;
	font-size: 7.77778vw;
	line-height: 90%;
	margin: 0;
}

.hidden {
	display: none;
}

.custom-scrollbar-wrapper .simplebar-track {
	background-color: #fff;
	border-radius: 2.77778vw;
}

.custom-scrollbar-wrapper--pr .simplebar-track {
	right: 1.38889vw;
	height: 95%;
	margin: auto 0;
}

.custom-scrollbar-wrapper .simplebar-track.simplebar-vertical {
	width: 1.11111vw;
}

.custom-scrollbar-wrapper .simplebar-scrollbar {
	border-radius: 2.77778vw;
	background-color: #87898f;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

.form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #626262;
}

.form ::-moz-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #626262;
}

.form ::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #626262;
}

.form ::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #626262;
}

.form__title {
	font-weight: 500;
	font-size: 7.22222vw;
	line-height: 100%;
	margin: 0;
}

.form__title_small {
	font-size: 3.88889vw;
	line-height: 100%;
	margin-bottom: 2.77778vw;
}

.form__text {
	font-weight: 500;
	font-size: 4.44444vw;
	line-height: 100%;
	margin-bottom: 2.77778vw;
}

.form__items {
	display: flex;
	flex-flow: column;
}

.form__item {
	position: relative;
	flex: 1 0;
	margin-bottom: 2.77778vw;
}

.form__item-buttons {
	position: absolute;
	top: 1.38889vw;
	right: 1.38889vw;
	z-index: 3;
	display: none;
	gap: 0.83333vw;
}

.form__item-buttons.open {
	display: flex;
}

.form__item-buttons .button {
	height: 6.11111vw;
	padding: 0 2.22222vw;
	font-size: 2.77778vw;
	white-space: nowrap;
}

.form__label {
	font-size: 3.88889vw;
	color: #626262;
}

.form__placeholder {
	position: relative;
	width: 100%;
	border-radius: 0.55556vw;
	background: #fff;
}

.form__placeholder .form__label {
	position: absolute;
	top: 50%;
	left: 4.44444vw;
	right: 0;
	display: block;
	margin: 0;
	-webkit-transform: translate(0, 1.38889vw);
	        transform: translate(0, 1.38889vw);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	transition: transform .5s,-webkit-transform .5s;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.form__placeholder_focus .form__label {
	z-index: 2;
	-webkit-transform: translateY(-100%) scale(0.85);
	        transform: translateY(-100%) scale(0.85);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	padding-right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form__input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 14.44444vw;
	padding: 4.72222vw 4.44444vw 0 4.44444vw;
	border: 0;
	border-radius: 0.55556vw;
	font-size: 3.88889vw;
	color: #000;
	background: none;
	-webkit-appearance: none;
	outline: none;
}

.form__input:focus {
	border: 1px solid #803ff1;
}

.form__input.error {
	border: 1px solid #ff4444;
}

.form__hints {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	display: none;
	max-height: 86.11111vw;
	padding: 0.83333vw;
	border: 1px solid #cfd1d2;
	border-radius: 1.11111vw;
	background-color: #fff;
	box-shadow: 0 2.77778vw 2.77778vw 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.form__hints.show {
	display: block;
	top: calc(100% + 1px);
}

.form__phone {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	height: 14.44444vw;
	padding: 0 0 0 4.44444vw;
	border: 0;
	border-radius: 0.55556vw;
	font-size: 3.88889vw;
	color: #000;
	background: none;
	-webkit-appearance: none;
	outline: none;
}

.form__phone-selectbox {
	width: 15.55556vw;
	height: 8.88889vw;
	border-radius: 0.83333vw;
	background: #f4f4f4;
}

.form__phone-flag {
	position: absolute;
	top: 50%;
	left: 5.83333vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 6.66667vw;
	height: 4.16667vw;
}

.form__phone-flag IMG {
	display: block;
	width: 6.66667vw;
	height: 4.16667vw;
}

.form__phone-flag:after {
	position: absolute;
	top: 50%;
	right: -5.55556vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '';
	width: 1.94444vw;
	height: 0;
	border-top: 1.25vw solid #626262;
	border-left: 0.97222vw solid transparent;
	border-right: 0.97222vw solid transparent;
}

.form__phone-code {
	position: relative;
	width: 15.55556vw;
	height: 8.88889vw;
	border: 0;
	background-color: transparent;
	background-position: 50% 50%;
	padding: 0;
	margin: 0 !important;
	background: transparent;
	text-indent: -2777.77778vw;
	opacity: 0;
}

.form__phone .form__input {
	padding: 0 4.44444vw;
}

.form__password-view {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 3.33333vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '';
	display: block;
	width: 6.66667vw;
	height: 6.66667vw;
	background: url(../img/form/password.svg) no-repeat 0 0/cover;
	cursor: pointer;
}

.form__password-view.view {
	background-image: url(../img/form/password-view.svg);
}

.form__substitution {
	position: relative;
	width: 100%;
	border-radius: 0.55556vw;
	background: #fff;
}

.form__substitution-label {
	position: absolute;
	top: 50%;
	left: 4.44444vw;
	right: 0;
	display: block;
	padding-right: 5.55556vw;
	margin: 0;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	transition: transform .5s,-webkit-transform .5s;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	transition: 0.3s;
}

.form__substitution-box {
	position: relative;
}

.form__substitution-input {
	position: absolute;
	z-index: 2;
	color: transparent;
	min-height: 100%;
	cursor: default;
}

.form__substitution-text {
	position: relative;
	display: flex;
	min-height: 14.44444vw;
	padding: 7.22222vw 11.11111vw 1.38889vw 4.44444vw;
	font-size: 3.88889vw;
}

.form__substitution-text:after {
	position: absolute;
	top: 4.16667vw;
	right: 4.44444vw;
	content: '';
	width: 6.66667vw;
	height: 100%;
	background: url(../img/form/select.svg) no-repeat 0 0/100% auto;
}

.form__substitution-text.fill {
	color: #000;
}

.form__substitution.open .form__substitution-text:after {
	-webkit-transform: rotate(180deg) translateY(8.33333vw);
	        transform: rotate(180deg) translateY(8.33333vw);
}

.form__substitution-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 3;
	max-height: 86.11111vw;
	padding: 0.83333vw;
	border: 1px solid #cfd1d2;
	border-radius: 1.11111vw;
	background-color: #fff;
	box-shadow: 0 2.77778vw 2.77778vw 0 rgba(0, 0, 0, 0.05);
	margin-top: 1px;
}

.form__substitution-name {
	padding: 3.05556vw 4.44444vw;
	font-size: 3.88889vw;
	cursor: pointer;
}

.form__substitution-name:hover {
	background: #e8e8e8;
}

.current .form__substitution-name {
	background: #f4f4f4;
}

.form__substitution-more {
	display: none;
	padding: 4.44444vw;
}

.form__substitution-more-label {
	font-size: 3.33333vw;
	color: #626262;
}

.form__substitution-more-text {
	display: inline-block;
	width: 100%;
	font-size: 3.88889vw;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
}

.form__substitution_focus .form__substitution-label {
	z-index: 2;
	top: 2.22222vw;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	padding-right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transform: translate(0, 0) scale(0.85);
	        transform: translate(0, 0) scale(0.85);
}

.form__button {
	height: 11.38889vw;
}

.form__button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.form__checkbox {
	position: relative;
	display: block;
	font-size: 2.77778vw;
	line-height: 90%;
	color: #626262;
	cursor: pointer;
	margin: 0;
}

.form__checkbox-input {
	position: absolute;
	top: -1.11111vw;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.16667vw;
	height: 4.16667vw;
	border-radius: 0.83333vw;
	background: #fff;
}

.form__checkbox-input.error {
	border: 1px solid #ff4444;
}

.form__checkbox-input input {
	display: none;
}

.form__checkbox-input-icon:before {
	display: none;
	content: url("../img/form/check.png");
}

input:checked + .form__checkbox-input-icon:before {
	display: block;
}

.form__checkbox-text {
	padding-left: 7.22222vw;
}

.form__checkbox-text a {
	text-decoration: underline;
}

.form_vertical {
	margin: 0 auto;
}

.form_horisontal {
	margin: 0 auto;
}

.form_vertical .form__items {
	flex-direction: column;
}

.form_horisontal .form__title {
	margin-bottom: 6.38889vw;
}

/* Blocks */
[data-popup] {
	cursor: pointer;
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: flex;
	flex-direction: column;
	opacity: 0;
	overflow: auto;
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
	transition: 0.3s;
}

.popup_open {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 100;
}

.popup__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}

.popup__inner {
	position: relative;
	padding: 3.33333vw 0 0 0;
	margin: auto auto 0 auto;
}

.popup__close {
	position: absolute;
	top: 7.77778vw;
	right: 4.44444vw;
	display: block;
	width: 4.44444vw;
	height: 4.44444vw;
	background: url(../img/common/close.svg) no-repeat 50% 50%/100% 100%;
	cursor: pointer;
}

.popup__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 2.77778vw 2.77778vw 0 0;
	background: #fff;
}

.popup__message {
	padding: 8.88889vw 4.44444vw;
	text-align: center;
}

.popup__message-title {
	padding: 0 5.55556vw;
	font-weight: 500;
	font-size: 7.22222vw;
	line-height: 100%;
	margin-bottom: 4.44444vw;
}

.popup__message-text {
	font-weight: 500;
	font-size: 4.16667vw;
	line-height: 120%;
	margin-bottom: 11.11111vw;
}
