body._overflow {
	overflow: hidden;
}

/* ------------------------------------ FORM ------------------------------------- */
.grecaptcha-badge {
	display: none !important;
}

.form-group.has-error .form-line {
	border: 2px solid #DD363C;
}

.form-group.has-error .form-label {
	color: #DD363C;
	opacity: 1;
}

.form-group {
	width: 100%;
}

.form-group:not(:last-child) {
	margin-bottom: 1.6rem;
}

.form-line {
	position: relative;
	height: 5.6rem;
	border: 2px solid rgba(29, 29, 29, 0.2);
	/* overflow: hidden; */
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
	background: #fff;
	transition: border 150ms ease-out;
	-webkit-transition: border 150ms ease-out;
	-moz-transition: border 150ms ease-out;
	-ms-transition: border 150ms ease-out;
	-o-transition: border 150ms ease-out;
	cursor: text;
}

input.form-input {
	display: block;
	width: 100%;
	/* height: 2.2rem; */
	height: 3rem;
	font-family: var(--openSans);
	font-size: max(18px, 1.8rem);
	line-height: 100%;
	letter-spacing: -0.02em;
	color: var(--black);
	outline: none;
	border: 0;
	padding: 0 2.2rem;
	background: transparent;
	position: absolute;
	bottom: 0.4rem;
	left: 0;
}

.iti .form-input.phone {
	padding: 0 2.2rem 0 4.2rem;
}

.iti+.form-label {
	padding: 0 2.2rem 0 4.2rem;
}

.textarea-line {
	position: relative;
	height: 11rem;
	border: 2px solid rgba(29, 29, 29, 0.2);
	overflow: hidden;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
	background: #fff;
	transition: border 150ms ease-out;
	-webkit-transition: border 150ms ease-out;
	-moz-transition: border 150ms ease-out;
	-ms-transition: border 150ms ease-out;
	-o-transition: border 150ms ease-out;
	cursor: text;
}

.form-textarea {
	display: block;
	width: 100%;
	height: 7.6rem;
	font-family: var(--openSans);
	font-size: max(18px, 1.8rem);
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	outline: none;
	border: 0;
	padding: 0 2.2rem;
	background: transparent;
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	resize: none;
}

.form-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	padding: 0 2.2rem;
	font-family: var(--openSans);
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	opacity: 0.5;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	cursor: text;
	display: flex;
	align-items: center;
	user-select: none;
}

.form-line._active .form-label {
	font-size: 1.2rem;
	line-height: 100%;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	top: 25%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.textarea-line label {
	top: 0;
	align-items: flex-start;
	padding-top: 1.5rem;
}

.form-line.textarea-line._active label {
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	padding-top: 1rem;
}

.form-select {
	display: block;
	width: 100%;
	height: 100%;
	font-family: var(--openSans);
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	outline: none;
	border: 0;
	padding: 1.8rem 2.2rem 0.8rem;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}

form._send {}

.form-btn {
	position: relative;
}

.form-btn__dots {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: flex;
	gap: .4rem;
	opacity: 0;
	visibility: hidden;
}

form._send .form-btn__dots {
	opacity: 1;
	visibility: visible;
}

.form-btn__dots .dot {
	width: .8rem;
	height: .8rem;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	background: #FFFFFF;
	opacity: 0.1;
}

form._send .form-btn__dots .dot.dot-1 {
	animation: anim-dot 800ms linear 300ms infinite normal forwards;
	-webkit-animation: anim-dot 800ms linear 300ms infinite normal forwards;
}

form._send .form-btn__dots .dot.dot-2 {
	animation: anim-dot 800ms linear 600ms infinite normal forwards;
	-webkit-animation: anim-dot 800ms linear 600ms infinite normal forwards;
}

form._send .form-btn__dots .dot.dot-3 {
	animation: anim-dot 800ms linear 900ms infinite normal forwards;
	-webkit-animation: anim-dot 800ms linear 900ms infinite normal forwards;
}

.form-btn button span {
	display: inline;
	background: unset;
	color: unset;
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	-ms-border-radius: unset;
	-o-border-radius: unset;
	padding: unset;
	font-family: var(--openSans);
	font-weight: unset;
	font-size: unset;
	line-height: unset;
	letter-spacing: unset;
}

form._send .make-request__btn.close {
	opacity: 0;
	visibility: hidden;
}

button {
	outline: none;
}

form._send .form-btn button {
	padding: 1.4rem 0;
	width: 8rem;
}

form._send .form-btn button span {
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

@keyframes anim-dot {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.5;
	}
}

@media screen and (min-width: 1024px) {
	.form-group:not(:last-child) {
		margin-bottom: 0;
	}

	.form-line {
		width: 100%;
		height: 56px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	input.form-input {
		height: 22px;
		font-size: 18px;
		line-height: 150%;
		padding: 0 22px;
		bottom: 8px;
	}

	.textarea-line {
		height: 110px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.form-textarea {
		height: 77px;
		font-size: 18px;
		line-height: 150%;
		padding: 0 22px;
		bottom: 8px;
	}

	.textarea-line label {
		top: 0;
		padding-top: 20px;
	}

	.form-line.textarea-line._active label {
		padding-top: 10px;
	}

	.form-label {
		font-size: 18px;
		padding: 0 22px;
		line-height: 100%;
	}

	.form-line._active .form-label {
		font-size: 12px;
		line-height: 100%;
	}

	.form-select {
		height: 100%;
		font-size: 18px;
		line-height: 150%;
		padding: 20px 22px 8px;
		bottom: 0;
	}

	.iti .form-input.phone {
		padding: 0 22px 0 46px;
	}

	.iti+.form-label {
		padding: 0 22px 0 46px;
	}

	.form-btn__dots {
		gap: 4px;
	}

	.form-btn__dots .dot {
		width: 8px;
		height: 8px;
	}

	form._send .form-btn button {
		padding: 14px 0;
		width: 80px;
	}
}

/* ------------------------------------ FORM END ------------------------------------- */

.controls {
	display: none;
}

.boombox-last-slide {
	background: #4C4C4C;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	padding: 1.6rem;
}

.boombox-last-slide__icon {
	margin-bottom: .8rem;
}

.boombox-last-slide__icon svg {
	width: 4.2rem;
	height: 4rem;
}

.boombox-last-slide__text {
	font-family: var(--futuraPT);
	font-size: 2.8rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.boombox-last-slide__text span {
	display: block;
}

@media screen and (min-width:1024px) {
	.controls {
		display: block;
	}

	.select-sound__slide__name {
		font-size: 24px;
		line-height: 88.7%;
	}


	.control-arrow {
		width: 64px;
		height: 64px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--white);
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
		transform: matrix(-1, 0, 0, 1, 0, 0);
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		z-index: 4;
		opacity: 0.6;
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
		cursor: pointer;
	}

	.control-arrow:hover {
		opacity: 1;
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
	}

	.control-arrow.right {
		left: 952px;
	}

	.control-arrow.left {
		left: -32px;
	}

	.control-arrow.swiper-button-disabled {
		display: none;
	}

	.control-arrow svg {
		width: 24px;
		height: 24px;
	}

	.boombox-last-slide {
		padding: 16px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.boombox-last-slide__icon {
		margin-bottom: 8px;
	}

	.boombox-last-slide__icon svg {
		width: 42px;
		height: 40px;
	}

	.boombox-last-slide__text {
		font-size: 48px;
		line-height: 88.7%;
	}
}

/* ------------------------------ popup ------------------------ */

/* ------------------- make-request ------------------------ */

.popup-thor {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	overflow-y: auto;
	padding: 3rem 0 5rem;
}

.popup-thor._active {
	opacity: 1;
	visibility: visible;
}

.popup__container {
	background-color: #fff;
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	-ms-border-radius: 1.6rem;
	-o-border-radius: 1.6rem;
	padding: 3rem 2rem;
}

.make-request__title {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 1.2rem;
}

.make-request__text {
	margin-bottom: 2.4rem;
}

.make-request__text p {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
}

.make-request__timer {
	margin-bottom: 2rem;
}

.make-request__timer__body {
	display: flex;
	justify-content: center;
	align-items: center;
}

.make-request__timer__item {
	display: flex;
	align-items: center;
}

.make-request__timer__item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 4.3rem;
	background: #D9D9D9;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black);
}

.make-request__timer__item span:first-child {
	margin-right: 0.2rem;
}

.make-request__timer__dots {
	margin: 0 0.2rem;
	font-family: var(--futuraPT);
	font-size: 2.4rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black);
}

.request-form__row {
	margin-bottom: 1.2rem;
}

.make-request__btns {
	display: flex;
	justify-content: end;
	align-items: center;
}

.make-request__btn.close {
	color: rgba(29, 29, 29, 0.6);
	margin-right: 2rem;
}

.make-request__btn span {
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 100%;
}

.request-form__btn.btn button {
	background: var(--black);
	color: #fff;
}

.list-icons {
	position: fixed;
	z-index: 120;
	bottom: 2rem;
	right: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.get_icon_bonus {
	position: relative;
	cursor: pointer;
	width: 6.4rem;
	height: 6.4rem;
	background: #FF4000;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	animation: anim-bonus 2s linear 0s infinite;
	-webkit-animation: anim-bonus 2s linear 0s infinite;
}

.get_icon_bonus._active {
	animation: none;
	-webkit-animation: none;
}

.get_icon_bonus__body {
	width: 100%;
	height: 100%;
	padding-top: 0.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: opacity 150ms ease-out;
	-webkit-transition: opacity 150ms ease-out;
	-moz-transition: opacity 150ms ease-out;
	-ms-transition: opacity 150ms ease-out;
	-o-transition: opacity 150ms ease-out;
}

.get_icon_bonus._active .get_icon_bonus__body {
	opacity: 0;
}

.get_icon_bonus__cross {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 150ms ease-out;
	-webkit-transition: opacity 150ms ease-out;
	-moz-transition: opacity 150ms ease-out;
	-ms-transition: opacity 150ms ease-out;
	-o-transition: opacity 150ms ease-out;
}

.get_icon_bonus._active .get_icon_bonus__cross {
	opacity: 1;
}

.get_icon_bonus__cross svg {
	display: block;
	width: 1.8rem;
	height: 1.8rem;
}

.get_icon_bonus__svg-icon {
	margin-bottom: 0.6rem;
}

.get_icon_bonus__svg-icon svg {
	display: block;
	width: 2.1rem;
	height: 2.2rem;
}

.get_icon_bonus__label {
	font-family: var(--futuraPT);
	font-size: 2.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@keyframes anim-bonus {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	3% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
	}

	6% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
	}

	9% {
		transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
	}

	12% {
		transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
	}

	15% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}


	100% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
}

.bonus-form__row {
	margin-bottom: 2.4rem;
}

.make-request .contact-us-form__btn button {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--white);
	padding: 1.4rem 2.4rem;
	background: var(--black);
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
}

