@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('fonts/CenturyGothicRegular.eot');
    src: url('fonts/CenturyGothicRegular.eot') format('embedded-opentype'),
         url('fonts/CenturyGothicRegular.woff2') format('woff2'),
         url('fonts/CenturyGothicRegular.woff') format('woff'),
         url('fonts/CenturyGothicRegular.ttf') format('truetype'),
         url('fonts/CenturyGothicRegular.svg#CenturyGothicRegular') format('svg');
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('fonts/CenturyGothicBold.eot');
    src: url('fonts/CenturyGothicBold.eot') format('embedded-opentype'),
         url('fonts/CenturyGothicBold.woff2') format('woff2'),
         url('fonts/CenturyGothicBold.woff') format('woff'),
         url('fonts/CenturyGothicBold.ttf') format('truetype'),
         url('fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}
@font-face {
    font-family: 'Georgiaregular';
    src: url('fonts/Georgiaregular.eot');
    src: url('fonts/Georgiaregular.eot') format('embedded-opentype'),
         url('fonts/Georgiaregular.woff2') format('woff2'),
         url('fonts/Georgiaregular.woff') format('woff'),
         url('fonts/Georgiaregular.ttf') format('truetype'),
         url('fonts/Georgiaregular.svg#Georgiaregular') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.eot');
    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),
         url('fonts/RobotoLight.woff2') format('woff2'),
         url('fonts/RobotoLight.woff') format('woff'),
         url('fonts/RobotoLight.ttf') format('truetype'),
         url('fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/RobotoMedium.eot');
    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('fonts/RobotoMedium.woff2') format('woff2'),
         url('fonts/RobotoMedium.woff') format('woff'),
         url('fonts/RobotoMedium.ttf') format('truetype'),
         url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/RobotoBold.eot');
    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),
         url('fonts/RobotoBold.woff2') format('woff2'),
         url('fonts/RobotoBold.woff') format('woff'),
         url('fonts/RobotoBold.ttf') format('truetype'),
         url('fonts/RobotoBold.svg#RobotoBold') format('svg');
}
html, body{
    margin: 0;
    padding: 0;
}
body{
	font-family: 'Georgiaregular';
}
*{
    transition: all .21s ease;
    outline: 0;
}
.wrapper{
    width: 100%;
    margin: 0 auto;
    min-width: 1110px;
}
.wrap{
    width: 1110px;
    margin: 0 auto;
}
.clear{
	clear: both;
}
.index_services, .index_team, nav > .nav{
    background-size: cover !important;
}
/* header */
header{
    height: 325px;
    background: url(img/header-bg.png) no-repeat top center, white;
}
.top_adress, .top_time, .top_phone, .top_button{
	font-family: 'RobotoMedium';
}
.top_adress, .top_time{
	padding: 60px 0 0 25px;
}
.top_phone{
	padding: 60px 0 0 0;
}
.top_adress{
	background: url(img/pin.png) no-repeat 0 60px;
}
.top_time{
	background: url(img/time.png) no-repeat 0 60px;
}
.top_button{
	padding-top: 60px;
}
.top_phone > p{
	background: url(img/phone.png) no-repeat;
	padding-left: 25px;
}
.top_phone > p > span{
	font-family: 'RobotoBold';
}
.top_adress > p, .top_time > p, .top_phone > p{
	margin: 0;
}
.top_button > a{
	display: block;
	background: #dc3d41;
	border-bottom: 4px solid #b83134;
	border-radius: 15px;
	text-align: center;
	color: white;
	padding: 7px 0;
    text-transform: uppercase;
    font-size: 95%;
    text-decoration: none;
}
.top_button > a:hover, .top_button > a:active{
	text-decoration: none;
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.logo{
	margin: 0;
}
.logo > a{
	height: 165px;
	display: block;
	background: url(img/logo.png) no-repeat center center;
	text-indent: -9999px;
}
nav{
	height: 55px;
	border-radius: 30px;
	border: 2px solid white;	
	background: #654b89;
	background: linear-gradient(to bottom,  #654b89 0%,#664b80 50%,#5b3e72 50%,#52335d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#654b89', endColorstr='#52335d',GradientType=0 );
}
nav > .nav{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(img/nav-bg.png) no-repeat;
	text-align: center;
}
nav > .nav > li{
	display: inline-block;
}
nav > .nav > li > a{
	color: white;
	text-transform: uppercase;
    font-family: 'CenturyGothicRegular';
    font-size: 110%;
    padding: 7px 20px;
    display: inline;
    border-radius: 20px;
    position: relative;
}
nav > .nav > li > a::after{
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -14px;
    border: 8px solid transparent;
    border-top: 6px solid white;
    opacity: 0
}
nav > .nav > li.current > a, nav > .nav > li:hover > a, nav > .nav > li:active > a{
	background: white;
    color: black;
}
nav > .nav > li.current > a::after, nav > .nav > li:hover > a::after, nav > .nav > li:active > a::after{
	opacity: 1;
}
.wr_slider{
	margin-top: 40px;
	height: 350px;
    overflow: hidden;
}
.slick-slide{
	outline: none;
}
.wr_slider .slick-slide > .col-xs-8{
	position: relative;
}
.wr_slider .slick-slide > .col-xs-8 > img{
	border-radius: 7px 0 0 7px;
}
.wr_slider .col-xs-4{
	width: 32.5%;
	background: white;
	padding: 0 20px 0 40px;
	min-height: 350px;
	position: relative;
}
.wr_slider .col-xs-4 > div{
	color: #3d666e;
}
.n_slide{
	position: absolute;
    top: -300px;
    left: 30px;
    font-size: 110%;
    color: #3d666e;
    font-style: italic;
    font-weight: bold;
    display: none;
}
.wr_slider .swiper-pagination-bullet-active .n_slide{
	display: block;
}
.wr_slider .swiper-pagination{
	width: 32.5%;
    text-align: left;
    padding-left: 30px;
    right: 0;
    left: auto;
}
.sl_title{
	text-transform: uppercase;
	font-family: 'RobotoBold';
	padding: 70px 0 15px;
    margin: 0;
    font-size: 130%;
}
.wr_slider .swiper-pagination-bullet-active{
	width: 12px !important;
	height: 12px !important;
	background: #25b927 !important;
}
.wr_slider .swiper-pagination-bullet{
	opacity: 1;
	background: #96c5cb;
	vertical-align: middle;
}
/* section */
/* Форма Записаться на прием */
.wr_form_app{
	border-radius: 10px;
	background: url(img/f-bg.jpg) no-repeat !important;
	background-size: cover !important;
	color: white;
	text-align: center;
	font-family: 'Georgiaregular';
	margin: 0 !important;
	padding: 10px !important;
}
.wr_form_app > p:first-child{
	font-size: 130%;
}
.wr_form_app .formControlLabel{
	display: none;
}
.wr_form_app .formResponsive .formHorizontal .formControls{
    margin-left: 0px;
}
.wr_form_app .formResponsive input[type="text"],
#medic{
	padding: 10px !important;
	border-radius: 10px !important;
	border: 1px solid #ccc;
	outline: none !important;
	margin: 0;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}
.wr_form_app .formResponsive input[type="text"].rsform-error{
	border-color: red;
}
.wr_form_app .formResponsive .formHorizontal .rsform-block{
	margin-bottom: 0;
}
.wr_s_menu .formResponsive{
	margin: 0;
}
.wr_form_app h2,
.formResponsive .formHorizontal .formValidation{
	display: none;
}
.wr_form_app > .wr_form_app_t{
	text-transform: uppercase;
	padding: 20px 0;
}
.wr_form_app .wr_form_app_text{
	font-size: 95%;
}
#send-ap, #send-sp{
	padding: 10px 25px;
    background: #dc3d41;
    border: 0;
    box-shadow: none;
    border-bottom: 4px solid #b83134;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'RobotoMedium';
    font-size: 105%;
	width: 100%;
	outline: none !important;
}
.i_t_form{
	padding: 0;
	background-size: cover !important;
}
.i_t_form > .wr_form_app_t{
	padding: 10px 0 0 !important;
}
/**/
.index_services{
    height: 565px;
    padding-top: 80px;
    background: url(img/serv-bg.png) no-repeat;
}
.i_s_image > a > img{
	margin: 0 auto;
}
.index_services a{
	outline: 0;
}
.i_s_title > a{
	font-family: 'RobotoMedium';
	text-transform: uppercase;
	margin: 20px 0 15px;
	color: #583b6d;
	display: block;
	text-align: center;
    font-size: 130%;
}
.i_s_text{
	width: 80%;
	height: 130px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-family: 'Georgiaregular';
	font-size: 110%;
}
.index_team{
    height: 670px;
    background: url(img/team-bg.jpg) no-repeat;
    padding-top: 60px;
}
.index_p_title{
	/*padding-top: 75px;*/
	position: relative;
	text-align: center;
	font-family: 'Georgiaregular';
	font-size: 130%;
	margin-bottom: 60px;
}
.index_p_title:before, .index_p_title:after{
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	background: #c8c8c8;
	top: 50%;
	margin-top: -1px;
}
.index_p_title:before{	
	left: 0;
}
.index_p_title:after{
	right: 0;
}
/* i news*/
.index_news{
	padding-top: 75px;
	position: relative;
}
.news_border, .news_border2{
	width: 100%;
	height: 6px;
	position: absolute;	
	pointer-events: none;	
	z-index: 5;
}
.news_border{
	top: -6px;
	background: url(img/news-border.png);
}
.news_border2{
	bottom: -6px;
	background: url(img/news-border2.png);
}
.i_n_image, .i_n_wr_text{
	display: inline-block;
	vertical-align: top;
}
.wr_i_one_n > div{
	padding-bottom: 25px;
	position: relative;
}
.i_n_image{
	width: 160px;
	height: 220px;
	border-radius: 10px;
	margin-right: 30px;
	overflow: hidden;
}
.wr_i_one_n > .col-xs-6{
	padding-left: 0;
	margin-bottom: 60px;
}
.wr_i_one_n > .col-xs-6 > .i_n_wr_text{
	width: 325px;
}
.wr_i_one_n > .col-xs-3 > .i_n_image, .wr_i_one_n > .col-xs-3 > .i_n_wr_text > .i_n_text{
	opacity: 0;
	z-index: -1;
	display: none;
}
.wr_i_one_n .i_n_title{
	font-family: 'RobotoMedium';
	text-transform: uppercase;	
	color: #583b6d;
	display: block;
}
.wr_i_one_n > .col-xs-6 .i_n_title{
	margin-bottom: 20px;
    font-size: 130%;
}
.wr_i_one_n > .col-xs-3 .i_n_title{
	margin-bottom: 0;
	font-size: 100%;
}
.i_n_text{
	font-family: 'Georgiaregular';
}
.i_n_link{
	position: absolute;
	right: 15px;
	bottom: 0;
	color: #7ec5ea;
	font-style: italic;
	font-size: 95%;
}
.i_n_link:active, .i_n_link:hover{
	color: #7ec5ea;
}
.i_n_time{
	border-bottom: 1px solid #c8c8c8;
    margin-bottom: 2px;
    font-size: 90%;
}
.wr_i_one_n > .col-xs-6 .i_n_title, .wr_i_one_n > .col-xs-6 .i_n_text{
	padding-right: 30px;
}
/* i team */
.autoplay2{
	width: 840px;
}
.autoplay2 a{
	pointer-events: none;
}
.autoplay2, .i_t_form{
	display: inline-block;
	vertical-align: top;
}
.autoplay2 .slick-slide, .i_t_form, .one_sp > div{
	width: 255px;
	min-height: 380px;
	margin: 0 10px;
	background: white;
	border-radius: 10px;
}
.i_t_form{
	margin-right: 0;
}
.i_t_image img{
	margin: 0 auto;
	border-radius: 75px;
	box-shadow: 
	rgba(245, 245, 245, 1) 1px 1px 0,
	rgba(245, 245, 245, 0.98401) 2px 2px 0,
	rgba(245, 245, 245, 0.968019) 3px 3px 0,
	rgba(245, 245, 245, 0.952027) 4px 4px 0,
	rgba(245, 245, 245, 0.936034) 5px 5px 0,
	rgba(245, 245, 245, 0.92004) 6px 6px 0,
	rgba(245, 245, 245, 0.904045) 7px 7px 0,
	rgba(245, 245, 245, 0.888049) 8px 8px 0,
	rgba(245, 245, 245, 0.872052) 9px 9px 0,
	rgba(245, 245, 245, 0.856054) 10px 10px 0,
	rgba(245, 245, 245, 0.840055) 11px 11px 0,
	rgba(245, 245, 245, 0.824055) 12px 12px 0,
	rgba(245, 245, 245, 0.808054) 13px 13px 0,
	rgba(245, 245, 245, 0.792052) 14px 14px 0,
	rgba(245, 245, 245, 0.776049) 15px 15px 0,
	rgba(245, 245, 245, 0.760045) 16px 16px 0,
	rgba(245, 245, 245, 0.74404) 17px 17px 0,
	rgba(245, 245, 245, 0.728034) 18px 18px 0,
	rgba(245, 245, 245, 0.712027) 19px 19px 0,
	rgba(245, 245, 245, 0.696019) 20px 20px 0,
	rgba(245, 245, 245, 0.68001) 21px 21px 0,
	rgba(245, 245, 245, 0.664) 22px 22px 0,
	rgba(245, 245, 245, 0.647989) 23px 23px 0,
	rgba(245, 245, 245, 0.631977) 24px 24px 0,
	rgba(245, 245, 245, 0.615964) 25px 25px 0,
	rgba(245, 245, 245, 0.59995) 26px 26px 0,
	rgba(245, 245, 245, 0.583935) 27px 27px 0,
	rgba(245, 245, 245, 0.567919) 28px 28px 0,
	rgba(245, 245, 245, 0.551902) 29px 29px 0,
	rgba(245, 245, 245, 0.535884) 30px 30px 0,
	rgba(245, 245, 245, 0.519865) 31px 31px 0,
	rgba(245, 245, 245, 0.503845) 32px 32px 0,
	rgba(245, 245, 245, 0.487824) 33px 33px 0,
	rgba(245, 245, 245, 0.471802) 34px 34px 0,
	rgba(245, 245, 245, 0.455779) 35px 35px 0,
	rgba(245, 245, 245, 0.439755) 36px 36px 0,
	rgba(245, 245, 245, 0.42373) 37px 37px 0,
	rgba(245, 245, 245, 0.407704) 38px 38px 0,
	rgba(245, 245, 245, 0.391677) 39px 39px 0,
	rgba(245, 245, 245, 0.375649) 40px 40px 0,
	rgba(245, 245, 245, 0.35962) 41px 41px 0,
	rgba(245, 245, 245, 0.34359) 42px 42px 0,
	rgba(245, 245, 245, 0.327559) 43px 43px 0,
	rgba(245, 245, 245, 0.311527) 44px 44px 0,
	rgba(245, 245, 245, 0.295494) 45px 45px 0,
	rgba(245, 245, 245, 0.27946) 46px 46px 0,
	rgba(245, 245, 245, 0.263425) 47px 47px 0,
	rgba(245, 245, 245, 0.247389) 48px 48px 0,
	rgba(245, 245, 245, 0.231352) 49px 49px 0,
	rgba(245, 245, 245, 0.215314) 50px 50px 0,
	rgba(245, 245, 245, 0.199275) 51px 51px 0,
	rgba(245, 245, 245, 0.183235) 52px 52px 0,
	rgba(245, 245, 245, 0.167194) 53px 53px 0,
	rgba(245, 245, 245, 0.151152) 54px 54px 0,
	rgba(245, 245, 245, 0.135109) 55px 55px 0,
	rgba(245, 245, 245, 0.119065) 56px 56px 0,
	rgba(245, 245, 245, 0.10302) 57px 57px 0,
	rgba(245, 245, 245, 0.086974) 58px 58px 0,
	rgba(245, 245, 245, 0.070927) 59px 59px 0,
	rgba(245, 245, 245, 0.054879) 60px 60px 0;
}
.autoplay2 .slick-slide{
	text-align: center;
	padding: 30px 0;
}
.i_t_image{
	margin-bottom: 40px;
	
}
.i_t_title{
	font-family: 'RobotoBold';
    font-size: 110%;
    display: block;
    margin: 0 auto;
    color: black;
}
.i_t_prof{
	color: #7ec5ea;
	margin-top: 30px;
	min-height: 51px;
}
.i_t_prof span{
	width: 45px;
	height: 1px;
	background: black;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.i_t_prof, .i_t_exper{
	font-family: 'Georgiaregular';
}
.i_t_exper{
	color: #666666;	
}
/* footer */
footer{
	margin-top: 20px;
    clear: both;
}
footer > div{
	border-top: 1px solid #ccc;
}
footer > div > div{
	min-height: 140px !important;
}
.f_logo{
	background: url(img/logo.png) no-repeat center center;
	background-size: contain;
}
footer > div > .col-xs-7{
	padding-top: 55px;
	font-family: 'RobotoMedium';
}
footer > div > .col-xs-7 > div{
	height: 45px;
	border-right: 1px solid #ccc;
}
footer > div > .col-xs-7 > div:last-child{
	border: 0;
}
footer > div > .col-xs-7 > div > p:first-child{
	margin-bottom: 10px;
}
/* Специалисты */
.item_p_title{
	margin: -65px 0 70px;
}
.item_p_title:before, .item_p_title:after{
	background: white;
}
.one_sp > div{
	margin: 0 auto;
	box-shadow: 1px 1px 20px #eee;
    text-align: center;
    padding: 40px 0;
}
.one_sp > div img{
    transition: none !important;
}
.one_sp:hover > div, .one_sp:active > div{
	background: url(img/s-hover.jpg) no-repeat center center;
	background-size: cover;
}
.one_sp:hover > div .i_t_prof > span, .one_sp:active > div .i_t_prof > span{
	background: white;
}
.one_sp:hover > div img, .one_sp:active > div img{
	box-shadow: none;
}
.one_sp:hover > div p, .one_sp:active > div p{
	color: white;
}
.one_sp{
	margin-bottom: 40px;
	text-decoration: none !important;
}
.rsform-block-spec-sp{
	display: none;
}
.sp_title{
	width: 420px;
    border-bottom: 1px solid #ccc;
    font-size: 160%;
    font-family: 'RobotoBold';
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #583b6d;
}
.c_descr{
    padding: 20px 0 70px;
    font-size: 105%;
}
.rev_big_title{
    margin: 40px 0 -10px;
}
.rev_big_title:before, .rev_big_title:after{
	width: 20%;
}
/* Отзывы в специалистах */
.one_rev{
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	background: url(img/quotes.png) no-repeat 30px 100%;
}
.wr_rev + div{
	display: none;
}
#rev_big_form .formResponsive .formHorizontal .rsform-block{
	margin-bottom: 0;
}
.wr_rev > .one_rev:first-child{
	border-top: 0;
}
.one_rev *{
	padding: 0;
}
.one_rev_mes{
	font-style: italic;
	font-family: 'Georgiaregular';
}
.one_rev_t{
	font-family: 'RobotoMedium';
}
.one_rev_img{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
}
.one_rev_img > img{
    width: auto;
    height: 60px;
    position: relative;
}
.one_rev_img, .one_rev_text{
	display: inline-block;
	vertical-align: middle;
}
.one_rev_text {
    margin-left: 5px;
}
.one_rev_text > p{
	margin-bottom: 0;
	font-family: 'RobotoMedium';
	text-align: right;
}
.one_rev_text > div > .col-xs-5{
	text-align: right;
}
.one_rev_date{
	color: #c6c6c6;
	height: 20px;
	overflow: hidden;
}
/* Цены */
.wr_price div{
	color: #583b6d;
	font-family: 'RobotoMedium';
}
.one_sub_menu{
	padding: 20px 0;
	border-top: 1px solid #ccc;	
	position: relative;
	height: 60px;
	overflow: hidden;
	pointer-events: none;
}
.wr_price .one_sub_menu:last-child{
	border-bottom: 1px solid #ccc;
}
.sub_menu_list > div{
	font-size: 120%;
	padding: 5px 0;
}
.sub_menu_list > div:nth-child(odd){
	background: #f8f8f8;
}
.sub_menu_title{
	text-align: center;
	font-size: 120%;
	color: #583b6d;
	font-family: 'RobotoMedium';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.column_t{
	color: #333 !important;
	font-size: 80%;
	margin-bottom: 20px;
	font-family: 'RobotoLight';
}
.open_s_menu{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	pointer-events: auto;
}
.open_s_menu > div{
	position: absolute;
	background: #583b6d;
}
.open_s_menu > div:first-child{
	width: 4px;
	height: 16px;
	top: 0;
	left: 6px;
}
.open_s_menu > div:last-child{
	width: 16px;
	height: 4px;
	top: 6px;
	left: 0;
}
.wr_sub_menu{
	
}
/* Раздел услуги */
.serv_i_title{
	font-family: 'RobotoMedium';
    text-transform: uppercase;
    margin: 10px 0 20px;
    color: #583b6d;
    text-align: center;
    font-size: 130%;
}
.serv_i_img{
	margin-bottom: 50px;
	text-align: center;
}
.wr_s_menu{
	background: #f2f2f2;
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f2f2f2 62%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
	padding-top: 20px;
}

.wr_s_menu .nav > li > a{
	text-decoration: underline;
	color: #583b6d;
	font-family: 'RobotoMedium';
    font-size: 105%;
    background: url(img/f-dot.png) no-repeat 0;
}
.wr_s_menu .nav > li{
	margin: 0 -15px;
    padding-left: 15px;
    
}

.wr_s_menu .nav > li:hover > a{
	color: white;
	text-decoration: none;
	background: url(img/w-dot.png) no-repeat 0;
}
.wr_s_menu .nav > li:hover{
	background: #dc3d41;
}
.serv_cont{
	padding-left: 90px;
}
.serv_intr, .serv_full{
	font-family: 'Georgiaregular';
	font-size: 110%;
}
.serv_intr{
	color: #636;
}
.serv_full{
	color: #333;
	border-top: 1px solid #eee;
	padding-top: 50px;
	margin-top: 50px;
}

/** feedbacks **/
.easy_entrylink .sign{
    height: 35px;
}
.easy-entries{
    
}
.easy-entries > .item{
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.easy-entries > .item:last-child{
    border: none;
    margin: 0;
}
.easy-entries > .item .text{
    margin: 15px 15px 0px;
    width: 1110px;
}
.easy-entries > .item .name{
    font-weight: bold;
    font-size: 16px;
}
.easy-entries > .item .comment-name{
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 0;
 }
.easy-entries > .item .comment{
    margin: 15px 15px 0px;
    width: 1110px;
}
/*.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: url(js/fancybox/fancybox_sprite.png) !important;
}*/
.fancybox-close{
    background: url(js/fancybox/fancybox_sprite.png) !important;
}

.clinic-gallery{
	text-indent: 0;
	text-align: center;
}
.clinic-gallery .gallery-item{
	width: 220px;
    height: 220px;
    margin: 5px;
    display: inline-block;
    padding: 10px 0;
    border-radius: 7px;
    background: url(img/nav-bg.png), #654b89;
}
.clinic-gallery .gallery-item img{
	display: block;
    max-width: 100%;
    margin: 0 auto;
}

.serv-d-button{
	/*text-align: center;*/
}
.serv-d-button li{
	margin-bottom: 10px;
}
.serv-d-button a{
	padding: 5px;
    color: #583b6d;
    text-decoration: underline;
    font-family: 'RobotoMedium';
}
.serv-d-button li:hover a{
	text-decoration: none;
}
.seo{
	font-size:0.9em;
	font-family:'RobotoMedium';
    display: none;
}
a[href*='tel:']{
	color:#333;
}
#virtech {
    width: 80px;
    height: 40px;
    background-image: url(img/virtech-logo.png);
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    margin-right: 10px;
}

#staff_grid {
	display: grid; 
	grid-template-columns: repeat(4, 1fr); 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	width: 100%;
}

.one_sp {
	width: 100% !important;
}

.one_sp > div {
    width: 255px;
    min-height: 380px;
    margin: 0;
	padding: 1em;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

/* RIP phpThump */

.svg {
	position: absolute;
	width: 0;
	height: 0;
}
.clipped {
	width: 100%;
	height: 200px;
	background-color: lightblue;
	background-size: cover;
	background-position: center;
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
}

.index_services {
	height: 650px;
}

.serv_i_img img {
    width: 100%;
    max-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
}

.serv_i_img {
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
}

.avatar {
	width: 200px;
	height: auto;
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}

.avatar.unavailable {
	background-color: rgba(255,255,255,0.70);
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	background-image: url(img/logo.png);
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
}