body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #00263D;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #2792E2;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: inherit;
	transition: .2s;
}
a:hover {
	text-decoration: none;
	color: #2792E2;
}
#content a{
    color:#2792E2;
}
#content a:hover{
    color:#0092ff;
}
img{
	max-width: 100%;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.icon-link{
	display: inline-block;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}
.icon-link.phone{
	background-image: url("/image/catalog/site/phone.png");
}
.icon-link.mail{
	background-image: url("/image/catalog/site/email.png");
}
.icon-link.address{
	background-image: url("/image/catalog/site/maps.png");
	background-position: left top;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.btn-site{
	display: inline-block;
	background-image: linear-gradient(270deg, #2692E1 0%, #69BAF7 49.25%, #2692E1 100%);
	box-shadow: 0 4px 30px rgba(39, 146, 226, 0.07);
	font-size: 18px;
	color: #FFFFFF!important;
	text-align: center;
	padding: 14px 25px;
	cursor: pointer;
	outline: none;
	border: none;
	transition: .4s;
}
.btn-site:hover{
	outline: none;
	box-shadow: 0 4px 10px rgba(39, 146, 226, 0.30);
	color: #fff!important;
}
#header{
	padding-top: 20px;
	padding-bottom: 20px;
}
#header .phone{
	color: #2692E1;
}
#header .menu-component>ul.menu-list{
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
	font-size: 18px;
}
#header .menu-component>ul.menu-list>li{
	padding: 10px 15px;
}
#header .menu-component .parent{
	position: relative;
}
#header .menu-component .parent>.item{
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}
#header .menu-component .parent>.item:after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -8px;
}
#header .menu-component .parent .child-menu li:not(:last-child){
	padding-bottom: 10px;
}
/* content */
.title-module,
h1.title-page,
h1{
	text-align: center;
	color: #2792E2;
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 60px;
}
h1.title-page,
h1{
	text-align: left;
	margin-bottom: 60px;
}
#content {

}
/* footer */
#footer{
	padding-top: 60px;
	background-color: #fff;
}
#footer .line-copy-dev{
	font-size: 18px;
}
#footer .line-copy-dev .col-12{
	padding-bottom: 30px;
	padding-top: 30px;
}
#footer .line-maps{
	margin-bottom: 30px;
}
#footer .column-menu,
#logo-footer{
	margin-bottom: 30px;
}
#footer .title-menu{
	color: #2D96E4;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
#footer .column-menu ul{
	margin-bottom: 0;
}
#footer .column-menu ul li a{
	display: inline-block;
}
#footer .column-menu ul li:not(:last-child){
	margin-bottom: 10px;
}
#footer .item-contact:not(:last-of-type){
	margin-bottom: 10px;
}
#logo-footer{
	max-width: 95px;
	margin-left: auto;
	margin-right: auto;
}
.slider-block{
	margin-bottom: 30px;
}
.slider-block .slick-dots{
	bottom: 25px;
}
.categories-home{
	padding-top: 120px;
	padding-bottom: 120px;
}
.categories-home .slick-dots li button{
	background-color: #f3f3f3;
}
.categories-home .item-cat{
	margin-bottom: 30px;
}
.categories-home .item-cat a.panel{
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 38, 61, 0.25);
	display: block;
	height: 100%;
	padding-top: 65px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.categories-home .item-cat .image{
	margin-bottom: 65px;
	padding: 0 5px;
}
.categories-home .item-cat .image img{
	display: inline-block;
}
.categories-home .item-cat .panel:after{
	content: '';
	display: block;
	border: 15px solid transparent;
	border-right: 15px solid #3399E6;
	border-bottom: 15px solid #3399E6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.categories-home .item-cat .title-block{
	color: #00263D;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
}
.categories-home .item-slide{
	padding: 30px 15px 0;
}
.categories-home .slick-dots li.slick-active button{
	background-color: #2792E2;
}
.categories-home .list-slide-cat{
	padding-bottom: 30px;
	margin: 0 -15px 15px!important;
}
.categories-home .list-slide-cat .slick-slide{
	padding: 15px 15px 0;
}
	.categories-home .list-slide-cat:not(.slick-slider){
	    display:-ms-flexbox;
	    display:flex;
	    flex-wrap:wrap;
	}
	.categories-home .list-slide-cat:not(.slick-slider) .item-cat{
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width:25%;
	    padding: 0 15px;
	}

