.page {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
}

.block__image {
	width: 50%;
}

.block__image img {
	object-fit: cover;
	width: 100%;
}

/*block__slider   =================================================================*/
.block__slider {
	width: 100vw;
	height: auto;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 75px;
}

.slider__wrapper {
	max-width: 1640px;
	padding: 0 20px;
	width: 100%;
	height: auto;
	position: relative;
	aspect-ratio: 2 / 1;
	right: 0;
	top: 0;
}

.slider {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 800px;
	aspect-ratio: 2 / 1;
}

.slider__item {
	width: 100%;
	height: auto;
	max-height: 800px;
	opacity: 0;
	transition: opacity 0.5s ease;
	position: absolute;
}

.slider__item.active {
	opacity: 1;
}

.br__two {
	display: none;
}

.br__three {
	display: none;
}

.slider img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: -1;
}

.main_img-small {
	display: none;
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 50px;
	height: 150px;
	background-color: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow img {
	width: 27px;
	height: 35px;
}

.controlls {
	position: absolute;
	width: 50px;
	height: auto;
}

.block__slider .prev {
	left: 20px;
}

.block__slider .next {
	right: 20px;
}

.indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	bottom: 20px;
}

.indicator__block {
	width: 70px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indicator__item {
	width: 70px;
	height: 1px;
	background-color: #4d4c4b;
}

.active__indicator {
	background-color: #fa8200;
	height: 3px;
}

/*btn   =================================================================*/
.slider__btn {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: end;
	bottom: 70px;
}

.buy__btn {
	max-width: 350px;
	width: 100%;
	height: 50px;
	background-color: #fa8200;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 50px;
	transition-property: background-color;
	transition-duration: 1s;
}

.buy__btn:hover {
	background-color: #ffa13c;
}

/*capption   =================================================================*/
.item__capption {
	width: 100%;
	height: 100%;
	position: absolute;
	padding-left: 150px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
}

.main__title {
	font-size: clamp(40px, calc(40px + (60 - 40) * ((100vw - 326px) / (1920 - 326))), 60px);
	font-weight: 900;
	color: #fff;
	width: 100%;
}

.main__information {
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 326px) / (1920 - 326))), 20px);
	border-left: solid 3px #fa8200;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	color: #fff;
	font-weight: 100;
	line-height: 25px;
	padding-left: 7px;
}

.title__orange {
	color: #fa8200;
}

.title__grey {
	color: #323232;
}

.mtv__1 {
	aspect-ratio: 2 / 1;
	padding-top: 10%;
}

.mtv__2 {
	padding-top: 350px;
}

.mtv__3 {
	color: #4d4c4b;
	padding-top: 350px;
}


.title__details {
	font-size: 16px;
	margin-top: 50px;
	font-weight: 700;
}

.tdv__1 {
	color: #fa8200;
}

.tdv__2 {
	color: #fff;
}

.tdv__3 {
	color: #4d4c4b;
}

.title__1 {
	text-transform: uppercase;
}

