main {
	overflow: clip;
}

@font-face {
	font-family: 'ruble';
	src: url('../fonts/ruble.eot?m8nztz');
	src: url('../fonts/ruble.eot?m8nztz#iefix') format('embedded-opentype'),
		url('../fonts/ruble.ttf?m8nztz') format('truetype'),
		url('../fonts/ruble.woff?m8nztz') format('woff'),
		url('../fonts/ruble.svg?m8nztz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-ruble"],
[class*=" icon-ruble"] {
	font-family: 'ruble' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ruble:after {
	content: '\e900';
	font-size: 16px;
}

.buy-product__price__ .icon-ruble::after {
	font-size: 18px;
}

body._overflow {
	overflow: hidden;
}

.swiper-wrapper {
	height: unset;
}

/* ------------------------------------ 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.has-success .form-line {
	border: 2px solid #359e07;
}


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

.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;
	pointer-events: 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;
	}

	.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 ------------------------------------- */


/* -------------------- thor-blog --------------------------------------------------- */

.thor-blog {
	margin-bottom: 16rem;
	overflow: hidden;
}

.thor-blog__container {}

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

.thor-blog__slider {
	position: relative;
}

.thor-blog__slide {
	max-width: 31.2rem;
	margin-right: 1.6rem;
	text-decoration: none;
}

.thor-blog__slide a {
	text-decoration: none;
}

.thor-blog__image {
	overflow: hidden;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
}

.thor-blog__image img {
	display: block;
	width: 100%;
	height: 20.8rem;
	object-fit: cover;
}

.thor-blog__box {
	padding: 1.6rem 1.6rem .8rem;
}

.thor-blog__label {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 0.8rem;
}

body.thor-avas .thor-blog__label {
	color: var(--black);

}

body.thor-avas .thor-blog__desc {
	color: var(--black);
}

.thor-blog__desc {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--white);
	opacity: 0.6;
}

.thor-blog__slide.all-articles {
	height: 20.8rem;
	background: #1D1D1D;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
}

.slider-shorts .thor-blog__slide.all-articles {
	height: 55.4rem;
}

.thor-blog__slide.all-articles a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 1.6rem;
	text-decoration: none;
}

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

.thor-blog__slide__label span {
	display: block;
}

.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) {
	.thor-blog {
		margin-bottom: 320px;
	}

	.thor-blog__title.w984 {
		margin-bottom: 80px;
	}

	.thor-blog__box {
		padding: 8px 16px 8px;
	}

	.thor-blog__slider {
		margin-left: calc((100% - 984px) / 2);
	}

	.thor-blog__label {
		font-size: 36px;
		line-height: 100%;
		transition: color 300ms ease-out;
		margin-bottom: 0;
	}

	.thor-blog__desc {
		font-size: 20px;
		line-height: 150%;
		transition: color 300ms ease-out;
	}

	.thor-blog__slide {
		max-width: 312px;
		margin-right: 24px;
	}

	.thor-blog__image {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.thor-blog__image img {
		height: 208px;
	}

	.thor-blog__slider .thor-blog__slide {
		background: transparent;
		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;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		cursor: pointer;

	}

	.thor-blog__slide:hover {
		background: #fff;
		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;
	}

	.thor-blog__slide:hover .thor-blog__desc,
	.thor-blog__slide:hover .thor-blog__label {
		color: var(--black);
	}



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

	.thor-blog__arrow.control-arrow {
		top: 104px;
	}

	.slider-shorts .thor-blog__arrow.control-arrow {
		top: 50%;
	}

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

	.thor-blog__slide.all-articles {
		height: 208px;
	}

	.thor-blog__slider .thor-blog__slide.all-articles {
		background: #1D1D1D;
	}

	.slider-shorts .thor-blog__slide.all-articles {
		height: 554px;
	}

	.thor-blog__slide__icon {
		width: 24px;
		height: 24px;
		margin-bottom: 4px;
	}

	.thor-blog__slide__icon svg {
		width: 24px;
		height: 24px;
	}

	.thor-blog__slide__label {
		font-size: 36px;
		line-height: 100%;
	}

	.thor-blog__slide.all-articles a {
		padding: 0 16px;
	}

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

/* -------------------- thor-blog END --------------------------------------------------- */


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

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

.popup {
	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;
	overflow-x: clip;
	padding: 3rem 0 5rem;
}

.popup._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;
	font-weight: 450;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 1.2rem;
}

.make-request__title .icon-ruble::after{
	font-size: 2.2rem;
}

.make-request__subtitle {
	font-family: var(--futuraPT);
	font-size: 2.2rem;
	line-height: 88.7%;
	letter-spacing: -0.02em;
	font-weight: 450;
	color: rgba(0, 0, 0, 0.7);
}

.make-request__text {
	margin-bottom: 2.4rem;
	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: 4rem;
}

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

.make-request__timer__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

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

.make-request__timer__item__label {
	color: rgba(29, 29, 29, 0.5);
	position: absolute;
	top: 100%;
	margin-top: .5rem;
}

.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;
	margin-top: 2.4rem;
}

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

