@font-face {
	font-family: "montserratregular", arial, sans-serif;
	src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
body, html {
	margin: 0;
	padding: 0;
	background: #4c4c4c;
	color: #fff;
	font-family: "montserratregular", arial, sans-serif;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
html {
	font-size: 14px;
}
body {
	font-size: 1rem;
}
a {
	display: inline-block;
	text-decoration: none;
}
button, a {
	transition: all .12s ease-in;
}
html *:focus {
	outline: 0!important;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
h1, .h1 {
	font-size: 3rem;
}
h2, .h2 {
	font-size: 1.5rem;
}
h3, .h3 {
	font-size: 1.125rem;
}
h4, .h4 {
	font-size: 1rem;
}
h5, .h5 {
	font-size: .875rem;
}
.list-unstyled {
	list-style: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: auto;
	padding: 10px 0;
	background: #4c4c4c;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	z-index: 99;
}
header a {
	color: #fff;
}
header ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
header ul li {
	float: left;
}
header .logo {
	float: left;
    padding: 5px;
    padding-left: 5px;
    margin-right: 10px;
}
header .logo img {
	width: 85px;
	transition: all .12s ease-in;
}
header.fixed .logo img {
	width: 53px;
}
header .nav-1 {
    margin-top: 16px;
	width: calc(100% - 190px);
	transition: all .12s ease-in;
}
header.fixed .nav-1 {
    margin-top: 0;
}
.nav-1 a {
	padding: 20px;
	border-left: 1px solid #fff;
}
.nav-1 h3 {
	text-transform: uppercase;
    font-weight: bold;
}
.nav-1 p {
	margin: 0;
}
.nav-2 {
	float: right;
	width: auto;
    margin-top: 16px;
	transition: all .12s ease-in;
}
header.fixed .nav-2 {
    margin-top: 0;
}
.nav-2 li {
	height: 60px;
	margin-left: 15px;
}
.nav-2 a {
	height: 100%;
	line-height: 60px;
	font-weight: bold;
}
.login {
	width: 24px;
	background: url(../image/login.png) center no-repeat;
    background-size: 100%;
	font-size: 0;
}

footer {
	position: relative;
	padding: 30px;
    background: #4c4c4c;
	font-weight: bold;
}
footer .logo {
	position: relative;
	margin: 20px 0;
	text-align: center;
}
footer .logo img {
	position: relative;
    width: 165px;
	padding: 0 30px;
    background: #4c4c4c;
	z-index: 9;
}
footer .logo:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #fff;
}
.social {
	text-align: center;
}
.social a {
	margin: 5px 5px 30px;
}
.copyright {
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #fff;
	font-weight: normal;
}

section {
	padding-top: 100px;
}

#slider {
	height: 90vh;
	overflow: hidden;
}
#slider img {
	width: 100%;
}
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    width: 10%;
    height: 100px;
    padding: 0;
	border: 0;
	z-index: 9;
}
.slick-prev {
    background: url(../image/arrow_left_white.png) center no-repeat;
    left: 0;
}
.slick-next {
    background: url(../image/arrow_right_white.png) center no-repeat;
    right: 0;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 9;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li button {
	position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 0;
	background: none;
}
.slick-dots li button::before {
    content: "•";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 55px;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

#catalog, #docs, #contacts, #registration {
	background: #4c4c4c;
}

#docs td a {
    height: auto!important;
}

#nav {
	position: relative;
	display: inline-block;
	width: 100%;
	max-height: 495px;
    overflow-y: auto;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: #4c4c4c;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

#nav::-webkit-scrollbar {
    width: 5px;
}
#nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#nav::-webkit-scrollbar-thumb {
  	background-color: darkgrey;
  	outline: 1px solid slategrey;
}

#nav li {
	margin-bottom: 15px;
}
#nav a {
	color: #fff;
	font-size: 1.125rem;
}
#nav li:first-child a {
	font-weight: bold;
	text-transform: uppercase;
}

.cat {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.cat h2 {
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.cat a {
	position: relative;
	display: block;
    height: 350px;
    overflow: hidden;
	margin-bottom: 30px;
}
.cat a img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.cat a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .75);
}
.cat a h2 span {
	color: #ee2e24;
}

