footer {
	margin-top: 22px;	
}

/* Section 1 */
.section-1 {	
	margin: 0px auto;
	margin-bottom: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);  
	width: 1100px;
	height: 100%;
}

.doctors-wrap {
	margin-top: 10px;
	margin-left: 21px;
	padding-bottom: 79px;
	width: 1050px;
}

.links {
	padding-bottom: 10px;
}

.doctors {
	display: inline-block;
	margin-top: 28px;
	margin-left: 28px;	
	text-decoration: none;
	position: relative;
}

.doctors .img {
	display: block;
	width: 228px;
	height: 228px;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.doctors div {
	display: none;
 	padding-top: 58px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5;
	text-align: center;
	background-color: rgba(38, 38, 38, 0.6);
	height: 170px;
	width: 227px;
}

.doctors div p {
	font-family: 'Roboto Medium';
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.doctors div span {
	font-family: 'Roboto Light';
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.doctors div div {
	display: block;	
	width: 40px;
	height: 40px;
	background: url(../../img/zoom.png) no-repeat;
 	position: absolute;
	top: 152px;
	left: 95px;	
	z-index: 10;
}

.doctors:hover div {
	display: block;
}

.doctor-type-1 {
	display: block;
	margin-top: 20px;
	margin-bottom: 18px;
	line-height: 20px;
	padding: 0 10px;
}

.doctor-type-2 {
	display: block;
	line-height: 16px;
	margin-top: 21px;
}


/* Переделка списка персонала */
.doctors {
	margin-bottom: 70px;
	transition: filter ease 0.3s;
}

.doctors:hover {
	filter: brightness(1.07)
}

.doctors div div {
	display: none;
}

.doctors:hover div div {
	display: none;
}

.doctors div {
	display: block;
	background: none;
	height: 59px;
	width: 226px;
	top: 185px;
}

.doctors div span {
	color: #444;
	line-height: 15px;
}

.doctor-type-1 {
	margin-top: 8px;
}

.doctors div p {
	font-size: 18px;
	color: var(--color1);
	line-height: 20px;
	transition: color ease 0.3s;
}

.doctors div p:hover {
	color: var(--color1-hover);
}

.doctors:hover p {
	color: var(--color1-hover)
}


/* Section 2 */
.section-2 {
	margin: 26px auto 23px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	width: 1100px;
	height: 100px;
}

.section-2 p {
	display: block;
	height: 30px;
	display: block;
	padding-top: 38px;
	padding-left: 50px;
	font-family: 'Roboto Light';
	color: #393939;
	font-size: 26px;
	background: url(../../img/arrow-slider-right_section-1.png) no-repeat 572px 35px;
}

.section-2 span {
	font-family: 'Roboto Medium';
}

.section-2_button-1 {
	margin-top: -38px;
	margin-left: 699px;
	display: block;
	border-width: 2px;
	border-color: var(--color1);
	border-style: solid;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 9px 18px 0px var(--color1-shadow);
 	height: 36px;
	width: 126px; 
	padding-left: 41px;
	font-family: 'Roboto Regular';
	line-height: 37px;
	text-decoration: none;	
	color: var(--color1);
	font-size: 14px;
	background: url(../../../img/phone2.png) no-repeat 15px ;	
}

.section-2_button-1:hover {
	box-shadow: 0px 9px 18px 0px var(--color2-shadow);
}

.section-2_button-2 {
	margin-top: -40px;
	margin-left: 880px;
	display: block;
	border-width: 2px;
	border-color: var(--color1);
	border-style: solid;
	border-radius: 20px;
	box-shadow: 0px 9px 18px 0px var(--color1-shadow);
 	height: 36px;
	width: 120px;
	padding-left: 47px;
	font-family: 'Roboto Regular';
	line-height: 37px;
	text-decoration: none;	
	color: #fff;
	font-size: 14px;
	background: url(../../../img/calendar.png) var(--color1) no-repeat 22px;
	transition: background-color 0.3s, border-color 0.3s;
 
}

.section-2_button-2:hover {
	border-color: var(--color1-hover);
	background-color: var(--color1-hover);
	box-shadow: 0px 9px 18px 0px var(--color2-shadow);
}
/* /Section 2 */


/* Section 3 */
.section-3 {
	margin: auto;	
	width: 1100px;
}

.sections-about-us,
.sections-services,
.sections-contacts {
	display: inline-block;
	text-decoration: none;
	position: relative;	
}

.sections-about-us {
	display: inline-block;
	width: 350px;
	height: 250px;
	background: url(../img/sections/section_1.jpg) no-repeat;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}

.sections-services {
	display: inline-block;
	width: 350px;
	height: 250px;
	background: url(../img/sections/section_2.jpg) no-repeat;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	margin-left: 20px;
}

.sections-contacts {
	display: inline-block;
	width: 350px;
	height: 250px;
	background: url(../img/sections/section_3.jpg) no-repeat;
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	margin-left: 21px;	
}

.sections-about-us div,
.sections-services div,
.sections-contacts div {
	display: block;
 	padding-top: 52px;
	position: absolute;
	z-index: 5;
	background-color: rgba(38, 38, 38, 0.6);
	width: 350px;
	height: 198px;	
	text-align: center;
}

.sections-about-us div p,
.sections-services div p,
.sections-contacts div p {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: #fff;	
	margin-left: 4px;
	line-height: 20px;
}

.sections-about-us div span,
.sections-services div span,
.sections-contacts div span {
	display: block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-top: 16px;
	margin-left: 4px;
}

.sections-about-us div a {
	display: block;	
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	background: url(../img/tooth.png) no-repeat 16px 8px;
	background-color: var(--color1);
	box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.32);
	width: 83px;
	height: 26px;
	border-radius: 20px;
	text-decoration: none;	
	margin-top: 23px;
	margin-left: 123px;
	padding-top: 12px;
	padding-left: 23px;
 	transition: background-color 0.3s;
}

.sections-services div a {
	display: block;	
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	background: url(../img/check.png) no-repeat 19px 12px;
	background-color: var(--color1);
	box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.32);
	width: 85px;
	height: 26px;
	border-radius: 20px;
	text-decoration: none;	
	margin-top: 23px;
	margin-left: 123px;
	padding-top: 12px;
	padding-left: 21px;
	transition: background-color 0.3s;
}

.sections-contacts div a {
	display: block;	
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	background: url(../../img/location.png) no-repeat 23px 10px;
	background-color: var(--color1);
	box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.32);
	width: 108px;
	height: 26px;
	border-radius: 20px;
	text-decoration: none;	
	margin-top: 23px;
	margin-left: 109px;
	padding-top: 12px;
	padding-left: 23px;
	transition: background-color 0.3s;
}

.sections-about-us div a:hover,
.sections-services div a:hover,
.sections-contacts div a:hover {
	background-color: var(--color1-hover);
}

/* 
.sections-about-us:hover div,
.sections-services:hover div,
.sections-contacts:hover div {
	display: block;
}
 */
/* /Section 3 */





