*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

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: 'Open Sans Condensed', sans-serif;font-weight:300; font-size: 16px; line-height: 1;}

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

.main-slider-container {min-width: 100%; width: calc(100% + 30px); height: 730px; overflow: hidden;}

.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;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

#success{display: none;}
#success h4{
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	padding: 10px 15px;
}

.m-info{padding-bottom: 10px;}
.m-info .text p{
    font-size: 16px;
    line-height: 1.2;
    color: #2b2a29;
    padding: 5px 0;
}

.m-menu .menu-title{
    font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
    font-size: 14px;
    line-height: 1.2;
    color: #2b2a29;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.m-menu li a{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #1c923a;
    text-decoration: underline;
    padding: 3px 0;
    text-align: right;
}
.m-menu li a:hover{text-decoration: none;}

.mse2-ac-item {
  border-bottom: 1px solid #b3b3b3; 
}

.header-container {max-height: 100px}

header{border-bottom: 1px solid #b3b3b3; max-height: 134px}
header .top{
	height: 34px;
	background: url(../images/top-bg.jpg) 0 0 repeat-x;
}
header .top .time, header .top .adres, header .top .phone p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 0 10px 10px;
	/*background: url(../images/clock.png) left center no-repeat;*/
}
header .top .adres{padding-left: 18px; /*background: url(../images/map.png) left center no-repeat;*/}
header .top .phone{text-align: right;}
header .top .phone p{
	display: inline-block;
	padding-left: 20px;
	margin-left: 85px;
}
header .top .adres .fa-instagram {margin: 0 20px; color: #fff; font-size: 16px;line-height: 0;}

header .top .phone p i{font-size: 16px; padding-right: 5px;}
header .top .phone .mts{background: none;}
/*header .top .phone .vel{background: url(../images/vel1.webp) left center no-repeat; background-size: 16px;}*/
header .logo{
	padding-top: 19px;
	padding-bottom: 19px;
}

.header-mail-link {color: #fff; text-decoration: underline; margin-left: -10px;}

.catalog-btn{display: none;}

.mobile-btn{
	display: none;
	width: 50px;
	height: 50px;
	font-size: 32px;
  color: #111111;
  text-align: center;
  outline: none;
  background: none;
  border: none;
  position: absolute;
  top: -65px;
  right: 0;
}

.main-menu {
	max-width: 585px;
}

header .main-menu > ul{
	text-align: right;
	padding: 25px 0;
	margin-right: -30px;
	font-family: /*iOS*/"AvenirNextCondensed-Bold", "Futura-CondensedExtraBold", /*MacOSX*/HelveticaNeue-CondensedBold, /*Ubuntu*/ "Ubuntu Condensed", "Liberation Sans Narrow",  /*Windows*/"Franklin Gothic Demi Cond", "Arial Narrow", /*Android*/sans-serif-condensed, /*Fallback*/Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif ;
	font-stretch: condensed;
}
header .main-menu > ul > li{
	display: inline-flex;
	position: relative;
	white-space: normal;
	padding: 10px;
	border: 1px solid transparent;
	border-bottom: none;
}
header .main-menu > ul > li:last-child{padding-right: 0;}
/* header .main-menu > ul > li.parent{
    z-index: 101;
    background: url(../images/li-parent.png) calc(100% - 5px) 20px no-repeat;
} */
/* header .main-menu > ul > li.parent:hover{
    border: 1px solid #b3b3b3;
    border-bottom: none;
    background-color: #f9f9f9;
    border-radius: 5px 5px 0 0;
} */
/* header .main-menu > ul > li.parent:hover > a{border-bottom: transparent;} */
header .main-menu > ul > li > a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	font-size: 15px;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 5px 0;
	border-bottom: 3px solid transparent;
}
header .main-menu > ul > li.active > a, header .main-menu > ul > li:hover > a{
	border-bottom: 3px solid #3cab3d;
}
header .main-menu > ul > li > ul{
	display: none;
	position: absolute;
	top: 45px;
	left: -1px;
	z-index: 100;
	background-color: #f9f9f9;
	border: 1px solid #b3b3b3;
	width: 210px;
}
header .main-menu > ul > li:hover > ul{display: block;}
header .main-menu > ul > li > ul > li > a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #2b2a29;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #b3b3b3;
}
header .main-menu > ul > li > ul > li:last-child > a{border-bottom: none;}
header .main-menu > ul > li > ul > li:hover > a, header .main-menu > ul > li > ul > li.active > a{
	background-color: #267f35;
	color: #ffffff;
}

