
/*************************section_price*************************************/
section > h2.section_title {
	color:#000;
}

.section_price{
	background: #068F9C;
	position:relative;
	z-index:1;
	transition:1s;
	min-height: auto;
}
.section_price[data-index="0"]{
	background: #068F9C;
}
.section_price[data-index="1"]{
	background: #F58326;
}

.section_price[data-index="2"]{
	background: #6C069C;
}
.section_price[data-index="3"]{
	background: #2D9C06;
}
.section_price[data-index="4"]{
	background: #05659c;
}
.section_price[data-index="5"]{
	background: #9c9206;
}
.section_price[data-index="6"]{
	background: #88069c;
}
.section_price[data-index="7"]{
	background: #9c0647;
}
.section_price__title{
	color:#fff;
	margin-top:5.5rem!important;
	margin-bottom:4rem;
	position:relative;
	z-index:1;
	font-weight:600;
}
.price{	
	width:95%;
	max-width: 74.8125rem;
	margin:auto;
	position:relative;
	z-index:1;
	padding-top: 2em;
}
.price__block{	
	max-height: 30.6rem;
	min-height: 4rem;	
	position:relative;
	margin-bottom:2rem;
	background: #fff;
	border-radius: 1.5rem;
}
.icon__arrow {
	display:block;
	width:3rem;
	height:3rem;
	margin-left:auto;
	cursor:pointer;
	position:absolute;
	bottom: 0.5rem;
	right:0.5rem;
	z-index: 100;
	transform: rotate(90deg);
	transition:0.3s;
}
.price__block.open .icon__arrow {
	transform: rotate(0deg);
	transition:0.3s;
}

.price__subtitle{
	color: #068F9D;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
	min-height: 4rem;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 96%;
	padding: 1em;
}

.price__content{
	color: #068F9C;
	padding:0rem 1rem 2.2rem 2.2rem;
	margin-right:0.8rem;
	display:none;
	max-height: 28rem;
	/*overflow-y: auto;*/
}
.price__table{
	max-height: 21rem;
	overflow-y: auto;
	padding-right:2.2rem;
}
.price__block.open .price__content{
	display:block;
}
.price__head{
	display: flex;
	text-align:center;
	font-size: 0.9375rem!important;
	font-style: normal;
	font-weight: 300!important;
	line-height: normal;
}
.price__head--right{
	text-align:center;
}
.price__row{
	display:flex;
	border-bottom: 1px solid #068F9C;		
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8125rem;
}
.price__name{
	width:55%;
	text-align:left;
	padding:0.85rem 0;
	
}
.price__head .price__name{
	padding:0.5rem 0;
}
.price__head .price__cell{
	padding:0.5rem 0;
}
.price__cell{
	text-align:center;
	padding:0.85rem 2rem 0.85rem 2rem;
	position:relative;
	flex:1;
}
.price__head .price__cell{
	padding-bottom:0;
}
.price__row:not(.price__head) .price__cell::before{
	content:'';
	position:absolute;
	left:0;
	display:block;
	width:0.01rem;
	height:2rem;	
	background: #068F9C;
}
.price__clarify{
	color: #068F9C;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top:1rem;
}
.icon__arrow{
	display:block;
	width:48px;
	height:48px;
	fill:#068F9D;
}
.bg__icon{
	position:absolute;
	fill: rgba(108,192,202,1);
	max-height:100%;
	height: 13.75rem;
	width:13.75rem;
	max-width:100%;
z-index:0;	
}

