/*------------------------------------- УХОД ЗА РАНАМИ ------------------------------------------ */

.section--gap {
	padding: 120px 0;
}
.section--gap-bottom {
	padding-bottom: 120px;
}

.care__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 15px;
	column-gap: 15px;
	margin-bottom: 48px;
}
.care__title {
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	max-width: 662px;
	margin: 0;
}
.care__logos {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.care__text {
	color: #4F4F4F;
	margin-bottom: 48px;
}
.care__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	color: #fff;
}
.care__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
	border-radius: 8px;
	font-weight: 600;
}
.care__item-info {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 28px;
}
.care__item-title {
	font-size: 18px;
}

.dimes__title {
	margin: 0;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 600;
}
.dimes__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 60px;
	column-gap: 60px;
}
.dimes__info {
	max-width: 906px;
}
.dimes__logo {
	flex-shrink: 0;
}

@media screen and (min-width: 767px) {
	.features__slider {
		overflow: visible !important;
	}
}
.features__inner {
	display: flex;
	align-items: center;
	-moz-column-gap: 52px;
	column-gap: 52px;
}
.features__img {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}
.features__items {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.features__item {
	display: flex;
}
.features__item-info {
	max-width: 434px;
}
.features__item-title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	border-bottom: 5px solid #3B3835;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}
.features__item-title::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE5IiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMjE5IDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA5M0w5My41IDAuNUgyMTkiIHN0cm9rZT0iI0E5QTlBOSIvPgo8L3N2Zz4K");
	background-size: cover;
	background-repeat: no-repeat;
	top: 106%;
	z-index: -1;
}
.features__item-description {
	font-weight: 500;
	margin-top: 10px;
}
.features__item-img {
	border-radius: 48px 0px;
	outline: 10px solid rgba(239, 239, 239, 0.26);
	outline-offset: -10px;
	width: 185px;
	height: 133px;
	margin-left: 23px;
}
.features__item:nth-child(1) .features__item-title::before {
	width: 218px;
	height: 92px;
	left: -215px;
}
.features__item:nth-child(2) .features__item-title::before {
	width: 90px;
	height: 37px;
	left: -80px;
}
.features__item:nth-child(3) .features__item-title::before {
	width: 69px;
	height: 37px;
	left: -69px;
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	top: -4%;
}
.features__item:nth-child(4) .features__item-title::before {
	width: 153px;
	height: 74px;
	left: -153px;
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	top: -121%;
}

