.wrapper {
	margin: -2px auto 28px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);  
	width: 1100px;
	height: 100%;
}

footer {
	margin-top: 25px;	
}

/* Section 1 */
.section-1 {
	width: 1100px;
	height: 330px;
	background: url(../img/image2.jpg) no-repeat center;

}
/* /Section 1 */


/* Section 2 */
.left-side {
	display: block;
	float: left;
	width: 614px;
	margin-top: 36px;
	margin-left: 51px;
}

.left-side h1 {
	font-family: 'Roboto Light';
	font-size: 36px;
	color: #333333;
	margin-top: 38px;
}

.left-side h2 {
	font-family: 'Roboto Light';
	font-size: 36px;
	color: #333333;
	margin-top: 7px;
}

.services-text {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 16px;
}

.services-text span  {	
	display: block;
}

.services-text i {
	font-size: 16px;
	margin-right: 6px;
}

.left,
.right {
	float: left;
}

.left {
	margin-right: 40px;
}

.lst-1 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 13px;
}

.lst-1 i {
	font-size: 19px;
	margin-right: 7px;
}

.second-line {
  margin-top: 0;
}

.lst-2 {
	display: inline-block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-left: 22px;
 	background: url(../img/phone.png) no-repeat left center;
	text-decoration: none;
}

.lst-3 {
	display: inline-block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-left: 22px;
 	background: url(../img/phone.png) no-repeat left center;
	text-decoration: none;
}

.lst-4 {
	display: block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	line-height: 24px;
	padding-left: 22px;
 	background: url(../img/mail.png) no-repeat left center;
}

.lst-4 a {
	color: var(--color1);
	text-decoration: none;
}

.lst-4 a:hover {
	color: var(--color1-hover);
}

.lst-5 {
	display: block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	line-height: 24px;	
}

.lst-5 {
	color: var(--color1);
	text-decoration: none;
}

@media (hover: hover) {
	.lst-5:hover {
		color: var(--color1-hover);
	}
}

.lst-5 i {
	color: #333333;
	padding-right: 7px;
}

.right-side {
	display: block;
	float: left;
	width: 380px;
	margin-top: 52px;
	margin-left: 27px;
}

.schedule1 {
	display: block;
	border: 1px solid #bcc6cc;
	border-radius: 5px;
	background-color: #fafafa;
	width: 356px;
	font-family: 'Roboto Light';
	font-size: 14px;
	padding: 20px 0; 
}

.schedule1 td {
	padding: 5px 51px;
	text-align: center;
	color: #333333;
	border-left: 1px solid #a1a1a1;
}

.schedule1 td:first-child {	
	text-align: left;
	border-left: none;
}

.schedule1 td:nth-child(3) {	
	padding: 5px 23px;
}

.schedule1 td span {
	font-size: 9px;
	vertical-align: super;
}

.schedule1 th {
	font-size: 13px;
	padding-bottom: 13px;
}

.section-2_button-1 {
	margin-top: 24px;
	margin-left: 2px;
	display: inline-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;
}

.section-2_button-1:hover {
	box-shadow: 0px 9px 18px 0px var(--color2-shadow);
}

.section-2_button-2 {
	margin-top: 24px;
	margin-left: 6px;
	display: inline-block;
	border-width: 2px;
	border-color: var(--color1);
	border-style: solid;
	border-radius: 20px;
	background-color: var(--color1) !important;
	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;
	transition: background-color 0.3s, border-color 0.3s;
}

.section-2_button-2:hover {
	border-color: var(--color1-hover);
	background-color: var(--color1-hover) !important;
	box-shadow: 0px 9px 18px 0px var(--color2-shadow);
}

.fancybox img {
	width: 225px;
	height: 150px;
}

