
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Lato', sans-serif;
	width: 100%;
	color:#303030;
}
body, input, textarea, select, .radio label, .checkbox label, a{
     font-family:'Lato', sans-serif;
}

p{
  padding-bottom:10px;
}
b{
  font-weight:600;
}
a{color:#303030}


.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	
}
.clear{
	clear:both;
}


#content h1{
      font-size: 26px;
    margin-bottom: 40px;
    text-transform: none;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	color:#000;
	    max-width: 1290px;
    position: relative;
	padding: 0 60px;
}
.header a{
	color:#b6b6b6;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	    letter-spacing: 1px;
}
.header a:hover{
	color:#e31108;
}

.logo{
    text-align: center;
    position: absolute;
    max-width: 110px;
    left: calc(50% - 55px);
    top: 28px;
    z-index: 1000;
}
.logo img{
max-width: 100%;
}

.top div{
	float: left;
	font-size:14px;
    text-transform: uppercase;
}
.top2 > div{
    text-transform: uppercase;
}
.top2 .tel{
margin-left: auto;
}
.language_current {
  margin-left: 20px;
  border: none;
}
.language_current:hover {
  background-color: transparent;
}
.language_current:hover a {
  text-decoration: none;
}
.language_current .top_header_drop_down {
  z-index: 10000;
}
.language_current i {
  font-size: 16px;
  vertical-align: middle;
}
.header__social-block{
margin-left: 20px;
}
.header__social-block a{
height: 34px;
line-height: 35px;
padding: 0 8px;
margin:0 4px;
display: inline-block;
vertical-align: middle;
}
.header__social-block a:hover{
color: #e31108;
}
.top2{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0 22px;
font-family: 'Roboto', sans-serif;
}
.contacts_wrap{
display: flex;
align-items: center; 
padding-top: 5px;
}
.btns_sep{
    content: "";
    display: block;
    height: 3px;
    width: 3px;
    background: #e1e1e1;
    border-radius: 100%;
    opacity: 0.3;
    margin: 0 15px;
}
.zamer{
	position: relative;
	text-decoration:none;
}
.call{
	position: relative;
	text-decoration:none;
}
.tel input.visible {
  visibility: visible !important;
}
.tel label{
	color:#000;
	
}

.container_tel {
    width: 100%; 
	line-height: 1.4;
}

.container_tel input {
	height: 2.5em;
	visibility: hidden;
}

.container_tel label {
    cursor: pointer;
    display: block;
    font-size: 21px;
	color:#999999;
	white-space:nowrap;
}
.container_tel label span{
font-size:18px;
	font-weight: 600;
}


.container_tel label a{
letter-spacing: 0.3px;
}
.container_tel label {
}
.container_tel label .toggle_phones_btn{
width:40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
display: none;
}
.container_tel label .toggle_phones_btn:after{
display: inline-block;
content: " ";
width: 8px;
height: 8px;
border-color: transparent;
margin-left: 0px;
border: 2px solid #b6b6b6;
border-right: 0;
border-bottom: 0;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
vertical-align: top;
margin-top: 2px;
transition: transform 0.2s;
}
.container_tel.active label .toggle_phones_btn:after{
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.container_tel .toggle_phones_block{
position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    transform: translate(0,-30px);
    transition: all 0.2s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 5px 25px rgba(0,0,0,0.25);
    text-align: center;
    line-height: 1em;
    z-index: 1001;
}
.container_tel .toggle_phones_block a{
color: #172041;
}
.container_tel .toggle_phones_block a:hover{
color: #e31108;
}
.container_tel.active .toggle_phones_block{
z-index: 1001;
opacity: 1;
visibility: visible;
transform: translate(0,0px);
}

#terms .quickcheckout-content label{
    float: left;
    width: 64%;
    text-align: left;
}

.search{
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    right: 00px;
    z-index: 200;
}
.search-text{
	cursor: pointer;
}
.basket{
	padding: 16px 50px 010px 70px;
	position: relative;
	font-size:14px;
	background:#f5f5f5;
}
.shortcut .shortcut_heading{
    height: auto;
    padding: 0 6px 0 8px;
    font-size: 18px;
}
/*#cart:before{
	background: url(../../../../../image/front-page/basket.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -34px;
	width: 29px;
	height: 25px;
	content: "";
}*/
#cart {
  margin-left: 20px;
}
.grid_holder {
  font-size: 14px;
}
.cart_ico {
    color: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    font-size: 20px;
    line-height: 34px;
    background-color: red;
    display: inline-block;
    text-align: center;
    padding-right: 3px;
}
.shortcut#cart:hover > .shortcut_heading {
  color: #fff;
}

.menu{
	background: #610822;
	height:40px;
	position: relative;
}

.menu > div{
	background: #800a2d;
	max-width: 1100px;
	height:100%;
	margin: 0 auto;
}

#menu > ul > li > a, .mobile_menu_trigger{
  color:#252525;
  font-size: 11px;
  text-transform: uppercase;
}

#menu > ul > li:hover > a, #menu > ul > li.current > a{
  background:transparent;
  text-decoration:underline;
}
.mobile_menu_trigger {
	background:transparent;
}
.central-menu-block{
  background: #fdff35;
  width:190px;
  text-align: center;
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
      height: 48px;
}
.central-menu-block ul{
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.calc_link{
background: #000;
width: 215px;
text-align: center;
-o-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
height: 48px;
padding-left:60px;
}
body #menu > ul > li.calc_link > a{
-o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    display: block;
    padding: 12px 0px 0px 15px;
}
.calc_link a:before {
    background: url(../../../../../image/front-page/calc.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 24px;
    content: "";
    margin-right: 15px;
}

#menu > ul {
    margin: 0 0 0 0px;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}

.withsubs ul li{
      display: inline-block;
    position: relative;
    text-align: left;
    float: left;
    padding: 0;
    margin: 0;
}

.withsubs ul li a{
  color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 0px 20px;
    height: 48px;
    line-height: 48px;
	font-weight:600;
}
.withsubs ul li a:hover{
  text-decoration:underline;
}

.common-home #baner_fon{
    background: #D2CCCA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #D2CCCA 30%, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #D2CCCA 30%, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #D2CCCA 30%, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #D2CCCA, #fff); /* Standard syntax */
    height: 457px;
    position: absolute;
    width: 100%;
    max-width: 100%;
    display:block;
}
#baner_fon{
    display:none;
}
.header_wrapper{
  margin-bottom:0;
  background: #172041;
}

#banner0 .owl-wrapper-outer{
  border:none;
}

#banner0 img{
  margin:0;
  padding:0;
  width:100%;
}

.baner{
	background: #a6c0cd;
	
}

.baner > div{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.baner a{

	height:442px;
	display:block;
}
.baner_bottom_wrap{
padding: 32px 0 12px;
}
.baner_bottom{
display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.baner_bottom .item{
width: 23%;
}
.baner_bottom .item_ico{
height: 60px;
width: 60px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 17px;
border: 1px solid #000;
border-radius: 100%;
}
.baner_bottom .item_ico img{
	max-width: 55%;
	max-height:55%;
}
.baner_bottom .item .text{
font-size: 15px;
font-weight: 400;
/*font-style: italic;*/
color: #959595;
}
.baner_bottom .item .title{
font-size: 16px;
text-transform: uppercase;
color: #000;
font-style: normal;
font-weight: 600;
margin-bottom: 14px;
letter-spacing: 2px;
min-height: 32px;
}
.baner_bottom .item_sep{
    min-width: 60px;
    border-top: 1px solid #e1e1e1;
    margin-top: 45px;
    margin: 45px -20px 0;
}
.btn_wrap{
	text-align:center;
	padding:34px 0px 49px;
}
.consult_btn{
background: #172041;
    display: inline-block;
    color: #fff;
    padding: 18px 30px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    transition: all 0.3s;
    border: 2px solid #E31108;
}
.consult_btn:hover{
	background:#fff;
	color:#000;
border: 2px solid #E31108
}
.top div #search input{
	transition: all 300ms linear;
	margin: -9px 0 8px 12px;
	width: 0;
	padding: 0;
	border: 0;
}
.top div #search input.active{
	width: 174px;
	padding: 6px 8px;
	border: 1px solid #e9e9e9;
}

.owl-prev{
  background: url(../../../../../image/front-page/arr_small_06.png) no-repeat 0 0;
  width:13px;
  height:43px;
  float: left;
    margin-left: -33px;
    margin-top: 14px;
}

.owl-next{
  background: url(../../../../../image/front-page/arr_small_03.png) no-repeat 0 0;
  width:13px;
  height:43px;
  float: right;
    margin-top: 14px;
}



/* CHANGES */

.production {
	width: 730px;
}

.production .production_list_info {
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.production p {
	line-height: 1.6;
}
.production>p {
	margin-bottom: 25px;
}
.production p:last-child {
	margin-left: 65px;
}
.par_green {
	color: #339900;
	font-size: 15px;
}

.production_video {
	margin-bottom: 50px;
}

.production_list_num {
	background-color: #89dc66;
	border-radius: 50%;
	width: 39px;
	height: 39px;
	text-align: center;
	padding-top: 7px;
	float: left;
	font-weight: 600;
}

.production_list {
	margin: 35px 35px 30px;
}


/* END */




/* Middle
-----------------------------------------------------------------------------*/
.brend, .prod, .rew, .step, .articles{
	padding:0 35px;
}

#carousel0 .owl-wrapper-outer{
    width: 80%;
    margin: auto;
}

#carousel0 .owl-buttons {margin-top: 174px;}

.h3{
	color:#000;
	font-size:28px;
	text-align: center;
	padding: 24px 0 12px;
	margin: 0;
}

.brend .h3{
    padding-top: 0px;
    padding-bottom: 44px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2.55px;
    font-weight: 600;
}

.h4{
	color:#e31108;
	font-size:16px;
	text-align: left;
	padding: 40px 0 0px;
	font-weight:600;
}

.brend p{
	color: #666;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    max-width: 42%;
    margin: 0 auto;
}
#carousel0{
margin-bottom:93px;
}
#carousel0 .owl-pagination {
    display: none;
}

#carousel0 .owl-controls .owl-buttons .owl-prev {
display:none;
}

#carousel0 .owl-controls .owl-buttons .owl-next {
display:none;
}
.rew .h3{
    background: #f7f7f7;
    padding-bottom: 30px;
}

.prod .block{
    margin-bottom: 32px;
    position: relative;
}
.prod .block:last-child{
    margin-bottom: 0px;
}
.prod{
max-width:1460px;
margin:0 auto;
overflow:hidden;
padding:0;
}
.prod .container{
max-width: 1200px;
}
.prod .category_item{
position: relative;
overflow: hidden;
}
.prod .category_item img{
max-width: calc(100% + 30px);
display: block;
width: calc(100% + 30px);
transition: opacity .35s,-webkit-transform .35s;
transition: opacity .35s,transform .35s;
transition: opacity .35s,transform .35s,-webkit-transform .35s;
-webkit-transform: translate3d(-30px,0,0);
transform: translate3d(-30px,0,0);
}
.prod .category_item:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.prod .category_item .text{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #000;
text-transform: uppercase;
padding: 50px 29px 0;
box-sizing: border-box;
transition: padding 0.3s;
}
.prod .category_item:hover .text{
	padding-top:70px;
}
.prod .col-sm-4:first-child .block:last-child:hover .text{
	padding-top:70px;
}
.prod .col-sm-4:first-child .block:last-child:hover .text{
padding-top: 62px;
}
.prod .col-sm-4:nth-child(3) .block:first-child:hover .text {
    padding-top: 48px;
}
.prod .col-sm-4:nth-child(3) .block:last-child:hover .text {
    padding-top: 79px;
}
.prod .col-sm-4:nth-child(2) .block .text  > *:first-child {
    transition: margin 0.3s;
}
.prod .col-sm-4:nth-child(2) .block:hover .text  > *:first-child {
    margin-bottom: 30px;
}


.prod .col-sm-4:nth-child(2) .block .text{
padding: 50px 0 6px 5px;
}
.prod .col-sm-4:nth-child(3) .block:first-child .text{
padding: 28px 37px;
text-align: right;
}
.prod .category_item .text > *:first-child{
margin-bottom: 10px;
}
.prod .category_item .subtitle{
    font-size: 14px;
    letter-spacing: 4px;
}
.prod .category_item .title{
font-size:42px;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: 1px;
}
.prod .category_item .category_item_link{
font-size: 12px;
position: absolute;
bottom: 52px;
left: 31px;
display: flex;
align-items: center;
justify-content: flex-start;
letter-spacing: 3px;
}
.prod .category_item .category_item_link:before{
content: "";
display: inline-block;
width: 35px;
border-top: 1px solid #000;
margin-right: 25px;
}
.prod .category_item .category_item_link[color="#FFFFFF"]:before{
border-top: 1px solid #fff;
}
.prod .category_item .transform{
display: flex;
align-items: flex-end;
}
.prod .category_item .transform_text{
transform:rotate(-90deg);
margin-bottom: 0;
transform-origin: 20% 20%;
}
.prod .col-sm-4:nth-child(2) .subtitle{
font-size: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 17px;
}
.prod .col-sm-4:nth-child(2) .subtitle:after{
    content: "";
    display: inline-block;
    width: 35px;
    border-top: 1px solid #000;
    margin-left: 25px;
}
.prod .col-sm-4:nth-child(2) .title{
font-size: 48px;
}
.prod .col-sm-4:nth-child(3) .block:last-child .text{
padding: 59px 30px 0;
}
.prod .col-sm-4:nth-child(3) .block:last-child  .subtitle{
  font-size: 18px;
  margin-bottom: 15px;
}
.prod .col-sm-4:nth-child(3) .block:last-child .category_item_link{
    font-size: 12px;
    position: absolute;
    bottom: 34px;
    left: 29px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 3px;
}




