#mob-menu
{
	display: none;
}

#panel
{
	/* box-shadow: 0px 0px 20px 0px #aaa; */
}

.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	/* will-change: transform; */
	overflow: hidden;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel 
{
	overflow: hidden;
}

.slideout-open .slideout-menu 
{
	display: block;
}

.slideout-menu 
{ 
	left: auto; 
}

.panel 
{
	background-color: #fff;

}

.menu-mob
{
	background-color: #ddd;
}

.menu-mob a {
  color: #000;
  text-decoration: none;
}

.menu-mob a:hover {
  text-decoration: underline;
}

.btn-hamburger {
  border: none;
  position: absolute;
  top: 13px;
  left: auto;
  right: 15px;
  outline:none;
  
  background-color: inherit;
	border: 0px;
	outline: 0px;
}

.menu-section-list
{
	padding: 50px 30px 0;
}

.menu-section-list li
{
	padding: 5px 0px 30px;
}


/* main */


.center
{
	margin: 0 auto; 
	display: block;
	height:auto;
	padding: 0 50px;
}

.center-img
{
	text-align: center;
	width: 100%;
}

.center-img img
{
	text-align: center;
	width: 100%;
	max-width: 847px;
}

header
{
	margin: 0 auto;
	height: 50px;
	background-color: #171717;
    width: 100%;
	z-index: 10;
	top: 0;
	position: relative;
	box-shadow: 0px 0px 7px 0px #000;
}

.header
{
	height: auto;
	overflow: hidden;
	padding: 0px 50px;
}

.logo
{
	float: left;
}

.logo img
{
	
}

.top-menu
{
	float: left;
	width: 100%;
}

