*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}
/** {
	margin: 0;
	padding: 0;
}*/
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
/* стиль для всех кнопок*/
.button {
	transition: all 0.25s;
	border: none;
	display: inline-block;
	background-color: #e85e02;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;	
}
.button:hover {
	background-color: #ff7b1f;
}
.button:active {
	background-color: #e86408;
}

/* Header */
.top_header {
	padding-top: 5px;
	/*border: 3px solid red;	*/
}
.left_box_head, .right_box_head, .center_box_head {
	/*border: 3px solid red;*/	
}
/* верхняя шапка хидера*/
.logo {
	width: 28%;
}
.tel {
	font-size: 20px;
	font-weight: bold;
	color: #333;	
}
.tel:hover, .time_work a:hover {
    text-decoration: underline;
}
.center_box_head {
    text-align: center;
}
.center_box_head .button{
	margin: 2px 0;
}
.time_work {
    font-size: 14px;
    }
.time_work a {
	color: #333;
}
.left_box_head {
    text-align: center;  
    font-size: 15px; 
    /*border: 1px solid red; */
}
.left_box_head>* {
	display: block;	
}
.right_box_head {
	text-align: center;
}
/* верхнее меню*/
.menu_line {
	background-color: #e85e02;
	margin-top: 5px;
}
.main_menu ul {
	text-align: center;
	
}
.main_menu ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
	}
.main_menu ul li:last-child {
	margin-right: 0;
}	
.main_menu ul li a {
	padding: 20px;
	display: block;
	color: #fff;
	transition: all 0.25s;
}	
.main_menu ul li a:hover {
	background-color: #ff7b1f;	
}
/* слайдер*/
.slide img {
	/*width: 100%;*/
    /*object-fit: cover;*/
    width: 100%;
    /*height: 350px;*/

}
.slider_container {
	width: 100%;
	margin: 0 auto;
}
.slide {
	position: relative;
}
/* выводим текст внизу слайдера*/
.sl_text {
	position: absolute;
	bottom: 0;
	background: rgba(174, 249, 255, 0.4);
	width: 100%;
	color: yellow;
	text-align: center;	
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 25px;
	
}
.sl_zag, .sl_desc {
	color: white;
	margin: 0;
	padding: 0 10px;
}
/*рисуем кругляшки*/
.slider .slick-dots {
	bottom: 5px;
}
.slick-dots li button {
  border: 2px solid #777;
  border-radius: 50%;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, .2);
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;

}
.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #777;
	opacity: 1;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
   -webkit-transition: background .3s;
   -o-transition: background .3s;
   transition: background .3s;
}
.slick-dots li button:hover, 
.slick-dots li.slick-active button {
	border-color: #fff;	
}
.slick-dots li button:hover:before, 
.slick-dots li.slick-active button:before {
	background: #fff;
}
/*русуем лево право*/
.slick-prev, .slick-next {
	z-index: 1001;
    width: 32px;
    height: 32px;

	}
.slick-prev:before, .slick-next:before {
  font-size: 32px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.slick-prev {
	left: 25px;

}
.slick-next {
	right: 25px;
}
/* центральная часть */
main {
	background-color: #F0F0F0;
	margin-top: 5px;
}
.main_zagh1, .main_zagh4, .main_zagh2 {
	padding-left: 35px;
	font-family: RobotoLight;		
}
.main_p {
	font-size: 15px;
}
#main_a{
	text-decoration: underline;
	color: #e85e02;	

	transition: none;
	border: none;
	display: inline;
	background-color: transparent;
	padding: 0;
	text-transform: none;
	border-radius: 0;
	text-align: none;	
}
#main_a:hover {
	color: #ff7b1f;
}
.uslugi {
	margin-left: 35px;
}
.uslugi li {
	font-size: 15px;
	list-style-type: square;
}
.uslugi li a {
	text-decoration: underline;
	color: #e85e02;	
}
.uslugi li a:hover {
	color: #ff7b1f;
}