.form_zamer{
background: url(../image/zamer_img.jpg) no-repeat center left;
    position: relative;
    color: #000;
    padding: 25px 0 25px 0;
    max-width: 1170px;
    margin: 101px auto 140px;
}
.form_zamer:after{
content: "";
display: block;
clear: both;
}
.providers_form{
    background: url(../image/banner2.jpg) no-repeat center left;
    margin: 63px auto 50px;
    max-width: 1110px;
    padding: 30px 0 85px 0;
}
.providers_form.form_zamer .transform_text{
position: absolute;
    left: -133px;
    transform: rotate(-90deg);
    transform-origin: 23%;
    font-size: 11px;
    bottom: 37px;
    padding: 15px 78px 15px 21px;
    background: transparent; 
    color: #172041;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    line-height: 1.8em;
    text-align: left;
}
.providers_form.form_zamer .transform_text b{
display: inline;
}
.providers_form.form_zamer form{
    margin-right: -30px;
    height: 245px;
    padding: 45px 45px 0;
}
.providers_form.form_zamer div{
text-align: left;
}
.providers_form.form_zamer form .form_subtitle{
margin-bottom: 20px;
}
.providers_form.form_zamer form .form_title{
margin-bottom: 30px;
}
.providers_form.form_zamer .flex_wrap{
background: #fff;
}
.providers_form.form_zamer .flex_wrap .item{
width: calc(100% - 137px);
}
.providers_form.form_zamer .flex_wrap .form_btn{
width: 130px;
}
.providers_form.form_zamer p{
padding-bottom:0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.providers_form.form_zamer .sub input{
margin:0;
bottom: 0;
background: #fff;
color: #000;
border: 0;
}
.providers_form.form_zamer .sub:before{
    content: "";
    display: inline-block;
    width: 60px;
    border-top: 1px solid #000;
    margin-right: 15px;
    margin-left: -20px;
    transition: all 0.2s;
}
.providers_form.form_zamer .sub:hover:before{
margin-right: 10px;
margin-left: -15px;
}

.form_zamer .hidden_zamer
{
	display: none;
}

/*.form_zamer:after{
	background: url(../../../../../image/front-page/form_zamer.png) no-repeat 0 0;
	position: absolute;
	top:-80px;
	right:0;
	width: 206px;
	height: 306px;
	content: "";

}*/
.form_zamer div{
	text-align: center;
}
.form_zamer form{
margin-left: 67px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 51.2%;
    float: right;
    background: #e1e1e1;
    padding: 60px 30px 28px;
    position: relative;
}
/*.form_zamer:not(.providers_form) form:after{
    content: "";
    height: 56px;
    border-left: 1px solid #000;
    left: 50%;
    top: -28px;
    display: block;
    position: absolute;
}*/
.form_zamer .transform_text{
    position: absolute;
    left: -4px;
    transform: rotate(-90deg);
    transform-origin: 23%;
    font-size: 11px;
    bottom: -3px;
    padding: 15px 78px 15px 21px;
    background: #172041;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    line-height: 1.8em;
    text-align: left;
}
.form_zamer .transform_text b{
display: block;
}
.form_zamer form .form_title{
    margin-bottom: 15px;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
}
.form_zamer form .form_subtitle{
margin-bottom: 51px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.form_zamer .flex_wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.form_zamer .flex_wrap .item{
width: 47.5%;
}
.form_zamer .flex_wrap .form_btn{
width: 100%;
}
.form_zamer input{
padding: 15px 29px;
width: 100%;
border: 0;
font-size: 11px;
text-transform: uppercase;
}
.form_zamer .sub input{
background: #172041;
border: 2px solid #E31108;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
cursor: pointer;
width: 100%;
color: #fff;
padding: 14px 14px;
max-width: 350px;
margin: 4px 0 -25px;
position: relative;
bottom: -45px;
letter-spacing: 1px;
}
.form_zamer .sub input:hover{
background: #fff;
color: #000;
}
.step{
padding: 30px 0;
position: relative;
margin-bottom: 30px;
}
.step .container{
max-width: 1205px;
}
.step>div{
position: relative;
z-index: 1;
}
.step .step_title{
    font-size: 24px;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.9em;
    position: relative;
}
.step .step_title b{
font-size: 36px;
font-weight: 700;
letter-spacing: 11px;
}
.step .step_title:after{
content: "";
    display: block;
    position: absolute;
    left: -136px;
    top: 18px;
    width: 100px;
    border-top: 1px solid #000;
}
.step .item{
color: #000;
}
.step .col-sm-4{
margin-bottom: 55px;
}
.step .col-sm-4:nth-child(3) ~ div{
margin-bottom: 0;
}
.step .col-sm-4:nth-child(3n + 1){
clear: left;
}
.step .col-sm-4:after{
font-size: 60px;
color: #f1f1f1;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
transform: rotate(-90deg);
position: absolute;
left: 0;
top: 0;
}
.step .col-sm-4:nth-child(2):after{
content: "01";
}
.step .col-sm-4:nth-child(3):after{
content: "02";
}
.step .col-sm-4:nth-child(4):after{
content: "03";
}
.step .col-sm-4:nth-child(5):after{
content: "04";
}
.step .col-sm-4:nth-child(6):after{
content: "05";
}
.step .step_item{
padding-left: 20%;
padding-top: 35px;
}
.step .step_item:before{
    height: 10px;
    content: "";
    width: 10px;
    border: 2px solid #f1f1f1;
    position: absolute;
    top: 80px;
    left: 25px;
    border-radius: 100%;
}
.step .step_item:after{
    height: 60px;
    content: "";
    width: 1px;
    border-left: 2px solid #f1f1f1;
    position: absolute;
    top: 90px;
    left: 29px;
}
.step .item_title{
font-size: 15px;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 30px;
}
.step .item_text{
    color: #959595;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 31px;
    padding-right: 25px;
}
.step a.item_link{
    color: #000;
    font-size: 11px;
    padding: 19px 61px;
    border: 2px solid #E31108;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 4px;
}
.step a.item_link:hover{
background: #172041;
color: #fff;
}

.article_wrap{
display: flex;
justify-content: space-between;
}
.articles .h3{
	margin-bottom: 50px;
}

.articles > div a{
	font-size: 15px;
    float: left;
    width: calc(25% - 30px);
    font-weight: 600;
    text-decoration: none;
}
.articles > div .img{
    height: 200px;
    display: block;
}
.articles > div a .title{
font-size:18px;
margin-top:15px;
font-weight:600;

}
.articles > div a p:not(.title){
font-size: 16px;
margin-top: 0px;
color: #6c6c6c;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
line-height: 1.2em;
}
.postav{
max-width:1240px;
margin:124px auto 0px;
}

.box.custom .list {
margin: 58px 0;
background: url(../image/inner_bg.jpg) no-repeat left center;
display: flex;
align-items: center;
justify-content: space-between;
}
.list .h3{
    color: #000;
    font-size: 30px;
    text-align: left;
    padding: 95px 00 60px 140px;
    line-height: 1.6em;
}
.list .h3 span{
text-transform: uppercase;
font-size: 40px;
letter-spacing: 4px;
font-weight: 700;
}
.list .h3 + div{
margin:35px 0 0;
}
.list a{
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
display: inline-block;
width: 260px;
font-weight: 400;
margin: 0 25px;
padding: 17px;
border:2px solid #E31108;
text-align: center;
}
.list a:first-child{
color: #172041
}
.list a:last-child{
color: #fff;
background: #172041;
}
.list a:first-child:hover{
color: #fff;
background: #172041;
}
.list a:last-child:hover{
color: #172041;
background: transparent;
}

.seo_text{
max-width:1205px;
margin:0 auto;
padding: 50px 0;
}
.seo_content{
padding-top: 30px;
}
.seo_content > div{
position: relative;
z-index: 1;
}
.seo_text .seo_content:after{
content: "A";
    font-size: 170px;
    position: absolute;
    left: -32px;
    top: 15px;
    color: #f1f1f1;
    font-weight: 300;
    line-height: 140px;
    display: block;
}
.seo_text .seo_title{
font-size:36px;
letter-spacing: 11px;
font-weight:700;
position: relative;
margin-bottom: 13px;
}
.seo_text .seo_subtitle{
font-size: 24px;
letter-spacing: 5px;
text-transform: uppercase;
}
.seo_text_block{
margin-top: 35px;
}
.seo_text p{
color: #959595;
padding: 0px 0 0;
font-size: 16px;
line-height: 1.4em;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 15px;
}
.seo_text p:last-child{
/*margin-bottom: 0px;*/
}
.seo_text_block p a, .seo_text_block p span{
color:#339966!important;
}
.seo_text .bottom_btn a{
color: #000;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 4px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 35px;
}
.seo_text .bottom_btn a:before{
content: "";
display: inline-block;
width: 40px;
border-top: 1px solid #000;
margin-right: 15px;
transition: all 0.3s;
}
.seo_text .bottom_btn a:hover:before{
margin-left: 5px;
margin-right: 10px;
}
.seo_img{
position: relative;
    text-align: right;
    padding-right: 50px;
}
.seo_img .transform_text {
position: absolute;
    right: 5px;
    transform: rotate(-90deg);
    transform-origin: right;
    font-size: 11px;
    padding: 0;
    color: #000;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 346px;
    line-height: 20px;
    top: 0;
    text-align: left;
}

.map{
width:100%;
height: 100%;
}
.map iframe{
height:50%;
}
.map{
color:#ffffdb;
}
.prefooter{
padding: 45px 0 15px;
margin-bottom: 95px;
}
.prefooter .container{
max-width: 1200px;
}
.prefooter .row:after, .prefooter .row:before{
display: none;
}
.prefooter .row{
display: flex;
justify-content: space-between;
}
.prefooter_text{
padding-left: 35px;
}
.prefooter_text .prefooter_title{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 25px;
}
.prefooter_text .prefooter_address{
font-weight: 600;
margin-bottom: 50px;
font-size: 17px;
}
.prefooter_text .prefooter_info{
font-size: 15px;
margin-bottom: 55px;
}
.prefooter_text .prefooter_info a{
color: #959595;
font-weight: 400;
}
.prefooter_text .prefooter_info b{
font-weight: 400;
letter-spacing: 1px;
}
.prefooter_text > *:last-child{
margin-bottom: 0;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
background: #172041;
padding:50px 0 32px;
color: #fff;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
.footer a{
color: #fff;
}
.footer a:hover{
color: #E31108
}
.footer_logo{
width:20%;
}
.footer .footer_title{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer .footer_menu{
line-height: 2.9em;
}
.footer .footer_adress{
font-size: 12px;
margin-bottom: 20px;
line-height: 1.6em;
letter-spacing: 1px;
text-transform: none;
}
.footer .footer_info{
line-height: 2.5em;
font-size: 12px;
}
.footer .soc a i{
color: #fff;
font-size: 20px;
padding: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 100%;
}
.footer .soc a{
display:inline-block;
}
.footer .soc a:hover i{
	color: #e31108;
}
.footer > div > div.soc_wrap{
float:right;
margin-right: 20px;
margin-top: 10px;
}
.footer .one > div > div{
margin-bottom:20px;
}
#search{  
  margin-left:10px;  
}
#search input{
  height: 28px;
  width: 250px;
  background:transparent;
  border:0;
  border-bottom:1px solid #cccccc;
}
.footer .footer_menu a{
	color:#fff;
	text-decoration: none;
	display: block;
	font-weight: 500;
	
}
#footer a{
	font-size: 12px;
}
.footer .footer_menu a:hover{
color: #E31108
}
.footer .btns.contacts_wrap{
    width: 30%;
    text-align: center;
    margin-top: 10px;
}
.footer_form .form_item{
margin-bottom: 20px;
}
.footer_form .form_item input:not([type="submit"]){
height: 40px;
padding: 0 15px;
box-sizing: border-box;
border:0;
border-bottom: 1px solid #e31108;
font-size: 11px;
font-weight: 400;
background: transparent;
color: #fff;
letter-spacing: 2px;
width: 100%;
text-transform: uppercase;
}
.footer_form .form_submit{
margin-bottom: 0px;
margin-top: 40px;
}
.footer_form input[type="submit"]{
border: 2px solid #e31108;
height: 50px;
text-align: center;
font-size: 11px;
font-weight: 400;
background: transparent;
color: #fff;
letter-spacing: 2px;
width: 100%;
}
.footer_form input[type="submit"]:hover{
color: #fff;
background: #e31108;
}
.footer_form input[type="text"]::-webkit-input-placeholder {
color: #fff;
} 
.footer_form input[type="text"]::-moz-placeholder{
color:#fff;
}
.footer_form input[type="email"]::-webkit-input-placeholder {
color: #fff;
} 
.footer_form input[type="email"]::-moz-placeholder {
color: #fff;
}
.header_main{
background: #172041;
width: 100%;
}
.sticky{
padding-bottom: 83px;
}
.sticky .logo {
position: fixed;
top: 0;
}
.sticky .header_main{
position: fixed;
top: 0;
left: 0;
right: 0;
}
.information-information .container:not(.header), .blog-category .container:not(.header),
div:not(.common-home) > .outer_container > .container:not(.header){
max-width: 1200px;
}
.header_main > .container, .information-information .header_main > .container,
.blog-category .header_main > .container{
padding: 0 60px;
max-width: 1290px
}

.header_main .header_left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}
.footer .contacts_wrap.btns > a.btn{
background: #8add66;
    width: 198px;
    text-align: center;
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    height: 36px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border: 0;
    margin-top: 15px;
}
.footer .contacts_wrap.btns > a.btn span{
-o-transform: skewX(20deg);
-ms-transform: skewX(20deg);
-moz-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
display: block;
}


/* breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb li:last-child a {
    cursor: default;
    color: #000;
    font-weight:600;
}


/* Page Contact
-----------------------------------------------------------------------------*/
.contact{
	float:left;
	width:50%;
}

.contact{
	float:left;
	width:50%;
}

.contact_left{float:left}

.contact_right{float:left;
  margin: 0 0px 7px 8px;
}


/* Page manufacturer
-----------------------------------------------------------------------------*/

.manufactur_block{
  font-size: 15px;
    width: 49%;
    display: inline-block;
    margin-bottom:20px;
        height: 120px;
}

.man_left{
       width: 29%;
    display: table-cell;
    line-height: 19px;
    vertical-align: middle;
    height: 100px;
        padding: 0 10px;
	text-align: center;	
}
.man_left p{
    margin-top:10px;	
}


.man_right{
    width: 70%;
    display: table-cell;
    line-height: 20px;
    height: 100px;
    padding: 0 100px 0 10px;
    vertical-align: middle;
}


.man_right a{
  color:#990033;
  text-decoration:underline;
  display:block;
}

/* Form
-----------------------------------------------------------------------------*/

#form-fields{
	width:792px;
	background: #e31108;
	padding:100px 160px;
	text-align: center;
	position:relative;
	left: 20%;
	top:10%;
	margin-top:10px;
}

.description > div{
	color:#000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:30px;
}

.description p{
	color:#000;
	font-size: 15px;
	margin-bottom:30px;
}

.input-field{
padding: 15px 29px;
    width: 100%;
    border: 0;
    font-size: 11px;
    text-transform: uppercase;
}
#message{
	height:75px;
}

#search input::-webkit-input-placeholder {
font-weight:600;
font-size:17px;
} 
#search input::-moz-placeholder{
font-weight:600;
font-size:17px;
}
input[type="text"]::-webkit-input-placeholder {
    color: #acacac;
   } 
 input[type="text"]::-moz-placeholder{
 	color:#acacac;
 }
input[type="email"]::-webkit-input-placeholder {
    color: #acacac;
   } 
input[type="email"]::-moz-placeholder {
    color: #acacac;
   }
input[type="tel"]::-webkit-input-placeholder {
    color: #acacac;

   } 
input[type="tel"]::-moz-placeholder {
    color: #acacac;
   }     



.field-wrapper p {
	color:#000;
	text-align: left;
	font-size: 15px;
	padding:22px 0 12px;
}

input.submit,
input#submit{
    background: #172041;
    border: 2px solid #E31108;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    color: #fff;
    padding: 14px 14px;
    max-width: 350px;
    margin: 35px 0 0px;
    position: relative;
    letter-spacing: 1px;
}

input.submit:hover,
input#submit:hover{
    background: #fff;
    color: #000;
}

#cancel i{
    position: absolute;
    top: 0;
    right: 0;
    color:#fff;
    font-size: 15px;
}

/* Basket
-----------------------------------------------------------------------------*/
.cart-reload{
  text-align:right;
}

.cart-reload p{
  background:#fff0bb;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  width:270px;
  text-align:center;
  padding:20px 0;
  cursor:pointer;
  display: inline-block;
  margin:45px 0 110px;
}
.cart-reload p:hover{
  text-decoration:underline
}

.cart-total-bottom a.button.active{
  margin-left: 14px
}

.cart-total-bottom a.button{
  padding: 14px 20px;
}

.remove a.sq_icon{
  background: url(../../../../../image/front-page/basket_icon.png) no-repeat 0 0;
}

#cart:hover .content {
    padding: 14px;
}


/* Checkout
-----------------------------------------------------------------------------*/
.steps .step{
  width:50%;
}


.step .step-title{
  color:#dadada;
  font-size: 22px;
}

.step.active .step-title{
  color:#e31108;
}

.step .step-name{
  color:#dadada;
      font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
}

.step.active .step-name{
  color:#e31108;
}

.active-s1 > .step, .active-s2 > .step .step-title, .active-s2 > .step .step-name{
  color:#670924;
  position:relative;
}


.active-s1 .step.active:before,.active-s2 .step.active:before{
  background: url(../../../../../image/front-page/checkout_arr.png) no-repeat 0 0;
  content: " ";
  display: block;
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: 0px;
  left: 49%;
}



.checkout-progress {
    margin-bottom: 40px;
}

.step-controls .next-step, .step-controls .complete-checkout{
  float:right;
  margin-top: 100px;
}



.step-controls .next-step {
	margin: 150px 0px;
}


.step-controls .prev-step{
  float:left;
  background:#fff0bb;
  margin-top: 100px;
}

.personal-info .row{
  margin-bottom:20px;
}

.radio.method {
    position: relative;
        margin-bottom: 30px;
}

.shipping-method label, .payment-method label, .shipping-method input, .payment-method input{
  color:#303030;
  font-weight: 400;
}

.shipping-method label, .payment-method label{
  position:relative;
  padding-left: 30px;
}

.shipping-method label:before, .payment-method label:before{
  border:1px solid #e31108;
  border-radius:50%;
  width:16px;
  height:16px;
  position:absolute;
  content:" ";
  top:2px;
  left:0px;
}

.shipping-method input[type="radio"], .payment-method input[type="radio"]{
  display:none;
}

.shipping-method input[type="radio"]:checked, .payment-method input[type="radio"]:checked {
     position: absolute;
    display: block;
    top: 0px;
    left: 22px;
}

.shipping-method input[type="radio"]:checked:before, .payment-method input[type="radio"]:checked:before {
  border:6px solid #e31108;
  border-radius:50%;
  width:12px;
  height:12px;
  position:absolute;
  content:" ";
  top:0;
  left:0;
}

.payment-method textarea{
  width:90%;
      min-height: 200px;
}

.customer-info, .shipping-method, .payment-method{
  margin-top:78px;
  font-size:15px;
}

.customer-info h3{
  font-size:18px;
  margin-bottom:20px;
}

.customer-info .data-input label{
  display:block;
  margin:30px 0 10px;
}

.customer-info .data-input input, .customer-info .data-input select{
  width:90%;
  border:1px solid #919191
}



/* Video block on Home
-----------------------------------------------------------------------------*/
.video_block > div{
        width: 30%;
    float: left;
    margin-left: 25px;
    height: 294px;
}

.video_block > div iframe{
  width:100%;
      height: 200px;
}

.video_block p {
    padding: 14px 0 18px;
    font-size: 16px;
}


.video_text{
  font-size: 13px;
  font-weight:600;
  text-align:right;
  display:block;
  color:#303030;
}

.video_text:hover{
  color:#303030;
}


/* Page Tovar
-----------------------------------------------------------------------------*/
.sidebar_privilege{
	border: 1px solid #ebebeb;
    padding: 0 15px;
}
.sidebar_privilege .h1{
text-align: center;
    margin-bottom: 28px;
    font-size: 15px;
    justify-content: center;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.sidebar_privilege > div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
}
.sidebar_privilege > div:not(.h1):after{
content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ebebeb;
    width: 50px;
    margin: 0 auto;
}
.sidebar_privilege > div:last-child{
padding-bottom: 0;
}
.sidebar_privilege > div:last-child:after{
display: none;
}
.righ_info_image{
    text-align: center;
}
.righ_info_image img{
    max-width: 100%;
    max-height: 30px;
}
.sidebar_privilege p{
max-width: calc(100% - 60px);
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
    width: auto;
    display: inline-block;
    font-size: 13px;
}
.sidebar_privilege > div > div:not(.righ_info_image){
width: 100%;
text-align: center;
margin-top: 5px;
}
body #content .product-info .right .right_product {
	margin-left: 50px;
}
body #content .product-info .right .right_product h1{
	color: #000;
}

#content .product-info .right h1{
  font-size:22px;
  text-transform:uppercase;
  font-weight:600;
}

#content .product-info .right {	
	 padding: 0;
	 width: calc(100% - 320px);
	 float: left;
}
.product-info .review {
    font-size: 14px;
    /*margin: 28px 0 26px;*/
    margin:5px 0 69px;
}

.product-info .review .fa-star:before {
    color: #fdff35;
}

.product-info .description span {
        margin-bottom: 5px;
}

.product-info{
  font-size:15px;
  color:#303030;
}

.product-info .description a, .product-info .description .stock_status{
  color:#303030;
  font-weight:600;
}

.price, .price-new {
    /*margin-top: 47px;*/
    margin-top:25px;
}

.product-info .price span{
  font-size:40px;
  color: #c30916;
}
.product-info .equipment div{
	margin-bottom: 10px;
}
.product-info .equipment div p {
	line-height: 0.4;
}
.product-info .equipment div p:first-child{
	font-weight: 600;
}

.product-info .options {
  /*margin-top:60px;*/
    margin-top:30px;
}

.product-info .control-label {
	/*margin-bottom:12px;*/
    margin-bottom: 5px;
}

.product-info select:focus {
    border-color: #d18098;
    box-shadow: 0px 0px 3px rgba(209, 128, 152, 0.8) !important;
    transition: box-shadow 400ms, border-color 400ms;
}

.product-info .product_amt{
      /*margin: 46px 0 32px;*/
      /*margin: 15px 0 10px;*/
      margin: 20px 0 40px;
}

.product_amt .minus{
  margin-left:10px
}

.product_amt a{
  border:none;
  font-size: 30px;
}

.product_amt span{
      display: inline-block;
    margin-top: 9px;
}

.product_amt input{
  border:1px solid #ebebeb
}

.call-the-gage{
  color:#e31108;
  font-weight:600;
  font-size:18px;
  padding-left: 34px;
  text-transform:uppercase;
  background: url(../../../../../image/front-page/prod_zamer.png) no-repeat 0 1px;  
}

.product-info button.button{
  /*background:#ffc800;*/
    background: #8bdc66;
}

.product-info button.button i{
      font-size: 28px;
          margin-right: 17px;
}

.product-info .cart .button {
background: #fff;
    display: inline-block;
    color: #202542 ;
    padding: 12px 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    transition: all 0.3s;
    border: 2px solid #E31108;
}
.product-info .cart .button:hover {
background: #202542;
    color: #fff ;
    text-decoration: none;
}

#product select{
  font-size:14px;
}


.nav-tabs{
  font-size:15px;
  border-bottom: 1px solid #919191;
  clear: both;
  
}

.nav-tabs a{
  color:#303030
  
}

.nav-tabs li.active a{
  color:#e31108;  
}

.nav-tabs > li.active > a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-color: #919191;
    border-bottom:none;
    border-radius:3px 3px 0 0;
    color:#c30916;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a:hover{
  border:1px solid transparent;
}

.tab-content{
  font-size:15px;
  color:#303030;
}
.product .tab-content{
border: 1px solid #919191;
border-top: 0;
padding: 20px 20px;
border-radius: 0 0 10px 10px;
margin-bottom: 15px;
}

#button-review{
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 18px 30px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    transition: all 0.3s;
    border: 2px solid #E31108;
    float: left;
    line-height: 1em;
    margin-left: -15px;
}
#button-review:hover{
    background: #172041;
    color: #fff;
}



.tab-content input, .tab-content textarea, .tab-content select, .tab-content .form-control{
  border:1px solid #d5d5d5;
}

.review-list .text {
    clear:none;
    float: left;
    padding-left: 30px;
    width: 70%;
}
.review-list .author{
  font-weight:600;
}

.review-list .author .contrast_font {
color: #303030;
}
.seo-description ul, #tab-description ul{
list-style-type: disc;
list-style-position: inside;
margin-bottom: 15px;
}
.seo-description ol, #tab-description ol{
list-style-type: decimal;
list-style-position: inside;
margin-bottom: 15px;
}
#tab-description img,
.seo-description img,
.blog_post img {
max-width: 100%;
}

/* Левая колонка на стр Товара
-----------------------------------------------------------------------------*/
.box-category > ul > li{
  border-bottom:1px solid #ebebeb;
  margin-bottom: 18px;
    padding: 0px 0 20px;
}

.box-category > ul > li > a{
  line-height: 20px;
}


.box-category ul > li > a{
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
}

.box-category li.open ul> li> a{
  font-size:16px;
  font-weight:400;
  text-transform:none
}