.top-menu ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.top-menu ul li
{
	padding: 19px 10px 18px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu ul li:hover
{
	text-decoration: underline;
}

.header-contacts
{
	width: 70%;
}

.top-menu a
{
	text-decoration: none;
	max-height: 50px;
}

.products-menu
{
	height: 120px;
	max-height: 120px;
	background-color: #141414;
}

.menu
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.menu a
{
	text-decoration: none;
}

.menu-block
{
	width: 380px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu-block-background
{
	background-position: center;
	background-repeat: no-repeat;
}

.menu-block-background:hover .menu-block
{
	background-color: rgba(0, 0, 0, 0.5);
}

.menu-block-text
{
	position: relative;
	top: 30%;
}
.menu-block-name
{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	line-height: 1.4;
}
.menu-block-dop-info
{
	color: #b9291f;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	line-height: 1.4;
}

.slider-h1
{
	background-repeat: no-repeat;
	background-position: center;
}

.h1-block
{
	height: 680px;
}

.slider-h1-text
{
	text-align: left;
	position: relative;
	top: 27%;
}

.slider-h1-text a
{
	text-align: left;
	color: #fff;
	line-height: 1.4;
	font-size: 24px;
	padding: 0 200px;
}

.slider-h1-text h1
{
	font-size: 72px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 25px;
	padding: 0 200px;
	text-transform: uppercase;
}

.h1-h1
{
	font-size: 72px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 25px;
	padding: 0 200px;
	text-transform: uppercase;
}

.h1-dop-info
{
	font-size: 30px;
	text-align: left;
	line-height: 1.4;
	font-weight: bold;
	font-style: normal;
	width: 860px;
	margin-bottom: 10px;
	padding: 0 200px;
	color: #fff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slider:hover .swiper-button-prev, .swiper-container-rtl .swiper-button-next
{
	opacity: 1;
}

.slider:hover .swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
	opacity: 1;
}

[type="submit"] {
    border: none;
    background: none;
    -webkit-appearance: none;
}

.search
{
	float: right;
	margin: 45px 0 46px;
	position: relative;
}

.search button
{
	position: absolute;
    width: 44px;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/img/icon_search.png) 50% 50% no-repeat;
	cursor: pointer;
}

.search-input
{
	width: 204px;
	padding: 12px 36px 12px 18px;
	background-color: #e5e5e5;
	color: #000;
	font-size: 13px;
	font-family: 'Segoe UI';
	font-weight: normal;
	font-style: normal;
	border: 0px;
	border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;
}
.search-input:focus
{
	outline: 0px;
}


.slider
{
	height: 680px;
}

.block-name h1
{
	padding: 30px 0 0;
	font-size: 48px;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #0D5EAF;
}

.block-name h2
{
	padding: 30px 0 30px;
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	color: #0D5EAF;
}

.block-name-center h2
{
	padding: 30px 0 30px;
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #0D5EAF;
}

.block-name h3
{
	padding: 10px 0 30px;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	line-height: 1.4;
}

.block-name p
{
	color: #b9291f;
	padding: 20px 20px 0;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    line-height: 1.4;
}

.block-name .white-h3
{
	color: #fff;
}

.block-name .black-h3
{
	color: #000;
}

.block-img img
{
	width: 100%;
}

.min-width-slide
{
	min-width: 350px;
	max-width: 400px;
}

.product
{
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 500px;
	min-width: 350px;
	max-width: 400px;
}

.product-content
{
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	height: 400px;
}


.product-a
{
	text-decoration: none;
	cursor: pointer;
}

.product-info
{
	padding: 20px 20px 20px;
}

.product-info h3
{
	font-weight: 600;
	font-style: normal;
	font-size: 38px;
	padding: 0 30px;
	line-height: 1.4;
	color: #fff;
	margin: 90px 0 40px;
}

.product-info p
{
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.4;
}

.product-link-a
{
	text-align: center;
	padding: 12px 20px;
	outline: 1px solid #b9291f;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}

.product-link-a:hover
{
	background-color: #b9291f;	
}

.product:hover .product-content
{
	background-color: rgba(0, 0, 0, 0.4);
}

.about-block
{
	padding: 0px;
	background-color: #fff;
	margin: 70px auto 70px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-img
{
	width: 65%;
}

.about-img img
{
	width: 100%;
}

.about-text
{
	width: calc(35%);
	padding: 70px 70px 0px 50px;
	box-sizing: border-box;
}

.about-text-2
{
	width: 50%;
	padding: 0px 70px 0px 70px;
	box-sizing: border-box;
}

.about-text-2:first-child
{
	border-right: 2px solid #eee;
}

.about-text p
{
	font-size: 16px;
	line-height: 1.4;
}

.about-text-2 p
{
	font-size: 16px;
	line-height: 1.4;
}

.advantages-block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto 50px;
	
}

.advantage
{
	max-width: 300px;
	min-width: 300px;
	background-color: #f2f2f2;
	margin: 15px 20px 15px;
	padding: 20px;
	text-align: left;
}

.advantage p
{
	line-height: 1.4;
	font-size: 16px;
	margin: 0px 0 10px;
}

.advantage h3
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	margin: 10px 0 20px;
}

.news-block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}

.news
{
	max-width: 380px;
	background-color: #fff;
	margin: 0px 20px 30px;
	
	width: calc(33% - 30px);
}

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

.news-img
{
	height: 233px;
	width: 100%;
	overflow: hidden;
}

