.wrapper_inner {
	padding: 0!important;
}

body .wrapper_inner {
	max-width: none!important;
}

.top_inner_block_wrapper.maxwidth-theme {
	display: none;
}

.maxwidth-theme--no-bg {
	background: none;
}

.banner__main {
	display: flex;
	flex-wrap: wrap;
	max-width: 1350px;
	margin: 0 auto;
	padding: 80px 30px;
}

.banner__main .block {
	box-sizing: border-box;
}

.banner__main .first__block_main {
	padding: 30px 0;
}

div.column .image-block p {
    padding-bottom: 10px;
}

  /* На десктопе: две колонки */
@media (min-width: 768px) {
	.banner__main .block {
		flex: 1 0 50%;
 /* 2 блока по 50% ширины */;
	}
}

  /* На мобильных: вертикальное расположение */
@media (max-width: 767px) {
	.banner__main {
		flex-direction: column;
	}

	.banner__main .block {
		width: 100%;
 /* Блоки занимают всю ширину */;
	}
}

.banner__main .banner__caption {
	text-transform: uppercase;
	/*color: #00b0d3;*/
	/*padding-bottom: 0px;*/
  	font-weight: 700;
  	font-size: 3.6em;
	line-height: 60px;
	margin: 0;
}

.banner__main .banner__caption .blue_color {
	color: #00a9d4;
}

.banner__main .banner__caption::after {
	/*content: "—";*/
 /* или "–" для среднего */
	/*margin: 0 5px;*/
	/*color: #000;*/
}

.banner__main .banner__caption__p__b {
	color: #000;
	line-height: 60px;
	margin: 0 0 48px;
	font-weight: 700;
	font-size: 3.6em;
}

.banner__main .banner__caption__p {
	padding-bottom: 50px;
    font-size: 1.5em;
}

.banner a {
	width: 190px;
}

.button {
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 250px;
	min-height: 35px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1;
	background-color: #00B4D8;
	border: none;
  font-weight:700;
}

.button:hover {
	color: #ffffff;
	background-color: #00cef7;
}

.button:focus {
	color: #ffffff;
}

.split-button {
	width: 400px;
}

.split-button-san {
	width: 350px;
}

.split-button-oboi {
	width: 300px;
}

.container__main {
	display: flex;
 /* Делаем контейнер гибким */
	gap: 20px;
 /* Отступ между блоками */
	width: 100%;
 /* Ширина контейнера */;
 	justify-content: flex-end;
}

.container__main img {
	width: 100%;
    max-width: 593px;
 /* Ширина контейнера */;
}

.block-left__main {
	width: 30%;
 /* 30% ширины */
	display: flex;
	flex-direction: column;
 /* Элементы друг под другом */
	gap: 20px;
 /* Отступ между изображениями */;
}

.block-right__main {
	width: 70%;
 /* 70% ширины */
	display: flex;
	flex-direction: column;
 /* Элементы друг под другом */
	gap: 20px;
 /* Отступ между рядами */;
}

.row__main {
	display: flex;
	gap: 20px;
 /* Отступ между изображениями в ряду */;
}

.row__main img {
	width: calc(50% - 10px);
 /* 50% ширины минус половина gap */
	height: auto;
}

.block-left__main img,
.block-right__main .full-width__main {
	width: 100%;
 /* Полная ширина внутри блока */
	height: auto;
}

/* stamps */

.stamps {
	padding: 40px 0;
	background-color: #26292e;
}

.stamps--white {
	background: none;
}

ul.stamps__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 15px;
}

.stamps__item {
	flex: 0 0 auto;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}

.stamps__item::before {
	display: none !important;
}

.stamps__img {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	max-width: 100%;
}

.stamps__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stamps__text {
	margin: 0;
	max-width: 100%;
	width: 200px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	color: #ffffff;
}

.stamps__text--big {
	width: 200px;
}

.stamps--white .stamps__text {
	color: #383838;
}

.stamps__text__one {
	width: 275px;
}

.mark_link {
	color:#000;
}

@media screen and (max-width: 570px) {
	.stamps__list {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 25px;
	}

	.stamps__item {
		padding: 0 0 0 31vw;
	}
}