.box-category li.open ul{
  margin:20px 0 10px 0;
}

.box-category ul li.open > a{
  color:#c30916;
}

.box-content ul li a:hover {
    color:#e31108;
    background:none;
}

.sign i{
    font-weight: 300;
    color: #e31108;
}

/* Фильтр
-----------------------------------------------------------------------------*/
#column-left .box.filter{
    background:#ccffcc;    
    padding: 36px 26px 26px;
    color:#666666;
    font-size:15px;
}

#column-left .box.filter .contrast_font{
      line-height: 27px;
}

#column-left .box.filter .filter_group select{
  border:none;
      padding: 2px 10px;
      width: 100%;
}

#column-left .box.filter input[type="text"]{
  background:#ccffcc; 
  font-size:15px;
  font-weight:400;
  color:#666666;
}

.ui-slider-horizontal {
    height: 0.3em !important;
}

.ui-widget-content {
    border:none !important;
    background: #ffffff;
    color: #333333;
}
.ui-widget.ui-widget-content {
    border:none !important;
}

.ui-slider .ui-slider-handle {
    width: 0.8em !important;
    height: 0.8em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #999999 !important;
    background: #999999 !important;
    outline: 0;
}

#slider-range.ui-corner-all, .ui-slider-range.ui-corner-all{
  border-radius:0% !important;
}

.ui-corner-all{
  border-radius:50% !important;
}

.filter_group option{
  color:#666666;
}



/* Стр Категории
-----------------------------------------------------------------------------*/

.category-info{
  font-size:15px;
  margin-top: 40px;
}

.box-heading {
    padding: 10px 10px 10px 0px;
    border-bottom: none;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.category-grid .item .name{
  font-size:15px;
  font-weight:600;
   text-align: center;
   margin-bottom: 20px;
}

.category-grid .item .image {
    margin-top: 14px;
     text-align: center;
}


.category-grid .item:hover {
	  -webkit-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.58);
box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.58);

}

.category-grid.grid3 .item {
    width: 27.33%;
    margin-right: 46px;
}
#column-left{
padding-right: 40px;
}
#content.grid3{
  padding-left: 15px;
}


/* Стр Подкатегории
-----------------------------------------------------------------------------*/
.product-grid .information_wrapper .name{
font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    height: 70px;
}
.grid4 .product-grid .item .information_wrapper .name {
	height: auto !important;
	margin: 0px;
	min-height: 48px;
}
.grid4 .product-grid .item .information_wrapper .price {
	min-height: 40px;
}
.product-grid .price, .product-list .price {
	font-size:26px;
	font-weight:600;
	color:#e31108;
	margin: 0 0 0px;
	/*clear: both;
	float: left;*/
}
.product-grid .price {
	font-size: 20px;
}

.product-grid .left {
	padding:10px 0;
}

.product-filter {
    padding: 0px 0px 15px;
}

.product-filter select {
    padding: 1px 4px 4px;
    height: 26px;
    font-size:13px;
    color:#303030;
    font-weight:400;
}

#list_view_icon.active, #list_view_icon:hover, #grid_view_icon.active, #grid_view_icon:hover {
    background: transparent;
    border-color: transparent;
    color: #172041;
}

#list_view_icon, #grid_view_icon {
    margin-right: 14px;
    border: none;
    font-size:26px;
    color:#dadada;
}

.product-grid .item:hover:before, .product-list .item:hover:before {
	 -webkit-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 33px -1px rgba(0,0,0,0.3);
}

.product-list{
  
}

.product-list .information_wrapper .name{
  font-size:20px;
  font-weight:600;
  text-transform:uppercase;
  text-align:left;
  line-height: 23px;
  height: 50px;
}

.product-list .left {
	float: left;
	margin-top: 20px;
}

.product-list .image {
    display: block;
    float: left;
}



/* Blog
-----------------------------------------------------------------------------*/
.blog_latest{
padding: 35px 0;
max-width: 1280px;
margin: 0 auto;
float: none;
}
.blog_latest .box-heading{
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 25px;
}
.blog_item {
    margin-bottom: 75px;
}


.blog_item .blog_title a{
  font-size:18px;
  color:#339900;
  font-weight:600;
}
.blog_latest .bottom_btn a{
    font-size: 13px;
    color: #959595;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog_latest .bottom_btn a:after{
content: "";
display: block;
width: 60px;
margin:5px auto;
border-top: 1px solid #000;
transition: all 0.2s;
}
.blog_latest .bottom_btn a:hover:after{
width: 80px;
}

.blog_summary p {
    color: #303030;
    font-size:15px;
}

.blog_summary a.button.remove {
    border:none;
    background:none;
    color: #990033;
    font-size:15px;
    text-transform:none;
    padding:20px 0 0;
}
.blog_summary a.button.remove:hover {
    text-decoration:underline;
    
}

#content .blog_summary h1{
  font-size:28px;
  font-weight:400;
  margin-bottom:50px;
}

.blog_summary p{
  font-size:15px;
  line-height: 1.3;
  padding-bottom: 15px;
}

.latest .blog_item .image{
    /*width: 247px;*/
    height: 270px;
    border:none;
    border-radius: 3px;
}

.latest .blog_item .image a{
  height: 100% !important;
}
.latest .blog_item .image img{
  height: 100% !important;
  /*max-width: 382px !important;*/
  width: 100%;
}
.latest .blog_item .image{
position: relative;
}
.latest .blog_item .image .text_hover, .blog_item_news .image .text_hover{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
color: #000;
letter-spacing: 2px;
background: rgba(255,255,255,0.5);
transition: all 0.2s;
font-size: 14px;
}
.latest .blog_item .image:hover .text_hover, 
.blog_item_news .image:hover .text_hover{
opacity: 1;
}
.blog_item_news .image > a{
position: relative;
display: block;
}

.latest .blog_item .blog_title a {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
}

.latest .blog_title {
    margin: 0px 0 5px;
}

.latest .blog_summary {
    /*text-align:center;*/
}

.latest .blog_summary .left {
    padding-right: 0px;
}




/* pagination
---------------------------------------------------------------------------*/

.pagination{
  
}

.pagination > li > a, .pagination > li > span{
  border:none;
  font-size:18px;
  font-weight:600;
  color:#303030;
  
}


.pagination li a:hover, .pagination > .active > span, .pagination > .active:hover > span {
    color: #e31108;
    background: none;
border-color: transparent;
}

.pagination > .active > span{
      border-top:none;
  border-bottom:none;
  border-right:1px solid #666666;
  border-left:1px solid #666666;
}



/* Page Video
---------------------------------------------------------------------------*/
.video img{
  width:325px;
  height:190px !important;
}
#product {
  border-right: 1px solid #dedede;
}
#product .form-group {
  margin-top: 15px;
}
#product .form-group .form-control {
  width: 100%;
}
.right_more_info {
  padding-right: 0px;
}
.right_more_info ul li {
  position: relative;
  margin-top: 5px;
  font-weight: 400;
}
.right_more_info .review-list {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
}
.right_more_info .review-list > span {
  float: none;
}
.right_more_info .review-list .count_reviews {
  font-size: 16px;
}
.right_product .description {
  margin-top: 25px;
}
.right_more_info ul li:before {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 5px;
  height: 1px;
  background-color: #000;
  content: '';
  display: block;
}
.right_more_info p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.right_more_info p:last-child {
  font-size: 14px;
  margin-top: 10px;
}

.video-title {
    padding: 14px 0 24px;
    font-size: 16px;
}

.all_video {
    clear: both;
    float: right;
    font-size:13px;
    font-weight:600;
}


/* Page testimonial
---------------------------------------------------------------------------*/
.testimonial-subtitle {
    font-size:15px;
    padding-bottom:20px;
}

#testimonial-form > div:first-child{
  background: #f6f6f6;
    padding: 40px 20px 30px 20px;
    display: inline-block;
}

body #testimonial-form .pull-right {
    background: url(../../../../../image/front-page/testimonials.png) no-repeat 0 1px;  
    width: 294px;
    height: 416px;
    float: left !important;
    margin-left: -20px;
}



.testimonial-form input[type='submit']:hover {
    text-decoration:underline
}

.testimonial-form{
  margin-bottom:40px;
}

.box .product-grid.testimonial{
  border-bottom: 0 !important;
  padding:0px 0px 0px;
  background: transparent;
}
.box .product-grid.testimonial > div.owl-wrapper-outer{
padding: 20px 0px 30px;
margin-bottom: 0px;
}
.testimonial > div.owl-controls{
position: absolute;
height: 0;
width: auto;
bottom: 0;
top: auto;
}



.testimonial .heading div:last-child{
font-weight:400 !important;
}

.testimonial .owl-prev > div{display:none}

.testimonial .owl-next > div{display:none}

.testimonial .owl-prev {
left: 165px !important;
    top: 0px !important;
}

.testimonial .owl-next {
  right: 150px !important;
    top: 0px !important;
}


/* testimonial on home page
---------------------------------------------------------------------------*/
.testimonials_block{
    background: url(../image/testemonial_bg.jpg) no-repeat bottom center;
    position: relative;
    padding: 55px 20px;
    background-size: cover;
    margin-bottom: 50px;
}
.testimonials_block:after{
content: "";
    display: block;
    background: url(../image/testemonial_logo.png) no-repeat center;
    position: absolute;
    top: 32px;
    right: 0px;
    height: 120px;
    width: 45%;
    background-size: contain;
}
.testimonials_block .testimonials_title{
    font-size: 24px;
    letter-spacing: 6px;
    max-width: 730px;
    margin: 0 auto 85px;
    line-height: 1.6em;
}
.testimonials_block .testimonials_title b{
display: block;
font-size: 36px;
font-weight: 800;
margin-top: 10px;
letter-spacing: 11px;
}
.common-home .item.testimonial .heading {
font-size: 11px;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
max-width: 485px;
text-align: right;
color: #acacac;
font-weight: 400;
margin: 0 auto;
float: none;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
}
.common-home .item.testimonial .heading:before{
    content: "";
    display: inline-block;
    width: 35px;
    border-top: 1px solid #acacac;
    margin-right: 15px;
}
.common-home .item.testimonial .heading div:last-child{display:none}
.common-home .item.testimonial .testimonial {
line-height: 22px;
display: block;
color: #000;
max-width: 760px;
float: none;
margin: 0 auto 45px;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
}
.testimonials_block .owl-pagination{
    top: auto;
    bottom: 65px;
    right: 0;
    max-width: 860px;
    margin: 0 auto;
    text-align: right;
}
.testimonials_block .owl-page{
height: 5px;
width: 20px;
border: 1px solid #172041;
background: transparent;
color: transparent;
}
.testimonials_block .owl-page.active{
background: #172041;
}
.testimonials_block .owl-page span{
display: none;
}
.common-home .item.testimonial{
display: block !important;
margin: 0;
}
.testimonial .owl-item{
margin: 0;
}
/*about*/
.about {
float:left;
position: relative;
border-top: 14px solid #89dd63;
padding-top: 3px;
}

.about_info {
margin-left: 315px;
}
.about_info p{
	margin-bottom: 20px;
	line-height: 1.2;
}

/*.about_img:before {
	content: "";
	width: 100%;
	height: 14px;
	position: absolute;
	top: -10px;
	background-color: #89dd63;
}*/

.about_img{
background-image: url("/image/catalog/remont-metalloplastikovyh-okon-chernigov_02.jpg");
width: 265px;
height: 462px;
background-position: 50% 43%;
}
/*about end*/

/*stock*/

.stock {
	float: left;
    position: relative;
    border-top: 14px solid #89dd63;
    padding-top: 3px;
}

.stock_img {
	background-image: url("/image/catalog/magazina_dverey.jpg");
	width: 265px;
	height: 462px;
}

.stock_info {
	margin-left: 315px;
}
.stock_info p{
	margin-bottom: 20px;
	line-height: 1.2;
}

