@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=cyrillic');

/* FONTS */
@font-face{
	font-family: 'Raleway';
	src: url('fonts/ralewayregular.woff') format('woff'),
		 url('fonts/ralewayregular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('fonts/ralewaymedium.woff') format('woff'),
		 url('fonts/ralewaymedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('fonts/ralewaysemibold.woff') format('woff'),
		 url('fonts/ralewaysemibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('fonts/ralewaybold.woff') format('woff'),
		 url('fonts/ralewaybold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face{
	font-family: 'Raleway';
	src: url('fonts/ralewaylight.woff') format('woff'),
		 url('fonts/ralewaylight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
/* END FONTS */

* {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

a:hover,
a:focus {
	color: #f2b632;
}

header .top {
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}
header .top .logo img {
	height: 100%;
}

.mobile-menu {
	display: none;
	color: #4e4e4e;
	font-size: 30px;
	margin: 0 30px 0 0;
	float: left;
}
.mobile-menu:hover {
	color: #ce9800;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
}

nav ul .first-item {
	margin-left: 0;
}

/*
nav ul li:first-child a {
	margin-left: 0;
}
*/
nav ul li a {
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 10px;
	height: 25px;
	display: block;
	line-height: 25px;
	font-family: "Raleway";
	font-weight: 600;
}
nav ul li a:hover {
	color: #44b758;
	text-decoration: none;
	border-bottom: 2px solid #44b794558;
}

nav ul li.menu-catalog {
	position: relative;
}
nav ul li.menu-catalog::before,
nav ul li.menu-catalog::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #929292;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
}
nav ul li.menu-catalog::after {
	left: auto;
	right: 0;
}

header .top .number {
	background: url("/images/icon-phone.png") left center no-repeat;
	padding-left: 38px;
	padding-top: 14px;
	height: 70px;
	line-height: normal;
	font-size: 11px;
}
header .top .number a {
	color: #000;
	font-size: 11px;
}
header .top .number a:first-child {
	font-size: 17px;
	font-weight: bold;
}
header .top .number p { margin: 0; }

.cart a {
	display: block;
	background: #677077;
	width: 50px;
	height: 50px;
	margin: 9px auto;
	border-radius: 50%;
	background: #677077 url("/images/icon-cart.png") center center no-repeat;
	position: relative;
}
.cart a span {
	position: absolute;
	top: 0;
	background: #44b758;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	right: 0;
	width: 20px;
	border-radius: 50%;
	color: #fff;
}

.top-banner {
	background: url("/images/header-bg.jpg") center center no-repeat;
	background-size: cover;
	height: 630px;
	padding-top: 4em;
}
.top-banner p {
	color: #252839;
	font-size: 42px;
	width: 65%;
	font-family: "Raleway";
	margin-bottom: 1.5em;
	line-height: 55px;
}
.top-banner p strong {
	font-family: "Raleway";
	font-weight: 500;
}

.btn-dark {
	background: #252839;
	color: #fff !important;
	font-family: "Raleway";
	text-transform: uppercase;
	padding: 10px 0;
	min-width: 250px;
	border-radius: 0;
	font-size: 17px;
}
.btn-dark:hover. .btn-dark:focus, .btn-dark.focus {
	background: #252839;
	color: #fff;
}

.products {
	margin: 1em 0;
}
.product-item {
	border: 1px solid #fff;
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 1em;
	transition: .3s;
	height: 440px;
}
.product-item .image,
.product-item .image .image-large {
	height: 180px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.product-item .image img,
.product-item .image .image-large img {
	height: 100%;
}
.images-slider-item img {
	height: 100%;
}
.product-item .image .image-large {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.product-item .podhead {
	color: #969696;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 5px;
	font-size: 14px;
	font-weight: 600;
}
.product-item h3 {
	margin: 0;
	text-align: center;
}
.product-item h3 a {
	color: #687178;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
.product-item h3 a:hover {
	text-decoration: underline;
}
.product-item .price {
	color: #696969;
	text-align: center;
	margin: 10px 0 0;
	font-size: 16px;
}

.product-item:hover {
	border: 1px solid #aeacac;
}
.product-item:hover .image .image-large {
	display: block;
}
.product-item:hover h3 a,
.product-item:hover .price {
	color: #43494e;
}

.product-item .product-bottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.catalog-products {
	margin: 0;
}

h1, h2 {
	font-size: 33px;
	margin: 0.5em 0 1em;
}
.h-lead {
	margin: 10px 0;
}
.h-lead a {
	font-size: 24px;
	font-weight: 600;
	color: #717171;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #e3e2e7;
}
td {
	font-size: 14px;
	padding: 5px 10px !important;
}
td.lead {
	font-weight: 600;
	font-size: 14px;
}

.calc {
	margin: 2em 0;
}
.calc h2 {
	margin: 0 0 1em 0;
}
.calc .form {
	-webkit-box-shadow: -3px 0px 16px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -3px 0px 16px -12px rgba(0,0,0,0.75);
	box-shadow: -3px 0px 16px -12px rgba(0,0,0,0.75);
	padding: 3em 4em 3em 1em;
	position: relative;
	overflow: hidden;
}
.calc .form p {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 1em 0;
}
.calc .form p span {
	color: #bfbfbf;
	margin-left: 10px;
}
.calc .form .form-group {
	background: #e3e2e7;
	position: relative;
	height: 45px;
	padding: 17px 8px 0;
	margin: 0;
}
.calc .form .form-group label {
	position: absolute;
	top: 2px;
	font-weight: 300;
	color: #747474;
	font-size: 12px;
}
.calc .form .form-group input {
	width: 100%;
	background: transparent;
	border: 0;
}
.calc .form .total {
	margin-top: 6em;
	text-align: right;
}
.calc .form .total-price {
	text-align: right;
	font-size: 27px;
	font-weight: 600;
}
.calc .form .total-price span {
	font-weight: 300;
	font-size: 19px;
}

.imige-input {
	/* width: 100%;
	background: #e3e2e7;
	border: 1px solid #e3e2e7;
	height: 40px;
	padding: 0 10px;
	color: #565656; */
}

.hidden-attr {
	position: absolute;
	top: 0;
	right: -348px;
	width: 350px;
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
	z-index: 999;
	padding: 40px 1em;
}
.hidden-attr .a-href {
	position: absolute;
	display: block;
	height: 100%;
	width: 2px;
	background: #252839;
	left: 0;
	top: 0;
}
.hidden-attr .a-href a {
	background: url("/images/left-arrow.png") no-repeat;
	width: 36px;
	height: 80px;
	display: inline-block;
	left: -36px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
}
.hidden-attr.active .a-href a {
	background-image: url("/images/left-arrow-close.png");
}
.hidden-attr p {
	text-align: right;
	font-weight: bold !important;
}

.hidden-attr .close {
	position: absolute;
	top: 20px;
	opacity: .5;
}
.hidden-attr .close a {
	opacity: unset;
}

.hidden-attr label {
	display: block;
	font-weight: 400;
	font-family: "Raleway";
	font-size: 16px;
}

.led-slider,
.images-slider {
	position: relative;
}
.led-slider-main-item,
.images-slider-item {
	text-align: center;
}
.led-slider-main-item img,
.images-slider-item img {
	margin: 0 auto;
	max-width: 100%;
}
.led-slider-main-item img {
	max-height: 450px;
}

.led-slider-mini-parent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.led-slider-mini,
.thumbs-slider {
	padding: 0 25px;
}
.thumbs-slider {
	margin: 10px 0;
}
.led-slider-main-mini,
.thumbs-slider-item {
	-webkit-box-shadow: 0 0px 17px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0px 17px -10px rgba(0,0,0,0.75);
	box-shadow: 0 0px 17px -10px rgba(0,0,0,0.75);
	overflow: hidden;
	height: 80px;
	margin: 10px;
	background: #fff;
}
.led-slider-main-mini img,
.thumbs-slider-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.led-slider-mini .slick-prev,
.thumbs-slider .slick-prev  {
	width: 30px;
	height: 75px;
	top: 15px;
	left: 0;
	margin-top: 0;
}
.led-slider-mini .slick-next,
.thumbs-slider .slick-next {
	width: 30px;
	height: 75px;
	top: 15px;
	right: 0;
	margin-top: 0;
}
.led-slider-mini .slick-prev::before,
.led-slider-mini .slick-next::before,
.thumbs-slider .slick-prev::before,
.thumbs-slider .slick-next::before {
	font-size: 40px;
}

.etaps {
	margin: 2em 0;
}
.etaps-bg {
	background: url("/images/diagram.png") center center no-repeat;
	min-height: 286px;
}
.etaps .etap-item {
	text-align: center;
	font-size: 13px;
	width: 300px;
	margin-bottom: 3em;
}
.etaps .etap-item h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.etaps .etap-item h3::after {
	content: "";
	display: block;
	width: 60%;
	height: 1px;
	background: #000;
	margin: 10px auto;
}
.etaps .etap-item-right {
	float: right;
}

.benefit-item {
	text-align: center;
	margin-bottom: 2em;
	height: 180px;
}
.benefit-item .name {
	font-size: 17px;
	padding: 0 10px;
	margin-top: 10px;
	font-weight: 500;
}

article {
	margin: 2em 0;
	font-size: 15px;
}
article p {
	margin: 0;
	text-indent: 20px;
	font-weight: 300;
	line-height: 28px;
}
article h2 {
	font-size: 23px;
	margin: 0.5em 0;
}

.banner-main {
	margin: 1em 0;
}
.banner-main p {
	font-size: 17px;
	font-weight: 300;
	margin: 2em 0 1em;
	display: block;
}
.banner-main .form-control {
	border-radius: 0;
	border: 1px solid #252839;
	height: 50px;
	font-size: 19px;
	font-family: "Raleway";
	margin-bottom: 1em;
}
.banner-main .image img {
	width: 100%;
}
.banner-main .btn-dark {
	font-size: 19px;
}

hr {
	border-color: #000;
	margin: 3em;
}

.our-work,
.our-clients {
	margin-bottom: 3em;
}
.our-work h2 {
	margin-top: 0;
}

.gallery-item {
	position: relative;
	height: 170px;
	margin-bottom: 2em;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-item .open-btn {
	display: none;
	position: absolute;
	top: 5%;
	width: 90%;
	left: 5%;
	height: 90%;
}
.gallery-item .open-btn::before {
	content: "+";
	background: rgba(98, 89, 84, 0.8);
	height: 100%;
	width: 100%;
	display: table-cell;
	color: #d5d5d5;
	font-size: 46px;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
.gallery-item:hover .open-btn {
	display: table;
}

.clients-slider {
	padding: 0 50px;
}
.client-item {
	text-align: center;
	height: 180px;
	line-height: 180px;
}
.client-item img {
	margin: 0 auto;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	display: inline-block;
}
.client-item img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}
.our-clients .slick-prev::before,
.our-clients .slick-next::before {
	font-size: 50px;
}

.review-item {
	text-align: center;
	font-family: "Raleway";
	padding: 0 15px;
}
.review-item .image {
	height: 200px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}
.review-item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-item h4 {
	font-family: inherit;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 0;
}
.review-item .podtext {
	font-family: inherit;
	font-weight: bold;
	color: #939393;
	font-size: 16px;
}
.review-item .text {
	font-family: inherit;
	text-align: justify;
	font-size: 17px;
}

footer {
	background: #677077;
	padding: 0 1em 1em;
	position: relative;
}
.footer-top {
	border-bottom: 1px solid #fff;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.footer-top .logo {
	margin: 1em 0;
}
.footer-top .number {
	text-align: right;
}
.footer-top .number a {
	color: #fff;
	font-size: 43px;
	font-weight: 500;
}
.footer-top .number a span {
	font-size: 25px;
	font-weight: 300;
}
.footer-top .email {
	text-align: right;
}
.footer-top .email a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
.footer-top .email a:hover {
	text-decoration: none;
}

#slide-up {
	text-align: right;
	width: 100%;
	padding: 10px 0;
}
#slide-up img:hover {
	cursor: pointer;
}

footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer ul li {
	margin-bottom: 10px;
}
footer ul li a {
	color: #fff;
	font-weight: 300;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-information {
	background: #dadada;
	padding: 5px 0;
}
.footer-information .copyright {
	color: #3e3e3e;
	font-family: "Raleway";
	font-weight: 300;
	font-size: 15px;
}

.information {
	padding-bottom: 50px;
}

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.social li {
	display: inline-block;
	margin-right: 1em;
}
.social li a {
	font-size: 25px;
	color: #dadada;
	background: #252837;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	line-height: 45px;
}

.breadcrumb {
	padding: 0;
	background: none;
	border-radius: 0;
	margin: 1em 0;
}
.breadcrumb > li {
	font-size: 13px;
	font-weight: 600;
}
.breadcrumb > li + li::before {
	padding: 0;
	color: #000;
}
.breadcrumb a {
	color: #adadad;
}

.filters {
	-webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.75);
	background: #fff;
	border: 1px solid #fff;
	padding: 10px 0;
	position: relative;
	margin-bottom: 3em;
}
.filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.filters ul li {
	display: inline-block;
	width: 185px;
	height: 40px;
	vertical-align: top;
	position: relative;
	padding: 0 7px;
}
/* .filters ul li select {
	width: 100%;
	height: 40px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	font-family: "Raleway";
	font-weight: 600;
	padding: 10px 15px;
} */
.filters ul.hide-filters {
	display: none;
	margin-top: 1em;
	margin-bottom: 40px;
}

.filters ul li.filter-price label {
	text-transform: uppercase;
	position: absolute;
	top: -5px;
	left: 0;
}
.filters ul li.filter-price {
	min-width: 205px;
	padding: 14px 15px 0;
	position: relative;
}
.filters ul li.filter-price .price-from-div {
	position: absolute;
	left: 0;
	font-size: 13px;
}
.filters ul li.filter-price .price-to-div {
	position: absolute;
	right: 0;
	font-size: 13px;
}
.filters ul li.filter-price .price-from-div span,
.filters ul li.filter-price .price-to-div span {
	font-weight: bold;
}
.filters ul li.filter-price .option-values {
	margin: 5px 0;
}
.filters ul li.filter-item-button {
	text-align: right;
	width: 110px;
}
.filters ul li.filter-item-button .btn {
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 0;
	font-size: 20px;
	color: #fff;
	padding: 0;
	margin-left: 5px;
}
.filters ul li.filter-item-button .send-filter {
	background: #44b758 url("/images/icon-ok.png") center center no-repeat;
}
.filters ul li.filter-item-button .reset-filter {
	background: #b1b1b3 url("/images/icon-close.png") center center no-repeat;
}

.filters ul li.unvisible {
	width: 20%;
	margin-bottom: 15px;
}

.btn-orange {
	background: #44b758;
	color: #fff !important;
	border-color: #44b758 !important;
}
.btn-grey {
	background: #b1b1b3;
}

.show-filters {
	position: absolute;
	bottom: -3px;
	width: 100%;
	left: 0;
}
.show-filters.open {
	height: 40px;
}
.show-filters .btn-show-filters {
	width: 50%;
	display: block;
	margin: 0 auto;
	background: #252839;
	height: 4px;
	text-align: center;
}
.show-filters.open .btn-show-filters {
	background: none;
	height: 40px;
	border-bottom: 4px solid #252839;
}
.show-filters .btn-show-filters::after {
	content: "Развернуть";
	display: inline-block;
	background: #252839 url("/images/icon-double-arrow.png") center 60% no-repeat;
	border: 1px solid #252839;
	width: 70px;
	height: 40px;
	z-index: 1;
	position: relative;
	font-size: 33px;
	border-radius: 0 0 50px 50px;
	color: #fff;
	font-size: 9px;
	background-size: 14px;
}
.show-filters.open .btn-show-filters::after {
	background: #252839 url("/images/icon-double-arrow-open.png") center 60% no-repeat;
	border-radius: 50px 50px 0 0;
	content: "Свернуть";
	height: 40px;
	background-size: 10px;
	padding-top: 5px;
}

#form-calc .calc-item {
	position: relative;
}
#form-calc .calc-item input {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e8e8e8;
	color: #333;
	line-height: 45px;
	width: 100%;
	position: relative;
	background: rgba(165,165,165,0.5);
}

.filters ul li label,
#form-calc .calc-item label {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 20px;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#form-calc .calc-item label {
	font-weight: 300;
}

.filters ul li label {
	width: 66%;
	overflow: hidden;
	white-space: nowrap;
}

.animate-label {
	color: #747474 !important;
	top: 0 !important;
	font-weight: 300 !important;
	left: 15px !important;
	font-size: 12px !important;
	text-transform: lowercase !important;
	width: 100% !important;
}
#form-calc .calc-item label.animate-label {
	left: 10px !important;
}

ul.lister {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.lister > li span {
	background: #252839;
	width: 100%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: "Raleway";
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
}
ul.lister > li > a:hover {
	text-decoration: none;
}
ul.lister > li ul {
	padding: 10px;
	margin: 0;
	list-style: none;
}
ul.lister > li ul li {
	margin-bottom: 10px;
}
ul.lister > li ul li a {
	font-family: "Raleway";
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
ul.lister > li ul li a:hover {
	text-decoration: none;
	color: #44b758;
}

.catalog-products .product-item {
	border-color: #ccc;
}
.catalog-products .col-lg-3 {
	padding: 0 5px;
}

.btn-lite {
	width: 200px;
	border: 1px solid #545454;
	border-radius: 0;
	margin: 10px auto 0;
	display: block;
	text-transform: uppercase;
	font-family: "Raleway";
	color: #545454;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.paginations {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}
.paginations li {
	display: inline-block;
}
.paginations li span, .paginations li a {
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	color: #000;
	border-radius: 50%;
	font-weight: bold;
}
.paginations li.active span {
	background: #000;
	color: #fff;
}

.catalog-banner {
	background: url("/images/banner-1.jpg") center center no-repeat;
	height: 370px;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 2em 0;
}
.catalog-banner h4 {
	font-family: "Raleway";
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 1em;
}
.catalog-banner form {
	width: 750px;
	margin: 2em auto;
}
.catalog-banner form .form-control {
	opacity: 0.8;
	border-radius: 0;
	height: 50px;
	padding: 10px 20px;
	font-family: "Raleway";
	font-size: 18px;
	margin-bottom: 1em;
}
.catalog-banner form .text-help {
	margin: 10px 0;
	font-family: "Raleway";
	margin-bottom: 3em;
}

#content {
	margin-bottom: 2em;
}

.btn-green {
	background: #44b758;
	text-transform: uppercase;
	font-family: "Raleway";
	font-size: 19px;
	min-width: 250px;
	height: 50px;
	border-radius: 0;
	letter-spacing: 2px;
}
.btn-green:hover {
	background: #4ed465;
	color: #fff;
}

.image-review .video-container {
	width: 100%;
	height: 400px;
}
.image-review .video-container .video-play {
	line-height: 400px;
}
.text-review {
	text-align: right;
}
.text-review h3 {
	font-weight: bold;
	font-family: "Raleway";
}
.text-review .podtext {
	font-weight: bold;
	color: #a5a5a5;
	font-size: 16px;
	font-family: "Raleway";
}
.text-review .text {
	font-size: 16px;
	font-family: "Raleway";
	text-align: left;
}

.video-container {
	overflow: hidden;
	position: relative;
}
.video-container > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.video-container .video-play {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.video-container .video-play a img {
	display: inline-block;
}

.thumbs-slider-item {
	margin: 0 5px;
	box-shadow: none;
	border: 1px solid;
	width: 120px;
	height: 100px;
}
.thumbs-slider .slick-next,
.thumbs-slider .slick-prev {
	background: #ccc;
	top: 0;
	width: 25px;
	height: 80px;
}
.thumbs-slider .slick-prev::before,
.thumbs-slider .slick-next::before {
	font-size: 31px;
	color: #fff;
}

.images-slider-item {
	height: 350px;
}

dl {
	width: 100%;
	display: table;
	margin-bottom: 5px;
	color: #000;
	text-transform: lowercase;
	overflow: hidden;
	position: relative;
}
dl::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 18px;
	left: 0;
	border-bottom: 1px dotted #7d7d7d;
}
dl dt {
	display: table-cell;
	font-weight: normal;
}
dl dd {
	display: table-cell;
	text-align: right;
}
dl dt span,
dl dd span {
	background: #fff;
	padding-right: 4px;
	display: inline-block;
	position: relative;
	bottom: -3px;
	font-weight: 500;
	vertical-align: top;
	z-index: 1;
}
dl dd span {
	padding-right: 0;
	padding-left: 4px;
	word-wrap: anywhere;
	display: inline;
	font-weight: normal;
}

.product .prices {
	display: block;
	width: 100%;
}
.product .prices .price {
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	line-height: 25px;
}
.product .prices .price p,
.product .prices .price-opt p {
	font-weight: bold;
	font-size: 32px;
	margin: 0;
}
.product .prices .price span,
.product .prices .price-opt span {
	font-family: "Raleway";
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

.prices .price-opt {
	display: inline-block;
}
.prices .price-opt p {
	font-size: 18px !important;
	color: #777;
}

.product h2,
.product h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 2em 0 10px;
}
.product .btn-product {
	text-align: right;
	margin-top: 3em;
}

.blocks {
	margin: 2em 0;
}
.nav-tabs {
	border-top: 1px solid #252839;
	border-bottom: 0;
	text-align: center;
}
.nav-tabs > li {
	float: none;
	margin-top: -1px;
	margin-bottom: 0;
	display: inline-block;
}
.nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 0;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #3b3b3b;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #252839;
	border: none;
}

.product h1 {
	margin-bottom: 0.5em;
}
.product h4 {
	font-size: 18px;
}
.product .options label {
	width: 100%;
	display: block;
	font-weight: 300;
	font-size: 16px;
}
.product .options-btn {
	text-align: right;
	margin-top: 2em;
}

.tab-content {
	margin: 1em 0 4em;
}

.reviews {
	margin-top: 3em;
}
.reviews-slider {
	margin-top: 2em;
}
.reviews-slider .slick-dots li {
	width: 26px;
	height: 26px;
	text-align: center;
}
.reviews-slider .slick-dots li button {
	width: 26px;
	height: 26px;
	padding: 0;
}
.reviews-slider .slick-dots li button::before {
	border: 2px solid transparent;
	color: #677077;
	font-size: 65px;
	opacity: unset;
	height: 26px;
	width: 26px;
	border-radius: 50%;
}
.reviews-slider .slick-dots li.slick-active button::before {
	border: 2px solid #25283b;
	color: #25283b;
}

.related-products .product-item {
	border-color: #e3e3e3;
}

.pagination > li > a, .pagination > li > span {
	color: #000;
	margin: 7px;
	font-size: 17px;
	border-radius: 5px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #44b758;
	border-color: #44b758;
}

.characters-filters {
	clear: both;
	display: block;
	width: 100%;
	padding: 15px 0;
}
.characters-filters .characters-filter {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.characters-filters .characters-filter p {
	width: 190px;
	display: block;
	float: left;
	margin: 0;
	font-weight: bold;
}
.characters-filters .characters-filter ul {
	display: block;
	padding: 0;
	margin: 0 0 0 190px;
	list-style: none;
}
.characters-filters .characters-filter ul li {
	background: none;
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 0 10px;
}
.characters-filters .characters-filter ul li a {
	color: #2ba941;
}

.btn-oneclick {
	font-size: 10px;
	margin: 0 auto;
	display: block;
	color: #000;
}
.btn-oneclick:hover {
	color: #44b758;
}

.btn-product .btn-oneclick {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 45px;
	border-radius: unset;
	line-height: 45px;
	text-transform: uppercase;
	margin-left: 5px;
}

.checkout-btn {
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: unset;
	font-size: 16px;
	font-family: "Raleway";
}

@media (max-width : 1440px) and (min-width : 1279px) {
    .container {
    	width: 1280px;
   	}
}

@media (max-width: 1200px) {
	nav ul {
		display: none;
		position: absolute;
		top: 70px;
		background: #f0f0f0;
		width: 100%;
		left: 0;
		z-index: 999;
	}
	nav ul li {
		display: block;
		margin: 1em;
	}
	nav ul li a {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		margin: 0;
	}
	nav ul li.menu-catalog::before,
	nav ul li.menu-catalog::after {
		display: none;
	}

	.mobile-menu {
		display: inline-block;
	}

	.banner-main .image img {
		width: 100%;
	}

	.filters ul li.filter-price {
		min-width: auto;
		padding: 30px;
		width: 100%;
		height: 80px;
		margin: 0;
	}
	.filters ul li.filter-price label {
		top: 8px;
		left: 10px;
		width: 100%;
	}
	.filters ul li.filter-price .price-from-div {
		left: 10px;
	}
	.filters ul li.filter-price .price-to-div {
		right: 10px;
	}
	.filters ul li.filter-item-button {
		text-align: center;
		width: 100%;
	}
	.etaps-bg {
		background: none;
	}

}

@media (max-width: 992px) {
	.top-banner {
		height: 500px;
	}
	.top-banner p {
		font-size: 30px;
		width: 100%;
		margin: 1em 0;
	}
	h1, h2 {
		margin: 1em 0;
	}
	.products h1,
	.products h2 {
		margin: 1em 0 0;
	}
	.h-lead {
		text-align: left;
		font-weight: 600;
		margin: 1em 0;
	}
	.calc h2 {
		font-size: 22px;
		margin-bottom: 1em;
	}
	.calc .form {
		padding: 1em;
	}
	.calc .form .form-group,
	.imige-input {
		margin-bottom: 1em;
	}
	.calc .form .total {
		margin-top: 1em;
	}
	.total .btn-dark {
		width: 100%;
	}
	.calc .form .total-price {
		text-align: center;
		margin-bottom: 10px;
	}
	.etaps .etap-item {
		margin: 0 auto 3em;
		float: none;
	}
	article {
		margin: 1em 0;
	}
	.our-work {
		margin-bottom: 0em;
	}
	.gallery-item {
		margin-bottom: 1em;
	}

	.filters ul li {
		display: block;
		width: 50%;
		float: left;
		margin-bottom: 1em;
	}
	.filters ul li.filter-price {
		padding: 14px 15px 0;
		width: 50%;
		height: 40px;
	}
	.filters ul li.filter-price label {
		top: -5px;
	}
	.filters ul li.filter-item-button {
		width: 100%;
	}

	.catalog-banner form {
		width: 100%;
	}

	.filters ul li.unvisible {
		width: 50%;
	}
}

@media (max-width: 767px) {
	header .top .logo img {
		width: 60px;
	}
	header .top .logo img {
		width: 55px;
		height: auto;
	}
	.cart {
		float: right;
	}
	.top-banner {
		height: 410px;
	}
	.top-banner img {
		display: block;
		width: 100px;
	}
	.top-banner p {
		font-size: 22px;
		width: 100%;
		margin: 1em 0;
		line-height: 30px;
	}
	h1, h2 {
		font-size: 23px;
	}
	.h-lead {
		font-size: 18px;
	}
	.etaps .etap-item {
		width: auto;
	}
	.benefit-item {
		margin-bottom: 1em;
		height: 200px;
	}
	.benefit-item .name {
		font-size: 12px;
	}
	article {
		font-size: 15px;
		text-align: justify;
	}
	.banner-main .btn-dark {
		width: 100%;
	}
	.gallery-item {
		height: 100px;
	}
	.gallery-item .open-btn::before {
		line-height: 100px;
	}
	.clients-slider {
		padding: 0;
	}
	.review-item {
		padding: 0;
	}

	.product-item {
		height: auto;
	}
	.product-item .product-bottom {
		position: unset;
	}

	.footer-top .logo img {
		width: 100%;
	}
	.footer-top .number {
		margin: 1.5em 0 0;
	}
	.footer-top .number a,
	.footer-top .number a span {
		font-size: 18px;
	}
	.footer-top {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.social {
		margin: 1em 0;
		text-align: center;
	}

	.filters ul li,
	.filters ul li.unvisible	{
		width: 100%;
	}
	.filters ul li.filter-item-button {
		width: 100%;
	}

	.catalog-banner {
		height: auto;
	}
}

@media (max-width: 430px) {
	.top-hide { display: none; }
	.top-show { width: 50%; }
}