@media screen and (max-width: 576px) {
	h1.banner__caption {
		font-size: 1.9em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 40px;
	}
	.banner__caption__p {
		text-align: center;
    line-height: 1.2em;
	}

	.banner__main {
		padding: 20px 20px;
	}
	.button {
		width: auto;
	}

	.stamps__list {
		gap: 15px;
	}

	.stamps__item {
		padding: 0;
	}

	.stamps__text br {
		display: none;
	}

	.stamps__text,
    .stamps__text--big {
		width: 200px;
	}
}


/* Категории на Главной */

.categories-main {
	margin: 60px 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: min-content;
	gap: 20px;
}

.categories-main__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 19px 7px;
	border: 1px solid rgba(204, 204, 204, 0.3);
}

.categories-main__link:hover {
	cursor: pointer;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.categories-main__link:hover .shine::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;
	opacity: 1;
}

.categories-main__link:hover .categories-main__caption {
	color: #009fbf;
}

.categories-main__img {
	margin-bottom: 10px;
	width: 68px;
	max-width: 100%;
}

.categories-main__img img {
	display: block;
	width: 100%;
}

.categories-main__caption {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000000;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.categories-main {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.categories-main {
		gap: 0;
		grid-template-columns: repeat(2, 1fr);
	}

	.categories-main__caption {
		font-size: 12px;
		font-weight: 700;
	}

	.categories-main__img {
		margin-bottom: 10px;
	}

	.categories-main__link {
		padding: 14px 7px 20px 7px;
	}

	.categories-main__link:not(:nth-child(2n)) {
		border-right: none;
	}

	.categories-main__link:nth-child(-n + 8) {
		border-bottom: none;
	}
}

.categories__main {
	/*padding-top: 30px;*/
	position: relative;
}

/* advantages */

.advantages {
	padding: 30px 0;
	background-color: #26292e;
}

.advantages h2 {
	color: #fff;
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	font-size: 2.8em;
}

/* advantages */

/* ready */

.ready {
	padding: 64px 0;
}

.ready__caption-row {
	margin-bottom: 45px;
	position: relative;
	width: 100%;
	text-align: center;
}

.ready__top-link {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
	color: #00B4D8;
}

.ready__row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.ready__link {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #F2F2F2;
}

.ready__link:hover {
	cursor: pointer;
	box-shadow: 0px 1px 20px 0px #dfdfdf;
}

.ready__link:hover .ready__text p {
	color: #00b1d3;
}

.ready__img {
	height: 208px;
	width: 100%;
	background: #D9D9D9;
}

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

.ready__text {
	padding: 15px;
}

.ready__text time {
	margin-bottom: 14px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	color: #666666;
}

.ready__text p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #1D2029;
}

@media screen and (max-width: 1024px) {
	.ready__row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.ready__caption-row {
		margin-bottom: 20px;
		align-items: baseline;
	}

	.ready__caption {
		font-size: 20px;
	}

	.ready__top-link {
		font-size: 14px;
	}

	.ready__row {
		grid-template-columns: 1fr;
	}

	.ready__text p {
		font-size: 16px;
	}

	.ready__text time {
		margin-bottom: 7px;
		font-size: 12px;
	}
}

/* space__grey */

.space__grey {
	padding: 60px 0;
	background: #F7F8F9;
	margin-bottom: 100px;
}

/* Основные стили контейнера */
.split-container {
	display: flex;
	width: 100%;
	gap: 30px;
 /* Поле между блоками */
	padding: 0;
	margin: 0;
}

/* Общие стили для обеих половин */
.split-left, .split-right {
	flex: 1;
	padding: 0;
	background: none;
	border: none;
}

/* Левый блок с текстом */
.split-left {
	display: flex;
	flex-direction: column;
}

.split-title {
	margin: 0 0 20px;
	font-size: 2rem;
	line-height: 1.1;
    	font-size: 2.8em;
}

.split-text {
	line-height: 1.6;
}

ul.langing__split li {
	line-height: 1.5em;
	font-size: 1.5em;
	padding-left: 38px;
	padding-bottom: 20px;
}

ul.langing__split li::before {
	color: #293132;
}

/* Правый блок с изображениями */
.featured-image {
	margin-bottom: 30px;
}

.featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

.image-grid {
	display: flex;
	gap: 15px;
}

.image-item {
	flex: 1;
}

.image-item img {
	width: 100%;
	height: auto;
	display: block;
}

