

.proizvodstvo .title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	margin: 40px 0 25px 0;
}

.title-h1 {
	font-weight: 600;
	font-size: 72px;
	line-height: 100%;
	color: #fff;
}

.btn-full {
	border: none;
	outline: none;
	cursor: pointer;
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 54px;
	background: #E68344;
	border: 1px solid #E68344;
	padding: 15px 40px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	transition: .3s;
}

.btn-full:hover {
	background: initial;
	color: #E68344;
}

.proizvodstvo .btn-more {
	border: none;
	outline: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #E68344;
	text-decoration: underline;
	display: inline;
	max-width: unset;
}




/* Первый блок - слайдер */
.opening-slide {
	position: relative;
}

.opening-slide .img {
	z-index: -1;
}

.opening-slide .wrapper {
	min-height: 580px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 65px;
	padding-top: 70px;
	padding-bottom: 50px;
}

.opening-slide-text {
	max-width: 960px;
	font-weight: 500;
	font-size: 30px;
	line-height: 130%;
	color: #fff;
}


.swiper-button-prev {
	background: url(images/icon/swiper-left.svg) no-repeat 50% 50%;
	background-size: contain;
}

.swiper-button-next {
	background: url(images/icon/swiper-right.svg) no-repeat 50% 50%;
	background-size: contain;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}



/* Блок с описанием под главный баннером сверху */
.mini-descrip {
	padding-top: 55px;
	padding-bottom: 55px;
}

.mini-descrip p {
	max-width: 800px;
	margin: 0 auto;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
}




/* Блок "О нас" */
#about {
	background-color: #F6F6F6;
	padding: 40px 0 60px;
}

.about-inner {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}


.about-line {
	display: flex;
	align-items: center;
	gap: 35px;
}

.about-line:nth-child(even) {
	flex-direction: row-reverse;
}

.about-line-img {
	flex-shrink: 0;
	position: relative;
	height: 250px;
	width: 380px;
	border-radius: 12px;
	overflow: hidden;
}

.about-line-main {
	font-weight: 300;
	font-size: 19px;
	line-height: 120%;
}

.about-line:nth-child(even) .about-line-main {
	text-align: right;
}

.about-line-manufacturer {
	max-width: 500px;
}

.about-line-manufacturer img {
	max-width: 100%;
}




/* Блок "Картиа производства" */
#map-manufac {
	padding-top: 50px;
	padding-bottom: 60px;
}

.map-manufac-list {
	margin-top: 65px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
}

.map-manufac-list:before {
	content: '';
	display: block;
	height: 8px;
	width: 100%;
	background-color: #ECECEC;
	position: absolute;
	top: 67px;
	left: 0;
}

.map-manufac-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.map-manufac-list__body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.map-manufac-list__year {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #6C6C6C;
	margin-bottom: 25px;
}

.map-manufac-list__dot {
	position: relative;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 2px solid #6C6C6C;
	margin-bottom: 40px;
	transition: .3s;
}

.map-manufac-list__dot:before {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #6C6C6C;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: .3s;
}

.map-manufac-list__dot:after {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #6C5FA4;
	opacity: 0;
	position: absolute;
	top: -6px;
	left: -6px;
	transition: .3s;
}

.map-manufac-list-item:hover .map-manufac-list__dot {
	border: 2px solid #6C5FA4;
}

.map-manufac-list-item:hover .map-manufac-list__dot:before {
	background-color: #E95329;
}

.map-manufac-list-item:hover .map-manufac-list__dot:after {
	opacity: 1;
}

.map-manufac-list__img {
	position: relative;
	width: calc(100% - 30px);
	height: 120px;
	border-radius: 12px;
	overflow: hidden;
}

.map-manufac-list__text {
	margin-top: 20px;
	padding: 0 15px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
}

.map-manufac-descrip {
	margin-top: 45px;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}





/* Блок "Ассаортимент" */
#assort {
	background-color: #F6F6F6;
	padding: 40px 0 60px;
}

#assort .title {
	margin-bottom: 25px;
}

.assort-descrip {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 70px;
}

.assort-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}

.assort-card {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.assort-card-thumb {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	width: 100%;
	height: 190px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 27px;
}

.assort-card-thumb img {
	width: 100%;
	max-width: 180px;
}

.assort-card-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

#assort .btn-full {
	margin: 0 auto;
}






/* Блок "Производство" */
#proizv {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#proizv .title {
	margin-bottom: 25px;
}

.proizv-subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 35px;
}

.proizv-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.proizv-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.proizv-item__thumb {
	position: relative;
	height: 200px;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.proizv-item__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}

.proizv-item__text {
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
}