/*information__advantages   ==============================================================*/
.information__advantages,
.information__excellence,
.information__technologies,
.block__connection,
.use__control,
.waranty__service {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.advantages__wrapper {
	width: 100%;
	max-width: 1600px;
	height: auto;
	padding: 0 50px;
	display: grid;
	grid-template-columns: minmax(50%, auto) minmax(50%, auto);
	grid-template-rows: minmax(auto, auto) 1fr;
}

.excellence__wrapper,
.technologies__wrapper,
.connection__wrapper,
.control__wrapper,
.waranty__wrapper {
	width: 100%;
	max-width: 1600px;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
	position: relative;
	padding: 0 50px;
}

.excellence__wrapper {
	margin-top: 150px;
	margin-bottom: 100px;
	padding: 0 50px;
}

.technologies__wrapper {
	flex-direction: column;
}

.control__wrapper {
	margin-top: 150px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
}

.waranty__service {
	padding: 0 50px;
}

.waranty__wrapper {
	flex-direction: column;
	margin-top: 150px;
	padding: 0;
}

.technologies__wrapper-end {
	margin-bottom: 100px;
}

.waranty__wrapper-right {
	padding-left: 50px;
}

/*img__information   =============================*/
.block__img {
	width: 100%;
	max-width: 700px;
	height: 100%;
	max-height: 1000px;
	display: flex;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	grid-column: 1/2;
	grid-row: 1/3;
}

.container__img {
	width: auto;
	height: fit-content;
	position: sticky;
	top: 150px;
}

.advantages__img video {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/*title  =============================*/
.container__title {
	border-left: solid 3px #fa8200;
}

.title__advantages {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-left: 50px;
}

.simple__title {
	font-size: 20px;
	font-weight: 100;
	margin-left: 10px;
	text-transform: uppercase;
}

.basic__title {
	font-size: calc(2.9rem + 1vw);
	font-weight: 900;
	margin-top: 4px;
	margin-left: 10px;
	text-transform: uppercase;
	word-spacing: 10px;
}

/*advantages__description  =============================*/
.advantages__description {
	max-width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	grid-column: 2/3;
	grid-row: 2/3;
}

.advantages__details {
	margin: 20px 0 0 35px;
}

/*accordion   =============================*/
.details__item {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: none;
	text-align: left;
}

.details__item.open {
	max-height: 1000px;
}

.details__item-image {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.details__item-image img {
	object-fit: cover;
	width: 60%;
}

.item__open {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

.details__text {
	height: auto;
	font-size: 14px;
	font-weight: 200;
	margin-left: 25px;
	padding-left: 35px;
	border-left: solid 1px #323232;
	line-height: 25px;
	text-align: left;
}

/*information__excellence  =============================*/
.block__tattoo {
	display: grid;
	grid-template-columns: 1fr minmax(auto, auto);
	grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(auto, auto);
	width: 50%;
	height: auto;
}

.block__pmu {
	display: grid;
	grid-template-columns: minmax(auto, auto) 1fr;
	grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(auto, auto);
	width: 50%;
	height: auto;
}

.title__excellence {
	width: 100%;
	height: auto;
	grid-column: 1/3;
	grid-row: 1/2;
}

.details__title {
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
	margin: 20px 0 0 0;
	text-align: justify;
}

.title__information-excellence {
	grid-column: 1/3;
	grid-row: 2/3;
}

.title__excellence-right {
	margin-left: 50px;
}

.details__description {
	grid-column: 1/2;
	grid-row: 3/4;
	line-height: 50px;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.link__information {
	text-decoration: none;
	color: #323232;
}

.icon__information {
	color: #3296fa;
	font-size: 18px;
	font-weight: 500;
	text-transform: lowercase;
	transition: all .2s ease;
	display: inline-block;
}

.icon__information:hover {
	transform: scale(1.2);
}

.btn__excellence {
	grid-column: 1/2;
	grid-row: 4/5;
}

.image__description {
	grid-column: 2/3;
	grid-row: 3/5;
	align-self: flex-end;
	width: auto;
	height: auto;
	padding: 0 50px;
	object-fit: cover;
}

.image__description img {
	width: 100%;
}

.image__description-pmu {
	grid-column: 1/2;
	grid-row: 3/5;
}

.details__description-pmu {
	grid-column: 2/3;
	grid-row: 3/4
}

/*global__technologies   ==============================================================*/
.global__title {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px 0 0 0;
	flex-direction: column;
}

.__technologies {
	width: auto;
	border-left: none;
	margin-left: 0;
}

.simple__global {
	text-align: center;
}

/*technologies   ==============================================================*/
.color__technologies {
	background-color: #fafafa;
}

.block__main-technologies {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto 1fr auto;
}

.block__main-technologies-force {
	grid-template-columns: 1fr 2fr;
}

.container__title-g {
	border-left: solid 3px #fa8200;
	grid-column: 1/2;
	grid-row: 1/2;
}

.container__title-force {
	grid-column: 2/3;
}

.basic__title-technologie {
	font-size: 40px;
	line-height: 60px;
	word-spacing: 10px;
}

.container__title-technologies {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-top: 50px;
	margin-bottom: 50px;
}

.container__title-technologies-force {
	grid-column: 2/3;
}

.title__force {
	margin: 0;
}

.text__force {
	font-size: 16px;
	font-weight: bold;
}

.checkout__link {
	grid-column: 1/2;
	grid-row: 3/4;
}

.checkout__link-force {
	grid-column: 2/3;
}

.button__details {
	width: 100%;
	max-width: 350px;
	height: 50px;
	border-radius: 1px;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	background-color: #3296fa;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-property: background-color;
	transition-duration: 1s;
}

.button__details:hover {
	background-color: #65b0fb;
}

.technologies__img {
	grid-column: 2/3;
	grid-row: 1/4;
	width: auto;
	display: flex;
	justify-content: right;
	padding-left: 50px;
}

.technologies__img-force {
	grid-column: 1/2;
	padding-left: 0;
	padding-right: 50px;
}

.container__img-technologies {
	width: 600px;
	max-width: 600px;
	height: auto;
	position: relative;
}

.technologies__img video {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: sticky;
	top: 150px;
}

/*block__add-technologies   ==============================================================*/
.block__add-technologies {
	display: flex;
	margin: 75px 0 25px 0;
}

.block__add {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
}

.title__item {
	display: flex;
	align-items: center;
}

.title__text {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #323232;
}

.text__add {
	margin-top: 20px;
}

/*block__connection   ==============================================================*/
.container__item-connection {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.item__connection {
	display: flex;
	flex-direction: column;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img__connection {
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	border: solid 2px #323232;
	border-radius: 50%;
	margin-bottom: 25px;
	overflow: hidden;
}

.connection__video {
	width: 100%;
	object-fit: cover;
}

.img__connection img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.line {
	max-width: 150px;
	flex-grow: 1;
	height: 2px;
	border-top: 3px dotted #323232;
	margin-bottom: 50px;
	min-width: 50px;
}

.line__none {
	border-top: 3px dotted transparent;
}

/*use__controller   ==============================================================*/
.section__control-img {
	position: relative;
	grid-column: 1/2;
	grid-row: 1/5;
}

.title__use {
	margin-left: 50px;
	grid-column: 2/4;
	grid-row: 1/2;
}

.title__control {
	grid-column: 2/4;
	grid-row: 2/3;
	margin: 50px;
}

.control__graphics {
	grid-column: 2/4;
	grid-row: 3/5;
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
}

.control__img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: sticky;
	top: 150px;
}

.container__img-control {
	max-width: 500px;
	width: 100%;
	object-fit: cover;
	position: relative;
	top: 0;
}

.container__img-control img {
	width: 100%;
}

.container__img-title {
	max-width: 350px;
	width: 100%;
}

.title__text-control {
	width: 100%;
	height: 50px;
	background-color: #323232;
	color: #fff;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.graphics__regulator {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.graphics__regulator img {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.graphics__meaning {
	width: 50%;
	display: flex;
}

.graphics__meaning img {
	overflow: hidden;
	width: auto;
	height: 100%;
}

.wrapper__information-graf {
	position: absolute;
	width: 20px;
	height: auto;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: end;
	padding-right: 50px;
}

.information__popup {
	width: 20px;
	height: 20px;
	color: #fa8200;
	font-size: 20px;
}

.text__popup {
	font-size: 14px;
	font-weight: 200;
	width: 350px;
	height: auto;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	padding: 5px;
	color: red;
	box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.2);
}

.active {
	opacity: 1;
	visibility: visible;
}

.global__margin {
	margin-top: 100px;
}

/*use__controller   ==============================================================*/
.__mechanism {
	width: 100%;
	max-width: 1300px;
}

.__mechanism img {
	overflow: hidden;
	width: 100%;
}

.mechanism__img-small {
	display: none;
}

.mechanism__img-mini {
	display: none;
}

/*comparison   ==============================================================*/
.block__comparison {
	flex-direction: row;
	margin: 75px 0;
}

.comparison {
	width: 50%;
}

.basic__title-comparison {
	text-align: center;
}

.graphics__comparison {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 100px 75px 50px 75px;
	position: relative;
}

.comparison img {
	width: 100%;
}

.title__comparison {
	margin: 0 75px;
	font-size: 16px;
	font-weight: bold;
}

/*waranty__service   ==============================================================*/
.text__waranty {
	margin-top: 20px;
}

.end {
	height: 75px;
}

/*media_________________________________________1650*/

@media (max-width: 1650px) {

	.advantages__wrapper,
	.excellence__wrapper,
	.technologies__wrapper,
	.connection__wrapper,
	.control__wrapper {
		width: 100%;
	}

	.block__main-technologies {
		grid-template-columns: minmax(50%, 1fr) 50%;
	}

	.container__img-technologies {
		width: auto;
	}
}

/*media_________________________________________1370*/
@media (max-width: 1370px) {
	.excellence__wrapper {
		flex-direction: column;
	}

	.block__tattoo {
		width: 100%;
		grid-template-columns: 1fr minmax(auto, 350px) 1fr;
		grid-template-rows: minmax(auto, 80px) minmax(auto, auto) minmax(50px, auto);
		margin-bottom: 50px;
	}

	.block__pmu {
		width: 100%;
		grid-template-columns: 1fr minmax(auto, 350px) 1fr;
		grid-template-rows: minmax(auto, 80px) minmax(auto, auto) minmax(50px, auto);
		margin-top: 50px;
	}

	.title__excellence {
		grid-column: 1 / 4;
		grid-row: 1 / 2;
		margin-left: 0;
	}

	.title__information-excellence {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin: 20px 0;
	}

	.details__description {
		grid-column: 3 / 4;
		grid-row: 1 / 4;
		width: 100%;
		height: auto;
	}

	.btn__excellence {
		grid-row: 3 / 4;
		margin: 0;
	}

	.btn__excellence-pmu {
		margin: 0;
	}

	.image__description {
		grid-column: 2 / 3;
		grid-row: 1 / 4;
	}

	.excellence__wrapper {
		margin-top: 100px;
	}
}

/*media_________________________________________1320*/
@media (max-width: 1320px) {
	.graphics__comparison {
		margin: 100px 25px 50px 25px;
	}

	.title__comparison {
		margin: 0 25px;
	}

	.global__margin {
		margin-top: 0;
	}
}

/*media_________________________________________1280*/
@media (max-width: 1280px) {
	.slider__wrapper {
		padding: 0;
		position: relative;
	}

	.slider {
		width: 100%;
		height: 620px;
	}

	.slider__item {
		width: 100%;
		height: 100%;
	}

	.slider img {
		position: relative;
		object-position: right;
		width: 100%;
		height: 100%;
		object-fit: cover;
		overflow: hidden;
	}

	.block__slider .prev {
		left: 0;
	}

	.block__slider .next {
		right: 0;
	}
}

/*media_________________________________________1024*/
@media (max-width: 1024px) {
	.container__title {
		grid-column: 1/3;
		grid-row: 1/2;
		margin-left: 0;
	}

	.title__use {
		grid-column: 1 / 4;
	}

	.block__img {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.block__tattoo {
		width: 100%;
		grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
		grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(50px, auto);
		margin-bottom: 50px;
	}

	.block__pmu {
		width: 100%;
		grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
		grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(50px, auto);
	}

	.title__information-excellence {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}

	.image__description {
		grid-column: 1 / 2;
		grid-row: 3 / 5;
		justify-self: center;
	}

	.details__description {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}

	.btn__excellence {
		grid-column: 2 / 3;
		grid-row: 4 / 5;
	}

	.advantages__details {
		margin: 0 0 0 35px;
	}

	.title__advantages {
		margin-bottom: 20px;
	}

	.block__add-technologies {
		display: flex;
		margin: 75px 0 25px 0;
	}

	.container__title-g {
		grid-column: 1/3;
		grid-row: 1/2;
	}


	.technologies__img {
		grid-column: 2/3;
		grid-row: 2/4;
	}

	.technologies__img-force {
		grid-column: 1 / 2;
		margin-top: 50px;
	}

	.control__wrapper {
		margin-top: 100px;
		grid-template-columns: 1fr 1fr;
	}

	.section__control-img {
		grid-row: 2 / 5;
	}

	.control__graphics {
		flex-direction: column;
	}

	.graphics__regulator {
		width: 100%;
	}

	.graphics__meaning {
		width: 100%;
		padding-top: 50px;
	}

	.title__control {
		margin: 50px 0;
	}

	.line__none {
		min-width: 15px;
	}

	.control__img {
		margin-top: 50px;
	}

	.basic__title-technologie {
		font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 326px) / (1024 - 326))), 40px);
		line-height: clamp(30px, calc(30px + (10 * ((100vw - 326px) / (1024 - 326)))), 60px);
	}

	.basic__title {
		font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 326px) / (1024 - 326))), 40px);
		line-height: clamp(30px, calc(30px + (10 * ((100vw - 326px) / (1024 - 326)))), 60px);
	}

	.main__information {
		font-weight: 600;
	}
}

