

/* Start:/local/templates/main/components/bitrix/news.list/slider/style.css?17145633611458*/
@media (min-width: 992px){
 
	.swipermain{
		height: 550px !important; 
	}
 	
	.swiper-main-h1{	
		font-size: 75px;
        color: #262626;
        font-weight: 400;
        margin-top: 120px;
        line-height: 75px;
        font-family: 'Vetrino', sans-serif;
	}
	
	.swiper-main-dis{
		font-size: 16px;
		margin-bottom: 20px;
		color: #7D7D7D;
		margin-top: 20px;
	}
	
	.swiper-main-img{
		height: 550px !important;
	}

}

@media (max-width: 992px){

	.swipermain{
		height: 400px !important; 
	 
	}
	
	.swiper-main-h1{
		margin-top: 15px;
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
        color: #262626;
        font-family: 'Vetrino', sans-serif;
	}
	
	.swiper-main-dis{
		font-size:14px;
		margin-bottom: 20px;
        margin-top: 20px;
		color: #7D7D7D;
	}
 
	.slider_mob{
		 background-size: contain  !important; 
		background-repeat: no-repeat  !important; 
		position: absolute;
		left: 0;
		top: 0;
		width: 150%;
		height: 400px;
		z-index: -1;
		opacity: 0.1;
	}
	
}
 

.slider_btn_static_n{ 
	font-weight: 400;
    text-align: center;
    color: #fff !important;
    background: #00B5CF;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #00B5CF;
    padding: 16px 53px;
	border-radius: 30px;
	/*transition: all 0.3s linear;*/
	transition: background-color 0.3s ease;
}

.slider_btn_static_n:hover { 
	background:#e5007d;
	border: 1px solid #e5007d;
	text-decoration: none !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tizer/style.css?1714371151283*/
 
.tizer-name{
	    font-family: 'Vetrino', sans-serif;
    display: block;
    font-size: 44px;
    font-weight: 400;
    margin-top: 1px;
    margin-bottom: 0px;
    color: #000F2D;
}

.tizer-dis{
	display: block;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/team.swiper/style.css?1714544380903*/
.card_vrach{
	transition: 0.5s;
	    padding: 5px;
	border-radius: 10px;
	/*border: 1px solid #FFF9F3;*/
	margin: 5px;
}
.card_vrach:hover{ 
	transform: translateY(-5px);
	  
    /*border: 1px solid #00b5cf;*/
}

.element_card_img{
	width: 170px;
    height: 170px;
    display: inline-block;
    background: #00B5CF;
    border-radius: 50%;
}

.element_card_img img{
    width: 100%;
    border-radius: 50%;
}
 
.element_card{
	text-decoration:none;
}

.element_card_text{
	font-family: 'Vetrino', sans-serif;
    color: #000;
    font-size: 25px !important;
    font-weight: 500;
    display: block;
    margin-top: 20px;
 
}

.element_card_text2{
	color: #7D7D7D;
    font-size: 14px !important;
    font-weight: 400;
    height: 80px;
    display: block;
}

.swiper-arrow-team{
	display: inline-block;
    padding: 7px 8px;
    background: #ffd5e0;
    border-radius: 50%;
    cursor: pointer;
}


 
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/main/style.css?1714730241849*/
.section_card{
	background:#FFF9F3;  
	overflow: hidden;
	border-radius: 15px;
    padding: 4px;
	height: 100%;
	padding:25px;
	  
}

 

.section_card_text{
	display: block; 
    font-weight: 400;
	  height: 64px;
    color: #262626; 
    font-size: 22px;
	text-decoration: none;
	font-family: 'Vetrino', sans-serif;
}
.section_card_text:hover{
    text-decoration: none; 
    color: #000; 
}

/*
.section_card_el{
	display: block;
    color: #262626;
    font-size: 15px; 
	text-decoration: none;
	padding: 10px  0px;
}

.section_card_el:hover{ 
	text-decoration: none;
	color:#000;
}
*/
.section_card_el{
	display: block;
    color: #262626;
    font-size: 15px; 
	text-decoration: none;
	padding: 10px;
	border:1px solid #FFF9F3;
}

.section_card_el:hover{ 
	text-decoration: none;
	color:#000;
	border-radius:20px;
	border:1px solid #00B5CF;
}
 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/services.swiper/style.css?1714562169861*/
.serv_element_card{
	height:400px;
	border-radius:25px;
	display:block;
    background-position: center !important;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
}

.serv_element_card::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 14%;
    bottom: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(3 157 180) 100%);
}
   