.product #slider {
	height: auto;
}
.product .popup-image {
    cursor: pointer;
}
.product img {
	width: auto!important;
    max-width: 100%;
    height: 490px;
    margin: auto;
}
.product .slick-arrow {
	display: none!important;
}
.product .slick-dots {
	top: 25px;
	bottom: auto;
}

.product h1 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.product .price {
	color: #e81f00;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: bold;
}
.product label {
	height: 40px;
	margin-bottom: 15px;
	line-height: 40px;
}
.product input, .product select, .product button, .product a {
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	background: none;
	border: 1px solid #fff;
}
.product select option {
	color: #262626;
}
#color {
	display: none;
	position: absolute;
	top: calc(100% + .9375rem);
	left: .9375rem;
	width: calc(100% - 1.875rem);
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
#color label {
	display: inline-block;
	width: 25%;
	height: 50px;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
}
#color label img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#color label input {
    display: none;   
}
.product button, .product a {
	background: #404040;
	color: #fff;
	border: 0;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}

.description {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 1px solid #e81f00;
}
.description * {
	font-family: "montserratregular", arial, sans-serif!important;
    font-size: 1.125rem!important;
    color: #fff;
}
.description p {
	margin: 0;
	font-size: 1.125rem;
	text-align: justify;
}

.products h2 {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.products a {
	position: relative;
	margin: 15px;
	color: #fff;
}
.products img {
	width: 100%;
}
.products a h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .75);
}
.products .slick-prev, .products .slick-next {
    width: 5%;
    height: 50px;
    background-size: 100%;
}
.products .slick-prev {left: 5%;}
.products .slick-next {right: 5%;}

.popup {
	display: none;
}
.mfp-content #buy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}
#buy h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
#buy input, #buy textarea, #buy input[type=submit] {
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 5px 15px;
	background: none;
	border: 1px solid #fff;
}
#buy input[type=submit] {
	background: #4c4c4c;
	color: #fff;
	border: 0;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}
.mfp-close-btn-in #buy .mfp-close {
    color: #fff;
    top: -50px;
    right: -50px;
}

#docs a {
    display: block;
	margin-bottom: 15px!important;
	color: #fff;
	text-align: center;
}
#docs a:hover {
	color: #e81f00;
}
#docs .icon {
    width: 64px;
    height: 64px;
    max-width: 100%;
    margin: 15px auto;
}
.pdf {
    background: url(../image/pdf.png) center no-repeat;
}
.dwg {
    background: url(../image/dwg.png) center no-repeat;
}

#contacts {
	padding: 30px;
}
#contacts h1 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
#contacts h1, #contacts h2 {
	text-transform: uppercase;
}
#contacts h2 {
	margin-bottom: 15px;
}
#contacts .col-lg-3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contacts a {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
}
#contacts a[href^=tel] {
	background: url(../image/tel.png) left center no-repeat;
	background-size: auto 100%;
}
#contacts a[href^=mailto] {
	background: url(../image/mail.png) left center no-repeat;
	background-size: auto 100%;
}

#registration {
	padding: 30px;
}
#registration h1 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	text-align: center;
}
#registration form {
    width: 50%;
    margin: auto;
	font-size: 1.5rem;
}
#registration input {
	width: 100%;
	height: 65px;
	margin-bottom: 10px;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius: 2.5px;
	background: none;
	color: #fff;
}
#registration input[type=submit] {
	background: #000;
	border: 0;
	color: #fff;
}
#registration a {
	width: 50%;
	float: left;
	margin-bottom: 15px;
	color: #fff;
	text-align: left;
}
#registration a:last-child {
	text-align: right;
}

.success a {
    width: auto!important;
    padding-right: 5px;
    font-weight: bold;
    text-decoration: underline;
}

.alert {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

#quantity {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
#minus, #plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    z-index: 99;
}
#minus {
    left: 15px;
}
#plus {
    right: 15px;
}

.mfp-img {
    max-height: 768px!important;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}