@font-face {
	font-family: "SFUIDisplay";
	src: url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff2"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.landstile1 *::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

.landstile1 *::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.landstile1 *:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.landstile1 *::-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.landstile1 *::placeholder {
	color: #666;
	opacity: 1;
}

.landstile1 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.landstile1 *:before,
.landstile1 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.landstile1 {
	min-width: 320px;
	position: relative;
	color: #1f2131;
	font-size: 18px;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	margin: 0;
	/* background-color: #f5f6fa; */
}

.landstile1 p {
	margin: 0;
}

.landstile1 a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

.landstile1 img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.landstile1 ul li,
.landstile1 ol li,
.landstile1 menu li {
	list-style: none;
}

.landstile1 ul,
.landstile1 ol,
.landstile1 menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

.landstile1 button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
	background: none;
}

.landstile1 h1,
.landstile1 h2,
.landstile1 h3,
.landstile1 h4,
.landstile1 h5,
.landstile1 h6 {
	margin: 0;
	font-weight: normal;
}

.landstile1 input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
}

.landstile1 textarea {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	resize: none;
}

.landstile1 .hidden {
	display: none;
}

.landstile1 .site-wrap {
	overflow: hidden;
	padding-top: 66px;
}

.landstile1 .anchor {
	position: absolute;
	top: -66px;
}

.landstile1 .container {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1310px;
}

.landstile1 .title1-wrap {
	display: block;
	max-width: 985px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 39px;
}

.landstile1 .title1-wrap .title1 {
	margin-bottom: 17px;
}

.landstile1 .title1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	text-align: center;
}

.landstile1 .title1 b {
	color: #4c1052;
	font-weight: 800;
}

.subtitle1 {
	max-width: 530px;
	width: 100%;
	color: #686984;
	margin-left: auto;
	margin-right: auto;
}

.callback1 {
	background-color: #fcfcfc;
	border: 1px solid #efefef;
	border-radius: 8px;
	padding: 24px;
}

.callback1__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.callback1__subtitle {
	color: #686984;
	margin-bottom: 21px;
}

.landstile1 .callback1__form .btn05021 {
	display: block;
	width: 100%;
	padding: 10.5px 10px;
}

.landstile1 .callback1__form--big .btn05021 {
	padding: 16.5px 10px;
}

.landstile1 .callback1__form--big .input2 {
	padding: 15px 16px;
}

.landstile1 .title2 {
	font-family: "Unbounded", sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 32px;
}

.landstile1 .title2 b {
	color: #4c1052;
	font-weight: 700;
}

.text1 > *:first-child {
	margin-top: 0;
}

.text1 > *:last-child {
	margin-bottom: 0;
}

.text1 h2,
.text1 h3,
.text1 h4,
.text1 h5 {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -0.01em;
	margin-top: 44px;
	margin-bottom: 32px;
}

.text1 p {
	margin: 16px 0;
}

.text1 ul {
	margin: 16px 0;
}

.text1 ul li {
	position: relative;
	padding-left: 15px;
	margin: 8px 0;
}

.text1 ul li::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #4c1052;
	border-radius: 50%;
}

.text1 ol {
	counter-reset: li;
	margin: 16px 0;
}

.text1 ol li {
	position: relative;
	counter-increment: li;
	margin: 8px 0;
}

.text1 ol li::before {
	content: counter(li) ". ";
}

.landstile1 .btn05021 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 10.5px 16px;
	box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
	background-color: #e36648;
	border-radius: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn05022 {
	display: inline-block;
	color: #1f2131;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
	box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
	border: 1px solid #e1e1e2;
	border-radius: 12px;
	transition: transform 0.3s;
}

.input1 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	-webkit-box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	border: 1px solid #e1e1e2;
	background-color: #fff;
	border-radius: 12px;
	padding: 10px 10px;
	padding-left: 15px;
}

.input1::-webkit-input-placeholder {
	color: #5F5F5F;
}