/*media_________________________________________940*/
@media (max-width: 940px) {
	.advantages__wrapper {
		grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
	}

	.block__img {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		margin: 0 auto;
	}

	.advantages__description {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		width: 100%;
		margin: 0 auto;
	}

	.advantages__details {
		margin: 0;
	}

	.image__description {
		padding: 0;
	}

	.technologies__description {
		width: 100%;
	}

	.technologies__img {
		width: 100%;
		justify-content: center;
		margin-top: 50px;
	}

	.block__comparison {
		flex-direction: column;
		margin-bottom: 0;
	}

	.comparison {
		width: 100%;
		margin-bottom: 50px;
	}

	.title__comparison {
		margin: 50px 25px;
	}

	.waranty__service {
		flex-direction: column;
	}

	.waranty__wrapper-right {
		padding-left: 0;
	}

	.excellence__wrapper {
		margin-top: 50px;
	}

	.comparison__name {
		display: flex;
	}

	.graphics__comparison {
		margin: 50px 0;
	}

	.container__img-title {
		padding-right: 15px;
	}

	.block__add-technologies {
		flex-direction: column;
	}

	.block__add {
		width: 100%;
		padding-top: 25px;
	}

	.item__capption {
		padding-left: 0;
		display: flex;
	}

	.main__title {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.main__information {
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: none;
		text-align: center;
	}
}

/*media_________________________________________768*/
@media (max-width: 768px) {
	.mechanism__img-big {
		display: none;
	}

	.mechanism__img-small {
		display: flex;
	}

	.block__main-technologies {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
	}

	.container__title-g {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.technologies__img {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		padding-left: 0;
		padding-right: 0;
	}

	.container__title-technologies {
		grid-column: 1 / 2;
		grid-row: 3 /4;
	}

	.checkout__link {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
	}

	.details__description {
		margin-left: 15px;
	}

	.btn__excellence-pmu {
		margin-left: 15px;
	}

	.btn__excellence {
		margin-left: 15px;
	}

	.br__one {
		display: none;
	}

	.br__two {
		display: flex;
	}

	.main_img-big {
		display: none;
	}

	.main_img-small {
		display: flex;
	}

	.slider img {
		object-position: center;
	}

	.information__popup {
		position: relative;
		top: -50px;
		right: -10px;
	}
}

/*media_________________________________________600*/
@media (max-width: 600px) {
	.block__tattoo {
		grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(auto, auto) minmax(50px, auto);
	}

	.image__description {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}

	.title__information-excellence {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}

	.details__description {
		grid-column: 1 / 3;
		grid-row: 4 / 5;
		margin: 25px 0;
	}

	.btn__excellence {
		grid-column: 1 / 3;
		grid-row: 5 / 6;
		margin-left: 0;
	}

	.block__pmu {
		grid-template-rows: minmax(auto, auto) minmax(auto, auto) 1fr minmax(auto, auto) minmax(50px, auto);
	}

	.btn__excellence-pmu {
		grid-column: 1 / 3;
		grid-row: 5 / 6;
		margin-left: 0;
	}

	.container__item-connection {
		flex-direction: column;
		width: auto;
		align-items: start;
	}

	.item__connection {
		flex-direction: row;
	}

	.line {
		height: 50px;
		width: 2px;
		border-top: none;
		border-left: 3px dotted #323232;
		margin-bottom: 0;
		min-width: 0;
		position: relative;
		left: 75px;
	}

	.img__connection {
		max-width: 150px;
		margin-bottom: 0;
	}

	.title__text {
		padding-left: 25px;
	}

	.text__waranty {
		padding-left: 0;
	}

	.connection__wrapper {
		display: flex;
		justify-content: center;
	}

	.control__wrapper {
		grid-template-columns: 100%;
	}

	.section__control-img {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		width: 100%;
	}

	.title__use {
		grid-column: 1 / 2;
		width: 100%;
	}


	.title__control {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		width: 100%;
	}

	.control__graphics {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		width: 100%;

	}

	.comparison__name {
		flex-direction: column;
	}

	.main__information {
		display: none;
	}

	.br__three {
		display: flex;
	}
}

/*media_________________________________________500*/
@media (max-width: 500px) {
	.mechanism__img-small {
		display: none;
	}

	.mechanism__img-mini {
		display: flex;
	}

	.basic__title {
		font-size: clamp(30px, calc(30px + (42 - 30) * ((100vw - 326px) / (500 - 326))), 42px);
		line-height: clamp(30px, calc(30px + (10 * ((100vw - 326px) / (500 - 326)))), 60px);
	}

	.basic__title-technologie {
		font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 326px) / (1024 - 326))), 40px);
		line-height: clamp(30px, calc(30px + (10 * ((100vw - 326px) / (1024 - 326)))), 60px);
	}

	.advantages__wrapper,
	.excellence__wrapper,
	.technologies__wrapper,
	.connection__wrapper,
	.control__wrapper {
		padding: 0 20px;
	}

	.text__popup {
		width: 200px;
	}
}

/*media_________________________________________400*/
@media (max-width: 400px) {
	.indicator {
		display: none;
	}

	.slider__btn {
		bottom: 0;
	}

	.buy__btn {
		max-width: none;
	}
}