/* Блок "Наши продукты" */
#products {
	background-color: #F6F6F6;
	padding-top: 40px;
	padding-bottom: 70px;
}

.products {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.products .title {
	margin-bottom: 25px;
}

.products-sbtitle {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 45px;
}

.products-preim {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 50px 0;
}

.products-preim-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 50px 40px;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
}

.products-preim-card img {
	width: 106px;
	position: absolute;
	top: -50px;
}

.products-preim-card p {
	font-weight: 300;
	font-size: 20px;
}



.cabeli {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 40px;
}

.cabeli-item {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cabeli-item__title {
	font-weight: 600;
	font-size: 22px;
}

.cabeli-item__table {}

.cabeli-item__table-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 10px;
}

.cabeli-item__table-row+.cabeli-item__table-row {
	padding-top: 5px;
	border-top: 1px solid rgb(202, 202, 202);
}

.cabeli-item__table-cell:last-of-type {
	text-align: right;
}

.cabeli-description {
	font-weight: 300;
	font-size: 20px;
}



/* Блок "Ключевые инновации" */
#inovation {
	padding-top: 60px;
	padding-bottom: 100px;
}

#inovation .title {
	margin-bottom: 70px;
}

.inovation-list {
	max-width: 1000px;
	margin: 0 auto;
}

.inovation-line {
	position: relative;
	display: flex;
	align-items: center;
	gap: 100px;
	padding: 30px 0;
}

.inovation-line:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

/* Нижняя линия у нечётных: */
.inovation-line:nth-child(odd):after {
	content: '';
	display: block;
	width: calc(100% - 150px);
	height: 50%;
	border-left: 5px dashed #F6F6F6;
	border-bottom: 5px dashed #F6F6F6;
	border-radius: 0 0 0 20px;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50px;
}

.inovation-line:nth-child(even):before {
	content: '';
	display: block;
	width: 50px;
	height: 50%;
	border-top: 5px dashed #F6F6F6;
	border-right: 5px dashed #F6F6F6;
	border-radius: 0 20px 0 0;
	position: absolute;
	z-index: -1;
	top: -5px;
	right: 50px;
}

/* Верхняя линия у чётных: */
.inovation-line:nth-child(odd):before {
	content: '';
	display: block;
	width: calc(100% - 150px);
	height: 50%;
	border-left: 5px dashed #F6F6F6;
	border-top: 5px dashed #F6F6F6;
	border-radius: 20px 0 0 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50px;
}

.inovation-line:nth-child(even):after {
	content: '';
	display: block;
	width: 50px;
	height: 50%;
	border-bottom: 5px dashed #F6F6F6;
	border-right: 5px dashed #F6F6F6;
	border-radius: 0 0 20px 0;
	position: absolute;
	z-index: -1;
	bottom: -5px;
	right: 50px;
}

.inovation-line:last-of-type:after {
	display: none;
}

.inovation-line:first-of-type:before {
	display: none;
}



.inovation-line__text {
	flex-grow: 1;
	font-size: 20px;
	font-weight: 300;
}

.inovation-line__text p:first-of-type {
	font-size: 22px;
	font-weight: 600;
}

.inovation-line__icon {
	flex-shrink: 0;
	width: 105px;
}

.inovation-line__icon img {
	width: 100%;
}





/* Блок "Сертификаты" */
#serts {
	background-color: #F6F6F6;
	padding-top: 40px;
	padding-bottom: 65px;
}

.serts {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.serts .title {
	margin-bottom: 25px;
}

.serts-subtitle {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 50px;
}

.serts-subtitle a {
	color: #E68344;
	text-decoration: underline;
}

.serts-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.serts-list-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.serts-list p {
	padding-top: 25px;
	font-weight: 500;
	font-size: 20px;
}

.serts-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.serts-list-item a {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
}

.serts-list-item a img {
	width: 100%;
}






/* Баннер с формой в конце страницы */
#banner-form {
	background: url(images/banner/banner-form.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 65px;
	text-align: center;
}

#banner-form .title {
	margin-bottom: 35px;
	color: #fff;
}

.banner-form-subtitle {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
}

#banner-form form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 45px;
}

form input[type=tel],
form input[type=mail],
form input[type=text] {
	height: 54px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	border: none;
	padding: 15px 15px 15px 56px;
}

.form-left {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.form-left div {
	position: relative;
}

.name,
.organis,
.tel,
.email {
	position: relative;
}

.name:before,
.organis:before,
.tel:before,
.email:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	left: 23px;
	top: 15px;
}

form .name:before {
	background: url(images/icon/form-icon-name.svg) no-repeat 50% 50%;
}

form .organis:before {
	background: url(images/icon/form-icon-org.svg) no-repeat 50% 50%;
}

