/*RESET*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}ul{font-size:0}a{text-decoration:none}input[type="checkbox"]{margin:0}button{border: none;outline: none;cursor: pointer}

/*УБРАТЬ ГОЛУБОЕ СВЕЧЕНИЕ ПРИ НАЖАТИ НА ТЕЛЕФОНЕ*/
*{-webkit-tap-highlight-color: transparent;}

input::-ms-clear,
input::-ms-reveal{
   display: none;
}


@font-face{
	font-family: "exo2";
	src: url("../fonts/exo2/Exo2-Bold.ttf");
	font-weight: 700;
}
@font-face {
    font-family: "roboto";
    src: local('Roboto Light'),
    	local('Roboto-Light'),
    	url('../fonts/roboto/Robotolight.woff2') format('woff2'),
    	url('../fonts/roboto/Robotolight.woff') format('woff'),
    	url('../fonts/roboto/Robotolight.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: "roboto";
    src: local('Roboto'),
    	local('Roboto-Regular'),
    	url('../fonts/roboto/Roboto.woff2') format('woff2'),
    	url('../fonts/roboto/Roboto.woff') format('woff'),
    	url('../fonts/roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: "roboto";
    src: local('Roboto Medium'),
    	local('Roboto-Medium'),
    	url('../fonts/roboto/Robotomedium.woff2') format('woff2'),
    	url('../fonts/roboto/Robotomedium.woff') format('woff'),
    	url('../fonts/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: "roboto";
    src: local('Roboto Bold'),
    	local('Roboto-Bold'),
    	url('../fonts/roboto/Robotobold.woff2') format('woff2'),
    	url('../fonts/roboto/Robotobold.woff') format('woff'),
    	url('../fonts/roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
}


.container{
	width: 1210px;
	padding: 0 15px;
    margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
html, body{
	font-family: "display", sans-serif;
	font-weight: 400;
	font-size: 18px;
	position: relative;
	min-height: 100vh;
}
body{
	/*padding-bottom: 108px;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
li{
	font-size: initial;
}
.phone-pop-up{
	display: none;
}
.breadcrumb{
    padding-top: 15px;
    padding-bottom: 29px;
}
.breadcrumb li{
	float: left; 
	padding-right: 5px;
	font-size: 16px;
}
.breadcrumb a,
.active,
.breadcrumb li{
	font-size: 16px;
	color: #fff;
}
.active{
	color:#909090;
}
.caption-inner.block-title{
	padding-bottom: 30px;
}

/******************************************************
				    HEADER
******************************************************/

.header{
	background-color: #2b2b2b;
	padding: 34px 0;
}
.header{
	z-index: 11;
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	-moz-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
	position: fixed;
	width: 100%;
	top: 0;
}
.logo__link{
	display: inline-block;
	vertical-align: top;
}
.menu__container{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50vh;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.menu{
	display: inline-block;
	width: 275px;
	text-align: right;
	padding: 17px 0;
	float: right;
	margin-left: 130px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu__box{
	display: block;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	padding: 40px 0;
	background: #2b2b2b;
	-webkit-transition: left .4s;
	-o-transition: left .4s;
	-moz-transition: left .4s;
	transition: left .4s;
	z-index: 10;
	overflow: hidden;
	box-sizing: border-box;
}
.menu__item{
	margin-bottom: 20px;
	position: relative;
}
.menu__item:last-child{
	margin-bottom: 0;
}
.menu__link{
	display: block;
	position: relative;
	right: 0;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #fff;
	padding: 9px 25px 9px 0;
	-webkit-transition: right .2s;
	-o-transition: right .2s;
	-moz-transition: right .2s;
	transition: right .2s;
}
.line-box{
	position: absolute;
	right: -300px;
	top: 12px;
	transition: right .3s;
	width: 40px;
	height: 40px;
}
.link-line,
.link-line2{
	display: inline-block;
	width: 40px;
	height: 0px;
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.link-line2{
	display: none;
	width: 1px;
}
.sub-menu__box{
	vertical-align: top;
	font-size: 0;
}
.sub-menu{
	display: none;
	width: 330px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
	text-align: right;
	position: absolute;
	left: -530px;
	top: 50px;
	opacity: 0;
}
.sub-menu__list2{
	left: -865px;
}
.sub-menu__item{
	display: block;
	margin-bottom: 41px;
}
.sub-menu__item:last-child{
	margin-bottom: 0;
}
.sub-menu__link{
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
}
.sub-menu__link:hover{
	border-bottom: 1px solid #fff;
}
.tel-block{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: 135px;
}
.tel-block__tel_container{
	display: inline-block;
	height: auto;
	overflow: hidden;
	-webkit-transition: .15s height ease-in-out;
	-o-transition: .15s height ease-in-out;
	-moz-transition: .15s height ease-in-out;
	transition: .15s height ease-in-out;
	margin-top: 7px;
}
.tel-block__tel_box{
	display: inline-block;
	position: relative;
}
.tel-block__tel{
	display: block;
	text-align: center;
	color: #fff;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
}
.tel-block__button{
	font-family: "roboto", sans-serif;
	font-weight: 500;
	position: relative;
	background: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 10px 27px 9px;
	margin-left: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	vertical-align: top;
	border: 1px solid #fff;
}
.tel-block__button:after{
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #2b2b2b;
	position: absolute;
	bottom: -2px;
	right: -2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.tel-block__button{
	margin-top: 0;
}
.tel-block__button:hover{
	border: 1px solid #9ab2ca;
	color: #9ab2ca;
}
.tel-block__button:hover:after{
	height: 0;
	width: 0;
}
.menu__square{
	width: 80px;
	background: #41464c;
	height: 162px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 2;
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	-moz-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
	-webkit-box-shadow: 0 0 10px 0px #4444;
	   -moz-box-shadow: 0 0 10px 0px #4444;
	        box-shadow: 0 0 10px 0px #4444;
}
.menu__square_bottom{
	height: 78px;
	top: -20px;
}
.header_bottom{
	padding: 20px 0;
}
.menu__close{
	display: none;
}
.menu__square_wrapper{
	display: inline-block;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu__name{
	display: block;
	font-weight: 300;
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
}
.new-burger{
	display: inline-block;
	font-size: 0;
	width: 45px;
	height: 42px;
	position: relative;
}
.new-burger__line,
.menu__close_line{
	display: inline-block;
	width: 37px;
	height: 3px;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.new-burger__line1{
	top: 0;
}
.new-burger__line2{
	top: 9px
}
.new-burger__line3{
	top: 18px;
}
.header-fixed{
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: -123px;
}
.logo__img{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .15s all ease-in-out;
	-o-transition: .15s all ease-in-out;
	-moz-transition: .15s all ease-in-out;
	transition: .15s all ease-in-out;
}
/******************************************************
			CONTENT / SLIDER
******************************************************/
main{
	min-height: 55vh;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.main-slider{
	position: relative;
	max-height: 623px;
	
	background-image: url('../img/slider/video-bg.jpg');
    background-size: cover;	
	
}
.main-slider__video-box{
	position: absolute;
	top: -170px;
	left: 0;
	right: 0;
}

.main-slider__video-box_text{
	position: absolute;
	left: -130px;
	top: 180px;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	z-index: 55;
}
.main-slider__video-box_text t{
	font-weight: 700;
}
.main-slider__video{
	height: 83%;
	width: 1020px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 50;
}



.main-slider .slick-list,
.main-slider .slick-track,
.main-slider__slide{
	max-height: inherit;
}
.main-slider__slide{
	outline: none;
	position: relative;
}
.main-slider .slick-dots{
	text-align: center;
	position: absolute;
	text-align: right;
	/*bottom: 100px;*/
	bottom: 30px;
	right: 0;
	left: 0;
	padding-right: 120px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.main-slider .slick-dots li{
	display: inline-block;
	margin-right: 10px;
}
.main-slider .slick-dots li:last-child{
	margin-right: 0;
}
.main-slider .slick-dots button{
	width: 36px;
	height: 3px;
	padding: 0;
	background: #2d2a23;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.main-slider .slick-active button{
	background: #1e54a3;
}
.main-slider__title{
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 76px;
	color: #2c2f33;
}
.main-slider__title span{
	display: inline-block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 48px;
	position: relative;
	bottom: 20px;
}
.main-slider__slide_container{
	position: absolute;
	left: 0;
	right: 0;
	top: 160px;
	margin: auto;
}
.main-slider__slide_link{
	display: inline-block;
	color: #fff;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 52px;
	margin-top: 15px;
	background: #1e54a3;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.main-slider__slide_link:hover{
	background: #fff;
	color: #1e54a3;
}
.main-slider__slide-link{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 30px;
	padding: 9px 72px 11px 72px;
	outline: none;
	-webkit-border-radius: 30px;
	        -moz-border-radius: 30px;
	     border-radius: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	bottom: 28px;
	right: 23px;
}
.hover .main-slider__slide-link:hover{
	border: 1px solid #11b8ef;
	background-color: #11b8ef;
}
.main-slider__photo{
	width: 100%;
}
.main-slider__slide_right-img{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: top;
	z-index: 10;
}
.main-slider__slide_title{
	position: absolute;
	top: 0;
	left: -451px;
	color: #fff;
	font-size: 100px;
	line-height: 89px;
	text-align: right;
	text-shadow: 1px 1px 10px #000;
}


.new-year{
	width: 100%;
	height: 540px;
	position: absolute;
	top: -170px;
	left: 0;
	right: 0;
	text-align: center;
}
.new-year img{
	height: inherit;
	display: inline-block;
}

/******************************************************
		  МЫ ДЕЛАЕМ МАГАЗИНЫ УСПЕШНЫМИ
******************************************************/

.our-products,
.contacts{
	padding: 70px 0;
}
.we-do{
	position: relative;
}
.we-do__block1{
	padding-top: 100px;
	font-size: 0;
	position: relative;
	height: 572px;
	background: #a5a8ad;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.block-title{
	font-family: "roboto", sans-serif;
	font-weight: 300;
	display: inline-block;
	font-size: 52px;
	color: #fff;
	vertical-align: top;
	z-index: 2;
	position: relative;
}
.block-title_float_left{
	float: left;
}
.we-do__banner{
	display: block;
	background: #dcdadb;
	padding: 60px 60px 60px 75px;
	border-left: 5px solid #1e54a3;
	text-align: left;
	width: 72%;
	margin-top: 45px;
	position: relative;
	left: -77px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.we-do__banner .block-title{
	line-height: 45px;
	margin-bottom: 40px;
	color: #000;
}
.we-do__text{
	font-family: "roboto", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
}
.we-do__img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.we-do__item_mask{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: #000;
	opacity: 0;
	z-index: -1;
}
.we-do__link:hover .we-do__item_mask{
	opacity: 0.3;
}


.we-do__title_blue-text{
	display: block;
	font-family: "roboto", sans-serif;
	color: #1e54a3;
	font-weight: 500;
}
.we-do__block1_dots,
.we-do__dots,
.project-month__dots,
.products-page__title-dots-right{
	background: url(../img/dots.png) repeat;
	width: 175px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.we-do__dots{
	right: initial;
	left: 0;
	z-index: 1;
}
.we-do__bg{
	position: absolute;
	bottom: 0;
	right: 100px;
}

/******************************************************
			НАПРАВЛЕНИЯ РАБОТЫ
******************************************************/

.we-do__block2{
	position: relative;
	overflow: hidden;
	background: #41464c;
	z-index: 1;
}
.we-do__title{
	display: block;
	color: #a5a8ad;
	text-align: center;
	margin: 50px 0;
}
.we-do__gray-bg{
	height: 715px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100px;
	background: #2c2f33;
	z-index: -3;
}
.we-do__number{
	font-family: "exo2", sans-serif;
	font-size: 180px;
	color: #c2bca6;
	/*position: absolute;
	top: 30px;
	left: 60px;*/
}
.we-do__list{
	text-align: left;
	margin-left: 105px;
}
.we-do__item_box{
	display: inline-block;
	width: 525px;
	text-align: left;
	position: relative;
}
.we-do__item{
	display: inline-block;
	/*margin: 0 14px;*/
	width: 50%;
	height: 372px;
	text-align: right;
	vertical-align: top;
	position: relative;
}
.we-do__item:nth-child(2n){
	text-align: left;
}
.we-do__item:nth-child(2),
.we-do__item:nth-child(4),
.we-do__item:nth-child(3){
	padding-top: 122px;
	margin-top: 78px;
}
.we-do__item:nth-child(4){
	margin-top: 15px;
	padding-top: 85px;
}
.we-do__item:nth-child(2):after,
.we-do__item:nth-child(4):after,
.we-do__item:nth-child(3):after{
	content: "";
	display: inline-block;
	background: url(../img/area-work/area-work_right-line.png) no-repeat;
	width: 458px;
	height: 122px;
	position: absolute;
	top: 0;
	left: -20px;
}
.we-do__item:nth-child(3):after{
	background: url(../img/area-work/area-work_left-line.png) no-repeat;
	left: initial;
	left: 35px;
}
.we-do__item:nth-child(3){
	top: -297px;
	padding-top: 90px;
}
.we-do__item_text{
	font-family: "roboto", sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	margin-top: 5px;
}
.we-do__link{
	display: inline-block;
	height: inherit;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.we-do__name-item{
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	margin-top: 8px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.we-do__name-item:after{
	content: "";
	display: inline-block;
	width: 450px;
	height: 1px;
	background: #fff;
	position: relative;
	bottom: 11px;
	left: 0;
}
.we-do__icon{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 108px;
	right: 53px;
}

/******************************************************
			СУПЕРМАРКЕТ НЕ СКЛАД....
******************************************************/

.super{
	padding: 70px 0;
	background: url(../img/super/super_bg.jpg) no-repeat;
}
.block-title_super{
	display: block;
	text-align: center;
	font-size: 50px;
	color: #2c2f33;
}
.block-title_super span{
	color: #1e54a3;
	font-weight: 500;
}
.super__list{
	margin-top: 130px;
}
.super__item{
	display: inline-block;
	width: 360px;
	height: 230px;
	margin-right: 48px;
	border: 1px solid #1e54a3;
	position: relative;
	padding: 95px 45px 0 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	/* cursor: pointer; */
}
.super__item:nth-child(3n){
	margin-right: 0;
}
/* .super__item:hover{
	background: #1e54a3;
}
.super__item:hover .super__item-title,
.super__item:hover .super__item-text{
	color: #fff;
} */
.super__circle{
	display: inline-block;
	width: 130px;
	height: 130px;
	background: #1e54a3;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	/*border: 1px solid #354961;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.super__item:hover .super__circle{
	-webkit-box-shadow: 0 1px 0 1px #fff;
	   -moz-box-shadow: 0 1px 0 1px #fff;
	        box-shadow: 0 1px 0 1px #fff;
	/*border: 1px solid #fff;*/
	/*box-shadow: 0 0 10px 0 rgba(255,255,255,0.4);*/
}
.super__icons{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
/*.super__icons_shop{
	width: 69px;
	height: 62px;
}
.super__icons_restaurant{
	width: 66px;
	height: 66px;
	background-position: -76px -5px;
}
.super__icons_show{
	width: 61px;
	height: 59px;
	background-position: -5px -5px;
}*/
.super__item-title{
	text-align: center;
	font-family: "roboto", sans-serif;
	color: #1e54a3;
	font-weight: 500;
	font-size: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.super__item-text{
	display: block;
	text-align: center;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #2c2f33;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

/******************************************************
				НАША ПРОДУКЦИЯ
******************************************************/

.our-products{
	background: url(../img/our-products/our-products_bg1.png) no-repeat top;
}
.block-title_our-prodicts{
	display: block;
	text-align: center;
	color: #41464c;
}
.our-products__list{
	margin-top: 60px;
}
.our-products__item{
	display: inline-block;
	width: 362px;
	height: 302px;
	margin-right: 44px;
	margin-bottom: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.our-products__item:nth-child(3n){
	margin-right: 0;
}
.our-products__name-item{
	display: block;
	text-align: center;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	margin-bottom: 28px;
}
.our-products__img{
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.our-products__link{
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 3;
	width: inherit;
	height: inherit;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), color-stop(40%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 40%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 40%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 40%);
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 40%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.our-products__mask{
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.our-products__item:hover .our-products__mask{
	opacity: 0.65;
}
.our-products__box{
	position: absolute;
	bottom: -220px;
	left: 0;
	right: 0;
	padding: 0 46px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 3;
	-webkit-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	transition: bottom 0.3s; 
}
.our-products__descrip{
	height: 220px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.our-products__link:hover .our-products__box{
	/*height: 220px;*/
	bottom: 0;
}
.our-products__descrip_text{
	display: inline-block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}


.main-button{
	display: inline-block;
	width: 168px;
	height: 40px;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	background: none;
	box-sizing: border-box;
	border: none;
	border-top: 1px solid #1e54a3;
	border-left: 1px solid #1e54a3;
	position: relative;
	transition: 0.3s;
}
.main-button:after,
.main-button:before{
	content: "";
	display: inline-block;
	background: #1e54a3;
	position: absolute;
	transition: 0.3s;
}
.main-button:after{
	width: 90%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.main-button:before{
	width: 1px;
	height: 55%;
	top: 0;
	right: 0;
}
.main-button:hover{
	border-color: #fff;
}
.main-button:hover:after{
	width: 100%;
	background: #fff;
}
.main-button:hover:before{
	height: 100%;
	background: #fff;
}
.our-products__descrip_button{
	margin-top: 45px;
	margin-bottom: 30px;
}

/******************************************************
		ПРЕИМУЩЕСТВА + ПРОЕКТ МЕСЯЦА
******************************************************/

.project-month{
	background: #41464c;
	position: relative;
	overflow-x: hidden;
}
.project-month__container{
	padding: 70px 0;
}
.block-title_advantages{
	display: block;
	color: #a3a8ae;
}
.advantages__box{
	float: left;
}
.advantages__list{
	display: block;
	margin-top: 80px;
	margin-left: 45px;
}
.advantages__item{
	margin-bottom: 50px;
	position: relative;
}
.advantages__item:last-child{
	margin-bottom: 0;
}
.advantages__item:nth-child(1):before,
.advantages__item:nth-child(2):before{
	content: "";
	display: inline-block;
	background: url(../img/advantages/advantages_arrow.png) no-repeat;
	width: 86px;
	height: 184px;
	position: absolute;
	top: 16px;
	left: -125px;
}
.advantages__item:nth-child(2):before{
	top: 28px;
}
.advantages__title{
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #c2bca6;
}
.advantages__title,
.advantages__text{
	margin-left: 30px;
	padding-left: 60px;
}
.advantages__text{
	display: inline-block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-top: 15px;
	z-index: 1;
	position: relative;
}
.advantages__number{
	display: inline-block;
	font-family: "exo2", sans-serif;
	font-weight: 700;
	color: #c2bca6;
	font-size: 110px;
	position: absolute;
	bottom: -12px;
    left: -21px;
}
.project-month__dots{
	width: 285px;
	background: url(../img/dots-beige.png) repeat;
	right: -144px;
}
.project-month__card{
	display: inline-block;
	float: right;
	background: #fff;
	font-size: 0;
	
	margin-top: 128px;
	position: relative;
	z-index: 1;
}
.project-month__img{
	display: block;
}
.project-month__content{
	padding: 0 40px;
}
.project-month__description{
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 35px;
	padding-bottom: 35px;
}

.project-month__link,
.news__link{
	display: inline-block;
	font-family: "roboto", sans-serif;
    font-weight: 500;
    position: relative;
    background: none;
    text-transform: uppercase;
    color: #1e54a3;
    font-size: 16px;
    padding: 10px 30px 9px;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    vertical-align: top;
    border: 1px solid #1e54a3;
}
.project-month__link:after,
.news__link:after{
	content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.project-month__link:hover:after,
.news__link:hover:after{
	height: 0;
	width: 0;
}
.news__link:after{
	background: #a5a8ad;
}
.news__box:hover .news__link:after{
	background: #dcdadb;
}
.project-month__card_title{
	display: inline-block;
	font-size: 16px;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: #1e54a3;
	padding: 15px 56px 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 13px;
	left: -15px;
}

/******************************************************
			 	НОВОСТИ
******************************************************/

.news{
	padding: 70px 0;
	background: #a5a8ad;
}
.block-title_news{
	display: block;
	text-align: center;
	color: #41464c;
}
.news__list{
	margin-top: 40px;
}
.news__item{
	display: inline-block;
	width: 360px;
	vertical-align: top;
	margin-right: 48px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.news__item:nth-child(3n){
	margin-right: 0;
}
.news__box{
	position: relative;
	height: 100%;
	width: 100%;
	padding: 20px;
	padding-bottom: 22px;
	border: 1px solid #8c8f94;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news__box:hover{
	background: #dcdadb;
	border: 1px solid #dcdadb;
}
.news__img{
	display: block;
	width: 100%;
}
.news__date{
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #42454a;
	margin-top: 24px;
	margin-bottom: 18px;
}
.news__text{
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	height: 42px;
	max-height: 42px;
	overflow: hidden;
}
.news__all-news_box{
	text-align: center;
	margin-top: 50px;
}
.news__all-news{
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 40px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news__all-news:after{
	content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #a5a8ad;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news__all-news:hover:after{
	height: 0;
	width: 0;
}

/******************************************************
			 СЛАЙДЕР КЛИЕНТЫ
******************************************************/

.clients{
	padding: 20px 0;
	background: #f0f0f0;
}
.grey-arrows .slick-arrow{
	background: url(../img/clients-slider_arrows.png);
	width: 11px;
	height: 20px;
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
}
.grey-arrows .slick-prev{
	background-position: -5px -5px;
	left: -18px;
}
.grey-arrows .slick-next{
	background-position: -26px -5px;
	right: -18px;
}
.clients-slider__slide{
	outline: none;
	cursor: pointer;
	text-align: center;
}
.clients-slider__image-container{
	display: inline-block;
	width: 220px;
	height: 67px;
	position: relative;
}
.clients-slider__img{
	max-width: 220px;
	max-height: 67px;
	display: inline-block !important;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: 0.6;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .4s;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hover .clients-slider__slide:hover .clients-slider__img{
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	opacity: 1;
}
.clients-slider .slick-list{
	padding: 10px 0;
}

/******************************************************
				 КАРТА
******************************************************/

.map{
	height: 500px;
}
.ymaps-2-1-68-controls__control_toolbar,
.ymaps-2-1-68-map-copyrights-promo,
.ymaps-2-1-68-copyright__content-cell{
	display: none !important;
}
.ymaps-2-1-68-svg-icon{
	background-image: url(../img/map/label.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important; 
	-webkit-background-size: auto auto !important; 
	   -moz-background-size: auto !important; 
	     -o-background-size: auto !important; 
	        background-size: auto !important; 
	width: 45px !important;
	height: 62px !important;
}

/******************************************************
				    FOOTER
******************************************************/

.footer-top{
	background: #2b2b2b;
	padding: 35px 0;
}
.footer-bottom{
	background: #41464c;
	padding: 20px 0;
}
.footer__left-side{
	float: left;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.footer__menu{
	margin-bottom: 50px;
}
.footer__item{
	display: inline-block;
	margin-right: 37px;
}
.footer__item:last-child{
	margin-right: 0;
}
.footer__link{
	display: inline-block;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	padding-bottom: 1px;
}
.footer__link:hover{
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
}
.footer__title{
	font-weight: 500;
	font-size: 18px;
	color: #c4c2a9;
	border-bottom: 1px solid #c4c2a9;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.footer__contacts-box{
	color: #c4c2a9;
}
.footer__address_box,
.footer__tell_box{
	display: inline-block;
	margin-right: 30px;
}
.footer__address{
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	padding-left: 27px;
}
.footer__address,
.footer__tell,
.footer__mail{
	position: relative;
}
.footer__tell{
	display: inline-block;
	color: #c4c2a9;
	padding-left: 29px;
}
.footer__mail_box{
	display: inline-block;
}
.footer__mail{
	display: inline-block;
	padding-left: 36px;
	position: relative;
}
.footer__mail_link{
	display: inline-block;
	border-bottom: 1px solid #dad4cb;
	color: #c4c2a9;
	cursor: pointer;
}
.footer__mail_link:hover{
	border-bottom: none;
}
.footer__icons{
	display: inline-block;
	background: url(../img/footer/footer_icons.png) no-repeat;
	vertical-align: top;
	margin-right: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.footer__icons_geo{
	width: 16px;
	height: 22px;
	background-position: -5px -5px;
	top: 2px;
}
.footer__icons_tell{
	width: 18px;
	height: 18px;
	background-position: -31px -5px;
}
.footer__icons_mail{
	width: 21px;
	height: 13px;
	background-position: -59px -5px;
	top: 3px;
	margin-right: 10px;
}
.footer__form_box{
	display: inline-block;
	float: right;
}
.footer__form{
	display: inline-block;
	font-family: "roboto", sans-serif;
	background: #41464c;
	color: #e5ded4;
	width: 460px;
	padding: 25px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer__form-title{
	font-weight: 500;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer__field-box{
	position: relative;
	margin-bottom: 13px;
}
.footer__field-box_no-margin{
	margin-bottom: 7px;
}
.footer__field{
	display: block;
	width: 100%;
	color: #e5ded4;
	font-size: 17px;
	padding: 8px 14px;
	background: none;
	border: none;
	outline: none;
	border-bottom: 1px solid #c4c2a9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer__label{
	font-weight: 300;
	position: absolute;
	font-size: 16px;
	color: #c4c2a9;
	left: 13px;
	top: 11px;
	cursor: text;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.footer__label_top{
	top: -11px;
    font-size: 14px;
}
.footer__form_text{
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #a4a7ae;
	padding-left: 10px;
	position: relative;
}
.footer__form_text:after{
	content: "*";
	position: absolute;
	top: 1px;
	left: 2px;
}
.footer__form_button-box{
	text-align: center;
	margin-top: 16px;
}
.footer__form_button{
	display: inline-block;
	background: none;
	cursor: pointer;
	outline: none;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 11px 52px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.footer__form_button_cont{
	display: inline-block;
	position: relative;
}
.footer__form_button_cont:after{
	content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #41464c;
    position: absolute;
    bottom: -2px;
    right: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.footer__form_button:hover{
	border: 1px solid #c4c2a9;
	color: #c4c2a9;
}
.footer__form_button_cont:hover:after{
	height: 0;
	width: 0;
}
.footer__copyright{
	display: inline-block;
	float: left;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	color: #c4c2a9;
	font-size: 16px;
	margin-top: 6px;
}
.footer__social-list{
	float: right;
}
.footer__social-item{
	display: inline-block;
	margin-right: 10px;
}
.footer__social-item:last-child{
	margin-right: 0;
}
.footer__social-link{
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	bottom: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}
.footer__social-link:hover{
	bottom: 2px;
}
.footer__social-img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.footer__agree{
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px solid #6f7277;
}
.footer__agree:hover{
	border-bottom: none;
	padding-bottom: 1px;
}





/******************************************************
				ЗАКАЗАТЬ ЗВОНОК
******************************************************/

.bg{
	display: none;
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.order-call{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
    width: 500px;
    padding: 25px 0;
	background: #fff;
	z-index: 101;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.order-call .block-title{
	display: block;
	text-align: center;
	font-size: 42px;
	color: #41464c;
}
.order-call__form{
	text-align: center;
	margin-top: 30px;
}
.order-call__field{
	display: inline-block;
    outline: none;
    width: 78%;
    font-size: 16px;
    border: 1px solid #194d9c;
    padding: 12px 18px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.order-call__tel{
	margin-bottom: 10px;
}
.order-call__button{
	font-family: "roboto", sans-serif;
	font-weight: 500;
	color: #1e54a3;
	font-size: 14px;
	padding: 10px 27px 9px;
	border: 1px solid #1e54a3;
	margin-left: 0;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	background: none;
	box-sizing: border-box;
	transition: .2s;
}
.order-call__button:after{
	content: "";
	display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: -2px;
    transition: 0.3s;
}
.order-call__button:hover:after{
	width: 0;
	height: 0;
}





.order-call__button:disabled{
	pointer-events: none;
	opacity: 0.5;
}
.order-call__close{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
    z-index: 3;
}
.order-call__close:before,
.order-call__close:after{
    display: inline-block;
    content: "";
    width: 28px;
    height: 2px;
    background: #444444;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.order-call__close:before{
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.order-call__close:after{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.order-call__close:hover:before,
.order-call__close:hover:after{
    background: #194d9c;
}
/*.order-call__close:hover{
	border: 1px solid #194d9c;
}*/
.order-call__box{
	width: 75%;
	margin: 0 auto;
	text-align: left;
}
.order-call__square{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #444444;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	top: 5px;
	margin-right: 4px;
}
.order-call__label{
	cursor: pointer;
	font-size: 13px;
}
#agreement{
	display: none;
}
#agreement:checked + label .order-call__square{
	background: #194d9c;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
       -moz-box-shadow: inset 0px 0px 0px 1px #fff;
            box-shadow: inset 0px 0px 0px 1px #fff;
}
.order-call__sogl{
	color: #194d9c;
}
.order-call__sogl:hover{
	border-bottom: 1px solid #194d9c;
}





/******************************************************
		  СТИЛИ ВНУТРЕННИХ СТРАНИЦ
******************************************************/

.pages-inner{
	padding-top: 50px;
	padding-bottom: 50px;
}
.internal-page_padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.internal-page{

}
/*.internal-page__content{
	padding-top: 65px;
	padding-bottom: 30px;
}*/
.internal-page__title-box{
	/*background: #f0f2f4;*/
	padding: 0 0 54px;
	text-align: center;
	position: relative;
}
.breadcrumb-and-title__box{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.internal-page__title-dots-left,
.internal-page__title-dots-right{
	background: url(../img/dots.png) repeat;
	width: 175px;
	height: 100%;
	position: absolute;
	top: 0;
}
.internal-page__title-dots-left{
	left: 0;
}
.internal-page__title-dots-right{
	right: 0;
}


/******************************************************
				СТРАНИЦА ПРОДУКЦИИ
******************************************************/

.product-page__list{
	
}
.product-page__item{

}
.product-page__box{

}
.product-page__button{
	margin-top: 45px;
	margin-bottom: 30px;
}













/******************************************************
		СТРАНИЦА ДЕТАЛИЗАЦИИ ПРОДУКЦИИ
******************************************************/

.products-page_padding-top{
	padding-top: 70px;
}
.products-page__text{
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #222222;
	margin-bottom: 70px;
	border-left: 5px solid #41464c;
	padding-left: 30px;
	box-sizing: border-box;
}




.products-page__img{
	max-width: 488px;
}
.products-page__img-box{
	float: left;
	text-align: center;
	width: 490px;
}


.products-page__right-side{
	float: right;
	width: 650px;
}


.products-page__functions-item{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;
}
.products-page__functions-text{
	margin-top: 15px;
	font-family: "roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #41464c;
}






.products-page__descrip-box{
	padding: 25px 0;
	margin-top: 35px;
}
.products-page__descrip-list{
	width: 100%;
}
.products-page__descrip-item{
	display: inline-block;
	text-align: center;
	outline: none;
}
.products-page__descrip-img-box{
	display: inline-block;
    width: 215px;
    height: 67px;
    position: relative;
}
.products-page__descrip-img{
	display: inline-block !important;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: .4s;
	max-width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products-page__descrip-img:hover{
	filter: grayscale(0%);
	opacity: 1;
}





.products-page__photo-title{
	display: inline-block;
	float: left;
	font-family: "roboto", sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
/*.products-page__video-box{
	display: inline-block;
	float: right;
	cursor: pointer;
}*/
.products-page__video-link{
	display: inline-block;
	float: right;
	font-family: "roboto", sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	background: #1e54a3;
	padding: 15px 75px 12px 40px;
	box-sizing: border-box;
	/*transition: 0.3s;*/
}
.products-page__video-link:hover{
	background: #fff;
	color: #1e54a3;
}
.products-page__video-link:after{
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/our-products/play.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0, -50%);
	/*transition: 0.3s;*/
}
.products-page__video-link:hover:after{
	background: url(../img/our-products/play-blue.png) no-repeat;
}




.products-page__slider-box{
	background: #41464c;
	padding: 60px 0;
	margin-top: 80px;
}
.products-page__slider{
	margin-top: 60px;
}
.products-page__slide{
	text-align: center;
	outline: none;
}
.products-page__slider_link{
	outline: none;
}
.products-page__slider .slick-slide img{
	display: inline-block;
}
.breadcrumb__box{
	/*background: #f0f2f4;*/
	position: relative;
}


/******************************************************
		    СТРАНИЦА КОНТАКТЫ
******************************************************/

.contacts-page{
	padding-top: 90px;
	font-family: "roboto", sans-serif;
}
.contacts-page__title{
	text-transform: uppercase;
	font-weight: 500;
	color: #1e54a3;
	font-size: 24px;
	margin-bottom: 30px;
}
.contacts-page__left-side,
.contacts-page__center-side,
.contacts-page__right-side{
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.contacts-page__left-side,
.contacts-page__center-side{
	padding-right: 90px;
	box-sizing: border-box;
}
.contacts-page__map-box{
	background: #f0f2f4;
	padding: 55px 0;
	position: relative;
	margin-top: 45px;
}
.contacts-page__title_map{
	margin-bottom: 50px;
}
.contacts-page p{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #2b2b2b;
	margin-bottom: 20px;
}


.contacts-page__address-box,
.contacts-page__phone-box,
.contacts-page__mail-box{
	font-weight: 300;
	margin-bottom: 20px;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 22px;
}
.contacts-page__phone-box{
	display: inline-block;
}
.contacts-page__phone{
	display: inline-block;
	color: #2b2b2b;
	margin-left: 3px;
	margin-bottom: 3px;
}
.contacts-page__phone2{
	display: block;
	text-align: right;
}
.contacts-page__mail{
	color: #1e54a3;
	text-decoration: underline;
}
.contacts-page__mail:hover{
	text-decoration: none;
}


.contacts-page__right-side .footer__form{
	background: #f0f2f4;
	position: relative;
	top: -26px;
}
.contacts-page__right-side .footer__label{
	color: #2b2b2b;
}
.contacts-page__right-side .footer__field{
	color: #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
}
.contacts-page__right-side .footer__form_button_cont:after{
	background: #f0f2f4;
}
.contacts-page__right-side .footer__form_button{
	color: #1e54a3;
	border: 1px solid #1e54a3;
}
.contacts-page__right-side .footer__form_text{
	color: #a5a8ad;
}
.contacts-page__right-side .footer__agree{
	border-bottom: 1px solid #a5a8ad;
}
.contacts-page__right-side .footer__agree:hover{
	border-bottom: 0;
}
.contacts-page__right-side .footer__form_button-box{
	text-align: left;
}

/******************************************************
			 Страница возможности 
******************************************************/

.skills__list{

}
.skills__item{
	display: inline-block;
	width: 50%;
	margin-bottom: 35px;
}
.skills__link{
	display: inline-block;
	width: 554px;
	height: 372px;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 35%);
}
.skills__mask{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 50%);
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
}
.skills__link:hover .skills__mask{
	opacity: 1;
}
.skills__name{
	text-align: center;
	text-transform: uppercase;
	background: #2b2b2b;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.skills__img{
	display: inline-block;
	height: inherit;
	width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.skills__button{
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	transition: 0.3s;
	z-index: 3;
	display: block;
	width: 185px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.skills__link:hover .skills__button{
	bottom: 45px;
}


/******************************************************
	Страница детализации возможности 
******************************************************/

.scope__page{
	font-family: "roboto", sans-serif;
}
.scope__slider-box{
	background: #41464c;
	padding: 70px 0 40px 0;
}
.scope__list{
	font-size: 0;
	margin: 0;
	padding-top: 0;
}
.light-arrows .slick-prev,
.light-arrows .slick-next{
	display: inline-block;
	width: 11px;
	height: 20px;
	background: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.light-arrows .slick-prev{
	background-image: url(../img/scope/scope_arrow_left.png);
	left: -18px;
}
.light-arrows .slick-next{
	background-image: url(../img/scope/scope_arrow_right.png);
	right: -18px;
}
.scope__item{
	display: inline-block;
	width: 33%;
	text-align: center;
	outline: none;
	margin-bottom: 30px;
}
.scope__link{
	display: inline-block;
	outline: none;
}
.scope__img{
	
}
.we-do-page_padding{
	padding: 30px 0;
}
.scope__text1{
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
}
.scope__description{
	background-image: url(../img/scope/scope_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: justify;
}
.scope__box{
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}

.scope__box h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.scope__box ul{
	margin-bottom: 20px;
}
.scope__box ul li{
	font-size: 18px;
	font-weight: 300;
	color: #1e54a3;
	line-height: 32px;
	padding-left: 28px;
	position: relative;
}
.scope__box ul li:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #1e54a3;
	position: absolute;
	left: 0;
	top: 11px;
}
.scope__box p{
	margin-bottom: 30px;
}
.scope__box p:last-child{
	margin-bottom: 0;
}


/******************************************************
		     СТРАНИЦА ПРОЕКТЫ
******************************************************/

.projects-page__list{

}
.projects-page__link{
	display: inline-block;
}
.projects-page__img{
	display: inline-block;

}

/******************************************************
	СТРАНИЦА ДЕТАЛИЗАЦИИ ПРОЕКТЫ
******************************************************/

.projects-page__slider-box{
	background-color: #41464c;
	padding: 70px 0 40px 0;
}
.projects-page__list{
	font-size: 0;
	padding: 0;
	margin: 0;
}
.projects-page__item{
	display: inline-block;
	width: 33%;
	text-align: center;
	outline: none;
	margin-bottom: 30px;
}
.projects-page_detail__link{
	display: inline-block;
	outline: none;
}
.projects-page_detail__img{
	display: inline-block;
	max-width: 100%;
}
.projects-page_detail__picture{
	
}
.projects-page__info-box{
	padding: 65px 0;
}
.projects-page__info{
	border-left: 5px solid #41464c;
	padding-left: 30px;
	box-sizing: border-box;
}
.projects-page__profile-box{
	
}
.projects-page__profile{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 8px;
}
.projects-page__profile-name{
	display: inline-block;
	font-weight: 300;
}
.projects-page__descrip{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin-top: 10px;
}



/******************************************************
			СТРАНИЦА НОВОСТИ
******************************************************/

.news-page{
	/*padding: 50px 0;*/
}
.list-news_link{
	display: block;
	font-family: "roboto", sans-serif;
	font-weight: 300;
	color: #2b2b2b;

	padding: 18px;
	font-size: 19px;
	border-radius: 3px;
	background: rgba(201,201,201,0.2);
	transition: background .3s;
}
.list-news_link:hover{
	background: rgba(201,201,201,0.4);
}
.list-news_item{
	margin-bottom: 20px;
	box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
}
.list-news_item:last-child{
	margin-bottom: 0;
}
.list-news__img-box{
	width: 150px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.list-news__img{
	width: 100%;
}
.list-news__right-box{
	display: block;
	float: right;
    width: 85%;
}
.list-news__news-name{
	margin-bottom: 15px;
	font-weight: 400;
}
.list-news__news-description{
	font-size: 18px;
	line-height: 24px;
}
.news-page__img-box{
	text-align: center;
	margin-bottom: 30px;
}
.news-page__img{
	display: inline-block;
}



/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

.news-text{
	margin-top: 35px;
}
.news-text,
.news-text li{
	font-family: "roboto", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}
.news-text p{
	margin-bottom: 25px;
}
.news-text p:last-child{
	margin-bottom: 0;
}
.news-text ul{
	margin-bottom: 15px;
}
.news-page-detail__list{
	border-bottom: 1px solid #c1bba6;
}
.news-page-detail__item{
	display: inline-block;
	width: 33%;
	text-align: center;
	margin-bottom: 35px;
}
.news-page-detail__link{
	display: inline-block;
}
.news-page-detail__img{
	display: inline-block;
	width: 350px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news-inpage__title{
	font-size: 24px;
	font-weight: 500;
	margin-top: 70px;
}
.news-inpage__date-box{
	margin-top: 6px;
}
.news-inpage__clock{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/news/clock.png) no-repeat;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.news-inpage__date{
	display: inline-block;
	color: #41464c;
	font-size: 14px;
	font-weight: 300;
}
.news-inpage__list-box{
	background: #41464c;
	margin-top: 70px;
	padding: 85px 0;
}
.news-inpage__slider{
	margin-top: 45px;
}
.news-inpage__slide{
	padding: 0 30px;
	padding-bottom: 3px;
	outline: none;
	box-sizing: border-box;
}
.news-inpage__name-news{
	font-family: "roboto", sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	outline: none;
}
.news-inpage__name-news:hover{
	text-decoration: underline;
	outline: none;
}
.news-inpage__clock_brown{
	background: url(../img/news/clock_brown.png)
}
.news-inpage__date_brown{
	color: #c1bba6;
}








/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/

.about-page{
	padding-top: 50px;
	font-family: "roboto", sans-serif;
}
.about-page__poster{
	padding: 25px 50px;
	color: #1e54a3;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	border: 1px solid #1e54a3;
}
.about-page__title{
	font-style: italic;
	font-size: 24px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.about-page__text{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.about-page__text iframe{
	width: 100% !important;
	height: 600px !important;
}
.about-page__text p{
	margin-bottom: 15px;
}
.about-page__text:last-child{
	margin-bottom: 0;
}


.about-page__text-block{

}
.about-page__title-text-block{
	font-size: 36px;
	color: #41464c;
	font-weight: 500;
}
.about-page__box-for-text{
	border-left: 5px solid #41464c;
	padding-left: 35px;
	margin-top: 40px;
	box-sizing: border-box;
}
.about-page__box-for-text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}
.about-page__box-for-text p:last-child{
	margin-bottom: 0;
}


.about-page__info-block{
	padding: 50px 0;
	margin-top: 50px;
	background: #f0f2f4;
	position: relative;
}
.about-page__logo-box{
	margin-bottom: 25px;
}
.about-page__logo{

}
.about-page__block{

}
.about-page__info-block_title-box{
	padding-left: 40px;
	margin-right: 95px;
	float: left;
}
.about-page__info-block_title-img{
	
}
.about-page__list{
	
}
.about-page__item{
	display: inline-block;
	vertical-align: top;
}
.about-page__item:nth-child(1),
.about-page__item:nth-child(2){
	min-height: 245px;
}
.about-page__item:nth-child(1){
	margin-right: 105px;
}
.about-page__item:nth-child(3){
	margin-right: 126px;
}
.about-page__item:nth-child(4),
.about-page__item:nth-child(5){
	margin-right: 120px;
}
.about-page__line{
	display: block;
	width: 55px;
	height: 6px;
	background: #d3d9df;
}
.about-page__more{
	display: block;
	font-weight: 400;
	font-size: 30px;
	color: #929fab;
	margin-top: 7px;
	margin-bottom: 5px;
}
.about-page__number{
	display: block;
	color: #1e54a3;
	font-size: 0;
}
.about-page__number_value{
	font-size: 60px;
	font-weight: 700;
}
.about-page__dimension{
	font-size: 48px;
	font-weight: 700;
}
.about-page__degree{
	display: inline-block;
	position: relative;
	bottom: 18px;
	font-size: 24px;
	font-weight: 700;
}
.about-page__descrip{
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin-top: 8px;
}




.workers{
	padding: 65px 0;
	background: url("../img/about/workers_bg.jpg") repeat;
}
.workers__title{
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.workers__list{

}
.workers__sub-list{
	display: none;
}
.workers__item{
	display: inline-block;
	text-align: center;
	width: 50%;
	outline: none;
	margin-bottom: 35px;
}
.workers__box{
	display: inline-block;
	width: 550px;
	background: #5b6269;
	/*padding: 21px;*/
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
}
.workers__img{
	display: inline-block;
	height: 245px;
	float: left;
}
.workers__info-block{
	display: inline-block;
	float: left;
	padding-left: 45px;
	padding-top: 65px;
	text-align: left;
	box-sizing: border-box;
}
.workers__name{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.workers__position{
	font-size: 18px;
	color: #fff;
	margin-top: 7px;
}
.workers__tel-box,
.workers__mail-box{
	display: block;
}
.workers__tel,
.workers__mail{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.workers__tel{
	margin-top: 24px;
	padding-bottom: 1px;
}
/*.workers__tel:hover{
	border-bottom: 1px solid #fff;
	padding-bottom: 0;
}*/
.workers__mail{
	margin-top: 8px;
	border-bottom: 1px solid #fff;
}
.workers__mail:hover{
	border-bottom: none;
}
.workers__button{
	display: block;
	width: 185px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.workers__button:after,
.workers__button:before,
.skills__button:after,
.skills__button:before{
	background: #fff;
}

/******************************************************
		   		agreement
******************************************************/

.agreement-custom__bg{
	background: #000;
	opacity: 0.6;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.agreement-custom{
	margin: auto;
	width: 80%;
	max-width: 1000px;
	height: 80%;
	background: #fff;
	z-index: 99999;
	padding: 30px 35px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	position: fixed;
	left: 0;
	right: 0;
	top: 10%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.agreement-custom__container{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.agreement-custom__content{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-right: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.agreement-custom__title{
	font-family: "Verdana", sans-serif;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.agreement-custom__content p{
	font-family: "Verdana", sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.agreement-custom__content p:first-child{
	margin-top: 0;
}
.agreement-custom__content p:last-child{
	margin-bottom: 0;
}
.agreement-custom__close{
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.agreement-custom__line1,
.agreement-custom__line2{
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #666;
	position: absolute;
	top: 14px;
}
.agreement-custom__close:hover .agreement-custom__line1,
.agreement-custom__close:hover .agreement-custom__line2{
	background: #000;
}
.agreement-custom__line1{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.agreement-custom__line2{
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.agreement-custom__close_box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}
@media (max-width: 1024px){
	.agreement-custom__content{
		padding-right: 10px;
	}
}
@media (max-width: 800px){
	.agreement-custom{
		padding: 25px 30px;
	}
	.agreement-custom__p{
		text-align: left;
	}
}
@media (max-width: 640px){
	.agreement-custom{
		padding: 25px 25px;
	}
	.agreement-custom{
		width: 90%;
		height: 90%;
		top: 5%;
	}
}
@media (max-width: 520px){
	.agreement-custom__title{
		padding-right: 29px;
	}
}
@media (max-width: 480px){
	.agreement-custom{
		padding: 25px 12px 25px 20px;
	}
	.agreement-custom__p span{
		margin-left: 0;
	}
}
@media (max-width: 413px){
	.agreement-custom{
		padding: 17px 12px 17px 17px;
	}
	.agreement-custom__title{
		font-size: 17px;
		padding-bottom: 12px;
	}
}















/******************************************************
		   СТРАНИЦА КОНТАКТЫ
******************************************************/

@media (max-width: 1325px){

	.contacts-page__right-side .footer__form{
		width: 400px;
	}

}


/******************************************************
		        Адаптив
		   WIDTH 1024 - 1209
******************************************************/


@media (max-width: 1209px){
	
	.new-year{
		top: -87px;
	}
	.new-year img{
		height: 315px;
	}
	.container{
		width: 1024px;
	}
	.menu__box{
		overflow-y: auto;
    	height: 100vh;
    	padding: 0;
	}
	.header_bottom{
		padding: 15px 0;
	}
	.menu__square_bottom{
		height: 73px;
		bottom: -15px;
	}
	.new-burger{
		height: 37px;
	}
	.menu{
		float: none;
		width: 100%;
		text-align: center;
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 85px;
	}
	.menu__item{
		width: 300px;
		margin: 0 auto 17px auto;
	}
	.menu__link{
		padding: 5px 0;
		font-size: 36px;
	}
	.line-box{
		width: 35px;
		height: 35px;
		left: -35px;
		top: 5px;
	}
	.link-line{
		width: 25px;
		height: 1px;
	}
	.link-line2{
		display: inline-block;
		height: 25px;
		-webkit-transition: -webkit-transform .35s;
		transition: -webkit-transform .35s;
		-o-transition: -o-transform .35s;
		-moz-transition: transform .35s, -moz-transform .35s;
		transition: transform .35s;
		transition: transform .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
	}
	.menu__container{
		-webkit-transform: initial;
		   -moz-transform: initial;
		    -ms-transform: initial;
		     -o-transform: initial;
		        transform: initial;
		top: 108px;
	}
	.sub-menu{
		display: block;
		width: auto;
		position: initial;
		opacity: 1;
		text-align: center;
		padding: 0;
	}

	.sub-menu__item{
		margin-bottom: 28px;
	}
	.sub-menu__item:last-child{
		margin-bottom: 0;
	}
	.sub-menu,
	.sub-menu__list2{
		margin-top: 28px;
	}

	.sub-menu__box{
		display: none;
		/*margin-top: 35px;*/
		/*margin-bottom: 45px;*/
	}
	.menu__square{
		right: 20px;
	}
	.main-slider__title{
		font-size: 70px;
		line-height: 70px;
	}
	.main-slider__title span{
		font-size: 45px;
	}
	.main-slider__slide_container{
		top: 50px;
	}
	.we-do__banner .block-title{
		font-size: 40px;
		line-height: 39px;
		margin-bottom: 20px;
	}
	.we-do__text{
		font-size: 16px;
	}
	.we-do__banner{
		padding: 25px 35px 30px 50px;
		left: -10px;
		width: 65%;
		margin-top: 53px;
	}
	.we-do__bg-img{
		width: 700px;
	}
	.we-do__block1{
		padding-top: 65px;
		height: 445px;
	}
	.we-do__bg{
		right: 15px;
	}
	.we-do__list{
		margin-left: 30px;
	}
	.we-do__dots{
		display: none;
	}
	.we-do__item_box{
		width: auto;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after,
	.we-do__item:nth-child(3):after{
		-webkit-background-size: 85% 85%;
		   -moz-background-size: 85%;
		     -o-background-size: 85%;
		        background-size: 85%;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after{
		left: 20px;
	}
	.we-do__item:nth-child(3):after{
		left: 25px;
	}
	.we-do__item:nth-child(2){
		padding-top: 100px;
	}
	.we-do__item:nth-child(3){
		top: -240px;
		padding-top: 70px;
	}
	.we-do__item:nth-child(4){
		margin-top: 40px;
		padding-top: 75px;
	}
	.block-title_super{
		font-size: 41px;
	}
	.super__item{
		padding: 95px 24px 0 24px;
		width: 320px;
		margin-right: 17px;
	}
	.our-products__descrip,
	.our-products__mask{
		display: none;
	}
	.our-products__box{
		bottom: 0;
	}
	.our-products__item{
		width: 315px;
		height: 255px;
		margin-right: 23px;
		margin-bottom: 30px;
	}
	.our-products{
		padding: 50px 0;
	}
	.our-products__list{
		margin-top: 50px;
	}
	.project-month__container{
		padding: 50px 15px;
	}
	.advantages__item:nth-child(1):before,
	.advantages__item:nth-child(2):before{
		display: none;
	}
	.advantages__list{
		margin-left: 0;
		margin-top: 70px;
	}
	.news__item{
		width: 315px;
		margin-right: 23px;
	}
	.news__box{
		padding: 0;
		padding-bottom: 20px;
	}
	.news__date,
	.news__text{
		padding: 0 15px;
	}
	.news__link{
		margin-left: 15px;
	}
	.news{
		padding: 50px 0;
	}
	.clients-slider .slick-prev{
		left: 0;
	}
	.clients-slider .slick-next{
		right: 0;
	}
	.footer__left-side,
	.footer__form_box{
		float: none;
	}
	.footer__form_box{
		display: block;
		margin-top: 40px;
	}
	.footer__form{
		display: block;
		margin: 0 auto;
	}
	.footer__menu,
	.footer__title,
	.footer__contacts-box{
		text-align: center;
	}
	.footer__address_box{
		text-align: left;
	}



/******************************************************
		   страница контакты
******************************************************/

	.contacts-page__left-side,
	.contacts-page__center-side,
	.contacts-page__right-side{
		width: 100%;
	}
	.contacts-page__title{
		text-align: center;
	}
	.contacts-page__right-side .footer__form{
		width: 460px;
	}
	.contacts-page__left-side,
	.contacts-page__center-side{
		padding-right: 0;
		text-align: center;
	}
	.contacts-page__center-side{
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.contacts-page__right-side .footer__form_button-box{
		text-align: center;
	}
	.contacts-page{
		padding-top: 50px;
	}
	.internal-page__title-box .block-title{
		font-size: 44px;
	}
	.internal-page__title-box{
		padding: 0 0 30px;
	}
	.breadcrumb{
		padding-bottom: 10px;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.products-page__descrip-list .slick-prev{
		left: -8px;
	}
	.products-page__descrip-list .slick-next{
		right: -8px;
	}
	.products-page__descrip-list{
		padding: 0 10px;
	}
	.products-page__img{
		width: 100%;
	}
	.products-page__img-box{
		width: 380px;
	}
	.products-page__right-side{
		width: 560px;
	}
	.products-page__slider-box{
		margin-top: 45px;
		padding: 45px 0;
	}
	.products-page__slider{
		margin-top: 45px;
	}



/******************************************************
	  	  СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__link{
		width: 440px;
		height: 320px;
	}
	.skills__item{
		text-align: center;
	}
	.skills__img{
		width: auto;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.skills__link .skills__button{
		bottom: 45px;
	}
	.skills__mask{
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 50%);
		opacity: 1;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ ВОЗМОЖНОСТИ
******************************************************/
	
	.scope__item{
		width: 50%;
	}


/******************************************************
		     СТРАНИЦА ПРОЕКТЫ
******************************************************/

	.projects-page__img{
		width: 295px;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ ПРОЕКТЫ
******************************************************/

	/*.projects-page_detail__picture{
		width: 295px;
		height: 205px;
	}*/
	.projects-page__slider{
		padding: 0 15px;
	}
	.projects-page__item{
		width: 50%;
	}

/******************************************************
	  		СТРАНИЦА НОВОСТИ
******************************************************/

	.list-news__right-box{
		width: 82%;
	}


/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

	.news-page__img{
		max-width: 100%;
	}
	.news-page-detail__img{
		width: 295px;
		height: 205px;
	}
	.news-inpage__slider{
		padding: 0 15px;
	}
	.light-arrows .slick-prev{
		left: 0;
	}
	.light-arrows .slick-next{
		right: 0;
	}


/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/
	
	.about-page__info-block_title-box{
		float: none;
		text-align: center;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.about-page__logo-box{
		text-align: center;
		margin-bottom: 35px;
	}
	.about-page__item,
	.about-page__item:nth-child(1),
	.about-page__item:nth-child(2),
	.about-page__item:nth-child(3),
	.about-page__item:nth-child(4),
	.about-page__item:nth-child(5){
		margin-right: 0;
		width: 33%;
		text-align: center;
		min-height: 195px;
		margin-bottom: 50px;
	}
	.about-page__line{
		display: inline-block;
	}
	.about-page__slider{
		padding: 0 15px;
	}
	.about-page__slider .slick-prev{
		left: 0;
	}
	.about-page__slider .slick-next{
		right: 0;
	}
	.about-page__text iframe{
		height: 550px !important;
	}
	.workers__item{
		width: 100%;
	}
	.workers__info-block{
		padding-left: 30px;
	}



}















/******************************************************
		   WIDTH 960 - 1023
******************************************************/

@media (max-width: 1023px){

	.container{
		width: 100%;
	}
	.header{
		padding: 17px 0;
	}
	.menu__square_bottom{
		bottom: initial;
		top: -18px;
	}
	.tel-block{
		margin-right: 125px;
	}
	.tel-block__button{
		margin-left: 32px;
	}
	.menu__link{
		padding: 3px 0;
	}
	.sub-menu__item{
		margin-bottom: 23px;
	}
	.sub-menu,
	.sub-menu__list2{
		margin-top: 23px;
	}
	/*.sub-menu__box{
		margin: 35px 0;
	}*/
	.main-slider__title{
		font-size: 65px;
		line-height: 65px;
	}
	.main-slider__title span{
		font-size: 42px;
	}
	.main-slider__slide_link{
		margin-top: 0;
	}
	.we-do__banner{
		margin-top: 40px;
	}
	.we-do__number{
		font-size: 150px;
	}
	.we-do__name-item{
		font-size: 33px;
		margin-top: 4px;
	}
	.we-do__name-item:after{
		bottom: 17px;
		width: 400px;
	}
	.we-do__item_text{
		margin-top: 0;
	}
	.we-do__icon img{
		width: 200px;
	}
	.we-do__icon{
		bottom: 80px;
	}
	.we-do__item:nth-child(3){
		top: -205px;
	}
	.we-do__item:nth-child(3):after{
		left: 15px;
	}
	.we-do__item:nth-child(4){
		margin-top: 65px;
	}
	.we-do__item{
		height: 300px;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after,
	.we-do__item:nth-child(3):after{
		-webkit-background-size: 75% 75%;
		   -moz-background-size: 75%;
		     -o-background-size: 75%;
		        background-size: 75%;
	}
	.we-do__list{
		margin-left: 40px;
	}
	.block-title_super{
		font-size: 39px;
	}
	.super__list{
		text-align: center;
	}
	.super__item{
		width: 297px;
		padding: 95px 14px 0 14px;
	}
	.our-products__list{
		text-align: center;
	}
	.our-products__item,
	.our-products__item:nth-child(3n){
		margin: 0 20px 40px 20px;
	}
	.our-products{
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		padding: 40px 0 20px;
	}
	.block-title_our-prodicts{
		font-size: 45px;
	}
	.block-title_advantages{
		font-size: 46px;
	}
	.advantages__number{
		font-size: 90px;
		bottom: -11px;
	}
	.advantages__title,
	.advantages__text{
		padding-left: 44px;
	}
	.advantages__title{
		font-size: 21px;
		padding-bottom: 15px;
	}
	.advantages__text{
		font-size: 16px;
	}
	.project-month__card{
		margin-top: 100px;
	}
	.advantages__list{
		margin-top: 60px;
	}
	.news{
		padding: 40px 0;
	}
	.block-title_news{
		font-size: 48px;
	}
	.news__list{
		text-align: center;
	}
	.news__item,
	.news__item:nth-child(3n){
		margin: 0 30px 40px 30px;
	}
	.news__all-news_box{
		margin-top: 15px;
	}
	.map{
		height: 350px;
	}

/******************************************************
		   страница детализаци товара
******************************************************/
	
	.products-page__img-box{
		width: 350px;
	}
	.products-page__slider-box{
		margin-top: 20px;
	}

/******************************************************
	  страница детализаци возможности
******************************************************/

	.scope__item{
		margin-bottom: 20px;
	}
	.scope__description{
		padding: 70px 0;
	}
	.scope__box{
		padding: 30px;
	}
	.scope__box h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.scope__box p{
		margin-bottom: 20px;
	}
	.scope__slider-box{
		padding: 60px 0;
	}


/******************************************************
		     СТРАНИЦА ПРОЕКТЫ
******************************************************/

	.projects-page__img{
		width: auto;
	}
	.projects-page__item{
		width: 50%;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ ПРОЕКТЫ
******************************************************/
	
	.projects-page_detail__item{
		width: 50%;
	}
	.projects-page_detail__picture{
		width: 350px;
		height: 260px;
	}

/******************************************************
	  		СТРАНИЦА НОВОСТИ
******************************************************/

	.list-news__right-box{
		width: auto;
		float: none;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

	.news-page-detail__item{
		width: 50%;
	}
	.news-page-detail__img{
		width: 350px;
		height: 260px;
	}





}
















/******************************************************
		   WIDTH 871 - 959
******************************************************/

@media (max-width: 959px){

	.header{
		padding: 12px 0;
	}
	.menu__square{
		height: 130px;
		width: 70px;
	}
	.menu__square_bottom{
		height: 58px;
		top: -12px;
	}
	.new-burger{
		height: 28px;
	}
	.logo__img{
		width: 250px;
	}
	.tel-block__tel{
		font-size: 20px;
	}
	.tel-block__button{
		padding: 8px 23px 7px;
	}
	.logo__link{
		position: relative;
		top: 3px;
	}
	.main-slider__title{
		font-size: 60px;
		line-height: 60px;
	}
	.main-slider__title span{
		font-size: 38px;
	}
	.main-slider__slide_link{
		padding: 14px 40px;
		font-size: 15px;
	}
	.tel-block{
		margin-right: 115px;
	}
	.we-do__banner .block-title{
		font-size: 34px;
		line-height: 35px;
	}
	.we-do__banner{
		padding: 20px 25px 25px 30px;
	}
	.we-do__text{
		line-height: 22px;
	}
	.we-do__banner{
		width: 70%;
		margin-top: 63px;
	}
	.we-do__title{
		font-size: 44px;
		margin: 35px 0;
	}
	.we-do__number{
		font-size: 120px;
	}
	.we-do__name-item{
		font-size: 30px;
		margin-top: 0px;
		height: 48px;
	}
	.we-do__item_text{
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}
	.we-do__icon img{
		width: 170px;
	}
	.we-do__icon{
		bottom: 62px;
		right: initial;
		left: 155px;
	}
	.we-do__item{
		height: 245px;
	}
	.we-do__block2{
		padding-bottom: 20px;
	}
	.we-do__link{
		width: 355px;
	}
	.we-do__item:nth-child(1n) .we-do__link{
		float: left;
	}
 	.we-do__item:nth-child(2n) .we-do__link{
		float: right;
 	}
	.we-do__name-item:after{
		width: 355px;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after{
		left: initial;
		right: 20px;
	}
	.we-do__list{
		margin-left: 0;
		padding: 0 25px;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after,
	.we-do__item:nth-child(3):after{
		width: 380px;
		-webkit-background-size: 100% 100%;
		   -moz-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}
	.super{
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.block-title_super{
		font-size: 32px;
	}
	.super__list{
		text-align: center;
		margin-top: 110px;
	}
	.super__item,
	.super__item:nth-child(3n){
		width: 360px;
		margin: 0 30px 90px 30px;
		padding: 95px 45px 0 45px;
	}
	.super__item:nth-child(3n){
		margin-bottom: 0;
	}
	.project-month__dots{
		display: none;
	}
	.advantages__box{
		float: none;
		text-align: center;
	}
	.advantages__list{
		display: inline-block;
		margin: 60px auto 0;
		text-align: left;
	}
	.project-month__card{
		float: none;
		margin: 0 auto;
		margin-top: 50px;
	}
	.project-month__container{
		text-align: center;
	}
	.map{
		height: 300px;
	}

/******************************************************
			СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__link{
		width: 365px;
		height: 300px;
	}

/******************************************************
	  страница детализаци возможности
******************************************************/

	.scope__img{
		width: 350px;
		height: auto;
	}
	.scope__item{
		width: 50%;
	}
	.scope__slider{
		padding: 0 15px;
	}

/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/

	.about-page__item,
	.about-page__item:nth-child(1),
	.about-page__item:nth-child(2),
	.about-page__item:nth-child(3),
	.about-page__item:nth-child(4),
	.about-page__item:nth-child(5){
		width: 50%;
		margin-bottom: 30px;
	}

/******************************************************
	  страница детализаци новости
******************************************************/
	
	.news-inpage__title{
		margin-top: 50px;
	}

/******************************************************
	  страница детализаци проекты
******************************************************/

	.projects-page__slider-box{
		padding: 50px 0;
	}
	.projects-page_detail__picture{
		width: 340px;
	}

/******************************************************
		   страница детализаци товара
******************************************************/
	
	.products-page__img-box,
	.products-page__right-side{
		width: 100%;
		float: none;
	}
	.products-page__img{
		max-width: 380px;
	}
	.products-page__slider .slick-prev{
		left: -8px;
	}
	.products-page__slider .slick-next{
		right: -8px;
	}
	.products-page__slider{
		padding: 0 10px;
	}



}





/******************************************************
		   WIDTH 800 - 870
******************************************************/

@media (max-width: 870px){

	.tel-block{
		margin-right: 110px;
	}
	.tel-block__button{
		margin-left: 26px;
	}
	.main-slider__title{
		font-size: 53px;
		line-height: 54px;
	}
	.main-slider__title span{
		font-size: 34px;
		margin-top: 15px;
	}
	.main-slider__slide_container{
		top: 89px;
	}
	.we-do__banner{
		width: 80%;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after,
	.we-do__item:nth-child(3):after{
		width: 330px;
	}
	.we-do__list{
		padding: 0;
	}


}






/******************************************************
		   WIDTH  768 - 799
******************************************************/

@media (max-width: 799px){

	.menu__square{
		right: 15px;
		width: 65px;
	}
	.tel-block{
		margin-right: 86px;
	}
	.tel-block__button{
		margin-left: 19px;
	}
	.header{
		padding: 10px 0;
	}
	.new-burger{
		height: 26px;
	}
	.menu__square_bottom{
		top: -14px;
	}
	.logo__img{
		width: 240px;
	}
	.logo__link{
		top: 5px;
	}
	.main-slider__title{
		font-size: 48px;
		line-height: 49px;
	}
	.news__item{
		width: 300px;
	}
	.clients{
		padding: 8px 0;
	}
	.main-slider__title span{
		font-size: 31px;
	}
	.main-slider__slide_link{
		padding: 13px 32px;
		font-size: 14px;
	}
	.we-do__title{
		font-size: 42px;
		margin: 30px 0;
	}
	.block-title_our-prodicts{
		font-size: 42px;
	}
	.our-products__list{
		margin-top: 40px;
	}
	.footer-bottom{
		padding: 15px 0;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.internal-page__title-box .block-title{
		font-size: 38px;
	}
	.products-page__slide_img{
		width: 345px;
	}

/******************************************************
		СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__link{
		width: 350px;
		height: 300px;
	}

/******************************************************
	  страница детализаци возможности
******************************************************/

	.scope__page{
		padding-top: 40px;
	}
	.scope__img{
		width: 330px;
	}


/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

	.news-page-detail__item{
		margin-bottom: 25px;
	}




/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/

	.about-page{
		padding-top: 30px;
	}
	.about-page__poster{
		padding: 20px 35px;
		font-size: 18px;
		text-align: center;
	}
	.about-page__info-block{
		padding-bottom: 0;
	}
	.about-page__text iframe{
		height: 415px !important;
	}

/******************************************************
	  страница детализаци проекты
******************************************************/

	.projects-page_detail__picture{
		width: 335px;
	}
	.projects-page__info-box{
		padding: 55px 0;
	}




}















/******************************************************
		   WIDTH  640 - 767
******************************************************/

@media (max-width: 767px){

	.logo__img{
		width: 200px;
	}
	.menu__square{
		right: 12px;
		width: 55px;
		height: 116px;
	}
	.menu__square_bottom{
		height: 51px;
		top: -10px;
	}
	.tel-block__button{
		margin-left: 10px;
		font-size: 13px;
		padding: 7px 17px;
	}
	.tel-block{
		margin-right: 70px;
	}
	.tel-block__tel{
		font-size: 18px;
	}
	.menu__name{
		font-size: 17px;
		margin-bottom: 6px;
	}
	.main-slider__slide_container{
		top: 57px;
	}
	.main-slider__title{
		font-size: 41px;
		line-height: 41px;
	}
	.main-slider__title span{
		font-size: 27px;
	}
	.main-slider__slide_container{
		top: 68px;
	}
	.main-slider__slide_link{
		padding: 10px 24px;
		font-size: 13px;
	}
	.main-slider .slick-dots{
		bottom: 45px;
		padding-right: 78px;
	}
	.we-do__block1_dots{
		display: none;
	}
	.we-do__banner{
		width: 100%;
		margin-top: 0;
		left: 0;
	}
	.we-do__bg{
		display: none;
	}
	.we-do__block1{
		height: auto;
		padding: 50px 0;
	}
	.we-do__item,
	.we-do__item:nth-child(2n){
		width: 100%;
		text-align: center;
	}
	.we-do__item:nth-child(1n) .we-do__link,
	.we-do__item:nth-child(2n) .we-do__link{
		float: none;
	}
	.we-do__item:nth-child(2):after,
	.we-do__item:nth-child(4):after,
	.we-do__item:nth-child(3):after{
		display: none;
	}

	.we-do__item:nth-child(2),
	.we-do__item:nth-child(3),
	.we-do__item:nth-child(4){
		margin-top: 0;
		padding-top: 0;
		top: initial;
		margin-bottom: 10px;
	}
	.we-do__block2{
		padding-bottom: 40px;
	}
	.super{
		padding: 50px 0;
	}
	.our-products{
		background: #a5a8ad;
	}
	.our-products__item{
		width: 362px;
		height: 302px;
	}
	.block-title_news{
		font-size: 42px;
	}
	.news__item{
		width: 360px;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.products-page__left-side,
	.products-page__right-side{
		width: 100%;
	}
	.products-page__right-side{
		padding-left: 0;
	}
	.products-page__img{
		width: auto;
	}
	.products-page__functions-item{
		width: 25%;
	}
	.products-page__descrip-img-box{
		width: 100%;
	}

/******************************************************
		СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__link{
		width: 285px;
		height: 255px;
	}

/******************************************************
	  страница детализаци возможности
******************************************************/

	.scope__item{
		width: 100%;
	}
	.scope__img{
		width: auto;
	}
	.scope__box{
		padding: 25px;
	}
	.scope__box ul li{
		padding-left: 22px;
	}

/******************************************************
		     СТРАНИЦА ПРОЕКТЫ
******************************************************/

	.projects-page__item,
	.projects-page_detail__item{
		width: 100%;
	}
	.projects-page__item:last-child,
	.projects-page_detail__item:last-child{
		margin-bottom: 0;
	}

/******************************************************
			СТРАНИЦА НОВОСТИ
******************************************************/

	/*.news-page{
		padding: 30px 0;
	}*/
	.news-text{
		text-align: justify;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

	.news-page-detail__item{
		width: 100%;
	}
	/*.news-page-detail__item:last-child{
		margin-bottom: 0;
	}*/
	.news-inpage__title{
		margin-top: 20px;
	}
	.news-inpage__list-box{
		margin-top: 35px;
		padding: 55px 0;
	}


}







@media (max-width: 550px){
	.main-slider .slick-dots{
		bottom: 34px;
		padding-right: 43px;
	}
	.order-call{
		width: 90%;
	}
	.order-call__form{
		padding: 0 30px;
	}
	.order-call__field{
		width: 100%;
	}
	.order-call__box{
		width: 100%;
		padding-left: 5px; 
	}
	.order-call__form{
		margin-top: 24px;
	}
	.products-page__img{
		width: 100%;
	}
	.products-page__functions-item{
		width: 33%;
	}
	.products-page__slider-box{
		margin-top: 40px;
	}
}





/******************************************************
		   WIDTH  480 - 639
******************************************************/

@media (max-width: 639px){

	.menu__close{
		display: inline-block;
		position: absolute;
		top: 17px;
		right: 10px;
		z-index: 12;
	}
	.menu__container{
		top: 0;
		padding-top: 65px;
		height: 100vh;
		overflow-y: auto;
	}
	.menu__close_line1,
	.menu__close_line2{
		background: #fff;
		top: 23px;
	}
	.menu__close_line1{
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.menu__close_line2{
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.menu__close_burger{
		display: inline-block;
		width: 50px;
		height: 50px;
		position: relative;
	}
	.header{
		position: relative;
		text-align: center;
		padding: 12px 0;
	}
	.menu__square{
		position: fixed;
		height: 54px;
		top: 10px;
		right: 10px;
		z-index: 12;
	}
	.menu__box{
		z-index: 12;
	}
	.tel-block{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.tel-block__tel_container{
		display: block;
		margin-top: 16px;
	}
	.tel-block__button{
		margin-left: 0;
		margin-top: 16px;
	}
	.logo__img{
		width: 240px;
	}
	.main-slider__slide_container{
		top: 33px;
	}
	.main-slider__title{
		display: block;
	}
	.main-slider__slide_container{
		/*background: rgba(255,255,255,0.5);*/
		padding-top: 65px;
		padding-bottom: 15px;
		text-align: center;
		top: 20px;
	}
	.main-slider__title{
		height: 123px;
	}
	.main-slider .slick-dots{
		bottom: 10px;
		padding-right: 15px;
	}
	.main-slider,
	.main-slider__slide{
		height: 250px;
		height: 295px;
	}
	.main-slider .slick-slide img{
		height: inherit;
		width: unset;
	}
	.menu__link{
		font-size: 32px;
	}
	.line-box{
		top: 2px;
	}
	.menu__item{
		width: 280px;
		margin: 0 auto 13px auto;
	}
	.sub-menu__link{
		font-size: 17px;
	}
	.sub-menu__item{
		margin-bottom: 22px;
	}
	.sub-menu__list2 .sub-menu__item:last-child{
		margin-bottom: 0;
	}
	/*.sub-menu__box{
		margin: 28px 0;
	}*/
	.footer__form{
		width: 450px;
		padding: 25px 30px;
	}
	.footer__item{
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer__link{
		font-size: 21px;
	}
	.footer__item:last-child{
		margin-bottom: 0;
	}
	.footer__menu{
		margin-bottom: 45px;
	}
	.footer__address_box,
	.footer__tell_box,
	.footer__mail_box{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	.footer__address_box,
	.footer__tell_box{
		margin-bottom: 25px;
	}
	.footer__address,
	.footer__tell,
	.footer__mail{
		padding-left: 0;
	}
	.footer__icons_geo,
	.footer__icons_tell{
		left: -27px;
	}
	.footer__icons_mail{
		left: -37px;
	}
	/*.order-call__form{
		padding: 0 20px;
	}*/
	.order-call{
		padding: 20px 0;
	}
	.order-call__close{
		top: 8px;
		right: 8px;
	}
	.order-call .block-title{
		font-size: 38px;
	}

/******************************************************
		СТРАНИЦА ДЕТАЛИЗАЦИ ТОВАРА
******************************************************/

	.products-page__text{
		margin-bottom: 45px;
	}
	.products-page__photo-title{
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.products-page__video-link{
		float: none;
	}
	.products-page__video-link{
		width: 260px;
		display: block;
		margin: 0 auto;
	}


/******************************************************
		СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__item{
		width: 100%;
	}
	.skills__link{
		width: 340px;
		height: 300px;
	}

/******************************************************
		   страница контакты
******************************************************/
	
	.contacts-page__right-side .footer__form {
		width: 450px;
	}

/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/

	.about-page__item,
	.about-page__item:nth-child(1),
	.about-page__item:nth-child(2),
	.about-page__item:nth-child(3),
	.about-page__item:nth-child(4),
	.about-page__item:nth-child(5){
		width: 100%;
		min-height: auto;
	}
	.workers__img{
		float: none;
		width: 290px;
	}
	.workers__info-block{
		float: none;
		display: block;
		width: 100%;
		padding: 20px 10px;
		text-align: center;
	}
	.workers__box{
		width: 290px;
	}
	.about-page__text iframe{
		height: 252px !important;
	}


}



@media (max-width: 525px){
	.about-page__info-block_title-img{
		width: 100%;
	}
}







/******************************************************
		   WIDTH  412 - 479
******************************************************/

@media (max-width: 479px){

	.footer__form{
		width: 100%;
	}
	.super__item,
	.super__item:nth-child(3n){
		margin: 0 0 90px 0;
	}
	.super__item:nth-child(3n){
		margin-bottom: 0;
	}
	.our-products__item,
	.our-products__item:nth-child(3n){
		margin: 0 0 40px 0;
	}
	.news__item,
	.news__item:nth-child(3n){
		margin: 0 0 40px 0;
	}
	.main-slider__title{
		font-size: 38px;
		line-height: 38px;
	}
	.main-slider__title{
		height: 112px;
	}
	.main-slider__slide_container{
		top: 0;
		bottom: 0;
		/*background: rgba(255,255,255,0.6);*/
	}
	.we-do__banner{
		padding: 20px 20px 20px 25px;
	}
	.we-do__banner .block-title{
		font-size: 31px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.we-do__title{
		font-size: 37px;
	}
	.we-do__number{
		font-size: 100px;
	}
	.we-do__icon{
		bottom: 80px;
	}
	.advantages__title,
	.advantages__text{
		margin-left: 22px;
		padding-left: 35px;
	}
	.advantages__title{
		font-size: 18px;
	}
	.advantages__text br{
		display: none;
	}
	.order-call__form{
    	padding: 0 20px;
	}

/******************************************************
		   страница контакты
******************************************************/
	
	.contacts-page__right-side .footer__form {
		width: 100%;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.products-page__functions-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.products-page__descrip-list{
		margin-top: 50px;
	}
	.products-page_padding-top{
		padding-top: 35px;
	}
	.products-page__text{
		padding-left: 18px;
	}
	.products-page__slider-box{
		margin-top: 15px;
	}
	


/******************************************************
		     СТРАНИЦА ПРОЕКТЫ
******************************************************/

	.projects-page{
		padding: 35px 0;
	}

/******************************************************
			СТРАНИЦА НОВОСТИ
******************************************************/

	.news-text,
	.news-text li{
		font-size: 16px;
		line-height: 24px;
	}
	.list-news_link{
		padding: 10px;
	}
	.list-news__news-description{
		text-align: justify;
	}

/******************************************************
		СТРАНИЦА ДЕТАЛИЗАЦИ НОВОСТИ
******************************************************/

	.news-inpage__slide{
		padding: 0 18px;
	}
	.news-inpage__name-news{
		font-size: 20px;
		line-height: 24px;
	}
	.news-inpage__slider{
		margin-top: 30px;
	}


/******************************************************
			СТРАНИЦА О КОМПАНИИ
******************************************************/

	.about-page__box-for-text{
		padding-left: 18px;
	}
	.about-page__title-text-block{
		font-size: 26px;
	}
	/*.about-page__text iframe{
		height: 215px !important;
	}*/

/******************************************************
		СТРАНИЦА ДЕТАЛИЗАЦИИ ВОЗМОЖНОСТИ
******************************************************/
	
	.scope__box{
		padding: 20px;
	}
	.scope__description{
		padding: 45px 0;
	}
	.scope__box ul li{
		line-height: 28px;
	}



}








@media (max-width: 365px){
	.logo__img {
	    width: 194px;
	}
	.order-call__close{
		top: 4px;
		right: 4px;
	}
	.order-call__close:before,
	.order-call__close:after{
		width: 24px;
	}
	.order-call .block-title{
		font-size: 28px;
	}
	.order-call__field{
		margin-bottom: 19px;
	}
	.order-call__tel{
		margin-bottom: 10px;
	}
	.order-call{
		padding: 25px 0;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.internal-page__title-box .block-title{
		font-size: 38px;
	}
	.internal-page__content{
		padding-top: 30px;
	}
	.products-page__slider .slick-slide img{
		width: 100%;
	}


}












/******************************************************
		   WIDTH  320 - 411
******************************************************/

@media (max-width: 411px){
	
	.new-year{
		height: auto;
		top: 37px;
	}
	.main-slider__title{
		margin-top: 35px;
	}
	.new-year img{
		height: 100% !important;
		width: 100% !important;
	}
	.menu__square{
		width: 49px;
		height: 49px;
		font-size: 0;
	}
	.news__item{
		width: 100%;
	}
	.project-month__img{
		width: 100%;
	}
	.project-month__content{
		padding: 0 30px;
	}
	.project-month__description br{
		display: none;
	}
	.our-products__item{
		width: 290px;
		height: 230px;
	}
	.our-products__box{
		padding: 0;
	}
	.super__item,
	.super__item:nth-child(3n){
		width: 100%;
		padding: 95px 15px 0 15px;
	}
	.super__item-text br{
		display: none;
	}
	.block-title_super{
		font-size: 30px;
	}
	.menu__item{
		width: 235px;
	}
	.main-slider__photo{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.main-slider__title{
		font-size: 32px;
		line-height: 33px;
	}
	.main-slider__title{
		height: 106px;
	}
	.we-do__banner{
		width: 104%;
		left: -10px;
		padding: 15px 15px 15px 18px;
	}
	.we-do__block1{
		overflow-x: hidden;
		padding: 40px 0;
	}
	.we-do__banner .block-title{
		font-size: 25px;
		line-height: 26px;
	}
	.we-do__title{
		font-size: 34px;
	}
	.we-do__number{
		font-size: 80px;
	}
	.we-do__name-item{
		font-size: 26px;
	}
	.we-do__item_text br{
		display: none;
	}
	.we-do__icon{
		bottom: 105px;
		left: 120px;
	}
	.we-do__name-item:after{
		width: 290px;
	}
	.we-do__link{
		width: 292px;
	}
	.we-do__block2{
		padding-bottom: 0;
	}
	.super{
		padding: 40px 0;
	}
	.super__list{
		margin-top: 100px;
	}
	.block-title_our-prodicts{
		font-size: 36px;
	}
	.block-title_advantages{
		font-size: 40px;
	}
	.project-month__container{
		padding: 40px 15px;
	}
	.advantages__list{
		margin: 50px auto 0;
	}
	.advantages__title br,
	.advantages__text br{
		display: none;
	}
	.footer__form{
		padding: 25px 20px;
	}
	.order-call .block-title{
		font-size: 32px;
	}

/******************************************************
		   страница детализаци товара
******************************************************/

	.products-page__slider .slick-slide img{
		width: 100%;
	}
	.products-page__slider .slick-prev{
		left: -10px;
	}
	.products-page__slider .slick-next{
		right: -10px;
	}
	.products-page__descrip-box{
		margin-top: 0;
	}
	.products-page__descrip-list{
		margin-top: 0;
	}

/******************************************************
		СТРАНИЦА ВОЗМОЖНОСТИ
******************************************************/

	.skills__link{
		width: 100%;
		height: 300px;
	}

/******************************************************
	  страница детализаци возможности
******************************************************/

	.scope__img{
		width: 100%;
	}
	.scope__box h3{
		font-size: 16px;
		text-align: center;
	}
	.scope__box ul li{
		font-size: 16px;
	}
	.scope__box p{
		font-size: 16px;
	}
	/*.scope__slider .slick-prev{
		left: -8px;
	}
	.scope__slider .slick-next{
		right: -8px;
	}*/


/******************************************************
		    СТРАНИЦА ПРОЕКТЫ
******************************************************/

	.projects-page__img,
	.projects-page_detail__img{
		width: 100%;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ ПРОЕКТЫ
******************************************************/
	
	.projects-page_detail__picture{
		width: 100%;
		height: auto;
	}
	.projects-page__slider .slick-prev{
		left: -8px;
	}
	.projects-page__slider .slick-next{
		right: -8px;
	}
	.projects-page__info{
		padding-left: 16px;
		font-size: 17px;
	}


/******************************************************
			СТРАНИЦА НОВОСТИ
******************************************************/

	.list-news__img-box{
		margin-right: 0;
		display: block;
		width: 100%;
		float: none;
	}
	.list-news__news-name{
		margin-top: 15px;
	}
	.list-news__news-description{
		font-size: 16px;
	}

/******************************************************
	  СТРАНИЦА ДЕТАЛИЗАЦИИ НОВОСТИ
******************************************************/

	.news-page-detail__img{
		width: 290px;
		height: 200px;
	}




/******************************************************
	  	  СТРАНИЦА О КОМПАНИИ
******************************************************/
	
	.about-page__poster{
		padding: 15px 15px;
	}
	.about-page__slider{
		padding: 0;
	}
	.about-page__slider .slick-prev{
		left: -10px;
	}
	.about-page__slider .slick-next{
		right: -10px;
	}
	.about-page__slider-block{
		padding-bottom: 60px;
		padding-top: 40px;
	}
	.about-page__slider_title{
		margin-bottom: 27px;
	}
	.about-page__text p{
		text-align: justify;
	}
	/*.about-page__text iframe{
		height: 163px !important;
	}*/



}







/* точки на внутренних страницах */

@media (max-width: 1537px){
	.internal-page__title-dots-left,
	.internal-page__title-dots-right{
		width: 145px;
	}
}
@media (max-width: 1455px){
	.internal-page__title-dots-left,
	.internal-page__title-dots-right{
		width: 105px;
	}
}
@media (max-width: 1375px){
	.internal-page__title-dots-left,
	.internal-page__title-dots-right{
		width: 60px;
	}
}
@media (max-width: 1295px){
	.internal-page__title-dots-left,
	.internal-page__title-dots-right{
		display: none;
	}
}



/* текст на главном слайдере с видео */
@media (max-width: 1485px){
	.main-slider__video-box_text{
		left: -90px;
		top: 100px;
	}

}
@media (max-width: 1410px){
	.main-slider__video-box_text{
		left: -60px;
		top: 80px;
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width: 1350px){
	.main-slider__video-box_text{
		left: -25px;
		top: 60px;
	}

}
@media (max-width: 1300px){
	.main-slider__video-box_text{
		left: 0;
		top: 40px;
	}

}
@media (max-width: 1209px){
	.main-slider__video-box_text{
		display: none;
	}
	.main-slider{
		max-height: 476px;
		max-height: 400px;
	}
	.main-slider__video{
		height: 76%;
	}
}


@media (max-width: 960px){
	.main-slider .slick-dots{
		padding-right: 15px;
	}
}

@media (max-width: 768px){
	.main-slider__video{
		top: 20px;
	}
}


@media (max-width: 479px){
	.main-slider__video{
		height: auto;
		width: 90%;
		top: 50px;
	}
}










