.m_top {
	margin-top: 35px;
}

.gefest-product-card__list ul {
	list-style: none;
}

.gefest_products_content {
	margin: 80px 0;
}

.main_page {
	min-height: 75vh;
}

.gefest-hero-product__media.product__media_img img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

/*хлебные */

.elementor-element-e8fc364 {
	margin-bottom: 20px;
}

.elementor-element-e8fc364 .gefest-breadcrumbs {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Oswald", Sans-serif;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 0;
	column-gap: 0;
	row-gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #1f2937;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__item:not(:last-child)::after {
	content: "\f105";
	display: inline-block;
	margin: 0 16px;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	color: #111111;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 9px;
	color: #52688f;
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__link:hover {
	color: #405577;
	text-decoration: none;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__home {
	color: #52688f;
	font-size: 14px;
	line-height: 1;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__current {
	display: inline-block;
	color: #101827;
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

@media (max-width: 767px) {

	.elementor-element-1a4fa691 {
		max-width: 151px !important;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__item,
	.elementor-element-e8fc364 .gefest-breadcrumbs__link,
	.elementor-element-e8fc364 .gefest-breadcrumbs__current {
		font-size: 14px;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__home {
		font-size: 13px;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__item:not(:last-child)::after {
		margin: 0 10px;
		font-size: 12px;
	}

	.gefest_products_content {
		margin: 40px 0;
	}

	.gefest_product__container {
		padding: 0 4vw;
	}

}

@media (max-width: 480px) {
	.elementor-element-e8fc364 .gefest-breadcrumbs__list {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__item {
		max-width: 100%;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__current {
		max-width: 100%;
	}
}

/*END хлебные */

.elementor-element-15453a9 .gefest-products,
.gefest-products {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-element-15453a9 .gefest-products *,
.gefest-products * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gefest-products__grid {
	margin-bottom: 45px;
}

.elementor-element-15453a9 .gefest-products__grid,
.gefest-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.elementor-element-15453a9 .gefest-product-card,
.gefest-product-card {
	min-height: 657px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.elementor-element-15453a9 .gefest-product-card__title,
.gefest-product-card__title {
	min-height: 60px;
	padding: 10px 18px;
	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;
	background: #556686;
	color: #ffffff;
	font-family: "Oswald", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.gefest-product-card__button:hover,
.gefest-product-card__title:hover {
	color: #FFFFFF;
	background-color: #E28519;
}

.woocommerce-pagination {
	margin-bottom: 35px;
}

.elementor-element-15453a9 .gefest-product-card__image,
.gefest-product-card__image {
	height: 390px;
	padding: 42px 34px 20px;
	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;
}

.elementor-element-15453a9 .gefest-product-card__image img,
.gefest-product-card__image img {
	display: block;
	max-width: 100%;
	max-height: 315px;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.elementor-element-15453a9 .gefest-product-card__list,
.gefest-product-card__list {
	min-height: 100px;
	margin: 14px 40px 22px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	color: #000000;
}

.elementor-element-15453a9 .gefest-product-card__list li,
.gefest-product-card__list li {
	position: relative;
	padding-left: 20px;
}

.elementor-element-15453a9 .gefest-product-card__list li + li,
.gefest-product-card__list li + li {
	margin-top: 2px;
}

.elementor-element-15453a9 .gefest-product-card__list li::before,
.gefest-product-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #5f9ed1;
}

.elementor-element-15453a9 .gefest-product-card__button,
.gefest-product-card__button {
	width: calc(100% - 40px);
	min-height: 51px;
	margin: auto 20px 20px;
	padding: 15px 18px 13px;
	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;
	background: #556686;
	color: #ffffff;
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.24em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.elementor-element-15453a9 .gefest-product-card__button:hover,
.gefest-product-card__button:hover {
	background: #4c5c7a;
	color: #ffffff;
}

.elementor-element-15453a9 .gefest-product-card__button:active,
.gefest-product-card__button:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

/* Планшеты: 2 карточки в ряд */
@media (max-width: 1024px) {

	.elementor-element-15453a9 .gefest-products,
	.gefest-products {
		max-width: 100%;
		padding: 0 16px;
	}

	.elementor-element-15453a9 .gefest-products__grid,
	.gefest-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.elementor-element-15453a9 .gefest-product-card,
	.gefest-product-card {
		min-height: 620px;
	}

	.elementor-element-15453a9 .gefest-product-card__image,
	.gefest-product-card__image {
		height: 350px;
	}
}

/* Мобильные: 1 карточка в ряд */
@media (max-width: 767px) {

	.elementor-element-15453a9 .gefest-products,
	.gefest-products {
		padding: 0 12px;
	}

	.elementor-element-15453a9 .gefest-products__grid,
	.gefest-products__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.elementor-element-15453a9 .gefest-product-card,
	.gefest-product-card {
		min-height: auto;
	}

	.elementor-element-15453a9 .gefest-product-card__title,
	.gefest-product-card__title {
		height: 56px;
		font-size: 17px;
	}

	.elementor-element-15453a9 .gefest-product-card__image,
	.gefest-product-card__image {
		height: 300px;
		padding: 34px 28px 18px;
	}

	.elementor-element-15453a9 .gefest-product-card__image img,
	.gefest-product-card__image img {
		max-height: 250px;
	}

	.elementor-element-15453a9 .gefest-product-card__list,
	.gefest-product-card__list {
		min-height: auto;
		margin: 12px 34px 28px;
		font-size: 17px;
	}

	.elementor-element-15453a9 .gefest-product-card__button,
	.gefest-product-card__button {
		width: calc(100% - 34px);
		margin: auto 17px 18px;
		font-size: 14px;
		letter-spacing: 0.2em;
	}
}

/* Очень узкие экраны */
@media (max-width: 380px) {

	.elementor-element-15453a9 .gefest-product-card__button,
	.gefest-product-card__button {
		font-size: 13px;
		letter-spacing: 0.16em;
	}

	.elementor-element-15453a9 .gefest-product-card__list,
	.gefest-product-card__list {
		margin-left: 26px;
		margin-right: 26px;
	}
}


/*типовая страница*/

.gefest-hero-product {
	width: 100%;
	padding: 84px 0 22px;
	background: #ffffff;
}

.gefest-hero-product *,
.gefest-hero-product *::before,
.gefest-hero-product *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gefest_product__container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

.gefest-hero-product__container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 585px;
	gap: 52px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.gefest-hero-product__content {
	min-width: 0;
	padding-top: 1px;
}

.gefest-hero-product__title {
	max-width: 560px;
	margin: 22px 0 20px;
	color: #20242d;
	font-family: "Oswald", Sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: 0;
}

.gefest-hero-product__text {
	max-width: 570px;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	font-family: "Inter", Sans-serif;
}

.gefest-hero-product__text ul {
	padding: 0 0 0 39px;
}

.gefest-hero-product__lead {
	margin: 0 0 24px;
	color: #000000;
	font-family: "Oswald", Sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.42;
}

.gefest-hero-product__list {
	margin: 0;
	padding: 0 0 0 39px;
	color: #000000;
	font-family: "Oswald", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.85;
}

.gefest-hero-product__list li {
	margin: 0 0 2px;
	padding-left: 0;
}

.gefest-hero-product__media {
	width: 100%;
	height: 608px;
	overflow: hidden;
}

.gefest-hero-product__media img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


/* Хлебные крошки внутри блока */

.elementor-element-e8fc364 .gefest-breadcrumbs {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Oswald", Sans-serif;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-family: "Oswald", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__item:not(:last-child)::after {
	content: "\f105";
	display: inline-block;
	margin: 0 16px;
	color: #111111;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 9px;
	color: #52688f;
	font-family: "Oswald", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__link:hover {
	color: #405577;
	text-decoration: none;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__home {
	color: #52688f;
	font-size: 14px;
	line-height: 1;
}

.elementor-element-e8fc364 .gefest-breadcrumbs__current {
	display: inline-block;
	color: #101827;
	font-family: "Oswald", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}


/* Адаптив */

@media (max-width: 1200px) {
	.gefest-hero-product {
		padding: 70px 20px 22px;
	}

	.gefest-hero-product__container {
		max-width: 100%;
		grid-template-columns: minmax(0, 1fr) 48%;
		gap: 40px;
	}

	.gefest-hero-product__media {
		height: 560px;
	}
}

@media (max-width: 1024px) {
	.gefest-hero-product {
		padding-top: 50px;
	}

	.gefest-hero-product__container {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.gefest-hero-product__content,
	.gefest-hero-product__text,
	.gefest-hero-product__title {
		max-width: 100%;
	}

	.gefest-hero-product__media {
		height: auto;
		max-height: none;
	}

	.gefest-hero-product__media img {
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 767px) {
	.gefest-hero-product {
		padding: 34px 15px 20px;
	}

	.gefest-hero-product__container {
		gap: 26px;
	}

	.gefest-hero-product__title {
		margin: 18px 0 16px;
		font-size: 30px;
		line-height: 1.12;
	}

	.gefest-hero-product__lead {
		margin-bottom: 18px;
		font-size: 21px;
		line-height: 1.35;
	}

	.gefest-hero-product__list {
		padding-left: 24px;
		font-size: 16px;
		line-height: 1.65;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__item,
	.elementor-element-e8fc364 .gefest-breadcrumbs__link,
	.elementor-element-e8fc364 .gefest-breadcrumbs__current {
		font-size: 14px;
	}

	.elementor-element-e8fc364 .gefest-breadcrumbs__item:not(:last-child)::after {
		margin: 0 10px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.gefest-hero-product__title {
		font-size: 28px;
	}

	.gefest-hero-product__lead {
		font-size: 19px;
	}

	.gefest-hero-product__list {
		font-size: 15px;
		line-height: 1.55;
	}
}


/*Левый правый блок*/

/* Блок логистики — elementor-element-56771d5 */

.elementor-element-56771d5.gefest-logistics,
.elementor-element-56771d5 .gefest-logistics {
	width: 100%;
	padding: 4px 0 84px;
	background: #ffffff;
	font-family: "Oswald", Sans-serif;
}

.elementor-element-56771d5 *,
.elementor-element-56771d5 *::before,
.elementor-element-56771d5 *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-element-56771d5 .gefest-logistics__container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.elementor-element-56771d5 .gefest-logistics__row {
	display: grid;
	grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 82px;
	column-gap: 82px;
	margin-bottom: 35px;
}

.elementor-element-56771d5 .gefest-logistics__row--top {
	margin-bottom: 48px;
}

.elementor-element-56771d5 .gefest-logistics__row--bottom {
	grid-template-columns: minmax(0, 560px) minmax(0, 470px);
	-webkit-column-gap: 70px;
	column-gap: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-element-56771d5 .gefest-logistics__content {
	min-width: 0;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.elementor-element-56771d5 .gefest-logistics__content--right {
	padding-top: 6px;
}

.elementor-element-56771d5 .gefest-logistics__title {
	margin: 0 0 5px;
	color: #000000;
	font-family: "Inter", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.elementor-element-56771d5 .gefest-logistics__subtitle {
	margin: 0 0 23px;
	color: #000000;
	font-family: "Inter", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.elementor-element-56771d5 .gefest-logistics__text {
	max-width: 468px;
	margin: 0;
	color: #001b47;
	font-family: "Oswald", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

.elementor-element-56771d5 .gefest-logistics__map {
	width: 100%;
	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;
}

.elementor-element-56771d5 .gefest-logistics__map img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.elementor-element-56771d5 .gefest-logistics__map--gray img {
	max-width: 600px;
}

.elementor-element-56771d5 .gefest-logistics__map--blue img {
	max-width: 558px;
}


/* До 1200px */

@media (max-width: 1200px) {

	.elementor-element-56771d5.gefest-logistics,
	.elementor-element-56771d5 .gefest-logistics {
		padding: 58px 24px 42px;
	}

	.elementor-element-56771d5 .gefest-logistics__container {
		max-width: 100%;
	}

	.elementor-element-56771d5 .gefest-logistics__row {
		grid-template-columns: minmax(0, 43%) minmax(0, 57%);
		-webkit-column-gap: 46px;
		column-gap: 46px;
	}

	.elementor-element-56771d5 .gefest-logistics__row--bottom {
		grid-template-columns: minmax(0, 52%) minmax(0, 43%);
		-webkit-column-gap: 46px;
		column-gap: 46px;
	}
}


/* Планшеты */

@media (max-width: 991px) {

	.elementor-element-56771d5.gefest-logistics,
	.elementor-element-56771d5 .gefest-logistics {
		padding: 48px 20px 38px;
	}

	.elementor-element-56771d5 .gefest-logistics__row,
	.elementor-element-56771d5 .gefest-logistics__row--bottom {
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.elementor-element-56771d5 .gefest-logistics__row--top {
		margin-bottom: 42px;
	}

	.elementor-element-56771d5 .gefest-logistics__content,
	.elementor-element-56771d5 .gefest-logistics__content--right {
		max-width: 640px;
		padding-top: 0;
	}

	.elementor-element-56771d5 .gefest-logistics__text {
		max-width: 100%;
	}

	.elementor-element-56771d5 .gefest-logistics__map--gray,
	.elementor-element-56771d5 .gefest-logistics__map--blue {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.elementor-element-56771d5 .gefest-logistics__map--gray img,
	.elementor-element-56771d5 .gefest-logistics__map--blue img {
		max-width: 640px;
	}

	.elementor-element-56771d5 .gefest-logistics__row--bottom .gefest-logistics__map {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.elementor-element-56771d5 .gefest-logistics__row--bottom .gefest-logistics__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}


/* Мобильные */

@media (max-width: 767px) {

	.elementor-element-56771d5.gefest-logistics,
	.elementor-element-56771d5 .gefest-logistics {
		padding: 38px 15px 32px;
	}

	.elementor-element-56771d5 .gefest-logistics__row,
	.elementor-element-56771d5 .gefest-logistics__row--bottom {
		row-gap: 22px;
	}

	.elementor-element-56771d5 .gefest-logistics__row--top {
		margin-bottom: 36px;
	}

	.elementor-element-56771d5 .gefest-logistics__title,
	.elementor-element-56771d5 .gefest-logistics__subtitle {
		font-size: 21px;
		line-height: 1.28;
	}

	.elementor-element-56771d5 .gefest-logistics__subtitle {
		margin-bottom: 18px;
	}

	.elementor-element-56771d5 .gefest-logistics__text {
		font-size: 16px;
		line-height: 1.65;
	}
}


/* Очень узкие экраны */

@media (max-width: 480px) {

	.elementor-element-56771d5.gefest-logistics,
	.elementor-element-56771d5 .gefest-logistics {
		padding-top: 34px;
	}

	.elementor-element-56771d5 .gefest-logistics__title,
	.elementor-element-56771d5 .gefest-logistics__subtitle {
		font-size: 20px;
	}

	.elementor-element-56771d5 .gefest-logistics__text {
		font-size: 15px;
		line-height: 1.6;
	}

	.elementor-element-56771d5 .gefest-logistics__map img {
		width: 100%;
		max-width: 100%;
	}
}

/* END  Левый правый блок*/