.section_price[data-index="0"] .bg__icon,
.section_price[data-index="4"] .bg__icon,
.section_price[data-index="12"] .bg__icon,
.section_price[data-index="16"] .bg__icon,
.section_price[data-index="8"] .bg__icon{
	fill: rgba(108,192,202,1);
}
.section_price[data-index="1"] .bg__icon,
.section_price[data-index="5"] .bg__icon,
.section_price[data-index="13"] .bg__icon,
.section_price[data-index="17"] .bg__icon,
.section_price[data-index="9"] .bg__icon{
	fill:#FFA75F;
}
.section_price[data-index="2"] .bg__icon,
.section_price[data-index="6"] .bg__icon,
.section_price[data-index="14"] .bg__icon,
.section_price[data-index="18"] .bg__icon,
.section_price[data-index="10"] .bg__icon{
	fill:#AC38E2;
}
.section_price[data-index="3"] .bg__icon,
.section_price[data-index="7"] .bg__icon,
.section_price[data-index="15"] .bg__icon,
.section_price[data-index="19"] .bg__icon,
.section_price[data-index="11"] .bg__icon{
	fill:#6EBB53;
}
.section_price[data-index="0"] .bg__icon__top-left,
.section_price[data-index="0"] .bg__icon__bottom-right
{
	fill: #0D828E;
}
.bg__icon__bottom-right{	
	bottom:0;
	right:-3rem;

}
.bg__icon__bottom-left{
	bottom:0;
	left: -6rem;
	transform: rotate(60deg);
	
}
.bg__icon__top-right{
	top:0;
	right:-6rem;
	
}
.bg__icon__top-left{
	top:0;
	transform: rotate3d(-0.65, 1, 0, 180deg);	
}

.price__table {
  --scrollbar-foreground: #068F9D;
  --scrollbar-background: #D7F5F5;
  --scrollbar-size: 0.25rem;
  /* плашка-бегунок, фон */
  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}
.price__table::-webkit-scrollbar {
  width: var(--scrollbar-size); /* в основном для вертикальных полос прокрутки */
  height: var(--scrollbar-size); /* в основном для горизонтальных полос прокрутки */
}
.price__table::-webkit-scrollbar-thumb { /* плашка-бегунок */
  background: var(--scrollbar-foreground); /* фон */
  border-radius: 0.5rem;
}
.price__table::-webkit-scrollbar-track { /* фон */
  background: var(--scrollbar-background);

  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 0.25rem;
  
}
.price__hidden{
	display:none;
}
@media screen and (width <= 65rem){
	
	.price__cell--units{
		display:none;		
	}
}

@media screen and (width <= 50rem){
	.bg__icon {
		opacity:0.3;

	}
	.price__content {
		padding: 0rem 1rem 1.5rem 1rem;
		margin-right:0;
	}
	.price__table{
		padding-right:0.3rem;
	}
	h6 .price__subtitle{
		font-size:1.3rem;
		max-width: 96%;
	}
	.price__footer{
		margin-bottom:4rem;
		padding-right:2rem;
	}
	.price__row {
		font-size: 0.937rem;  
		line-height: 1.3rem;
		font-weight: 300;
	}
	.price__name,
	.price__cell{
		padding:0.5rem 1rem 0.5rem 1rem;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	.price__name{
		padding-left:0rem;
		padding-right: 0.4rem;
	}
	.price__row:not(.price__head) .price__cell::before{
		height:1.2rem;
	}
	.icon__arrow{
		right:0;
	}
	.price__cell--units{
		display:none;		
	}
	.price__hidden{
		display:inline-flex;		
	}
	.price__clarify{
		color: #068F9C;
		font-size: 0.81rem;
	}
	
}
@media screen and (width <= 33rem){
	
	.section_price{
		padding-top:0.5rem;
		padding-bottom:1rem;
	}
	.section_price__title{	
		margin:0rem auto 1.5rem!important;		
		/*margin-top:2.5rem!important;		*/
	}
	.price__table {
		height: auto;		
	}
	.price__cell{
		padding:0.3rem;
	}
	
	.price__block{	
		margin-bottom:1rem;
	}
	
	
}


small {
  font-weight: 100;
}
.section_result .btns li {
  display: none;
}
.how_slider__item img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16 / 8;
}
.page-title {
  padding: 0!important;
}
.slide__title {
  font-size: 1rem!important;
  margin: 0 auto;
  bottom: 1.5rem !important;
}

@media(max-width:640px) {
  .trust__item {
    width: auto;
  }
  .section_what .what__title {
    margin-top: 70px;
  }
  .price__subtitle {
    font-size: 1rem;
  }
  .price__cell {
    font-size: 13px;
  }
  .section_actions__slider {
    margin-bottom: 0;
  }
  .main_slider_block {
    margin-bottom: 0;
  }
  .how_track__desc {
    line-height: 1.2;
  }
  .type__slider, .what__slider {
    width: auto!important;
    flex-wrap: wrap;
    gap: 1.4em;
  }
  .section_what .what__title {
    margin-top: 80px!important;
  }
  .price__subtitle {
    font-size: 1rem!important;
  }
  .section_actions__slider {
    margin-bottom: 0 !important;
  }
  .trust__item {
    width: auto!important;
  }
  .type__item {
    font-size: 1.1em!important;
  }
  .slide__title {
    bottom: 2rem !important;
  }
}