/*stock end*/
.cart-info tbody td.quantity .sq_icon i{
position:absolute;
top:8px;
}
.filtr_btn, .category_btn{
display:none;
}
body .close_btn, .product-grid .information_wrapper .rating {
display:none;
}
.accept p{
font-size:15px;
margin-bottom:15px;
}
.accept p a{
color:#e31108;
text-decoration:underline
}
.information-video_gallery .col-sm-4:nth-child(3n + 1){
clear:left;
}
.brench{
position: absolute;
max-width: 1225px;
left: 0;
right: 0;
margin: 0 auto;
top:-15px;
}
.brench img{
max-width: 133px;
max-height: 180px;
}
.home_banner{
margin:0 -15px;
position: relative
}
.home_banner > img.main_img{
  width: 100%;
  display: block;
  object-fit: cover;
  height: 550px!important;
  object-position: center;
}
.hovered_img{
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.2s;
}
.door_points .item:hover ~ img{
  opacity: 1;
}
.home_banner .door_points{
    position: absolute;
    width: 193px;
    height: 82%;
    bottom: 0;
    left: calc(50% - 489px);
}
.door_points .item{
position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.door_points .item_point{
position: absolute;
width: 15px;
height: 15px;
text-align: center;
border: 2px solid #E31108;
background-color: #E31108;
border-radius: 50%;
}
.door_points .item_point:after{
content: '';
position: absolute;
border: 2px solid #E31108;
left: -12px;
right: -12px;
top: -12px;
bottom: -12px;
border-radius: 50%;
opacity: 0;
-webkit-animation: pulsate1 1.5s linear infinite;
-moz-animation: pulsate1 1.5s linear infinite;
animation: pulsate1 1.5s linear infinite;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
-webkit-box-shadow: inset 0 0 5px 10px rgba(227, 17, 8, 0.5);
-moz-box-shadow: inset 0 0 5px 10px rgba(227, 17, 8, 0.5);
box-shadow: inset 0 0 5px 10px rgba(227, 17, 8, 0.5);
}
@keyframes pulsate1 {
0%{	-webkit-transform: scale(.5);
	opacity: 0;
}
50%{
	-webkit-transform: scale(.6);
	opacity: 0;
}
60%{
	-webkit-transform: scale(0.75);opacity: .4;
}
70%{
	-webkit-transform: scale(0.8);opacity: .55;
}
80%{
	-webkit-transform: scale(0.85);opacity: .4;
}
100%{
	-webkit-transform: scale(0.9);opacity: 0;
}
}
.door_points .item.one {
    top: 4%;
    right: -23px;
}
.door_points .item.three{
    top: calc(49.5% - 25px);
    right: calc(18% - 25px);
}
.door_points .item_tooltip{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(-20px,-50%);
    box-shadow: 1px 5px 25px rgba(0,0,0,0.25);
    transition: all 0.2s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
.door_points .item:hover .item_tooltip{
transform: translate(0,-50%);
opacity: 1;
visibility: visible;
}
.door_points .item_tooltip .img{
width: 57px;
height: 57px;
position: relative;
z-index: 20;
}
.door_points .item_tooltip .img .min{
width: 100%;
height: 100%!important;
object-fit: cover;
}
.door_points .item_tooltip .img .full{
height: 0;
width: 0;
overflow: hidden;
transform: translate(0%, -35%) scale(0);
position: absolute;
top: 0;
}
.door_points .item_tooltip .img:hover .full{
    transform: translate(0%, -35%) scale(1);
    transition: all 0.2s;
    display: block;
    width: auto;
    height: auto;
    max-width: 240px;
    max-height: 240px;
}
.door_points .item_tooltip .text{
    padding: 13px 25px 13px 17px;
    color: #818181;
    white-space: nowrap;
    background: #fff;
    position: relative;
    z-index: 10;
    font-size: 13px;
}
.door_points .item_tooltip:after{
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: -6px;
    background: white;
    border: 6px solid transparent;
    transform: rotate(45deg);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.door_points .item_tooltip .title{
color: #2f2f2f;
    margin-bottom: 5px;
}
.home_banner .banner_title{
    color: #313131;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 29.4%;
    left: 37.5%;
    letter-spacing: 1px;
}
.home_banner .banner_link{
    position: absolute;
    top: 32%;
    right: calc(50% - 475px);
    transform: rotate(-90deg);
    transform-origin: right;
    transition: all 0.2s;
}
.home_banner .banner_link:hover{
top: 30%;
}
.home_banner .banner_link:before{
content: "";
border-top: 1px solid #000;
width: 93px;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.home_banner .banner_link a{
color: #000;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    padding: 0 4px;
}
.home_banner .banner_link a:hover{
background:  #202542;
color:#fff;
}
.error_img img{
max-width: 100%;
}
div:not(#column-left) .box-category{
  display: none;
}
aside#column-left .box-category{
  display: block;
}
.attr-youtube {
	height: 620px;
	max-height: 240px;
	max-width: 360px;
	margin-bottom: 20px;
}


@media screen and (max-width:1600px){
.testimonials_block:after{
right: 0;
}
.home_banner .banner_title {
    font-size: 1.8vw;
}
}


@media screen and (max-width:1419px){
	
	body #content .product-info .right .right_info {
		clear: both;
	}
  body #content .product-info .right .right_info{
	margin-left: 0;
	}
}

@media screen and (max-width:1439px){
	#content h1 {
		font-size: 18px;
	}
.home_banner > img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 450px!important;
    object-position: center;
}
.home_banner .door_points {
position: absolute;
    width: 140px;
    height: 82.3%;
    bottom: 0;
    left: calc(50% - 356px);
}
.door_points .item.three {
    top: calc(50% - 25px);
}
.door_points .item.one {
    top: 1%;
    right: -13px;
}
.home_banner .banner_link {
    right: calc(50% - 360px);
}
.home_banner .banner_title {
font-size: 1.2vw;
    left: 45.5%;
}
.top2 {
    padding: 10px 0 0px;
}
.header_main .header_left {
    padding: 15px 0 8px;
}
.sticky {
    padding-bottom: 65px;
}
.sticky .logo {
    max-width: 80px;
    left: calc(50% - 40px);
    top: 0px;
}
.logo {
    top: 22px;
}
.home_banner > img.main_img{
    height: 400px!important;
}
.logo img {
	max-width: 75px;
}
}

@media screen and (max-width:1250px){
.category-grid.grid4 .item {
	width: 33%;
}
#product select{
	font-size: 12px;
}

#menu {
    margin: 0 auto;
    /*padding-left: 50px;*/
}
#menu ul{
    margin: 0 auto;
}
.common-home #baner_fon {
    height: 393px;
}
#menu > ul > li > a, .mobile_menu_trigger {
    font-size: 13px;
    text-decoration: none;
}
.withsubs ul li a {
    font-size: 13px;
}
.step > div > div {
    margin-right: 48px;
}
.step > div > div:after {
    right: -28px;
}
.articles > div a {
   /* padding: 0 10px;*/
}
.articles > div a p {
font-size:13px;
}
.latest .blog_item .image {
    width: 100%;
}
.blog_item {
    margin-bottom: 40px;
}
.latest .blog_summary {
    width: 100%;
}

.product-grid .information_wrapper .name {
    font-size: 15px;
    line-height: 17px;
    height:60px;
}
.cart-reload p {
    background: #fff0bb;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 270px;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    display: inline-block;
    margin: 25px 0 30px;
}

.cart-total-bottom a.button {
    padding: 14px 10px;
     font-size: 15px;
}
.cart-total .cart-total-bottom {
text-align:right;
}
#menu a, .mobile_menu_trigger {
    padding: 0px 5px;
    font-size: 13px;
}
#menu .only_desktop > div {
    width: calc(50% - 80px);
}
#menu .only_desktop {
    padding: 0 0px;
}
.home_banner .banner_title {
  font-size: 16px;
  top: 33.4%;
  left: 45%;
}

.prod .category_item .title {
    font-size: 26px;
}
.prod .category_item .subtitle {
    font-size: 12px;
}
.prod .col-sm-4:nth-child(3) .block:last-child .subtitle {
    font-size: 14px;
}
.prod .block {
    margin-bottom: 28px;
}
.testimonials_block {
    padding: 55px 20px 55px 24%;
}
.common-home .item.testimonial .testimonial {
    width: 100%;
}
.providers_form {
    max-width: calc(100% - 140px)
}
.list .h3 {
    padding: 95px 0 60px 80px;
    font-size: 23px;
}
.list .h3 span {
    font-size: 28px;
}
.list a {
    width: 250px;
    margin: 0 15px;
}
.box.products {
    padding: 0 15px;
}
}


@media screen and (max-width:1200px){
body .footer > div > div.soc_wrap {
	margin-right: 0;
}

  body #content .product-info .right .right_product {
    margin-left: 25px;
  }
body .grid1 .product-grid .price {
	padding-top: 10px !important; 
}

body .footer .btns.contacts_wrap {
	width: 25%;
}

#search input {
	width: 200px;
}

.top {
    right: 0px;
    padding:0 15px;
}
.call {
    /*padding: 0 0 0 250px;*/
}
.shop {
    padding: 0 0 0 35px;
}
.zamer {
    /*padding: 0 0 0 45px;*/
}
.shop:before {
    left: 5px;
}
.zamer:before {
    left:13px;
}
.call:before {
    left: 225px;
}
.common-home #baner_fon {
display:none;
}
#banner0:after{
content:"";
position:absolute;
left:-9999px;
top:0;
bottom:0;
background:#a6c0cd;
width:9999px;
}
#banner0:before{
content:"";
position:absolute;
right:-9999px;
top:0;
bottom:0;
background:#a6c0cd;
width:9999px;
}
body > .common-home{
overflow:hidden;
}
.top2 > div {
    /*font-size: 13px;*/
}
.top2 .tel{
/*margin-left: 15px;*/
}
.container_tel label {
    /*width: 200px;*/
}
.container_tel label:before {
    right: 0px;
}
.content_tel #content-1 span {
    font-size: 13px;
}
.container_tel input#tab-4:checked ~ #content_tel #content-1 {
    padding: 15px;
    font-size: 11px;
}
.baner_bottom > div > span > span {
    font-size: 19px;
}
.baner_bottom > div > span {
    /*font-size: 30px;*/
    line-height: 30px;
}
.baner_bottom > div {
    font-size: 15px;
}
.h3 {
    font-size: 22px;
    padding: 20px 0 12px;
}
.h3 span {
    font-size: 30px;
}
.brend p {
    font-size: 15px;
    max-width: 80%;
}
.owl-controls{
}
#carousel0 .owl-controls .owl-buttons .owl-prev {
    left: 10px;
}
#carousel0 .owl-wrapper-outer {
    margin-left: auto;
    margin:0 auto;
}
.testimonial .owl-next {
    right: 10px !important;
    top: 0px !important;
    left:auto!important;
}
.testimonial .owl-prev {
    left: 10px !important;
    top: 0px !important;
}
.brend, .prod, .rew, .step, .articles {
    padding: 0 0px;
}
.step > div > div {
    font-size: 12px;
    margin-right: 38px;
}
.step > div span {
    font-size: 20px;
    /*padding: 10px 20px 10px 3px;*/
}
.step > div > div:after {
    right: -50px;
}
#footer {
    margin-left: 0px;
}
#container_map label {
    padding: 10px 1em 0;
    width: 190px;
}
#container_map label div:first-child {
    margin-right: 10px;
    font-size: 11px;
}
#container_map label div:last-child {
    font-size: 11px;
}
#container_map input:checked + label:before {
    left: calc(50% - 13px);
}
.step > div p {
    line-height: 13px;
    height: 38px;
    display: block;
}
.breadcrumb_wrapper {
    margin-bottom: 15px;
}
.modal-form-wrapper > div {
    padding: 50px!important;
}
.input-field {
    padding: 7px;
}
.field-wrapper p {
    padding: 15px 0 12px;
}
.description p {
    margin-bottom: 15px;
}
.description > div {
    margin-bottom: 15px;
}
input.submit,
input#submit {
    margin-top: 25px;
}
.box-category > ul > li {
    margin-bottom: 10px;
    padding: 0px 0 10px;
}
.box-category li.open ul {
    margin: 0px 0 0px 0;
}
.box-category li.open ul> li> a {
    font-size: 13px;
}
.box-category .sign {
    height: 25px;
    line-height: 25px;
}
.box-content > ul > li a {
    line-height: 28px;
}
.box-category ul > li > a {
    font-size: 13px;
}
.product-info:after {
content: "";
display: block;
clear: both;
}
.product-info .right {
    padding-top: 0px;
}
#content .product-info .right h1 {
    font-size: 18px;
}
.product-info .description {
    margin: 10px 0;
    line-height: 16px;
}

.product-info .price span {
    font-size: 30px;
}
.product-info .options {
    margin-top: 20px;
}
.contact {
    padding-right: 15px;
}
.contact iframe{
  max-width:100%;
}
.blog_item .image {
    margin: 0 0px 0 0;
        width: 48%;
}
.blog_item .blog_title a {
    font-size: 16px;
}
.blog_summary p {
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 1.2em;
}
.blog_summary a.button.remove {
    padding: 0px 0 0;
}
.latest .blog_item .blog_title a {
    font-size: 14px;
}
.latest .blog_title {
    margin: 10px 0 5px;
}
.blog_post .blog_summary .left {
    padding: 5px 0px 0 0;
}
.box-heading {
    margin-bottom: 10px;
}
.man_right {
    padding: 0 10px 0 10px;
}
#testimonial-form .pull-right {
    width: 250px;
        background-size: 100%;
}
.category-info {
    margin-top: 20px;
}
#column-left + #content h1, #column-left + #content .welcome {
    margin-bottom: 15px;
}
.category-grid.grid3 .item {
    margin-right: 40px;
}
.product-filter select {
    width: 90px;
}
.box-content > ul > li a {
        padding: 2px 10px 0px 0px;
}
.product_amt .minus {
    margin-left: 20px;
}
.product-info .options .form-group {
    margin-bottom: 15px;
}
.product-info .product_amt {
    margin: 20px 0 20px;
}
.product-info .cart .button {
    padding: 10px 60px;
}
.cart-info tbody td, .cart-info tbody a {
    font-size: 13px;
}
.cart-info tbody td.name a{
    padding: 15px 0;
}
.cart-total .cart-total-bottom {
    margin-left: -80px;
}
.customer-info, .shipping-method, .payment-method {
margin-top: 10px;
}
.form_zamer:after {
right: -50px;
}
.prod .block p {
left: 24px;
padding: 35px 18px 35px 45px;
width: 75%;
}
.prod .block:nth-child(2n) p {
left: 25%;
right: 0;
padding-left: 25px;
width: 75%;
padding-right: 40px;
}
.baner_bottom .item .title {
font-size: 14px;
}
.baner_bottom .item .text {
font-size: 13px;
min-height: 54px;
}
.baner_bottom .item_sep {
    min-width: 40px;
}
.prod .block {
    margin-bottom: 24px;
}
.form_zamer:not(.providers_form) .sub input {
    max-width: 70%;
}
.testimonials_block {
    padding: 55px 20px 55px 35%;
}
.common-home .item.testimonial .testimonial {
    padding: 0;
}
.home_banner .banner_link:hover{
top: 32%;
}
.step .step_title {
    font-size: 16px;
}
.step .item_text {
padding-right: 0;
}
.form_zamer form .form_subtitle {
font-size: 11px;
}
.form_zamer form .form_title {
    font-size: 29px;
}
.seo_img{
padding-right:35px;
}
.seo_img img{
max-width: 100%;
}
.list a {
    width: 220px;
}
.footer .col-sm-3{
width: 33.3%;
}
.footer .col-sm-4{
left: 0;
}
}