.input1::-moz-placeholder {
	color: #5F5F5F;
}

.input1:-ms-input-placeholder {
	color: #5F5F5F;
}

.input1::-ms-input-placeholder {
	color: #5F5F5F;
}

.input1::placeholder {
	color: #5F5F5F;
}

.landstile1 .input2 {
	color: #1f2131;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 16px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	background-color: #fff;
	border: 1px solid #e1e1e2;
	border-radius: 12px;
	margin-bottom: 0;
	transition: border 0.3s;
}

.landstile1 .input2.error {
	border: 1px solid #c31919;
}

.landstile1 .input2::placeholder {
	color: #b3b3b3;
}

.landstile1 .textarea1 {
	color: #1f2131;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 16px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	background-color: #fff;
	border: 1px solid #e1e1e2;
	border-radius: 12px;
	height: 124px;
	transition: border 0.3s;
}

.landstile1 .textarea1::placeholder {
	color: #b3b3b3;
}

.landstile1 .textarea1.error {
	border: 1px solid #c31919;
}

.landstile1 .input-checkbox1 {
	display: none;
}

.landstile1 .input-checkbox1:checked ~ .checkbox-form .btn05021 {
	color: #fff;
	background-color: #e36648;
	pointer-events: initial;
}

.input-checkbox1:checked ~ .checkbox-form .label-checkbox1__icon {
	opacity: 1;
}

.landstile1 .checkbox-form .btn05021 {
	background-color: #ccc;
	color: #1f2131;
	pointer-events: none;
}

.label1-wrap {
	margin-bottom: 24px;
}

.label1 {
	display: block;
	cursor: pointer;
	margin-bottom: 0;
}

.label1__text {
	display: block;
	color: #5E5E5E;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 4px;
}

.label-checkbox1-wrap {
	margin-bottom: 16px;
}

.label-checkbox1 {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left: 30px;
}

.label-checkbox1__icon-wrap {
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #686984;
}

.label-checkbox1__icon {
	position: absolute;
	bottom: 5px;
	left: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 11px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.label-checkbox1__text {
	display: block;
	color: #686984;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.label-checkbox1__text a {
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .label-checkbox1__text a:hover {
	text-decoration-color: transparent;
}

.mainscreen05021 {
	padding-top: 60px;
	padding-bottom: 80px;
}

.landstile1 .mainscreen05021 .title1 {
	font-size: 40px;
	letter-spacing: -0.01em;
}

.mainscreen05021 + .productsline {
	padding-top: 0;
}

.mainscreen05021__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.mainscreen05021__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	padding: 0 10px;
	margin-top: 20px;
}

.mainscreen05021-item {
	position: relative;
	width: 100%;
}

.mainscreen05021-item__img {
	position: relative;
	overflow: hidden;
	padding-top: 126%;
	border-radius: 24px;
}

.mainscreen05021-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.mainscreen05021-item__text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 24px 39px 24px;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	border-radius: 0 0 24px 24px;
	min-height: 300px;
}

.mainscreen05021-item__play {
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	padding-left: 1%;
	margin-bottom: 92px;
}

.mainscreen05021-item__play img {
	width: 13px;
}

.mainscreen05021-item__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 16px;
}

.mainscreen05021-item__text {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	font-size: 16px;
}

.productsline {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
}

.productsline__img {
	width: 1700px;
	text-align: center;
}

.feedback1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #301425 0%, #3D2C56 100%), #E6E6E9;
	color: #fff;
}

.feedback1__container {
	max-width: 1064px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.feedback1__wrap1 {
	width: 60%;
}

.landstile1 .feedback1__wrap1 .title1 {
	text-align: left;
}

.landstile1 .feedback1__wrap1 .title1-wrap {
	text-align: left;
	margin-bottom: 36px;
}

.feedback1__wrap1 .subtitle1 {
	max-width: none;
	color: #fff;
	margin-left: 0;
}

.feedback1__wrap2 {
	width: 34.8%;
}

.feedback1-item {
	position: relative;
	padding-left: 72px;
	margin-bottom: 19px;
}

.feedback1-item:last-child {
	margin-bottom: 0;
}

.feedback1-item__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #4c1052;
	border-radius: 50%;
}