.list-icons.cookies-active {
	bottom: 10rem;
}

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

.m-about-product {
	margin: 3.2rem 0;
	display: none;
}

.make-request.buy-product .m-about-product,
.preorder-product .m-about-product {
	display: block;
}

.m-about-product__row {
	display: grid;
	grid-template-columns: 5.6rem 16.4rem 1fr;
	grid-gap: .5rem;
	align-items: center;
}

.m-about-product__img {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
	height: 5.6rem;
	background-color: var(--black-2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-about-product__img img {
	display: block;
	width: 100%;
}

.m-about-product__price,
.m-about-product__name {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 150%;
}

.m-about-product__price {
	display: none;
	text-align: right;
}

.m-about-product__price .icon-ruble:after {
	font-size: 1rem;
}

.request-form__item.select-box select {
	appearance: none;
}

.request-form__item.select-box::after {
	content: "";
    display: block;
    width: 0.8rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    background: url(../images/arrowdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
	.popup {
		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__subtitle {
		font-size: 32px;
		line-height: 88.7%;
		color: rgba(0, 0, 0, 0.7);
	}

	.make-request__title .icon-ruble::after{
		font-size: 36px;
	}

	.make-request__text {
		font-size: 18px;
		line-height: 150%;
		margin-bottom: 32px;
		max-width: 598px;
	}

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

	.make-request__timer__item__label {
		margin-top: 10px;
	}

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

	.list-icons.cookies-active {
		bottom: 8%;
	}

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

	.m-about-product {
		margin: 32px 0;
	}

	.m-about-product__row {
		grid-template-columns: 56px 300px 1fr;
		grid-gap: 24px;
	}

	.m-about-product__img {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		height: 56px;
	}

	.m-about-product__price,
	.m-about-product__name {
		font-size: 18px;
		line-height: 150%;
	}

	.m-about-product__price .icon-ruble:after {
		font-size: 14px;
	}

	.request-form__item.select-box::after {
		width: 8px;
        height: 12px;
        right: 22px;
	}

	.make-request__btns {
		margin-top: 24px;
	}
}

/* --------------------------- 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(../images/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(../images/main/icons/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);
}

.contacts-page__content__filters {
	background: var(--white);
	padding: 2.4rem 1.6rem;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	margin-bottom: .8rem;
}

.select-city {
	position: relative;
	height: 5.6rem;
	/* width: 31.2rem; */
	margin-bottom: 2.8rem;
	z-index: 6;
}

.select-city__head {
	background: #FFFFFF;
	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;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	border: 2px solid rgba(29, 29, 29, 0.2);
	padding: 0 3rem 0 1.4rem;
}

.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.2rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	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(../images/arrowdown.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: normal;
	font-size: 1.8rem;
	line-height: 100%;
	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: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .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 1.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 {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin-bottom: 0.8rem;
}

.contacts-page__map>ymaps {
	z-index: -5;
}

.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 {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	max-height: 48rem;
	overflow-y: auto;
	overflow-x: hidden;
}

.contacts-page__partners>div {}

.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._active {
	background: var(--white);
	padding: 1.6rem;
	margin-top: .8rem;
}

.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.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
	margin-bottom: 0.8rem;
	display: flex;

}

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

.contacts-page__partner__name svg {
	width: 2.4rem;
	height: 2.4rem;
	flex-basis: 2.4rem;
	margin-right: .8rem;
}

.contacts-page__partner.demo .contacts-page__partner__name svg .bg {
	fill: #FF4000;
}

.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;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black);
}

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

.select-city__body {
	margin-bottom: 8rem;
	overflow: hidden;
}

.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 {
	background-color: var(--white);
	padding: 2.4rem;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	display: flex;
	flex-direction: column;
}

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

.our-contacts__item__text {
	margin-bottom: .4rem;
	line-height: 140%;
}

.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-2);
	text-decoration-line: underline;
}

.our-contacts__item__emails {
	margin-bottom: 5.8rem;
	flex-grow: 1;

}

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