.main_zagh1 {
	/*font-family: RobotoLight;	*/
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 27px;
}
.main_zagh4 {
	/*font-family: RobotoLight;	*/
	font-size: 22px;
	margin: 10px 0;
	text-transform: lowercase;	
}
.box_img img {
	width: 100%;
	transition: .5s;
}
.box_img {
	position: relative;	
	overflow: hidden;
	/*width: 700px;
	height: 400px;*/
}
.text_container {
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	transition: .6s;
}
.text {
	width: 100%;	
	position: absolute;
	top: 20%;
	left:0;
	color: #ffffff;
	text-align: center;	
}
.text h3 {
	margin-bottom: 30px;
	font-size: 36px;
	transform: scale(0);
	transition: .4s;*
}
.text p {
	font-size: 25px;
	transform: scale(3);
	transition: .4s;
	opacity: 0;
}
a.bt {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	padding: 10px 50px;
	border-radius: 8px;	
	opacity: 0;
	transition: .2s ease-in-out;
	overflow: hidden;
}
a.bt:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -80px;
    height: 58px;
    width: 50px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 1));
  	transform: skewX(-45deg);  
}
a.bt:hover::before {
	left: 250px;
	transition: .7s ease-in-out;
}
a.bt:active {
	border: 2px solid #e6e6e6;
	color: #e6e6e6;
}
.box_img:hover img {	
	/*transform: scale(1.3);*/
	/*filter: blur(2px);*/
}
.box_img:hover .text h3 {
	transform: scale(1);
}
.box_img:hover .text p {
	transform: scale(1);
	opacity: 1;
}
.box_img:hover a.bt{	
	opacity: 1;
}
.box_img:hover .text_container {
	opacity: 1;
}

.left_box_main {
	/*text-align: center;*/	
}
.right_box_main h4 {
	/*font-family: RobotoLight;	*/
	font-size: 22px;
	margin: 10px 0 0 0;
	background-color: #e85e02;
	color: #fff;
	padding: 5px 10px;
}
.right_box_main ul {
	background-color: #fff;
    border: 2px solid #DCDCDC;;
   	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-left: 40px;        
}
.right_box_main ul li a {
	color: #e85e02;	
	line-height: 2.5;
}
.right_box_main ul li a:hover {

	color: #ff7b1f;		
}
.img_right_main_box {
	max-width: 43%;
    margin: 0 5px;
    float: left;
}
.wraper_articles p {
	font-size: 12px;
	margin: -5px 5px 0 5px;
}
.wraper_articles {
	background-color: #FFFFFF;
} 
.wraper_articles h5 {
	text-align: center;	
	margin: 15px 0;
}
.hr_right_main_box {
	width: 90%;	
	clear: both;
	height: 1px;
	border: none;	
	background-color: #333;
	margin: 5px auto;
}
.box_border {
	border: 2px solid #DCDCDC;;
   	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-top: 0px;
    padding-top: 3px;
}

/*СЛАЙДЕР КОЛЛЕКТИВА*/
.slide_kol img {
    object-fit: cover;
    width: 22%;
    height: 300px;
    position: relative;
    left: 100px;
    z-index: 1002;
    transition: all 0.25s;
}
/*.slide_kol img:hover {
   	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.5);	
	transform: scale(1.02,1.02);
}*/




.slider_container_kol {
	width: 100%;
	margin: 0 auto;
}
.slide_kol {
	position: relative;
}
.slide_kol:hover .sl_img_kol {
   	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.5);	
	transform: scale(1.02,1.02);	
}
/* выводим текст внизу слайдера*/
.sl_text_kol {
	position: absolute;
	bottom: 5px;
	/*background: rgba(174, 249, 255, 0.4);*/
	width: 100%;
	color: #333;
	/*text-align: center;*/
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	padding: 5px 0;
	text-transform: none;
	font-size: 25px;
	height: 220px;
	background-color: #fff;	
	transition: all 0.25s;	
}

.sl_zag_kol, .sl_desc_kol, .a_kol {	
	/*margin: 0;
	padding: 0 10px;*/
	margin-left: 33%;
	margin: 15px 0 0 33%;
}
.sl_zag_kol {
	margin-top: 5px;
}
.a_kol {
	color: #e85e02;	
	text-decoration: underline;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
}
/*рисуем кругляшки*/
.slider_kol .slick-dots {
	bottom: 5px;
}
.slide_zagh2 {
	font-size: 35px;
    position: absolute;
    left: 47%;
    bottom: 80%;
}
/*----------FOOTER------------*/
.menu_line_bottom {
	margin-top: 5px;
}
.bottom_menu ul {
	text-align: center;
	
}
.bottom_menu ul li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 45px;
	}
