.wrapper {
	margin: 0 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%;
	padding-bottom: 8px;
}

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: 648px;
	margin-top: 10px;
	margin-left: 48px;
	margin-bottom: 16px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #666666;
}

.pdn {
	margin-top: 15px;
	font-size: 12px;
}

.pdn a {
	color: var(--color1);
}

.pdn a:hover {
	text-decoration: none;
}

.left-side h3 {
	display: block;
	background-color: #a8a9ad;
	width: 156px;
	height: 20px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	top: 20px;
	left: 26px;
	padding: 12px 13px 8px 18px;
	z-index: 20;
}

.left-side h4 {
	font-family: 'Roboto Light';
	font-size: 30px;
	color: #333333;
	margin-top: 14px;
	line-height: 36px;	
}

.left-side p {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: -4px;
	margin-bottom: 30px;
	margin-left: 2px;
}

.left-side p b {
	font-family: 'Roboto Bold';
}

.form-wrap {
	width: 618px;
	height: 250px;
	border-width: 1px;
	border-color: rgb(168, 169, 173);
	border-style: solid;
	border-radius: 5px;
}

.left-column {
	width: 245px;
	margin-top: 35px;
	margin-left: 24px;
	line-height: 48px;
	float: left;
}

.right-column {
	float: left;	
	margin-top: 34px;
	margin-left: 24px;
	line-height: 48px;	
	position: relative;
}

.right-column span {
	position: absolute;
	left: -14px;
	color: red;
	line-height: 54px;
}

.right-column input {
	width: 280px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #666666;
	outline: none;
	border: 1px solid #a1a1a1; 
	padding: 8px;
	background-color: rgba(255,255,255,0);
}

input + .error {
	display: block;
	position: absolute;	
	margin-top: -47px;
	margin-left: 12px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #ff4670;
	z-index: 2;
}

input {
	position: relative;
	z-index: 3;
}

.i-file + .error {
	display: block;
	position: absolute;
	margin-top: -2px;
	margin-left: 29px;
	padding-left: 10px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	line-height: 16px;
	color: #ff4670;
	z-index: 5;
}

.i-file + .error:before {
	content: 'Пожалуйста, выберите файл';
	font-family: 'Roboto Regular';
	font-size: 14px;
	position: absolute;
	width: 230px;
	z-index: 6;
	background-color: #fff;
}

.right-column select {
	width: 298px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #666666;
	outline: none;
	border: 1px solid #a1a1a1;
	padding: 8px;
}

.right-column textarea {
	width: 280px;
	height: 137px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #666666;
	outline: none;
	border: 1px solid #a1a1a1; 
	padding: 8px;
	resize: none;
	overflow: auto;
	margin-top: 7px;
}

.i-file {
	border: 0 !important;
	padding-left: 0 !important;
}

.section-2_button-2 {
	margin-left: 454px;
	display: inline-block;
	border-width: 2px;
	border-color: var(--color1);
	border-style: solid;
	border-radius: 20px;
	box-shadow: 0px 9px 18px 0px var(--color1-shadow);
 	height: 40px;
	width: 172px;
	padding-left: 7px;
	font-family: 'Roboto Regular';
	line-height: 35px;
	text-decoration: none;	
	color: #fff;
	font-size: 14px;
	background-color: var(--color1);
	cursor: pointer;
	outline: none;
	position: relative;
	top: -60px;
	transition: background-color 0.3s, border-color 0.3s;
}

@media (hover: hover) {
	.section-2_button-2:hover {
		border-color: var(--color1-hover);
		background-color: var(--color1-hover);
		box-shadow: 0px 9px 18px 0px var(--color2-shadow);
	}
}

.g-recaptcha {
	position: relative;
	margin-top: 20px;
}

.text-danger {
	position: absolute;
	color: red;
	padding-top: 10px;
	font-weight: bold;
}

.right-side {
	display: block;
	float: left;
	width: 320px;
	height: 739px;
	border-left: 1px solid #cdcdcd;
	padding-top: 35px;
	padding-left: 25px;	
	margin-top: 20px;
	margin-left: 27px;
}

.right-side h1 {	
	font-family: 'Roboto Light';
	font-size: 18px;
	color: #333333;
	line-height: 21px;
	padding-left: 27px;
	background: url(../img/zoom.png) no-repeat 0px 2px;	
}

.right-side .hr {
	width: 300px;
	height: 1px;
	background-color: #cdcdcd;
	margin-top: 7px;
	margin-left: -2px;
	margin-bottom: 22px;
}

.rst-1 {
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;	
	padding-left: 22px;
	background: url(../img/check_2.png) no-repeat 0px 6px;	
}

.rst-2 {
	width: 249px;
	display: block;
	height: 20px;
	font-family: 'Roboto Regular';
	font-size: 14px;
	color: #333333;
	line-height: 24px;	
	margin-top: 10px;
}
/* /Section 2 */


/* Section 3 */
.section-3 {
	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 3 */