.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(../images/main/icons/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.our-contacts__item__socials {
	display: flex;
}

.our-contacts__item__social a {
	width: 5.7rem;
	height: 5.7rem;
	background-color: #A5A5A5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;

}

.our-contacts__item__social:not(:last-child) {
	margin-right: 1rem;
}

.our-contacts__item__social.message svg {
	width: 2.5rem;
	height: 3.2rem;
}

.our-contacts__item__social.wp svg {
	width: 2.9rem;
	height: 2.9rem;
}

.our-contacts__item__social.tlgm svg {
	width: 2.9rem;
	height: 2.5rem;
	transform: translateX(-0.1rem);
	-webkit-transform: translateX(-0.1rem);
	-moz-transform: translateX(-0.1rem);
	-ms-transform: translateX(-0.1rem);
	-o-transform: translateX(-0.1rem);
}

.our-contacts__item__social.vk svg {
	width: 2.9rem;
	height: 1.7rem;
}

.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(../images/arrow-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.contacts-filters__list {
	margin-bottom: 2.4rem;
}

.contacts-filters__list.demo {
	margin-bottom: 1.6rem;
}

.contacts-filters__list:last-child {
	margin-bottom: 0;
}

.item-radiobtn,
.item-checkbox {
	display: flex;
	position: relative;
}

.item-radiobtn:not(:last-child),
.item-checkbox:not(:last-child) {
	margin-bottom: .8rem;
}

.item-radiobtn__icon,
.item-checkbox__icon {
	width: 1.6rem;
	height: 1.6rem;
	border: 1.5px solid rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	pointer-events: none;
}

.item-radiobtn__icon {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.item-checkbox__icon {
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
}

.item-radiobtn__icon::after,
.item-checkbox__icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: var(--black-2);
	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;
}

.item-radiobtn__icon::after {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.item-checkbox__icon::after {
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-o-border-radius: .2rem;
}

.item-radiobtn input,
.item-checkbox input {
	display: none;
}

.item-radiobtn input:checked+.item-radiobtn__icon,
.item-checkbox input:checked+.item-checkbox__icon {
	border: 1.5px solid rgba(0, 0, 0, 1);
}

.item-radiobtn input:checked+.item-radiobtn__icon::after,
.item-checkbox input:checked+.item-checkbox__icon::after {
	width: .8rem;
	height: .8rem;
}

.item-checkbox__icon.checkmark::after {
	width: 0.8rem;
	height: .6rem;
	background-color: transparent;
	background-image: url('../images/checkmark.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0;
}

.item-checkbox input:checked+.item-checkbox__icon.checkmark::after {
	width: 0.8rem;
	height: .6rem;
	opacity: 1;
}

.item-radiobtn label,
.item-checkbox label {
	display: inline-flex;
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black-2);
	padding-left: 2.4rem;
}

.contacts-filters__item .contacts-filter-item__label {
	align-items: center;
}

.contacts-filters__item .contacts-filter-item__label svg {
	width: 2.4rem;
	height: 2.4rem;
	flex-shrink: 0;
	flex-basis: 2.4rem;
	margin-right: .4rem;
}

.contacts-filter-item__label {
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--black-2);
}

@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: 8px;
		margin-bottom: 8px;
	}

	.contacts-page__map {
		grid-row: 1/3;
		grid-column-start: 2;
		margin-bottom: 0;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

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

	.contacts-page__map.desktop {
		display: block;
		width: 664px;
		height: 800px;
	}

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

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

	.select-city__head {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		padding: 0 30px 0 14px;
	}

	.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: 12px;
		height: 8px;
		right: 20px;
	}

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

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

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

	.select-city__body__content {
		padding: 24px 14px 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%;
		overflow-y: auto;
		flex-grow: 1;
		padding: 0;
		max-height: unset;
	}

	.contacts-page__partners._active {
		margin-top: 0;
		padding: 0 24px 24px;
	}

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



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

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

	.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: 16px;
		line-height: 150%;
		margin-bottom: 8px;
	}

	.contacts-page__partner__name svg {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
		margin-right: 8px;
	}

	.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;
		line-height: 150%;
	}

	.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: 8px 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 {
		width: 312px;
		padding: 24px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		margin-right: 24px;
	}

	.our-contacts__item:nth-child(3n) {
		margin-right: 0;
	}

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

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

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

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

	.our-contacts__item__emails {
		margin-bottom: 58px;
	}

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

	.our-contacts__item__social:not(:last-child) {
		margin-right: 10px;
	}

	.our-contacts__item__social a {
		width: 57px;
		height: 57px;
	}

	.our-contacts__item__social.message svg {
		width: 25px;
		height: 32px;
	}

	.our-contacts__item__social.wp svg {
		width: 29px;
		height: 29px;
	}

	.our-contacts__item__social.tlgm svg {
		width: 29px;
		height: 29px;
		transform: translateX(-1.5px);
		-webkit-transform: translateX(-1.5px);
		-moz-transform: translateX(-1.5px);
		-ms-transform: translateX(-1.5px);
		-o-transform: translateX(-1.5px);
	}

	.our-contacts__item__social.vk svg {
		width: 29px;
		height: 17px;
	}

	.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__content__left-block {
		background-color: var(--white);
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		height: 800px;
		display: flex;
		flex-direction: column;
	}

	.contacts-page__content__filters {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		background-color: transparent;
		border-bottom: 1px solid #D2D2D2;
		padding: 0 0 28px;
		margin: 24px;
	}

	.contacts-filters__list {
		margin-bottom: 24px;
	}

	.contacts-filters__list.demo {
		margin-bottom: 16px;
	}

	.item-radiobtn:not(:last-child), .item-checkbox:not(:last-child) {
		margin-bottom: 8px;
	}

	.item-radiobtn label, .item-checkbox label {
		font-size: 16px;
		line-height: 150%;
		padding-left: 24px;
	}

	.item-radiobtn__icon, .item-checkbox__icon {
		width: 16px;
		height: 16px;
	}

	.contacts-filter-item__label {
		font-size: 16px;
		line-height: 150%;
	}

	.item-checkbox__icon {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
	}

	.item-checkbox__icon::after {
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	}

	.item-radiobtn input:checked+.item-radiobtn__icon::after,
	.item-checkbox input:checked+.item-checkbox__icon::after {
		width: 8px;
		height: 8px;
	}

	.item-checkbox__icon.checkmark::after {
		width: 8px;
		height: 6px;
	}

	.item-checkbox input:checked+.item-checkbox__icon.checkmark::after {
		width: 8px;
		height: 6px;
	}

	.contacts-filters__item .contacts-filter-item__label svg {
		width: 24px;
		height: 24px;
		flex-shrink: 0;
		flex-basis: 24px;
		margin-right: 4px;
	}
}