@media screen and (min-width: 1024px) {
	.popup-thor {
		padding: 50px 0;
		display: flex;
	}

	.popup__container {
		max-height: calc(100vh - 20%);
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
		padding: 40px;
	}

	.make-request__box {
		display: flex;
		justify-content: space-between;
	}

	.make-request__title {
		font-size: 48px;
		line-height: 88.7%;
		margin-bottom: 24px;
	}

	.make-request__text {

		margin-bottom: 32px;
		max-width: 598px;
	}

	.make-request__text p {
		font-size: 18px;
		line-height: 150%;
	}

	.make-request__timer {
		margin-bottom: 0;
	}

	.make-request__timer__item span {
		width: 43px;
		height: 67px;
		font-size: 48px;
		line-height: 88.7%;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.make-request__timer__item span:first-child {
		margin-right: 2px;
	}

	.make-request__timer__dots {
		font-size: 48px;
		line-height: 88.7%;
		margin: 0 2px;
	}

	.request-form__row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 24px;
		margin-bottom: 24px;
	}

	.request-form__textarea {
		margin-bottom: 24px;
	}

	.list-icons {
		bottom: 8%;
		right: 40px;
	}

	.get_icon_bonus {
		width: 80px;
		height: 80px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.get_icon_bonus__cross svg {
		width: 22px;
		height: 22px;
	}

	.get_icon_bonus__body {
		padding-top: 12px;
	}

	.get_icon_bonus__svg-icon {
		margin-bottom: 6px;
	}

	.get_icon_bonus__svg-icon svg {
		width: 27px;
		height: 26px;
	}

	.get_icon_bonus__label {
		font-size: 26px;
		line-height: 100%;
	}

	.bonus-form__row {
		margin-bottom: 24px;
	}

	.make-request .contact-us-form__btn button {
		font-size: 18px;
		line-height: 100%;
		padding: 19px 24px;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
		cursor: pointer;
	}

	.make-request__btn.close {
		margin-right: 20px;
	}

	.make-request__btn span {
		font-size: 16px;
		line-height: 100%;
	}
}

/* --------------------------- make-request END ------------------------- */

/* ------------------------------ popup END ------------------------ */

/* ------------------------ select-country ------------------------- */
/* .modal-country-open {
	margin-top: 27.2rem;
} */

/* .modal-country-open.body-support {
	margin-top: 22.4rem;
}

.modal-country-open .header__mobile-nav {
	margin-top: 14.5rem;
} */

.select-country {
	background-color: var(--black);
	display: block;
	position: relative;
	z-index: 150;
}

.select-country.close {
	display: none;
}

.select-country__container {
	padding: 1.6rem;
}

.select-country__content {}

.select-country__text {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 1.6rem;
	max-width: 30.3rem;
}

.mob_shorts_text_lang {
	display: none;
}


.select-country__block {
	display: flex;
}

.select-country__selectbox {
	width: 100%;
	height: 5.6rem;
	margin-right: 1.6rem;
	position: relative;
}

.select-country__selectbox__head {
	background: #4C4C4C;
	border: 2px solid rgba(29, 29, 29, 0.2);
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	position: relative;
	height: 5.6rem;
	cursor: pointer;
}

.select-country__selectbox__head::after {
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../../fonts/thor/arrowdown-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.select-country__selectbox.open .select-country__selectbox__head::after {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}

.select-country__label {
	padding: 0 3.2rem 0 1.4rem;
	position: absolute;
	top: 1.1rem;
	left: 0;
	right: 0;
	font-family: var(--openSans);
	font-size: 1.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

/* .select-country__selectbox._active .select-country__label {

	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
} */

.select-country__selected-item {
	font-family: var(--openSans);
	font-size: 1.8rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	position: absolute;
	top: 2.7rem;
	left: 0;
	right: 0;
	padding: 0 3.2rem 0 1.4rem;
	/* opacity: 0;
	visibility: hidden; */
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

/* .select-country__selectbox._active .select-country__selected-item {
	opacity: 1;
	visibility: visible;
} */

.select-country__selectbox__body {
	position: absolute;
	top: calc(100% + 0.4rem);
	z-index: 150;
	background: #4C4C4C;
	box-shadow: 0px .4rem 1.6rem rgba(0, 0, 0, 0.25);
	width: 100%;
	max-height: 25.2rem;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease-out 200ms;
	-webkit-transition: all 200ms ease-out 200ms;
	-moz-transition: all 200ms ease-out 200ms;
	-ms-transition: all 200ms ease-out 200ms;
	-o-transition: all 200ms ease-out 200ms;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
}

.select-country__selectbox.open .select-country__selectbox__body {
	opacity: 1;
	visibility: visible;
	transition: all 200ms ease-out 0ms;
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-ms-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
}

.footer__select-country__body.select-country__selectbox__body {
	top: unset;
	bottom: calc(100% + 0.4rem);
}

.select-country__list {
	padding: 1.8rem 0;
}

.select-country__item {
	position: relative;
}

.select-country__item::after {
	content: "";
	display: block;
	width: 1.8rem;
	height: 1.4rem;
	background-image: url(../../fonts/thor/active.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.select-country__item._active::after {
	opacity: 1;
	visibility: visible;
}

.select-country__item span,
.select-country__item a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	cursor: pointer;
	font-family: var(--openSans);
	font-size: 1.8rem;
	line-height: 98%;
	text-decoration: none;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	padding: 0.6rem 2.4rem;
}

.select-country__item._active span,
.select-country__item._active a,
.select-country__item:hover span,
.select-country__item:hover a {
	color: rgba(255, 255, 255, 1);
}

.select-country__btn {
	display: block;
}

.select-country__close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
}

.select-country__close svg {
	width: 1.4rem;
	height: 1.4rem;
}

@media screen and (min-width: 1024px) {
	.modal-country-open {
		margin-top: 128px;
	}

	.modal-country-open.body-default {
		margin-top: 200px;
	}

	.modal-country-open.body-blog {
		margin-top: 162px;
	}

	.modal-country-open.body-contacts {
		margin-top: 162px;
	}

	.modal-country-open.body-support {
		margin-top: 144px;
	}

	.modal-country-open.body-main {
		margin-top: 162px;
	}

	.select-country__container {
		padding: 16px 0;
		width: 984px;
		margin: 0 auto;
	}

	.select-country__content {
		display: flex;
	}

	.select-country__text {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 150%;
		max-width: 504px;
	}

	.mob_shorts_text_lang{
		display: inline;
	}

	.select-country__block {
		flex-grow: 2;
		justify-content: end;
		align-items: center;
	}

	.select-country__selectbox {
		margin-right: 16px;
		height: 56px;
		width: 230px;
	}

	.select-country__selectbox__head {
		height: 56px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.select-country__selectbox__body {
		top: calc(100% + 4px);
	}

	.footer__select-country__body.select-country__selectbox__body {
		bottom: calc(100% + 4px);
	}

	.select-country__label {
		padding: 0 32px 0 14px;
		top: 11px;
		font-size: 12px;
		line-height: 100%;
	}

	.select-country__selected-item {
		padding: 0 32px 0 14px;
		font-size: 18px;
		line-height: 100%;
		top: 27px;
	}

	.select-country__selectbox__head::after {
		width: 12px;
		height: 12px;
		right: 24px;
	}

	.select-country__list {
		padding: 18px 0;
	}

	.select-country__item::after {
		width: 18px;
		height: 14px;
		right: 24px;
	}

	.select-country__item span,
	.select-country__item a {
		font-size: 18px;
		line-height: 98%;
		padding: 6px 24px;
	}

	.select-country__close {
		position: relative;
		top: unset;
		right: unset;
		margin-left: 20px;
	}

	.select-country__close svg {
		width: 14px;
		height: 14px;
	}
}

/* ------------------------ select-country END ------------------------- */

/* ------------------------  cookies-block ---------------------- */

.cookies-block {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4444;
	background-color: var(--black);
	opacity: 1;
	visibility: visible;
}

.cookies-block._hide {
	opacity: 0;
	visibility: hidden;
}

.cookies-block__container {
	padding: 1.6rem;
}

.cookies-block__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookies-block__left-block{
	max-width: 24rem;
}

.cookies-block__title {
	font-family: var(--futuraPT);
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black);
	display: none;
}



.cookies-block__text p {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.cookies-block__text a {
	font-weight: 700;
	color: #fff;
	font-size: 1.3rem;
	line-height: 150%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.cookies-block__right-block {}

.cookies-block__btn {
	text-align: center;
}

.cookies-block__btn.btn span {
	background: #fff;
	color: var(--black);
	font-size: 1.8rem;
	line-height: 100%;
	padding: 1.9rem 2.4rem;
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
}

@media screen and (min-width: 1024px) {
	.cookies-block {
		width: 100%;
	}

	.cookies-block__container {
		padding: 16px 0;
		width: 984px;
		margin: 0 auto;
	}

	.cookies-block__row {
		align-items: flex-start;
	}
	
	.cookies-block__left-block{
		max-width: 100%;
	}

	.cookies-block__text {
		margin-bottom: 0;
		margin-right: 55px;
		max-width: 430px;
	}

	.cookies-block__title {
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 8px;
	}

	.cookies-block__text p,
	.cookies-block__text a {
		font-size: 16px;
		line-height: 150%;

	}

	.cookies-block__btn.btn span {
		font-size: 18px;
		line-height: 100%;
		padding: 19px 24px;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-ms-border-radius: 28px;
		-o-border-radius: 28px;
	}
}

/* ------------------------  cookies-block END ---------------------- */

/* ----------------------- socials-list -------------------- */

.socials-list:not(:last-child) {
	margin-bottom: 2rem;
}

.socials-list__container {
	position: relative;
	height: 5.6rem;
	width: 5.6rem;
}

.socials-list__item {
	width: 5.6rem;
	height: 5.6rem;
	border: 1px solid #F5F5F7;
	background: #A5A5A5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.socials-list__item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.socials-list__item svg {
	display: block;
	width: 2.1rem;
	height: 2.1rem;
	cursor: pointer;
}

.socials-list__item.tlrm svg {
	width: 2.8rem;
	height: 2.4rem;
	transform: translate(-1px, 1px);
	-webkit-transform: translate(-1px, 1px);
	-moz-transform: translate(-1px, 1px);
	-ms-transform: translate(-1px, 1px);
	-o-transform: translate(-1px, 1px);
}

.socials-list__item.wspp svg {
	width: 2.9rem;
	height: 2.9rem;
	transform: translate(0.5px, -0.5px);
	-webkit-transform: translate(0.5px, -0.5px);
	-moz-transform: translate(0.5px, -0.5px);
	-ms-transform: translate(0.5px, -0.5px);
	-o-transform: translate(0.5px, -0.5px);
}

.socials-list__item.tel {
	opacity: 1;
	visibility: visible;
}

.socials-list__item.tel svg {
	width: 3.1rem;
	height: 2.5rem;
	transform: translate(1px, 2px);
	-webkit-transform: translate(1px, 2px);
	-moz-transform: translate(1px, 2px);
	-ms-transform: translate(1px, 2px);
	-o-transform: translate(1px, 2px);
}

.socials-list__item.vk svg {
	width: 2.9rem;
	height: 1.6rem;
}

.socials-list__item.message svg {
	width: 3.2rem;
	height: 2.4rem;
}

.socials-list__item.main-icon .messegers {
	width: 2.9rem;
	height: 2.9rem;
	transform: translate(0.5px, -0.5px);
	-webkit-transform: translate(0.5px, -0.5px);
	-moz-transform: translate(0.5px, -0.5px);
	-ms-transform: translate(0.5px, -0.5px);
	-o-transform: translate(0.5px, -0.5px);
}

.socials-list._active .messegers {
	opacity: 0;
}

.socials-list__item svg.close {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.4rem;
	height: 1.4rem;
}

.socials-list__item.main-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.socials-list__item {
	display: block;
	position: absolute;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.socials-list._active .socials-list__item {
	opacity: 1;
	visibility: visible;
}

.socials-list__item.main-icon {
	z-index: 4;
	opacity: 1;
	visibility: visible;
}

.socials-list__item.main-icon .small-circle {
	position: absolute;
	top: -0.3rem;
	right: -0.3rem;
	width: 2rem;
	height: 2rem;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

.socials-list._active .small-circle {
	opacity: 0;
}

@media screen and (min-width: 1024px) {
	.socials-list:not(:last-child) {
		margin-bottom: 20px;
	}

	.socials-list__container {
		position: relative;
		height: 56px;
		width: 65px;
	}

	.socials-list__item {
		width: 56px;
		height: 56px;
	}

	.socials-list__item:hover {
		background: #252525;
	}

	.socials-list__item svg {
		width: 56px;
		height: 56px;
	}

	.socials-list__item.main-icon svg {
		width: 56px;
		height: 56px;
	}

	.socials-list__item.tel {
		display: none;
	}

	.socials-list__item.main-icon .messegers {
		width: 29px;
		height: 29px;
		transform: translate(0, -1px);
		-webkit-transform: translate(0, -1px);
		-moz-transform: translate(0, -1px);
		-ms-transform: translate(0, -1px);
		-o-transform: translate(0, -1px);
	}

	.socials-list__item.main-icon .small-circle {
		width: 20px;
		height: 20px;
		top: -2px;
		right: -2px;
	}

	.socials-list__item svg.close {
		width: 20px;
		height: 20px;
	}

	.socials-list__item.tlrm svg {
		width: 28px;
		height: 24px;
	}

	.socials-list__item.vk svg {
		width: 29px;
		height: 16px;
		transform: translate(-1px, 1px);
		-webkit-transform: translate(-1px, 1px);
		-moz-transform: translate(-1px, 1px);
		-ms-transform: translate(-1px, 1px);
		-o-transform: translate(-1px, 1px);
	}

	.socials-list__item.wspp svg {
		width: 29px;
		height: 29px;
		transform: translate(0, -1px);
		-webkit-transform: translate(0, -1px);
		-moz-transform: translate(0, -1px);
		-ms-transform: translate(0, -1px);
		-o-transform: translate(0, -1px);
	}

	.socials-list__item.message svg {
		width: 32px;
		height: 24px;
	}

}

/* ----------------------- socials-list END -------------------- */

.anim-add-cart {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 56px;
	background-color: var(--black);
	z-index: 50;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	z-index: 35555;
	opacity: 0;
	visibility: hidden;
	transition: all 0ms;
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-ms-transition: all 0ms;
	-o-transition: all 0ms;
}

.anim-add-cart._active {
	opacity: 1;
	visibility: visible;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: top 600ms ease-out, left 600ms ease-out, transform 600ms ease-out, opacity 150ms ease-out, visibility 150ms ease-out;
	-webkit-transition: top 600ms ease-out, left 600ms ease-out, transform 600ms ease-out, opacity 150ms ease-out, visibility 150ms ease-out;
	-moz-transition: top 600ms ease-out, left 600ms ease-out, transform 600ms ease-out, opacity 150ms ease-out, visibility 150ms ease-out;
	-ms-transition: top 600ms ease-out, left 600ms ease-out, transform 600ms ease-out, opacity 150ms ease-out, visibility 150ms ease-out;
	-o-transition: top 600ms ease-out, left 600ms ease-out, transform 600ms ease-out, opacity 150ms ease-out, visibility 150ms ease-out;
}

/* ------------------------------- CONTACTS-PAGE ---------------------------------------- */
.contacts-block {}

[class*="ymaps-2"][class*="-ground-pane"] {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.contacts-page__container {
	margin-bottom: 6rem;
}

.thor-landing .contacts-page__container,
.thor-ev-landing .contacts-page__container {
	padding: 0 0 4rem;
}

.contacts-page__container h1 {
	text-align: left;
	margin-bottom: 3.2rem;
}

.thor-landing .contacts-page__container h2,
.thor-ev-landing .contacts-page__container h2 {
	text-align: left;
	margin-bottom: 3.2rem;
}

.contacts-page .contact-us__container h2 {
	color: var(--black);
}

.select-city {
	position: relative;
	height: 5.6rem;
	/* width: 31.2rem; */
	margin-bottom: 2.4rem;
}

.select-city__head {
	background: #FFFFFF;
	border: 2px solid transparent;
	border-radius: 3.2rem;
	-webkit-border-radius: 3.2rem;
	-moz-border-radius: 3.2rem;
	-ms-border-radius: 3.2rem;
	-o-border-radius: 3.2rem;
	padding: 0 4.6rem 0 2.2rem;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	transition: border 150ms ease-out;
	-webkit-transition: border 150ms ease-out;
	-moz-transition: border 150ms ease-out;
	-ms-transition: border 150ms ease-out;
	-o-transition: border 150ms ease-out;
	cursor: pointer;
}

.select-city._active .select-city__head {
	border: 2px solid var(--black);
	transition: border 150ms ease-out;
	-webkit-transition: border 150ms ease-out;
	-moz-transition: border 150ms ease-out;
	-ms-transition: border 150ms ease-out;
	-o-transition: border 150ms ease-out;
}



.select-city__head::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 50%;
	right: 2.8rem;
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	-moz-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	-o-transform: translateY(-50%) rotate(0);
	background-image: url(../../fonts/thor/arrow-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 150ms ease-out;
	-webkit-transition: transform 150ms ease-out;
	-moz-transition: transform 150ms ease-out;
	-ms-transition: transform 150ms ease-out;
	-o-transition: transform 150ms ease-out;
}

.select-city._active .select-city__head::after {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}

.select-city__label {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 98%;
	letter-spacing: -0.02em;
	color: var(--black);
}

.select-city__body {
	position: absolute;
	top: calc(100% + 0.8rem);
	left: 0;
	width: 100%;
	height: 0;
	background: #FFFFFF;
	box-shadow: 0px .4rem 1.6rem rgba(0, 0, 0, 0.25);
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
	z-index: 5;
	transition: height 300ms ease-out;
	-webkit-transition: height 300ms ease-out;
	-moz-transition: height 300ms ease-out;
	-ms-transition: height 300ms ease-out;
	-o-transition: height 300ms ease-out;
}

.selectbox._active .select-city__body {
	height: 44.8rem;
}

.select-city__body__content {
	padding: 2.4rem 2rem 2.4rem 2.4rem;
	height: 100%;
}

.select-city__list {
	overflow-y: auto;
	height: 100%;
}

.select-city__list {}

.select-city__list::-webkit-scrollbar {
	cursor: grab !important;
	width: .4rem;
}

.select-city__list::-webkit-scrollbar-thumb {
	cursor: grab !important;
	background-color: rgb(0 0 0 / 30%);
	background: rgba(29, 29, 29, 0.2);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.select-city__list ul {
	list-style: none;
}

.select-city__item__country:not(:last-child) {
	margin-bottom: 2.4rem;
}

.select-city__item__country-name {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 200%;
	letter-spacing: -0.02em;
	color: rgba(29, 29, 29, 0.4);
	margin-bottom: .4rem;
}

.select-city__item__country-sities {}

.select-city__item__country__city {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: var(--black);
	opacity: 0.6;
	cursor: pointer;
}

.select-city__item__country__city._selected {
	opacity: 1;
}

.select-city__item__country__city:not(:last-child) {
	margin-bottom: .4rem;
}

.contacts-page__map {
	margin-bottom: 4.8rem;
}

.contacts-page__map.mobile {
	width: 100%;
	height: 343px;
}

.contacts-page__map.desktop {
	display: none;
}

.ymaps-2-1-79-ground-pane {}

.contacts-page__map img {
	width: 100%;
}

.contacts-page__partners {
	/* width: 26.4rem; */
}

.contacts-page__partners ul {
	list-style: none;
}

.contacts-page__partner:not(:last-child) {
	margin-bottom: 3.2rem;
}

.contacts-page__partner__name {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	margin-bottom: 0.4rem;

}

.thor-landing .contacts-page__partner__name,
.thor-ev-landing .contacts-page__partner__name {
	color: var(--white);
}

.contacts-page__partner__address {
	font-family: var(--openSans);
	font-size: 1.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
}

.contacts-page__partner a {
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	text-decoration: none;
}

.thor-landing .contacts-page__partner a,
.thor-ev-landing .contacts-page__partner a {
	color: var(--white);
}

.contacts-page__partner__fullAddress {
	font-size: 1.4rem;
}

.info-block__item {
	display: flex;
	background: #FFFFFF;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
	margin-bottom: 4rem;
}

.info-block__icon {
	background: #00B2FF;
	padding: 3.1rem 1.1rem 0 1.3rem;
	flex-shrink: 0;
}

.info-block__icon svg {
	width: 2.4rem;
	height: 2.4rem;
}

.info-block__column {
	padding: 1.6rem;
}

.info-block__text {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
}

.info-block__text a {
	color: #00B2FF;
	text-decoration: none;
}

.info-block__btns {
	margin-top: 1.6rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: .8rem;
}

.info-block__btn {
	height: 5.6rem;
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	background: #1D1D1D;
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
}

.contacts-page__content__box {
	margin-bottom: 8rem;
}

.thor-landing .contacts-page__content__box,
.thor-ev-landing .contacts-page__content__box {
	margin-bottom: 0;
}

.contacts-page__become-partner {}

.thor-landing .become-partner,
.thor-ev-landing .become-partner {
	margin: 8rem 0 16rem;
}

.become-partner__container {
	background: #FFFFFF;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	position: relative;
	overflow: hidden;
}

.thor-landing .become-partner__container,
.thor-ev-landing .become-partner__container {
	background-color: var(--black);
}

.become-partner__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.become-partner__bg img {
	width: 100%;
	height: auto;
}

.thor-landing .become-partner__bg img,
.thor-ev-landing .become-partner__bg img {
	height: 100%;
	object-fit: cover;
}

.become-partner__bg img:last-child {
	display: none;
}

.become-partner__content {
	padding: 2.4rem;
	position: relative;
	z-index: 2;
}

.become-partner__title {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: .8rem;
}

.thor-landing .become-partner__title,
.thor-ev-landing .become-partner__title {
	color: var(--white);
}

.become-partner__text {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	margin-bottom: 2.4rem;
}

.thor-landing .become-partner__text,
.thor-ev-landing .become-partner__text {
	color: var(--white);
}

.become-partner__btn a {
	display: inline-block;
	padding: 1.9rem 2.4rem;
	background: var(--black);
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
	text-decoration: none;
	color: #fff;
}

.thor-landing .become-partner__btn a,
.thor-ev-landing .become-partner__btn a {
	background: var(--white);
	color: var(--black);
}

.our-contacts {
	margin-bottom: 6rem;
}

.our-contacts__list {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 2rem;
	margin-bottom: 2rem;
}

.our-contacts__item {}

.our-contacts__item__label {
	font-family: var(--futuraPT);
	font-size: 2.8rem;
	line-height: 150%;
	text-transform: uppercase;
	color: var(--black);
}

.our-contacts__item__tels {
	margin-bottom: 0.4rem;
}

.our-contacts__item__tel a {
	display: inline-flex;
	align-items: center;
	/* text-decoration: var(--black); */
}

.our-contacts__item__tel span {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	text-decoration-line: underline;
}

.our-contacts__item__tel-icons {
	display: flex;
	margin-right: 0.4rem;
}

.our-contacts__item__tel-icon:not(:last-child) {
	margin-right: 0.6rem;
}

.our-contacts__item__tel-icon svg {
	width: 1.4rem;
	height: 1.4rem;
}

.our-contacts__item__emails {}

.our-contacts__item__email a {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #2F80ED;
}

.our-contacts__btn a {
	display: inline-block;
	padding: 1.9rem 5.2rem 1.9rem 2.4rem;
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	background: var(--black);
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
	text-decoration: none;
	position: relative;
}

.our-contacts__btn a::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-image: url(../../fonts/thor/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 1024px) {

	.contacts-page__container {
		margin-bottom: 120px;
	}

	.thor-landing .contacts-page__container,
	.thor-ev-landing .contacts-page__container {
		padding: 0 0 80px;
	}

	.contacts-page__container h1 {
		margin-bottom: 40px;
	}

	.thor-landing .contacts-page__container h2,
	.thor-ev-landing .contacts-page__container h2 {
		margin-bottom: 40px;
	}

	.contacts-page__content__box {
		display: grid;
		grid-template-columns: 312px 1fr;
		grid-column-gap: 24px;
		margin-bottom: 80px;
	}

	.contacts-page__map {
		grid-row: 1/3;
		grid-column-start: 2;
		margin-bottom: 0;
	}

	.contacts-page__map.mobile {
		display: none;
	}

	.contacts-page__map.desktop {
		display: block;
		width: 648px;
		height: 802px;
	}

	.thor-landing .contacts-page__map.desktop,
	.thor-ev-landing .contacts-page__map.desktop {
		height: 562px;
	}

	.select-city {
		width: 100%;
		height: 56px;
		margin-bottom: 48px;
	}

	.select-city__head {
		border-radius: 32px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		-ms-border-radius: 32px;
		-o-border-radius: 32px;
		padding: 0 46px 0 22px;

	}

	.select-city__head:hover {
		border: 2px solid var(--black);
		transition: border 150ms ease-out;
		-webkit-transition: border 150ms ease-out;
		-moz-transition: border 150ms ease-out;
		-ms-transition: border 150ms ease-out;
		-o-transition: border 150ms ease-out;
	}

	.select-city__head::after {
		width: 16px;
		height: 16px;
		right: 28px;
	}

	.select-city__label {
		font-size: 18px;
		line-height: 98%;
	}

	.select-city__body {
		top: calc(100% + 8px);
		box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-ms-border-radius: 28px;
		-o-border-radius: 28px;
	}

	.selectbox._active .select-city__body {
		height: 448px;
	}

	.select-city__body__content {
		padding: 24px 20px 24px 24px;
	}

	.select-city__list::-webkit-scrollbar {
		cursor: grab !important;
		width: 4px;
	}

	.select-city__list::-webkit-scrollbar-thumb {
		cursor: grab !important;
		background-color: rgb(0 0 0 / 30%);
		background: rgba(29, 29, 29, 0.2);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	}

	.select-city__item__country:not(:last-child) {
		margin-bottom: 24px;
	}

	.select-city__item__country-name {
		font-size: 12px;
		line-height: 200%;
		margin-bottom: 4px;
	}

	.select-city__item__country__city:not(:last-child) {
		margin-bottom: 4px;
	}

	.select-city__item__country__city {
		font-size: 18px;
		line-height: 133%;
	}

	.contacts-page__partners {
		width: 100%;
		height: 720px;
		overflow-y: auto;
	}

	.thor-landing .contacts-page__partners,
	.thor-ev-landing .contacts-page__partners {
		height: unset;
	}

	.contacts-page__partners::-webkit-scrollbar {
		cursor: grab !important;
		width: 2px;
		background: #C4C4C4;
	}

	/* .contacts-page__partners::-webkit-scrollbar {
		cursor: grab !important;
		height: 100px;

	} */

	.contacts-page__partners::-webkit-scrollbar-thumb {
		cursor: grab !important;

		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;

		background: var(--black);
		opacity: 0.5;
		height: 100px !important;
	}

	.contacts-page__partners ul {
		width: 264px;
	}

	.contacts-page__partner:not(:last-child) {
		margin-bottom: 32px;
	}

	.contacts-page__partner {
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
		cursor: pointer;
		opacity: 0.5;
	}

	.contacts-page__partner._opacity {
		opacity: 1;
	}

	.contacts-page__partner__name {
		font-size: 18px;
		line-height: 150%;
		margin-bottom: 4px;
	}

	.contacts-page__partner__address {
		font-size: 14px;
		line-height: 150%;
	}

	.contacts-page__partner a {
		font-size: 14px;
		line-height: 150%;
		border-bottom: 1px solid transparent;
		transition: all 150ms ease-out;
		-webkit-transition: all 150ms ease-out;
		-moz-transition: all 150ms ease-out;
		-ms-transition: all 150ms ease-out;
		-o-transition: all 150ms ease-out;
	}

	.contacts-page__partner a:hover {
		color: #2f80ed;
		border-bottom: 1px solid #2f80ed;
	}

	.contacts-page__partner__fullAddress {
		font-size: 14px;
	}

	.info-block__item {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		margin-bottom: 40px;
	}

	.info-block__icon {
		padding: 0 11px 0 13px;
		display: flex;
		align-items: center;
	}

	.info-block__icon svg {
		width: 24px;
		height: 24px;
	}

	.info-block__column {
		padding: 16px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.info-block__text {
		font-size: 18px;
		line-height: 150%;
		max-width: 566px;
	}

	.info-block__btns {
		margin-top: 0;
		flex-shrink: 0;
		grid-column-gap: 8px;
	}

	.info-block__btn {
		height: 56px;
		font-size: 18px;
		line-height: 100%;
		padding: 0 24px;
		cursor: pointer;
	}

	.thor-landing .become-partner,
	.thor-ev-landing .become-partner {
		margin: 80px 0 240px;
	}

	.become-partner__container {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.become-partner__content {
		padding: 24px;
	}

	.become-partner__title {
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 8px;
	}

	.become-partner__text {
		max-width: 400px;
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 18px;
	}

	.become-partner__btn a {
		padding: 19px 24px;
		font-size: 18px;
		line-height: 100%;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-ms-border-radius: 28px;
		-o-border-radius: 28px;
	}

	.become-partner__bg img:first-child {
		display: none;
	}

	.become-partner__bg {
		top: -10px;
	}

	.become-partner__bg img:last-child {
		display: block;
	}

	.our-contacts {
		margin-bottom: 60px;
	}

	.our-contacts__list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}

	.our-contacts__item:not(:last-child) {
		margin-right: 70px;
	}

	.our-contacts__item__label {
		font-size: 31px;
		line-height: 150%;
		margin-bottom: 15px;
	}

	.our-contacts__item__tels {
		margin-bottom: 4px;
	}

	.our-contacts__item__tel-icons {
		margin-right: 4px;
	}

	.our-contacts__item__tel-icon:not(:last-child) {
		margin-right: 6px;
	}

	.our-contacts__item__tel-icon svg {
		width: 14px;
		height: 14px;
	}

	.our-contacts__item__tel span {
		font-size: 18px;
		line-height: 150%;
	}

	.our-contacts__item__email a {
		font-size: 18px;
		line-height: 150%;
	}

	.our-contacts__btn a {
		padding: 19px 52px 19px 24px;
		font-size: 18px;
		line-height: 100%;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-ms-border-radius: 28px;
		-o-border-radius: 28px;
	}

	.our-contacts__btn a::after {
		width: 16px;
		height: 16px;
		right: 20px;
	}
}

/* ------------------------------- CONTACTS-PAGE END ---------------------------------------- */
/* ------------------------------- CONTACTS-PAGE END ---------------------------------------- */

/* ------------------------------ tech-desc ------------------------------ */
._hidden {
	display: none !important;
}

.tech-desc {
	margin-bottom: 20rem;
}

.tech-desc._active {
	margin-top: 16rem;
}

.tech-desc__container {
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
}

.tech-desc._active .tech-desc__container {
	visibility: visible;
	opacity: 1;
}

.tech-desc__btn {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.tech-desc {
		margin-bottom: 200px;
	}

	.tech-desc._active {
		margin-top: 200px;
	}
}

/* ------------------------------ tech-desc END ------------------------------ */


/* -------------------- video-block ------------------------------------------------- */
.video-block {
	position: relative;
	height: 100vh;
}

.video-block-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.video-block-media {
	width: 100%;
	height: 100vh;
	opacity: 0.6;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-block-media div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.54);
	z-index: 2;
}

.js_onload_onload_f_v {
	z-index: 2;
}

.video-block-media div:first-child {
	z-index: 3;
}

.video-block-box {
	z-index: 5;
	position: relative;
}

.video-block-media img {
	height: 100%;
}

.video-block-media video {
	height: 100%;
	object-fit: cover;
}

.video-block-media iframe {
	height: 100%;
}

@media screen and (min-width: 1024px) {
	.video-block {
		height: 200vh;
	}

	.video-block-container {
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
		overflow: hidden;
	}


	.video-block-box {
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transform: translateY(200px);
		-webkit-transform: translateY(200px);
		-moz-transform: translateY(200px);
		-ms-transform: translateY(200px);
		-o-transform: translateY(200px);
		transition: all 300ms ease-out;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
	}


	.video-block._active .video-block-box {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transition: all 300ms ease-out;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
	}

	.video-block-media {
		/* position: relative; */
		height: 100%;
	}

	.video-block-media div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0);
		z-index: 2;
	}

	.video-block-media img {
		height: 100%;
		width: 100%;
	}

	.video-block-media video {
		height: 100%;
		width: 100%;
	}

	.video-block-media iframe {
		height: 100%;
		width: 100%;

	}
}

/* -------------------- watch-video ---------------------------------- */

.watch-video {
	margin-bottom: 11rem;
	height: unset;
}

.watch-video__container {
	padding: 5rem 1.6rem 5rem;
}

.watch-video__media {
	align-items: center;
}

.watch-video__media {
	height: 100%;
}

.watch-video__btn {
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.watch-video__btn a {
	display: flex;
	align-items: center;
	position: relative;
}

.watch-video__btn a::before {
	content: "";
}

.watch-video__content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

@media screen and (min-width:1024px) {
	.watch-video {
		height: 200vh;
		margin-bottom: 90px;
	}

	.thor-landing .watch-video,
	.thor-ev-landing .watch-video {
		margin-bottom: 240px;
	}

	.watch-video__container {
		padding: 0;
	}

	.watch-video__container.video-block-container {
		overflow: unset;
	}

	.watch-video__media {
		position: relative;
	}

	.watch-video__media {
		height: 100vh;
	}

	.watch-video__content {
		position: absolute;
		width: 100%;
		left: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		overflow: hidden;
	}

	.watch-video__btn a::before {
		content: "";
	}

	.video-block-link a::after,
	.watch-video__btn a::after {
		content: "";
		width: 24px;
		height: 24px;
		background: url('../../fonts/thor/play2.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.watch-video__btn a {
		/* width: 218px; */
		padding-left: 24px;
		padding-right: 49px;
	}

	.watch-video__media img {
		width: 100%;
		display: none;
	}
}

/* -------------------- watch-video END ---------------------------------- */

/* --------------------- thor-action -------------------------------- */

.thor-action {
	margin-bottom: 20rem;
}

.video-block-label {
	margin-bottom: 2.4rem;
}

.thor-action__btn {
	text-align: center;
}

.video-block-link a,
.thor-action__btn a {
	position: relative;
	padding-left: 24px;
	padding-right: 49px;
}

@media screen and (min-width:1024px) {
	.thor-action {
		margin-bottom: 320px;
	}

	.video-block-label {
		margin-bottom: 48px;
	}

	.thor-action__btn {
		text-align: left;
	}

	.thor-action__media img {
		display: none;
	}
}

/* --------------------- thor-action END -------------------------------- */
/* -------------------- smart-control-instruction  --------------------------------- */

.smart-control-instruction {
	margin-bottom: 20rem;
	height: unset;
}

.for-partners-page .smart-control-instruction{
	margin-bottom: 0;
}

.smart-control-instruction__container {
	padding: 4rem 0 9.8rem;
}

.smart-control-instruction__media {
	height: 100%;
	mix-blend-mode: normal;
}

.smart-control-instruction__box {
	padding: 0 2.5rem;
}

.smart-control-instruction__title {
	margin-bottom: 4rem;
}

.smart-control-instruction__list {
	margin-bottom: 5.6rem;
}

.smart-control-instruction__list ol {
	list-style: none;
	counter-reset: num;
}

.smart-control-instruction__list li {
	display: flex;
	align-items: center;
}

.smart-control-instruction__icon {
	margin-right: 1.6rem;
	width: 2.4rem;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.smart-control-instruction__icon svg {
	width: 2.4rem;
	height: 2.4rem;
}

.smart-control-instruction__item:not(:last-child) {
	margin-bottom: 3.6rem;
}

.smart-control-instruction__item:nth-child(4) .smart-control-instruction__icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.smart-control-instruction__count::before {
	content: counter(num);
	counter-increment: num;
	font-family: var(--futuraPT);
	font-size: 6.8rem;
	line-height: 88.7%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0.4;
}

.smart-control-instruction__count {
	margin-right: 1.6rem;
}

.smart-control-instruction__list span {
	font-family: var(--openSans);
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--white);
}

.smart-control-instruction__video-btn {
	text-align: center;
	margin-bottom: 2.4rem;
}

.smart-control-instruction__video-btn a::before {
	content: "";
}

.video-block-link.btn a,
.smart-control-instruction__video-btn.btn a {
	position: relative;
	padding-left: 2.4rem;
	padding-right: 4.9rem;
}

.video-block-link a::after,
.smart-control-instruction__video-btn a::after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: url('../../fonts/thor/play2.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.smart-control-instruction__btn {
	text-align: center;
}

@media screen and (min-width:1024px) {
	.smart-control-instruction {
		margin-bottom: 320px;
		height: 200vh;
	}

	.body-for-partners .smart-control-instruction{
		height: 900px;
	}

		.body-for-partners .video-block-container{
		height: 100%;
	}

	.body-for-partners .video-block-box{
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.thor-landing .smart-control-instruction,
	.thor-ev-landing .smart-control-instruction {
		margin-bottom: 160px;
	}

	.smart-control-instruction__container {
		padding: 0;
	}

	.smart-control-instruction__title {
		margin-bottom: 60px;
	}

	.smart-control-instruction__title h2 {
		text-align: left;
	}

	.smart-control-instruction__box {
		padding: 0;
	}

	.smart-control-instruction__list {
		width: 721px;
		margin: 0 35px 72px auto;
	}

	.smart-control-instruction__list span {
		font-size: 24px;
		line-height: 150%;
	}

	.smart-control-instruction__icon {
		margin-right: 39px;
		width: 24px;
	}

	.smart-control-instruction__count {
		margin-right: 32px;
	}

	.smart-control-instruction__list li:not(:last-child) {
		margin-bottom: 24px;
	}

	.smart-control-instruction__item span {
		width: 364px;
	}

	.smart-control-instruction__item:first-child span {
		width: 100%;
	}

	.smart-control-instruction__item .smart-control-instruction__icon svg {
		width: 24px;
		height: 24px;
	}

	.smart-control-instruction__item:nth-child(4) .smart-control-instruction__icon svg {
		width: 18px;
		height: 18px;
	}

	.smart-control-instruction__count::before {
		font-size: 68px;
		line-height: 88.7%;
	}

	.smart-control-instruction__btns {
		width: 686px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 14px;
		margin: 0 auto;
	}

	.smart-control-instruction__btns a {
		width: 100%;
		text-align: left;
		position: relative;
	}

	.smart-control-instruction__video-btn {
		margin-bottom: 0;
	}

	.smart-control-instruction__video-btn a::before {
		content: "";
	}


	.smart-control-instruction__video-btn a::after {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		right: 18px;
		top: 50%;
		transform: translateY(-10px);
		background: url('../../fonts/thor/play2.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	.smart-control-instruction__btn a::after {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		right: 18px;
		top: 50%;
		transform: translateY(-10px);
		background: url('../../fonts/thor/pdf.svg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}

	.video-block-link.btn a,
	.smart-control-instruction__video-btn.btn a {
		padding-left: 24px;
		padding-right: 49px;
	}

	.video-block-link a::after,
	.smart-control-instruction__video-btn.btn a::after {
		width: 24px;
		height: 24px;
		right: 16px;
	}
}

/* -------------------- smart-control-instruction END --------------------------------- */

/* -------------------- video-block END ------------------------------------------------- */

/* --------------------- thor-column -------------------------- */

.thor-column {
	margin-bottom: 4rem;
}

.body-for-partners .thor-column {
	margin-bottom: 12rem;
}

.thor-column__container {}

.thor-column__image {
	margin: 0 2rem 1.6rem;
}

.thor-column__image img {
	width: 100%;
}

.thor-column__image img:last-child {
	display: none;
}

.thor-column__image canvas {
	display: none;
}

.thor-column__box {
	position: relative;
}

.thor-column__title {
	margin-bottom: 1.6rem;
}

.thor-column__title.fade-in {
	opacity: .999;
	transform: translateY(0);
}

.thor-column__text {}

@media screen and (min-width:1024px) {
	.thor-column {
		margin-bottom: 40px;
	}

	.body-for-partners 	.thor-column {
		margin-bottom: 320px;
	}

	.thor-column__box.m-lr {
		width: 720px;
		margin: 0 auto;
		padding-top: 16px;
	}



	.thor-column__image canvas {
		display: block;
		position: sticky;
		top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.thor-column__image img {
		display: none;
	}

	.thor-column__image img:last-child {
		display: block;
	}

	.thor-column__image {
		/* margin: 0; */
		/* height: 2000px; */
		margin: 0 auto;
		width: 984px;
		position: relative;
		text-align: center;
	}

	.thor-column__image {}

	.thor-column__title {
		margin-bottom: 16px;
		width: 100%;
		text-align: center;
	}
}

/* --------------------- thor-column END -------------------------- */

/* ------------------------------ products-equipment ------------------------------- */

.products-equipment {
	margin-bottom: 16rem;
}

.products-equipment__container {}

.products-equipment__title {
	margin-bottom: 4rem;
}

.make-order__title h2 {
	text-align: left;
}

.make-order__list {
	margin-bottom: 4rem;
}

.products-equipment__list {}

.products-equipment__item:not(:last-child) {
	margin-bottom: 4rem;
}

.thor-landing .products-equipment__item,
.thor-ev-landing .products-equipment__item {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	cursor: pointer;
}

.thor-landing .products-equipment__item._active {
	border: 1px solid #FF4000;
}

.thor-ev-landing .products-equipment__item._active {
	border: 1px solid #00B2FF;
}

.products-equipment__img {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	margin-bottom: 1.6rem;
}

.thor-landing .products-equipment__img,
.thor-ev-landing .products-equipment__img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 0;
}


.products-equipment__img img {
	display: block;
	width: 100%;
	height: auto;
}

.thor-landing .products-equipment__box,
.thor-ev-landing .products-equipment__box {
	margin: 0 1.6rem 2.4rem;
}

.products-equipment__label {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.products-equipment__link a,
.products-equipment__link span {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #2767C5;
	text-decoration: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.products-equipment__link a::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../../fonts/thor/arrow-link_1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 0.8rem;
}

.thor-landing .products-equipment__link a::after,
.thor-ev-landing .products-equipment__link a::after {
	background-image: url(../../fonts/thor/arrow-link.svg);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.request-form__row-delivery {
	border-bottom: 2px solid var(--white);
	margin-top: 2.4rem;
	padding: 0 0 2.4rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.request-form__row-delivery__label {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--white);
}

.request-form__row-delivery__text {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--white);
	width: 20rem;
}

.request-form__row-pay {
	padding-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.request-form__total-price {
	display: flex;
	align-items: center;
	margin-bottom: 2.4rem;
}

.make-order__btn {
	margin-bottom: 2.4rem;
}

.request-form__politics {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.6);
}

.request-form__politics a {
	color: #2767C5;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border 150ms ease-out;
	-webkit-transition: border 150ms ease-out;
	-moz-transition: border 150ms ease-out;
	-ms-transition: border 150ms ease-out;
	-o-transition: border 150ms ease-out;
}

.make-order__btn.btn button {
	background: var(--white);
	color: var(--black);
}

.products-equipment__row {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.products-equipment__row:not(:last-child) {
	margin-bottom: 0.8rem;
}

.products-equipment__price {
	font-family: var(--futuraPT);
	font-weight: 450;
	font-size: 3.2rem;
	line-height: 100%;
	margin-top: 1.2rem;
}

@media screen and (min-width: 1024px) {
	.products-equipment {
		margin-bottom: 320px;
	}

	.products-equipment__title {
		margin-bottom: 112px;
	}

	.products-equipment__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 23px;
	}

	.make-order__list {
		margin-bottom: 40px;
	}

	.products-equipment__item:not(:last-child) {
		margin-bottom: 0;
	}

	.thor-landing .products-equipment__item,
	.thor-ev-landing .products-equipment__item {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.thor-landing .products-equipment__item:hover {
		border: 1px solid #FF4000;
	}

	.thor-ev-landing .products-equipment__item:hover {
		border: 1px solid #00B2FF;
	}

	.products-equipment__img {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		margin-bottom: 16px;
	}

	.products-equipment__box {
		margin: 0 24px 40px;
	}

	.products-equipment__label {
		font-size: 32px;
		line-height: 100%;
	}

	.products-equipment__row{
		flex-direction: row;
		justify-content: space-between;
		align-items: end;
	}

	.products-equipment__row:not(:last-child) {
		margin-bottom: 16px;
	}
	
	.products-equipment__price{
		margin-top: 0;
	}

	.products-equipment__price {
		font-size: 32px;
		line-height: 100%;
	}

	.products-equipment__link a,
	.products-equipment__link span {
		font-size: 18px;
		line-height: 150%;
	}

	.thor-landing .products-equipment__item .products-equipment__link a,
	.thor-ev-landing .products-equipment__item .products-equipment__link a {
		opacity: 0;
		visibility: hidden;
	}

	.thor-landing .products-equipment__item:hover .products-equipment__link a,
	.thor-ev-landing .products-equipment__item:hover .products-equipment__link a {
		opacity: 1;
		visibility: visible;
	}

	.products-equipment__link a::after {
		width: 16px;
		height: 16px;
		margin-left: 8px;
	}

	.request-form__row-delivery {
		display: block;
		margin-top: 24px;
		padding: 0 0 24px;
	}

	.request-form__row-delivery__label {
		display: none;
	}

	.request-form__row-delivery__text {
		width: auto;
		text-align: right;
		font-size: 18px;
		line-height: 150%;
	}

	.make-order__btn {
		margin-bottom: 0;
	}

	.request-form__row-pay {
		padding-top: 24px;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.request-form__politics {
		width: 388px;
		order: 0;
		font-size: 14px;
	}
}

/* ------------------------------ products-equipment END ------------------------------- */

/* --------------------- sound-laboratory ------------------------- */
.sound-laboratory {
	width: 100%;
}

.sound-laboratory__anim-block {
	margin-bottom: 1.6rem;
}

.sound-laboratory__anim-block__desktop {
	display: none;
}

.sound-laboratory__anim-block img {
	width: 100%;
}

.sound-laboratory__box {
	position: relative;
	z-index: 1;
}

.sound-laboratory__title {
	margin-bottom: 1.6rem;
}

.sound-laboratory__text {
	margin-bottom: 4rem;
}

.sound-laboratory__text p:not(:last-child) {
	margin-bottom: 3rem;
}

.sound-laboratory__btn {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 1024px) {
	.sound-laboratory {
		margin-bottom: 0;
	}

	.sound-laboratory__anim-block {
		margin-bottom: 0;
		height: 774px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

	.sound-laboratory__title {
		margin-bottom: 16px;
	}

	.sound-laboratory__anim-block__mobile {
		display: none;
	}

	.sound-laboratory__anim-block__desktop {
		display: block;
		height: 100%;

	}

	.sound-laboratory__anim-block__desktop__ {
		display: block;
		height: 100%;
	}

	.sound-laboratory__anim-block__desktop__ img {
		opacity: 0;
		transition: opacity 300ms ease-out;
		-webkit-transition: opacity 300ms ease-out;
		-moz-transition: opacity 300ms ease-out;
		-ms-transition: opacity 300ms ease-out;
		-o-transition: opacity 300ms ease-out;
	}

	.sound-laboratory__anim-block__desktop__ img._anim {
		opacity: 1;
	}

	.sound-laboratory__anim-block__desktop__.left img {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
	}

	.sound-laboratory__anim-block__desktop__.left .sound-img-1 {
		width: 84px;
		height: 134px;
		top: 315px;
		left: -70px;
	}

	.sound-laboratory__anim-block__desktop__.left .sound-img-2 {
		width: 211px;
		height: 336px;
		top: 215px;
		left: -52px;
	}

	.sound-laboratory__anim-block__desktop__.left .sound-img-3 {
		width: 319px;
		height: 560px;
		top: 106px;
		left: -17px;
	}

	.sound-laboratory__anim-block__desktop__.left .sound-img-4 {
		width: 424px;
		height: 774px;
		top: 0;
		left: 22px;
	}

	.sound-laboratory__anim-block__desktop__.right img {
		position: absolute;
		top: 0;
		right: 0;
	}

	.sound-laboratory__anim-block__desktop__.right .sound-img-1 {
		width: 85px;
		height: 134px;
		top: 315px;
		right: -54px;
	}

	.sound-laboratory__anim-block__desktop__.right .sound-img-2 {
		width: 212px;
		height: 336px;
		top: 215px;
		right: -52px;
	}

	.sound-laboratory__anim-block__desktop__.right .sound-img-3 {
		width: 319px;
		height: 560px;
		top: 106px;
		right: -15px;
	}

	.sound-laboratory__anim-block__desktop__.right .sound-img-4 {
		width: 424px;
		height: 774px;
		top: 0;
		right: 23px;
	}

	.sound-laboratory__box {
		width: 720px;
		margin: 0 auto;
	}

	.sound-laboratory__text p:not(:last-child) {
		margin-bottom: 40px;
	}

	.sound-laboratory__text {
		margin-bottom: 40px;
	}

	.sound-laboratory__box.video-block-box {
		opacity: 0;
		visibility: hidden;
		transition: all 300ms ease-out 0ms;
		-webkit-transition: all 300ms ease-out 0ms;
		-moz-transition: all 300ms ease-out 0ms;
		-ms-transition: all 300ms ease-out 0ms;
		-o-transition: all 300ms ease-out 0ms;
		transform: translateY(40px);
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
	}

	.sound-laboratory__box._active.video-block-box {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
}

/* --------------------- sound-laboratory END ------------------------- */

/* --------------------- breadcrumbs ------------------------------- */
.breadcrumbs-block {
	margin: 2.2rem 0 4rem;
}

.breadcrumbs-block__row {
	font-family: var(--openSans);
	font-style: normal;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 1);
}

.breadcrumbs-block__row a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.breadcrumbs-block__row span {
	color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
	.breadcrumbs-block {
		margin: 72px 0 56px;
	}

	.breadcrumbs-block__row {
		font-size: 12px;
		line-height: 100%;
	}
}

/* --------------------- breadcrumbs ------------------------------- */

/* --------------------- n-first-screen ----------------------------*/
/* ------- n - new ------- */

.body-for-partners .n-first-screen {
	margin-top: 0;
	padding-top: 10.4rem;
	background-color: #000;
}

.n-first-screen__container {
	position: relative;
	min-height: 73.2rem;
	display: flex;
}

.n-first-screen.thor-ev .n-first-screen__container {
	min-height: 77.2rem;
}

.n-first-screen__box {
	padding: 0 0.8rem 2.6rem;
	position: relative;
	z-index: 2;
	width: 100%;
}

.n-first-screen__box-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.n-first-screen__logo {
	margin-bottom: 2.4rem;
}

.n-first-screen__logo svg {
	display: block;
	width: 8.2rem;
	height: 2.4rem;
}

.for-partners-page .n-first-screen__logo svg{
	width: 22.3rem;
	height: 6.9rem;
}

.n-first-screen.thor-ev .n-first-screen__logo svg {
	width: 11rem;
}

.n-first-screen__title {
	margin-bottom: 2.4rem;
}

.n-first-screen__title h2 {
	font-size: 68px;
	line-height: 97.1%;
}

.n-first-screen__btns {
	margin-bottom: 2rem;
}

.n-first-screen__btn.btn span {
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 100%;
	padding: 19px 24px;
	background: rgba(255, 255, 255, 0.74);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 2.8rem;
	-webkit-border-radius: 2.8rem;
	-moz-border-radius: 2.8rem;
	-ms-border-radius: 2.8rem;
	-o-border-radius: 2.8rem;
}

.n-first-screen__text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: absolute;
	bottom: 0;
	padding: 0 0.8rem;
}

.body-for-partners .n-first-screen__text {
	position: unset;
}

.n-first-screen__text.text p {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.7rem;
	line-height: 150%;
}

.n-first-screen__image {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.n-first-screen__image::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
}

.n-first-screen__image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1024px) {

	.body-for-partners .n-first-screen {
		margin-top: 0;
		padding-top: 113px;
	}

	.modal-country-open .n-first-screen {
		margin-top: 200px;
	}

	.n-first-screen__container,
	.n-first-screen.thor-ev .n-first-screen__container {
		min-height: 995px;
	}

	.n-first-screen.thor-default .n-first-screen__container {
	    min-height: 1544px;
	}

	.n-first-screen__box {
		padding: 48px 0 0;
	}

	.n-first-screen__box-body {
		max-width: 462px;
		align-items: flex-start;
	}

	.n-first-screen.thor-default .n-first-screen__box-body{
		align-items: center;
		max-width: 500px;
		margin: 0 auto;
	}

	.n-first-screen__logo {
		margin-bottom: 24px;
	}

	.n-first-screen__logo svg {
		width: 82px;
		height: 24px;
	}
	
	.for-partners-page .n-first-screen__logo svg{
		width: 233px;
		height: 69px;
	}

	.n-first-screen.thor-ev .n-first-screen__logo svg {
		width: 111px;
	}

	.n-first-screen__title {
		margin-bottom: 24px;
	}

	.n-first-screen__title h2 {
		font-size: 68px;
		line-height: 88.7%;
		text-align: left;
	}

	.n-first-screen.thor-default .n-first-screen__title h2 {
		text-align: center;
	}

	.n-first-screen__btns {
		margin-bottom: 64px;
	}

	.n-first-screen.thor-default .n-first-screen__btns {
		margin-bottom: 40px;
	}

	.n-first-screen__btn.btn span {
		font-size: 18px;
		line-height: 100%;
		padding: 19px 24px;
		border-radius: 28px;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		-ms-border-radius: 28px;
		-o-border-radius: 28px;
		transition: background 300ms ease-out;
		-webkit-transition: background 300ms ease-out;
		-moz-transition: background 300ms ease-out;
		-ms-transition: background 300ms ease-out;
		-o-transition: background 300ms ease-out;
	}

	.n-first-screen__btn.btn span:hover {
		background: #FFFFFF;
	}

	.n-first-screen__text {
		flex-grow: unset;
		justify-content: start;
		max-width: 417px;
		position: relative;
		bottom: unset;
		padding: unset;
	}


	.n-first-screen.thor-default .n-first-screen__text{
		max-width: 100%;
	}

	.n-first-screen__text.text p {
		font-size: 18px;
		line-height: 150%;
		text-align: left;
	}

	.n-first-screen.thor-default .n-first-screen__text.text p{
		text-align: center;
	}

	.n-first-screen__image picture {
		width: 100%;
	}

	.n-first-screen__image img {
		width: 100%;
		height: 1067px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		object-fit: cover;
	}

	.n-first-screen.thor-default .n-first-screen__image img{
		height: 1446px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1023px) {
	.n-first-screen__container {
		min-height: 90rem;
	}
    .n-first-screen__image {
        bottom: -200px;
    }
    .n-first-screen__image img {
        width: auto;
    }
}

/* --------------------- n-first-screen ----------------------------*/

/* --------------------- n-select-sound --------------------------- */
.n-select-sound {
	margin-bottom: 16rem;
	overflow: hidden;
}

.n-select-sound__content {
	background: linear-gradient(180deg, #1D1D1D 59.7%, #FF4000 132.03%);
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	-ms-border-radius: 1.6rem;
	-o-border-radius: 1.6rem;
	padding: 4rem 1.6rem;
	margin-bottom: 1.6rem;
}

.thor-ev .n-select-sound__content {
	background: linear-gradient(180deg, #1D1D1D 59.7%, var(--blue) 132.03%);
}

.n-select-sound__title {
	margin-bottom: 1.6rem;
	position: relative;
}

.n-select-sound__text {
	margin-bottom: 2.4rem;

}

.n-select-sound__sliders {
	margin-bottom: 5.6rem;
}

.n-select-sound__slider {
	position: relative;
}

.n-select-sound__slider__slide {
	position: relative;
	max-width: 18rem;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
}

.n-select-sound__slider__slide:not(:last-child) {
	margin-right: 0.8rem;
}

.n-select-sound__slide__image {
	display: flex;
	justify-content: end;
	position: relative;
	z-index: 5;
}

.n-select-sound__slide__image img {
	display: block;
	width: auto;
	height: 25.6rem;
	object-fit: cover;
	position: relative;
	z-index: -5;
}

.n-select-sound__slide__info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 1.6rem;
	z-index: 6;
}

.n-select-sound__slide__name {
	font-family: var(--futuraPT);
	font-size: 2.4rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--white);
}

.n-select-sound__sliders .sound-avas_controllButton {
	left: unset;
	right: 1.6rem;
}


.our-sounds__slider {
	position: relative;
}

.our-sounds__title {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 1.6rem;
}

.our-sounds-item {
	display: block;
	width: 100%;
	max-width: 26.4rem;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
}

.our-sounds-item:not(:last-child) {
	margin-right: 1.6rem;
}

.our-sounds-item__body {
	display: block;
}

.our-sounds-item__media {
	position: relative;
	z-index: 5;
}

.our-sounds-item__media img {
	display: block;
	width: 100%;
	position: relative;
	z-index: -5;
}

.n-select-sound .sound-avas_controllButton {
	z-index: 6;
}

.our-sounds-item__button.sound-avas_controllButton {
	right: unset;
	bottom: unset;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.special-sounds:not(:last-child){
	margin-bottom: 6.4rem;
}

.special-sounds__slider {
	position: relative;
}

.special-sounds__title {
	margin-bottom: 1.6rem;
}

.special-sounds__text {
	margin-bottom: 2.4rem;
}

.special-sounds__text p {
	font-weight: 600;
}

.special-sound-item {
	max-width: 18rem;
	width: 100%;
	position: relative;
}

.special-sound-item:not(:last-child) {
	margin-right: 1.6rem;
}

.special-sound-item__body {
	display: block;
}

.special-sound-item__box {
	position: relative;
	margin-bottom: 0.8rem;
}

.special-sound-item__image {
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.special-sound-item__image img {
	display: block;
	width: 100%;
	position: relative;
	z-index: -5;
}

.special-sound-item__name {
	font-family: var(--futuraPT);
	font-size: 2.4rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--white);
}

.n-select-sound__ellipses {
	display: none;
}

.special-sound-item__contolButton.sound-avas_controllButton{
	left: unset;
	right: 16px;
}

@media screen and (min-width: 1024px) {
	.n-select-sound__container{
		padding-top: 50px;
	}
	
	.n-select-sound__content {
		padding: 40px;
		margin-bottom: 36px;
	}

	.n-select-sound__title {
		margin-bottom: 16px;
		display: inline-flex;
	}

	.n-select-sound__title h2 {
		text-align: left;
		position: relative;
		z-index: 5;
	}

	.n-select-sound__text {
		margin-bottom: 40px;
		max-width: 662px;
		position: relative;
		z-index: 5;
	}

	.n-select-sound__text.text p {
		text-align: left;
	}

	.n-select-sound__sliders {
		margin-bottom: 56px;
	}

	.n-select-sound__slider__slide {
		max-width: 260px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		cursor: pointer;
	}

	.n-select-sound__slide__info {
		padding: 16px;
	}

	.n-select-sound__slide__name {
		font-size: 24px;
		line-height: 88.7%;
	}

	.n-select-sound__slide__controlButton {
		opacity: 0;
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
	}

	.n-select-sound__slider__slide:hover .n-select-sound__slide__controlButton {
		opacity: 1;
	}

	.n-select-sound__slide__image img {
		height: 400px;
		transition: transform 1500ms cubic-bezier(.42, 0, 1, 1);
		-webkit-transition: transform 1500ms cubic-bezier(.42, 0, 1, 1);
		-moz-transition: transform 1500ms cubic-bezier(.42, 0, 1, 1);
		-ms-transition: transform 1500ms cubic-bezier(.42, 0, 1, 1);
		-o-transition: transform 1500ms cubic-bezier(.42, 0, 1, 1);
	}

	.n-select-sound__slider__slide:hover .n-select-sound__slide__image img {
		transform: translateX(134px);
		-webkit-transform: translateX(134px);
		-moz-transform: translateX(134px);
		-ms-transform: translateX(134px);
		-o-transform: translateX(134px);
		transition: transform 12000ms linear;
		-webkit-transition: transform 12000ms linear;
		-moz-transition: transform 12000ms linear;
		-ms-transition: transform 12000ms linear;
		-o-transition: transform 12000ms linear;
}

	.n-select-sound__arrow.left {
		left: -72px;
	}

	.n-select-sound__arrow.right {
		left: unset;
		right: -72px;
	}


	.our-sounds__title {
		text-align: left;
		font-size: 48px;
		line-height: 88.7%;
		margin-bottom: 16px;
	}

	body.ru .our-sounds__title {
		max-width: 100%;
	}

	.our-sounds-item {
		max-width: 536px;
		cursor: pointer;
	}

	.our-sounds-item:not(:last-child) {
		margin-right: 16px;
	}

	.our-sounds-item__button {
		opacity: 0.4;
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
	}

	.our-sounds-item:hover .our-sounds-item__button {
		opacity: 1;
	}

	.our-sounds__arrow.left {
		left: -72px;
	}

	.our-sounds__arrow.right {
		left: unset;
		right: -72px;
	}

	.special-sounds:not(:last-child){
		margin-bottom: 80px;
	}
	

	.special-sounds__title {
		text-align: left;
		margin-bottom: 16px;
	}

	.special-sounds__text {
		margin-bottom: 40px;
	}

	.special-sounds__text.text p {
		text-align: left;
	}

	.special-sound-item__info {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 16px;
		z-index: 6;
	}

	.special-sound-item {
		max-width: 260px;
		cursor: pointer;
	}

	.special-sound-item:not(:last-child) {
		margin-right: 16px;
	}

	.special-sound-item__box {
		margin-bottom: 0;
	}

	.special-sound-item__image {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.special-sound-item__name {
		font-size: 24px;
		line-height: 88.7%;
	}

	.special-sound-item__contolButton {
		opacity: 0;
		transition: opacity 150ms ease-out;
		-webkit-transition: opacity 150ms ease-out;
		-moz-transition: opacity 150ms ease-out;
		-ms-transition: opacity 150ms ease-out;
		-o-transition: opacity 150ms ease-out;
	}

	.special-sound-item:hover .special-sound-item__contolButton {
		opacity: 1;
	}

	.special-sounds__arrow.right {
		left: unset;
		right: -32px;
	}

	.n-select-sound__ellipses {
		display: block;
	}

	.n-select-sound__ellipse {
		position: absolute;
		right: 0;
		display: block;
		opacity: 0;
		transition: opacity 300ms cubic-bezier(.52, .35, .14, 1);
		-webkit-transition: opacity 300ms cubic-bezier(.52, .35, .14, 1);
		-moz-transition: opacity 300ms cubic-bezier(.52, .35, .14, 1);
		-ms-transition: opacity 300ms cubic-bezier(.52, .35, .14, 1);
		-o-transition: opacity 300ms cubic-bezier(.52, .35, .14, 1);
	}

	.body-for-partners .n-select-sound__ellipse {
		opacity: 1;
	}

	.n-select-sound__ellipse._anim {
		opacity: 1;
	}

	.n-select-sound__ellipse.ellipse-1 {
		right: -14px;
		top: 7px;
		width: 28px;
		height: 45px;
	}

	.n-select-sound__ellipse.ellipse-2 {
		right: -65px;
		top: -22px;
		width: 70px;
		height: 110px;
	}

	.n-select-sound__ellipse.ellipse-3 {
	    width: 108px;
   		height: 184px;
   		top: -63px;
   		right: -112px;
	}

	.n-select-sound__ellipse.ellipse-4 {
		width: 145px;
		height: 258px;
		top: -95px;
		right: -162px;
	}
}

/* --------------------- n-select-sound --------------------------- */

/* --------------------- body-bg-white -------------------------- */
body.body-bg-white {
	background-color: var(--white);
}

.body-bg-white h1,
.body-bg-white h2,
.body-bg-white h3 {
	color: var(--black);
}

.body-bg-white .text p,
.body-bg-white .block-control__image__label,
.body-bg-white .panel-text p {
	color: var(--black);
}

.body-bg-white .n-first-screen__title h2,
.body-bg-white .n-first-screen__text.text p,
.body-bg-white .smart-control-instruction__title h2 {
	color: var(--white);
}

.body-bg-white .n-select-sound__content{
	background: linear-gradient(180deg, #fff 59.7%, #FF4000 132.03%);
}

.body-bg-white .for-partners-page .smart-control-instruction{
	background-color: var(--black);
}
/* --------------------- body-bg-white END -------------------------- */