.preim-block{
	background-image: url("/image/catalog/site/bg_preim.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 20px;
}
.preim-block .title-module{
	color: #fff;
}
.preim-block .list-preim{
	padding-top: 30px;
}
.preim-block .list-preim .item-preim{
	margin-bottom: 30px;
}
.preim-block .list-preim .panel{
	height: 100%;
	background-color: #fff;
	position: relative;
	padding: 50px 10px;
	text-align: center;
}
.preim-block .list-preim .panel:after{
	content: '';
	display: block;
	border: 15px solid transparent;
	border-right: 15px solid #3399E6;
	border-bottom: 15px solid #3399E6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.preim-block .list-preim .panel .image{
	height: 130px;
	margin-bottom: 50px;
}
.preim-block .list-preim .panel .image img{
	max-height: 100%;
	width: auto;
}
.preim-block .list-preim .panel .caption{
	font-size: 20px;
}

.list-article .item-article{
	margin-bottom: 30px;
}
.list-article .item-article .panel{
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 38, 61, 0.25);
	position: relative;
	padding: 15px;
}
.list-article .item-article .panel:after{
	content: '';
	display: block;
	border: 15px solid transparent;
	border-right: 15px solid #3399E6;
	border-bottom: 15px solid #3399E6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.list-article .item-article .title{
	font-weight: bold;
	font-size: 21px;
	color: #212121;
	margin-bottom: 20px;
}
.list-article .item-article .title a{
   	color: #212121!important; 
}
.list-article .item-article .caption{
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-article .item-article .desc{
	margin-bottom: 20px;
}
.list-article .item-article .btn-line{
	margin-top: 40px;
}
.list-article .item-article .btn-site{
	min-width: 240px;
}
.contact-form-panel .contact-list-column,
.contact-form-panel .form-col{
	margin-bottom: 30px;
}
.contact-form-panel .contact-panel{
	padding: 40px;
	border: 1px solid #2692E1;
	font-size: 18px;
}
.contact-form-panel .contact-panel .item-contact:not(:last-of-type){
	margin-bottom: 30px;
}

body.information-contact #footer{
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
body.information-contact #footer .line-logo-menu{
	-ms-flex-order: 2;
	order:2;
}
body.information-contact #footer .line-maps{
	-ms-flex-order: 1;
	order:1;
	margin-bottom: 110px;
}
body.information-contact #footer .line-copy-dev{
	-ms-flex-order: 3;
	order:3;
}

.category-list-group{
	margin-bottom: 80px;
}
.category-list-group ul{
	list-style: none;
	padding: 0;
	margin: 0 -5px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.category-list-group li{
	padding: 0 5px;
	margin-bottom: 10px;
}
.category-list-group li a.item-cat{
	display: inline-block;
	border: 1px solid #2692E1;
	font-size: 16px;
	line-height: 19px;
	color: #212121!important;
	padding: 14px 25px;
	min-width: 80px;
	text-align: center;
	background-color: #fff;
}
.category-list-group li a.item-cat:hover{
	background-color: #2692E1;
	color: #fff!important;
	box-shadow: 0 4px 30px rgba(39, 146, 226, 0.07);
}
.category-list-group li a.item-cat.active{
	background: linear-gradient(270deg, #2692E1 0%, #69BAF7 49.25%, #2692E1 100%);
	box-shadow: 0 4px 30px rgba(39, 146, 226, 0.07);
	color: #fff!important;
	font-weight: bold;
}
.line-head-cat .title-page,
.line-head-cat .btn-site{
	margin-bottom: 40px;
}
.line-head-cat .btn-site{
	margin-top:5px;
	white-space: nowrap;
}
.category-page .desc-cat{
	margin-bottom: 40px;
}

.list-product,
.list-product .item-product{
	margin-bottom: 30px;
}
.list-product .item-product .panel{
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 38, 61, 0.25);
	padding: 30px 15px 40px;
	position: relative;
	text-align: center;
	transition: .4s;
}
.list-product .item-product .panel:hover{
	box-shadow: 0 0 10px rgba(0, 38, 61, 0.15);;
}
.list-product .item-product .panel:after{
	content: '';
	display: block;
	border: 15px solid transparent;
	border-right: 15px solid #3399E6;
	border-bottom: 15px solid #3399E6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.list-product .item-product .image{
	margin-bottom: 40px;
}
.list-product .item-product .title{
	height: 78px;
	margin-bottom: 40px;
	font-size: 16px;
	color: #00263D;
	overflow: hidden;
}
.list-product .item-product .title a{
    color: #00263D!important;
}
.thumbnails{
	margin-bottom: 25px;
	text-align: center;
}
.thumbnails .top-image{
	margin-bottom: 15px;
}
.thumbnails .other-list-img{
	margin: 0 -15px;
}
.thumbnails .other-list-img .image-additional{
	padding: 15px;
}
.thumbnails .other-list-img .thumbnail{
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 38, 61, 0.25);
	height: 100%;
	max-height: 147px;
	position: relative;
}
.thumbnails .other-list-img .thumbnail:after{
	content: '';
	display: block;
	border: 10px solid transparent;
	border-right: 15px solid #3399E6;
	border-bottom: 7px solid #3399E6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.product-page .product-line .small_description b {
	font-size: 21px;
}
.product-page .product-line .small_description p{
	margin-bottom: 20px;
}
.product-page .product-line .download-block:not(:first-child){
	margin-top: 50px;
}
.product-page .product-line .download-block{
	margin-bottom: 30px;
}
.product-page .product-line .download-block .line-down{
	padding-bottom: 30px;
}
.product-page .product-line .btn-line .btn-site{
	padding-top: 24px;
	padding-bottom: 24px;
	width: 230px;
	font-weight: bold;
}
.product-page .product-line .btn-site.download-btn{
	border: 2px solid #0D3B5D;
	color: #0D3B5D!important;
	font-weight: bold;
	background: #fff;
}
.product-page .product-line .product-block{
	margin-bottom: 30px;
}