@media (max-width: 1140px) {
	.schedule1 {
		margin: auto;
		width: 480px;
	}
	.schedule1 td {
		font-size: 20px;
		padding: 5px 69px;
	}
	.schedule1 th {
		font-size: 16px;
	}
	.schedule1 td span {
		font-size: 12px;
	}
	.services-text {
		font-size: 20px;
	}
	.services-text span  {
		line-height: 30px;
	}
	.services-text i {
		font-size: 20px;
	}
}

/* Филиал */
.branch1 {
	margin-top: -40px;
}

.schedule2 {
	display: block;
	border: 1px solid #bcc6cc;
	border-radius: 5px;
	background-color: #fafafa;
	width: 356px;
	font-family: 'Roboto Light';
	font-size: 14px;
	padding: 20px 0;	
}

.schedule2 td {
	padding: 5px 48px;
	text-align: center;
	color: #333333;
	border-left: 1px solid #a1a1a1;
}

.schedule2 td:first-child {	
	text-align: left;
	border-left: none;
}

.schedule2 td:nth-child(3) {	
	padding: 5px 23px;
}

.schedule2 td span {
	font-size: 9px;
	vertical-align: super;
}

.schedule2 th {
	font-size: 13px;
	padding-bottom: 13px;
}

@media (max-width: 1140px) {
	.schedule2 {
		margin: auto;
		width: 480px;
	}
	.schedule2 td {
		font-size: 20px;
		padding: 5px 64px;
	}
	.schedule2 th {
		font-size: 16px;
	}
	.schedule2 td span {
		font-size: 12px;
	}
}
/* /Section 2 */


/* Section 3 */
.fb-wrap {
	margin-top: 18px;
	margin-left: 50px;
	width: 1040px;
}

.fancybox {
	display: inline-block;
	margin-right: 30px;
	margin-top: 31px;
	text-decoration: none;
	position: relative;
}

.fancybox div {
	display: none;
 	padding-top: 99px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5;
	text-align: center;
	background-color: rgba(38, 38, 38, 0.6);
	height: 212px;
	width: 224px;	
	font-family: 'Roboto Light';
	font-size: 24px;
	color: #fff;	
}

.fancybox div span {
	font-size: 14px;
}

.fancybox:hover div {
	display: block;
}

.fancybox img {
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
}
/* /Section 3 */


/* Section 4 */
.section-4 {
	padding-bottom: 35px;
}

.accordion {
	width: 1000px;
	margin: 45px auto 0 auto;
}

.question {	
	padding: 2px 0 8px 0;	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: -1px;
	cursor: pointer;
	font-family: 'Roboto Bold';
	font-size: 14px;
	color: #333333;	
}

.question:hover {
	color: var(--color1);
}

.question-o {
	color: var(--color1);
}

.answer {
	margin-top: 47px;
	margin-bottom: 34px;
}

.answer p {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	margin-top: 15px;	
}

.question:before {
	content: '+';
	padding-right: 12px;
	font-size: 24px;
	position: relative;
	top: 3px;
}

.open:before {
	content: '–';
	padding-left: 2px;
	color: var(--color1);
}

.open:hover:before {
	color: var(--color1);
}
/* /Section 4 */


/* Section 5 */
.section-5 {
	margin: auto;	
	width: 1100px;
}

.sections-about-us,
.sections-staff,
.sections-services {
	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-staff {
	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-services {
	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: 20px;
}

.sections-about-us div,
.sections-staff div,
.sections-services 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-staff div p,
.sections-services div p {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: #fff;	
	margin-left: 4px;
	line-height: 17px;
}

.sections-about-us div span,
.sections-staff div span,
.sections-services div span {
	display: block;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-top: 19px;
	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-staff div a {
	display: block;	
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #fff;
	background: url(../img/staff.png) no-repeat 19px 12px;
	background-color: var(--color1);
	box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.32);
	width: 104px;
	height: 26px;
	border-radius: 20px;
	text-decoration: none;	
	margin-top: 23px;
	margin-left: 114px;
	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-about-us div a:hover,
.sections-staff div a:hover,
.sections-services div a:hover {
	background-color: var(--color1-hover);
}
/* /Section 5 */