@media screen and (max-width:1050px){
  .form_zamer:after {
    right: -100px;
}
.prod .block p{
left: 0;
}
.prod .block:nth-child(2n) p{
right: 0;
}
.prod .block:nth-child(2n) + .block:nth-child(3n) > a > p, .prod .block:nth-child(3n) + .block > a > p{
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}
}
  

@media screen and (max-width:1025px){
	.latest .blog_item {
		padding: 0px 5px 5px;
	}
  #menu > a, .mobile_menu_trigger {
    font-size: 20px;
    border: 0;
}
	.footer > div > div.soc_wrap {
		margin-right: 0px;
	}
	
	#content .product-list .item .name a {
		text-align: left !important;
	}

	.central-menu-block {
		height: auto;
		width: auto;
    	text-align: left;
	}

	.product-info .review {
		margin: 5px 0 20px;
	}

	.mobile_menu li ul li a {
		padding: 15px 20px;
	}

	.product-info .cart {
		padding: 0;
	}

	body #content .product-info .right .right_info {
		    padding: 40px 50px 30px 45px;
	}

	.product-info .price  {
		margin-top: 20px;
	}

	.product-info .equipment div p {
		line-height: 1;
	}

	.product-info .product_amt {
		margin: 0;
	}

	.product_amt .minus {
		margin-left: 5px;
	}

	body #content .product-info .right .right_product {
		margin-left: 0;
		float: none;
		margin-top: 0px;
	}

	.product-info .image img {
		height: 430px !important;
	}

	body .blog_item_services .image {
		margin: 0 !important;
	}
	
	.blog_title {
		margin: 0 !important;
	}

	.zoom_image {
		width: 360px;
	}

	.stock {
		width: 265px;
		margin: 0 auto;
	}
	.stock_info {
		width: 100%;
		margin-left: 0;
		clear: both;
	}

	.about {
		width: 265px;
		margin: 0 auto;
	}
	.about_info {
		width: 100%;
		margin: 20px 0;
		clear: both;
	}
	.article_wrap {
		flex-wrap: wrap;
	}
	.articles > div a {
		flex-basis: 330px;
	}
	.header {
    padding: 0 0px;
}
.top2 {
    padding: 10px 15px 0;
}
.menu_wrapper{
width: calc(100% - 35px)
}
.header_main .header_left {
flex-wrap: wrap;
}
.header_main > .container, .information-information .header_main > .container, .blog-category .header_main > .container {
padding: 0 0px;
}
#column-left{
  display: none;
}
#column-left + #content.grid3 {
width: 100%
}
body.active:after{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.7);
z-index:100001;
content:"";
}
body.active aside, body.active.active_category div:not(#column-left) > .box> .box-category{
display: block!important;
    position: fixed;
    top: 50px;
    left: 15px;
    right: 15px;
    z-index: 100002;
    background: #fff;
    padding: 25px;
    overflow: auto;
    max-height: 500px;
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
}
body.active aside .box{
display:none!important;
}
body.active.active_filter aside .box.filter, body.active.active_category aside .box:not(.filter), body.active.active_category div:not(#column-left) .box-category{
display:block!important;
}
body.active.active_category div[class*="product-product"] >div>div>div:not(#column-left)> .box-category{
display: none!important;
}
#column-left .box.filter {
    padding: 15px 26px 15px;
}
.box-category ul > li > a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.box-category li.open ul> li> a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.box-category > ul > li {
    margin-bottom: 10px;
    padding: 0px 0 10px;
}
.box-category li.open ul {
    margin: 0px 0 0px 0;
}
.box-category .sign {
    line-height: 25px;
}
body .close_btn{
position:fixed;
top:0px;
right:0;
height:35px;
line-height:35px;
width:35px;
color:#fff;
background:#E31108;
text-align:center;
font-weight:600;
display:none;
z-index: 100000000;
}
body.active .close_btn{
display:block;
}
}

@media only screen and (min-width: 911px) and (max-width: 991px) {
	.footer > div > div.soc_wrap {
		margin-top: 30px !important;
	}
	    
}

@media screen and (max-width:991px){
.logo{
  top: 15px;
}
	.attr-youtube {
		height: calc((100vw - 74px) * 3 / 4);
	}
	.home_banner .banner_title {

    top: 31.4%;
    left: 40%;
	}
	#content h1 {
		font-size: 16px;
	}
.footer .contacts_wrap.btns > a.btn {
	width: 160px;
}

.footer .btns.contacts_wrap {
	margin-left: 20px;
	text-align: left;
	width: auto !important;
}

.footer .one {
	width: 250px;
	margin-top: -230px;
}

/*.footer>div>div:nth-child(3) {
	margin: 20px 0px 0px 0px;
}*/

.footer > div > div.soc_wrap {
	margin-top: -15px;
	float: left;
	margin-left: 15px;
}

.box-category .sign {
	top: 4px;
}

#main .grid_holder .item .information_wrapper .name a {
	font-size: 13px;
}

.category-grid.grid4 .item {
    width: 50%;
}

.search {

}

.prod .block {
	width: 100%;
}
.prod .block p {

}

.top2 {
margin:0 auto;
}
.header_main .header_left {
    padding: 7px 0;
}
.top2 > div {
    color:transparent;
    /*width:35px;*/
}
.top2 > div a{
    /*color:transparent;*/
}
.top2 > div.tel {
    /*width:200px;*/
}
.call {
    /*padding: 0 0 0 40px;*/
    /*margin-left:410px;*/
        /*margin-right: -25px;*/
}
.call:before {
    left: 0px;
}
.zamer {
    margin-left: 0px;
}
.mobile_menu_trigger {
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    padding: 0px;
}
.mobile_menu_trigger:hover {
    color: #fff;
}
#menu {
    text-align: left;
    padding-left: 0px;
}
.footer > div {
    width: 100%;
}
.map {
    /*background: #e31108;
    padding-top: 15px;*/
    color: #ffffdb;
}
#container_map .map_title {
    float: none;
    margin-bottom: 55px;
}

#container_map {
    margin: 0px auto 0;
    width: 100%;
}
#container_map .map_title + input + label {
margin-left:8%;
}
.articles .h3 {
    margin-bottom: 20px;
}
.latest .blog_item .image {
    width: 100%;
    height: 240px;
}
.latest .blog_item .image img{
    object-fit: cover;
}

.box-category ul > li > a {
    font-size: 11px;
}
.box-category li.open ul> li> a {
    font-size: 11px;
}
#column-left .box.filter {
    padding: 15px 15px 15px;
}
.category-grid .item .name {
    font-size: 12px;
}
.category-grid.grid3 .item {
    width: 27.33%;
    margin-right: 20px;
}
.pagination_holder {
    font-size: 11px;
}
#basket .cart-info{
overflow-x:auto;
}
.cart-reload p {
    font-size: 16px;
    width: 220px;
    padding: 15px 0;
}
.cart-total .cart-total-bottom {
    margin-top: 20px;
    margin-left: -30px;
}
.cart-total-bottom a.button.active {
    margin-left: 10px;
}
.cart-total-bottom a.button {
    padding: 10px 10px;
    font-size: 13px;
}
.form_zamer:after {
    right: -100px;
}
.step > div > div {
    margin-bottom: 15px;
    float: none;
    display: inline-block;
}
.prod .block:nth-child(4n +1) > a, .prod .block:nth-child(4n + 1) + .block > a,
.prod .block:nth-child(3n) > a, .prod .block:nth-child(3n) + .block > a{
-o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    margin: 0;
}
.prod .block:nth-child(4n +1) > a > img, .prod .block:nth-child(4n +1) + .block > a > img,
.prod .block:nth-child(3n) > a > img, .prod .block:nth-child(3n) + .block > a > img {
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    min-height: 0;
    max-height: 100%;
}
.header a {
    font-size: 12px;
}
.btns_sep {
    margin: 0 5px;
}
.header__social-block a {
    padding: 0 5px;
}
.container_tel label a {
font-size: 15px;
}
menu > a, .mobile_menu_trigger {
font-size: 20px;
border: 0;
}
.baner_bottom .item_sep {
display: none;
}
.baner_bottom_wrap {
    padding: 32px 0 32px;
}
.baner_bottom .item .title {
    font-size: 11px;
}
.home_banner .banner_title {
    left: 45%;
    font-size: 11px;
}
.prod .block {
    margin-bottom: 18px;
}
.prod .category_item .text {
    padding: 20px 20px 0;
}
.prod .category_item .category_item_link {
    font-size: 10px;
bottom: 20px;
}
.prod .col-sm-4:first-child .block:last-child .text, .prod .col-sm-4:nth-child(3) .block:last-child .text {
padding: 20px 20px 0;
}
.prod .category_item .title {
font-size: 20px;
}
.prod .category_item .subtitle {
font-size: 10px;
line-height: 1.2em;
}
.prod .col-sm-4:nth-child(2) .title {
font-size: 35px;
}
.prod .col-sm-4:nth-child(2) .subtitle {
font-size: 12px;
}
.prod .col-sm-4:nth-child(3) .block:last-child .subtitle {
margin-bottom: 8px;
}
.prod .col-sm-4:nth-child(3) .block:last-child .category_item_link {
font-size: 10px;
bottom: 20px;
}
.form_zamer form {
width: 70%;
}
.form_zamer {
background-position: -265px center;
}
.testimonials_block {
    background-position: -150px top;
}
.testimonials_block .testimonials_title {
    margin: 0 auto 25px;
}
.testimonials_block {
    padding: 45px 20px 0px 25%;
}
.testimonials_block:after {
    right: -30px;
}
.step .col-sm-4 {
    margin-bottom: 25px;
    width: 50%;
}
.step .col-sm-4:nth-child(2n + 1) {
     clear: left; 
}
.step .col-sm-4:nth-child(3n + 1) {
     clear: none; 
}
.providers_form {
    max-width: calc(100% - 100px);
}
.seo_img {
    padding-right: 15px;
}
.seo_img .transform_text{
display: none
}
.list a {
    margin: 0 15px 15px;
}
.list .h3 {
    padding: 75px 0 60px 60px;
    font-size: 18px;
}
.list .h3 span {
    font-size: 24px;
}
.prefooter_text {
    padding-left: 0;
}
.footer .footer_adress {
    font-size: 13px;
}
.home_banner > img {
    height: 300px!important;
}
.door_points .item_tooltip .img:hover .full {
    max-height: 160px;
}
.home_banner .door_points {
    width: 105px;
    left: calc(50% - 265px);
}
.home_banner > img.main_img {
    height: 300px!important;
}
.home_banner .banner_link {
    top: 20%;
    right: calc(50% - 260px);
}
.product-info > .left {
     margin-left: 0px; 
}
.container_tel > div {
/*padding-right: 40px;*/
position: relative;
}
.top2 .tel + .tel{
display: none;
}
.container_tel > div .toggle_phones_btn{
display: flex;
}
#column-left {
padding-right: 20px;
}
.righ_info_image img{
max-height: 20px;
max-width: 30px;
}
.sidebar_privilege p {
    font-size: 11px;
    max-width: calc(100% - 30px);
}
.sidebar_privilege > div > div:not(.righ_info_image){
font-size: 12px;
}
}

@media screen and (min-width:767px) and (max-width: 991px){
.grid1 .tab-pane .product-grid .image{
padding: 0;
float: none;
display: block;
text-align: center;
}
.grid1 .tab-pane .product-grid .image img{
margin: 0 auto
}
.tab-pane .product-grid .information_wrapper{
float: none;
}
.tab-pane .product-grid .information_wrapper .name{
height: auto!important;
text-align: center!important;
}
.tab-pane .product-grid .information_wrapper .price{
padding-bottom: 10px;
text-align: center!important;
}
.header__social-block,
.language_current,
#cart {
  margin-left: 10px;
}
}

