/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
body {
	background-image: url("../images/basicBac/backgroundBasic.jpg");
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
	overflow-x: hidden;
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
	background-repeat: no-repeat;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: white;
}
a:hover {
	color: white;
	text-decoration:none;
}
a:focus, a:active {
	color: white;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family: 'Tahoma';
	/*font-family: "BebasRegular";*/
    font-size: 2.5em;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
* {
	box-sizing: border-box;
}
/* --------------- /базовые настройки ---------*/
.container{
	max-width: 1170px;
	margin: 0 auto;
}
.background-block{
	background: linear-gradient(to top, #00b4db, #0083b0);
}
.top_mnu {
	position: absolute;
	width: 85%;
}
.product_text_1{
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
	font-family: "RobotoRegular";
	font-weight: normal;
	font-size: 14px;
}
.product_text{
	margin-left: 30px;
	margin-top: 30px;
	text-align: justify;
	font-family: "RobotoRegular";
	font-weight: normal;
	font-size: 18px;
}

.top_mnu ul {
 	text-align: center;
    list-style: none;
}
.top_mnu li {
    display: inline-block;
}
.top_mnu a {
	font-size: 1em;
	font-family: "RobotoBold";
    color: #000;
    text-transform: uppercase;
    padding: 8px 10px 0 10px;
    display: block;
    line-height: 88px;
    background-position: 70px 20px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.top_mnu li:hover a {
    height: auto;
    color: #fff;
    transition: all 0.5s;
}
.header{
	position: relative;
	display: block;
	height: 100px;
}
.header__logos img{
	position: absolute;
	display: block;
	width: 100%;
	max-width: 210px;
    top: 10px;
	font-size: 1.5em;
}
.language{
	position: absolute;
	display: flex;
	right: 30px;
	top: 43px;
}
.language:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.language:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
.language:after {
	transform: rotate(-60deg);
}
.language:before {
	transform: rotate(60deg);
}
.language a{
	color: #000;
	text-decoration: none;
	font-size: 15px;
	z-index: 1;
}

.language a:hover {
    color: #fff;
	text-decoration: none;
}
.dump{
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-align: center;
	margin-top: 42px;
}
.dump img{
	max-width: 40%;
}
.in_process h1 {
    text-align: center;
    font-family: "BebasRegular";
    text-transform: uppercase;
    padding-top: 111px;
}
.promo{
	margin-top: 0;
}
.promo img {
    margin-bottom: 0px;
    margin-top: 0;
}
.promo-info h1{
	margin-top: 30px;
}
/*.promo-info h1:after{
	content: '_____';
	position: relative;
    top: -15px;
    left: 5px;
}*/
.promo-info p{
	text-align: justify;
	line-height: 25px;
	font-family: "RobotoRegular";
	font-size: 18px;
}
/*.promo-background-1{
	margin-top: 40px;
	background-color: #181b20;
	width: 100vw;
	height: 15vh;
}
.footer-info{
	position: relative;
	display: flex;
	flex-direction: row;
}
.lower__logos{
	margin-top: 20px;
}
.studio{
    margin-top: 40px;*/
    
.wrapper {
    display: grid;
    grid-template-areas:
    "b b"
    "p p"
    "f f";
}

.background-block {
    grid-area: b;
}

.promo-info {
	grid-area: p;
	margin-bottom: 70px;
}

footer{
    grid-area: f;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
	position: relative; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    padding: 10px; /* Поля вокруг текста */
    background: linear-gradient(to bottom, #00b4db, #0083b0); /* Цвет фона */
    color: #fff; /* Цвет текста */
    width: 100%; /* Ширина слоя */
}

footer a{
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	margin-left: 10px;
}
footer p{
	color: white;
	margin-top: 20px;
	opacity: .7;
}
footer nav a:hover{
	border-bottom: 1px solid white;
}
.social img{
	margin-left: 10px;
	margin-bottom: 10px;
}
.social img:hover{
	background: #494949;
	border-radius: 50%;
}
.dws-envelope-o {background-color: #656766;}
.dws-button{
 width: 40px;
 height: 25px;
 padding: 5px;
 overflow: hidden;
}
.dws-button:hover{
 background-color: #000;
 width: 50px;
 padding-left: 15px;
}
.dws-text{
 float: right;
 font-size: 20px;
 position: relative;
 top: 2px;
 right: 5px;
}
.process {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}
.step {
	position: relative;
	width: 175px;
	text-align: center;
	transform: rotate(90deg);
	margin-top: 100px;
}
.step .after{
	background-color: #0b0b0b;
}
.step__content {
 	height: 100px;
	padding: 0 30px;
	border-right: 3px solid #18a3dd;
	border-left: 3px solid #18a3dd;
	background: url(../images/3ec2cc75865949dd09fe93553ba5798f.jpg) no-repeat left center;
	transform: rotate(360deg);
}
.step__content_1 {
	height: 100px;
	padding: 0 30px;

	border-right: 3px solid #18a3dd;
	border-left: 3px solid #18a3dd;
	background: url(../images/7849b473b3d1def23611d45d51d4eca1.jpg) no-repeat left center;
	transform: rotate(360deg);

}
.step__content_2 {
	height: 100px;
	padding: 0 30px;
	border-right: 3px solid #18a3dd;
	border-left: 3px solid #18a3dd;
	background: url(../images/3ec2cc75865949dd09fe93553ba5798f.jpg) no-repeat left center;
	transform: rotate(360deg);

}
.step:after, .step:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 3px solid #18a3dd;
	border-left: 3px solid #18a3dd;
}
.step:after {
	transform: rotate(-60deg);
}
.step:before {
	transform: rotate(60deg);
}

.step.up {
    margin: 45px 25px 39px 0px;
    float: left;
}


.bg-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: inherit;
	transform: rotate(60deg);
	z-index: 0;
}
.bg-1:after{
	content: '';
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	background: inherit;
	transform: rotate(-60deg);
}
.bg-2{
	transform: rotate(-60deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: inherit;
	z-index: 0;
}
.bg-2:after{
	content: '';
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	background: inherit;
	transform: rotate(60deg);
}
.step__title {
	display: inline-block;
	font: 500 18px/26px Arial, sans-serif;
	color: #fff;
	transform: rotate(270deg);
	position: relative;
	top: 23px;
}
.step__title1 {
	display: inline-block;
	font: 500 24px/26px Arial, sans-serif;
	border-bottom: 1px solid #18a3dd;
	margin: 38px 0 10px;
	color: #fff;
	transform: rotate(270deg);
}
.a_step {
	display: block;
	position: relative;
	margin: 25px;
	margin-bottom: 1px;
}
a_step_new {

	display: block;
	position: relative;

}
.a_step:hover:after,
.a_step:hover:before{
	opacity: 1;
}
.step:hover h2{
}
.products {
	display: flex;
	flex-direction: column;
	position: relative;
}
.products__content{
	position: relative;
	left: 100px;
}
.products__info{
	position: absolute;
	left: 300px;
	top: 47px;
}
.contacts h1 {
	text-align: center;
	font-weight: bold;
	font-size: 5em;
	font-family: 'BebasRegular';
}
.contacts h4 {
	font-size: 2em;
	position: relative;
	left: 18px;
	font-family: 'RobotoRegular';
}
.center {
	display: flex;
	justify-content: center;
}
.news {

	position: relative;
	width: 63%;
	height: 615px;
	margin: 0 auto;
	right: 0;
	top: 50px;

}
.move {
	position: absolute;
	width: 175px;
	text-align: center;
}
.move__content {
	height: 100px;
	padding: 0 18px;
	border-right: 1px solid #adadad;
	border-left: 1px solid #adadad;
}
.move:after, .move:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-right: 1px solid #adadad;
	border-left: 1px solid #adadad;
}
.move:after {
	transform: rotate(-60deg);
	left: 2px;
}
.move:before {
	transform: rotate(60deg);
}
.move--one {
	top: 150px;
	left: 0
}
.move--one, .move__content:after{
	border-right: 4px solid #18a3dd;
}
.move--one:before {
	border-left: 5px solid #18a3dd;

}
.move--one:after {
	border-right: 5px solid #18a3dd;
	left: 2px;
	top: -1px;

}
.move--two {
	top: 209px;
	left: 265px;
}
.move--two, .move__content:before{
	border-left: 5px solid #18a3dd;
}
.move--two:before {
	border-left: 5px solid #18a3dd;
}
.move--three {
	top: 67px;
	left: 352px;
}
.move--three, .move__content:after{
	border-right: 4px solid #18a3dd;
}
.move--three, .move__content:before{
	border-left: 5px solid #18a3dd;
}
.move--three:before {
	border-left: 5px solid #18a3dd;
	top: -2px;

}
.move--three:after {
	border-right: 5px solid #18a3dd;
	left: 2px;
	top: -2.5px;

}
.move--four{
	top: 150px;
	left: 526px;
	width: 260px;
}
.move--four, .move__content:after{
	border-right: 5px solid #18a3dd;
}
.move--four:after, .move--four:before{
	border-right: 5px solid #18a3dd;
}
.move--four:before {
	border-left: 5px solid #18a3dd;
	top: 0;
}
.move--four:after {
	border-right: 5px solid #18a3dd;
	top: -2px;
}
.move--four .move__content {
	height: 150px;
}
.move--five {
	top: 325px;
	left: 42px;
	width: 260px;
}
.move--five .move__content {
	height: 150px;
}
.move__content .line {
	position: absolute;
	top: -49px;
	left: 120px;
	width: 114px;
	border-top: 5px solid #18a3dd;
	transform: rotate(30deg);
}
.move__title {
	display: inline-block;
	font: 500 24px/26px Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #adadad;
	margin: -8px 0 10px;
	position: relative;
	z-index: 100;
}
.move__number {
	color: crimson;
}
.move__descr {
	color: #000;
	font: 300 17px/17px Arial, sans-serif;
	text-align: left;
}
.wrap-ic {
	position: absolute;
	top: -17px;
	left: -17px;
	width: 38px;
	height: 38px;
	background-color: dodgerblue;
	border: 7px solid dodgerblue;
	border-radius: 50%;
	color: #fff;
}
.popup-content h2 {
	display: inline-block;
	border-bottom: 1px solid #adadad;
	color: black;
}
.move__content a{
	cursor: pointer;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	background-image: url("../photos/stock-vector-abstract-hexagons-technology-digital-hi-tech-concept-background-space-for-your-text-772310296.jpg");
}
.dop__text{
	color: #000;
	font: 300 17px/17px Arial, sans-serif;
	text-align: left;
}
.owl-dots {
	width: 100%;
	text-align: center;
}
.owl-dot {
	width: 15px;
	height: 15px;
	background-color: black;
	display: inline-block;
	margin: 14px 4px;
	border-radius: 50%;
	opacity: 0.5;
}
.owl-dot.active {
	opacity: 0.8;
}
.owl-dot {
	width: 15px;
	height: 15px;
	background-color: black;
	display: inline-block;
	margin: 14px 4px;
	border-radius: 50%;
	opacity: 0.5;
}

/* Высота main части по всем страницам  */


section.in_process {
    height: 100%;
    min-height: 550px;
}

section.states {
	height: 100%;
    min-height: 680px;
}

section.contacts {
	height: 100%;
	min-height: 680px;
	padding-top: 200px;
}

section.main-ugli {
	height: 100%;
	min-height: 750px;
}

/* Active menu */
.active-menu {
	height: auto;
    color: #fff !important;
    border-bottom: 4px solid darkslategray;
    transition: all 0.5s;
}

/* END */

/* Active language */

.active-language {
	color: #fff !important;
}

body > div > div > div.container.flex > div > div > div > div:nth-child(3) > div > a:nth-child(2) {
	margin-left: 5px;
}

/* END */

/* Styles for phone in header */

.phone {
    position: absolute;
    right: 105px;
    top: 41px;
}

.phone-wrap {
    font-size: 1.25em;
}

.phone-wrap a {
	color: #000;
	text-decoration: none;
}

.phone-wrap a:hover {
    color: #fff;
    transition: 1s;
}
/* END */


/* Hidden News */
.top_mnu ul li:nth-child(4) {
	display: none;
}  

@media(min-width: 992px) and (max-width: 1200px){
	.adaptive{
		display: none;
	}
	.news {

		width: 84%;

	}
	.in_process h1 {
    text-align: center;
    font-family: "BebasRegular";
    text-transform: uppercase;
    padding-top: 115px;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	.adaptive{
		display: none;
	}
	.news {

		width: 95%;

	}
	.dop__text{
		display: none;
	}
	.move--four .move__content {
		height: 100px;
	}
	.move--four{
		width: 173px;
	}
	.top_mnu li:hover a {
		height: 9.3vh;
	}
	.in_process h1 {
    text-align: center;
    font-family: "BebasRegular";
    text-transform: uppercase;
    padding-top: 115px;
	}
	.dump img{
		max-width: 60%;
	}
	.language {
    right: 0;
	}
	.header__logos img {
    left: 0;
	}
	.top_mnu a {
    font-size: 1em;
	}
	.top_mnu {
    left: 0;
	}
	.logo_wrap {
    position: relative;
    max-width: 250px;
    min-width: 150px;
    margin: 30px 0;
    left: 0;
	}
	.share_link {
    right: 0; 
    margin: 25px 0;
	}
	.share_link h2 {
    color: #fff;
    font-size: 1.5em;
    font-family: "RobotoRegular";
	}
}
@media(min-width: 480px) and (max-width: 767px){
	.product_text {
		margin-left: 0;
	}
	.contacts {

		position: relative;
		height: 469px;
		padding-top: 150px;

	}
	.step:hover h2{
		font-size: 28px;
		transition: font-size 0.5s, color 2s;
	}
	.states {

		position: relative;
		height: 720px;

	}
	.owl-dots {
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}
	.move__descr {

		left: 7px;
		position: relative;
		text-align: left;
		font-size: 15px;
		top: 9px;

	}
	.step:hover{
		width: 175px;
		transition: 1s;
	}
	.move__title {
		display: inline-block;
		font: 500 24px/26px Arial, sans-serif;
		text-transform: none;
		border-bottom: 1px solid #adadad;
		margin: -8px 0 0;
		position: relative;
		z-index: 100;
	}
	.adapt__text{
		transform: rotate(270deg);
	}
	.adapt__content{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.adapt__content_1{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.adapt__content_2{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.news {

		width: 95%;
		top: 77px;

	}
	.adaptive {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		top: -100px;
	}
	.move--one, .move__content::after {

		border-left: 2px solid #18a3dd;

	}
	.move--one, .move__content::after {
		border-right: 2px solid #18a3dd;
	}
	.move::after, .move::before {
		border-right: 2px solid #18a3dd;
	}
	.move::after, .move::before {

		border-left: 2px solid #18a3dd;

	}
	.move--one::before {

		border-left: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--one::after {

		border-right: 4px solid #18a3dd;

	}
	.move--two, .move__content::before {

		border-right: 2px solid #18a3dd;

	}
	.move--two, .move__content::before {

		border-left: 2px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--two::before {

		border-left: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--three, .move__content::before {

		border-left: 2px solid #18a3dd;

	}
	.move--three, .move__content::after {

		border-right: 2px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--three::before {

		border-left: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--three::after {
		border-right: 4px solid #18a3dd;
	}
	.move--four, .move__content::after {

		border-right: 2px solid #18a3dd;
		border-left: 2px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--four::before {

		border-left: 4px solid #18a3dd;

	}
	.move--four::after, .move--four::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--four::after {
		border-right: 4px solid #18a3dd;
	}
	.move--four::after, .move--four::before {

		border-right: 4px solid #18a3dd;

	}
	.move--five, .move__content::before {

		border-right: 2px solid #18a3dd;
		border-left: 2px solid #18a3dd;

	}
	.move::after, .move::before {

		border-right: 4px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move::after, .move::before {
		border-right: 4px solid #18a3dd;
	}
	.move::after, .move::before {

		border-left: 4px solid #18a3dd;

	}
	.move--one {
		top: 44px;
		left: -7px;
	}
	.move--two {

		top: 202px;
		left: 85px;

	}
	.move--three {

		top: 45px;
		left: 174px;

	}
	.move--four {
		top: 362px;
		left: 175px;
		width: 180px;
	}
	.move--five {

		top: 361px;
		left: -12px;
		width: 180px;

	}
	.wrap-ic {

		display: none;

	}
	.move__content .line {

		display: none;

	}

















	/*four::before {

		border-right: 1px solid #18a3dd;

	}
	.move::after, .move::before {

		border-left: 1px solid #18a3dd;

	}

	.move::after, .move::before {

		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #18a3dd;

	}
	.move--one {

		top: 50px;
		left: 0;

	}
	.move--two {

		top: 197px;
		left: 84px;

	}
	.move--three {
		top: 52px;
		left: 171px;
	}*/
	.move__content .line {
		top: -29px;
		left: 74px;
	}
	.dop__text{
		display: none;
	}
	.move--five .move__content {
		height: 100px;
	}
	.move--four .move__content {
		height: 100px;
	}
	.contacts h1 {
		font-size: 3em;
	}
	.contacts h4 {
		font-size: 1.5em;
	}
	.process {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.step {
		margin-left: 0;
	}
	.in_process {
    margin: 0 auto;
	margin-bottom: 100px;
	}
	footer{
	width: 100%;
	height: auto;
	background: #181b20;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	margin-top: 0;
	}
	.in_process h1 {
    text-align: center;
    font-family: "BebasRegular";
    text-transform: uppercase;
    padding-top: 6px;
	}
	.dump img{
	max-width: 60%;
	min-width: 60%;
	}
	.promo img {
    margin-bottom: 0px;
    margin-top: 3px;
    height: 26vw;
	}
	.header__logos img {
	position: relative;
	left: 0;
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	}
	.toggle-mnu {
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 29px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.toggle-mnu span:after {
	top: 18px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
	transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
	transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu{
	position: absolute;
	top: 0;
    left: 15px;
}
	.perem {
    background-color: #fff;
    display: block;
	}
	.hidden-mnu {
    background-color: #414E5B;
    display: none;
    position: relative;
    top: 0;
	}
	.hidden-mnu li {
    display: block;
	}
	.hidden-mnu a:hover {
    color: #fff;
    background-color: #ECB124;
    text-decoration: none;
	}
	.main-mnu li {
    text-align: center;
	}
	.main-mnu a {
	font-family: "RobotoRegular";
    color: #fff;
    font-size: 20px;
    padding: 10px 26px 0 30px;
    display: block;
    text-decoration: none;
	}
	.hidden-mnu ul {
    padding: 20px 0;
	}
	.main-mnu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	}
	.header{
	height: 15vh;
	}
	.promo-background {
    top: 3px;
	}
	.logo_wrap img{
		display: none;
		margin-left: auto;
		margin-right: auto;
	}
	.content {
    display: flex;
    flex-direction: column;
	}
	.logo_wrap {
    position: relative;
    max-width: none;
    min-width: 150px;
    margin: 20px 0;
    left: 0;
	}
	.share_link {
    position: relative;
    display: block;
    right: 0;
    text-align: center;
    margin: 20px 0;
    bottom: 20px;
	}
	.our__contacts {
    position: relative;
    margin: 50px auto;
    display: none;
	}
}

@media(min-width: 320px) and (max-width: 480px){
	.product_text_1 {
		margin-left: 0;
	}
	.product_text {
		margin-left: 0;
	}
	.contacts {

		position: relative;
		height: 342px;
		padding-top: 150px;

	}
	.step:hover h2{
		font-size: 28px;
		transition: font-size 0.5s, color 2s;
	}

	.owl-dots {
		width: 100%;
		text-align: center;
		margin-top: 35px;
	}
	.move__descr {

		left: 7px;
		position: relative;
		text-align: left;
		font-size: 15px;
		top: 9px;

	}
	.step:hover{
		width: 175px;
		transition: 1s;
	}
	.move__title {
		display: inline-block;
		font: 500 24px/26px Arial, sans-serif;
		text-transform: none;
		border-bottom: 1px solid #adadad;
		margin: -8px 0 0;
		position: relative;
		z-index: 100;
	}
	.adapt__text{
		transform: rotate(270deg);
	}
	.adapt__content{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.adapt__content_1{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.adapt__content_2{
		z-index: 1111;
		height: 100px;
		padding: 0 30px;
		border-right: 3px solid #18a3dd;
		border-left: 3px solid #18a3dd;
		transform: rotate(360deg);

	}
	.news {

		width: 95%;
		top: 77px;

	}
	.adaptive {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		top: -100px;
	}
	.footer a {
	text-transform: uppercase;
    color: white;
    font-size: 13px;
    margin-left: 6px;
	}
	footer a {
	text-transform: uppercase;
    color: white;
    font-size: 13px;
    margin-left: 6px;
	}
	.contacts h1 {
		font-size: 2.5em;
	}
	.contacts h4 {
		font-size: 1.2em;
	}
	.process {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.step {
		margin-left: 0;
	}
	.in_process {
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.promo img {
    margin-bottom: 0px;
    margin-top: 3px;
    height: 26vw;
	}
	.promo-info h1 {
    margin-top: 30px;
    font-size: 2em;
	}
	.header__logos img {
	position: relative;
	left: 0;
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	.toggle-mnu {
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 29px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.toggle-mnu span:after {
	top: 18px;
}
.toggle-mnu span {
	position: relative;
	display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
	transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
	transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu{
	position: absolute;
	top: 0;
    left: 15px;
}
	.perem {
    background-color: #fff;
    display: block;
	}
	.hidden-mnu {
    background-color: #414E5B;
    display: none;
    position: relative;
    top: 0;
	}
	.hidden-mnu li {
    display: block;
	}
	.hidden-mnu a:hover {
    color: #fff;
    background-color: #ECB124;
    text-decoration: none;
	}
	.main-mnu li {
    text-align: center;
	}
	.main-mnu a {
	font-family: "RobotoRegular";
    color: #fff;
    font-size: 20px;
    padding: 10px 26px 0 30px;
    display: block;
    text-decoration: none;
	}
	.hidden-mnu ul {
    padding: 20px 0;
	}
	.main-mnu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	}
	.header{
	height: 15vh;
	}
	.promo-background {
    top: 3px;
	}
	.logo_wrap img{
		display: none;
		margin-left: auto;
		margin-right: auto;
	}
	.content {
    display: flex;
    flex-direction: column;
	}
	.logo_wrap {
    position: relative;
    max-width: none;
    min-width: 150px;
    margin: 20px 0;
    left: 0;
	}
	.share_link {
    position: relative;
    display: block;
    right: 0;
    text-align: center;
    margin: 20px 0;
    bottom: 20px;
	}
	.our__contacts {
    position: relative;
    margin: 50px auto;
    display: none;
	}
	.dump img {
    max-width: 80%;
	}
}

@media(width: 992px){
	.news {

		width: 72%;

	}
}
@media(width: 480px){
	.contacts {

		position: relative;
		height: 469px;
		padding-top: 150px;

	}
}
@media(width: 1200px){
	.news {

		width: 72%;

	}
}
.product{
	font-family: "BebasRegular";
	font-weight: 700;
	margin-top: 30px;
}
