@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
@charset "UTF-8";
@font-face {
	font-family: "Merriweather-Black";
	src: url(fonts/Merriweather-Black.ttf);
}
.up {
	text-transform: uppercase;
}
.none {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.un {
	text-decoration: underline;
}
.in {
	display: inline-block;
}
.vam {
	vertical-align: middle;
}
.rel {
	position: relative;
}
.bl {
	display: block;
}
.abs {
	position: absolute;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	overflow-x: hidden;
}
body,
th,
td {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img,
table {
	border: none;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0;
}
a {
	color: #000;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a:hover {
	text-decoration: none;
}
input,
textarea,
button,
select {
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
button,
input[type='submit'] {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	cursor: pointer;
}
section,
header,
footer,
nav,
main {
	display: block;
}
.clear {
	clear: both;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header {
	height: 100%;
	background: url('img/header.jpg') center top;
	background-size: cover;
	padding-top: 20px;
	max-height: 987px;
	background-position: center bottom;
}
.header.inner {
	height: auto;
	padding-bottom: 30px;
	background: url('img/header2.jpg') center;
	background-size: cover;
}
.header .menu-button {
	position: absolute;
	cursor: pointer;
	padding-top: 30px;
	display: none;
}
.header .menu-button .fa {
	font-size: 24px;
}
.header .logo {
	float: left;
	font-size: 12px;
	font-weight: 500;
}
.header .logo span{
	position: relative;
	display: block;
	float: right;
	margin-top: 40px;

}
.header .logo img {
	margin-right: 10px;
}
.header .phones {
	float: right;
	background: url('svg/phone.svg') no-repeat left;
	    padding-left: 40px;
    padding-top: 10px;
    margin: 0 25px;
}
.header .phones div {
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	border-left: 1px solid #ff8a00;
	color: #fff;
}
.clock  {
  float: right;
  background: url('clock-w.svg') no-repeat left;
  padding-left: 45px;
  padding-top: 10px;
}
 .clock div {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 1px solid #ff8a00;
  color: #000;
       margin: 5px 30px 1px 0px;
}

@media (max-width: 767px){
.header .clock{
    float: right;
    padding: 0;
    background: none;
    color: #000;
    margin: 0px 19px;
}
.header .clock div p {
    color: #000;
}
}
.header button {
	float: right;
	margin: 18px 80px 0 0;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	background: #ff8a00;
	width: 200px;
	height: 50px;
}
.header button:hover {
	border: 1px solid #ff6600;
	background: none;
	color: #ff6600;
}
.header .top-menu {
	padding-top: 10px;
	font-size: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
    background-color: #ff8a00;
    margin-top: 11px;
    padding-bottom: 7px;
    border-radius: 4px;
}
.header .top-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.header .top-menu ul li {
	display: inline-block;
	margin-right: 94px;
	padding-top: 2px;
}
.header .top-menu ul li:hover ul {
	display: block;
}
.header .top-menu ul li:last-child {
	margin-right: 0;
}
.header .top-menu ul li.with_sub {
	padding-right: 20px;
	background: url('svg/menu_icon.svg') no-repeat right;
}
.header .top-menu ul li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.header .top-menu ul li a:hover {
	border-bottom: 3px solid #ff8a00;
}
.header .top-menu ul li ul {
	position: absolute;
	width: 300px;
	margin: 0 0 0 -40px;
	background: #fff;
	z-index: 3;
	box-shadow: rgba(1, 1, 1, 0.2) 2px 4px 8px;
	display: none;
}
.header .top-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 0 15px;
}
.header .top-menu ul li ul li:last-child a {
	border-bottom: 0;
}
.header .top-menu ul li ul li:last-child a:hover {
	border-bottom: 0;
}
.header .top-menu ul li ul li a {
	display: block;
	font-weight: 300;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-transform: none;
}
.header .top-menu ul li ul li a:hover {
	color: #ff8a00;
	border-bottom: 1px solid #ccc;
}
.header .header-text {
	padding-top: 55px;
	text-align: center;
}
.header .header-text .top-text {
	font-family: "Merriweather-Black";
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 5px solid #ff8a00;
	padding: 8px 0;
	margin-bottom: 20px;
}
.top-text h1{font-size: 60px;color: #fff;}
.header .header-text p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.block-name {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 2px 0;
	background: url('img/name.png') no-repeat center;
}
.index-catalog {
	margin-top: -116px;
}
.index-catalog .content {
	background: #fff;
	padding-top: 80px;
	width: 1358px;
	margin: 0 auto;
	box-shadow: rgba(1, 1, 1, 0.4) 24px 24px 128px;
}
.index-catalog .block-name {
	margin-bottom: 60px;
}
.index-catalog .bottom-link {
	text-align: center;
	padding: 10px 0 30px;
}
.index-catalog .bottom-link a {
	font-weight: 500;
	color: #ff8a00;
}
.index-catalog .bottom-link a:hover {
	text-decoration: underline;
}
.catalog-item {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ededed;
	background: #fff;
	box-shadow: #ededed 1px 1px 1px, #ededed -1px -1px 1px;
}
.catalog-item:hover {
	border: 1px solid #fff;
	box-shadow: rgba(1, 1, 1, 0.3) 0 24px 64px;
	z-index: 2;
	position: relative;
}
.catalog-item .image {
	text-align: center;
	height: 220px;
}
.catalog-item .image img {
	max-width: 100%;
}
.catalog-item .name {
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 46px;
}
.catalog-item .info {
	color: #898989;
	height: 46px;
}
.catalog-item .price {
	font-size: 18px;
	/*font-size: 20px;*/
	font-weight: 500;
	margin-bottom: 15px;
}
.catalog-item .price .fa {
	font-size: 18px;
}
.catalog-item button {
	width: 100%;
	height: 40px;
	border: 1px solid #ff8a00;
	border-radius: 2px;
	color: #ff8a00;
	background: none;
}
.catalog-item button:hover {
	background: #ff8a00;
	color: #fff;
}
.partners {
	padding-top: 30px;
}
.partners .block-name {
	margin-bottom: 30px;
}
.partners .list {
	padding: 20px 0;
	text-align: center;
	background: #e8e8e8;
}
.partners .list img {
	margin: 0 25px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.partners .list img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
	-webkit-filter: grayscale(0);
}
.adv {
	padding: 30px 0;
}
.adv .item {
	position: relative;
}
.adv .item.item1:after,
.adv .item.item2:after,
.adv .item.item4:after,
.adv .item.item5:after,
.adv .item.item7:after,
.adv .item.item8:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	top: 15%;
	right: -15px;
	background: #e5e5e5;
}
.adv .item.item1:before,
.adv .item.item2:before,
.adv .item.item3:before,
.adv .item.item4:before,
.adv .item.item5:before,
.adv .item.item6:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 1px;
	left: 10%;
	bottom: 0;
	background: #e5e5e5;
}
.adv .item .image {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 140px;
	line-height: 140px;
	text-align: center;
}
.adv .item .image img {
	vertical-align: middle;
}
.adv .item .text {
	display: inline-block;
	vertical-align: middle;
}
.seo-text {
	padding-bottom: 80px;
}
.seo-text .block-name {
	margin-bottom: 30px;
}
.seo-text p {
	margin-bottom: 20px;
}
.bottom-contacts {
	padding: 20px 0;
	background: #313131;
	color: #fff;
}
.bottom-contacts .item {
	display: inline-block;
	margin-right: 100px;
}
.bottom-contacts .item:last-child {
	margin-right: 0;
}
.bottom-contacts .item img {
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.bottom-contacts .item a {
	margin-left: 20px;
	color: #898989;
	text-decoration: none;
	border-bottom: 1px dashed #898989;
}
.footer {
	padding: 40px 0 20px;
}
.footer ul {
	float: left;
	padding: 0;
	margin: 0 100px 0 0;
	list-style: none;
}
.footer ul.last {
	margin-right: 0;
}
.footer ul li {
	margin-bottom: 10px;
}
.footer ul li a:hover {
	color: #ff8a00;
	text-decoration: underline;
}
.footer .logo {
	float: right;
	text-align: center;
	font-size: 12px;
}
.footer .logo img {
	margin-bottom: 15px;
}
.footer button {
	float: right;
	margin: 0 80px 0 0;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	background: #ff8a00;
	width: 200px;
	height: 50px;
}
.footer button:hover {
	border: 1px solid #ff6600;
	background: none;
	color: #ff6600;
}
.footer .copy {
	float: left;
	padding-top: 30px;
	color: #898989;
}
.footer .made {
	float: right;
	padding-top: 30px;
	color: #898989;
}
.footer .made a {
	color: #ff8a00;
}
.popup {
	position: fixed;
	width: 120%;
	height: 100%;
	left: -10%;
	top: 0;
	background: rgba(1, 1, 1, 0.7);
	z-index: 15;
	overflow-y: scroll;
	display: none;
}
.popup .window {
	position: absolute;
	top: 100px;
	margin-bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 30px 100px 60px 100px;
	width: 500px;
}
.popup .window .top-text {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.popup .window .top-text img {
	margin-bottom: 10px;
}
.popup .window .top-text span {
	display: block;
	font-size: 20px;
	color: #ff8a00;
	padding: 10px 0 40px;
}
.popup .window form input[type='text'] {
	width: 100%;
	height: 30px;
	border: 0;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	font-weight: 300;
}
.popup .window form input[type='text']:focus {
	border-bottom: 1px solid #ff8a00;
}
.popup .window form input[type='text'].good {
	background: url('img/good.jpg') no-repeat right;
}
.popup .window form input[type='submit'] {
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	background: #ff8a00;
	width: 100%;
	height: 60px;
	margin-bottom: 40px;
}
.page-content {
	padding: 20px 0 100px;
}
.page-content.no_b_m {
	padding-bottom: 0;
}
.navi {
	margin-bottom: 30px;
	font-weight: 300;
}
.navi a {
	color: #ff8a00;
}
h1 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.vacancies-list {
	position: relative;
	padding-right: 580px;
}
.vacancies-list .item {
	margin-bottom: 50px;
	font-size: 16px;
}
.vacancies-list .item .name {
	font-weight: bold;
	margin-bottom: 10px;
}
.vacancies-list .item .price {
	font-weight: bold;
	margin-bottom: 30px;
	color: #ff8a00;
}
.vacancies-list .item p {
	font-weight: 300;
	line-height: 26px;
}
.vacancies-list .bottom-text {
	width: 470px;
	background: #36a1d0;
	padding: 40px 30px 20px 30px;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 90px;
}
.vacancies-list .bottom-text div {
	margin-bottom: 30px;
	position: relative;
	padding-left: 30px;
}
.vacancies-list .bottom-text a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.vacancies-list .bottom-text span {
	color: #fff;
	font-weight: bold;
}
.vacancies-list .bottom-text img {
	position: absolute;
	left: 0;
	bottom: 8px;
}
.product-image {
	padding: 20px;
	border: 1px solid #e8e8e8;
	float: left;
	width: 450px;
	text-align: center;
}
.product-image img {
	max-width: 100%;
}
.product-info {
	margin-left: 480px;
}
.product-info h1 {
	margin-bottom: 20px;
}
.product-info label {
	color: #a2a2a2;
	margin-bottom: 6px;
	font-weight: 400;
}
.product-info .info {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 56px;
}
.product-info .price {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}
.product-info .price .fa {
	font-size: 26px;
}
.product-info button {
	color: #ff8a00;
	text-transform: uppercase;
	border: 1px solid #ff8a00;
	border-radius: 3px;
	background: #fff;
	width: 200px;
	height: 50px;
}
.product-info button:hover {
	background: #ff8a00;
	color: #fff;
}
.tabs {
	padding: 40px 0;
}
.tabs .tabNavigation {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs .tabNavigation li {
	float: left;
	width: 33.333334%;
}
.tabs .tabNavigation li a {
	text-decoration: none;
	display: block;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-weight: 300;
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	margin-left: -1px;
}
.tabs .tabNavigation li a.selected {
	font-weight: bold;
	color: #fff;
	background: #ff8a00;
}
.tabs .content {
	border: 1px solid #ff8a00;
	padding: 30px 40px;
	font-weight: 300;
}
.tabs .content p {
	margin-bottom: 20px;
	line-height: 22px;
}
.back-link {
	margin-bottom: 20px;
}
.back-link a {
	font-weight: 300;
	color: #ff8a00;
}
.back-link img {
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.left-side {
	float: left;
	width: 270px;
}
.left-menu .name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #313131;
	padding: 30px;
	margin-bottom: 15px;
	position: relative;
}
.left-menu .name .link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.left-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.left-menu ul li:last-child a {
	border-bottom: 0;
}
.left-menu ul li a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 8px 30px;
	border-bottom: 1px solid #ececec;
}
.left-menu ul li a.active {
	background: #f2f2f2 url('img/left-menu.jpg') no-repeat right;
}
.right-side-content {
	margin-left: 300px;
}
.catalog-page {
	padding-top: 20px;
}
.pages {
	padding: 10px 0 50px;
}
.pages.reviews {
	padding: 10px 0;
}
.pages a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #fff;
}
.pages a.active {
	border: 1px solid #ff8a00;
}
.video-item {
	margin-bottom: 30px;
}
.video-item img,
.video-item iframe {
	max-width: 100%;
	margin-bottom: 5px;
}
.contacts-page {
	padding: 30px 60px;
	border-left: 8px solid #ff8a00;
	box-shadow: rgba(1, 1, 1, 0.1) 0 4px 12px;
	position: relative;
	z-index: 3;
	background: #fff;
}
.contacts-page .item {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
.contacts-page .item span {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
}
.contacts-page .item .right-phone {
	display: inline-block;
	font-weight: 400;
	float: right;
}
.contacts-page p {
	margin-bottom: 30px;
	line-height: 22px;
}
.contacts-page button {
	color: #ff8a00;
	text-transform: uppercase;
	border: 1px solid #ff8a00;
	border-radius: 3px;
	background: #fff;
	width: 200px;
	height: 60px;
}
.contacts-page button:hover {
	background: #ff8a00;
	color: #fff;
}
.contacts-page .image {
	margin-top: -50px;
	margin-left: 30px;
}
.contacts-map {
	height: 600px;
	margin-top: -200px;
}
.about-page p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
}
.about-page .image {
	float: right;
	width: 50%;
}
.about-page .content {
	margin-right: 54%;
}
.review-item {
	margin-bottom: 60px;
	padding-right: 400px;
}
.review-item img {
	float: left;
}
.review-item .content {
	margin-left: 200px;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
}
.review-item .content .name {
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 1358px) {
	.index-catalog .content {
		width: auto;
	}
}
@media (max-width: 1200px) {
	.header .top-menu ul li {
		margin-right: 60px;
	}
	.catalog-item .image {
		height: 180px;
	}
	.catalog-item .info {
		height: 60px;
	}
	.partners .list img {
		margin: 0 8px;
	}
	.adv .item .image {
		width: 110px;
	}
	.bottom-contacts .item {
		margin-right: 25px;
	}
	.bottom-contacts .item img {
		margin-right: 2px;
	}
	.bottom-contacts .item a {
		margin-left: 5px;
	}
	.footer .logo {
		display: none;
	}
	.footer button {
		margin-right: 0;
	}
	.vacancies-list .bottom-text {
		width: 420px;
	}
	.vacancies-list {
		padding-right: 480px;
	}
	.review-item {
		padding-right: 200px;
	}
}

@media screen and (min-width: 1024px){
.header .clock {
    margin: 0;
	}
.header .phones {
    margin: 0;
	}
}
@media (max-width: 991px) {
	.header .logo {
		font-size: 0;
	}
	.header .top-menu ul li {
		margin-right: 23px;
	}
	.adv .item.item1:before,
	.adv .item.item2:before,
	.adv .item.item3:before,
	.adv .item.item4:before,
	.adv .item.item5:before,
	.adv .item.item6:before {
		display: none;
	}
	.adv .item.item1:after,
	.adv .item.item2:after,
	.adv .item.item4:after,
	.adv .item.item5:after,
	.adv .item.item7:after,
	.adv .item.item8:after {
		display: none;
	}
	.adv .item {
		border-bottom: 1px solid #e5e5e5;
	}
	.vacancies-list .bottom-text {
		width: auto;
		right: auto;
		top: auto;
		position: relative;
	}
	.vacancies-list {
		padding-right: 0;
	}
	.left-side {
		float: none;
		width: auto;
	}
	.right-side-content {
		margin: 20px 0 0 0;
	}
	.left-menu .name .link {
		display: block;
	}
	.left-menu ul {
		display: none;
	}
	.contacts-page .image {
		display: none;
	}
	.product-image {
		width: 360px;
	}
	.product-info {
		margin-left: 400px;
	}
	.product-info .info {
		margin-bottom: 20px;
	}
	.product-info .price {
		margin-bottom: 20px;
	}
	.about-page .image {
		float: none;
		width: auto;
		max-width: 100%;
	}
	.about-page .content {
		margin: 20px 0 0 0;
	}
	.review-item {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.header {
		height: auto;
		padding-bottom: 30px;
	}
	.header .phones {
		float: right;
		padding: 0; 
	background: none; 
	color: #000;
	border-left: 1px solid #ff8a00;
	margin: 0 25px 5px;
	}

	.header button {
		float: left;
	}
	.header .logo {
		float: none;
		text-align: center;
	}
	.header .top-menu {
		position: fixed;
		width: 280px;
		height: 100%;
		left: -300px;
		top: 0;
		background: #fff;
		z-index: 11;
		padding: 0;
	}
	.header .top-menu.opened {
		left: 0;
	}
	.header .top-menu ul {
		padding: 0;
		margin: 0;
	}
	.header .top-menu ul li {
		display: block;
		margin: 0;
	}
	.header .top-menu ul li.with_sub {
		padding-right: 0;
		background: none;
	}
	.header .top-menu ul li a {
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}
	.header .top-menu ul li ul {
		display: block !important;
		position: relative !important;
		padding: 0 !important;
		margin: 0 !important;
		width: auto !important;
		box-shadow: none !important;
		border-bottom: 1px solid #ccc !important;
	}
	.header .menu-button {
		display: block;
	}
	.menubg {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(1, 1, 1, 0.7);
		z-index: 10;
		display: none;
	}
	.header .header-text {
		padding-top: 30px;
		color: #fff;
	}
	.header .header-text .top-text h1{
		font-size: 30px;
		line-height: 30px;
	}
	.index-catalog {
		margin-top: 0;
	}
	.index-catalog .content {
		padding-top: 30px;
	}
	.index-catalog .block-name {
		margin-bottom: 30px;
	}
	.catalog-item .image {
		height: auto;
		padding-bottom: 20px;
	}
	.catalog-item .name {
		height: auto;
		margin-bottom: 15px;
	}
	.catalog-item .info {
		height: auto;
		margin-bottom: 15px;
	}
	.partners .list img {
		margin: 5px 10px;
		max-width: 100%;
	}
	.adv .block-name {
		margin-bottom: 20px;
	}
	.adv .item .image {
		height: 100px;
		line-height: 100px;
		width: 90px;
	}
	.bottom-contacts .item {
		display: block;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.footer ul {
		float: none;
		margin: 0;
	}
	.footer ul li {
		margin-bottom: 5px;
		text-align: center;
	}
	.footer button {
		margin: 20px auto;
		display: block;
		float: none;
	}
	.footer .copy {
		float: none;
		text-align: center;
		padding-top: 20px;
	}
	.footer .made {
		float: none;
		text-align: center;
		padding-top: 20px;
	}
	.popup .window {
		width: 300px;
		padding: 30px 20px;
	}
	.vacancies-list .bottom-text {
		padding: 20px 20px 1px 20px;
	}
	.left-menu .name {
		padding: 20px;
	}
	.pages a {
		padding: 2px 8px;
	}
	.contacts-page {
		padding: 20px;
	}
	.contacts-page .item .right-phone {
		float: none;
		display: block;
	}
	.product-image {
		width: auto;
		float: none;
	}
	.product-info {
		margin: 20px 0 0 0;
	}
	.tabs .tabNavigation li {
		float: none;
		width: auto;
	}
	.tabs .tabNavigation li a {
		height: 50px;
		line-height: 50px;
	}
	.tabs .content {
		padding: 20px;
	}
	.review-item img {
		width: 80px;
	}
	.review-item .content {
		margin-left: 100px;
		font-size: 15px;
		line-height: 22px;
	}
	.header .phones div {padding: 0; font-size: 14px; color: #000; border-left: 0; padding-left: 11px;}
	.header .phones div a {color: #000;}
	.header button {width: 110px;height: 45px;font-size: 11px;margin: 12px 0px 1px 0;}
	.header .logo {padding-bottom: 15px;}
}
@media (min-width: 992px) {

.header .logo span {

    font-size: 18px;
	}
	.left-menu ul {
		display: block !important;
	}
}
.checkbox + label {
	cursor: pointer;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label {
	position: relative;
	padding: 0 0 0 25px;
	display: block;
	font-size: 12px;
	font-weight: 300;
}
.checkbox:not(checked) + label a {
	color: #ff8a00;
}
.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #bababa;
}
.checkbox:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url('img/check.jpg') no-repeat center;
	transition: all .2s;
	opacity: 0;
}
.checkbox:checked + label:after {
	opacity: 1;
}
.top-menu.opened{height: 500px;overflow-y:scroll;}

div.catalog-item img {display: block;margin: auto;}
div.catalog-item span {width: 100%;text-align: center;font-weight: bold;font-size: 16px;color: #000;display: block;margin-top: 15px;}
p.button-catalog {
	display: block; 
	margin-top: 25px;    
	width: 100%;
	height: 40px;
	border: 1px solid #ff8a00;
	border-radius: 2px;
	text-align: center;
	padding-top: 10px;
	color: #ff8a00;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	background: none;}
	p.button-catalog:hover {   
		background: #ff8a00;
		color: #fff;}

div.seo-text div.block-name{margin-top: 25px;}
div.seo-text img{float: left;}

@media (max-width: 480px) {
	div.seo-text img{float: none;}
}


/** snippet spoiler **/
.block-text-spoil {
    overflow-y: hidden;
    height: 211px;
    position: relative;
    transition:all .4s linear;
}
.visible-block-text {
    padding-bottom: 35px;
}
.block-text-btn {
    color: #ff8a23;
    display: inline-block;
    border: 1px solid #ff8a23;
    border-radius: 5px;
    padding: 7px 14px;
    cursor: pointer;   
    left: 50%;
    margin-left: -60px;
    width: 120px;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: #fff;
}
.block-text-btn:hover {
	background: #ff8a23;
	color: #fff
}
#toTop {
	position: fixed;
	right: 3em;
	bottom: 3em;
	width: 3em;
	height: 3em;
	opacity: 0;
	z-index: 3;
}

#toTop svg {
	width: 100%;
}

#toTop svg circle {
	fill: #EEEEEE;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#toTop svg path {
	fill: #000533;
}

#toTop svg:hover circle {
	fill: #ff8a00;
}

#toTop svg:hover path {
	fill: #fff;
}




.form_review {
    width: 100%;
    max-width: 450px
}

.name_form {
    font-size: 22px;
    font-weight: 700
}

.group_field {
    margin: 1.25rem 0
}

.group_field label {
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    width: 150px
}

.group_field input {
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 16px;
    border-bottom: .0625rem solid #000;
    font-weight: 300
}

.group_field input:focus {
    border-bottom: .0625rem solid #ff8a00;
    outline: none
}

.group_field input[type=submit] {
  color: #fff;
	margin: 18px 80px 0 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  background: #ff8a00;
  width: 250px;
  height: 50px;
  cursor: pointer;
    margin-bottom: 2.5rem
}

.group_field.message textarea {
    width: 100%;
    height: 100px;
    resize: none;
    font-size: 16px;
    border: 0;
    border-bottom: .0625rem solid #000;
    font-weight: 300;
    margin-top: 1.25rem
}

.group_field.message textarea:focus {
    border-bottom: .0625rem solid #ff8a00;
    outline: none
}

.rating {
    border-radius: .3125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: lighter;
    position: relative;
    top: -.3125rem
}

.rating:not(:checked)>input {
    display: none
}

.rating:not(:checked)>label {
    width: 1em;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1.2;
    color: #eee
}

.rating:not(:checked)>label:before {
    content: "★"
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ffd600
}

.rating>label:active {
    position: relative
}

#review {
  color: #fff;
	margin: 18px 80px 0 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  background: #ff8a00;
  width: 250px;
  height: 50px;
  cursor: pointer
}

#review:focus {
    outline: none
}

.list_review{
	margin-top: 50px;
}

.list_review .item {
    border-top: .0625rem solid #f4f4f4;
    border-bottom: .0625rem solid #f4f4f4;
    padding: 1.25rem 0;
    border-radius: .1875rem
}

.header_review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header_review p {
    margin: 0
}

.header_review img {
    width: 100%;
    max-width: 90px;
    position: relative;
    top: -2px;
}

.header_review .author_review {
    font-weight: 700;
    font-size: 18px
    color: #000;
    margin: 0 1.25rem
}

.header_review .date_review {
    font-size: 12px;
    color: #999;
    font-style: italic
}

.text_review {
    background-color: #f4f4f4;
    width: 100%;
    padding: 1.5625rem;
    margin: .9375rem 0
}

.text_review p {
    margin: 0
}
.text_answer{
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.text_answer img{
	width: 30px;
	position: relative;
	top: -12px;
}
.text_answer .text{
	background-color: #f2f2f2;
	padding: 10px;
	width: 100%;
}
.text_answer .text p{
	margin: 0;
}

.rekviz{
	    color: #ff8a00;
    text-transform: uppercase;
    border: 1px solid #ff8a00;
    border-radius: 3px;
    background: #fff;
    width: 200px!important;
    height: 60px;
    display: flex;
    margin: 10px 0 0px 0px;
    /* text-align: center; */
    line-height: 4.5;
    align-items: center;
    flex-direction: column;
}
.rekviz:hover{
background: #ff8a00;
    color: #fff;
	    transition: all 800ms ease;
    cursor: pointer;
}


@media screen and (max-width: 991px){
.header2  {
	height: auto;
	padding-bottom: 30px;
	background: url('img/header2.jpg') center;
	background-size: cover;
	}
	}
@media screen and (max-width: 430px){
.header button {
    width: 130px;

	}
.header .clock {

    margin: 0px 19px;
	}
.header .phones {

    margin: 0 55px 5px;
	}

.header .phones {
    float: right;
    padding: 0;
    background: none;
    color: #000;
    border-left: 1px solid #ff8a00;
    margin: 0 55px 5px;
}
}

@media screen and (max-width: 320px){
.header button {
    width: 100px;

	}
.header .clock {

    margin: 0px 5px;
	}
.header .phones {

    margin: 0 40px 5px;
	}

.header .phones {
    float: right;
    padding: 0;
    background: none;
    color: #000;
    border-left: 1px solid #ff8a00;

}
}