@media screen and (max-width:767px){
.product-info .equipment div p {
	padding-bottom: 0px;
}
.right_more_info ul li {
  text-align: left;
}
body .price div.price-options {
	padding-top: 15px;
}

body .right_product .price {
    margin-top: 10px;
}
.top2 > div.tel{
/*margin-left: 10px;*/
}
.top2 > div.tel, .header__social-block {
    /*margin-top: 10px;*/
}
.header__social-block{
  margin-left: 0px
}
.header .header__social-block a {
    font-size: 16px;
}
.top2 {
	justify-content: space-between;
}
.footer {
	font-size: 12px;
}
.footer .contacts_wrap.btns > a.btn span {
	margin-top: 5px;
}

.footer > div > div.soc_wrap {
	margin-top: 15px;
}

.footer .btns.contacts_wrap {
	margin-left: 15px;
	width: 100% !important;
	margin-top: 10px;
}


.footer .one > div > div {
	margin-bottom: 0;
}

.footer .one a.call {
	overflow: visible;
}

.list a:first-child {
	margin-bottom: 15px;
}

.production {
	width: 100%;
}
.production_video {
	width: 100%;
}
.logo{
left: calc(50% - 30px);
}
.sticky .logo{
left: calc(50% - 30px);
z-index: 10001;
}
.logo img{
max-width:60px;
/*margin-left:-80%;*/
}
.top2 .contacts_wrap {
    width: 100%;
    justify-content: center;
    margin: 4px 0 6px;
}
.top2 {
    padding: 0 15px;
    text-align:right;
    flex-wrap: wrap;
    clear: both;
}
.logo {
    top: 35px;
}
.shop {
    padding: 0 0 0 28px;
    width:28px;
    overflow:hidden;
}
.shop a{
margin-left:-20px;
color:transparent;
position:relative;
z-index:2;
}
.shop:before, .zamer:before,  .search:before {
    left: 0px;
    top:7px;
}
.call:before{
    left: 4px;
    top:7px;
}
.zamer {
    /*padding: 0 0 0 28px*/;
    /*width:25px;*/
    overflow:hidden;
}
.call {
    overflow:hidden;
}
.header .top {
    right: 0;
    padding:0;
    top:10px;
}
.shortcut .shortcut_heading {
    padding: 2px 0px 11px 0;
    margin-left: -43px;
    text-indent: 43px;
    position: relative;
    z-index: 5;
}
.basket {
    padding: 10px 0px 0 43px;
    background:none;
}
.top .search {
    padding: 0px 0px 0px 28px;
}
.search .search-text{
color:transparent;
margin-left:-28px;
width:30px;
height:40px;
position:relative;
z-index:2;
left:7px;
}
.search:before {
    top: 10px;
    left:5px
}
.top div #search input {
    margin: 8px 0 8px -3px;
}
.container_tel > div {
margin-top: 0px;
}
.tel {
   /* position: absolute;
    top: 115px;
    right: 0;
    z-index:10000;*/
}
.container_tel > div {
/*padding:0;
width: 160px;
float:right;*/
}
.container_tel > div:before {
    top: 15px;
    right: -10px;
    background-size: 10px;
}
.container_tel > div span {
    font-size: 15px;
}
.container_tel > div p {
    font-size: 13px;
}
.header_main {
    margin-top: 0px;
}
.menu_border{
display:none;
}
.prod .block p {
    font-size: 20px;
    font-weight: 300;
    color: #303030;
    text-transform: uppercase;
    line-height: 24px;
    left: 0;
    top: 45%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
     padding: 10px 5px 10px 45px;
}
.footer .one {
    width: 50%;
    margin-top: 10px;
}
.footer .one + div{
max-width:45%;
}

.footer > div {
max-width: 100%;
}
.footer > div:after{
content:"";
clear:both;
display:block;
height:0;
margin:0;
padding:0;
}
.footer .col-sm-3 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
}
.footer .col-sm-4{
clear: both;
}
.footer_form{
max-width: 320px;

}

#carousel0 .owl-wrapper-outer {
    width: 100%;
    margin: 0 auto;
}
#menu {
text-align:left;
display:block;
height:48px;
}
body #menu .mobile_menu_trigger{
font-size: 15px;
position:absolute;
left:0px;
top:10px;
padding:0;
transition: all 1s ease;
border: 0;
margin:0;
}
body #menu .mobile_menu_trigger:hover{
	color: #fff;
}
body #menu .mobile_menu_trigger i{
vertical-align:sub;
color:#fff;
font-size:25px;
}
.header_main .header_left{
padding: 0 15px;
}
.owl-carousel#banner0 {
    margin: 0 -15px 0px;
    background:#a6c0cd;
    width:calc(100% + 30px);
    max-width:calc(100% + 30px);
}
.baner_bottom{
flex-wrap: wrap;
}
.baner_bottom > div {
font-size: 12px;
line-height:1.1em;
}
.baner_bottom_wrap {
    padding: 25px 5px 0;
}
.baner_bottom .item{
width: 50%;
margin-bottom: 20px;
}
.h3 {
font-size: 16px;
padding: 15px 0 15px;
}
.h3 span {
font-size: 22px;
}
.baner_bottom {
margin: 0 -15px 0px;
width:calc(100% + 30px);
max-width:calc(100% + 30px);
}
.brend p {
font-size: 13px;
text-align: center;
max-width: 100%;
line-height:1.1em;
}
.box {
margin-bottom: 10px;
}
.brend, .prod, .rew, .step, .articles {
padding: 0 0px;
}
.common-home #baner_fon{
display:none;
}
.prod{
max-width: 370px;
margin:0 auto 25px;
}
#carousel0 .item img{
margin:0 auto;
}
#carousel0 .owl-controls .owl-buttons .owl-prev, .testimonial .owl-controls .owl-buttons .owl-prev{
left: -10px;
top: 50%;
opacity:1;
}
#carousel0 .owl-controls, .testimonial .owl-controls{
right:0;
left:0;
height: 0;
top: calc(50% - 20px);
}
#carousel0 .owl-controls .owl-buttons .owl-next, .testimonial .owl-controls .owl-buttons .owl-next{
right: -10px;
top: 50%;
opacity:1;
}
#carousel0{
margin-bottom:30px;
}
.testimonials_block {
    padding: 45px 20px 0px 20px;
    margin:0 -15px 30px;
}
.prod .block {
    margin-top: 10px;
    width: 100%;
    margin-right:0!important;
}
.prod .block p span {
    font-size: 16px;
}
.form_zamer {
margin-top: 0px;
    padding: 15px 0 15px 0;
    background-size: cover;
    background-position: center;
        margin: 0 -15px 30px
}
.form_zamer .transform_text{
display: none;
}
.form_zamer .flex_wrap .item {
    width: 100%;
}
.form_zamer p {

}
.form_zamer form {
font-size: 14px;
    display: block;
    width: 90%;
    margin: 0 auto;
    float: none;
    margin-top: 0;
}
.form_zamer form p {
}
.form_zamer:after{
display:none;
}
.form_zamer form p:after{
display:none;
}
.step .col-sm-4 {
    margin-bottom: 25px;
    width: 100%;
}
.step:after{
right:-15px;
}
.step .h3, .articles .h3 {
    margin-bottom: 10px;
}
.form_zamer form .form_title {
    font-size: 24px;
}
.form_zamer form .form_subtitle {
    margin-bottom: 35px;
}
.form_zamer .sub input{
bottom: 0;
}
.testimonials_block .testimonials_title {
    font-size: 19px;
  }
  .testimonials_block .testimonials_title b {
    font-size: 24px;
  }
.seo_text p {
font-size:13px;
padding: 0px 0 10px;
line-height: 1.2em;
}
.list a {
padding-right: 10px;
font-size: 13px;
}
.list a:last-child {
padding-right: 0px;
}
.providers_form {
    max-width: 200%;
}
.map {
    padding-bottom: 25px;
    height: 400px;
}
.header a {
    font-size: 12px;
}
.container_tel > div a {
    font-size: 13px;
}
.prefooter .container {
    padding: 0;
}
.step .step_title {
    font-size: 13px;
}
.step .step_title b {
    font-size: 26px;
}
.step a.item_link {
    padding: 19px 50px;
    }
.providers_form.form_zamer form {
    margin-right: auto;
    height: auto;
    padding: 35px 20px;
}
.providers_form.form_zamer form .form_title{
font-size: 20px;
}
.providers_form.form_zamer .flex_wrap .form_btn {
    width: 100px;
}
.providers_form.form_zamer .flex_wrap .item {
    width: calc(100% - 100px);
}
.providers_form.form_zamer .sub:before{
display: none;
}
.seo_text .seo_title {
    font-size: 26px;
}
.seo_text .seo_subtitle {
    font-size: 13px;
}
.seo_text {
    padding: 20px 0;
}
.seo_img {
margin-top: 25px;
text-align: center;
}
.box.custom .list {
    flex-wrap: wrap;
margin:0 -15px;
}
.list .h3 {
    padding: 35px 20px 0;
    font-size: 17px;
    width: 100%;
    text-align: center;
}
.list .h3 + div {
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}
.top #search {
margin: 0px;
}
#footer #search {
    margin-left: 0px;
    /*width:100%;*/
}
#search input {
    width: 100%;
}
#search input {
    height: 30px;
}
.step{
padding:0 15px;
}
.mobile_menu li .central-menu-block{
width:100%;
background:none;
height: auto;
}
.mobile_menu li .central-menu-block ul{
display:block;
}
.mobile_menu li ul li a {
    padding: 15px 20px;
    text-align: left;
}
.breadcrumb_wrapper {
    margin-bottom: 15px;
    background: #f9f9fb;
    font-size: 0;
}
.breadcrumb_wrapper {
    margin-bottom: 15px;
}

	.home_banner .banner_title {
    left: 38%;
    top: 31.4%;
	}
	#content h1 {
    font-size: 14px;
}
#content .about_img{
width:100%;
margin:0 0 10px;
overflow:hidden;

}
#content .about_img img{
width:100%;
}
body .modal-form-wrapper > div {
    padding: 25px 15px 15px;
}
form .close-pp {
    top: 15px;
    right: 5px;
}
.description > div {
    font-size: 18px;
    margin-bottom: 10px;
}
.description p {
    font-size: 15px;
    margin-bottom: 10px;
}
.field-wrapper p {
    font-size: 15px;
    padding: 5px 0 5px;
}
.box-content form .error-message {
    border: 1px solid #E9510A;
    font-size: 13px;
    position:static;
}
form input.submit,
form input#submit {
    padding: 13px 60px;
    font-size: 15px;
    margin-top: 25px;
}
.product-info {
    padding-top: 15px;
    margin-bottom: 10px;
}
.product-info .image img {
    padding-left: 0px;
    max-height: 250px;
    width: auto;
    margin: 0 auto;
    float: none;
    display: block;
}
.product-info .right {
    margin-top: 20px;
    
    width: calc(100% - 200px);
}

body #content .product-info .right .right_info h1 {
    font-size: 15px !important;
    margin-bottom: 40px !important;
    text-align: center;
    line-height: 1.3;
    margin-left: 20px;
}
body #content .product-info .right .right_product{
	margin-left: 0px !important;
	float: left;
}
body #content .product-info .right .right_info {
	display: none;
	padding: 30px;
	width: auto;
	margin-left: 30px;
	clear: none;
}
#content .product-info .right h1 {
    font-size: 17px;
}
.product-info .review {
    font-size: 14px;
    margin: 10px 0;
}
.product-info .description {
    margin: 10px 0;
    line-height: 16px;
    font-size:13px;
}
.product-info .description span {
    margin-top: 0px;
    margin-bottom:7px;
}

.product-info .price span {
    font-size: 25px;
}
.product-info .options {
    margin-top: 15px;
}
.product-info .control-label, #product select {
    margin-bottom: 5px;
