*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
ul,
ol,
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1 {                          /*Семирамида*/
	text-align: center;
	color: #2F4F4F; 
	font: 5.1vw arial black;
	font-weight: bold;
}
h2 {                           /*Экологическая компания*/
	text-align: center;
	color: #2F4F4F; 
	font: 2.5vw helvetica;
	font-weight: bold;
}	
h3 {
	text-align: center;
	max-width: 80%;
	padding-top: 0;
	margin: auto;
	color: #2F4F4F; 
	font: 24px helvetica;
	font-weight: bold;
}
h4 {
	font: 20px helvetica;
	font-weight: bold;
	margin-left: 7vw;
	color: #4B4757;
}
p {	
	margin: .5rem 0 0 1rem;
	text-indent: 3rem; 
	font: 20px helvetica;
	line-height: 1.5rem;
	color: #2A2733; 
	font-weight: 500;
}
article dl {
/*	margin-top: 1.2rem;*/
}
article dt {
	margin: 2rem 1rem 1rem 5rem; 
	font: 20px helvetica;
	line-height: 1.5rem;
	color: #2F4F4F; 
	font-weight: 600;	
}
article dd {
	margin: 0 1rem 0 5rem; 
	font: 20px helvetica;
	line-height: 1.5rem;
	color: #2A2733; 
	font-weight: 500;	
}
small {
	color: #2A2733;
}
html {
	background: linear-gradient(90deg, #B2B6B9, #B7BCC3, #B3B3B4);
}
body {
	height: 100%;
	line-height: 1;
	font-size: 16px;
	background-image: url(../img/hands30.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0 70px;
	background-size: 100%;
	color: #FEFE7A;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body._lock {
	overflow: hidden;
}
.wrapper {
	min-height: 100%;
}

/*....................................*/
/*....................................*/
/*....................................*/

.page_title {
	font-size: 40px;
	margin: 20px;	
}
.page_text {
	font-size: 16px;
	line-height: 150%;
}
.page_text p {
	margin: 0px 0px 20px 0px;
}
.page_sub-title {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 20vw;
}
.header_container {
	width: 100%;
	margin: 14vw auto;
	display: flex;
	padding: 0px 30px;
	align-items: center;
	justify-content: space-between;
	min-height: 40px;
	background-color: #232736;
}
.header_logo {
	display: none;
	position: relative;
	z-index: 5;
	height: 30px;
}
.header_logo._active {
	display: none;
}
.header_menu {
	
}
.menu {
	
}
.menu_icon {
	display: none;
}
.menu_body a{
text-align: center;
margin: 0 2vw;
font: .8rem arial black;
color: #FEFE7A;
text-decoration: none;
text-transform: uppercase;
}
.menu_list {
	
}
.menu_list > li {
	position: relative;
	margin: 0px 0px 0px 20px;
}
.menu_link {
	color: #fff;
	font-size: 18px;
}
.menu_link:hover {
	text-decoration: underline;
}
.menu_sub-list {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #232736;
	padding: 20px;
	min-width: 200px;
}
.menu_sub-list li {
	margin: 0px 0px 10px 0px;
}
.menu_sub-list li:last-child {
	margin: 0;
}
.menu_sub-link {
	color: #fff;
}
.menu_sub-link:hover {
	text-decoration: underline;
}
.menu_arrow {
	display: none;
}
/*....................................*/
body._pc .menu_list > li:hover .menu_sub-list {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
}
/*.................*/ 
body._touch .menu_sub-list > li:focus .menu_sub-list {
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 0px);
	pointer-events: all;
}
/*....................*/ 
body._touch .menu_list > li {
	display: flex;
	align-items: center;
}
body._touch .menu_link {
	flex: 1 1 auto;
}
body._touch .menu_arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 5px;
	transition: transform 0.3s ease 0s;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
}
body._touch .menu_list > li._active .menu_sub-list {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
} 
body._touch .menu_list > li._active .menu_arrow {
	transform: rotate(-180deg);
}
/*....................................*/
@media (min-width: 768px) {
	.page {
		padding: 18vw 0px 30px 0px;
	}
	.cap_big {
		display: none;
	}
	.menu_list {
		display: flex;
		align-items: center;
	}
	.menu_list > li {
		padding: 10px 0;
	}
	.menu_sub-list {
		transform: translate(0px, 10%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all 0.3s ease 0s;
	}
}

@media (max-width: 767px) {
	.page {
		padding: 22vw 0px 30px 0px;
	}
	.cap_small {
		display: none;		
	}
	.header_logo {
		display: inline;
	}
	#as {
	font-size: 16px;
	}
	.menu_icon {
		z-index: 5;
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
	}
	.menu_icon span,
	.menu_icon::before,
	.menu_icon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		transition: all 0.3s ease 0s;
		background-color: #fff;
	}
	.menu_icon::before,
	.menu_icon::after {
		content: "";
	}
	.menu_icon::before {
		top: 0;
	}
	.menu_icon::after {
		bottom: 0;
	}
	.menu_icon span {
		top: 50%;
		transform: scale(1) translate(0px, -50%);
	}
	
	.menu_icon._active span {
		transform: scale(0) translate(0px, -50%);
	}
	.menu_icon._active::before {
		top: 50%;
		transform: rotate(-45deg) translate(0px, -50%);
	}
	.menu_icon._active::after {
		bottom: 50%;
		transform: rotate(45deg) translate(0px, 50%);
	}
	
	.menu_body {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		padding: 150px 30px 30px 30px;
		transition: left 0.3s ease 0s;
		overflow: auto;
	}
	.menu_body._active {
		left: 0;
	}
	.menu_body._active a{
		font-size: 3vw;
	}
	.menu_list > li {
		flex-wrap: wrap;
		margin: 0px 0px 30px 0px;
	}
	.menu_list > li:last-child {
		margin-bottom: 0;
	}
	.menu_list > li._active .menu_sub-list {
		display: block;
	}
	.menu_link {
		font-size: 28px;
	}
	.menu_sub-list {
		position: relative;
		background-color: #C9571A;
		border-radius: 5px;
		box-shadow: 0px 0px 10px 10px #6C7594;
		flex: 1 1 100%;
		margin: 20px 0px 0px 0px;
		display: none;
	}
	.menu_sub-link {
		font-size: 24px;
		color: #000;
	}
	.menu_body._active .menu_link {
		font-size: 18px;
	}
	.menu_body._active .menu_sub-link {
		font-size: 16px;
	}
	article dt {
		margin: 0 1rem 0 3rem; 
		font: 18px helvetica;
		line-height: 1.5rem;
		color: #2A2733; 
		font-weight: 600;	
	}
	article dd {
		margin: 0 1rem 1.5rem 3rem; 
		font: 18px helvetica;
		line-height: 1.5rem;
		color: #2A2733; 
		font-weight: 500;	
	}
}