/* ------------------------------- 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 0.3s;
	-webkit-transition: all 600ms ease-out 0.3s;
	-moz-transition: all 600ms ease-out 0.3s;
	-ms-transition: all 600ms ease-out 0.3s;
	-o-transition: all 600ms ease-out 0.3s;
}

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

.tech-desc__btn {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.tech-desc__btn._anim {
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

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

	.echo-page .tech-desc {
		margin-bottom: 285px;
	}

	.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('../images/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('../images/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('../images/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('../images/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-top: 16rem;
	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-top: 240px;
		margin-bottom: 40px;
	}

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

	.thor-column__box.m-lr {
		width: 840px;
		margin: 0 auto;
	}

	.thor-column__text {
		max-width: 730px;
		margin: 0 auto;
	}

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

	.thor-column__image.w782 {
		max-width: 782px;
	}

	.thor-column__image img {
		display: none;
	}

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

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

	.thor-column__image {}

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

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

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

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

.thor-ev-landing.ru .products-equipment {
	margin-bottom: 8rem;
}

.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 {
	display: block;
}

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


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

.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 {
	margin-top: 1.6rem;
}

.products-equipment__link,
.products-equipment__link a {
	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;
}

.products-equipment__link span {
	position: relative;
	display: inline-flex;
	align-items: center;
}

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

.thor-landing .products-equipment__link span::after,
.thor-ev-landing .products-equipment__link span::after,
.thor-landing .products-equipment__link a::after,
.thor-ev-landing .products-equipment__link a::after {
	background-image: url(../images/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__btn {
	margin-top: 1.6rem;
}

.products-equipment__price {
	font-family: var(--futuraPT);
	font-weight: 450;
	font-size: 3.2rem;
	line-height: 100%;
	margin-top: 1.2rem;
	display: flex;
	align-items: center;
	gap: .4rem;
}

.products-equipment__vat {
	color: rgba(255, 255, 255, .5);
}

.products-equipment__price .icon-ruble::after {
	font-size: 2.3rem;
}

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

	.thor-ev-landing.ru .products-equipment {
		margin-bottom: 80px;
	}

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

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

	.products-equipment__list.g-2 {
		grid-template-columns: 312px 312px;
		justify-content: center;
	}

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

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

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

	.products-equipment__btn span {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	}

	.thor-landing .products-equipment__btn span:hover {
		background-color: #FF4000;
	}

	.thor-ev-landing .products-equipment__btn span:hover {
		background-color: var(--blue);
		color: var(--white);
	}

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

	.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%;
		display: flex;
		align-items: end;
	}

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

	.thor-landing .products-equipment__row,
	.thor-ev-landing .products-equipment__row {
		flex-direction: column;
		align-items: start;
		flex-wrap: wrap;
		gap: 8px;
	}

	.products-equipment__btn {
		margin-top: 16px;
	}

	.products-equipment__price {
		margin-top: 0;
		gap: 4px;
	}

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

	.products-equipment__price .icon-ruble::after {
		font-size: 24px;
	}

	.products-equipment__link {
		margin-top: 16px;
	}

	.products-equipment__link,
	.products-equipment__link a {
		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;
	}

	.thor-landing .products-equipment__item .products-equipment__btn span {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.thor-landing .products-equipment__item .products-equipment__btn span:hover {
		background-color: #FF4000;
		color: var(--white);
	}


	.products-equipment__link span::after,
	.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 ------- */

.n-first-screen {
	margin-top: 10.4rem;
}

.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 .n-first-screen__container {
	min-height: 68.2rem;
}

.n-first-screen.thor-ev .n-first-screen__container {
	min-height: 68.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: 8.2rem;
	height: 2.4rem;
}

.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: 4.8rem;
	line-height: 88.7%;
}

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

.n-first-screen__btn.btn a {
	font-size: 1.8rem;
	line-height: 100%;
	padding: 1.9rem 2.4rem;
	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;
}

.n-first-screen .n-first-screen__text {
	bottom: -2rem;
}

.echo-page .n-first-screen .n-first-screen__text {
	bottom: 4rem;
}

.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.8rem;
	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 picture {
	width: 100%;
}