.block-wrap {
	position: relative;
	overflow: hidden;
}
.block-wrap::before {
	content: "";
	position: absolute;
	background-image: url("../img/ellipse.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	top: 37%;
	width: 1197px;
	height: 1197px;
	z-index: -1;
	right: -35%;
}

.products__block:not(:last-child) {
	padding-bottom: 120px;
}
.products__block-top {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 590px 1fr 1fr;
	grid-gap: 30px;
}
.products__block-top--two {
	grid-template-columns: 590px 1fr;
}
.products__block:nth-child(odd) .products__block-top {
	grid-template-columns: 1fr 1fr 590px;
}
.products__block:nth-child(odd) .products__info {
	order: 1;
}
.products__info {
	display: flex;
	align-items: flex-start;
	background-color: #FF9E1A;
	color: #fff;
	border-radius: 8px;
	padding: 35px 40px;
}
.products__info-icon {
	margin-right: 40px;
}
.products__info-icon.products__info-icon-mobile {
	display: none;
}
.products__info-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	font-weight: 500;
}
.products__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.products__item-img {
	margin-bottom: 14px;
	width: 202px;
	height: 247px;
	-o-object-fit: cover;
	object-fit: cover;
}
.products__item-logo {
	margin-bottom: 20px;
}
.products__item-title {
	max-width: 222px;
	font-weight: 700;
	color: #4F4F4F;
}
.products__list {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}
.products__list--four {
	grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1200px) {
	.features__inner {
		flex-direction: column;
	}
	.features__img {
		flex-shrink: unset;
	}
	.features__thumb {
		margin-bottom: 30px;
	}
	.features__item-title::before {
		content: none;
	}
	.products__block-top {
		grid-template-columns: 450px 1fr 1fr;
	}
	.products__block-top--two {
		grid-template-columns: 590px 1fr;
	}
	.products__block:nth-child(odd) .products__block-top {
		grid-template-columns: 1fr 1fr 450px;
	}
	.block-wrap::before {
		top: 16%;
		right: -89%;
	}
}
@media screen and (max-width: 992px) {
	.section--gap {
		padding: 80px 0;
	}
	.section--gap-bottom {
		padding-bottom: 80px;
	}
	.care__header {
		margin-bottom: 40px;
	}
	.care__title {
		font-size: 32px;
		line-height: 40px;
		max-width: 427px;
	}
	.care__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.care__logos {
		row-gap: 20px;
	}
	.care__logo {
		max-width: 160px;
	}
	.care__text {
		margin-bottom: 40px;
	}
	.dimes__title {
		text-align: center;
	}
	.features__img {
		max-height: 652px;
	}
	.features__item-info {
		max-width: 480px;
	}
	.features__item-img {
		width: 180px;
		height: 128px;
	}
	.products__block:not(:last-child) {
		padding-bottom: 80px;
	}
	.products__block-top {
		grid-template-columns: 1fr 1fr;
	}
	.products__block-top .products__info {
		grid-area: 1/3/2/1;
	}
	.products__block-top--two .products__item {
		grid-area: 2/3/2/1;
	}
	.products__block:nth-child(odd) .products__block-top {
		grid-template-columns: 1fr 1fr;
	}
	.products__list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 40px;
	}
	.products__list--four {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 767px) {
	.section--gap {
		padding: 40px 0;
	}
	.section--gap-bottom {
		padding-bottom: 40px;
	}
	.care__header {
		margin-bottom: 30px;
		flex-direction: column;
		text-align: center;
	}
	.care__title {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.care__logos {
		flex-direction: row;
		align-items: center;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.care__logo {
		max-width: 132px;
	}
	.care__text {
		margin-bottom: 30px;
	}
	.care__text p {
		font-size: 14px;
	}
	.care__items {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.care__item {
		flex-direction: row;
		justify-content: flex-start;
		padding: 25px 20px;
	}
	.care__item-logo {
		height: 41px;
	}
	.care__item-info {
		margin-top: 0;
		align-items: flex-start;
		margin-left: 20px;
	}
	.care__item-title {
		font-size: 16px;
	}
	.care__item-subtitle {
		font-size: 12px;
	}
	.care__item--short {
		justify-content: center;
	}
	.care__item--short .care__item-logo {
		max-height: 54px;
	}
	.dimes__title {
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.dimes__inner {
		flex-direction: column-reverse;
	}
	.dimes__logo {
		margin-bottom: 20px;
		max-width: 130px;
	}
	.dimes__info p {
		font-size: 14px;
		line-height: 21px;
	}
	.features {
		overflow: hidden;
	}
	.features__inner {
		display: inherit;
	}
	.features__thumb {
		display: flex;
		justify-content: center;
	}
	.features__img {
		max-height: 316px;
	}
	.features__slider {
		overflow: clip !important;
		margin-left: -15px !important;
		padding-left: 15px !important;
		margin-right: -35px !important;
		padding-right: 30px !important;
	}
	.features__items {
		flex-direction: row;
	}
	.features__item {
		flex-direction: column-reverse;
		max-width: 205px;
		width: 100%;
	}
	.features__item-img {
		margin-left: 0;
		width: 205px;
		height: 145px;
		margin-bottom: 20px;
	}
	.features__item-title {
		font-size: 16px;
		line-height: 24px;
	}
	.features__item-description {
		font-size: 14px;
	}
	.products__block:not(:last-child) {
		padding-bottom: 40px;
	}
	.products__block-top {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}
	.products__block:nth-child(odd) .products__block-top {
		grid-template-columns: 1fr;
	}
	.products__block:nth-child(odd) .products__info {
		order: unset;
	}
	.products__block .products__info {
		grid-area: unset;
		margin-bottom: 50px;
	}
	.products__list {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.products__info {
		padding: 20px;
	}
	.products__info-title {
		display: flex;
		align-items: flex-start;
		font-size: 16px;
		margin-bottom: 22px;
	}
	.products__info-icon {
		display: none;
		margin-right: 20px;
	}
	.products__info-icon.products__info-icon-mobile {
		display: block;
	}
	.products__info-description {
		font-size: 12px;
	}
	.products__item-img {
		width: 184px;
		height: 184px;
	}
	.products__item-title {
		font-size: 14px;
		line-height: 21px;
	}
	.block-wrap::before {
		content: none;
	}
}
/*------------------------------------- УХОД ЗА РАНАМИ ------------------------------------------ */

@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}