.special .special-banner-desktop {
	display: block;
}
.special .special-banner-mobile {
	display: none;
}

.special .special-banner {
	margin: 31px 0 31px 0;
}
.special .special-banner > img {
	border-radius: 18px;
}

.special .swiper-tetra-row {
	display: none;
}

.special .swiper-special1 {
	margin: 0 -40px;
}
.special .swiper-special1 .special-any-slide {
	display: flex;
	flex-wrap: wrap
}

.special .swiper-special1 .special-any-slide .special__column-swiper {
	padding: 20px;
	margin-bottom: 30px;
}
.special .swiper-quadro-row .swiper-special1 .special-any-slide .special__column-swiper {
	width: 25%;
}
.special .swiper-tetra-row .swiper-special1 .special-any-slide .special__column-swiper {
	width: 33.333333%;
}
.special .special__row .swiper-button-next {
	right: -50px;
}
.special .special__row .swiper-button-prev {
	left: -50px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner {
	padding: 20px;
	border-radius: 30px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special__item {
	position: relative;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special__item-descr {
	font-size: 14px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .action-label {
	width: 64px;
	padding: 6px 8px 7px 8px;
	text-align: center;
	border-radius: 12px 3px;
	background: linear-gradient(90deg, #00AAAC 0%, #39E0C4 100%);
}
.special .swiper-special1 .special-any-slide .special__column-swiper .favorite-icon {
	width: 24px;
	height: 24px;
	background-image: url('../images/icons/favorite.svg');
	position: absolute;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .action-label:after {
	content: 'акция';
	color: white;
	font-size: 16px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block {
	display: flex;
	align-items: end;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price {
	color: #171A1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 15px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price > span {
	font-size: 24px;
}
.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.old-price {
	color: #878787;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: line-through;
	padding-left: 8px;
}
.special .swiper-pagination-special1 .swiper-pagination-bullet-active {
	background: #5AC9C9;
}

.advantages-row {
	margin-bottom: 20px;
}
.advantages-row .advantages {
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: -15px;
    margin-right: -15px;
	display: flex;
    flex-wrap: wrap;
}
.advantages-row .advantages .advantage {
	width: Calc(33.33333% - 30px);
	height: 280px;
	padding: 26px 44px 38px 44px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	border-radius: 30px 30px 30px 0px;
	background: #5AC9C9;
	flex-wrap: wrap;
	margin: 15px;
	color: white;
}
.advantages-row .advantages .advantage .advantage-icon {
	height: 83px;
	background-color: #098485;	
	mask-position: top;
}
.advantages-row .advantages .advantage .advantage-24 {
	-webkit-mask: url('../images/icons/24.svg') no-repeat center;
	mask: url('../images/icons/24.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-tech {
	-webkit-mask: url('../images/icons/tech.svg') no-repeat center;
	mask: url('../images/icons/tech.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-individual {
	-webkit-mask: url('../images/icons/individual.svg') no-repeat center;
	mask: url('../images/icons/individual.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-service {
	-webkit-mask: url('../images/icons/service.svg') no-repeat center;
	mask: url('../images/icons/service.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-quality {
	-webkit-mask: url('../images/icons/quality.svg') no-repeat center;
	mask: url('../images/icons/quality.svg') no-repeat center;
}
.advantages-row .advantages .advantage .advantage-professional {
	-webkit-mask: url('../images/icons/professional.svg') no-repeat center;
	mask: url('../images/icons/professional.svg') no-repeat center;
}
.advantages-row .advantages .advantage .ad-header {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 10px;
}
.advantages-row .advantages .advantage .ad-description {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.advantages-row .advantages .advantage,
.advantages-row .advantages .advantage .advantage-icon,
.advantages-row .advantages .advantage .ad-header,
.advantages-row .advantages .advantage .ad-description,
.advantages-row .advantages .advantage:hover,
.advantages-row .advantages .advantage:hover .advantage-icon,
.advantages-row .advantages .advantage:hover .ad-header,
.advantages-row .advantages .advantage:hover .ad-description {
	transition: all 0.5s;
}
	
@media (min-width: 1201px) {
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner:hover {
		box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 0px 11px -5px rgba(0,0,0,0.75)
		-moz-box-shadow: 0px 0px 911px -5px rgba(0,0,0,0.75);
		transition: all 0.2s;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner:hover .special__item-descr {
		color: #1cb4b5;
		transition: all 0.2s;
	}
	
	.advantages-row .advantages .advantage:hover {
		padding-top: 20px;
		background-color: #1cb4b5;
	}
	.advantages-row .advantages .advantage:hover .advantage-icon {
		background-color: #FFF;
	}
	.advantages-row .advantages .advantage:hover .ad-header {
		margin-top: 15px;
	}
}

@media (max-width: 1200px) { 
	.special .container {
		max-width: none;
		padding: 10px;
	}

	.special .special-banner {
		margin: 0 0 26px 0;
	}

	.special .special-banner > img {
		border-radius: 10px;
	}

	.special .special__row {
		margin-bottom: 0;
	}
	.special .swiper-special1 {
		margin: 0 -9px;
	}
	
	.special .special__item {
        min-height: 240px;
    }
	
	
	.special .swiper-special1 .special-any-slide .special__column-swiper {
		padding: 0 9px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .column-swiper-inner {
		padding: 0;
	}
	
	.special .swiper-special1 .special-any-slide .special__column-swiper .action-label {
		width: 46px;
		padding: 0px 6px 5px 6px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .action-label:after {
		font-size: 12px;
	}
	
	.special .swiper-special1 .special-any-slide .special__column-swiper .special__item-descr {
		height: 47px;
		min-height: 47px;
		flex-grow: 0;
		-webkit-line-clamp: 2;
	}
	
	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price {
		line-height: 12px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.current-price > span {
		font-size: 18px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .special-price-block > div.old-price {
		font-size: 12px;
	}
	.special .swiper-special1 .special-any-slide .special__column-swiper .transition-gradient-hover-button {
		font-size: 12px;
	}
	.special .swiper-button-prev,
	.special .swiper-button-next {
		display: none;
	}
	
	.advantages-row .advantages .advantage {
		width: calc(50% - 30px);
	}
}
@media (max-width: 1200px) and (min-width: 819px) {
	.special .swiper-tetra-row {
		display: block;
	}
	.special .swiper-quadro-row {
		display: none;
	}
}
@media (max-width: 818px) {
	.special .special-banner-desktop {
		display: none;
	}
	.special .special-banner-mobile {
		display: block;
	}
	.special .swiper-quadro-row .swiper-special1 .special-any-slide .special__column-swiper {
		width: 50%;
	}
	
	.advantages-row .advantages {
		margin: 0;
	}
	.advantages-row .advantages .advantage {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		height: 93px;
		padding: 5px 20px;		
		border-radius: 16px 16px 16px 0px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
	.advantages-row .advantages .advantage > div {
		flex-grow: 1;
		align-self: center;
	}
	
	.advantages-row .advantages .advantage .advantage-icon {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 75px;
		width: 75px;
		align-self: start;
	}
	.advantages-row .advantages .advantage .advantage-professional {
		mask-size: 90%;
	}
	.advantages-row .advantages .advantage .ad-header {
		text-align: left;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
	}
	.advantages-row .advantages .advantage .ad-description {
		display: none;
		padding-bottom: 20px;
	}
	.advantages-row .advantages .advantage.active {
		background-color: #1cb4b5;
		height: 160px;
	}
	.advantages-row .advantages .advantage.active .advantage-icon {
		background-color: #FFF;
	}
	.advantages-row .advantages .advantage.active .ad-description {
		display: block;
	}
}