#content .product-page ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
#content .product-page ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
#content .product-page ul li:before{
	content: '';
	display: block;
	left: 0;
	top:4px;
	background-color: #0D3B5D;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	position: absolute;
}

.modal-content{
	border-radius: 0;
	border: 1px solid #2792E2;
}
.modal-content .checkbox-mod label{
	font-size: 16px;
}
.modal-content .formAjax .btn-site{
	padding-top: 15px;
	padding-bottom: 15px;
}
.modal-content .input-style{
	padding: 15px;
}
.modal-content textarea.input-style{
	height: 80px;
}
.modal-header {
	border-bottom: none;
	padding: 0;
}
.modal-body {
	padding: 15px 40px 40px;
}
.modal-title-mod{
	font-size: 24px;
	font-weight: 700;
	color: #2792E2;
	text-align: center;
	margin-bottom: 30px;
}
.close {
	position: relative;
	font-size: 0;
	color: transparent;
	opacity: 1;
	height: 30px;
	width: 30px;
	cursor: pointer;
	text-shadow: none;
	transition: .4s;
}
.modal-header .close {
	padding: 0;
	margin: 10px 10px 0 0;
	outline: none;
	box-shadow: none;
	position: relative;
}
.close:after, .close:before {
	content: '';
	display: block;
	width: 36px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -3px;
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg );
}
textarea{
	vertical-align: middle;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.pagination {
	justify-content: center;
	margin: 20px -5px 40px;
}
.pagination li {
	padding: 0 5px 20px;
}
.pagination li span, .pagination li a {
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #2692E1;
	color: #212121;
	line-height: 48px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
}
.pagination li span{
	background: linear-gradient(270deg, #2692E1 0%, #69BAF7 49.25%, #2692E1 100%);
	color: #fff;
}
.pagination li a:hover{
	background-color: #2692E1;
	color: #fff;
}
.breadcrumb {
	background-color: transparent;
	margin: 20px -15px 30px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	font-size: 18px;
	color: #212121;
}
.breadcrumb li {
	margin-bottom: 10px;
}
.breadcrumb li:not(:last-child):after {
	content: '>';
	margin: 0 5px;
}

.formAjax .line-field{
	margin-bottom:30px
}
.input-style{
	width: 100%;
	padding: 23px 25px;
	box-sizing: border-box;
	border: 1px solid #2692E1;
	color: #7f7f7f;
	background-color: transparent;
	outline: none;
	box-shadow: none;
	font-size: 18px;
	line-height: 22px;
	border-radius: 0;
}
.input-style.error-field{
	border-color: #ae4f3a;
}
.input-style::placeholder{
	color: #9b9b9b;
}
textarea.input-style{
	height: 224px;
}
.checkbox-mod input{
	display: none;
}
.checkbox-mod label{
	display: block;
	margin: 0;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	color: #212121;
}
.checkbox-mod label:before,
.checkbox-mod label:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
}
.checkbox-mod label:before{
	height: 20px;
	width: 20px;
	border: 1px solid #2692E1;
	top:2px;
}
.checkbox-mod label:after{
	height: 13px;
	width: 8px;
	border-bottom: 2px solid #2692E1;
	border-right: 2px solid #2692E1;
	transform: rotate(45deg);
	top: 3px;
	left: 6px;
	opacity: 0;
	transition: .2s;
}
.checkbox-mod input:checked+label:after{
	opacity: 1;
}
.checkbox-mod input.error-field + label{
	color: #ae4f3a;
}
.formAjax.item-form{
	position: relative;
}
.formAjax .loader-form,
.formAjax .result-form{
	background-color: rgba(255,255,255,.95);
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	display: none;
}
.formAjax .loader-form.show,
.formAjax .result-form.show{
	display: -ms-flexbox;
	display: flex;
}
.formAjax .btn-site{
	width: 230px;
	padding-top: 24px;
	padding-bottom: 24px;
}
	/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-page .description-prod table{
    max-width:100%;
    text-align:center;
}
.product-page .description-prod img{
    padding:5px 10px 10px;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	#header .top-line{
		margin-bottom: 10px;
	}
	.line-head-cat .title-page{
		padding-right: 30px;
	}
	#header .menu-component .child-menu{
		display: none!important;
		position: absolute;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
		padding: 10px 15px;
		z-index: 5;
		font-size: 15px;
		top:100%;
		min-width: 220px;
	}
	#header .menu-component .parent:hover>.child-menu{
		display: block!important;
	}
	.product-page .product-line .download-block .line-down .icon-block{
		padding-right: 35px;
	}
}
@media (min-width: 992px){
	.contact-form-panel .contact-panel{
		min-height: 424px;
	}
	.categories-home .slick-slide:nth-child(odd)>div:nth-child(even) .image{
		margin-bottom: 80px;
	}
	.categories-home .slick-slide:nth-child(odd)>div:nth-child(even) .item-cat a.panel{
		padding-top: 80px;
	}
	.categories-home .slick-slide:nth-child(even)>div:nth-child(odd) .image{
		margin-bottom: 80px;
	}
	.categories-home .slick-slide:nth-child(even)>div:nth-child(odd) .item-cat a.panel{
		padding-top: 80px;
	}
	body[class*='product-category'] #main,
	body.information-contact #main{
		position: relative;
		overflow: hidden;
	}
	body[class*='product-category'] #main>div,
	body.information-contact #main>div{
		z-index: 1;
		position: relative;
	}
	body[class*='product-category'] #main:before,
	body[class*='product-category'] #main:after,
	body.information-contact #main:before,
	body.information-contact #main:after{
		content: '';
		display: block;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("/image/catalog/site/bg-cat.png");
		height: 741px;
		width: 807px;
		z-index: 0;
	}
	body[class*='product-category'] #main:before{
		left: -70px;
		top: 320px;
	}
	body[class*='product-category'] #main:after{
		right: -450px;
		top: 1200px;
	}
	body.information-contact #main:before{
		left: -70px;
		top: 320px;
	}
	body.information-contact #main:after{
		right: -350px;
		top: 0;
	}
	.homepage{
		background-position: left 120px;
		background-repeat: no-repeat;
		background-image: url("/image/catalog/site/bg-cat.png");
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	body.information-contact #footer .line-maps iframe{
		height: 400px!important;
	}
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*menu*/