.bottom_menu ul li:last-child {
	margin-right: 0;
}	
.bottom_menu ul li a {
	padding: 10px;
	display: block;
	color: #e85e02;
	transition: all 0.25s;
}	
.bottom_menu ul li a:hover {
	color: #ff7b1f;	
}
footer {
	padding-bottom: 15px;
}
.right_box_food a {
	font-size: 16px;
	color: #333;
}
.right_box_food a:hover {
	text-decoration: underline;	
}
.center_box_foot {
	text-align: center;	
}
.right_box_food {
	text-align: right;	
}
.bottest_line {
	background-color: #F0F0F0;
}
.bottom_box {
	color: #fff;
	text-align: right;
	padding: 15px;	
}
/* ---------------Оформление формы --------*/
input {	
	margin-top: 15px;
	width: 85%;	
}
.input_data {
	text-align: center;	
	margin: 50px 0;
}
form {
	text-align: center;	
}
#priem {
	margin-top: 30px;
}
/* -------------------оформляю страницу докторов -----------*/
.doctor-wraper {
	background-color: #fff;
	overflow: hidden;
	margin-top: 25px;
}
.doctor_text {
    margin-right: -20px;
    position: relative;    
}
.doctor_text h2 {
    background-color: #e85e02;
    color: white;
    padding: 5px 0px;
    text-align: center;
    margin-top: 0px;
    margin-left: -85px;
    margin-right: -10px;
}
.first_p {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
}
.cert_photo {
    margin-top: -19px;
    margin-right: -15px;
    background-color: #F7F7F7;/*#E8E7ED*/
    /*height: 300px;*/
    text-align: center;    
}
.cert_photo img {	
	margin: 10px 10px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.cert_photo h3 {
    background-color: #B8B7BD;
    padding: 9px;
    text-align: center;
    color: white;
}
.diplom {
	width: 90px;
}
.cert {
	height: 90px;
}
.doctors {
	padding-bottom: 50px;
}
.wraper_text {
	height: 236px;
	overflow-y: auto;	
}
.tel-box {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(232,94,2,.85);
	padding: 10px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.tel-box__item {
	position: relative;
	margin-right: 15px;
	border-right: 1px dashed rgba(0,0,0,.2);
	padding-right: 15px;
}
.tel-box__item:last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.tel-box__a:hover +.tel-box__fa {
	transform: scale(1.2) rotate(15deg);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}
.tel-box__fa, .tel-box__a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;			
}
.tel-box__a {
	padding-left: 25px;
}
.tel-box__fa {
	position: absolute;
	left: 1px;
	top: 6px;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;	
}
.wraper_cert {
	height: 238px;
	overflow-y: scroll;
}

.bold {
	font-weight: bold;	
}
.doper {
	color: #e85e02;
}
.wraper_text ul {
	font-style: italic;	
}
.wraper_text ul li {
	padding: 5px 0;
}
/*-----------для формы контакты-------------*/
#map {
	width: 100%;
	height: 350px;
	margin: 0 auto;	
}
.photo_box img {
	width: 100%;    
}
dl {
    line-height: 1.7em;
}
dt {
	font-size: 18px;
	font-weight: bold;	
}
.tel2 {
    font-size: 16px;
    color: #333;
}
.tel2:hover {
	text-decoration: underline;	
}
.organization dd {
	margin-bottom: 15px;
}
.ind {
	text-decoration: underline;
	color: #e85e02;	
}
.ind:hover {
	color: #ff7b1f;
}
/*------делаю услуги и цены*/
table {
    width: 70%;
    /* padding: 10px; */}
table, td,th {
	border: 1px solid #D7D7D7;
}
td, th {
	padding: 5px 10px;
	text-align: left;	
}
th {
	background-color: #666666;
	color: #FFFFFF;
	font-style: italic;
	width: 80%
}
.table_zag {
	background-color: #8E8E8E;
	color: #FFFFFF;
	font-style: italic;
	padding: 3px 10px;
	font-size: 14px;	
}
.oglavlenie {
	margin-top: 70px;
}
.oglavlenie a {
	color: #e85e02;
}
.oglavlenie a:hover {
	text-decoration: underline;	
}
/*----------заполняю лицензии*/
#license_articles {
	margin-top: 20px;
}
.license_wrapper {
	display: inline-block;	
	text-align: center;
	background-color: #F7F7F7;
	border: 3px solid #FFFFFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin: 10px;
	/*width: 256px;*/
	width: 227px;
	vertical-align: top;
}
.picture img {
	max-width: 100%;
}
.opisanie {
	font-family: "RobotoLight";	
	font-size: 11px;
	font-style: italic;
}
.hidd {
	display: none;			
}
.licenses_wrapper {
	text-align: center;	
}
/*--------заполняю статьи*/
#uslugi_article {
	margin-top: 36px;
}
.articles li {
	list-style: disc;
	margin-left: 50px;
}
.img_article {
	float: left;
	margin: 0px 25px 10px 25px;	
}
#zagh1_art1 {
	margin: 30px 0;
}
#zagh2_art {
	margin-top: 50px;
}
.last_art {
	font-size: 11px;
	color: darkblue;
}
.article {	
	clear: both;
	height: 1px;
	border: none;	
	background-color: #666666;
	
}