.feedback1-item__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}

.feedback1-item__text {
	color: rgba(255, 255, 255, 0.6);
}

.why {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}

.why .subtitle1 {
	max-width: 740px;
}

.why__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
	margin-bottom: 49px;
}

.why__col1 {
	width: 33.333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin-top: 20px;
}

.why__list2-wrap {
	max-width: 955px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.why__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.why__col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.why-item1 {
	width: 100%;
	-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border: 2px solid #efefef;
	border-radius: 16px;
	padding: 39px 15px 20px 24px;
	min-height: 253px;
}

.why-item1__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background-color: #4c1052;
	margin-bottom: 42px;
}

.why-item1__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.why-item1__text {
	color: #686984;
	font-size: 16px;
}

.why-item2 {
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 24px;
	padding: 37px 16px 30px 16px;
	line-height: 1.33;
}

.why-item2__val {
	color: #4c1052;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.why-item2__text {
	color: #686984;
}

.production {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f0f0f3;
}

.landstile1 .production__title-wrap1 {
	max-width: 670px;
}

.landstile1 .production__title-wrap1 .subtitle1 {
	max-width: none;
}

.production__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.production__wrap1 {
	width: 44.8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.production__img {
	position: relative;
	width: 100%;
	padding-top: 98%;
}

.production__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.production__wrap2 {
	width: 52.8%;
}

.production__list1 {
	margin-bottom: 32px;
}

.production__text-wrap {
	border-radius: 24px;
	padding: 27px 32px 32px 32px;
	background-color: #fff;
}

.production__text-wrap ul {
	color: #686984;
}

.production__text-wrap ul li {
	margin-bottom: 8px;
}

.production__text-wrap ul li:last-child {
	margin-bottom: 0;
}

.landstile1 .production__title1 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 19px;
}

.production__container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 24px;
	padding: 49px 79px 40px 81px;
}

.production__wrap3 {
	width: 49%;
}

.landstile1 .production__wrap3 .title1-wrap {
	text-align: left;
	margin-bottom: 44px;
}

.landstile1 .production__wrap3 .title2 {
	text-align: left;
	margin-bottom: 18px;
}

.production__wrap3 .subtitle1 {
	max-width: none;
	font-size: 18px;
}

.production__list2 li {
	position: relative;
	padding-left: 44px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px;
}

.production__list2 li:last-child {
	margin-bottom: 0;
}

.production__list2 li::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 32px;
	height: 32px;
	background: url(../img/list-icon1.svg?111) center/cover no-repeat;
}

.production__wrap4 {
	width: 46.5%;
}

.production-item1 {
	position: relative;
	padding-left: 64px;
	margin-bottom: 18px;
}

.production-item1:last-child {
	margin-bottom: 0;
}

.production-item1__icon {
	position: absolute;
	top: 3px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #4c1052;
	border-radius: 8px;
}

.production-item1__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 4px;
}

.production-item1__text {
	color: #686984;
	font-size: 18px;
	line-height: 1.4;
}

.showrooms {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}

.landstile1 .showrooms .title1-wrap {
	max-width: 785px;
	margin-bottom: 40px;
}

.showrooms .subtitle1 {
	max-width: none;
}

.showrooms__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -8px;
	margin-top: -16px;
	margin-bottom: 32px;
}

.showrooms__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333%;
	padding: 0 8px;
	margin-top: 16px;
}

.showrooms__list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 32px;
}

.showrooms__list2:last-child {
	margin-bottom: 0;
}

.showrooms__container1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f5ede3;
	border-radius: 24px;
	padding: 60px;
}