li.parent .child-menu{
	padding-left: 15px;
}
@media (max-width: 1599.98px) {
	.categories-home {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1199.98px) {
	.categories-home {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	#menuToggle{
		position: relative;
		width: 34px;
		cursor: pointer;
		padding-top: 7px;
		padding-bottom: 7px;
		transition: .4s;
	}
	#menuToggle:hover {
		opacity: .7;
	}
	#menuToggle>div {
		height: 4px;
		margin-bottom: 6px;
		background-color: #2692E1;
	}
	#menuToggle>div:last-child {
		margin-bottom: 0;
	}
	.menu-head{
		position: fixed;
		left: -110%;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 100;
		top: 0;
		bottom: 0;
		background-color: rgba(59, 59, 59, 0.95);
		transition: .5s;
	}
	body.showMenu .menu-head{
		left: 0;
	}
	body.showMenu{
		overflow: hidden;
	}
	.menu-head .menu-mobi{
		max-width: 280px;
		margin-left: 0;
		background-color: #3b3b3b;
		color: #fff;
		padding: 30px;
		height: 100%;
		overflow: auto;
	}
	.menu-head .close-btn {
		height: 30px;
		width: 30px;
		position: absolute;
		right: 20px;
		top: 15px;
		cursor: pointer;
		transition: .2s;
	}
	.menu-head .close-btn:before, .menu-head .close-btn:after {
		content: '';
		display: block;
		width: 34px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	.menu-head .close-btn:after {
		transform: rotate(-45deg);
	}
	.menu-head .close-btn:hover {
		opacity: .8;
	}
	.menu-head .contact-block {
		padding-top: 20px;
		color: #fff;
	}
	.menu-head .contact-block .contact-info>div:not(:last-child){
		margin-bottom: 15px;
	}
	#header .menu-component>ul.menu-list{
		display: block;
		margin: 0;
	}
	#header .menu-component>ul.menu-list>li{
		padding: 0;
	}
	#header .menu-component>ul.menu-list>li>.item a,
	#header .menu-component>ul.menu-list>li>.item span{
		margin: 5px 0;
		display: inline-block;
	}
	#header .menu-component .parent>.item:after{
		border-color: #fff;
	}
	#header .menu-component .child-menu{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: none;
	}
	#header .menu-component .parent>.item{
		padding-right: 35px;
	}
	.title-module, h1.title-page, h1{
		font-size: 40px;
		margin-bottom: 50px;
	}
}
@media (max-width:1200px) AND (min-width: 992px){
    .preim-block .list-preim .panel .caption{
        font-size:16px;
    }
}
@media (max-width: 991.98px) {
	.categories-home .item-cat .image{
		margin-bottom: 30px;
	}
	.categories-home .item-cat a.panel{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.title-module, h1.title-page, h1{
		font-size: 35px;
		margin-bottom: 40px;
	}
	.breadcrumb{
		margin-bottom: 10px;
	}
	.category-list-group{
		margin-bottom: 60px;
	}
	.categories-home .list-slide-cat:not(.slick-slider) .item-cat{
	    -ms-flex: 0 0 33.3333%;
	    flex: 0 0 33.3333%;
	    max-width:33.3333%;
	}
}
@media (max-width: 767.98px){
	.title-module, h1.title-page, h1{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.breadcrumb{
		font-size: 16px;
	}
	.breadcrumb li {
		margin-bottom: 5px;
	}
	.preim-block .list-preim .panel .caption {
		font-size: 16px;
	}
	.preim-block {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.categories-home .title-module{
		margin-bottom: 15px;
	}
	.preim-block .list-preim{
		padding-top: 0;
	}
	#footer {
		padding-top: 30px;
	}
	#footer .line-copy-dev .col-12{
		padding-top: 0;
	}
	.categories-home{
		padding-top: 0;
	}
	.category-list-group{
		margin-bottom: 40px;
	}
	body.information-contact #footer .line-maps{
		margin-bottom: 50px;
	}
	.categories-home .list-slide-cat:not(.slick-slider) .item-cat{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width:50%;
	}
}
@media (max-width: 575.98px){
	.title-module, h1.title-page, h1{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.breadcrumb{
		margin-top: 5px;
	}
	.preim-block .list-preim .panel{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.list-product .item-product .panel{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.preim-block .list-preim .panel .image,
	.list-product .item-product .image,
	.list-product .item-product .title{
		margin-bottom: 20px;
	}
	.list-article .item-article .btn-line{
		margin-top: 20px;
	}
	.list-product .item-product .title{
		height: auto;
	}
	.category-list-group li{
		padding: 0;
	}
	.category-list-group li a.item-cat{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.category-list-group ul,
	.category-list-group li a.item-cat{
		display: block;
	}
	.category-list-group,
	.line-head-cat .title-page, .line-head-cat .btn-site{
		margin-bottom: 30px;
	}
	body.information-contact #footer .line-maps{
		margin-bottom: 30px;
	}
}
@media (max-width: 499.98px){
	.title-module, h1.title-page, h1{
		font-size: 24px;
	}
	.categories-home .list-slide-cat:not(.slick-slider) .item-cat{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width:100%;
	}
}
@media (max-width: 379.98px){
	#header .top-line .item-contact{
		padding-right: 0;
		padding-left: 0;
	}
	#header .top-line .item-contact .icon-link{
		padding-left: 22px;
	}
	.title-module, h1.title-page, h1{
		font-size: 22px;
	}
	.contact-form-panel .contact-panel{
		padding: 20px;
	}
}