/* Старое */

/*.help-click {
	position: relative;
	z-index: 100;
	display: inline;
	background: red;
	border: 2px solid blue;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: blue;
	cursor: pointer;
}*/
#sb {
	width: 320px;
	flex-direction: column;
	border-left-width: 7px;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #4E505D;
	border-radius: 30px;
	margin-left: 2%;
	padding: 2vw 1% 2vw 1%;
}
.addr_land {
	 margin-left: 2vw;
}
#prc {
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}
#vert {
	writing-mode: vertical-lr;
	text-orientation: upright;
	margin: 30px 10px 0 0;
	text-align: center;
	padding-top: 0;
	border-right: 3px dotted green;
}
#vert p {
	color: #4E505D;
	font-weight: 900;
	letter-spacing: -0.4em;	
	margin-top: -50px;
}
#pr dt,
#pr dd,
#pr p {
	font-size: 18px;
}
#pr dd {
	margin: 0 0 0 3rem; 
}
#pr dt {
	margin: 2rem 1rem 1rem 3rem; 
}
#pr hr {
	margin-top: 10px;
	border: 2px groove green;
}
.sp {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sp1 {
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.sp2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
.sp p,
.sp1 p,
.sp2 p {
	margin: 0 10px 0 0;
	text-indent: 0;
	font: 16px helvetica;
	line-height: 1rem;
	color: #2A2733; 
	font-weight: 500;
	align-self: center;
}
.quest {
	height: 1rem;
	cursor: pointer;
}

.help {
/*   display: inline-block;*/ 
	position: fixed;
/*	font-size: 14px;*/
	z-index: 200;
	width: 50%;
	background: #FFFFD6;
	border-radius: 5px;
	border: 3px ridge orange;
	padding: 5px;
	top: 30%;
	left: 25%;
	display: none;
}

.support:focus .help {
  display: inline-block;
}

/* Слайдер */

#slider-wrap {
	display: block;
	width:300px;
	}
#slider {
	overflow: hidden;
	border:#eee solid 2px;
	margin: auto;
	position:relative;
}
#slides {
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
 
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.slide._showing {
    opacity: 1;
    z-index: 2;
}