.showrooms__wrap1 {
	max-width: 655px;
	width: calc(100% - 350px);
}

.landstile1 .showrooms__wrap1 .title2 {
	text-align: left;
}

.showrooms__wrap1 ul li {
	position: relative;
	color: #686984;
	padding-left: 28px;
	margin-bottom: 12px;
}

.showrooms__wrap1 ul li:last-child {
	margin-bottom: 0;
}

.showrooms__wrap1 ul li::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 7px;
	width: 8px;
	height: 8px;
	background-color: #686984;
	border-radius: 50%;
}

.showrooms__wrap2 {
	max-width: 268px;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

.landstile1 .showrooms__wrap2 .btn05021 {
	display: block;
	text-align: center;
	padding: 16.5px 10px;
}

.showrooms__text1 {
	color: #4c1052;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.showrooms__text2 {
	color: #686984;
	margin-bottom: 32px;
}

.showrooms-item {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 2px solid #efefef;
	border-radius: 24px;
	-webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	background-color: #fcfcfc;
}

.showrooms-item__img-wrap {
	position: relative;
}

.showrooms-item__img {
	overflow: hidden;
	position: relative;
	padding-top: 65%;
}

.showrooms-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.showrooms-item__square {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 1px 0 0 rgba(26, 26, 26, 0.08);
	background-color: #1f2131;
	border-radius: 300px;
	padding: 6.5px 15px;
}

.showrooms-item__text-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 35px 22px 35px 22px;
}

.showrooms-item__city {
	align-self: flex-start;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 25px;
	transition: color 0.3s;
}

.showrooms-item .btn05022 {
	display: block;
	padding: 14px 10px;
	text-align: center;
	margin-top: auto;
}

.showrooms-item2 {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 12px;
}

.showrooms-item2:last-child {
	margin-bottom: 0;
}

.showrooms-item2__icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 24px;
}

.cooperation {
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #301425 0%, #3D2C56 100%), #29002D;
	color: #fff;
}

.cooperation .subtitle1 {
	max-width: 625px;
	color: #f0f0f3;
}

.cooperation__list1-wrap {
	margin-bottom: 40px;
}

.cooperation__list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -30px;
	margin-top: -30px;
}

.cooperation__col1 {
	width: 33.333%;
	padding: 0 30px;
	margin-top: 30px;
}

.cooperation__container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 24px;
	padding: 58px 79px 60px 79px;
	-webkit-box-shadow: 0 4px 40px 0 rgba(38, 0, 255, 0.1);
	box-shadow: 0 4px 40px 0 rgba(38, 0, 255, 0.1);
	background-color: #fff;
	color: #1f2131;
}

.cooperation__wrap1 {
	width: 46.5%;
}

.landstile1 .cooperation__wrap1 .title2 {
	text-align: left;
}

.cooperation__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 46.5%;
}

.landstile1 .cooperation__title1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.landstile1 .cooperation__list2 {
	counter-reset: li;
	margin-bottom: 32px;
}

.cooperation__list3 {
	text-align: center;
	padding: 16px 12px 12px 12px;
	background-color: #f7f7f7;
	border-radius: 12px;
	margin-top: auto;
}

.cooperation-item1 {
	text-align: center;
}

.cooperation-item1__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 16px;
}

.cooperation-item1__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 12px;
}

.cooperation-item1__text {
	color: #b3b3b3;
	font-size: 16px;
	line-height: 1.5;
}

.cooperation-item2 {
	position: relative;
	padding-left: 56px;
	counter-increment: li;
	margin-bottom: 23px;
}

.cooperation-item2:last-child {
	margin-bottom: 0;
}

.cooperation-item2::after {
	content: counter(li);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #4c1052;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.cooperation-item2__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 8px;
}

.cooperation-item2__text {
	color: #686984;
}

.cooperation-item3 {
	margin-bottom: 1px;
}

.cooperation-item3:last-child {
	margin-bottom: 0;
}