/* Третий уровень */
header .main-menu > ul > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: calc(-100% - 3px);
	z-index: 100;
	background-color: #f9f9f9;
	border: 1px solid #b3b3b3;
	width: 210px;
}
header .main-menu > ul > li > ul > li{position: relative;}
header .main-menu > ul > li > ul > li:hover > ul{display: block;}
header .main-menu > ul > li > ul > li ul > li > a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #2b2a29;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #b3b3b3;
}
header .main-menu > ul > li > ul > li ul > li:last-child > a{border-bottom: none;}
header .main-menu > ul > li > ul > li > ul > li:hover > a, header .main-menu > ul > li > ul > li > ul > li.active > a{
	background-color: #267f35;
	color: #ffffff;
}



.call-btn{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	float:right;
	margin: 30px 0;
	padding: 10px 15px;
	border-radius: 7px;
	outline: none;
	max-width: 160px;
}

.call-btn:hover{background: #0c621b;}

.consult-btn{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	margin: 30px 5px 30px 0;
	float:right;
	padding: 10px 15px;
	border-radius: 7px;
	outline: none;
	max-width: 155px;
}

.consult-btn:hover{background: #0c621b;}




.top-mobile{display: none;}

.catalog-menu{
	margin-top: 20px;
	margin-bottom: 40px;
	background: #1c923a;
	border-radius: 5px;
}
.catalog-menu > ul > li{padding: 0 5px;}
.catalog-menu > ul > li > a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #fefefe;
	padding: 12px 0 13px 42px;
	border-top: 1px solid #fefefe;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.catalog-menu > ul > li:first-child > a{border-top: 1px solid transparent;}
.catalog-menu > ul > li:hover, .catalog-menu > ul > li.active{background-color: #0c611b !important;}
.catalog-menu > ul > li:hover > a, .catalog-menu > ul > li:hover + li > a,
.catalog-menu > ul > li.active > a, .catalog-menu > ul > li.active + li > a{border-top: 1px solid transparent;}
.catalog-menu > ul > li:first-child:hover, .catalog-menu > ul > li.active:first-child{border-radius: 5px 5px 0 0;}
.catalog-menu > ul > li:last-child:hover, .catalog-menu > ul > li.active:last-child{border-radius: 0 0 5px 5px;}

.catalog-menu > ul > li > ul{display: none; padding-bottom: 1px;}
.catalog-menu > ul > li.active > ul{display: block;}
.catalog-menu > ul > li > ul > li{
	margin-left: -5px;
	margin-right: -5px;
}
.catalog-menu > ul > li > ul > li > a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	padding: 7px 0 7px 20px;
	border-top: 1px solid #ffffff;
	margin: 0 25px;
	background: url(../images/plus.png) left center no-repeat;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.catalog-menu > ul > li > ul > li:hover, .catalog-menu > ul > li > ul > li.active{background: #1c923a;}
.catalog-menu > ul > li > ul > li:first-child > a, .catalog-menu > ul > li > ul > li:hover a, 
.catalog-menu > ul > li > ul > li:hover + li > a, .catalog-menu > ul > li > ul > li.active + li > a{
	border-top-color: transparent;
}
.catalog-menu > ul > li > ul > li.active > a{
    border-top-color: transparent;
    background: url(../images/minus.png) left center no-repeat;
}

.main-slider{margin-top: 20px; margin-bottom: 40px; overflow: hidden; width: 848px; height: 554px;}
.main-slider .item {width: inherit; height: inherit;}
.main-slider .item img{width: 100%;}
.main-slider .item{position: relative;}
.main-slider .item .text{
	position: absolute;
	top: 82px;
	left: 40px;
}
.main-slider .text h3{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
}
.main-slider .text p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	padding: 10px 0;
}
.main-slider .owl-controls{
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 10;
	margin-top: -27px;
}
.main-slider .owl-controls .owl-page{
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #a3a2a2;
	border-radius: 50%;
	margin: 5px 0;
}
.main-slider .owl-controls .owl-page.active{
	background: #1c923a;
	border: 2px solid #1c923a;
}

.advantages{text-align: center;}
.advantages img{max-width: 100%;}
.advantages p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 16px;
	line-height: 1.2;
	color: #292928;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
	top: 42px;
	left: 100px;
}
.advantages p span{
	display: block;
	color: #3cab3d;
}

.section-title{
	margin: 40px 0;
	text-align: center;
	background: url(../images/line.png) left center repeat-x;
}
.section-title span{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	background: #ffffff;
	font-size: 20px;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 15px 25px;
	border: 1px solid #ddd9d9;
}

.about{padding-bottom: 30px;}
.about .item{text-align: center;}
.about .item .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 16px;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 20px 0;
}
.about .item p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	line-height: 1.5;
	color: #2b2a29;
	text-transform: uppercase;
}