.h2.section_price__title {
	margin-top: 0 !important;
}

.price__head + .price__row {
	font-size: smaller;
	color: #64b9c2;
	line-height: 1;
}

.price__head + .price__row .price__cell, .price__head + .price__row .price__name {
	padding-bottom: 2em;
}



/** new price accordion */

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: url(../fonts/fa-light-300.woff2) format("woff2")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../fonts/fa-regular-400.woff2) format("woff2")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url(../fonts/fa-solid-900.woff2) format("woff2")
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2")
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.fal {
    font-weight: 300
}

.far {
    font-weight: 400
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-phone:before {
    content: "\f095"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-times:before {
    content: "\f00d"
}

.fa-minus:before {
    content: "\f068"
}

.fa-plus:before {
    content: "\f067"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-clock:before {
    content: "\f017"
}

.fa-instagram:before {
    content: "\f16d"
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

section.new_price {
	padding-bottom: 7em;
	position: relative;
}
.current_section_description {
	max-width: 1340px;
	padding: 0 45px;
	margin: 0 auto;
	width: 100%;
}

.price_ {
	padding-top: 100px;
}


.beforetitle {
	color: #e6c68f;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 17px;
	padding-bottom: 30px;
	transform: translate(0, -70%);
	opacity: 0;
	transition: all 0.8s ease 0s;
	text-align: center;
}
.banner__content-aftertitle._active, .aftertitle._active, .beforetitle._active {
	transform: translate(0, 0);
	opacity: 1;
	transition: all 0.8s ease 0.4s;
}
.price .beforetitle {
	text-align: center;
	color: #9e9e9f;
	position: relative;
	z-index: 1;
}
.h2-title, h2, .dop-h2 {
	text-align: center;
	font-weight: 800;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
@media(max-width:570px){
	.h2-title, h2, .dop-h2 {
		font-size: 44px;
	}
}
.h2-title, .h3-title, .dop-h2 {
	transform: translate(0, -80%);
	opacity: 0;
	transition: all 0.8s ease 0s;
}
.h2-title._active, h2._active, .banner__content-title._active, .h3-title._active, .dop-h2._active {
	transform: translate(0, 0);
	opacity: 1;
}
.h2.section_price__title:empty {
	display: none;
}
.brand-color, .h2-title span, .dop-style span, h2 span, .dop-h2 span {
	color: #e6c68f !important;
}
.bgtitle {
	position: absolute;
	font-size: 200px;
	color: rgb(0 0 0 / 2.5%);
	line-height: 250px;
	text-transform: uppercase;
	font-weight: 800;
	top: 60px;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	max-width: 100vw;
}
.price .bgtitle {
	top: 40px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
@media(max-width:570px) {
	.current_section_description {
		padding: 0;
	}
	.price_ {
		padding-top: 0;
	}
	.bgtitle {
    top: -50px;
	}
}
@media (max-width: 570px) {
	.bgtitle {
		color: rgb(0 0 0 / 3%);
		font-size: 129px;
	}
}
.accordion-02 {
	display: flex;
	flex-flow: wrap;
}
.accordion {
	padding-top: 70px;
}
.accordion .set {
	padding: 5px 0;
	width: 100%;
}
a {
	color: #d8b48b;
	transition: color .3s ease-out;
}
.accordion .set>a {
	color: #070b12;
	display: block;
	font-size: 17px;
	padding: 20px 45px;
	position: relative;
	text-decoration: none;
	transition: all .2s linear 0s;
	cursor: pointer;
	background-color: #e6c68f;
	letter-spacing: .25px;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
@media(max-width:570px){
	.accordion .set>a {
    padding: 1em 2.5em 1em .5em;
	}
}
.accordion .set .active {
	background-color: #f7cb6c !important;
}
.accordion [class*="zamena-molnii-v-stoimost-rabot"] .accordion-title:before,
.accordion [class*="drugie-remontnye-raboty"] .accordion-title:before {
	background: url(../images/poshiv-sumok.svg) no-repeat;
}
.accordion [class*="uslugi-khimchistki-dlya-izdeliy"] .accordion-title:before {
	background: url(../images/himchistka.svg) no-repeat;
}
.accordion [class*="okrashivanie-verkha-izdeliya"] .accordion-title:before {
	background: url(../images/pokraska.svg) no-repeat;
}
.accordion [class*="rastyazhka"] .accordion-title:before,
.accordion [class*="remont-podoshvy"] .accordion-title:before,
.accordion [class*="zamena-zadnika-stelek"] .accordion-title:before,
.accordion [class*="remont-kablukov-vklyuchaya-zamenu"] .accordion-title:before,
.accordion [class*="ustanovka-profilaktiki"] .accordion-title:before,
.accordion [class*="ustanovka-naboek"] .accordion-title:before,
.accordion [class*="kompleksnaya-usluga-lyuks-dlya-gladkoy"] .accordion-title:before,
.accordion [class*="kompleksnaya-usluga-premium-dlya-gladkoy"] .accordion-title:before,
.accordion [class*="kompleksnykh-uslug-po-chistke-remontu"] .accordion-title:before,
.accordion [class*="spetsialnye-uslugi"] .accordion-title:before,
.accordion [class*="dopolnitelnykh-uslug-po-khimicheskoy"] .accordion-title:before,
.accordion [class*="uslugi-restavratsii-vosstanovleniya"] .accordion-title:before {
	background: url(../images/remont-obuvi.svg) no-repeat;
}
.accordion .accordion-title:before {
	content: '';
	width: 33px;
	height: 33px;
	display: inline-block;
	position: absolute;
	margin-left: -50px;
	top: 13px;
}
.accordion .set>a i {
	color: #202020;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}
.accordion .contentbox {
	display: none;
}
.accordion .contentbox {
	border-radius: 0 0 5px 5px;
	bottom: -1px;
	position: relative;
	margin: 25px auto 0;
}
.price-item {
	padding: 16.5px 34px;
	width: 100%;
	position: relative;
	display: flex;
	border-bottom: 2px solid rgb(255 255 255 / 18%);
}
.price-item-left {
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	font-size: 18px;
	line-height: 1.25em;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.price-item-left:before {
	content: '';
	display: inline-block;
	position: relative;
	bottom: 5px;
	width: 5px;
	height: 5px;
	background: #000;
	margin-right: 15px;
	border-radius: 100%;
	top: -3px;
	transition: all .5s;
}
.non-marker.price-item-left:before,
.first .price-item-left:before {
	display: none;
}
.price-item-right {
	font-size: 18px;
	line-height: 1.25em;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	text-align: right;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;
}
.main-content-block .first p {
	color:#999;
}
.text-container {
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (min-width: 570px) {
	.price .text-container {
			width: 60%;
			margin: 0 auto;
			text-align: center;
			color: #a8a8a8;
			padding-top: 35px;
			padding-bottom: 35px;
	}
	
}
@media (max-width: 570px) {
	.price .text-container {
			text-align: left;
			width: 90%;
			margin: 0 auto;
			padding-top: 30px;
			color: #a8a8a8;
	}
	.price-item {
    gap: 7px;
	}
}
.comilfo-btn {
	width: 280px;
	height: 75px;
}
.price .comilfo-btn {
	margin: 0 auto;
}
.btn, .btn2 {
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.btn__btn {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-image: linear-gradient(#e6c68f 0, #f7cb6c 100%);
	font-weight: 700;
	text-transform: uppercase;
	color: #303030;
	border-radius: 10px;
	transition: .3s ease;
	z-index: 5;
}
.btn__btn:before, .btn__btn2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4em;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
	transform: translateX(-4em) skewX(-45deg);
	animation: slideme;
	animation-delay: 50ms;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes slideme {
	0% {
			left: -30px;
			margin-left: 0
	}

	30% {
			left: 110%;
			margin-left: 80px
	}

	100% {
			left: 110%;
			margin-left: 80px
	}
}
.btn__3d {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 100%;
	background-color: #a7803c;
	border-radius: 16px;
	box-shadow: 0 10px 30px 1px rgb(252 217 119 / 60%);
	transition: .3s ease;
	z-index: 4;
}
.main-content-block a.accordion-title:hover {
	text-decoration: none;
}
@media(max-width:570px) {
	.price-item-left {
		width:60%;
	}
	.main-content-block .first p {
    font-size: 14px;
    line-height: 1;
	}
	.main-content-block p {
    line-height: 21px;
	}
	.feedback .h2,
	.price-item-left,
	p.price-item-right,
	section > h2.section_title {
		hyphenate-character: "-";
		hyphens: auto;
	}
}
/* конец стилей блока цен */


/** отзывы о нас */
.feedback_sides {
	max-width: 1250px;
	margin: auto;
	display: flex;
	gap:2em;

}
.feedback h2:first-child {
	margin-top: 2em;
    margin-bottom: 1em;
}
.feedback .feed_side:first-of-type {
	flex:42%;
}
.feedback .feed_side:last-of-type {
	flex: 30%;
}
.feedback .h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 1em;
	color: #000;
	text-align: center;
	background-image: linear-gradient(#e6c68f 0, #f7cb6c 100%);
}
.feed_annot p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 1em;
}
@media(max-width:1270px) {
	section.feedback {
    margin: 1em;
	}
}
@media(max-width:570px) {
	.feedback_sides {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
section.feedback {
	padding-bottom: 5em;
}
section.feedback h2 {
	margin: 1.5em 0 1em;
	font-size: 40px;
}
/** конец отзывы о нас */


/** секция фото до-после */
section.before_after h2 {
	margin: 1.5em 0 1em;
	font-size: 40px;
}
section.before_after {
	background-color: white;
	padding: 2em 0;
}
section.before_after .container {
	max-width: 1250px;
	margin: auto;
}
section.before_after .owl-carousel .owl-stage-outer {
	overflow: hidden !important;
}
.sect_gallery {
	padding: 44px 0px 30px;
}

.sect_gallery .gallery_slider {
	margin: 43px -15px 0px;
}

.sect_gallery .gallery_slider .gallery_bl {
	padding: 0px 15px;
	max-width: 585px;
	margin: 0px auto;
}

.sect_gallery .gallery_slider .gallery_bl img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.sect_gallery .gallery_slider .gallery_bl .desc {
	margin: 6px 0px 0px;
	font-size: 0px;
	line-height: 0px;
}

.sect_gallery .gallery_slider .gallery_bl .desc span {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 15px;
	line-height: 26px;
}

.sect_gallery .gallery_desc {
	display: flex;
	align-items: center;
	gap: 2em;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}

.sect_gallery .gallery_desc h4 {
	margin: 68px 0px 0px;
	text-align: left;
}

.sect_gallery .gallery_desc .desc_bl {
	position: relative;
}

.sect_gallery .gallery_desc .desc_bl ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 1em;
}

.sect_gallery .gallery_desc .desc_bl ul li {
	width: 33.33%;
	padding: 78px 20px 0px 8px;
	position: relative;
	line-height: 1.2;
}

.sect_gallery .gallery_desc .desc_bl ul li::after {
	content: '';
	display: block;
	width: 74px;
	height: 60px;
	top: 0px;
	background: url(../img/sprite.png) no-repeat left -60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.main-content-block .sect_gallery ul:not([class]) > li:before {
	display: none;
}

.sect_gallery .gallery_desc .desc_bl ul .li2::after {
	background-position: -74px -60px;
}

.sect_gallery .owl-nav {
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
	display: flex;
	gap: 1em;
	align-items: center;
}

.sect_gallery .gallery_desc .desc_bl ul .li3::after {
	background-position: -148px -60px;
}

.comilfo-btn {
	margin: 2em auto;
}

@media(max-width:1270px) {
	section.before_after .container {
    margin: auto 1em;
	}
}
@media(max-width:540px) {
	section.before_after h2 {
		font-size: 30px;
	}
	.sect_gallery .gallery_desc {
    flex-wrap: wrap;
	}
	.sect_gallery .gallery_desc h4 {
    margin: 0;
	}
	.sect_gallery .gallery_desc .desc_bl ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    gap: 1em;
	}
	.sect_gallery .gallery_desc .desc_bl ul li {
    width: unset;
	}
}
/** конец секция фото до-после */