.cooperation-item3__text {
	color: #686984;
	line-height: 1.5;
}

.cooperation-item3__text b {
	color: #1f2131;
	font-weight: 700;
}

.info1 {
	font-size: 18px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.info1__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.info1__wrap1 {
	width: 50%;
}

.info1__wrap2 {
	width: 40.8%;
}

.info1__img img {
	border-radius: 24px;
}

.subscribe {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f0f0f3;
}

.landstile1 .subscribe .title1-wrap {
	margin-bottom: 32px;
}

.subscribe__form {
	max-width: 552px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.subscribe__form .label-checkbox1-wrap {
	margin-bottom: 0;
	margin-top: 16px;
}

.landstile1 .subscribe__form .input2 {
	padding: 14px 16px;
}

.subscribe__form-wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landstile1 .subscribe__form-wrap1 .btn05021 {
	display: block;
	max-width: 144px;
	width: 100%;
	padding: 14.5px 10px;
	text-align: center;
}

.subscribe__form-wrap1 .label1-wrap {
	margin-bottom: 0;
	width: calc(100% - 152px);
}

.feedback2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #301425 0%, #3D2C56 100%);
	color: #fff;
}

.landstile1 .feedback2 .title1-wrap {
	margin-bottom: 32px;
}

.feedback2 .subtitle1 {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.6);
}

.feedback2__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.feedback2__wrap1 {
	width: 53%;
}

.landstile1 .feedback2__wrap1 .title2 {
	text-align: left;
	font-family: "Lato", sans-serif;
	font-size: 32px;
	margin-bottom: 18px;
}

.feedback2__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -12px;
	margin-top: -24px;
}

.feedback2__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 0 12px;
	margin-top: 24px;
}

.feedback2__col:last-child {
	width: 100%;
}

.feedback2__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40.6%;
}

.feedback2__wrap2 .callback1 {
	width: 100%;
	color: #1f2131;
}

.landstile1 .feedback2__form .input2 {
	padding: 14px 16px;
}

.landstile1 .feedback2__form .btn05021 {
	display: block;
	width: 100%;
	padding: 16.5px 10px;
}

.feedback2__form .label1-wrap {
	margin-bottom: 26px;
}

.feedback2-item1 {
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 16px;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	color: #1f2131;
	background-color: #fff;
	padding: 39px 24px 32px 24px;
}

.feedback2-item1__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #4c1052;
	border-radius: 8px;
	margin-bottom: 37px;
}

.feedback2-item1__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 3px;
}

.feedback2-item1__text {
	color: #686984;
	margin-bottom: 20px;
}

.landstile1 .feedback2-item1__link {
	display: inline-block;
	color: #4c1052;
	font-size: 24px;
	font-weight: 700;
}

.feedback2-item2 {
	width: 100%;
	background-color: #f5f6fa;
	color: #1f2131;
	border-radius: 16px;
	padding: 50px 15px;
}

.feedback2-item2__wrap {
	position: relative;
	max-width: 375px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 72px;
}

.feedback2-item2__icon {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #4c1052;
	border-radius: 8px;
}

.feedback2-item2__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 9px;
}

.feedback2-item2__text {
	color: #686984;
}

.feedback2-item2__text p {
	margin-bottom: 17px;
}

.feedback2-item2__text p:last-child {
	margin-bottom: 0;
}

.header {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e2;
}

.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__wrap .search {
	margin-right: 16px;
}

.header__logo {
	max-width: 32px;
	width: 100%;
	margin-right: 18px;
}

.header__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.header__toggle svg {
	width: 24px;
	height: 17px;
	fill: #52525b;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.header__nav1 {
	margin-left: auto;
	margin-right: auto;
}

.header__menu1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}

.header__menu1 li {
	margin-right: 20px;
}

.header__menu1 li:last-child {
	margin-right: 0;
}