.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.thor .n-first-screen__image::after,
.n-first-screen.thor-ev .n-first-screen__image::after {
	background: linear-gradient(179.83deg, rgba(26, 26, 26, 0) 0.14%, rgba(26, 26, 26, 0.76) 50.97%, rgba(26, 26, 26, 0.98) 86.44%, #191919 98.84%);
	top: unset;
	height: 310px;
}

.body-bg-white .n-first-screen.thor .n-first-screen__image::after,
.body-bg-white .n-first-screen.thor-ev .n-first-screen__image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #fff 100%);
}


.thor-landing .n-first-screen.thor .n-first-screen__image::after,
.thor-ev-landing .n-first-screen.thor-ev .n-first-screen__image::after,
.body-for-partners .n-first-screen.thor .n-first-screen__image::after,
.body-for-partners .n-first-screen.thor-ev .n-first-screen__image::after {
	background: linear-gradient(179.83deg, rgba(0, 0, 0, 0) 0.14%, rgba(0, 0, 0, 0.76) 50.97%, rgba(0, 0, 0, 0.98) 86.44%, #000000 98.84%);
}

.body-for-partners.body-bg-white .n-first-screen.thor .n-first-screen__image::after,
.body-for-partners.body-bg-white .n-first-screen.thor-ev .n-first-screen__image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #fff 100%);
}



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

@media screen and (min-width: 1024px) {
	.n-first-screen {
		margin-top: 113px;
	}

	.n-first-screen.thor,
	.n-first-screen.thor-ev {
		margin-top: 56px;
	}

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

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

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

	.for-partners-page .n-first-screen__container {
		min-height: 842px;
	}

	.for-partners-page .n-first-screen.thor .n-first-screen__container {
		min-height: 842px;
	}

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

	.echo-page .n-first-screen.thor-default .n-first-screen__container {
		min-height: 1554px;
	}

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

	.n-first-screen.thor .n-first-screen__box,
	.n-first-screen.thor-ev .n-first-screen__box {
		padding-top: 88px;
	}

	.thor-original .n-first-screen.thor .n-first-screen__box {
		padding-bottom: 185px;
	}

	.n-first-screen.thor-ev .n-first-screen__box {
		padding-bottom: 150px;
	}

	.for-partners-page .n-first-screen__box {
		padding: 52px 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: 504px;
		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: 82px;
		height: 24px;
	}

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

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

	}

	.for-partners-page .n-first-screen__title {
		margin-bottom: 64px;
	}

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

	.for-partners-page .n-first-screen__title h2 {
		font-size: 48px;
		line-height: 88.7%;
	}

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

	.thor-original .n-first-screen.thor-default .n-first-screen__btns,
	.thor-ev .n-first-screen.thor-default .n-first-screen__btns {
		flex-grow: 1;
	}

	.n-first-screen__btn.btn a {
		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 a:hover {
		background: #FFFFFF;
	}

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

	.thor-landing .n-first-screen__text {
		max-width: 388px;
		bottom: 0;
	}

	.thor-ev-landing .n-first-screen__text {
		bottom: 0;
	}

	.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;
		letter-spacing: -0.036rem;
	}

	.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.thor-default .n-first-screen__image::after,
	.n-first-screen.thor-ev.thor-default .n-first-screen__image::after {
		top: unset;
		height: 687px;
		background: linear-gradient(179.83deg, rgba(26, 26, 26, 0) 0.14%, rgba(26, 26, 26, 0.76) 50.97%, rgba(26, 26, 26, 0.98) 86.44%, #191919 98.84%);
	}

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

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

	.echo-page .n-first-screen.thor-default .n-first-screen__image img {
		height: 1554px;
	}

	.echo-page .n-first-screen .n-first-screen__text {
		bottom: unset;
	}
}

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

/* --------------------- n-select-sound --------------------------- */
.n-select-sound {
	padding-bottom: 16rem;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.1);
}

