*,body,html {
	/*font-family: 'Lato', sans-serif;*/
        font-family: Tahoma, sans-serif;
	font-weight: normal;
}
.newpad {
	padding:0 80px;
}
.top {
	padding:30px 0px 7px 0px;
}
.top__logo {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	display: block;
}
.top__call {
	text-align: right;
}
.top__notice {
	border-right: 2px solid #808080;
	display: inline-block;
	font-size: 19px;
	line-height: 1.26;
	font-weight: 200;
	padding:10px 30px 10px 0px;
}
.top__phone {
	display: inline-block;
	font-size: 16px;
	line-height: 1.12;
	padding: 10px 0px 0px 30px;
	text-align: center;
}
.top__phone span {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.3;
}
.header {
	background: #fff url('../img/header-bg.jpg') top center no-repeat;
	border-top:5px solid #458e34;
	border-bottom: 8px solid #ff5345;
	padding:55px 0px 62px 0px;
	text-align: center;
}
.navigation {
	
}
.navigation__inner {
	padding:55px 90px 70px 90px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.navigation__inner a {
	text-decoration: none !important;
	color: #000 !important;
}
.navigation__inner a:hover,
.navigation__inner a:visited,
.navigation__inner a:focus,
.navigation__inner a:active {
	text-decoration: none !important;
	color: #000 !important;
}
.navigation__item {
	padding:69px 10px 10px 10px;
	width: 185px;
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.nav1 {
	background: url('../img/nav1.png') top center no-repeat;
}
.nav1:hover,
.nav1.nav_active {
	background: url('../img/nav1h.png') top center no-repeat;
}
.nav2 {
	background: url('../img/nav2.png') top center no-repeat;
}
.nav2:hover,
.nav2.nav_active {
	background: url('../img/nav2h.png') top center no-repeat;
}
.nav3 {
	background: url('../img/nav3.png') top center no-repeat;
}
.nav3:hover,
.nav3.nav_active {
	background: url('../img/nav3h.png') top center no-repeat;
}
.nav4 {
	background: url('../img/nav4.png') top center no-repeat;
}
.nav4:hover,
.nav4.nav_active {
	background: url('../img/nav4h.png') top center no-repeat;
}
.nav5 {
	background: url('../img/nav5.png') top center no-repeat;
}
.nav5:hover,
.nav5.nav_active {
	background: url('../img/nav5h.png') top center no-repeat;
}
.nav6 {
	background: url('../img/nav6.png') top center no-repeat;
}
.nav6:hover,
.nav6.nav_active {
	background: url('../img/nav6h.png') top center no-repeat;
}
.nav7 {
	background: url('../img/nav7.png') top center no-repeat;
}
.nav7:hover,
.nav7.nav_active {
	background: url('../img/nav7h.png') top center no-repeat;
}
.nav8 {
	background: url('../img/nav8.png') top center no-repeat;
}
.nav8:hover,
.nav8.nav_active {
	background: url('../img/nav8h.png') top center no-repeat;
}
.nav9 {
	background: url('../img/nav9.png') top center no-repeat;
}
.nav9:hover,
.nav9.nav_active {
	background: url('../img/nav9h.png') top center no-repeat;
}
.navigation_smaller {
	padding:30px 140px 35px 140px;
}
.navigation_smaller .nav1,
.navigation_smaller .nav2,
.navigation_smaller .nav3,
.navigation_smaller .nav4,
.navigation_smaller .nav5,
.navigation_smaller .nav6,
.navigation_smaller .nav7,
.navigation_smaller .nav8,
.navigation_smaller .nav9 {
	background-size: auto 50px;
}
.navigation_smaller .navigation__item {
	padding:55px 10px 10px 10px;
	font-size: 13px;
	line-height: 1.15;
	width: 170px;
}
.desc__text {
	font-weight: 200;
	font-size: 18px;
	line-height: 1.65;
	padding:30px 30px 100px 30px;
	text-align: justify;
}

.content {
	padding-bottom: 100px;
}
.content__title {
	width: 100%;
	background-color: #e3f0e2;
	padding:15px 26px 17px 26px;
	font-size: 31px;
	line-height: 1;
	border-radius: 8px;
	margin:0 auto 40px;
}
.content__questions {
	margin:0 auto 60px;
}
.questions__item {
	padding:6px 50px 10px 15px;
}
.question__name {
	padding:6px 10px 15px 85px;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.5;
	cursor: pointer;
	background: url('../img/qshow.png') top left no-repeat;
}
.question__name.active  {
	font-weight: 800;
	background: url('../img/qhide.png') top left no-repeat;
}
.lime {
	background-color: #f6faeb;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.question__text {
	font-size: 18px;
	line-height: 1.55;
	font-weight: normal;
	padding:5px 30px 0px 105px;
	position: relative;
	display: none;
}
.question__serv {
	position: absolute;
	right:20px;
	bottom:-70px;
	background-color: #ffe5e3;
	padding:10px 20px;
	border-radius: 8px;
}
.question__print, .question__mail {
	display: inline-block;
}
.question__print {
	margin-right: 22px;
}
.hidden {
	display: none;
}
.content__name {
	margin:0 230px 35px 95px;
	border-bottom: 3px solid #ff5345;
	font-weight: 200;
	font-size: 28px;
	line-height: 1.57;
	padding:0px 16px 0px 2px;
	text-align: left;
}
.content__form {
	text-align: center;
	margin-bottom: 50px;
}
.content__submit {
	margin:0px 95px 40px 95px; 
	text-align: left;
}
.content__submit textarea {
	width: 100%;
	border:1px solid #292929;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	padding:25px 15px;
	outline: none;
	margin:0;	
	position: relative;
	height: 115px;
	margin:0;
	vertical-align: top;
	resize: none;
}
.content__submit span{
	-webkit-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	display: block;
	padding:0;
	border-radius: 5px;
}
.btn {
	display: inline-block;
	background-color: #ff5345;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	padding:10px 70px 11px 70px;
	border-radius: 9px;
	margin:0 auto;
	text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:visited,
.btn:active {
	text-decoration: none;
	color: #fff;
}
.comment__person {
	position: relative;
	padding:90px 0px 0px 0px;
	margin-bottom: 30px;

}
.content__comment {
	background-color: #ecf4eb;
	margin-bottom: 50px;
	padding: 40px 90px 90px 90px;
}

.comment__img {
	position: absolute;
	top:0;
	right:20px;
}
.comment__item {
	border:2px solid #7eae73;
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	background-color: #fff;
	line-height: 24px;
}

.comment__inner {
	-webkit-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	padding:20px 30px 30px 20px;
}
.comment__name {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	display: inline-block;
	text-align: left;
	width: 49%;
	vertical-align: top;
}

.comment__date {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.comment__text {
	font-size: 22px;
	line-height: 1.54;
	margin-top: 35px;
	font-weight: 200;
}


.footer {
	width: 100%;
	background-color:#333333;
	padding:40px 0;
}
.footer__logo {
	align-self:flex-end;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.footer__copyright {
	text-align: left;
	padding-top: 5px;
	opacity: 0.8;
}
.footer__text {
	text-align: right;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	opacity: 0.8;
}

.popup {
	width: 790px;
	margin:30px auto;
	background-color: #f6faeb;
	padding:35px 30px;
	z-index: 100;
	min-height: 100px !important;
}
.popup__inner {
	text-align: center;
	padding:35px 10px;
}
.popup__input {
	width: 100%;
	border:1px solid #458e34;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: inset 2px 2px 1px 0px rgba(206,206,206,0.5);
	padding:10px 14px;
	outline: none;
	margin:0;	
	position: relative;
	margin:0;
	/* vertical-align: top; */
	font-size: 18px;
	color: #808080;
}
.popup__inner span {
	-webkit-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	-moz-box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	box-shadow: 2px 2px 1px 0px rgba(206,206,206,0.5);
	display: inline-block;
	padding:0;
	border-radius: 5px;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}