.header__menu1 li a {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .header__menu1 li a:hover {
	text-decoration-color: #1f2131;
}

.header .search {
	max-width: 221px;
	width: 100%;
}

.search__form {
	position: relative;
}

.search__form .input1 {
	padding-left: 50px;
}

.search__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search__btn svg {
	width: 24px;
	height: 24px;
	fill: #52525B;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
}

.dropdownmenu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 50px 15px;
	padding-bottom: 80px;
	overflow: auto;
	display: none;
}

.dropdownmenu__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.dropdownmenu__close img {
	width: 100%;
}

.dropdownmenu .search {
	margin-top: 20px;
}

/* .footer {
	border-top: 1px solid #e1e1e2;
}

.footer__wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 33px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ccc;
}

.footer__logo-wrap {
	max-width: 360px;
	width: 100%;
}

.footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 32px;
}

.footer__logo-img {
	max-width: 32px;
	width: 100%;
	margin-right: 10px;
}

.footer__logo-text {
	color: #52525b;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}

.footer__text1 {
	color: #666;
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 27px;
}

.footer__nav1 {
	width: calc(100% - 420px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -8px;
}

.footer__nav1-wrap {
	max-width: 32%;
	margin-top: 8px;
}

.footer__nav1-title {
	display: inline-block;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
	margin-bottom: 22px;
}

.footer__menu1 li {
	margin-bottom: 14px;
}

.footer__menu1 li:last-child {
	margin-bottom: 0;
}

.footer__menu1 li a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 1.43;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.footer__wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 34px;
	padding-bottom: 44px;
}

.footer__copy {
	color: #A6A6A9;
	font-size: 14px;
	margin-bottom: 16px;
}

.footer__company {
	color: #A6A6A9;
	font-size: 14px;
}

.footer__nav2-title {
	text-align: right;
	font-weight: 500;
	margin-bottom: 16px;
}

.footer__menu2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.footer__menu2 a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: -webkit-text-decoration 0.3s;
	transition: -webkit-text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.no-touch .footer__menu2 a:hover {
	text-decoration-color: #666;
}

.footer-item1 {
	position: relative;
	padding-left: 32px;
	line-height: 2;
	margin-bottom: 16px;
}

.footer-item1:last-child {
	margin-bottom: 0;
}

.footer-item1__icon {
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	line-height: 0;
} */

.field-error-message {
	color: #c31919;
	font-size: 14px;
}