.n-select-sound__content {
	background: linear-gradient(180deg, #000000 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-landing .n-select-sound__container,
.thor-ev-landing .n-select-sound__container {
	padding-top: 4rem;
}

.thor-ev .n-select-sound__content {
	background: linear-gradient(180deg, #000 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;
	z-index: 2;
}

.n-select-sound__slide__box {
	position: relative;
	z-index: -2;
}

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

.for-partners-page .our-sounds__title {
	line-height: 112%;
}

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

.sound-avas_controllButton svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	opacity: 0;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
}

.play .sound-avas_controllButton svg {
	opacity: 1;
}

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

.special-sounds__slider {
	position: relative;
}

.special-sounds__title {
	margin-bottom: 1.6rem;
	color: rgba(255, 255, 255, 0.3);
}

.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 {
		padding-bottom: 240px;
	}

	.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,
	.play .sound-avas_controllButton {
		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;
		max-width: 572px;
	}

	body[data-lang="ru"] .our-sounds__title,
	body.ru .our-sounds__title,
	.for-partners-page .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 .smart-control-instruction__title h2 {
	color: var(--white);
}

.body-bg-white .n-first-screen__text.text p {
	color: rgba(255, 255, 255, 0.8);
}

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


@media screen and (min-width: 1024px) {
	.body-bg-white .n-first-screen__text.text p {
		color: rgba(255, 255, 255, 0.8);
	}
}

/* --------------------- body-bg-white END -------------------------- */


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

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

.body-bg-black p {
	color: var(--white);
}

/* --------------------- body-bg-black END -------------------------- */

/* --------------------- tabs --------------------------- */
.item-tab-block {
	display: none;
}

.item-tab-block._active {
	display: block;
}

/* --------------------- tabs end --------------------------- */

/* ---------------------------- banner-free-setup ---------------------------- */

.banner-free-setup {
	margin-bottom: 8rem;
}

.banner-free-setup__container {
	position: relative;
	background-color: var(--black);
	padding: 2.4rem;
	border-radius: .9rem;
	-webkit-border-radius: .9rem;
	-moz-border-radius: .9rem;
	-ms-border-radius: .9rem;
	-o-border-radius: .9rem;
	overflow: hidden;
	min-height: 58.9rem;
}

.thor-original .banner-free-setup__container {
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	-ms-border-radius: 1.6rem;
	-o-border-radius: 1.6rem;
}

.banner-free-setup__content .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.banner-free-setup__left-block {
	position: relative;
	z-index: 2;
}

.banner-free-setup__logo {
	overflow: hidden;
	margin-bottom: 4rem;
}

.banner-free-setup__logo svg {
	display: block;
	width: 5.6rem;
	height: 5.4rem;
}

.banner-free-setup__title {
	font-family: var(--futuraPT);
	font-size: 3.2rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: .8rem;
	color: var(--white);
}

.banner-free-setup__desc {
	margin-bottom: 2.4rem;
}

.banner-free-setup__desc.text p {
	text-align: left;
	line-height: 140%;
}

.banner-free-setup__desc.text p:not(:last-child) {
	margin-bottom: 1.6rem;
}

.banner-free-setup__btn.btn span {
	padding: 1.9rem 2.4rem;
	line-height: 100%;
}

.banner-free-setup__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner-free-setup__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1024px) {
	.banner-free-setup {
		margin-bottom: 115px;
	}

	.thor-original .banner-free-setup {
		margin-bottom: 80px;
	}

	.banner-free-setup__container {
		max-width: 1408px;
		margin: 0 auto;
		padding: 42px 40px;
		min-height: unset;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.thor-original .banner-free-setup__container {
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.banner-free-setup__left-block {
		width: 428px;
	}

	.banner-free-setup__logo {
		width: 56px;
		height: 56px;
		margin-bottom: 24px;
	}

	.banner-free-setup__logo svg {
		width: 56px;
		height: 54px;
	}

	.banner-free-setup__title {
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 8px;
	}

	.banner-free-setup__desc {
		margin-bottom: 24px;
	}

	.banner-free-setup__desc.text p {
		font-size: 18px;
		line-height: 140%;
	}


	.banner-free-setup__desc.text p:not(:last-child) {
		margin-bottom: 16px;
	}

	.banner-free-setup__btn.btn span {
		padding: 19px 24px;
	}
}

/* ---------------------------- banner-free-setup ---------------------------- */

/* -------------------------- thanks-block  ---------------------------- */

main.thanks-page {
	margin-top: 2.5rem;
}

.thanks-block {
	margin-bottom: 6rem;
}

.thanks-block__container {
	position: relative;
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
	color: var(--white);
}

.thanks-block__info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 3.6rem 2.5rem;
}

.thanks-block h1 {
	color: var(--white);
	font-size: 4.8rem;
	line-height: 97.1%;
	margin-bottom: 1.5rem;
}

.thanks-block__info p {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	max-width: 24.3rem;
}

.thanks-block__bg img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1024px) {
	main.thanks-page {
		margin-top: 120px;
	}

	.modal-country-open main.thanks-page {
		margin-top: 208px;
	}

	.thanks-block {
		margin-bottom: 120px;
	}

	.thanks-block__container {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.thanks-block__info {
		padding: 25px 30px;
	}

	.thanks-block h1 {
		font-size: 68px;
		line-height: 88.7%;
		margin-bottom: 30px;
	}

	.thanks-block__info p {
		font-size: 26px;
		line-height: 150%;
		max-width: 506px;
	}
}

/* -------------------------- thanks-block  ---------------------------- */

/* ----------------------- text-tooltip ---------------- */
.text-tooltip {
	position: relative;
}

.text-tooltip__head {
	cursor: pointer;
}

.text-tooltip__icon-info svg {
	display: block;
	width: 2rem;
	height: 2rem;
	overflow: visible;
}

.text-tooltip__body {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 17rem;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	margin-bottom: 1rem;
	background: linear-gradient(0deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.1)), linear-gradient(0deg, #212121, #212121);
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
	border: 1px solid rgba(8, 8, 8, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.text-tooltip._active .text-tooltip__body {
	opacity: 1;
	visibility: visible;
}

.text-tooltip__body::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, .1px);
	-webkit-transform: translate(-50%, .1px);
	-moz-transform: translate(-50%, .1px);
	-ms-transform: translate(-50%, .1px);
	-o-transform: translate(-50%, .1px);
	background: linear-gradient(0deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.1)), linear-gradient(0deg, #212121, #212121);
	width: 1.1rem;
	height: .5rem;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.text-tooltip__content {
	padding: 1rem;
	color: rgba(255, 255, 255, .6);
	font-size: 1.2rem;
	line-height: 120%;
}

@media screen and (min-width: 1024px) {
	.text-tooltip__icon-info svg {
		width: 20px;
		height: 20px;
	}

	.text-tooltip__body {
		margin-bottom: 10px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		width: 170px;
	}

	.text-tooltip__body::after {
		width: 11px;
		height: 5px;
	}

	.text-tooltip__content {
		font-size: 12px;
		line-height: 120%;
		padding: 10px;
	}

}

/* ----------------------- text-tooltip ---------------- */

/* ----------------------- see-also ----------------------------------- */
.see-also {
	margin-bottom: 20rem;
}

.see-also__container {
	background-color: var(--black);
	padding: 6.4rem 1.6rem;
}


.see-also__items {
	display: block;
}

.see-also__title {
	margin-bottom: 3.5rem;
}

.see-also__title h2 {
	text-align: center;
}


.see-also__items {}

.see-also__item {
	border-radius: .8rem;
	-webkit-border-radius: .8rem;
	-moz-border-radius: .8rem;
	-ms-border-radius: .8rem;
	-o-border-radius: .8rem;
	overflow: hidden;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 500ms;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
}

.see-also__item:not(:last-child) {
	margin-bottom: 1rem;

}

.see-also__item__body {
	display: block;
	position: relative;
	text-decoration: none;
	height: 100%;
}

.see-also__item__content {
	padding: 0 2.4rem;
	position: absolute;
	top: 2.4rem;
	bottom: 0;
	left: 0;
	right: 0;
}

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

.see-also__item.thor-avas .see-also__item__name {
	color: var(--black);
}

.see-also__item__image {
	height: 100%;
}

.see-also__item__image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1024px) {
	.see-also {
		margin-bottom: 240px;
	}

	.see-also__container {
		padding: 80px 42px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.see-also__title {
		margin-bottom: 64px;
	}

	.see-also__items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
	}

	.see-also__item {
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.see-also__item:not(:last-child) {
		margin-bottom: 0;

	}

	.see-also__item:hover {
		transform: scale(1.02);
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
		-o-transform: scale(1.02);
		transition: 500ms;
		-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-ms-transition: 500ms;
		-o-transition: 500ms;
		box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
	}

	.see-also__item__content {
		padding: 0 24px;
		top: 24px;
	}

	.see-also__item__name {
		font-size: 32px;
		line-height: 100%;
	}

	.see-also__item__image img {
		object-fit: cover;
		height: 100%;
	}
}

/* ----------------------- see-also ----------------------------------- */

/* --------------------- thor-dynamic ----------------------------- */

.thor-dynamic {
	margin-bottom: 16rem;
}

.thor-dynamic__container {}

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

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

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

.thor-dynamic__text {
	margin-bottom: 3.2rem;
}

.thor-dynamic__row {
	border-top: 4px solid var(--white);
	padding-top: 2.6rem;
}

.thor-dynamic__frequency {
	font-family: var(--openSans);
	font-weight: 600;
	/* font-size: 4.2rem;
	line-height: 97.1%; */
	font-size: 2.4rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;

}

.thor-dynamic__image canvas {
	display: none;
}


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

	.thor-dynamic__container {
		width: 984px;
		margin: 0 auto;
		position: relative;
		height: 2500px;
	}

	.thor-dynamic__containerSticky {
		position: sticky;
		top: 20%;
		left: 0;
		right: 0;
	}

	.thor-dynamic__image {
		position: relative;
		width: 500px;
		margin-left: auto;
		margin-bottom: 0;
		display: flex;
		justify-content: flex-end;
	}

	.thor-dynamic__containerSticky.reverse .thor-dynamic__image {
		margin-left: 0;
	}

	.thor-dynamic__box {
		position: absolute;
		top: 83px;
		left: 0;
		width: 492px;
	}

	.thor-dynamic__containerSticky.reverse .thor-dynamic__box {
		left: unset;
		right: 0;
	}

	.thor-dynamic__box {
		opacity: 0;
		transition: 800ms;
		transform: translateY(70px);
		-webkit-transform: translateY(70px);
		-moz-transform: translateY(70px);
		-ms-transform: translateY(70px);
		-o-transform: translateY(70px);
	}

	.thor-dynamic__containerSticky._active .thor-dynamic__box {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 0;
	}

	.thor-dynamic__containerSticky.fade-in .thor-dynamic__box {
		opacity: 1;
		transform: translateY(0);
	}

	.thor-dynamic__title {
		margin-bottom: 12px;
	}

	.thor-dynamic__title h2 {
		/* margin-bottom: 12px; */
		text-align: left;
	}

	.thor-dynamic__text {
		margin-bottom: 37px;
	}

	.thor-dynamic.ultra .thor-dynamic__text {
		max-width: 466px;
	}

	.thor-dynamic__text.text p {
		text-align: left;
	}

	.thor-dynamic__row {
		width: 419px;
		padding-top: 16px;
	}

	.thor-dynamic__frequency {
		font-size: 28px;
		line-height: 150%;
		/* color: #FF4000; */
		text-align: left;
	}

	.thor-dynamic__image canvas {
		display: block;
	}

	.thor-dynamic__containerSticky._active .thor-dynamic__image img {
		display: none;
	}


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

/* --------------------- thor-dynamic END ----------------------------- */
/* --------------------- block-control -------------------------------- */

.block-control {
	margin-bottom: 16rem;
}

.block-control__container {
	position: relative;
}

.block-control__image {
	margin-bottom: 4rem;
	position: relative;
}

.block-control__image img {
	width: 100%;
}


.block-control__title {
	margin-bottom: 1.6rem;
}

.block-control__image__desktop {
	display: none;
}

.block-control__image__label {
	position: absolute;
	font-family: var(--openSans);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: var(--white);
	opacity: 0.6;
}

.block-control__image__label._active {
	opacity: .6;
}

.block-control__image__label.first {
	top: 0;
	width: 16.7rem;
	left: 9rem;
}

.block-control__image__label.second {
	bottom: 0;
	width: 20.7rem;
	right: 10rem;
}

.block-control__image__label.third {
	right: 3rem;
	bottom: 3rem;
}

.block-control__image__line {
	width: 1px;
	position: absolute;
	background: var(--white);
	opacity: 0.6;
	transition: 800ms;
	-webkit-transition: 800ms;
	-moz-transition: 800ms;
	-ms-transition: 800ms;
	-o-transition: 800ms;
}

.body-bg-white .block-control__image__label .block-control__image__line {
	background-color: var(--black);
}

.block-control__image__label .block-control__image__line {
	height: 11rem;
}

.block-control__image__label.first .block-control__image__line {
	left: -0.7rem;
	top: .5rem;
}


.block-control__image__label.second .block-control__image__line {
	left: 9.9rem;
	bottom: 100%;
	height: 9.2rem;
}

.block-control__image__label.third .block-control__image__line {
	left: 0.2rem;
	bottom: 100%;
}

@media screen and (min-width:1024px) {
	.block-control {
		margin-bottom: 515px;
	}

	.block-control__container {
		height: 3000px;
	}

	.body-for-partners .block-control__container {
		height: unset;
	}

	.block-control__containerSticky {
		position: sticky;
		top: 20%;
		left: 0;
		right: 0;
	}

	.body-for-partners .block-control__containerSticky {
		position: unset;
		top: unset;
	}

	.block-control__container {
		position: relative;
	}

	.block-control__image {
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: -36px;
	}

	.block-control__column {
		position: relative;
		width: 480px;
		margin-left: auto;
	}

	.body-for-partners .block-control__column {
		opacity: 1;
	}

	.block-control__title {
		margin-bottom: 16px;
		width: 262px;
	}

	.block-control__title h2 {
		text-align: left;
	}

	.block-control__text.text p {
		text-align: left;
	}

	.block-control__image__mobile {
		display: none;
	}

	.block-control__image__desktop {
		display: block;
		padding-top: 87px;
	}

	.block-control__image__label {
		font-size: 20px;
		line-height: 150%;
		opacity: 0;
	}

	.body-for-partners .block-control__image__label {
		opacity: 1;
	}

	.block-control__image__label.first {
		left: 165px;
		top: -8px;
		width: 321px;
	}

	.block-control__image__label.second {
		left: 57px;
		width: 278px;
		bottom: -62px;
	}

	.block-control__image__label.third {
		right: 40px;
		bottom: 26px;
	}

	.block-control__image__label._active .block-control__image__line {
		transition: height 300ms ease-out 300ms;
		-webkit-transition: height 300ms ease-out 300ms;
		-moz-transition: height 300ms ease-out 300ms;
		-ms-transition: height 300ms ease-out 300ms;
		-o-transition: height 300ms ease-out 300ms;
	}

	.block-control__image__label.first .block-control__image__line {
		height: 0;
	}

	.body-for-partners .block-control__image__label.first .block-control__image__line,
	.block-control__image__label.first._active .block-control__image__line {
		height: 140px;
	}

	.block-control__image__label.second .block-control__image__line {
		left: 170px;
		height: 0;
	}

	.body-for-partners .block-control__image__label.second .block-control__image__line,
	.block-control__image__label.second._active .block-control__image__line {
		height: 102px;
	}

	.block-control__image__label.third .block-control__image__line {
		left: 2px;
		height: 0;
		bottom: 100%;
	}

	.body-for-partners .block-control__image__label.third .block-control__image__line,
	.block-control__image__label.third._active .block-control__image__line {
		height: 105px;
	}



	.block-control__column {
		opacity: 0;
		transform: translateY(70px);
		transition: 800ms;
	}

}

/* --------------------- block-control -------------------------------- */