/*    font-size: 13px;*/
    font-size: 10px;
}
.product-info .options .form-group {
    margin-bottom: 15px;
}
.product-info .product_amt {
    margin: 10px 0 10px;
}
.product-info .cart .button {
    padding: 10px 45px;
    font-size: 16px;
    line-height: 1em;
}
.product-info button.button i {
    font-size: 23px;
    margin-right: 5px;
}
.product-info .cart {
    padding: 5px 0px 0px;
    margin-bottom: 10px;
}
.nav-tabs.product-page > li {
    margin: 0px 0px 0px;
    width: 50%;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper {
    z-index: 99999;
}
body #cboxClose {
    top: -10px;
    right: 35px;
}
body #cboxContent {
    padding: 20px 10px;
}
a.button, input.button, button.button, .btn {
    padding: 5px 5px;
    font-size: 12px;
}
.blog_item .image {
    float: none;
    margin: 0 0px 10px 0;
}
body .blog_summary .left {
    padding-right: 0px;
}
.blog_item .blog_title a {
    font-size: 16px;
}
.blog_summary p,
.blog_summary li {
    font-size: 13px;
    line-height: 1.4;
}
.blog_summary p {
    padding-bottom: 10px;
}
.blog_summary a.button.remove {
    font-size: 14px;
    padding: 0px 0 0;
}
.blog_item {
    margin-bottom: 15px;
}
.blog_post .blog_summary .left {
    padding: 0px 0px 0 0;
}
#content .blog_summary h1 {
    margin-bottom: 20px;
}
.blog_summary p br {
display:none;
}
.blog_post, .blog_list {
    margin-bottom: 10px;
}
.clearfix.footer_margin {
    margin-bottom: 10px;
}
.box-heading {
    margin-bottom: 10px;
}
.latest .blog_item .image {
    width: 100%;
}
.latest .blog_summary {
    width: 100%;
}
.latest .blog_title {
    margin: 0px 0 0px;
    font-size:13px;
    text-align:center;
}
.latest .blog_item .blog_title a {
    font-size: 14px;
}
.video-title {
    padding: 10px 0 20px;
    font-size: 14px;
}
.all_video {
    float: none;
    text-align:center;
    margin-bottom: 15px;
}
.breadcrumb li:last-child a {
    line-height: 15px;
    display: inline-block;
}
#testimonial-form .pull-right {
display:none;
}
.information-information .testimonial-subtitle {
    line-height: 1.2em;
    font-size: 14px;
    padding-bottom:10px;
}
#testimonial-form > div:first-child {
    padding: 20px 0px 10px 0px;
}
body .testimonial-form input[type='submit'] {
    margin-top: 15px;
    font-size: 16px;
    padding: 15px 40px;
}
.testimonial-form {
    margin-bottom: 5px;
}
.testimonial {
padding:0 15px;
}
.testimonial .heading > div{
line-height:1.2em;
}
.testimonial .heading div:last-child {
    font-size: 11px;
    margin-top: 2px;
}
body .item.testimonial .testimonial, body .testimonial_list .testimonial {
font-size:13px!important;
margin-bottom:0;
}
.manufactur_block {
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.manufactur_block .man_right {
    line-height: 1.2em;
    height: auto;
    padding: 0 0px 0 10px;
    font-size:13px;
}
.man_left {
    line-height: 19px;
    font-size:13px;
    padding: 0px;
}
.man_right a {
    margin-top: 5px;
}
.man_left p {
    margin-top: 5px;
    padding-bottom:0px;
}
.contacts_text{
font-size:13px;
line-height:1.2em;
}
.contact {
    width: 100%;
}
.contact .h4 {
    font-size: 14px;
    padding: 20px 0 0px;
}
.contact p{
font-size:13px;
}
.contact iframe{
max-width:100%;
}
#colorbox.notification #cboxContent .product img {
    margin-right: 10px;
}
.cart-info tbody .name a {
    padding: 0;
}
.cart-info small {
font-size:11px;
}
.cart-info tbody td.quantity .sq_icon {
width:25px;
font-size:13px;
}
.cart-info thead td {
    padding: 10px 5px;
    font-size: 13px;
}
.cart-info tbody td {
    padding: 10px 5px;
    font-size: 13px;
}
.cart-info{
overflow-x:auto;
}
.cart-reload p {
    font-size: 13px;
    width: 200px;
    padding: 10px 0;
    margin: 15px 0 15px;
}
.cart-info tbody .name a.remove_link {
color:red;
}
.cart-total .cart-total-bottom .button {
    width: 49%;
    display: inline-block;
}
.cart-total-bottom a.button.active {
    margin-left: 0px;
}
.cart-total-bottom a.button {
    padding: 5px;
}
.cart-total-bottom a.button.active {
    font-size: 12px;
}
.cart-total-bottom a.button.contrast {
    font-size: 12px;
}
.steps .step {
    width: 50%;
    float: left;
}
.step .step-name {
    font-size: 12px;
    margin-bottom: 8px;
}
.step .step-title {
    font-size: 18px;
}
.checkout-progress::before {
    height: 10px;
}
.steps.active-s1 .checkout-progress::after {
    height: 4px;
    top: 3px;
}
.checkout-progress {
    margin-bottom: 10px;
}
.customer-info, .shipping-method, .payment-method {
    margin-top: 20px;
    font-size: 13px;
    padding:0;
}
.customer-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.customer-info .data-input label {
    margin: 10px 0 10px;
}
.customer-info .data-input input, .customer-info .data-input select {
    width: 100%;
}
.customer-info .custom-checkout-personal-info{
margin-bottom:20px;
}
.next-step, .prev-step, .complete-checkout {
    padding: 10px 0;
    font-size: 12px;
    width: 50%;
}
.step-controls .next-step, .step-controls .complete-checkout {
    margin-top: 10px;
}
.step-controls {
    margin-bottom: 20px;
}
.steps.active-s2 .checkout-progress::after {
    height: 5px;
    top: 3px;
}
.customer-info, .shipping-method, .payment-method {
    margin-top: 10px;
}
.radio.method {
    margin-bottom: 10px;
}
.payment-method textarea {
    width: 100%;
    min-height: 130px;
}
.step-controls .prev-step {
    margin-top: 10px;
}
.sticky .header_main{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    top: 0;
    margin: 0;
}
.sticky .top{
 position:fixed;
right:0;
z-index:10001;
top:0;
}
.sticky .top .search {
background:none;
}
#content.grid3 {
    padding-left: 15px;
}
#column-left + #content h1, #column-left + #content .welcome {
    margin-bottom: 15px;
}
.category-info {
    margin-top: 10px;
    font-size:13px;
    line-height:1.2em;
}
.category-info p {
padding:0;
}
.category-info br {
display:none;
}
.category-grid.grid3 .item {
    width: 100%;
    margin-right: 0px;
}
.category-grid .item .name {
    margin-bottom: 10px;
}
.category-info .image {
    margin-right: 15px;
}
.product-filter {
    padding: 0px 0px 10px;
    margin-bottom:10px;
    width:50%;
    float:left;
    display:block;
}
.product-filter select{
width:100%;
}
.product-filter .sort, .product-filter .limit {
    margin-left: 0px;
     white-space: normal;
     float: none;
}
.product-grid .information_wrapper .name {
    font-size: 15px;
    line-height: 16px;
    height: 50px;
}
.product-grid .price, .product-list .price {
    margin: 0 0 15px;
}
.filtr_btn{
  margin-left:15px;
  color:#5f021e;
  display:block;
  font-weight:600;
  display:inline-block;
  padding:15px 0;
}
div.category_btn{
margin-left: 15px;
    color: #5f021e;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0;
    margin-right: -15px;
}
#container_map input {
    display: none;
}
#container_map .map_title + input + label {
 margin-left: 0%;
}
#container_map .map_title {
    margin-bottom: 15px;
}
.information-video_gallery .container .col-sm-4{
width:50%;
float:left;
}
.product-filter .display {
    display: none;
}
#main{
clear:both;
}
.footer .one div div.soc + div{
margin-left: 0px;
}
.product-list .left {
/*clear: both;*/
text-align:center;
}
.product-list .left .name{
text-align:center;
height: auto;
margin: 5px 0 45px;
}
.information-video_gallery .col-sm-4:nth-child(3n + 1) {
clear: none;
}
.information-video_gallery .col-sm-4:nth-child(2n + 1) {
clear: left;
}
.brench {
left: 143px;
}
.prefooter .row {
    flex-wrap: wrap;
}
.prefooter .row > div{
width: 100%
}
#content.product{
margin-bottom: 30px;
}
.home_banner .banner_link {
    right: calc(50% - 262px);
}
.top2 .tel {
  margin: 0 auto 0 0;
}
.cart_ico {
  color: #fff;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  font-size: 16px;
  line-height: 28px;
}
.shortcut .shortcut_heading {
  padding: 0;
  font-size: 17px;
}
#cart {
  margin-left: 10px;
}
.language_current {
  margin-left: 10px;
}


@media screen and (max-width:694px){
	.contacts_info {
		float: left;
	}
	.articles > div a {
		flex-basis: 100%;
	}
	.articles > div .img {
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.contacts_info {
		text-align: center;
	}
	.contacts_info>div {
		text-align: left;
	}
}

@media screen and (max-width:600px){
	
	.contacts_form input[type='text'], .contacts_form textarea, .contacts_form {
		width: 100%;
	}
	.contacts_info {
		float: none;
	}
	.contacts_img {
		float: none;
	}
  .home_banner .banner_link {
    display: none;
}
.baner_bottom .item_ico {
    margin: 0 auto 10px;
}
.baner_bottom .item .title {
    margin-bottom: 5px;
    }
    .baner_bottom .item .text {
    font-size: 11px;
}
}

@media screen and (max-width:590px){

.footer > div > div.soc_wrap {
	clear: both;
	margin: 0;
	margin-top: -15px;
}

.call {
	width: auto;
	padding: 0;
}

.footer .btns.contacts_wrap {
	width: auto !important;
	margin-left: 0px !important;
}


.footer .one {
	width: 100%;
}

.footer .one div div.soc + div{
width:100%;
float:left;
margin-top: 0px;
margin-left: 0;
}
.speps_wrap {
	flex-wrap: wrap;
}
body .speps_wrap > div {
	flex-basis: 78px
}
.prod .block:nth-child(2n) p {
	left: 30%;
	width: 70%;
}
}

@media screen and (max-width:479px) {
.header__social-block a {
	margin: 0 2px;
}
.top2,
.header_main .header_left {
  padding: 0 10px;
}
.contacts_img img {
	width: 100%;
}

.category-grid.grid4 .item {
	width: 100%;
}

body #content .product-info .right .right_product {
	text-align: center;
	float: none;
}

.product-info .cart .button {
	float: none;
}

.product-info .left {
	max-width: 100%;
}

body .footer > div > div.soc_wrap {
	margin-top: 10px;
}

body .list a {
	    margin: 0 0px 15px 0px;
	    padding-right: 30px !important;
}

body .footer .btns.contacts_wrap {
	width: 100% !important;
	max-width: 100%;
	text-align: left;
    margin-top: 5px;
}

body #footer>div>div:nth-child(3) {
	margin-left: 0;
}

.footer .one div div.contacts_wrap .call {
	width: auto !important;
	padding: 0px;
}

.baner_bottom > div {
	width: 100%;
}

.step > div > div:after {
display:none;
}
.articles > div a {
width: 100%;
margin-bottom:10px;
}
.information-video_gallery .container .col-sm-4{
width:100%;
}
.blog_item .image {
        width: 100%;
}
.home_banner > img {
    height: 180px!important;
}
.home_banner .door_points {
width: 60px;
    left: calc(50% - 155px);
    z-index: 1000;
}
.home_banner .banner_title {
    font-size: 1.5vw;
    top: 26.4%;
    left: 34.5%;
}
.footer .col-sm-3 {
    width: 100%;
    margin-bottom: 30px
}
.modal-form-wrapper > div {
    padding: 50px 20px!important;
}
#content .product-info .right {
    width:100%;
}
div.category_btn {
    margin-left: 10px;
    font-size: 13px;
}
.top2 {
    justify-content: center;
}
.top2 > div.tel, .header__social-block {
    /*margin: 0 10px;*/
}
.logo{
  top: 75px;
}
.home_banner > img.main_img {
    height: 175px!important;
}
}

@media screen and (max-width:380px){
.contacts_wrap a {
  text-transform: none;
}
.prod .block p {
	width: 100%;
}
.prod .block:nth-child(2n) p {
    left: 0%;
    width: 70%;
}
.btn_wrap {
    padding: 20px 0px;
}
.footer .one div div.soc + div, .footer .one div div.soc {
    width: 200%;
    float: left;
    margin-top: 0px;
    margin-left: 0;
}
.btns_sep {
	margin: 0 5px;
}
}


.stock-status {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #e31108;
	font-size: 13px;
}
.stock-status div{
	margin: 0 auto;
	width: 75%;
	background: rgba(255, 240, 187, 0.9);
	padding: 9px 10px;
}

/* NIK'S EDITS START */

.options.contrast_font select.form-control{
    height: 25px;
    padding-top:0;
}

.price div.price-options{
    font-size: 40px;
    padding-top:20px;
}

.cart .credit-button{
    padding:20px 88px;
    font-size: 18px;
    font-weight: bold;
    background: #800a2d;
    color:#fff;
    
}

.manufacturer-image-wrapper{height: 120px; text-align: center; padding-bottom: 10px;}

.manufacturer-image-wrapper img{
/*    width:150px; 
    max-height: 100px;*/
    height: 100% !important;
}


.manufacturer-wrapper{
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    
}

.manufacturer-wrapper:hover{
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.57);
}
.row.flex-start{
  justify-content: flex-start;
  margin-top: 20px;
}
.contact-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow:row wrap;
}
/* NIK'S EDITS FINISH*/
.prev-next {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
@media (max-width: 450px) {
  .language_current {
    margin-left: 0;
  }
  #cart {
    margin-left: 0px;
  }
}

.blog_latest .image {
	text-align: center;
}
.blog_latest .image a {
    display: inline-block;
}
.seo-description table,
.seo-description table td {
	font-size: 13px !important;
	line-height: 1.4 !important;
}
.seo-description table tr:first-child td {
	font-weight: bold !important;
}
.seo-description table td {
	padding: 5px 10px !important;
	width: auto !important;
}
.faq {
    line-height: 1.4;
    font-size: 14px;
}
.faq strong {
    font-weight: bold;
}
.faq a {
    text-decoration: underline;
}
.faq div[itemprop="mainEntity"] {
	margin-bottom: 30px;
}
.faq div[itemprop="acceptedAnswer"] {
	border: 2px dotted black;
	padding: 10px;
	margin: 15px;
}