footer {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.body-overflow {
		overflow: hidden;
	}

	.landstile1 .title1-wrap {
		margin-bottom: 30px;
	}

	.landstile1 .title1-wrap .title1 {
		margin-bottom: 16px;
	}

	.landstile1 .title1 {
		font-size: 30px;
	}

	.cooperation-item2::after {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}

	.cooperation-item2 {
		padding-left: 50px;
	}

	.info1 {
		font-size: 16px;
	}

	.feedback2-item1__title {
		font-size: 20px;
	}

	.landstile1 .feedback2-item1__link {
		font-size: 20px;
	}

	.feedback2-item2__title {
		font-size: 20px;
	}

	.feedback1-item__title {
		font-size: 20px;
	}

	.production-item1__text {
		font-size: 16px;
	}

	.production-item1__title {
		font-size: 20px;
	}

	.cooperation__container1 {
		padding: 40px 30px;
	}

	.cooperation-item2__title {
		font-size: 20px;
	}

	.cooperation-item1__title {
		font-size: 20px;
	}

	.production__container2 {
		padding: 40px 30px;
	}

	.why-item1__title {
		font-size: 20px;
	}

	.landstile1 .mainscreen05021 .title1 {
		font-size: 32px;
	}

	.landstile1 {
		font-size: 16px;
	}

	.subtitle1 {
		font-size: 18px;
	}

	.mainscreen05021 {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.productsline {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.feedback1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.feedback1__wrap1 {
		width: 48%;
	}

	.feedback1__wrap2 {
		width: 48%;
	}

	.why {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.why__col1 {
		width: 50%;
	}

	.why__col2 {
		width: 50%;
	}

	.production {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.production__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.production__wrap2 {
		width: 100%;
	}

	.production__wrap3 {
		width: 48%;
	}

	.landstile1 .production__wrap3 .title1-wrap {
		margin-bottom: 30px;
	}

	.production__list2 li {
		margin-bottom: 20px;
	}

	.production__wrap4 {
		width: 48%;
	}

	.showrooms {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.showrooms__col {
		width: 50%;
	}

	.showrooms__wrap1 {
		width: 100%;
		max-width: none;
	}

	.showrooms__wrap2 {
		max-width: none;
		margin-top: 30px;
	}

	.cooperation {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cooperation__list1 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.cooperation__col1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.info1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.subscribe {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.feedback2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.feedback2__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.feedback2__wrap2 {
		width: 100%;
	}

	.header__toggle {
		margin-right: auto;
	}

	.header__menu1 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.header__menu1 li:last-child {
		margin-bottom: 0;
	}

	.header__menu1 li a {
		font-size: 20px;
	}

	/* .footer__nav1 {
		width: 100%;
		margin-top: 30px;
	}

	.footer__text-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px;
	}

	.footer__nav2-title {
		text-align: left;
	}

	.footer__menu2 {
		gap: 16px;
	} */

	.mainscreen05021-item__title {
		font-size: 20px;
	}
}

@media (max-width: 900px) {
	.mainscreen05021__col {
		width: 50%;
	}
}

@media (max-width: 750px) {
	.landstile1 .mainscreen05021 .title1 {
		font-size: 23px;
	}

	.landstile1 .title1 {
		font-size: 26px;
	}

	.subtitle1 {
		font-size: 16px;
	}

	.callback1 {
		padding: 20px 15px;
		border-radius: 12px;
	}

	.callback1__title {
		font-size: 26px;
	}

	.callback1__subtitle {
		margin-bottom: 20px;
	}

	.landstile1 .title2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.landstile1 .feedback2__wrap1 .title2 {
		font-size: 26px;
	}

	.text1 h2,
	.text1 h3,
	.text1 h4,
	.text1 h5 {
		font-size: 26px;
		margin-bottom: 16px;
		margin-top: 24px;
	}

	.text1 p {
		margin: 16px 0;
	}

	.text1 ul {
		margin: 16px 0;
	}

	.text1 ol {
		margin: 16px 0;
	}

	.mainscreen05021-item__img {
		padding-top: 110%;
		border-radius: 16px;
	}

	.mainscreen05021-item__text-wrap {
		padding: 20px 15px;
	}

	.mainscreen05021-item__play {
		width: 70px;
		height: 70px;
		padding-left: 2%;
		margin-bottom: 25px;
	}

	.mainscreen05021-item__title {
		margin-bottom: 8px;
	}

	.productsline__img {
		width: 1200px;
	}

	.feedback1__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.feedback1__wrap1 .subtitle1 {
		font-size: 16px;
	}

	.feedback1__wrap2 {
		width: 100%;
	}

	.feedback1-item {
		padding-left: 60px;
		margin-bottom: 26px;
	}

	.feedback1-item__icon {
		-webkit-transform: translateY(-50%) scale(0.8);
		-ms-transform: translateY(-50%) scale(0.8);
		transform: translateY(-50%) scale(0.8);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
	}

	.feedback1-item__title {
		margin-bottom: 4px;
	}

	.why__list1 {
		margin: 0 -8px;
		margin-top: -8px;
		margin-bottom: 30px;
	}

	.why__col1 {
		padding: 0 8px;
		margin-top: 16px;
		width: 100%;
	}

	.why__list2 {
		margin: 0 -8px;
		margin-top: -8px;
	}

	.why__col2 {
		padding: 0 8px;
		margin-top: 16px;
	}

	.why-item1 {
		padding: 20px 15px;
		min-height: initial;
	}

	.why-item1__icon {
		margin-bottom: 16px;
	}

	.why-item1__title {
		margin-bottom: 16px;
	}

	.why-item2 {
		padding: 20px 15px;
		border-radius: 16px;
	}

	.why-item2__val {
		font-size: 28px;
	}

	.why-item2__text {
		font-size: 16px;
	}

	.production__img img {
		border-radius: 12px;
	}

	.production__container2 {
		padding: 20px 15px;
		border-radius: 12px;
	}

	.production__wrap3 {
		width: 100%;
		margin-bottom: 30px;
	}

	.production__wrap3 .subtitle1 {
		font-size: 16px;
	}

	.production__wrap4 {
		width: 100%;
	}

	.showrooms__col {
		width: 100%;
	}

	.showrooms__list2 {
		margin-bottom: 20px;
	}

	.showrooms__container1 {
		border-radius: 12px;
		padding: 20px 15px;
	}

	.showrooms__wrap1 ul li {
		font-size: 16px;
	}

	.showrooms__text1 {
		font-size: 38px;
	}

	.showrooms__text2 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.showrooms-item {
		border-radius: 12px;
	}

	.showrooms-item__text-wrap {
		padding: 20px 15px;
	}

	.showrooms-item__city {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.showrooms-item2 {
		margin-bottom: 15px;
	}

	.cooperation__list1-wrap {
		margin-bottom: 30px;
	}

	.cooperation__col1 {
		width: 100%;
	}

	.cooperation__container1 {
		padding: 20px 15px;
		border-radius: 12px;
	}

	.cooperation__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.cooperation__wrap2 {
		width: 100%;
	}

	.landstile1 .cooperation__list2 {
		margin-bottom: 24px;
	}

	.cooperation-item2 {
		margin-bottom: 24px;
	}

	.cooperation-item3 {
		margin-bottom: 5px;
	}

	.info1__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.info1__wrap2 {
		width: 100%;
	}

	.info1__img img {
		border-radius: 12px;
	}

	.feedback2__list {
		margin-top: -16px;
	}

	.feedback2__col {
		width: 100%;
		margin-top: 16px;
	}

	.feedback2-item1 {
		padding: 20px 15px;
		border-radius: 12px;
	}

	.feedback2-item1__icon {
		margin-bottom: 20px;
	}

	.feedback2-item1__title {
		margin-bottom: 8px;
	}

	.feedback2-item1__text {
		margin-bottom: 8px;
	}

	.feedback2-item2 {
		padding: 20px 15px;
		border-radius: 12px;
	}

	/* .footer__wrap1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer__logo {
		margin-bottom: 20px;
	}

	.footer__text1 {
		margin-bottom: 20px;
	}

	.footer__nav1-wrap {
		max-width: 48%;
	}

	.footer__nav1-title {
		margin-bottom: 15px;
	}

	.footer__menu1 li {
		margin-bottom: 8px;
	}

	.footer__wrap2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer__menu2 {
		gap: 8px;
	} */
}

@media (max-width: 650px) {
	.mainscreen05021__col {
		width: 100%;
	}
}

@media (hover) {
	.landstile1 .btn05021:hover {
		background-color: #de4825;
	}

	.btn05022:hover {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		transform: translateY(2px);
	}

	.landstile1 .input-checkbox1:checked ~ .checkbox-form .btn05021:hover {
		background-color: #de4825;
	}

	a.mainscreen05021-item:hover .mainscreen05021-item__img img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.showrooms-item__img-wrap:hover .showrooms-item__img img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	.showrooms-item__city:hover {
		color: #4c1052;
	}

	.header__toggle:hover svg {
		fill: #1350d3;
	}

	.search__btn:hover svg {
		fill: #1350d3;
	}

	/* .footer__menu1 li a:hover {
		text-decoration-color: #666;
	}

	.footer__nav1-title:hover {
		text-decoration-color: #1f2131;
	} */
}