.image-caption {
	margin-top: 2px;
	text-align: left;
	font-size: 12px;
}

/* Мобильная версия */
@media (max-width: 768px) {
	.split-container {
		flex-direction: column;
		gap: 40px;
	}

	.image-grid {
		flex-direction: column;
	}

	.image-item {
		margin-bottom: 20px;
	}
}

/* space__grey */

/* solutions */

.solutions {
	padding-top: 64px;
	padding-bottom: 60px;
	background: #F7F8F9;
}

.solutions h2, .ready h2 {
	width: 100%;
	text-align: center;
	    font-size: 2.8em;
    padding-bottom: 30px;
}

.solutions--no-bg {
	background: none;
}

.solutions__caption {
	margin: 0 0 55px;
	text-align: center;
	letter-spacing: 0.03em;
}

.solutions__row {
  display: flex;
  flex-direction: column; /* По умолчанию - колонка (для мобилок) */
  gap: 20px; /* Отступ между элементами */
}

.solutions__link {
  position: relative;
  display: flex;
  align-items: center; /* Центрирование по вертикали для мобильных */
  justify-content: center; /* Центрирование по горизонтали для мобильных */
  min-height: 318px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  width: 100%; /* На всю ширину */
  padding: 50px 25px;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}



.solutions__text {
  color: white; /* Предполагается светлый текст на фоне */
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 2;
  font-size: 0.8em;
}

.solutions__link:hover {
	cursor: pointer;
	color: #ffffff;
	box-shadow: 0px 1px 20px 0px #727272;
}

@media (min-width: 768px) {
	.solutions__row {
    flex-direction: row; /* Рядом на десктопе */
  }
  .solutions__link {
    align-items: flex-end; /* Текст внизу на десктопе */
    justify-content: center;
    width: 50%; /* Половина ширины ряда */
  }
  
  .solutions__text {
    margin-bottom: 10px; /* Отступ от нижней границы */
    font-size: 1.8em;
  }
}

/*@media screen and (max-width: 1024px) {
	.solutions__row {
		grid-template-columns: 1fr;
	}

	.solutions__link {
		font-size: 25px;
	}
			
}*/

@media screen and (max-width: 576px) {
	.solutions__caption {
		font-size: 22px;
	}

	.solutions__link {
		padding: 25px;
		min-height: 200px;
		font-size: 18px;
	}

}

.advantages .white-block {
	width: 100%;
	background: white;
	padding: 40px;
	box-sizing: border-box;
}

.advantages .white-block .block-title {
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
  font-size:26px;
	color: #000;
}

.advantages .white-block .three-columns {
	display: flex;
	gap: 20px;
 /* Равные отступы между колонками */;
}