/*Обратная связь*/

address {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	margin: auto;
}
address span {
	font: 24px helvetica;
	font-weight: bold;
	color: #006633; 
}
.addr_land {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 20px;
}
.addr_col {
	display: flex;
	flex-direction: column;
	justify-content: right;	
}
.lft {
	text-align: left;
}
.rght {
	text-align: right;
}
.bck {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.text_cond {
	width: 50%;
	height: 50px;
}

/*Законодательство*/

#bd {
	padding: 10px 2%;
}
#bd a {
	color: #4D2111;
}

/*формы*/

#feedback-form .forms td {
	padding: 0;
	text-align: center;
}


/*..........................................*/

#as {
	max-width: 600px;
	text-align: center;
	margin: auto;
	margin-top: 3vw;
	font-size: 20px;
	font-weight: 700;
	color: #3D3D45;
}
button {
	font-size: 1rem;
	height: 30px;
	padding: .3rem .5rem;
	margin: .5vw .5vw;
}
label,
span {
	font-size: 1rem;
	font-weight: 600;
	color: #3D3D45;
}
.forms {
	padding: 2vw 4vw;
	border-width: 3px;
	border-style: solid;
	border-color: #361D1D #805858 #7C8A85 #9EA36F;
	border-radius: 7px;
	background-image: url(/img/formmask70.png);
}
#feedback-form {
	max-width: 600px;
	padding: 20px 3vw;
	display: flex;
	flex-direction: column;
	margin: 2vw auto;
}
#fff {
	flex-direction: column;
}
.cnt_int {
	display: flex;
	align-items: center;
}
#feedbackFormF {
	width: 90vw;
	margin: 2vw auto;
}
table {
	width: 80vw;
	margin: auto;
}
.cnt {
	text-align: center;
}
.txt_cnt {
	display: flex;
}		
.but_int {
	font-size: 1rem;
	padding: .3rem .5rem;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px;
	background: #B3B4B6;
	color: #232736;
	font-weight: bold;
}
.but_int:hover {
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px;
	background: #CFD0D2;
	color: #232736;
	font-weight: bold;
}
.but_int:focus {
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px;
	background: #CFD0D2;
	color: #232736;
	font-weight: bold;
}

.but_out {
	font-size: 1rem;
	padding: .3rem .5rem;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px #BFB9B2;
	background: #275417;
	color: #F7A539;
	font-weight: bold;
}
.but_out:hover {
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px #BFB9B2;
	background: #232736;
	color: #F7A539;
	font-weight: bold;
}
.but_out:focus {
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: inset 0 0 2px 2px #BFB9B2;
	background: #232736;
	color: #F7A539;
	font-weight: bold;
}
input {
	height: 1.5rem;
}
select {
	height: 1.8rem;		
}
#messageFF {
	width: 70%;
}
input,
select,
textarea {
	font-size: 1rem;
	margin: .5rem 1rem;
	border: 1px solid #113D16;
	border-radius: 3px;
	padding-left: 1rem;
}
input[type="radio"] {
	width: 15px;
	height: 15px;
	box-shadow: 0 0 4px 1px #A4A7AC;
}
input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 1vw 0 0 15vw;
	margin-right: 0;
}
input[type="file"] {
	padding: 5px;
	height: 50px;
	width: 30vw;
	font: 80% helvetica;
	color: #000;
}
input:valid,
select:valid,
textarea:valid {
	box-shadow: 0 0 4px 1px green;
	background: #EDEFF2;	
}
input:invalid,
select:invalid,
textarea:invalid {
	background: #EDEFF2;
	box-shadow: 0 0 4px 1px #FC7C7C;	
}
input:optional,
select:optional,
textarea:optional {
	background: #EDEFF2;
	box-shadow: 0 0 4px 1px #A4A7AC;	
}
/* #new {
	border: 2px solid red;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 20px auto 10px;
	margin-top: 20px;
	width: 60vw;
} */

/* Футер */

footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #2F3241;
}
footer table {
	width: 80%;
	padding: 30px 10%px 0;
	border-style: 2px red;
}
tr {
	height: 20px;
}
footer td a {
	color: #C5B7AA;
	font: .9em helvetica;
	letter-spacing: .1em;
	text-decoration-line: underline;
}
footer td {
	padding: 5px 40px;
}