.news img
{
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.news:first-child
{
	margin-left: 0;
}

.news:last-child
{
	margin-right: 0;
}

.news:hover img	
{
	transform: scale(1.08, 1.08);
}

.news ul
{
	margin-top: 15px;
	padding: 0px 20px;
}

.news ul li
{
	margin-right: 10px;
	display: inline-block;
	font-size: 12px;
	color: #b9291f;
	font-style: normal;
	font-weight: 500;
}

.news h3
{
	margin-top: 12px;
	padding: 0px 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

.news-date
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px 20px;
	margin: 12px 0 15px;
}

.news-page-content
{
	overflow: hidden;
}

.news-page-left-content
{
	float: left;
	width: 68%;
}

.news-page-right-content
{
	float: right;
	width: 30%;
}

.contacts-block
{
	margin: 30px auto;
	overflow: hidden;
}

.contacts-left
{
	float: left;
	width: 65%;
}

.contacts-right
{
	float: right;
	width: calc(35% - 30px);
	padding-left: 30px;
}

#map
{
	height: 680px;
	width: 100%;
}

.contacts-block h3
{
	margin: 20px 0 20px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4;
}

.company-contacts
{
	margin: 30px 0 30px;
}

.contacts-tel
{
	margin: 10px 0;
	line-height: 1.4;
	font-size: 24px;
	color: #0D5EAF;
	font-style: normal;
	font-weight: 600;
}

.contacts-address
{
	margin: 10px 0;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.contacts-email
{
	margin: 10px 0;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.copyright
{
	font-size: 14px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0;
	line-height: 1.4;
}

footer
{
	margin: 0px auto 0;
	padding: 40px 0 60px;
	background-color: #fff;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
    background-position: left;
}

.product-page-h1 {
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px 0;
	padding: 0 20px;
}

.product-page
{
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
}

.product-page-left
{
	width:50%;
	float: left;
}

.product-page-right
{
	width:50%;
	float: right;
}

.product-page-img
{
	background-color: #fff;
	height: 620px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.product-page-info
{
	background-color: #fff;
}


.product-page-info .h1-block
{
	height: 620px;
	margin-top: 0px;
}

.product-page-info .product-h1-text
{
	text-align: left;
	position: relative;
	top: 12%;
	padding: 50px;
}

.product-page-info .product-h1-text h1
{
	font-size: 60px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
	margin-bottom: 25px;
}

.product-page-info .product-h1-text p
{
	width: 80%;
	font-size: 16px;
	text-align: left;
	color: #000;
	line-height: 1.4;
	margin-bottom: 40px;
}

.product-page-info .h1-dop-info
{
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

.crumbs
{
	font-size: 16px;
	text-align: left;
	color: #9d9d9b;
	line-height: 1.4;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.crumbs:hover
{
	text-decoration: underline;
}

.product-full-spec
{
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #b9291f;
	background-color: #b9291f;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	cursor: pointer;
	text-decoration: none;
	border-radius: 25px;
}

.product-full-spec:hover
{
	color: #000;
	background-color: #fff;
}

.specification
{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
}

.specification-left
{
	width: 50%;
	float: left;
}

.specification-right
{
	width: 50%;
	float: right;
}

.specification-left-padding
{
	width: 48.5%;
	float: left;
	
}

.specification-right-padding
{
	width: 48.5%;
	float: right;
}

.specification-info
{
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
}

.specification-img
{
	background-color: #141414;
	height: 500px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
}

.specification-info-block
{
	padding: 20px;
	
}

.specification-block-p
{
	margin-bottom: 40px;
	text-align: center;
	
}

.specification-block-p h4
{
	Font-size: 32px;
	font-style:normal;
	font-weight:normal;
}

.specification-block-p p
{
	font-size: 16px;
	margin-top: 10px;
	color: #555;
	line-height: 1.4;
}

.specification-block-p-one
{
	margin-top: 30px;
	text-align: center;
	
}

.specification-block-p-one h4
{
	color: #b9291f;
	Font-size: 34px;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 20px;
}

.specification-block-p-one p
{
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.4;
	text-align: justify;
}

.specification-text
{
    /*height: 500px;*/
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
}

.specification-padding
{
	padding: 80px 60px 0px;
}

.specification-text table
{
	border: 0;
	width: 100%;
}

.specification-text table tr
{
	border-bottom: 1px solid #ddd;
}

.specification-text table tr td
{
	padding: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
}

.specification-text table tr td:last-child
{
	text-align: right;
}

.white-table
{
	color: #fff;
}

.black-table
{
	color: #000;
}

.news-page-h1 {
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 50px;
    margin-top: 50px;
}

.news-page
{
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: center;
	    border-radius: 25px;
}

.news-page-left
{
	width: 50%;
	float: left;
}

.news-page-right
{
	width: 50%;
	float: right;
}

.news-page-background 
{
    background-color: rgba(0, 0, 0, 0.3);
	
}

.news-page-info
{
	max-width: 1240px;
	margin: 0 auto;
}

.news-page-info .h1-block
{
	height: 620px;
}

.news-page-info .h2-block
{
	height: 450px;
}

.news-page-info .news-h1-text
{
	text-align: left;
	padding: 200px 50px 0;
}

.news-page-info .news-h1-text h1
{
	font-size: 60px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
	margin-bottom: 25px;
}

.news-page-info .news-h1-text h2
{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
	margin-bottom: 25px;
}

.news-page-info .news-h1-text p
{
	width: 80%;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 40px;
}

.news-page-info .news-h2-text
{
	text-align: left;
	padding: 100px 50px 0;
}

.news-page-info .news-h2-text h1
{
	font-size: 60px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
	margin-bottom: 25px;
}

.news-page-info .news-h2-text h2
{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
	margin-bottom: 25px;
}

.news-page-info .news-h2-text p
{
	width: 80%;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 40px;
}

.news-page-info .h1-dop-info
{
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

.news-page-content
{
	margin: -200px auto 0px;
	max-width: 1240px; 
	display: block;
}

.news-page-left-content
{
	width: 70%;
	float: left;
	overflow: hidden;
}

.news-page-right-content
{
	width: 28%;
	float: right;
}

.news-page-center-content
{
	width: 70%;
	margin: 0 auto;
}

.news-page-text
{
	background-color: #fff;
	padding: 30px 50px 50px;
	    border-radius: 25px;
}

.news-page-text h2
{
	padding: 50px 0 0px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.news-page-text h3
{
	padding: 50px 0 0px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

.news-page-text p
{
	font-size: 16px;
	
	padding: 20px 0 0px;
	line-height: 1.4;
	text-align: justify;
}

.news-page-text img
{
	width: 100%;
	margin: 50px 0 30px;
}

.news-page-text-data
{
	padding: 30px 0 0px;
	font-size: 14px;
	color: #999999;
}

.white
{
	color: #fff;
}

.black
{
	color: #000;
}

.products-all-block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0;
}

.product-all
{
	width: 48%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 600px;
	background-color: #fff;
	margin-bottom: 50px;
	border-radius: 25px;
}

.product-all-content
{
	height: 500px;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 25px;
}

.product-all:hover .product-all-content
{
	background-color: rgba(0, 0, 0, 0.5);
}

.product-all-a
{
	text-decoration: none;
	cursor: pointer;
}

.product-all-info
{
	padding: 40px 20px 20px;
}

.product-all-info h2
{
	font-weight: 600;
	font-style: normal;
	font-size: 100px;
	padding: 0 30px;
	line-height: 1.4;
	color: #fff;
	margin: 100px 0 30px;
}

.product-all-info h3
{
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	padding: 0 30px;
	line-height: 1.4;
	color: #fff;
	margin: 100px 0 30px;
}

.product-all-info p
{
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.4;
}

.product-all-link-a
{
	text-align: center;
	padding: 12px 20px;
	border: 1px solid #b9291f;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	background-color: #b9291f;
	border-radius: 25px;
}

.product-all-link-a:hover
{
	background-color: #b9291f;	

}

.product-all-link
{
	
}

.animated-icon2 {
width: 25px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon2 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 0px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon2 span {
background: #b3b3b1;
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

.specification-info-bg-size
{
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media all and (max-width: 1480px) {
	.about-text {
		width: calc(35%);
		padding: 0px 50px 0px 50px;
		box-sizing: border-box;
	}
}

@media all and (max-width: 1440px) {
	
	.news-page-content {
		margin: -200px 100px 0px;
		max-width: 1240px;
		display: block;
	}
	
	.news-page-info {
		max-width: 1240px;
		margin: 0 100px;
	}
	
	.news-page-center-content {
		width: 90%;
		margin: 0 auto;
	}
	
}

@media all and (max-width: 1340px) {
	
	.news {
		max-width: 340px;
		width: calc(33% - 30px);
	}
	
	.news-img {
		height: 200px;
	}
	
	.advantage {
		width: 50%;
		margin: 15px 20px 15px;
		padding: 20px;
	}
		
}

@media all and (max-width: 1280px) {
	.news-page-left-content {
		width: 90%;
		float: left;
	}
	
	.contacts-right {
    float: right;
	width: 35%;
	}
	
	.contacts-left {
    float: left;
    width: 62%;
	}
	
	.product-page-info .product-h1-text h1 {
		font-size: 48px;
		text-align: left;
		color: #000;
		font-weight: bold;
		font-style: normal;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	
	.about-text {
		width: calc(100%);
		padding: 0px 50px 50px 50px;
		box-sizing: border-box;
	}
	
	.about-img {
		width: 100%;
	}
}

@media all and (max-width: 1180px) {
	
	.news {
		max-width: 340px;
		margin: 0px 0px 30px;
		width: calc(33% - 30px);
	}
	
	.news-img {
		height: 180px;
	}
		
}

@media all and (max-width: 1120px) {
	#map {
		height: 500px;
		width: 100%;
	}
	
	.h1-h1 {
		font-size: 62px;
		padding: 0 100px;
	}
	
	.slider-h1-text h1 {
		font-size: 62px;
        padding: 0 100px;
	}
	
	.news-page-info .news-h1-text {
		text-align: left;
		padding: 100px 50px 0;
	}
	
	.contacts-right {
    float: right;
	width: 35%;
	}
	
	.contacts-left {
    float: left;
    width: 55%;
	}
	
	.h1-dop-info
	{
		padding: 0 100px;
	}
	
	.slider-h1-text a {
		padding: 0 100px;
	}
}


@media all and (max-width: 1020px) {
	
	.h1-h1 {
		font-size: 42px;
		padding: 0 100px;
	}
	
	.slider-h1-text h1 {
		font-size: 42px;
        padding: 0 100px;
	}
	
	.h1-dop-info
	{
		font-size: 24px;
		padding: 0 100px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.slider {
		height: 480px;
	}
	
	.h1-block {
		height: 480px;
	}
	
	.slider-h1-text a {
		font-size: 24px;
		padding: 0 100px;
	}
	
	.news-page-left-content {
		width: 100%;
		float: none;
	}
	
	.news-img {
		height: 150px;
	}
	
	.product-page-info .product-h1-text {
		text-align: left;
		position: relative;
		top: 4%;
		padding: 50px;
	}
	
	.product-page-info .product-h1-text h1 {
		font-size: 42px;
		
	}
	
	.specification-padding {
		padding: 60px 40px 0px;
	}
}

@media all and (max-width: 920px) {
	
	.about-text-2 {
		width: 50%;
		padding: 0px 30px 0px 30px;
		box-sizing: border-box;
	}

	.news-block {
		display: block;	
	}
	
	.news-img {
		height: 233px;
	}
	
	.news {
		max-width: 380px;
		margin: 0px auto 40px;
		width: 100%;
	}
	
	.news:first-child {
		margin-left: auto;
	}

	.news:last-child {
		margin-right: auto;
	}
	
	.news-date {
		padding: 0px 20px 15px;
	}
	
	.news-page-center-content {
		width: 100%;
		margin: 0 auto;
	}
	
	.specification-padding {
		padding: 30px 20px 30px;
	}
	
	.specification-text table tr td {
		padding: 10px;
		
	}
	
	.specification-text {
		height: auto;
		min-height: 400px;
	}
	
	.specification-block-p p {
		font-size: 14px;
		
	}
	
	.specification-block-p h4 {
		Font-size: 24px;
		font-style: normal;
		font-weight: normal;
	}
	
	.product-page-info .product-h1-text p {
		width: 100%;
		font-size: 14px;
		
	}
	
	.specification-img {
		height: auto;
		min-height: 400px;
	}
}

@media all and (max-width: 840px) {

	.news-page-content {
		margin: -200px 30px 0px;
		max-width: 1240px;
		display: block;
	}
	
	.news-page-info {
		max-width: 1240px;
		margin: 0 40px;
	}
	
	.menu-block {
		width: 280px;
		height: 120px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	.contacts-right {
		float: left;
		width: 100%;
	}
	
	.contacts-left {
		float: none;
		width: 100%;
	}
	
	#map {
		height: 300px;
		width: 100%;
	}
	
	.contacts-right {
    padding-left: 0px;
	}

}

@media all and (max-width: 760px) {
	
	.product-page-right {
		width: 100%;
		float: none;
	}
	
	.product-page-left {
		width: 100%;
		float: none;
	}
	
	.product-page-info .h1-block {
		height: auto;
	}
	
	.product-page-info .product-h1-text {
		text-align: left;
		position: relative;
		top: 0;
		padding: 50px 50px 60px;
	}
	
	.product-page-img {
		background-color: #fff;
		height: 420px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	
	.specification-right {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.specification-left {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.specification-right-padding {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.specification-left-padding {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.news-page-info .news-h1-text h1 {
		font-size: 48px;
		text-align: left;
		font-weight: bold;
		font-style: normal;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	
	.news-page-info .news-h1-text {
		text-align: left;
		padding: 120px 50px 0;
	}
	
	.zero
	{
		display: none;
	}
	
	.specification-text {
		height: auto;
		min-height: 100px;
	}
	
	.specification-padding {
		padding: 30px 20px 35px;
	}
	
	.specification-img {
		background-size: 100%;
	}
	
	.about-text-2 {
		width: 100%;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
	}
	.about-text-2:first-child
	{
		border: 0;
	}
}


@media all and (max-width: 680px) {

	.news-page-content {
		margin: -200px 20px 0px;
	}
	
	.news-page-info {
		margin: 0 20px;
	}
	
	#mob-menu
	{
		display: block;
	}
	
	.top-menu ul li
	{
		display: none;
	}
	
	header .center
	{
		padding: 0 5px;
	}
	
	.center {
		
		padding: 0 20px;
	}
	
	.news-page-info .h1-block {
		height: 460px;
	}
	
	.news-page-info .news-h1-text {
		text-align: left;
		padding: 60px 50px 0;
	}
	
	.news-page-info .news-h1-text h1 {
		font-size: 42px;
	}
	
	.product-all {
		width: 100%;
		
	}
	
	.news-page-info .news-h2-text h2 {
		font-size: 36px;
	}
	
	.news-page-info .news-h2-text {
    text-align: left;
    padding: 110px 20px 0;
	}
	
	.specification-text table tr td {
		font-size: 14px;
		
	}

}

@media all and (max-width: 580px) {

	.news-page-text {
		background-color: #fff;
		padding: 30px 30px 30px;
	}
	
	.news-page-info .news-h1-text {
		text-align: left;
		padding: 60px 30px 0;
	}
	
	.products-menu .center {
		padding: 0px;
	}
	
	.menu-block {
		width: 180px;
		padding: 0 20px;
	}

	.specification-full .specification-text table tr td {
		float: left;
	}
	.about-text {
    width: calc(100%);
		padding: 0px 0px 50px 0px;
		box-sizing: border-box;
	}
	
	.about-text p {
    font-size: 14px;
    line-height: 1.4;
	}
	.about-block {
		padding: 0px;
		background-color: #fff;
		margin: 50px auto 30px;
		height: auto;
	}
	
	.about-text-2 {
		width: 100%;
		padding: 0px 30px 0px 30px;
		box-sizing: border-box;
	}
	
	.about-text-2:first-child {
		border: 0;
	}
	
	.advantage {
		width: 100%;
		max-width: calc(100% - 0px);
		margin: 15px 0px 15px;
		padding: 20px;
	}
	
	.news-page-info .news-h1-text h1 {
		font-size: 32px;
	}
	
	.specification-img {
		height: auto;
		min-height: 210px;
	}
	
	.h1-block
	{
		height: 420px;
	}
	
	.slider {
		height: 420px;
		margin-top: 50px;
	}
}




@media all and (max-width: 460px) {
	.menu-block {
		max-width: 380px;
		width: 100%;
		padding: 0px;
		margin: 0 auto;
	}
	
	.menu {
		display: block;
	}
	
	.products-menu {
		height: 240px;
		max-height: 240px;
		background-color: #141414;
	}
	
	.news-img {
		height: 200px;
	}
	
	.news {
		max-width: 300px;
		margin: 0px auto 40px;
		width: 100%;
	}
	
	.news-page-text {
		padding: 20px 20px 20px;
	}
	
	.news-page-text p {
		font-size: 14px;
		
	}
	
	.news-page-info .news-h1-text h1 {
		font-size: 36px;
	}
	
	.news-page-info .h1-block {
		height: 380px;
	}
	
	.news-page-content {
		margin: -50px 0px 0px;
	}
	
	.news-page-info .news-h1-text {
		text-align: left;
		padding: 60px 30px 0;
	}
	
	.block-name h1 {
		font-size: 36px;	
	}
	
	.block-name p {
		font-size: 16px;	
	}
	
	.product-all-info h2 {
		font-size: 36px;
		margin: 80px 0 30px;
	}
	
	.product-all-content {
		height: 400px;
	}
	
	.product-page-img {
		height: 300px;

		background-size: 120%;
	}
	
	.product-page-info .product-h1-text p {
		width: 100%;
		font-size: 14px;
   
	}
	
	.product-page-info .product-h1-text h1 {
		font-size: 36px;
	}
	
	.crumbs {
		font-size: 14px;
	}
	
	.block-name h2 {
		font-size: 32px;
	}

	.block-name h3 {
		font-size: 24px;
		
	}
	
	.h1-h1 {
		font-size: 42px;
		padding: 0 20px;
	}
	
	.slider-h1-text h1 {
		font-size: 42px;
        padding: 0 20px;
	}
	
	.slider-h1-text a {
    
		font-size: 18px;
	}
	
	.h1-block {
		height: 480px;
	}
	
	.slider-h1-text {
		text-align: center;
		position: relative;
		top: 28%;
	}
	
	.h1-dop-info {
		font-size: 24px;
		
	}
	
	.product {
		
		min-width: 250px;
		max-width: 400px;
	}
	
	.min-width-slide {
		min-width: 250px;
		max-width: 400px;
	}
}


@media all and (max-width: 360px) {
	.news-img {
		height: 170px;
	}
	
	.news {
		max-width: 280px;
		margin: 0px auto 30px;
		width: 100%;
	}
	
	.product-all-info h2 {
		font-size: 36px;
		margin: 70px 0 30px;
	}
	
	.product-page-img {
    height: 280px;
    background-size: 130%;
	}

	.h1-h1 {
		font-size: 36px;
		padding: 0 20px;
	}
	
	.slider-h1-text h1 {
		font-size: 36px;
        padding: 0 20px;
	}
	
	.h1-block {
		height: 420px;
	}
	
	.news-page-info .news-h1-text h1 {
		font-size: 32px;
	}
	
}