@media (max-width: 768px) {
	.advantages .white-block .three-columns {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
}

.advantages .white-block .column {
	flex: 1;
 /* Все колонки одинаковой ширины */
	display: flex;
	flex-direction: column;
	gap: 20px;
 /* Отступ между внутренними блоками */;
}

.advantages .white-block .text-block {
	padding: 20px;
  height:120px;
	background: #F7F8F9;
  font-size:1.5em;
  line-height: 1.2;
}

.duo-panel__card--gray, .duo-panel__footer--text, .duo-panel__hero--text, .duo-panel__hero--image p, .duo-panel__footer--image p {
  font-size:1.5em;
  line-height: 1.2;
}

.advantages .white-block .image-block {
	height: 100%;
 /* Высота как у двух текстовых блоков */
	padding: 20px;
	background-image: url('/landing/brand-1/img/shop sevastopol.png');
	background-size: cover;
	background-position: center;
	color: #fff;
  font-size: 1.5em;
    line-height: 1.2;
 /* Цвет текста на фоне */;
}

.advantages .white-block .image-block p {
	margin: 0;
}

ul.langing__advantages li::before {
	color: #fff;
}

.duo-panel__container {
	--duo-gap: 30px;
 /* Отступ между блоками */
	display: flex;
	gap: var(--duo-gap);
	width: 100%;
 /* Полная ширина */
	margin: 0;
 /* Убираем внешние отступы */
	padding: 0;
 /* Убираем внутренние отступы */
	box-sizing: border-box;
	padding-top: 30px;
}

/* Десктоп: 2 колонки */
.duo-panel__item {
	flex: 1 0 calc(50% - var(--duo-gap)/2);
	background: white;
	padding: 40px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Мобильная версия */
@media (max-width: 768px) {
	.duo-panel__container {
		flex-direction: column;
		gap: var(--duo-gap);
	}

	.duo-panel__item {
		flex: 1 1 100%;
	}
}

/* Общие стили элементов */
.duo-panel__title {
	text-align: left;
	margin-bottom: 30px;
	font-weight: bold;
  font-size:26px;
	color: #000;
}

.duo-panel__hero {
	padding: 20px;
  height:120px;
	margin-bottom: 20px;
	background: #F7F8F9;
}

.duo-panel__hero--image {
	background: url('/landing/brand-1/img/assortment.png') center/cover;
	color: white;
	height: 120px;
	display: flex;
	align-items: center;
}

.duo-panel__hero p {
	margin: 0;
}

.duo-panel__grid {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.duo-panel__grid--double > .duo-panel__card {
	flex: 1;
}

.duo-panel__card {
	padding: 20px;
}

.duo-panel__card--gray {
	background: #F7F8F9;
}

.duo-panel__footer {
	padding: 25px;
	background: #F7F8F9;
	position: relative;
  height:120px;
}

.duo-panel__footer img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.duo-panel__hero--text {
	position: relative;
}

.duo-panel__hero--text img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.duo-panel__footer--image {
	background: url('/landing/brand-1/img/manufacture.png') center/cover;
	color: white;
	height: 120px;
	display: flex;
	align-items: center;
}

            /* Основной блок (100% ширины, тёмный фон) */
.overlay-section {
	position: relative;
 /* Чтобы текст позиционировался относительно него */
	width: 100%;
	min-height: 500px;
 /* Можно регулировать высоту */
	background-color: #293132;
}

        /* Изображение (50% ширины, справа) */
.overlay-section__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url('/landing/brand-1/img/design.png');
 /* Замените на своё */
	background-size: cover;
	background-position: center;
}

        /* Текст (поверх всего) */
.overlay-section__text {
	position: relative;
 /* Чтобы z-index работал */
	z-index: 10;
 /* Поднимаем текст над изображением */
	color: #fff;
 /* Белый текст для контраста */
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 130px;
}

.overlay-section__title {
	font-weight: 700;
	font-size: 2.8em;
	margin-bottom: 20px;
	line-height: 1.4;
}

.overlay-section__description {
	font-size: 1.6rem;
	line-height: 1.6;
	max-width: 600px;
	margin-bottom: 30px;
 /* Чтобы текст не растягивался на всю ширину */;
}

        /* Адаптив для мобильных */
@media (max-width: 768px) {
	.overlay-section__image {
		width: 100%;
 /* На мобильных — изображение на всю ширину */
		height: 300px;
		position: relative;
 /* Чтобы не перекрывало текст */;
	}

	.overlay-section__text {
		padding: 40px 20px;
	}
}


        /* Секция с фоновым изображением */
.full-width-banner {
	position: relative;
	width: 100%;
	min-height: 200px;
 /* Регулируйте высоту */
	background-image: url('/landing/brand-1/img/sale.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	color: white;
}

        /* Контейнер для текста */
.full-width-banner__content {
	position: relative;
	z-index: 10;
 /* Чтобы текст был поверх затемнения */
	max-width: 1350px;
	padding: 0px 30px;
	width: 100%;
	margin: 0 auto;
}

.full-width-banner__title {
	font-size: 3rem;
	margin-bottom: 20px;
	line-height: 1.2;
}

.full-width-banner__text {
	font-size: 1.2rem;
	line-height: 1.6;
	max-width: 600px;
	margin-bottom: 30px;
}

        /* Адаптив для мобильных */
@media (max-width: 768px) {
	.full-width-banner {
		min-height: 400px;
		text-align: center;
	}

	.full-width-banner__title {
		font-size: 2rem;
	}

	.full-width-banner__text {
		font-size: 1rem;
		margin: 0 auto 20px;
	}
}

strong {
	color: #00B4D8;
}

.full-width-space {
	position: relative;
	z-index: 10;
	max-width: 1350px;
	padding: 0px 30px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 30px;
}

.view-all-block {
	text-align: center;
	margin: 50px 0;
	margin-bottom: 0;
	font-weight: bold;
}

.view-all-link {
	position: relative;
	font-weight: 600;
}

.view-all-link:hover {
	color: #009fbf;
}

.view-all-link:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 1px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
	background: #009fbf;
	-webkit-transition: -webkit-transform .4s, -webkit-transform-origin 0s;
	transition: -webkit-transform .4s, -webkit-transform-origin 0s;
	-o-transition: -o-transform .4s, -o-transform-origin 0s;
	-moz-transition: transform .4s, transform-origin 0s, -moz-transform .4s, -moz-transform-origin 0s;
	transition: transform .4s, transform-origin 0s;
	transition: transform .4s, transform-origin 0s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s, -webkit-transform-origin 0s, -moz-transform-origin 0s, -ms-transform-origin 0s, -o-transform-origin 0s;
}

.view-all-link:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.view-all-link:after {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.16699L7.33333 7.00032L1.5 12.8337' stroke='%23009fbf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	content: '';
	display: inline-block;
	width: calc(1em / 3);
	height: calc(1em / 2);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: calc(1em / 3);
	margin-bottom: 1px;
	background-position: 0 0;
}

.form textarea {
	min-height: 0;
}



@media screen and (max-width: 1024px) {
	.banner__main {
	    flex-wrap: nowrap;
	    flex-direction: row;
	}
	.banner__main .banner__caption {
		    font-size: 2.6em;
	}
	ul.stamps__list {
		flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	    row-gap: 15px;
	    column-gap: 100px;
	}
	.advantages .white-block .text-block, .advantages .white-block .image-block, .duo-panel__card--gray, .duo-panel__footer--text, .duo-panel__hero--text, .duo-panel__hero--image p, .duo-panel__footer--image p {
		font-size: 1.3em;
	}
	.duo-panel__hero--text img, .duo-panel__footer img {
		height: 70px;
	}

}

@media screen and (max-width: 768px) {
	.container__main img {
		max-width: none;
	}
	.banner__main .banner__caption {
		font-size: 1.9em;
		    line-height: 1.1em;
		    text-align: center;
		    margin-bottom: 30px;
	}
	.banner__caption__p {
		text-align: center;
    line-height: 1.2em;
	}

	.banner__main {
		padding: 20px 20px;
	}
	.button {
		width: auto;
	}
	.stamps {padding: 20px 0}
	.stamps__img img {
		width: 46px;
	}
	.categories-main {margin: 0}
	.categories__main {padding: 20px 0}
	.advantages h2, .solutions h2, .ready h2, .split-title, .overlay-section__title {
		font-size: 1.9em;
		line-height: 1.1em;
		margin: 20px 0;
		text-align: center;
	}
	.advantages .white-block .block-title, .duo-panel__title {
		text-align: center;
	}
	.advantages .white-block .text-block, .advantages .white-block .image-block, .duo-panel__hero--image, .duo-panel__hero--image p, .duo-panel__card--gray, .duo-panel__footer, .duo-panel__hero.duo-panel__hero--text {
		height: auto;
		font-size: 1.2em;
	}
	.advantages .white-block, .duo-panel__item.duo-panel__item--primary, .duo-panel__item {
		padding: 20px;
	}
	.duo-panel__grid {
		flex-direction: column;
	}
	ul.langing__split li {
	    line-height: 1.2em;
	    font-size: 1.2em;
	    padding-left: 30px;
	    padding-bottom: 10px;
	}
	.split-right {
		display: none;
	}
	.space__grey {
		    padding: 30px 0;
		    margin-bottom: 50px;
	}
	.overlay-section__description {
	    font-size: 1.2em;
	    line-height: 1.2em;
	    text-align: center;
	}
/*	.solutions__text {
		    height: auto;
		    font-size: 1em;
		    line-height: 1.2em;
	}*/
	.duo-panel__footer img {
		height: 80px;
	}
	.duo-panel__hero--text img {
		height: 60px;
	}

}


@media screen and (max-width: 768px) {
	.first__block_main { order: 2; }
	.second__block_main { order: 1; }
	.banner__main {flex-direction: column;}
}

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

}
@media screen and (max-width: 380px) {
	.duo-panel__footer img, .duo-panel__hero--text img {display: none}
/*		.solutions__text {
		left: -10px;
		text-align: center;
	}*/
}