.serv_element_card:hover{ 
	transform: translateY(-5px);
}
 
.serv_element_card_text{
    font-family: 'Vetrino', sans-serif;
    color: #ffffff;
    font-size: 25px !important;
    text-align: left;
    font-weight: 500;
    position: absolute;
    left: 12px;
    top: 71%;
    z-index: 5;
    line-height: 27px;
}
  
.serv_swiper-arrow-serv{
	display: inline-block;
    padding: 7px 8px;
    background: #ffd5e0;
    border-radius: 50%;
    cursor: pointer;
}


 
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/company.main/style.css?1714397323464*/

.company_btn_static_n{ 
	font-weight: 400;
	display: inline-block;
    text-align: center;
    color: #fff !important;
    background: #00B5CF;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #00B5CF;
    padding: 16px 53px;
	border-radius: 30px;
	/*transition: all 0.3s linear;*/
	transition: background-color 0.3s ease;
}

.company_btn_static_n:hover { 
	background:#e5007d;
	border: 1px solid #e5007d;
	text-decoration: none !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partnyery.swiper/style.css?1714390453505*/
 
.stat-img-v2 {
    position: relative;
}
 
.stat-img-v2 span {
	position: relative;
    max-width: 180px;
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.stat-img-v2 img {
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
} 
 


 
/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?17143766901780*/
 
.center-div {
	display: flex;
	align-items: center;
	height: 100%
}
 
.form-statics{
 
	position: relative;
	background-position: center !important;
    background-size: cover !important;
}



.btn-statics {
	  font-size: 16px;
	  line-height: 24px;
	  text-align: center;
	  color: #065a85 !important;
	  padding: 13px  0px;
	  border: 1px solid #fff;
	  outline: none; 
	  background: #fff;
	  border-radius: 30px; 
	  transition: 1s; 
	  cursor:pointer;
	  text-decoration:none;
	  display:block;
	      margin-top: 9px;
}

.btn-statics:hover{
	background: #00B5CF;
    color: #fff !important; 
	 border: 1px solid #fff;
}

.form-control-statics {
  position: relative;
}

.form-control-statics input,
.form-control-statics textarea{ 
	width: 100% !important;
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 17px;
    border: 1px solid #ffffff;
    padding: 17px 13px 10px 13px;
    border-radius: 30px;
    outline: none;
    background: #00b5cf;
}

.form-control-statics input:focus ~ label,
.form-control-statics input:not(:placeholder-shown) ~ label,
.form-control-statics textarea:focus ~ label,
.form-control-statics textarea:not(:placeholder-shown) ~ label{
	top: -14px;
	left: -12px;
	font-size: 12px;
}

.form-control-statics input:focus,
.form-control-statics input:not(:placeholder-shown),
.form-control-statics textarea:focus,
.form-control-statics textarea:not(:placeholder-shown){
   
}
 
.form-control-statics label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 6px;
  margin: 22px 34px;
  font-size: 15px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}
 

 	
.container_fb{
	background:#00B5CF;
	border-radius: 25px; 
	overflow: hidden;
}

@media (max-width: 992px){
	
	.form_foot{
		padding: 15px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/slider/style.css?17145633611458 */
/* /local/templates/main/components/bitrix/news.list/tizer/style.css?1714371151283 */
/* /local/templates/main/components/bitrix/news.list/team.swiper/style.css?1714544380903 */
/* /local/templates/main/components/bitrix/catalog.section.list/main/style.css?1714730241849 */
/* /local/templates/main/components/bitrix/news.list/services.swiper/style.css?1714562169861 */
/* /local/templates/main/components/bitrix/news.list/company.main/style.css?1714397323464 */
/* /local/templates/main/components/bitrix/news.list/partnyery.swiper/style.css?1714390453505 */
/* /local/components/main/send.form/templates/statics/style.css?17143766901780 */
