*::-webkit-input-placeholder {
	color: #919192;
	opacity: 1;
}
*:-moz-placeholder {
	color: #919192;
	opacity: 1;
}
*::-moz-placeholder {
	color: #919192;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #919192;
	opacity: 1;
}
img{max-width:100%;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

body input:focus:required:invalid, body textarea:focus:required:invalid {}
body input:required:valid, body textarea:required:valid{}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1;
}

a{
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.title_item_similar {
	margin: 10px 0 10px 0;
	color: #535353;
}
.title_similar{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #535353;
	padding: 10px 0px 10px 0px;
}
.boks{
	margin-top: 20px;
	margin-bottom: 20px;
}
.hide {
	display: none;
}
.a-item{
	margin-top: 10px;
}
.a-item .more {
	display: block;
	font-size: 18px;
	color: #98BAE7;
	padding: 12px 0;
}
.a-item h3, .a-item .h3 {
	font-size: 18px;
	color: #414141;
	padding-bottom: 5px;
	text-align: left;
}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.input-wrap{position: relative;}

.null{padding-left: 0; padding-right: 0;}
.null-left{padding-left: 0;}
.null-right{padding-right: 0;}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-title{
	font-size: 28px;
	color: #414141;
	font-weight: bold;
	margin-bottom: 20px;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

#success{display: none;}
#success p{
	font-size: 20px;
	text-align: center;
	padding: 10px 15px;
}

header .logo{padding: 10px 15px;}
header .logo a{
	font-size: 30px;
	color: #4b4b4b;
	text-transform: uppercase;
}
header .logo a span{font-weight: bold; color: #c20b10;}
header .phone, .catalog .phone{text-align: center; padding: 14px 0;}
header .phone p, .catalog .phone p{
	display: inline-block;
	font-size: 16px;
	color: #4b4b4b;
	padding: 5px 25px 5px 25px;
}
header .phone p.last, .catalog .phone p.last{padding-right: 0;}
header .phone p span, .catalog .phone p span{font-weight: bold;}
header .phone p.city, .catalog .phone p.city{background: url(../images/city.png) left center no-repeat;}
header .phone p.velcom, .catalog .phone p.velcom{background: url(../images/velcom.png) left center no-repeat; padding-left: 30px;}
header .phone p.mts, .catalog .phone p.mts{background: url(../images/mts.png) left center no-repeat; padding-left: 30px;}
header .callback{text-align: right; padding: 14px 0px;}
header .callback a{
	display: inline-block;
	font-size: 18px;
	color: #2f90bd;
	padding-right: 45px;
}
header nav{
	min-height: 60px;
	background: #f7f7f7;
}
header nav a.home{
	display: inline-block;
	width: 70px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	background: #98BAE7;
}
header nav .menu > ul {vertical-align: top;}
header nav .menu > ul > li{position: relative; display: inline-block;}
header nav .menu > ul > li > a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #414141;
	text-align: center;
	padding: 0 25px;
	margin: 15px 0;
	border-right: 1px solid #a7a3a3;
}
header nav .menu > ul > li.active > a, header nav .menu > ul > li:hover > a{color: #ba272b;}
header nav .menu > ul > li > ul{
	display: none;
	width: 255px;
	padding: 15px;
	background: #f7f7f7;
	position: absolute;
	top: 55px;
	left: -3px;
	z-index: 10;
}
@media only screen and (min-width: 992px) {
	header nav .menu > ul > li:hover > ul {
		display: block;
	}
}
header nav .menu > ul > li > ul > li > a{
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #414141;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #a7a3a3;
}
@media only screen and (min-width: 992px) {
	header nav .menu > ul > li > ul > li:last-child > a {
		border: none;
	}
}
header nav .menu > ul > li ul li.active a, header nav .menu > ul > li > ul li:hover > a{color: #ba272b;}
header .search{position: relative; margin: 7px 0;}
header .search input[type="text"]{
	display: inline-block;
	width: 100%;
	height: 45px;
	background: #f7f7f7;
	border: 1px solid #d8dadd;
	font-size: 16px;
	color: #919192;
	padding: 0 60px 0 15px;
	outline: none;
}
header button[type="submit"]{
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #606060;
	border: none;
	outline: none;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
header button[type="submit"]:hover{background: #787878;}



.slider .item{height: 520px;}
.slider .slider-title{
	font-weight: bold;
	font-size: 48px;
	color: #f8a809;
	padding-top: 85px;
	text-shadow: 3px 3px 3px black, 2px 17px 1em white;
}
.slider .slider-title .big{font-size: 82px; text-transform: uppercase;}
.slider .slider-title .small{font-size: 60px;}
.slider .slider-title .blue{color: #80cff4;}
.slider .text{
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
	padding: 15px 0 70px;
}


.slider .more{
	display: inline-block;
	width: 260px;
	height: 60px;
	background: #98BAE7;
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.slider .more:hover{background: #f9a50b;}
.slider .more i{padding-left: 5px;}
.slider .owl-pagination{text-align: center; padding-right: 100px;}
.slider .owl-pagination .owl-page{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin: 0 5px;
}
.slider .owl-pagination .owl-page.active{background: #ffffff;}
.slider .owl-controls{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.views-field-field-extra-categories ul {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
    box-sizing: border-box;
}

.section-title{
	font-weight: bold;
	font-size: 30px;
	color: #414141;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/line.jpg) left center repeat-x;
	padding: 50px 15px;
}
.section-title span{padding: 0 20px; background: #ffffff;}

.advantages p.title{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	color: #414141;
	text-transform: uppercase;
	padding: 20px 0;
}

.main-catalog-item {
	position: relative;
	display: block;
	/*height: 240px;*/
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 200px;
	background-size: cover;

	border-radius: 10px;
	box-shadow: 0 0 18px 1px rgb(0 0 0 / 20%);
}

.main-catalog-item__content {
	background: #ffffff;
	padding: 20px 0;
}

.main-catalog-item__content-list {
	display: flex;
	background: #ffffff;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.main-catalog-item__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #111111;
	text-align: center;
	text-transform: uppercase;

	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

.main-catalog-item__text {
	text-align: center;
	padding-top: 15px;
}

.main-catalog-item__text-list {
	text-align: center;
	padding-bottom: 15px;
}
.main-catalog-item__more {
	display: inline-block;
	height: 30px;
	background: #98BAE7;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

.main-catalog-item__price {
	margin: 5px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: red;
	font-weight: bold;
}
/*.main-catalog-item:hover {

}*/


.content{padding: 20px 0 40px 15px;}
.content h1{
	font-weight: bold;
	font-size: 22px;
	color: #414141;
	padding: 10px 0;
	background: url(../images/line.jpg) left center repeat-x;
}
.content h1 em{background: #ffffff; padding-right: 10px;}
.content h2{
	font-weight: bold;
	font-size: 20px;
	color: #535353;
	padding: 10px 0px 5px 0px;
}
.content h3{
	font-weight: bold;
	font-size: 18px;
	color: #535353;
	padding: 6px 0px 6px 0px;
}
.content p{
	font-size: 16px;
	line-height: 1.2;
	color: #535353;
	padding: 5px 0;
}
.content ul{padding: 5px 0 5px 30px;}
.content ul li{
	font-size: 16px;
	line-height: 1.5;
	color: #535353;
	list-style-type: disc;
}
.content a{color: #2f90bd; border-bottom: 1px solid #b7d3e3;}
.content a:hover{border-bottom: 1px solid transparent;}
.content strong{font-weight: bold;}
.content strong.red{color: #f90b0b;}

footer{background: #1d1d1d; padding: 10px 0;}
footer .title{
	font-size: 18px;
	color: #ffffff;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}
footer ul{padding-bottom: 10px;}
footer ul li a{
	font-size: 14px;
	line-height: 1.5;
	color: #bebebe;
}
footer ul li a:hover{color: #f90b0b; text-decoration: underline;}
footer p{
	font-size: 14px;
	line-height: 1.5;
	color: #bebebe;
	padding-left: 22px;
}
footer p.adres{background: url(../images/adres.png) left center no-repeat;}
footer p.phone{background: url(../images/phone.png) left center no-repeat;}
footer p.email{background: url(../images/email.png) left center no-repeat;}
footer p.skype{background: url(../images/skype.png) left center no-repeat;}

.catalog-wrapper{padding-top: 40px;/*    background-image: url(/assets/bg-1.jpg); */
	background-size: cover;min-height: 900px;}
/*.product {
        background-image: url(/assets/bg-1.jpg);
    background-size: cover;
}*/
.left-menu .title{
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	padding-left: 15px;
	background: #98BAE7 url(../images/bars.png) 15px center no-repeat;
	margin-bottom: 15px;
}

.left-menu-filter .title{
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	padding-left: 50px;
	background: #98BAE7 url(../images/bars.png) 15px center no-repeat;
	margin-bottom: 15px;
}

.left-menu > ul{padding-bottom: 30px;}
.left-menu > ul > li{}
.left-menu > ul > li > a{
	display: block;
	font-size: 18px;
	color: #414141;
	padding: 12px 0;
	border-bottom: 1px solid #a6aab3;
}
.left-menu > ul > li > a i{font-size: 14px; padding-left: 7px;}
.left-menu > ul > li:hover > a, .left-menu > ul > li.active > a{color: #f90b0b;}
.left-menu > ul > li.active > a{border-bottom: none;}
.left-menu > ul > li > ul{display: none; padding-left: 25px;}
.left-menu > ul > li.active > ul{display: block;}
.left-menu > ul > li > ul li{}
.left-menu > ul > li > ul li a{
	display: block;
	font-size: 16px;
	color: #535353;
	padding: 5px 0;
}
.left-menu > ul > li > ul li:hover a, .left-menu > ul > li > ul li.active a{
	color: #25a8e5;
	text-decoration: underline;
}

.breadcrumbs{padding-bottom: 5px;}
.breadcrumbs ul li{
	display: inline-block;
	color: #25a8e5;
}
.breadcrumbs ul li a, .breadcrumbs ul li span{
	font-size: 16px;
	color: #414141;
	text-decoration: underline;
}
.breadcrumbs ul li a:hover, .breadcrumbs ul li span{text-decoration: none;}

.catalog .catalog-title{
	font-weight: bold;
	font-size: 24px;
	color: #414141;
	padding: 20px 0;
	background: url(../images/line.jpg) left center repeat-x;
}
.catalog .catalog-title span{
	background: #ffffff;
	padding-right: 20px;
}

.catalog .item{
	display: block;
	position: relative;
	border: 1px solid #9e9e9e;
	margin-bottom: 30px;
}
.catalog .item .product-title{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #414141;
	text-align: center;
	padding: 25px 10px 20px;
	margin-bottom: 25px;
	background: url(../images/line.png) center bottom no-repeat;
	min-height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;

}
.catalog .item .details{
	font-weight: bold;
	display: block;
	width: 225px;
	font-size: 16px;
	line-height: 40px;
	color: #414141;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #9a9a9a;
	margin: 0 auto 25px;
	background: #ffffff;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.catalog .item:hover .details{
	border: 1px solid #f90b0b;
	background: #f90b0b;
	color: #ffffff;
}
.catalog .item .details i{padding-left: 5px;}
.catalog .item .label{
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 7px;
	min-width: 100px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 10;
}
.catalog .item .label.hit{background: #f90b0b;}
.catalog .item .label.new{background: #4c7fb6;}
.catalog .item .label.modern{background: #95cef0;}
.catalog .content{padding-top: 0;}
.catalog .phone{text-align: left;}
.catalog .main-catalog{}

.product .breadcrumbs{padding: 30px 0;}

/* .gallery .main-photo{width: 100%; margin-bottom: 25px;} */
/* .gallery .main-photo{width: 460px; height:auto; height:350px; margin-bottom: 25px;} */
.gallery .main-photo{width: auto; height:100%;}
.lenta{margin-bottom: 30px;}
/* .lenta .item{margin: 0 5px;} */
.lenta .item{margin: 0 5px;width: 128px;height: 100px;display: flex;justify-content: center;align-items: center;border: 1px solid #00000029;}
/* .lenta .item img{cursor: pointer; width: 100%;width:auto; height:94px; border: 1px solid #b8ab9a;} */
.lenta .item img{    cursor: pointer;width: auto;height: 86px;}
/* .lenta .item:hover img{border: 1px solid #414141;} */
.lenta .item:hover{border:1px solid red;}
.prev_button, .next_button{
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	outline: none;
	border: none;
	background-size: 24px;
	padding: 0;
	margin: 35px 0;
}
/* .prev_button:hover{background-position: 0 -35px;} */
.next_button{background-position: -4px 0;transform: rotateY(45deg);}
.prev_button{transform:rotateY(45deg) rotate(180deg)}
/* .next_button:hover{background-position: -19px -35px;} */

.description.content{padding-top: 0;}
.description.content h1{padding: 0; margin-bottom: 20px;}
.description.content p.bold{
	font-weight: bold;
	font-size: 18px;
	color: #414141;
	padding: 7px 0;
}

.order-btn{
	font-weight: bold;
	display: block;
	width: 265px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #98BAE7;
	margin: 0 auto 20px;
}
.order-btn:hover{background: #25a8e5;}
.order-btn i{padding-left: 5px;}

.free{background: #f7f7f7;}
.free .title{
	font-weight: bold;
	font-size: 20px;
	color: #414141;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 40px;
	background: url(../images/line.jpg) left center repeat-x;
}
.free .title span{display: inline-block; background: #f7f7f7; padding: 0 50px;}
.free .title span span{
	font-size: 28px;
	color: #f90b0b;
}
.free .item{text-align: center; margin-bottom: 30px;}
.free .item img{margin-bottom: 25px;}
.free .item p{
	font-weight: bold;
	font-size: 16px;
	color: #414141;
	text-transform: uppercase;
}

.mobile-btn{
	display: none;
	width: 70px;
	height: 60px;
	border: none;
	outline: none;
	background: no-repeat;
	font-size: 30px;
	color: #000000;
}

#order-form{
	display: none;
	max-width: 320px;
	padding: 10px;
}
#order-form .title{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #2f90bd;
	text-align: center;
	padding: 10px 10px 20px 10px;
}
#order-form label.error{
	display: block;
	font-size: 12px;
	color: #2f90bd;
	position: absolute;
	top: 46px;
	left: 18px;
	z-index: 10;
}

.form input[type="text"]{
	display: block;
	width: 100%;
	height: 45px;
	background: #ffffff;
	border: 1px solid #d8dadd;
	font-size: 16px;
	color: #919192;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: none;
}

.form input[type="submit"]{
	display: block;
	width: 100%;
	height: 45px;
	background: #606060;
	border: none;
	outline: none;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.form input[type="submit"]:hover{background: #787878;}

.table-title{
	font: 16px/26px 'Roboto',sans-serif;
	position: relative;
	box-sizing: border-box;
	margin: 15px 0;
	color: #fff;
	padding: 7px 8px;
	background-color: #f90b0b;
	background: -webkit-linear-gradient(top,#f9a50b;, #f90b0b);
	background: -moz-linear-gradient(top,#f9a50b, #f90b0b);
	background: -ms-linear-gradient(top,#f9a50b, #f90b0b);
	background: -o-linear-gradient(top,#f9a50b, #f90b0b);
	background: linear-gradient(top,#f9a50b, #f90b0b);
}

.b-product-info {
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
	background: #fff;
}
.b-product-info tr:first-child {
	border-top: none;
}
.b-product-info tr {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.b-product-info__header {
	font: 400 16px 'Lato',sans-serif;
	padding: 10px;
	text-align: left;
	color: #333;
	background: #f6f6f6;
}
.b-product-info__cell:first-child {
	width: 250px;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-left: none;
}
.b-product-info__cell {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #ebebeb;
}

.col-sm-12 a {
	color:#4b4b4b;
}

.col-sm-4 a {
	color:#bebebe;
}
.left-menu > ul > li.active > ul > li > ul{
	display: none;
}
.left-menu > ul > li.active > ul > li:hover > ul > li > a{
	color: #333;
	text-decoration: none;
}
.left-menu > ul > li.active > ul > li > ul > li > a:hover{
	color: #25a8e5;
	text-decoration: underline;
}
ul.table {
	display: flex;
	justify-content: center;
	padding: 5px;
}
ul.table li {
	list-style: none;
	width: 33%;
	text-align:center;
	padding:0 5px;
}
.table ul {
	display: block;
}
.table ul li {
	width: 100%;
	list-style: disc;
	margin-bottom: 10px;
}
.rb-Specification-Header {
	background-color: #f9f9f9;
}
table {
	width: 100%;
}
td {
	border: 1px solid #ddd;
	padding: 10px;
}
tr {
	width: 100%;
}
/*.bg1 {
    min-height: 900px;
    background-image: url(/assets/bg-1.jpg);
    background-size: cover;
}*/
.price{
	display: inline-block;
	vertical-align: middle;
	color: #24201f;
	font: 20px/23px Arial,Helvetica,sans-serif;
}
.price_category{
	color: white;
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	z-index: 1;
}
.item_container{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(104,89,89,0.2);
	box-shadow: 0 0 10px rgba(104,89,89,0.2);
	margin-bottom: 20px;
}
.item_desc{
	padding-top:20px;
}
.item_content h1{
	margin-bottom: 20px;
	background: #98BAE7;
	color: #ffffff;
	padding: 9px;
	font-weight: bold;
	font-size: 22px;

	text-align: center;
}
.table-section{
	margin-top: 20px;
}
.uc-btns {
	display: inline-block;
	padding: 7px 18px;
	font-size: 16px;
	text-decoration: none !important;
	color: #fff !important;
	background: #d15254;
	transition: all .3s ease;
}
/* О нас */
.about_container{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(104,89,89,0.2);
	box-shadow: 0 0 10px rgba(104,89,89,0.2);
	padding: 10px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font: 13px/16px Arial,Helvetica,sans-serif;
}
.about_container p{
	margin: 8px 0;
}

.about_block{
	background: #777 url(https://ssl.prom.st/p?u=http%3A%2F%2Fcontent.s2.prom.st%2FFebruary%25202019%2F11464_gl.png&s=tfzvwhon&h=90Xn_YxrUl5QU3BcBeUUAg) 50% 50%/cover no-repeat;
	padding: 20px;
	height: 455px;
}
.ucv-a2-header {
	font-size: 26px;
	line-height: 32px;
	color: #f26060;
	margin: 0px 0px 5px;
}
.ucv-a2-sub-header {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin: 0px 0px 10px;
}
.ucv-a2-text {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 0px 0px 10px;
}
/* .about_wrapper{
    background-image: url(/assets/bg-1.jpg);
    background-size: cover;
} */
.about_text {
	background-color: rgba(77, 77, 77, 0.9);
	border: 2px solid #4d4d4d;
	width: 350px;
	padding: 20px 15px;
	text-align: right;
}


/* 4 причины выбрать именно наше оборудование */
.ucv-a2-link {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	text-decoration: none!important;
	text-align: center;
	color: #f26060!important;
	padding: 0 22px;
	min-width: 150px;
	border: 2px solid #f26060;
	font-size: 16px;
}
.uc-title{
	margin-bottom: 20px;
	background: #4e4e4e;
}
.uc-title__inner {
	position: relative;
	display: inline-block;
	margin: -10px 0 0 0!important;
	padding: 10px 5px;
	max-width: 600px;
	background: #98BAE7;
	color: #fff;
	font: bold 14px/20px Arial,Helvetica,sans-serif;
}
.uc-four-item{
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	box-shadow: 0 0 8px 2px rgba(221, 221, 221, 1);
	margin: 10px 0;
	padding: 0;
}
.uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 {
	text-align: center;
	position: relative;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.about_reasons h3 {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
}
.uc-four-content-1:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	background: var(--infograph-color2);
	border-radius: 20px;
}
.uc-four-content-1:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 10px;
	background: var(--infograph-color2);
	border-radius: 20px 20px 20px 0;
}
.uc-four-content-2::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: var(--infograph-color1);
	border-radius: 20px;
}
.uc-four-content-2:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 10px;
	background: var(--infograph-color1);
	border-radius: 20px;
}
.uc-four-content-3::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	background: var(--infograph-color1);
	border-radius: 20px;
}
.uc-four-content-3:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 10px;
	background: var(--infograph-color1);
	border-radius: 20px;
}
.uc-four-content-4::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: var(--infograph-color2);
	border-radius: 20px;
}
.uc-four-content-4::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 10px;
	background: var(--infograph-color2);
	border-radius: 20px;
}
/* :root { --infograph-color2: #4d4d4d; --infograph-color1: #d15254; } */
:root { --infograph-color2: #4d4d4d; --infograph-color1: #4d4d4d; }
.about_reasons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.uc-four-text{
	font: 16px/24px Arial,Helvetica,sans-serif;
}
/* ПОЧЕМУ МЫ */
.uc-numbers-scheme{
	background: #fafafa;
	border: 1px dashed #d15254;
	display: inline-block;
	width: 31.3%;
	vertical-align: top;
	margin: 10px 1%;
	padding: 40px 10px 10px;
	box-sizing: border-box;
	text-align: left;
	transition: all 0.3s;
}
.uc-numbers-scheme strong {
	transition: all .3s ease;
	display: inline-block;
	font-size: 50px;
	color: #4d4d4d;
	text-shadow: 1px 1px 2px #1d1d1d;

}
.uc-numbers-scheme em {
	color: #d15254;
	transition: all .3s ease;
	display: inline-block;
	font-weight: bold;
	font-style: inherit;
}
.uc-numbers-scheme:hover {
	background: #d15254;
	color: #fff;
	transition: all 0.3s;
}
.who_me{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.uc-numbers-scheme:hover strong {
	transition: all .3s ease;
	color: #4d4d4d;
	text-shadow: 1px 1px 2px #ccc;
	transform: translateY(-4px);
}
.uc-numbers-scheme:hover em {
	color: #fff;
	transition: all .3s ease;
}
.me_cash_item{
	display: inline-flex;
	padding-bottom: 20px;
}
.uc-arr-table-marker{
	width: 50px;
	height: 50px;
	margin: 0px auto;

	text-align: center;
	font-size: 30px;
	transition: all 0.3s;
	margin-right:10px;
}
.me_cash_item img {
	transition: all 1s;
	transform: translateX(0px) scale(0.9) rotate(0);
	margin-right:14px;
}
.me_cash_item:hover img {
	transform: translate(10px, 0) scale(1.0) rotateX(370deg);
}
/* У нас понятная схема работы */
.uc-b5-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin: 10px 1%;
	transition: all .4s;
}
.uc-b5-arr {
	width: 2%!important;
	font-size: 30px;
	color: #24201f;
	vertical-align: middle;
	padding-top: 10px;
}
.uc-b5-wrapper img {
	transition: all .4s;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}
.uc-b5-text {
	margin: 10px 0 0;
}
.uc-b5-panel {
	padding: 20px 0;
	text-align: center;
}
.uc-b5-panel:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0px;
}
.uc-b5-wrapper:hover img {
	transition: all .4s;
	border-color: #24201f;
	transform: translateY(-5px);
}
/* Наша компания работает 12 лет */
.company_work em{
	font-weight: 700;
	font-style: italic;
	line-height: 19px;
}
/* Просто правки */
header .callback a{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	height: 50px;
	background: #d15254;
	text-align: center;
	line-height: 51px;
	width: 100%;
}
.adress{
	text-align: left;
	line-height: 24px;
}
.city a{
	color: #4b4b4b;
}
.content table td{
	/*border:0;*/
}

/* .owl-carousel.owl-drag .owl-item {
    width:100px!important;
} */

.gallery-main-block{
	margin-bottom: 25px;
	height: 350px;
	justify-content:center;
	display: flex;
}

.gallery-main-block a {
	display: block !important;
}

.card_border{
	box-shadow: 0 0 0 1px #ddd;
	height: 100%;
	position: relative;
	transition: .1s;
	background: #fff;
	overflow: hidden;
}

.card_link{
	display: flex;
	justify-content: center;
	height: 260px;
}


.card__img {
	width: 251px;
	padding: 15px 19px 0px;
	display: flex;
	object-fit: contain;
}

.card_title{
	margin: 0 20px;
}

.card_title h2{
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
}

.card_price{
	margin: 5px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: red;
	font-weight: bold;
}

.card_border:hover {
	box-shadow: 0 3px 0 1px var(--color-link,#98BAE7),0 0 0 1px var(--color-link,#98BAE7)
}

.main-catalog .row .col-sm-4{
	padding:10px;
}

.card_parametr{
	margin: 10px 20px;
	line-height: 18px;
}

.card_parametr li {
	list-style-type: disc;
}

.fancybox-content .fancybox img{
	width:700px;
	height:500px;
}

@media only screen and (max-width: 1440px) {
	.fancybox-content .fancybox img {
		width: 1345px;
		height: 640px;
	}
}

@media only screen and (max-width: 1024px) {
	.fancybox-content .fancybox img {
		width: 925px;
		height: 645px;
	}

	.left-menu-filter {
		width:214px;
	}
}

@media only screen and (max-width: 768px) {
	.fancybox-content .fancybox img {
		width: 660px;
		height: 640px;
	}
	.left-menu-filter {
		width: 158px;
	}
}

@media only screen and (max-width: 425px) {
	.fancybox-content .fancybox img {
		width: 400px;
		height: 300px;
	}
	.left-menu-filter {
		width: 100%;
	}
}

.filter-title{
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	display: block;
	padding-left: 10px;
	background: #456f2f8f url(../images/bars.png) 15px center no-repeat;
	margin-bottom: 15px;
}

.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
}
.left-menu-filter {
	max-height:600px;
	background-color: white;
}
.rows-filter {
	overflow: hidden;
}

@media only screen and (max-width: 320px) {
	.slide-filter{
		display:none;
	}
	.fixed{
		position:relative;
	}

}
@media only screen and (max-width: 375px) {
	.slide-filter{
		display:none;
	}
	.fixed{
		position:relative;
	}

}
@media only screen and (max-width: 425px) {
	.slide-filter{
		display:none;
	}
	.fixed{
		position:relative;
	}

}

@media only screen and (max-width: 575px) {
	.left-menu-filter{
		width:100%!important;
	}
	.slide-filter{
		display:none;
	}
	.fixed{
		position:relative;
	}

}




/* фотогалерея */
.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: stretch;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;

	margin: 30px 0;
}
.gallery__item {
	background-color: #f7f7f7;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
	padding: 0px;
}
.gallery__item img {
	display: block;
	max-width:100%;
	height: auto;
}
@media only screen and (max-width: 575px) {
	.gallery {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 1024px) {
	.gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Постраничная навигация */
.pagination {
	display: block;
	list-style: none;
	border-radius: 0;

	margin: 15px 0;
	padding: 0;
}

.page-item {
	display: inline-block;
	list-style-type: none;
	padding: 4px;
}

.page-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 45px;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #98BAE7;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #98BAE7;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.page-link:hover {
	color: #566A69;
	background: #98BAE7;
	border-color: #98BAE7;
}
.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-item.active .page-link {
	color: #2A403C;
	background: #98BAE7;
	border: 1px solid #98BAE7;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 4px;
}
.main-catalog-item {
	background-size: 260px;
	background-position: center top;
	background-repeat: no-repeat;
}
.footer_soc_icon {
	display: flex;
	align-items: center;
	margin: 2px 0px;
	padding-left: 22px;
}
.footer_soc_icon a {
	margin-right: 8px;
}
.footer_soc_icon a:last-child {
	margin-right: 0px;
}

@media (max-width: 1200px) {
	header .phone p, .catalog .phone p {

	}
}
@media (max-width: 991px) {
	header .logo {
		text-align: center;
		padding: 10px 15px;
	}
}
@media (max-width: 767px) {
	.main-catalog-item {
		background-size: 220px;
	}
	header .phone, .catalog .phone {
		overflow: hidden;
	}
	.d-n-sm {
		display: none;
	}
	footer ul {
		padding-bottom: 0px;
	}
}
@media (min-width: 991px) {
	.hover_item_prod_catalog{
		height: 250px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.hover_item_prod_catalog img{
		height: 200px;
		width: fit-content;
	}
	.fix_fw_dop_img{
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 770px) {
    .fixmobile-left-menu{
        display: none;
    }
}
.fw-select-page{
	padding: 0px 0 10px;
	border-bottom: 1px solid #c40b0b;
}

#fw-button-select-1{
	cursor: pointer;
}

#fw-button-select-2{
	cursor: pointer;
}

#fw-button-select-3{
	cursor: pointer;
}

.pagin-row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.pagin-row li{
	list-style: none;
}


.pagin-row li .active{
	color: red;
}