form .tel:before {
	background: url(images/icon/form-icon-tel.svg) no-repeat 50% 50%;
}

form .email:before {
	background: url(images/icon/form-icon-mail.svg) no-repeat 50% 50%;
}



.form-right {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 23px;
}

.form-right textarea {
	min-height: 200px;
	resize: none;
	width: 100%;
	height: 100%;
	padding: 15px 15px 15px 56px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.opis {
	flex-grow: 1;
	position: relative;
}

.opis:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	z-index: 2;
	left: 23px;
	top: 15px;
	background: url(images/icon/form-icon-opis.svg) no-repeat 50% 50%;
}


.form-right .btn-full {
	max-width: none;
}

.sogl {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	max-width: max-content;
	margin: 0 auto;
}

.sogl a {
	color: #fff;
	text-decoration: underline;
}




/* Карта */
#map {
	height: 450px;
	background-color: rgb(204, 204, 204);
}





/* Футер */
footer {
	background-color: #282828;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px 20px;
	padding: 30px 0;
	border-bottom: 1px solid #535353;
}

.footer-logo {
	width: 193px;
}

.footer-logo img {
	width: 100%;
}

.footer-info li {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 5px;
}

.footer-info li p {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}

footer .telmail a {
	color: #fff;
}

.footer-bot {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.footer-bot a {
	font-weight: 300;
	font-size: 14px;
	color: #949494;
}



















/* Попап с формой */
.formPopup-body {
	padding: 30px 60px 0 30px;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(179, 179, 179, 0.25);
	border-radius: 12px;
	overflow: hidden;
}

.formPopup-body .title {
	text-align: left;
	margin-bottom: 5px;
}

.formPopup-subtitle {
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 35px;
}

.hystmodal__bg img {
	max-width: 100%;
}

.formPopup-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.formPopup-form form {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-bottom: 50px;
}

.formPopup-form form input[type=tel] {
	background-color: #F6F6F6;
}

.formPopup-form .btn-full {
	max-width: none;
}

.formPopup-form .sogl,
.formPopup-form .sogl a {
	color: #222222;
}


/* Попап ассортимента */
.assortPopup-body {
	padding: 55px 45px;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(179, 179, 179, 0.25);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	gap: 20px;
}

.assortPopup-thumb {
	width: 100%;
}

.assortPopup-thumb img {
	width: 100%;
}

.assortPopup-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.assortPopup-text .title {
	text-align: left;
	margin-bottom: 0 !important;
}

.assortPopup-text {
	font-weight: 300;
	font-size: 20px;
}





/* Страница "спасибо" */
.tnx-wrapper {
	background-image: url(images/banner/banner-form.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tnx {
	max-width: 600px;
	margin: 15px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

.tnx h1 {
	line-height: 1.1;
}

.tnx p {
	font-size: 20px;
	line-height: 1.1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tnx .btn-full {
	margin: 0 auto;
}










.burger-menu,
.menubox {
	display: none;
}

@media screen and (max-width: 1200px) {

	.opening-swiper .swiper-button-prev,
	.opening-swiper .swiper-button-next {
		top: 30px;
	}
}

@media screen and (max-width: 980px) {

	/* бургер */
	.burger-menu {
		display: flex;
		align-items: center;
		width: 30px;
		height: 30px;
		cursor: pointer;
		position: relative;
		z-index: 11;
		transition: .25s;
	}

	.burger-menu>span,
	.burger-menu>span::before,
	.burger-menu>span::after {
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		background-color: #E68344;
		transition-duration: .25s;
	}

	.burger-menu>span::before {
		content: '';
		top: -8px;
	}

	.burger-menu>span::after {
		content: '';
		top: 8px;
	}

	/* меню */
	.menubox {
		display: block;
		align-items: center;
		position: fixed;
		visibility: hidden;
		opacity: 0;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 80px 15px 15px 15px;
		list-style: none;
		background-color: #f8f8f8;
		z-index: 9;
		transition-duration: .25s;
		overflow-y: scroll;
	}

	.menubox__inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	.menubox ul {
		list-style: none;
		padding: 0;
		height: 80%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		line-height: 2.5;
	}

	.menubox__bottom {
		height: 20%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.menubox__bottom a {
		color: #000;
		font-size: 17px;
		text-align: center;
	}

	.menubox ul li {
		text-align: center;
	}

	.menubox ul li a {
		color: #000;
		font-size: 18px;
	}

	/* работа меню */
	.burger-menu.active>span {
		background-color: initial;
	}

	.burger-menu.active>span::before {
		top: 0;
		transform: rotate(-45deg) scale(1);
	}

	.burger-menu.active>span::after {
		top: 0;
		transform: rotate(45deg) scale(1);
	}

	.active.menubox {
		visibility: visible;
		opacity: 1;
	}

	body._lock {
		overflow-y: hidden;
		height: 100vh;
	}

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

	.hystmodal__bg {
		display: none;
	}

	.formPopup-form {
		justify-content: center;
	}

	.formPopup-body {
		display: block;
		padding: 40px 20px 30px;
	}

	.hystmodal__form {
		padding: 0;
		max-width: max-content;
	}

	.hystmodal__window {
		width: max-content;
	}

	.header-top .massager-line,
	.header-top .soc-line,
	.header-top .btn-full,
	.header-bottom {
		display: none;
	}

	.header-top,
	.header-padding {
		height: 70px;
	}

	.header-logo {
		width: 100px;
	}

	.telmail a {
		font-size: 18px;
	}

	.telmail a+a {
		font-size: 12px;
	}

	.btn-full {
		max-width: none;
	}

	.title-h1 {
		font-size: 40px;
	}

	.title {
		font-size: 28px;
	}

	.opening-slide-text {
		font-size: 20px;
	}

	.mini-descrip p {
		font-size: 18px;
	}

	.about-line-main {
		font-size: 18px;
	}

	.map-manufac-descrip {
		font-size: 18px;
	}

	.assort-list {
		gap: 30px 15px;
	}

	.assort-descrip {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 25px;
	}

	.assort-card-thumb {
		margin-bottom: 15px;
	}

	.assort-card-name {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.assort-card .btn-more {
		font-size: 16px;
	}

	.proizv-item {
		gap: 10px;
	}

	.proizv-subtitle,
	.proizv-item__title {
		font-size: 18px;
	}

	.proizv-item__text {
		font-size: 16px;
	}

	.products-sbtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.products-preim {
		gap: 15px;
	}

	.products-preim-card {
		padding: 80px 20px 30px;
	}

	.products-preim-card p,
	.cabeli-item__title {
		font-size: 18px;
	}

	.cabeli-description {
		font-size: 14px;
	}

	#inovation .title {
		margin-bottom: 15px;
	}

	.inovation-line {
		gap: 20px;
	}

	.inovation-line__text p:first-of-type {
		font-size: 18px;
	}

	.inovation-line__text {
		font-size: 16px;
	}

	.inovation-line__icon {
		width: 60px;
	}

	.inovation-line:nth-child(odd):after,
	.inovation-line:nth-child(odd):before {
		left: 30px;
	}

	.inovation-line:nth-child(even):before,
	.inovation-line:nth-child(even):after {
		right: 30px;
		width: 83px;
	}

	.serts-subtitle {
		font-size: 18px;
	}

	.serts-list-item,
	.serts-list-row,
	.serts-list {
		gap: 15px;
	}

	.serts-list p {
		padding-top: 15px;
		font-size: 16px;
	}

	.banner-form-subtitle {
		font-size: 18px;
	}

	.sogl {
		font-size: 14px;
	}

	.assortPopup-text {
		font-size: 16px;
	}

	.map-manufac-list:before {
		display: none;
	}

	.map-manufac-list {
		margin-top: 20px;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.map-manufac-list__body {
		flex-grow: 1;
	}

	.map-manufac-list-item {
		align-items: flex-start;
		flex-direction: row;
		gap: 15px;
	}

	.map-manufac-list__year {
		margin-bottom: 0;
	}

	.map-manufac-list__dot {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.map-manufac-list__img {
		flex-shrink: 0;
		width: 100%;
		height: 200px;
	}

	.map-manufac-list__text {
		margin-top: 15px;
	}
}

@media screen and (max-width: 850px) {
	.about-inner {
		margin-top: 30px;
	}

	.about-line {
		flex-direction: column !important;
	}

	.about-line-img {
		width: 100%;
		max-width: 500px;
	}

	.about-line:nth-child(even) .about-line-main {
		text-align: left;
	}
}

@media screen and (max-width: 700px) {

	.opening-swiper .swiper-button-prev,
	.opening-swiper .swiper-button-next {
		display: none;
	}

	.opening-slide .wrapper {
		min-height: auto;
		gap: 30px;
	}

	.assort-list {
		grid-template-columns: repeat(2, 1fr);
	}


	.products-preim {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.cabeli,
	.proizv-list {
		grid-template-columns: 1fr;
	}

	.serts-list {
		grid-template-columns: 1fr;
		gap: 30px 15px;
	}

	#banner-form form {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.form-left,
	.form-right {
		gap: 15px;
	}

	.footer-bot {
		flex-direction: column;
		text-align: center;
	}

	.assortPopup-body {
		flex-direction: column;
		align-items: center;
		padding: 40px 20px 30px;

	}

	.assortPopup-thumb {
		width: 150px;
	}
}