/* Контент */

.content h1, .content h2, .content h3{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 20px;
	line-height: 1.2;
	color: #2b2a29;
	padding: 15px 0;
}
.content h2{font-size: 18px;}
.content h3{font-size: 16px;}
.content p, .page-title + .col-sm-12.col-md-12 p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	line-height: 1.4;
	color: #2b2a29;
	text-align: justify;
	padding: 5px 0;
}
.content p.text-center{text-align: center;}
.content p strong{font-family: 'Open Sans Condensed', sans-serif;font-weight:700;}
.content ul{padding: 10px 0;}
.content ul li{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	line-height: 1.2;
	color: #2b2a29;
	padding: 5px 0 5px 15px;
	background: url(../images/dot.png) left 18px no-repeat;
}
.content ul li p{padding: 0 !important;}
.content a{font-family: 'Open Sans Condensed', sans-serif;font-weight:700; color: #1c923a; border-bottom: 1px solid #1c923a;line-height: 2;}
.content a:hover{border-bottom: 1px solid transparent;}
.content table{width: 100%;}
.content table tr th, .content table tr td{border: 1px solid #d4d4d4; vertical-align: middle;}
.content table.no-bg tr th, .content table.no-bg tr td{border: none;}
.content table tr th{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	background: #ececec;
	font-size: 16px;
	color: #2b2a29;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
}
.content table.no-bg tr th{background: none;}
.content table tr td{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	color: #2b2a29;
	text-align: center;
	padding: 15px 10px;
}
.content table tr td:nth-child(1){text-align: left;}
.content table tr:nth-child(even){background: #ffffff;}
.content table tr:nth-child(odd){background: #f8f8f8;}
.content table.no-bg tr:nth-child(odd){background: none;}
.content .phone p{
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
}
.content .phone .mts{
    background: url(../images/mts.png) left center no-repeat;
}
.content .phone .vel{
    background: url(../images/vel1.webp) left center no-repeat;
}

.news{}
.news .item{}
.news .item img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.news .item .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 14px;
	line-height: 1.2;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 15px 0;
}
.news .item .title a{color: #2b2a29;}
.news .item .title a:hover{color: #1c923a;}
.news .item .text p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	text-align: justify;
}
.news .item .date{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	color: #918f8e;
	padding: 20px 0;
}
.news .item .date i{padding-right: 5px;}

.news-btn{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	margin: 20px 0;
	padding: 18px 30px;
	border-radius: 7px;
	outline: none;
}
.news-btn i{padding-left: 5px;}
.news-btn:hover{background: #0c621b;}

footer{
	margin-top: 0px;
	padding: 18px 0;
	background: #2b2a29 url(../images/footer-bg.png) center center;
}
footer .web-group{
	display: block;
	font-size: 12px;
	color: #918f8e;
	text-align: right;
	padding: 17px 0;
}
footer .web-group:hover{color: #ffffff;}

.social {color: #fff; margin: 15px 0; text-align: left;}
.social a{color: #fff; margin: 0 5px;}

.container.contacts {color: #fff; margin: 30px auto; }

.container.contacts p{ margin-bottom: 10px;}

.container.contacts .footer-mail-link {text-decoration: underline;}

.contacts .phone {text-align: right; }
.contacts .phone a {color: #fff; margin: 0 10px;}

.bottom-menu ul li{display: inline-block; padding: 15px;}
.bottom-menu ul li:first-child{padding-left: 0;}
.bottom-menu ul li:last-child{padding-right: 0;}
.bottom-menu ul li a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 14px;
	color: #918f8e;
	text-transform: uppercase;
}
.bottom-menu ul li a:hover, .bottom-menu ul li.active a{color: #ffffff;}

.breadcrumbs{padding: 30px 0;}
.breadcrumbs li{display: inline-block;}
.breadcrumbs li a{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	color: #1c923a;
	border-bottom: 1px solid #8dbf97;
}
.breadcrumbs li a:hover{border-bottom: none;}
.breadcrumbs li, .breadcrumbs li span{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 14px;
	color: #1c923a;
}
.breadcrumbs li:last-child span{color: #2b2a29;}

.filter{
	background: #efefef;
	padding: 15px 30px;
}
.filter label{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 16px;
	color: #2b2a29;
	padding-right: 10px;
}
.filter select{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	cursor: pointer;
	font-size: 16px;
	color: #2b2a29;
	display: inline-block;
	width: 240px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #a7a6a4;
	border-radius: 5px;
	outline: none;
}

.page-title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 20px;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 20px 0;
	background: url(../images/line.png) left center repeat-x;
}
.page-title span{
	display: inline-block;
	padding-right: 20px;
	background: #ffffff;
}

.catalog .item{
  position: relative;
	display: block;
	border: 1px solid #cecece;
	border-radius: 5px;
	margin-bottom: 40px;
	background: #ffffff;
}
.catalog .item:before, .catalog .item:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.catalog .item:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.catalog .item .img{height: 235px; padding: 10px;}
.catalog .item .img img{max-width: 100%; max-height: 100%;}
.catalog .item .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 16px;
	line-height: 1.2;
	color: #212020;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #cecece;
	margin: 0 10px;
	padding: 15px 0;
	min-height: 90px;
}
.catalog .item .more{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	margin-bottom: 20px;
	padding: 10px 35px;
	border-radius: 7px;
	outline: none;
}
.catalog .item .more i{padding-left: 5px;}
.catalog .item:hover .more{background: #0c621b;}

/* Описание товара */

.description{padding-bottom: 30px;}
.description .img-section{
	position: relative;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 20px;
	height: 365px;
	background: #ffffff;
}
.description .img-section:before, .description .img-section:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.description .img-section:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.description .img-section img{
	max-width: 100%;
	max-height: 100%;
}
.description .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	font-size: 20px;
	color: #2b2a29;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: url(../images/line.png) left center repeat-x;
}
.description .title span{
	display: inline-block;
	padding-right: 15px;
	background: #ffffff;
}
.description .params p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	line-height: 1.2;
	color: #2b2a29;
	padding: 8px 0;
}
.description .params p strong{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
}
.description .order-btn{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 7px;
	outline: none;
}
.description .order-btn i{padding-left: 5px;}
.description .order-btn:hover{background: #0c621b;}

.params h3{
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.tabs{margin-bottom: 10px;}
.tabs .tabs-control{}
.tabs .tabs-control li{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;
	display: block;
	float: left;
	cursor: pointer;
	font-size: 16px;
	color: #2b2a29;
	text-transform: uppercase;
	padding: 15px 60px;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	margin-right: 1px;
}
.tabs .tabs-control li.active{
	background: #1c923a;
	color: #ffffff;
}
.tabs .tabs-wrapper{
	border: 1px solid #d5d5d5;
	border-radius: 0 5px 5px 5px;
	/*padding: 10px 30px 20px;*/
}
.tabs .params{padding-bottom: 20px;}
.tabs .params p{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	font-size: 16px;
	color: #2b2a29;
	background: url(../images/line.png) left bottom repeat-x;
	margin: 10px 0;
}
.tabs .params .text p{background: none;}
.tabs .params a{color: #1c923a;}
.tabs .params a:hover{text-decoration: underline;}
.tabs .params p .left{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
	display: block;
	float: left;
	padding-right: 10px;
	background: #ffffff;
}
.tabs .params p .right{
	display: block;
	float: right;
	padding-left: 10px;
	background: #ffffff;
}

.similar-slider .item{
  position: relative;
	display: block;
	border: 1px solid #cecece;
	border-radius: 5px;
	background: #ffffff;
	margin: 0 15px 10px;
}
.similar-slider .item:before, .similar-slider .item:after
{
	opacity: 1;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.similar-slider .item:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.similar-slider .item:hover:before, .similar-slider .item:hover:after{opacity: 0;}
.similar-slider .item .img{height: 155px; padding: 20px;}
.similar-slider .item .img img{max-width: 100%; max-height: 100%;}
.similar-slider .item .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
	font-size: 14px;
	line-height: 1.2;
	color: #2b2a29;
	text-align: center;
	text-transform: lowercase;
	border-top: 1px solid #cecece;
	margin: 0 10px;
	padding: 10px 0;
	min-height: 85px;
}

.prev_button, .next_button{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 80px;
	border-radius: 50%;
	background: #f8f8f8;
	font-size: 18px;
	color: #636363;
	text-align: center;
	border: 2px solid transparent;
	outline: none;
	-webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.prev_button:hover, .next_button:hover{border: 2px solid #cecece;}

#order-form, #call-form, #consult-form{
	display: none;
	width: 300px;
	padding: 10px 20px;
}

.form .title{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
	font-size: 18px;
	color: #2b2a29;
	padding: 10px 0 20px;
	text-align: center;
}

.form input[type="text"], .form textarea{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:300;
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #d4d4d4;
	outline: none;
	background: #ffffff;
	font-size: 16px;
	color: #3c3b3b;
	padding: 0 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.form input[type="text"]:focus, .form textarea:focus{border: 1px solid #2b2a29;}
.form textarea{
	resize: none;
	padding: 10px;
	height: 100px;
}
.form button[type="submit"]{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: #1c923a;
	border-radius: 7px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.form button[type="submit"] i{padding-left: 5px;}
.form button[type="submit"]:hover{background: #0c621b;}
.form label.error{
	display: block;
	font-size: 12px;
	color: #1c923a;
	position: absolute;
	top: 35px; 
	left: 0;
}

.map{min-height: 450px; margin-top: 30px;}

.brand {
    float:left; width: 112px; height: 32px; margin-bottom:15px; margin-right: 12px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1c923a;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1c923a;
  border-color: #1c923a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.brands ul{
  width:760px !important;
  margin-bottom:20px;
  overflow:hidden;
  border-right:1px solid #ccc;
  left: -315px !important;
}
.brands li{
  line-height:1.5em;
  border-right:1px solid #ccc;
  float:left;
  display:inline;
  width:25%;
}

.btn-search {
    border-radius: 5px; line-height: 23px; width: 80px; color: #ffffff; text-transform: uppercase; background: #1c923a;     font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
}

.btn-search:hover {
    background-color: #0c611b !important;
}
.tabs-content a{
    color: #1c923a;
}

.order-btn-sub{
	font-family: 'Open Sans Condensed', sans-serif;font-weight:700;;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	background: #1c923a;
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 7px;
	outline: none;
}

#order-form .form-control {
        display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.jGrowl-message {
    color:#FFF !important;
}

.snew .ui-autocomplete-input {
    width:400px !important;
}

form.advsea-form  #as0_advsea-search{
    outline: none;
    text-align: left !important;
    border: 1px solid #cccccc;
    padding: 0 15px !important;
    width: 100% !important;
    height: 30px !important;
    max-width: 100% !important;
}
.form-group .btn-search{
    outline: none;
    border: none;
    height: 30px;
    width: 100%;
}
.table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.table-container table{width: 100%;}




#question-form {margin-top: 70px; padding-bottom: 30px; background: #eee}

.flex-row {display: flex; justify-content: center; flex-flow: row wrap;}
.flex-row .input-wrap {margin: 0 20px; min-width: 250px;}


.accordion-item-header {
	padding: 10px 15px;
	background: #eee;
	font-size: 18px;
	cursor: pointer;
}

.accordion-item-header i {
	float:right;
}

.accordion-item-content {
	background: #eee;
	display: none;
}
.accordion-item.show .accordion-item-content {
	padding: 10px 15px;
	display: block;
}
.accordion-item.show .accordion-item-header {
	background: #1c923a;
	color: #fff;
}

.accordion-item.show .accordion-item-header i {
	transform: rotate(90deg);
}


.ns-table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}
.ns-table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.ns-table td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.tabs-content table td {text-align: center;}

.tabs-content table tr:first-child td {text-align: center; font-weight: bold; font-style: italic;}

.tabs-content h3 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
}

.tabs-content p{
	margin-bottom: 15px;
}


.part {
	display: block;
	width: 100%;
	text-align:center;
	margin-bottom: 50px;
	overflow: hidden;
}

@media (max-width:812px) {
	.part .brand{
		display: block;
		width: 33% !important;
	}
}

.inn {
    height: 30px;
    width: 14px;
    position: absolute;
    right: 225px;
    bottom: 3px;
}

.inn2 {
	height: 17px;
	width: 14px;
	position: absolute;
	right: 24px;
	bottom: 0px;
}
@media (max-width: 1200px) {
.inn {
    height: 30px;
    width: 14px;
    position: absolute;
    right: 145px;
    bottom: 3px;
}
.social a {
	margin: 0px;
}
.inn2 {
	left: 150px;
}}
@media (max-width: 990px) {
.inn {
    right: 157px;
}
.inn2 {
	left: 110px;
}
}
@media (max-width: 768px) {

.inn2 {
	left: 150px;
}
}