body{
	font-family: "Montserrat", sans-serif;
	color: #282828;
	position:relative;
	background:#fff;
	margin:0;
	font-size:14px;
	line-height:24px;
}
*{
	min-width:0;min-height:0;
	margin:0;padding:0;
}
*,::after,::before{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul{list-style:none;}
.container{
	max-width:1280px;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	z-index:3;
}
a{color:#282828;}
button, button:active, button:focus, a, a:active, a:focus, a:hover, div:focus, input:focus{outline: none;text-decoration:none;}
button, button::-moz-focus-inner, a::-moz-focus-inner {border:none;}
a.phone, .price{white-space:nowrap;}
iframe{border:0;box-shadow:none;margin:0;padding:0;}
ul{list-style:none;}
h1,h2,h3{
	text-transform:none;
}
br{
	font-size:0;line-height:0;height:0;
}
.pagewrap{
	overflow:hidden;
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center; 
	flex-wrap: wrap;
	text-align:center;
	max-width:100%;
	min-width:fit-content;
	width:367px;
	padding:0px;
	height:108px;
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	line-height:19px;
	font-weight:500;
	border:0;
	border-radius:10px;
	border-bottom:3px solid #b14378;
	background: #f060a5;
	padding-bottom:2px;
	position:relative;
}
.btn:hover,.btn:focus{
	box-shadow:inset 0 0 30px rgba(255,255,255,0.5),0 0 30px rgba(255,255,255,0.5);
}
.btn-txt{
	width:100%;
	display:inline-block;
	font-size:15px;
	line-height:30px;
	padding-bottom:2px;
}
.btn-txt b{
	display: flex;
	width:fit-content;
	margin:0 auto;
	align-items: center;
	font-size:22px;
	line-height:24px;
	font-weight:600;
}
.btn-txt i{
	display:inline-block;
	width:17px;
	height:17px;
	background:url('./img/icons/phone.svg') no-repeat center center / 17px;
	margin-right:7px;
}
.btn-c{
	margin:0 auto;
}

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

.header{
	display: flex;
	height:950px;
	background:#e5e5e7 url('./img/decor/bg.jpg') no-repeat center top;
	background-size:cover;	
	position:relative;
	z-index:1;
}
@media(max-width:640px) {
    .header {background:#e5e5e7 url('./img/decor/bg-mobi.jpg') no-repeat center center;background-size: cover;}
    
}
.header .container{
	display:flex;
	flex-direction: column;
	flex-grow: 1;
}

.header-top{
	padding-top:20px;
	padding-bottom:20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	display:block;
	width:324px;
	height:40px;
}
.header-address{
	font-size:14px;
	line-height:18px;
	display: flex;
	height:66px;
	align-items: center;
	padding-left:88px;
	font-weight:500;
	position:relative;
}
.header-address:before{
	content:'';
	display:block;
	width:66px;
	height:66px;
	border:3px solid #fff;
	border-radius:50%;
	background:#e4ddd9 url('./img/decor/tgeo.png') no-repeat center center / cover; 
	position:absolute;
	top:0;left:0;
}

.header-social,
.consult-social{
	display: flex;
	align-items: center;
}
.header-social-txt{
	display:inline-block;
	font-size:13px;
	line-height:18px;
	padding-right:13px;
}
.consult-social .header-social-txt{
	font-size:14px;
	line-height:22px;
}
.top-social, .soc-ico{
	display: flex;
	align-items: center;
}
.soc-ico {
	margin: 0 8px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	transition: all 0.1s ease;
}
.c-social:hover .soc-ico,
.soc-ico:hover{
	box-shadow:0 0 20px rgba(40,40,40,0.4);
}
.ico-wa {
	background: #6bd277;
}
.ico-tg {
	background: #59b8e6;
	padding: 1px 2px 0 0;
}
.ico-tg svg{
	width:20px;
	height:18px;
	fill:#fff;
}
.ico-wa svg{
	fill:#fff;
	width:19px;
	height:19px;
}

.top-phone{
	width:210px;
	text-align:right;
	font-weight:500;	
}
.top-phone .phone{
	display:inline-block;
	margin:7px 0 2px;
	font-weight:600;
	font-size:23px;
	line-height:23px;
}
.top-phone-txt{
	position:relative;
}
.top-phone-txt:before,
.top-phone-txt:after{
	content:'';
	display:block;
	position:absolute;
	border-radius:50%;
}
.top-phone-txt:before{
	top:2px;
	right:calc(100% + 9px);
	width:14px;
	height:14px;
	border:1px solid #35cbae;
}
.top-phone-txt:after{
	top:5px;
	right:calc(100% + 12px);
	width:8px;
	height:8px;
	background:#35cbae;
}
.time{
	display:inline-block;
	font-size:13px;
	line-height:13px;
}


.header-nav{
	width:100%;
	border-radius:10px;
	background:rgba(255,255,255,0.15);
	border-radius:10px;
	padding:0 80px;
}
.mainmenu{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.mainmenu a{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	text-transform:uppercase;
	padding:23px 0 20px;
}
.popupmenu .mainmenu li a.active,
.mainmenu a.active{
	color:#f060a5;
}
.mainmenu a:hover{
	color:#5e98ff;
}
.addra {margin-bottom: 5px;}
@media(min-width:1200px) {
	.addra {margin-bottom: 0;}
	.addra_block {display:flex;gap:20px;}
}


.header-mid{
	position:relative;
	display:flex;
	flex-grow: 1;
	align-items: center;
}
.header-mid-text{
	max-width:800px;
}
.header-title{
	display:inline-block;
	font-size:55px;
	line-height:67px;
	font-weight:400;
	text-align:left;
	margin-bottom:10px;
}
.header-title span{
	color:#f060a5;
	font-weight:600;
}
.descriptor{
	max-width:780px;
	font-size:22px;
	line-height:36px;
	font-weight:500;
	margin-bottom:35px;
	
}
.header-mid ul{
	display: flex;
}
.header-mid li{
	width:232px;
	padding-top:60px;
	position:relative;
	font-size:16px;
	line-height:30px;
}
.header-mid li:before,
.service-info-text li:before{
	content:'';
	display:block;
	width:44px;height:44px;
	background:#f060a5 url('./img/icons/check.svg') no-repeat 14px 16px / 17px 15px;
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
}
.header-mid li strong{
	font-weight:600;
}
.header-mid .btn{
	margin-top:50px;
	margin-bottom:30px;
}
.header-mid-doctor{
	position:absolute;
	left:730px;
	width:507px;
	height:100%;
	bottom:0;
}
.header-doctor-photo{
	position:absolute;
	left:0;
	bottom:0;
	max-height:100%;
}

.section{
	padding:40px 0 0px;
	position:relative;
	z-index:2;
}
.section-title{
	text-align:center;
	font-weight:400;
	font-size:45px;
	line-height:61px;
	margin-bottom:20px;
}
h2.section-title {font-weight:800;font-size:25px;line-height:normal;line-height:1.4;}
h3.section-title{
	font-size:38px;
	line-height:41px;
	margin-bottom:50px;
	font-weight:800;
}
h2 {font-size:25px;}
h2, h2 span, h3 span{
	font-weight:800;
}

.cta-button {
    border: none;
    width: 70px;
    height: 70px;
    background: #63c556;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cta-button.aos-telegram {
    background: #24a1de;
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 20px;
    z-index: 5;
}
.cta-button.aos-animate {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
.cta-button.aos-viber {
    background: #8e6cca;
    position: fixed;
    top: auto;
    bottom: 180px;
    right: 20px;
    z-index: 5;
	text-decoration:none;
}
.cta-button.aos-whatsapp, .cta-button.aos-telegram {text-decoration:none;}
.cta-button.aos-viber::before, .cta-button.aos-whatsapp::before, .cta-button.aos-telegram::before {
    font-family: 'Font Awesome Brands';
    font-size: 36px;
    font-weight: 400;
	content: '\f409';
    color: #fff;
	display:inline-block;
}
.cta-button.aos-whatsapp::before {
	content: '\f232';
}
.cta-button.aos-telegram::before {
	content: '\f2c6';
}
.fixheader {display:none;}
.header-bottom {position:fixed;width:100%;top:0;left:0;display: block;z-index: 10;
    box-shadow: 0 5px 10px rgba(46, 61, 98, .03);}
.fixheader .title.blue {text-align: left!important;}

@media (max-width:640px) {
	.cta-button {
		width: 50px;
		height: 50px;
	}
	.cta-button.aos-viber::before, .cta-button.aos-whatsapp::before, .cta-button.aos-telegram::before {
		font-size: 24px;
	}
	.cta-button.aos-whatsapp {right:15px;}
	.cta-button.aos-telegram {bottom: 80px;right:15px;}
	.cta-button.aos-viber {bottom: 140px;right:15px;}
}

.tab-header .swiper-wrapper{
	width:100%;
	display: flex;
	gap: 24px;
	margin-bottom:40px;
}
.tab.swiper-slide{
	display: flex;
	width:calc(25% - 18px);
	align-items: center;
	justify-content: center; 
	text-align:center;
	padding:5px;
	background:#eff4fe;
	cursor: pointer;
	border-radius:10px;
	font-size:15px;
	line-height:16px;
	height:65px;
}
.tab.active {
	background: #f060a5;
	color:#fff;
}
.tabcontent {
	display: none;
}
.tabcontent.active {
	display: block; 
}

.service-info{
	width:100%;
	justify-content: space-between;
	display: flex;
	gap:25px;
}
.service-info-gallery,
.service-info-text{
	width:50%;
}
h3.service-info-title,
.service-info-title{
	font-size:31px;
	line-height:35px;
	font-weight:600;
	margin-bottom:23px;
}
.service-info-price{
	font-size:27px;
	line-height:38px;
	font-weight:400;
	margin-bottom:25px;
}
.service-info-price span{
	font-size:38px;
	font-weight:600;
}
.service-info-text li{
	min-height:37px;
	font-size:16px;
	line-height:36px;
	padding-left:57px;
	position:relative;
	margin-bottom:25px;
}
.service-info-text li:before{
	width:37px;height:37px;
	background-size: 12px 10px;
	background-position:12px 14px;
}
.service-info-text .btn{
	margin-top:40px;
}
.swiper-large { 
	width: 100%; 
	height: 492px; 
}
.swiper-thumbs { 
	width: 100%; 
	height:auto;
	margin-top: 20px; 
}
.swiper-thumbs a{
	aspect-ratio:1/1;
}
.swiper-slide img { 
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
}
.swiper-thumbs .swiper-slide { 
	cursor: pointer; 
}




.pricelist{
	max-width:620px;
	width:100%;
	margin:15px auto 0px;
	border-radius:10px;
	background:#f7fafe;
}
.pricelist-head{
	width:100%;
	background:#f060a5;
	color:#fff;
	display: flex;
	justify-content: space-between;
	font-size:18px;
	line-height:18px;
	font-weight:600;	
	align-items: center;
	min-height:62px;
	padding:5px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pricelist-col:first-child{
	padding-left:30px;	
}
.pricelist-col:last-child{
	padding-right:50px;
}
.pricelist-content{
	padding:5px 0 35px;
	margin-bottom:50px;
}
.pricelist-row {
	padding-top:30px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
	overflow:hidden;
}
.pricelist-col {
	position: relative;
}
.pricelist-col.price{
	text-align:right;
	background:#f7fafe;
	position:relative;
	z-index:2;
	margin-left:30px;
	display:flex;
	flex-grow:1;
	font-weight:bold;
}
.pricelist-col.description:after {
	content: '';
	position: absolute;
	left: 100;
	bottom:7px;
	height: 1px;
	width:1000%;
	background: linear-gradient(to right, transparent 50%, #282828 50%);
	background-size: 4px 4px;
	margin: 0 5px;
	z-index:1;
}
.pricelist-col.description{
	width:100%;
}
.pricelist-col strong, .pricelist-col span, .col_title{
	font-size:17px;
	font-weight:600;
	background:#f7fafe;
	position:relative;
	z-index:2;
}
.col_title{color:#f060a5;}
.pricelist-col.col_title:after {
    display:none;
}
.pricelist-col.description strong{
	padding-right:3px;
}
.pricelist-col.price strong{
	padding-left:6px;
	white-space:nowrap;
}
.pricelist-row-detail{
	display:block;
	width:100%;
	padding-top:5px;
	font-size:14px;
	padding-left:30px;
	padding-right:100px;
}
h4.pricelist-title,
.pricelist-title{
	font-size:24px;
	line-height:26px;
	font-weight:600;
	margin-bottom:20px;
	text-align:center;
	
}	


.advantages{
	margin:70px 0 0;
	width:100%;
	background:#f060a5;
	color:#fff;
	padding:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius:10px;
}
.advantages-item{
	width:33%;
	text-align:center;
	padding:0 30px;
	position:relative;
	min-height:90px;
}
.advantages-item:not(:last-child)::after {
	content: '';
	display: block;
	width:1px;
	height: 90px;
	background: #81a9ef;
	position:absolute;
	right:0;
	top:7px;
}
.advantages-num{
	display:inline-block;
	font-weight:bold;
	display:inline-block;
	font-size:72px;
	line-height:72px;
	position:relative;
	margin-bottom:10px;
	text-shadow:3px 3px 0 rgba(64,135,130,0.32);
}
.numplus:after{
	content:'+';
	display:inline-block;
	font-size:36px;
	line-height:36px;
	color:#fff600;
	font-weight:400;
	position:absolute;
	top:-10px;
	left:100%;	
}
.advantages-txt{
	display:block;
	width:100%;
	font-size:16px;
}

.proccess-gallery .absolute {position:absolute;}
.proccess-gallery .top-0 {top:0}
.proccess-gallery .overflow-hidden{overflow:hidden;}
.text-f7b635 {color:#f7b635;}
.text-11px {font-size: 11px;}
.proccess-gallery svg {
    vertical-align: top;
}
.w-15px {
    width: 15px;
}
.h-15px {
    height: 15px;
}
.proccess-gallery{
	margin-top:40px;
	width:100%;
	overflow: visible;
}
.proccess-gallery .swiper-slide {
	opacity:0.3;
	transition: opacity 0.3s;
}
.proccess-gallery .swiper-slide-active,
.proccess-gallery .swiper-slide-prev,
.proccess-gallery .swiper-slide-next {
  opacity: 1;
}
.swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.swiper-video-slide a:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.2) url('./img/icons/play.png') no-repeat center center / 102px 102px;
	z-index:1;
}
.swiper-thumbs .swiper-video-slide a:before{
	background-size:50px;
}
.swiper-slide a:hover:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.5) url('./img/icons/zoom.svg') no-repeat center center / 33px;
	z-index:1;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.swiper-slide img {
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fancybox__container{
	z-index:9999999999;
}
.fancybox__content {
	background: transparent;
}
.fancybox__iframe {
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 450px;
	margin: auto;
	display: block;
}
.fancybox__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fancybox__content > img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.swiper-button-prev, .swiper-button-next {
	color: #fff;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
}
.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.proccess-gallery-button-prev,
.proccess-gallery-button-next {
	width:52px;
	height:52px;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background:#fff;
	border-radius:50%;
	z-index:5;
	box-shadow:0 0 35px rgba(96,96,96,0.23);
	cursor:pointer;
}
.proccess-gallery-button-prev {
	left: -26px; 
}
.proccess-gallery-button-next {
	right: -26px; 
}
.proccess-gallery-button-prev:before,
.proccess-gallery-button-next:before{
	content:'';
	display:block;
	width:52px;
	height:52px;
	background:url('./img/icons/garr.svg') no-repeat center center / 14px auto;
	position:absolute;
	left:0;
	top:0;	
}
.proccess-gallery-button-prev:before{
	transform:rotate(90deg);
}
.proccess-gallery-button-next:before{
	transform:rotate(-90deg);
}

.proccess-gallery-pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 30px auto 40px;
}
.proccess-gallery-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #dee3ee;
	border-radius: 4px;
	opacity: 1;
	transition: all 0.3s ease;
	cursor: pointer;
	margin:0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0;
}
.proccess-gallery-pagination .swiper-pagination-bullet-active {
	background: #f060a5;
	width: 18px;
	opacity: 1;	
}
.has-iframe .fancybox__content{
	padding-top:5px;
	padding-bottom:5px;
}
.swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.swiper-slide video { width: 100%; height: 100%; object-fit: contain; }
.swiper-slide iframe { width: 100%; height: 100%; object-fit: contain; }

.twocolumn {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.twocolumn li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
}

@media (max-width: 768px) {
    .twocolumn {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}
    
    .twocolumn li {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
}

.kratko_usluga {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}
.kratko_usluga__item {
    align-items: start;
    display: grid;
    gap: 0 11px;
    grid-template-areas:
        "icon val"
        "icon title";
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    justify-content: start;
    justify-items: start;
    margin: 15px;
    width: calc(33.33333% - 30px);
	padding-left: 30px;
}
.kratko_usluga__item--val {
    color: #000;
    font-weight: 600;
    grid-area: val;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    text-transform: uppercase;
}
@media (max-width: 650px) {
    .kratko_usluga__item {
        width: calc(50% - 10px);
		padding-left: 0;
		margin: 5px 0 5px 10px;
    }
}
@media (max-width: 440px) {
	.kratko_usluga__item--val {
        font-size: 13px;
    }
}
.kratko_usluga__item--icon {
    -ms-grid-row-span: 3;
    grid-area: icon;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    height: 15px;
    transform: translateY(5px);
    width: 15px;
}
@media (max-width: 440px) {
    .kratko_usluga__item--icon {
        transform: translateY(6px);
    }
}
.kratko_usluga__item--icon svg {
    fill: #f060a5;
    display: block;
    height: 15px;
    width: 15px;
}





.section-consult{
	margin-top:70px;
	border-radius:10px;
	background:#fafbfd url('./img/decor/consultbg.jpg') no-repeat center center / cover;
	box-shadow:0 0 46px rgba(119,119,119,0.22);
	padding:60px 60px 100px;
	position:relative;
}
.section-consult-text{
	max-width:725px;
}
.section-consult .section-title{
	text-align:left;
	font-size:50px;
	line-height:67px;
	margin-bottom:75px;
}
.section-consult .section-title span{
	color:#f060a5;
}
.section-consult p{
	font-size:18px;
	font-weight:500;
}
.section-consult .btn{
	margin:23px 0 40px;
}
.mobile-header-doctor-photo,
.mobile-consult-doctor-photo{
	display:none;
}
.consult-social .soc-ico {
	width:70px;
	height:70px;
	margin: 0 12px;
}
.consult-social .ico-tg svg {
	width:28px;
	height:24px;
}
.consult-social .ico-wa svg {
	width:26px;
	height:26px;
}
.section-consult-img{
	position:absolute;
	height:calc(100% + 30px);
	width:540px;
	right:10px;
	bottom:0px;
}
.consult-doctor-photo{
	position:absolute;
	right:0;
	bottom:0;
	max-height:100%;
}



.questions-answers{
	display: flex;
	gap:25px;
	justify-content: space-between;
	margin-top:35px;
	margin-bottom:-10px;
}
.questions-col{
	width:50%;
}
.panel{
	border-radius:8px; 
	padding:0px;
	margin-bottom:10px;
	min-height:97px;
	color:#000000;
	box-shadow:0 0 46px rgba(119,119,119,0.22);
}
.panel-heading{
	padding:5px 90px 5px 30px;
	min-height:97px;
	cursor:pointer;
	position:relative;
	display: flex;
	align-items: center;
}
.panel-collapse{
	display:none;
}
.question-num{
	width:61px;
	color:#f060a5;
	font-weight:600;
	font-size:26px;
	line-height:26px;
}
.question-text{
	font-weight:500;
	font-size:16px;
	line-height:26px;
	width:calc(100% - 61px);
}
.panel-body{
	padding:0px 90px 20px 30px;
	font-size:14px;
	line-height:24px;
	color:#48646c;
}
.panel-heading:after{
	content:'';
	display:block;
	width:28px;
	height:28px;
	background:url('./img/icons/arr.svg?v1') no-repeat center center;
	background-size:28px;
	position:absolute;
	top:38px;
	right:25px;	
	transition: all 0.1s ease;
}
.panel-heading.in:after{
	transform:rotate(-90deg);
}



.footer{
	padding:50px 0;
}


.hamburger{
	display:none;
}




@media (max-width: 1200px){
	.header-nav {
		padding:0 20px;
	}
	.header {
		height:860px;
	}
	.header-title {
		font-size: 45px;
		line-height: 58px;
	}
	.header-mid-text {
		max-width: 720px;
	}
	.descriptor {
		max-width: 720px;
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 25px;
	}
	.header-mid-doctor {
		left:660px;
	}
	.header-mid li {
		width: 222px;
		line-height: 28px;
	}
	.header-address {
		padding-left:74px;
	}
	.header .soc-ico {
		margin:0 5px;
	}
	
	.section-title{
		font-size: 40px;
		line-height:50px;
	}
	h3.section-title{
		font-size:32px;
		line-height:41px;
		margin-bottom:40px;
	}
	.header-social .header-social-txt{
		display:none;
	}
	.section-consult-text {
		max-width: 600px;
	}
	.section-consult .section-title {
		font-size: 35px;
		line-height: 50px;
	}
	
	h3.service-info-title, .service-info-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.tab-header {
		gap: 15px;
	}
}
@media (max-width: 992px){
	
	.header{
		height:auto;
	}
	
	.top-phone{
		margin-top:20px;
		padding-top:20px;
		width:100%;
		text-align:center;
		position:relative;
	}
	.top-phone-txt{
		display:none;
	}
	.time{
		position:absolute;
		top:0;
		left:50%;
		transform:translate(-50%);
	}
	a.phone, a.phone:visited {border-bottom: 1px solid #37415130;}
	a.phone:hover {border-bottom: 1px solid rgb(40, 40, 40);}
	.header-social{
		margin-right:0;
	}
	
	.header-mid-text {
		max-width: 100%;
	}
	.header-title {
		text-align:center;
	}
	.header-mid .btn {
		margin: 40px auto 52px;
	}
	.header-mid .btn img{display:none;}
	.mobile-header-doctor-photo{
		display:block;
		max-height:413px;
		position:absolute;
		bottom:100%;
		left:50%;
		transform:translateX(-50%);
	}
	.header-mid-doctor{
		display:none;
	}
	.descriptor{
		max-width: 600px;
		margin:0 auto 15px;
		text-align:center;
	}
	.header-mid ul {
		display: block;
		max-width: 400px;
		margin:0 auto;
	}
	.header-mid li {
		width:100%;
		padding:5px 0 0 60px;
		min-height:44px;
		margin-bottom:10px;
	}
	.header-mid li br{
		display:none;
	}

	
	
	.section-title{
		font-size:31px;
		line-height:40px;
	}
	h3.section-title{
		font-size:27px;
		line-height:31px;
		margin-bottom:30px;
	}
	.header-nav{
		display:none;
		max-width:100%;
	}
	
	.btn{
		width:306px;
		height:83px;
		border-width:2px;
	}
	.btn-txt {
		font-size: 14px;
	}
	.btn-txt b {
		font-size: 20px;
		line-height: 22px;
	}
	.btn-txt i {
		width: 14px;
		height: 14px;
		background-size: 14px;
	}
	
	.section-consult{
		padding:35px 18px 40px;
	}
	.section-consult-text{
		margin:0 auto;
		text-align:center;
	}
	.section-consult .section-title {
		margin-bottom:15px;
		text-align:center;
	}
	.section-consult .btn {
		margin:370px auto 25px;	
	}
	.mobile-consult-doctor-photo{
		display:block;
		max-height:342px;
		position:absolute;
		bottom:100%;
		left:50%;
		transform:translateX(-50%);
	}
	.section-consult-img{
		display:none;
	}
	.consult-social{
		justify-content: center; 
		text-align:center;
		flex-wrap: wrap;
	}
	.header-social-txt{
		width:100%;
		font-size:12px;
		line-height:15px;
		padding: 0 0 20px;
	}
	.header-social-txt br{
		display:none;
	}
	.consult-social .soc-ico {
		width: 56px;
		height: 56px;
		margin: 0 9px;
	}
	.consult-social .ico-tg svg {
		width: 23px;
		height: 21px;
	}
	.consult-social .ico-wa svg {
		width: 21px;
		height: 21px;
	}
	

	.tab-header {
		gap: 5px;
		margin-bottom: 20px;
	}
	.tab {
		font-size:13px;
		line-height:14px;
	}
	
	
	.service-info-title{
		font-size:20px;
		line-height:22px;
		margin-bottom:12px;
	}
	.service-info-price{
		font-size:17px;
		line-height:20px;
	}
	.service-info-price span {
		font-size: 25px;
	}
	.service-info-text li {
		min-height: 26px;
		font-size: 13px;
		line-height: 26px;
		padding-left: 36px;
		margin-bottom: 14px;
	}
	.service-info-text li:before {
		width: 26px;
		height: 26px;
		background-size: 10px 8px;
		background-position: 8px 9px;
	}
	.swiper-thumbs {
		margin-top:10px;
	}
	
	.btn-hamburger{
		position:fixed;
		right: 10px;
		top: 21px;	
	}
	.hamburger, .hamburger.opened{
		display:block;
		width:45px;
		height:40px;
		background: #404e67;
		background: linear-gradient(0deg, #f060a5 0%, #82afff 100%);
		border:0;
		border-radius:8px;
		cursor:pointer;
		box-shadow: none;
		z-index:999999;
	}
	.hamburger span{
		display:block;
		position:absolute;
		background: #fff;
	}	
	.hamburger span{
		width:29px;
		height:2px;
		top: 10px;
		right: 8px;
	}
	.hamburger span:nth-child(2) {
		top: 19px;
	}
	.hamburger span:nth-child(3) {
		top: 29px;
	}
	
	.hamburger.opened{
		right:10px;
		top:21px;
		bottom:auto;
		z-index:99999999999999;
	}
	.hamburger.opened span:nth-child(2){
		display:none;
	}
	.hamburger.opened span:nth-child(1),
	.hamburger.opened span:nth-child(3){
		width: 30px;
		top: 19px;
		right: 7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger.opened span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	
	
	.section-proccess-gallery .container{
		padding-left:42px;
		padding-right:42px;
	}

	.questions-answers{
		flex-wrap: wrap;
		gap:0;
	}
	.questions-col{
		width:100%;
	}
	

}
@media (max-width: 880px){
	.header-address{
		display:none;
	}
	
}
@media (max-width: 768px){
	.header-top{
		padding-top:22px;
		padding-bottom:15px;
	}
	.logo {
		margin-left:10px;
		max-width:300px;
		width:calc(100% - 176px);
	}
	.header .soc-ico {
		width:40px;
		height:40px;
		margin: 0 2px;
	}
	.ico-tg svg {
		width: 16px;
		height: 14px;
	}
	.ico-wa svg {
		width: 16px;
		height: 16px;
	}
	.top-phone {
		margin-top: 24px;
	}
	.header-title {
		font-size:23px;
		line-height:35px;
	}
	.descriptor{
		font-size:16px;
		line-height:23px;
	}
	
	.header-mid li {
		line-height: 21px;
		padding-left:37px;
		min-height:26px;
		padding-top:3px;
	}
	.header-mid li:before{
		width: 26px;
		height: 26px;
		background-size:10px 8px;
		background-position:8px 9px;
	}

	.container{
		padding-left:10px;
		padding-right:10px;
	}
	.section{
		padding-top:45px;
	}	
	
	.section-title, h3.section-title{
		font-size:21px;
		line-height:30px;
		margin-bottom:20px;
	}
	.pricelist-head {
		font-size:13px;
		line-height:13px;		
	}
	.pricelist-col strong {
		font-size:13px;
		line-height:20px;
	}
	.pricelist-content {
		padding: 0px 0 15px;
		margin-bottom: 25px;
	}
	.pricelist-row {
		padding-top: 20px;
		line-height:20px;
	}
	.pricelist-row-detail {
		padding-top: 2px;
		font-size: 13px;
		line-height:20px;
		padding-left: 18px;
	}
	.pricelist-col:first-child {
		padding-left: 18px;
	}
	.pricelist-col:last-child {
		padding-right: 40px;
	}
	.pricelist-col.price {
		margin-left:20px;
	}
	h4.pricelist-title, .pricelist-title {
		font-size:15px;
		line-height:17px;
		margin-bottom:10px;
	}
	
	
	
	.tab-header {
		display: block;
		overflow: hidden;
	}
	.tab-header{
		margin-bottom:20px;
		margin-right: -20px;
	}
	.tab-header .swiper-wrapper {
		margin-bottom:0px;
		gap:0;
		justify-content: start;
	}
	.tab.swiper-slide{
		padding:12px 10px;
		width: fit-content;
		padding:0 25px;
		min-height:46px;
		width:fit-content;
		border-radius:5px;
		font-size:11px;
		line-height:14px;
	}
	.service-info{
		flex-wrap: wrap;
		gap:25px;
	}
	.service-info-gallery, .service-info-text{
		width:100%;
	}
	.swiper-large {
		height: 273px;
	}
	h3.service-info-title, .service-info-title {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 12px;
	}
	.service-info-text .btn {
		margin: 27px auto 0;
	}
	
	.section-consult {
		margin-top: 40px;
		background: #f8f8fb url('./img/decor/consultbg_m.jpg') no-repeat center top / 100% auto;
	}
	.section-consult .section-title {
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.section-consult p {
		font-size: 13px;
	}
	
	.advantages{
		margin:31px 0 0;
		padding:2px 18px 5px;
	}
	.advantages-item{
		width:100%;
		padding:25px 25px 22px;
	}
	.advantages-item:not(:last-child):after{
		width:100%;
		height:1px;
		bottom:0;
		left:0;
		right:0;
		top:auto;
	}
	.advantages-num{
		font-size:36px;
		line-height:36px;
	}
	.numplus:after {
		top:-7px;
		font-size: 24px;
		line-height: 24px;
	}
	.advantages-txt{
		font-size:13px;
	}

	.questions-answers{
		margin-top:20px;
	}
	.question-text {
		line-height:22px;
		width: calc(100% - 42px);
	}
	.question-num {
		width: 42px;
		font-size: 16px;
		line-height: 16px;
	}
	.panel ,
	.panel-heading {
		min-height:80px;
	}
	.panel-heading {
		padding-left:20px;
		padding-right:50px;
	}
	.panel-heading:after {
		top:calc(50% - 10px);
		right:20px;
		width:21px;
		height:21px;
		background-size:21px;
	}
	.panel-body {
		padding:0px 32px 25px 19px;
		font-size: 13px;
		line-height: 22px;
	}
	
	.proccess-gallery {
		margin-top:20px;
	}
	.swiper-video-slide a:before {
		background-size:58px;
	}
	.proccess-gallery-pagination {
		margin: 18px auto 50px;
	}
	
	.proccess-gallery-button-prev, .proccess-gallery-button-next,
	.proccess-gallery-button-prev:before, .proccess-gallery-button-next:before{
		width:34px;
		height:34px;
	}
	.proccess-gallery-button-prev {
		left: -15px;
	}
	.proccess-gallery-button-next {
		right: -15px;
	}
	.proccess-gallery-button-prev::before, .proccess-gallery-button-next::before {
		background-size:10px auto;
	}
}
@media (max-width: 580px){
	.tab.swiper-slide {
		max-width:107px;
		padding:0 10px;
		height:46px;
	}
	.proccess-gallery .swiper-slide-prev, .proccess-gallery .swiper-slide-next {
		opacity: 0.3;
	}
	.proccess-gallery .swiper-slide-active {
		opacity: 1;
	}
	
}


.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.91);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-block;
	display:none;
	max-width: 1270px;
	width:100%;   
    color: #000;
	background:transparent;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
	position:relative;
	padding: 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.closeme {
	display:block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	opacity: 1;
	z-index:9999;
	background:transparent;
	box-shadow:none;
	border:0;
}
.closeme:hover {
	opacity: 0.9;
	cursor:pointer;
}
.closeme:before, .closeme:after {
	position: absolute;
	top: 15px;
	right:35px;
	content: ' ';
	height: 28px;
	width: 1px;
	background-color: #282828;
}
.closeme:before {
	transform: rotate(45deg);
}
.closeme:after {
	transform: rotate(-45deg);
}
.popupmenu .mainmenu,
.popupmenu .mainmenu li{
	display:block;
	width:100%;
	padding:0;
}
.popupmenu .mainmenu li{
	text-align:center;
	height:auto;
}
.popupmenu .mainmenu li a{
	display:inline-block;
	color:#fff;
	font-size:20px;
	height:auto;
	line-height:22px;
	margin-bottom:20px;
	padding:9px 0;
}
.popupmenu .header-nav {
	width:100%;
	margin:0 auto;
	display:block;
}
.popupmenu .mainmenu li.m-h{
	display:none;
}
.modal-menu-insert .header-nav{
	background:transparent;
}
/* Footer */
.flex {
    display: flex;
}
.footer{font-weight: 600;}
.footer .fdown .col:first-child{padding-right: 175px;}
.footer .fdown .col:last-child{flex-grow: 1;}

.footer .title{font-size: 13px; line-height: 100%; color: #BFC2D3; margin: 0 0 7px 25px;}
.footer .text{font-size: 14px; line-height: 100%; color: #394557; align-items: center;}
.footer .text::before{color: #61e2bf; font-weight: 400; line-height: 0; vertical-align: -1px; margin-right: 9px; display: inline-block;}

.footer .rating{padding: 0 0 80px 0; justify-content: space-between; align-items: flex-end;}
.footer .rating > div{height: 86px; background-image: url('/img/rating.jpg'); background-repeat: no-repeat;}
.footer .rating .prodoctorov{width: 138px; background-position: 0 0;}
.footer .rating .sber{width: 158px; background-position: -139px 0;}
.footer .rating .yandex{width: 144px; background-position: -297px 0;}

@media (max-width: 768px) {
	.footer .rating {justify-content: space-around;align-items: flex-end;flex-flow: wrap;}
	.footer .rating div {margin-bottom:20px;width: 50%;}
}

.footer .logo a{width: 253px; height: 41px; background: url('/img/logos.jpg') 0 -20px no-repeat; display: block;}

.footer .job-time{margin-top: 50px;}
.footer .job-time .text::before{content: ''; font-family: 'Font Awesome';}

.footer .contacts{margin-top: 30px;}
.footer .contacts .text::before{content: ''; font-family: 'Font Awesome Solid'; font-size: 15px;}
.footer .contacts span:hover{cursor: pointer; text-decoration: underline;}

.footer .social{margin-top: 75px;}
.footer .social a{text-decoration: none;}
.footer .social a:not(:last-child){margin-right: 15px;}

.footer .menu{font-size: 14px; justify-content: space-between; flex-wrap: wrap;}
.footer .menu li{padding-bottom: 16px;}
.footer .menu li a, .footer .menu li .fake-link{cursor: pointer; color: #203F68; text-decoration: none;}
.footer .menu li a:hover, .footer .menu li .fake-link:hover{text-decoration: underline;}

.footer .note{font-size: 12px; color: #203F68; padding: 20px 0 30px; margin-top: 20px; border-top: 1px solid #DEE3EE;}
/* Основные стили */
	.section { padding: 40px 0; }
	.section-title { 
		text-align: center;
		font-size: 34px; /* Увеличен шрифт заголовков */
		font-weight: 800;
		margin-bottom: 30px; /* Увеличен отступ */
	}
	.section-title span { color: #f060a5; }

	p {
		font-size: 16px; /* Стандартный размер текста */
		line-height: 1.6; /* Улучшена читаемость */
	}

	.results-gallery { text-align: center; }
	.before-after-slider { display: inline-block; max-width: 500px; margin: 0 auto; border: 1px solid #eee; padding: 10px; border-radius: 8px; }

	.problems-block { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
	.problem-item { text-align: center; width: 200px; }
	.problem-item img { width: 80px; height: 80px; margin-bottom: 10px; border-radius: 50%; background-color: #f0f0f0; }

	/* Стили для шагов */
	.process-steps { display: flex; justify-content: space-between; text-align: center; gap: 20px; }
	.step { flex: 1; }
	.step .step-number { font-size: 40px; font-weight: 800; color: #f060a5; }
	.step h3 { font-size: 18px; margin: 10px 0; }

	/* Стили для блока эксперта */
	.expert-block { display: flex; gap: 30px; }
	.expert-photo { width: 200px; height: 200px; overflow:hidden; border-radius: 50%; min-width:200px;}
	.expert-photo img {width: 200px; height: 200px; object-fit: cover;min-width:200px;transform: scaleX(-1);margin-left: 20px;}
	.expert-quote { font-style: italic; border-left: 3px solid #f060a5; padding-left: 15px; margin-top: 20px; font-size: 17px; }

	/* Стили для отзывов */
	.testimonials { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
	.testimonial-card { background-color: #fff; border: 1px solid #eee; border-radius: 8px; padding: 25px; width: 45%; box-shadow: 0 4px 12px rgba(0,0,0,0.05); text-align: left; }
	.testimonial-card p:first-child { font-style: italic; margin-top:0; }
	.testimonial-card p:last-child { font-weight: bold; text-align: right; margin-top: 15px; margin-bottom:0; }
	
	/* Кнопки, открывающие Pop-up */
	.open-popup-trigger {
		cursor: pointer;
	}

	/* Стили для Pop-up окна и формы */
	.popup {
		display: none; 
		position: fixed; 
		z-index: 1000; 
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%; 
		overflow-y: auto; /* Добавлен скролл для маленьких экранов */
		background-color: rgba(0,0,0,0.6); 
		justify-content: center;
		align-items: center;
		padding: 20px 0;
	}
	.popup-content {
		background-color: #fefefe;
		margin: auto;
		padding: 30px;
		width: 90%;
		max-width: 500px;
		border-radius: 10px;
		position: relative;
		box-shadow: 0 5px 15px rgba(0,0,0,0.3);
		animation: fadeIn 0.4s ease-in-out;
	}
	@keyframes fadeIn {
		from { opacity: 0; transform: scale(0.9); }
		to { opacity: 1; transform: scale(1); }
	}
	.popup-close {
		color: #aaa;
		float: right;
		font-size: 32px;
		font-weight: bold;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.popup-close:hover,
	.popup-close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
	#popup-form-element input[type="text"], #popup-form-element input[type="tel"] {
		width: 100%;
		padding: 14px; /* Увеличен padding */
		margin-bottom: 15px;
		border: 1px solid #ccc;
		border-radius: 8px; /* Увеличен радиус */
		box-sizing: border-box;
		font-size: 16px;
	}
	#popup-form-element .btn-popup {
		width: 100%;
		padding: 16px; /* Кнопка стала крупнее */
		font-size: 16px;
		text-transform: uppercase;
		background-color: #f060a5;
		color: white;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		font-weight: bold;
	}
	/* Стили для подвала в Pop-up */
	.popup-footer {
		text-align: center;
		margin-top: 25px;
		border-top: 1px solid #eee;
		padding-top: 20px;
	}
	.popup-footer p { margin: 0 0 15px 0; color: #666; font-size: 15px; }
	.popup-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
	.contact-link {
		display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 8px;
		text-decoration: none; font-weight: 600; font-size:15px; transition: transform 0.2s;
	}
	a.phone-link, a.phone-link:visited {border-bottom: 1px solid #0000003d}
	a.phone-link:hover {border-bottom: 1px solid #000000}
	.contact-link:hover { transform: scale(1.05); }
	.contact-link.whatsapp { background-color: #e7fce8; color: #25D366; }
	.contact-link.telegram { background-color: #eaf5fa; color: #0088cc; }
	.popup-info .phone-link { font-size: 20px; font-weight: 600; color: #333; text-decoration: none; }
	.popup-info .work-hours { font-size: 14px; color: #777; margin-top: 5px; }

#popup-form-element .btn-popup {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f060a5;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.5;
}

	/* Адаптивность */
	@media (max-width: 768px) {
		.container { padding-left:20px; padding-right:20px; }
		.process-steps, .expert-block { flex-direction: column; }
		.testimonials { flex-direction: column; }
		.expert-photo { margin: 0 auto; }
		.testimonial-card { width: 100%; }
		.section-title { font-size: 28px; } /* Адаптация заголовков */
	}
.kratko_usluga__item {padding-left:0;}
.warning {font-size: 32px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 34px;
    color: #dadada;
}
@media (max-width:768px) {
	.warning {font-size: 24px; line-height: 28px;}
}
.mobile-tabs__wrap {
    position: fixed;
    bottom: 0;
    display: none;
    padding: 7px 16px;
    width: 100%;
    z-index: 99;
    background: #fff;
    align-items: flex-end;
	overflow:hidden;
    box-shadow: 0 -.09058px 2.2644px 0 rgba(53,82,122,.02) , 0 -.25043px 6.26078px 0 rgba(53,82,122,.04) , 0 -.60294px 15.07354px 0 rgba(53,82,122,.05) , 0 -2px 50px 0 rgba(53,82,122,.07)
}
@media (max-width: 768px) {
    .mobile-tabs__wrap {
        display:flex
    }
	.cta-button.aos-animate {display:none;}
	.cta-button.aos-telegram {display:none;}
	.footer {padding-bottom: 80px;}
	.footer_logo {text-align:center;}
	.footer_logo .logo {width:100%;max-width:none;margin:0;}
}
.mobile-tabs__wrap .each {
    width: 25%;
    text-align: center;
    font-size: 12px
}
.mobile-tabs__wrap .each a {
    color: #000;
	text-decoration:none;
}
.mobile-tabs__wrap .each a span {
    display: block;
    padding-top: 0
}
.mobile-tabs__wrap .each a:hover {
    text-decoration: none;
    color: #000;
	text-decoration:none;
}
.mobile-tabs__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(78,135,235,0) 0%, rgba(78,135,235,0.3) 50%, rgba(78,135,235,0) 100%);
  animation: shine 5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

.fizcheck-modern-why-need-panel {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .02);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.relative {
    position: relative;
}
.font-semibold {font-weight:bold;}

.proccess-gallery .flex {
    display: flex;
}
.proccess-gallery .justify-start {
    justify-content: flex-start;
}

.proccess-gallery-button-prev,
.proccess-gallery-button-next {
	width:52px;
	height:52px;
	color: #000;
	position: absolute;
	top: calc(50% - 20px);
	transform: translateY(-50%);
	background:#fff;
	border-radius:50%;
	z-index:5;
	box-shadow:0 0 35px rgba(96,96,96,0.23);
	cursor:pointer;
}
.proccess-gallery-button-prev {
	left: -26px; 
}
.proccess-gallery-button-next {
	right: -26px; 
}
.proccess-gallery-button-prev:before,
.proccess-gallery-button-next:before{
	content:'';
	display:block;
	width:52px;
	height:52px;
	background:url('/img/icons/garr.svg') no-repeat center center / 14px auto;
	position:absolute;
	left:0;
	top:0;	
}
.proccess-gallery-button-prev:before{
	transform:rotate(90deg);
}
.proccess-gallery-button-next:before{
	transform:rotate(-90deg);
}
.proccess-gallery .swiper-slide {
    align-items:flex-start!important;
    justify-content: left;
    min-height: 205px;
}
.gap-1 {gap: 3px;}
.gap-2 {gap: 5px;align-items: center;}

.sbers svg {height:19px;}
.prodoctc svg {width:150px;}
.profi svg {width:100px;}
.line-clamp-2 {font-size:16px;}

.sbers_small svg {height:15px;}
.prodoctc_small svg {width:120px;}
.profi_small svg {width:80px;}

@media (max-width:640px) {
.sbers svg {height:15px;}
.prodoctc svg {width:120px;}
.profi svg {width:80px;}
}
