html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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 {
	border-color: #de0000;
	border-style: none dotted none dotted;	
	margin-top: -10px;
	padding-left: 25px;
	padding-right: 25px;	
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.quote-wrapper {
  width: 150px;
  height: 150px;
  position: relative;
  margin: auto;
}

.wrapper {
  width: 100%;
  height: 100%;  
  background: radial-gradient(
    ellipse at center,
    rgba(187, 12, 25, 1) 0%,
    rgba(187, 12, 25, 1) 70%,
    rgba(0, 128, 172, 0) 70.3%
  );  
  position: relative;
  margin: 0;
  color: white;
}

.wrapper p {
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.wrapper::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 7%;
}

.wrapper p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(
    2% 0%,
    100% 0%,
    100% 100%,
    2% 100%,
    50% 94%,
    76.6% 82.7%,
    94% 65.6%,
    100% 50%,
    94% 32.6%,
    76.6% 17.3%,
    50% 6%
  );
  shape-margin: 7%;
}

.table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 2px solid;
text-align: center;
}

.table td {
padding: 3px;
border: 1px solid;
text-align: center;
}

@font-face {
    font-family: 'ClearSans-Light';
    src: url('../fonts/ClearSans-Light.ttf')  format('truetype'),
         url("../fonts/ClearSans-Light.woff") format("woff");
}
@font-face {
    font-family: 'ClearSans-Thin';
    src: url('../fonts/ClearSans-Thin.ttf')  format('truetype'),
         url('../fonts/ClearSans-Thin.woff')  format('woff');
}
@font-face {
    font-family: 'ClearSans-Medium';
    src: url('../fonts/ClearSans-Medium.ttf')  format('truetype'),
         url('../fonts/ClearSans-Medium.woff')  format('woff');
}
@font-face {
    font-family: 'ClearSans';
    src: url('../fonts/ClearSans-Regular.ttf')  format('truetype'),
         url('../fonts/ClearSans-Regular.woff')  format('woff');
}
@font-face {
    font-family: 'ClearSans-Bold';
    src: url('../fonts/ClearSans-Bold.ttf')  format('truetype'),
         url('../fonts/ClearSans-Bold.woff')  format('woff');
}

body{
    font-family: 'ClearSans';
    font-size: 16px;
    background: #f2f2f2;
}
strong{
    font-weight: bold;
}
.main-wrap{
    max-width: 1366px;
    min-width: 360px;
    margin: 0 auto;
    background: #fff;
}
.main-wrap img{
    /*max-width: 100%;*/
}
.top_phone_block{
    max-width: 1240px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 46px;
	text-align: center;
}
.hr-line{
    background: #bc1019;
    height: 2px;
    width: 100px;
}
.phone{
    padding-left: 5px;
    padding-right: 5px;	
}
.building_phone{
    width: 470px;
}
.shelving-phone{
    width: 260px;
}
.metalworking-phone{
    width: 320px;
}
.phone_title{
    font-size: 14px;
    color: #2b2a29;
}
.top_phone_block .phone{
    font-size: 16px;
    font-family: 'ClearSans-Bold';
}
.top_phone_block .flex-block{
    display: flex;
    justify-content: center;
	width: 320px;
    align-items: center;
	text-align: center;
}
.top-logo-block-wrap{
    max-width: 1240px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: flex;
	justify-content: center;
    padding-bottom: 30px;
}
.top-logo-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 497px;
    margin-right: 167px;
}
.vert-line{
    margin-left: 10px;
	width: 1px;
    background: #949494;
    height: 53px;
}
.logo-type{	
	width: 100%;
	height: auto;
}
.logo-name{
    font-size: 14px;
    color: #2e2e2e;
	font-weight: 600;
	text-transform: uppercase;	
	line-height: 1.3;
    padding-left: 10px;	
}
.logo-search{    
	padding-left: 10px;
	text-align: center;
}
.logo-search input{
   width: 108px;
   text-align: center;   
   border: 1px solid #2e2e2e;
}
.request-city-wrap, .request-city-wrap1{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.request-call-wrap, .request-call-wrap1{
    display: flex;
    align-items: center;
    padding-right: 15px;	
}
.call-wrap{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.calc-wrap{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.city-wrap{
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.request-city-wrap img, .request-call-wrap img, .call-wrap img, .calc-wrap img, .city-wrap img, .request-city-wrap1, .request-call-wrap1 img{
    margin-right: 15px;
}
.link{
    font-size: 14px;
    font-family: 'ClearSans-Bold';
    text-transform: uppercase;
    border-bottom: 1px dashed #2e2e2e;
    color: #2e2e2e;
    text-decoration: none;
    line-height: 20px;
}
.links{
    font-size: 14px;
    font-family: 'ClearSans-Bold';
    text-transform: uppercase;    
    color: #bc1019;
    text-decoration: none;
    line-height: 20px;
}
.projects{
    max-width: 1240px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 60px auto;
}
.projects .header-1{
    margin-bottom: 50px;
}
.projects .header-1 span{
    font-family: 'ClearSans-Bold';
    font-size: 30px;
    color: #000;
    margin-right: 30px;
}
.projects .header-1 a.button-2{
    padding: 6px 30px 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #bc1019;
}

.projects .slick-slide {
    margin-left:20px;
}
.projects .slick-list {
    margin-left:-20px;
}
.slide{
    text-decoration: none; border: none;
    outline: none;
}
.slide-desr{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.slide-desr img{
    margin-right: 5px;
}
.slide-desr span{
    font-size: 14px;
    font-family: 'ClearSans-Bold';
    color: #1f1f1f;
    text-decoration: none;
}
.slide-title{
    font-family: 'ClearSans-Light';
    font-size: 24px;
    color: #1f1f1f;
    padding: 16px 0;
}
.slide:hover > .slide-title{
    color: #bc1019;
}
.slide-image{
    position: relative;
}
.slide-image img{
    border-bottom: 4px solid #fff;
    /*filter: grayscale(100%);*/
}
.slide-image div:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 100;
    bottom: 4px;
}
.slide:hover > .slide-image img{
    border-bottom: 4px solid #bc1019;
    /*filter: grayscale(0%);*/
}
.slide:hover > .slide-image > div:before{
    background: rgba(0, 0, 0, 0);
}
.projects .slick-prev{
    display: inline-block;
    position: absolute;
    top: 37%;
    left: 13px;
    z-index: 999;
    background: #fff url("../img/arrow-left-red.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.projects .slick-next{
    display: inline-block;
    position: absolute;
    top: 37%;
    right: 13px;
    z-index: 999;
    background: #fff;
    background: #fff url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.projects .slick-prev:hover{
    background: #bc1019 url("../img/arrow-left-white.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.projects .slick-next:hover{
    background: #bc1019 url("../img/arrow-right-white.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.sq-bl{
    position: absolute;
    top:0;
    right: 0px;
    z-index: 9999;
    width: 73px;
    height: 76px;
    background: #bc1019;
    color:#fff
}

.cons{
    max-width: 1366px;
    min-width: 320px;
    background: #930d14;
    color: #fff;    
	padding: 20px;	
}
.cons-wrap{
    display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	max-width: 1240px;
    min-width: 320px;
    /*padding-right: 20px;*/
    padding-top: 45px;
    margin: 0 auto;
	
}
.cons-wrap .header-1{
    font-size: 25px;
    font-family: ClearSans;
    padding: 35px 0;
    text-align: center;	
}
.cons-items{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;		
}
.cons-item{
    width: 33%;
    padding-bottom: 47px;
    /*flex: 1 1 auto;*/	
}
.cons-item-content{
    /*width: 296px;*/
    padding-right: 20px;
}
.cons-title{
    font-size: 24px;
    font-family: 'ClearSans-Bold';
    line-height: 30px;
}
.cons-descr{
    margin-top: 18px;
    border-top: 1px solid #fff;
    line-height: 24px;
    padding-top: 10px;
}
.cons-but{    
    padding-top: 5px;    
}
.cons-button{
    padding: 10px 20px;
    background: #fff;
    color: #bc1019;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.cons-icon{
    float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.cons-icon img{
    height: 38px;
}
.about-wrap{
    max-width: 1240px;
    min-width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.about-wrap .header-1{
    font-size: 30px;
    font-family: ClearSans-Bold;
    color:#282828;
    padding-bottom: 57px;
}
.index-about-content{
    color:#282828;
    line-height: 24px;
    font-size: 16px;
    width: 715px;
}
.button-about{
    padding: 10px 20px;
    background: #bc1019;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.about-colls{
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}
.about-colls-item{
    width: 33%;
}
.about-colls-content{
    width: 296px;
    color:#282828;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 4px solid #bc1019;
    padding-bottom: 35px;
}
.year-about{
    font-size: 64px;
    color: #bc1019;
    padding-bottom: 37px;
    font-family: ClearSans-Bold;
}
.footer{
    background: #2b2b2b;
    color: #fff;
}
.wrap-footer{
    max-width: 1240px;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.footer-menus{
    display: flex;
    padding-top: 60px;
    padding-bottom: 47px;
    justify-content: space-between;
    border-bottom: 1px solid #949494;
}
.footer-items.left{
    width: 420px;
}
.footer-items.center{
    width: 295px;
}
.footer-items.last{
    width: 190px;
}
.footer-menu-title{
    font-size: 24px;
    padding-bottom: 35px;
    font-family: ClearSans;
}
.footer-menu-title.two{
    padding-top: 35px;
}
.footer-items ul li{
    padding-bottom: 15px;
}
.footer-items ul li a{
    color:#fff;
    font-size: 14px;
    font-family: ClearSans;
    text-decoration: none;
}
.address{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
}
.address img{
    margin-right: 5px;
}
.bottom-logo-block-wrap{
    padding: 37px 0 40px 0;
}
.logo-name-bottom{
    color:#fff;
    font-size: 16px;
    line-height: 20px;
}
.copy{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-top: -10px;
}
.top-logo-block a{
    text-decoration: none;
}
.link-bottom{
    font-size: 14px;
    font-family: 'ClearSans-Bold';
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
}
.agency-wrap{
    font-size: 14px;
    display: flex;
    align-items:center;
}
.agency-wrap a{
    text-decoration: none;
    color: #bc1019;
    display: block;
    padding-top: 4px;
}
.request-bottom{
    padding-right:65px;
}
.calculation-bottom{
    padding-right: 65px;
}
.bottom-logo-block{
    margin-right: 65px;
}
.list-icons{
    background: #6f6f6f;
    height: 104px;
}
.wrap-list-icons{
    max-width: 1240px;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 104px;
}
.icons-item{
    height: 104px;
    display: flex;
    align-items: center;
    width: 25%;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}
.item-black{
    background: #383838;
}
.icons-item div.img-item-wrap{
    margin-right: 10px;
}
.icons-item a{
    display: block;
    width: 70%;
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
}
.icons-item.active{
    background: #bc1019;
}
.top-slider .slick-next{
    display: inline-block;
    position: absolute;
    top: 37%;
    right: 40px;
    z-index: 999;
    border: none;
    cursor: pointer;
    outline: none;
}
.list-icons-type{
    height: 57px;
    background: #6f6f6f;
}
.wrap-list-icons-type{
    height: 57px;
    max-width: 1240px;
    min-width: 320px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icons-item-type{
    height: 57px;
    display: flex;
    align-items: center;
    width: 25%;
    color: #fff;
    justify-content: center;
}
.icons-item-type div.img-item-wrap-type{
    margin-right: 20px;
}
.icons-item-type div.img-item-wrap-type img{
    width: 32px;
}
.icons-item-type a{
    display: block;
    width: 60%;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
}
.icons-item-type.active{
    background: #bc1019;
}
.products-type{
    max-width: 1240px;
    min-width: 320px;
    margin: 0 auto;
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}
.products-type.first{
    padding-top: 50px;
}
.products-type > p{
    font-family: ClearSans-Bold;
    font-size: 30px;
    color: #000;
    padding-bottom: 38px;
}
.products-type > p > a{
    font-family: ClearSans-Bold;
    font-size: 30px;
    color: #000;
    padding-bottom: 38px;
    text-decoration: none;
}
.products-type > h1{
    font-family: ClearSans-Bold;
    font-size: 20px;
    color: #000;
    padding-bottom: 38px;
}
.products-type > h1 > a{
    font-family: ClearSans-Bold;
    font-size: 20px;
    color: #000;
    padding-bottom: 38px;
    text-decoration: none;
}
.products-type > h2{
    font-family: ClearSans-Bold;
    font-size: 10px;
    color: #000;
    padding-bottom: 38px;
}
.products-type > h2 > a{
    font-family: ClearSans-Bold;
    font-size: 10px;
    color: #000;
    padding-bottom: 38px;
    text-decoration: none;
}
.wrap-product-type{
    display: flex;
}
.img-product-type{
    /*margin-right: 65px;*/
    height: 393px;
    overflow: hidden;
    width: 64%;
}
.desc-product-type{
    border-bottom: 4px solid #bc1019;
    height: 393px;
    overflow: hidden;
    width: 36%;
}
.img-product-type a img{
    max-width: 95%;
}
.sec-img{
    max-width: 100%;
}
.desc-product-type > p > a{
    color: #bc1019;
    font-size: 24px;
    font-family: ClearSans-Bold;
    /*text-decoration: none;*/
    display: block;
}
.desc-product-type > p > a:hover{
    text-decoration: underline;
}
.next-product{
    color: #bc1019;
    padding-top: 10px;
    display: inline-block;
    font-family: ClearSans-Bold;
}
.desc-product-type > div.short-desc{
    margin-top: 20px;
    border-top: 4px solid #bc1019;
    /*border-bottom: 4px solid #bc1019;*/
    padding: 20px 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.products-items{
    margin-top: 47px;
}
.product-item{
    cursor: pointer;
    outline: none;
}
.product-item  img{
    /*filter: grayscale(100%);*/
    border-bottom: 8px solid #fff;

}
.product-item > div:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    bottom: 8px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    z-index: 100;
}
.product-item:hover  img{
    border-bottom: 8px solid #bc1019;
    filter: grayscale(0%);
}
.product-item:hover > p{
    color: #bc1019;
}
.product-item:hover > div:before{
    content: '';
    background: rgba(0, 0, 0, 0);
}
.product-item p{
    font-size: 14px; color: #000;
    padding-top: 10px;
    padding-bottom: 36px;
}
.product-item.active-item  img{
    border-bottom: 8px solid #bc1019;
    filter: grayscale(0%);
}
.products-categories{
    padding: 18px 0;
    border-bottom: 10px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;
    display: flex;
}
.products-categories a{
    color: #000; font-size: 16px;
    font-family: ClearSans-Bold;
    text-decoration: none;
    display: inline;
    margin-right: 10px;
}
.products-categories a:hover{
    text-decoration: underline;
    color: #bc1019;
}
.products-categories span{
    margin-right: 10px;
}
.products-categories__item-left{
    width: 70%; display: flex;
}
.products-categories__item-right{
    width: 30%; text-align: right;
}
.loading-indicator{
    background: #fff url("../img/loading1.gif");
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center center;
}
.products-items .slick-prev{
    display: inline-block;
    position: absolute;
    top: 17%;
    left: -15px;
    z-index: 999;
    background: #fff url("../img/arrow-left-red.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.products-items .slick-next{
    display: inline-block;
    position: absolute;
    top: 17%;
    right: -15px;
    z-index: 999;
    background: #fff;
    background: #fff url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev{
    display: inline-block;
    position: absolute;
    top: 22%;
    left: -15px;
    z-index: 999;
    background: #fff url("../img/arrow-left-red.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.owl-carousel .owl-nav button.owl-next{
    display: inline-block;
    position: absolute;
    top: 22%;
    right: -15px;
    z-index: 999;
    background: #fff;
    background: #fff url("../img/arrow-right-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    background: #bc1019 url("../img/arrow-left-white.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.owl-carousel .owl-nav button.owl-next:hover{
    background: #bc1019 url("../img/arrow-right-white.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.products-items .slick-prev:hover{
    background: #bc1019 url("../img/arrow-left-white.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.products-items .slick-next:hover{
    background: #bc1019 url("../img/arrow-right-white.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.address-block{
    padding-top: 20px;
}
.address-block p{
    font-size: 18px; color: #000;
    font-family: ClearSans;
    line-height: 26px;
}
.address-block img.ls-icon{
    margin-left: 25px;
}
.history{
    max-width: 1240px;
    min-width: 320px;    
    margin: 0 auto;
    padding-bottom: 50px;
}
.history > h2{
    font-family: ClearSans-Bold;
    font-size: 30px;
    color: #bc1019;
    padding-bottom: 38px;
}
.desc-history{
    color: #282828; font-size: 16px;
    font-family: ClearSans;
    line-height: 24px;
    margin-bottom: 87px;
}
.gal-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gal-box a{
    text-decoration: none;
    padding-bottom: 20px;
}
.gal-box img{
    filter: grayscale(100%);
    /*max-width: 100%;*/
}
.gal-box a:hover img{
    filter: grayscale(0%);
}
.fixed{
    position: fixed;
    width: 100%;
}
.top-box-logo.fixed{
    height: 60px;
    top:0;
    background: #fff;
    z-index: 8000;
    max-width: 1366px;
    min-width: 320px;
    padding-top: 10px;
}
.top-nav-box.fixed{
    top: 70px;
    background: #fff;
    z-index: 8002;
    max-width: 1366px;
    min-width: 320px;
}
.list-icons-type.fixed{
    top: 107px;
    z-index: 8001;
    max-width: 1366px;
    min-width: 320px;
    box-shadow: 0px 5px 5px -3px #555;
    height: 40px;
}
.p-top{
    padding-top: 150px;
}
.top-box-logo.fixed div.call-wrap{
    padding-right: 0;
    width: 25%;
    justify-content: flex-end;
}
.top-box-logo.fixed div.calc-wrap{
    padding-right: 0;
    width: 25%;
    justify-content: flex-end;
}
.top-box-logo.fixed div.city-wrap{
    padding-right: 0;
    width: 25%;
    justify-content: flex-end;
}
.top-box-logo.fixed div.request-city-wrap{
    padding-right: 0;
    width: 70%;
    justify-content: center;
}
.top-box-logo.fixed div.request-call-wrap{
    padding-right: 0;
    width: 70%;
    justify-content: center;
}
.top-box-logo.fixed div.top-logo-block{
    margin-right: 0;
    width: 100%;
}
.top-box-logo.fixed div.request-city-wrap p span.phone{
    font-family: ClearSans-Bold;
    display: inline-block;
    margin-left: 10px;
}
.top-box-logo.fixed div.request-call-wrap p span.phone{
    font-family: ClearSans-Bold;
    display: inline-block;
    margin-left: 10px;
}

.top-box-logo.fixed div.top-logo-block-wrap{
    padding-bottom: 0;
}

.top-nav-box.fixed .top-nav > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.top-nav-box.fixed .top-nav > ul > li > a{
    font-size: 14px;
}
.list-icons-type.fixed .icons-item-type div.img-item-wrap-type img{
    width: 25px;
}
.list-icons-type.fixed .icons-item-type a{
    font-size: 16px;
    line-height: 17px;
    width: 61%;
}
.list-icons-type.fixed .wrap-list-icons-type{
    height: 40px;
}
.list-icons-type.fixed .icons-item-type{
    height: 40px;
}
.flex-column{
    -ms-flex-direction:column!important;
	flex-direction:column!important;
}
.content-cont{
    padding: 0 63px;
    display:flex;
}
.content-cont aside{
    flex: 0 0 307px;
}
.content-cont div.main-content{
    flex-grow: 1;
    padding-left: 30px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.content-cont-page{
    padding: 0 63px;
}
.content-cont-page aside{
    flex: 0 0 307px;
}
.content-cont-page div.main-content{
    flex-grow: 1;
    padding-left: 30px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.aside-menu{
    background: #e9e9e9;
    margin-top: 36px;
    margin-bottom: 30px;
}
.aside-menu > li {
    border-bottom: 1px solid #afafaf;
    padding: 25px;
}
.aside-menu > li:last-child{
    border: none;
}
.aside-menu > li > ul{
    padding-top: 30px;
}
.aside-menu li a{
    font-family: ClearSans;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.aside-menu li a:hover{
    color: #bc1019;
}
.aside-menu li a:hover span{
    text-decoration: underline;
}
.aside-menu li a:hover span.sp-arrow-right{
    text-decoration: none;
}

.aside-menu li>ul>li>a{
    line-height: 26px;
    padding-bottom: 20px;
}
.aside-menu .active > a{
    font-weight: bold;
    color: #bc1019;
}

.aside-menu li a.show-children-item, .aside-menu li a.show-children-item2{
    font-family: ClearSans-Bold;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
.aside-menu li.active a.show-children-item{
    color: #000;
}
.aside-menu li a.show-children-item:hover{
    text-decoration: none;
    color: #000;
}
.aside-menu li a{
    display: flex;
}
.aside-menu li>ul>li>ul{
    margin-left: 30px;
}
.sp-arrow-right{
    margin-right: 8px;
    font-size: 13px;
    margin-top: 1px;
}
.aside-block-banner{
    margin-bottom: 30px;
}
.aside-block-banner img{
    max-width: 100%;
}
.aside-block-contacts{
    background: #bc1019;
    color: #fff;
    padding: 25px 40px 25px 25px;
}
.aside-block-header{
    font-family: ClearSans;
    font-size: 13px;
    padding-bottom: 25px;
}
.aside-contacts p{
    text-align: right;
    font-family: ClearSans-Bold;
    font-size: 24.89px;
    line-height: 37px;
    margin-bottom: 20px;
}
.aside-contacts p a{
    color: #fff;
    font-size: 20px;
    font-family: ClearSans-Bold;
    text-decoration: none;
    /*margin-top: 30px;*/
    display: inline-block;
    text-decoration: underline;
}
.target-block{
    padding-top: 35px;
    border-bottom: 1px solid #afafaf;
}
.wrap-target-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.wrap-target-block img{
    margin-right: 10px;
}
.wrap-target-block a{
    text-decoration: none;
    color: #2e2e2e;
    font-family: ClearSans-Bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dashed #2e2e2e;
    line-height: 20px;
}
.wrap-adress-block{
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.wrap-adress-block img{
    margin-right: 10px;
}
.wrap-adress-block p{
    color: #2e2e2e;
    font-family: ClearSans-Bold;
    font-size: 14px;
    text-transform: uppercase;
}
.main-content h1{
    font-family: ClearSans;
    font-size: 23px;    
    padding: 48px;
}
.main-content b{
    font-family: ClearSans-Bold;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0;
}
.content-descr{
    font-family: ClearSans;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #afafaf;
}
.content-descr p{
    margin-bottom: 20px;
}
.content-descr ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.content-descr ul li {
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.content-descr ul li::before {
    background: #000;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
}
.content-descr a{
    color: #bc1019;
    font-family: ClearSans-Bold;
    text-decoration: none;
}
.content-descr a:hover{
    text-decoration: underline;
}
.content-descr ol{
    counter-reset: myCounter;
}

.content-descr ol li{
    list-style: none;
}

.content-descr ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #bebebe;
    background: #2b2b2b;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
}
.list-items h2{
    font-size: 18px; font-family: ClearSans-Bold;
    padding: 30px 0;
}
.wrap-project-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-project-items a.list-item{
    display: block;
    width: 356px;
    margin-bottom: 40px;
    text-decoration: none;
}
.wrap-project-items a.list-item p.list-title{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
    /*border-bottom: 1px solid #afafaf;*/
    height: 60px;
    overflow: hidden;
}
.item-wrap-address{
    display: flex;
    padding-top: 10px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
}
.item-wrap-address img{
    margin-right: 10px;
}
.item-wrap-address p{
    color: #1f1f1f;
    font-size: 14px;
    font-family: ClearSans-Bold;
}

p.list-image{
    border: 2px solid #bc1019;
    text-align: center;
}
.wrap-project-items p.list-image{
    position: relative;
    display: inline;
    z-index: 2;
}
.wrap-project-items p.list-image img{
    /*filter: grayscale(100%);*/
    filter: brightness(100%);
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: -1;
    
}
.wrap-project-items a.list-item:hover{
    color: #bc1019;
}
.wrap-project-items a.list-item:hover p.list-image{
    box-shadow: inset 0px -9px 0px 0px #bc1019;
}
.wrap-project-items a.list-item:hover p.list-image img{
    /*filter: grayscale(0%);*/
    filter: brightness(90%);
}
.wrap-project-items a.list-item:hover p.list-title{
    color: #bc1019;
    /*border-bottom: 1px solid #bc1019;*/
}
.wrap-project-items a.list-item:hover .item-wrap-address{
    border-bottom: 1px solid #bc1019;
}
.wrap-project-items a.list-item:hover .item-wrap-address p{
    color: #bc1019;
}
.wrap-btn-list{
    margin-top: 50px;
    text-align: center;
}
.wrap-btn-list a.list-btn,
.page-content a.list-btn,
.page-gallery a.list-btn,
.block-descr-right a.list-btn,
.list a.list-btn,
.products-categories a.list-btn{
    display: inline-block;
    background: #bc1019;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
}
.mr-list-item{
    margin-top: 30px;
}
.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:300px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}

.fade{
    z-index: 9998;
}
.modal{
    z-index: 100000;
}
.block-descr-dual{
    display: flex;
}
.block-descr-right{
    padding-left: 60px;
    line-height: 24px;
    font-size: 14px;
}
.wrap-page-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-gallery{
    background-image: url("../img/object.jpg");
    background-size: cover;
    background-position: center;    
    padding: 40px;
}
.page-gallery{
    background: #efefef;
    padding: 40px;
}
.page-gallery h3{
    font-size: 18px;
    font-family: ClearSans-Bold;
    padding-bottom: 35px;
}
.wrap-page-gallery{
    background: #efefef;
	opacity: 0.95;	
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;	
}
.wrap-page-gallery a{
    display: block;
    width: 350px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-page-gallery a p img{
    max-width: 100%;
    /*filter: grayscale(100%);*/
    filter: brightness(100%);
}
.wrap-page-gallery a:hover p img{
    /*filter: grayscale(0%);*/
    filter: brightness(90%);
}
.content-descr-page{
    line-height: 24px;
}
.content-descr-page p{
    margin-bottom: 20px;
}
.content-descr-page h2, .header-2{
    font-size: 18px;
    font-family: ClearSans-Bold;
    padding: 35px 0;
    text-transform: uppercase;
}
.content-descr-page ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.content-descr-page ul li {
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    position: relative;
}
.content-descr-page ul li::before {
    background: #000;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
}
.content-descr-page ol{
    counter-reset: myCounter;
}

.content-descr-page ol li{
    list-style: none;
}

.content-descr-page ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #bebebe;
    background: #2b2b2b;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
}
.content-descr-page a{
    text-decoration: none;
    font-size: 14px;
    color:#000;
}
.content-descr-page a:hover{
    color: #bc1019;
    text-decoration: underline;
}
.wrap-pr-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-pr-items a{
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 14px;
    color:#000;
}
.wrap-pr-items a p.list-title{
    padding: 10px 0;
}
.wrap-pr-items a p img{
    /*filter: grayscale(100%);*/
    filter: brightness(70%);
    max-width: 100%;
}
.wrap-pr-items a:hover{
    color: #bc1019;
}
.wrap-pr-items a:hover p img{
    filter: brightness(100%);
    /*filter: grayscale(0%);*/
}

.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background: #fff;
	margin: 25px;
    padding: 0 20px 20px 20px;
}
.modal-close{
    position: absolute;
    top:30px;
    right: 23px;
}
.modal-title{
    font-size: 22px;
    font-family: ClearSans-Bold;
    padding: 15px 0;
	text-align: center;
}
.modal-dialog .type-callback, .modal-dialog select{
    width: 100%;
    border: 1px solid #bababa;
    color:#000;
    padding: 8px 18px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    font-family: ClearSans-Bold;
}
.modal-dialog .callback-default, .modal-dialog .callback-phone, .modal-dialog .callback-email{
    width: 100%;
    border: 1px;
    background: #f1f1f1;
    color: #898989;
    padding: 10px 18px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    font-family: ClearSans-Bold;
}
.modal-dialog .callback-default:focus{
    background: #fff;
    border: 1px solid #bababa;
    color:#000;
}
.modal-dialog textarea{
    width: 100%;
    border: 1px;
    background: #f1f1f1;
    color: #898989;
    padding: 10px 18px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 20px;
    font-family: ClearSans-Bold;
    resize: vertical;
}
.modal-dialog textarea:focus{
    background: #fff;
    border: 1px solid #bababa;
    color:#000;
}
.modal-dialog .modal-submit a{
    padding: 14px 56px;
    background: #bc1019;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-family: ClearSans-Bold;
    margin-left: 50px;
}
.modal-error{
    color: #bc1019; float: right;
    margin-top: 24px;
    width: 50%;
    font-size: 14px;
}
.aside-block-banner{
    margin-top: 30px;
}
.left-banner{
    margin-bottom: 20px;
}
.left-banner img{
    filter: grayscale(100%);
}
.left-banner img:hover{
    filter: grayscale(0%);
}
.wrap-sitemap{
    padding: 0 40px 40px 40px;
}
.wrap-sitemap .row{
    display: flex;
    justify-content: space-between;
}
.wrap-sitemap .row div{
    width: 33.3%;
    padding: 0 20px 0 0;
}
.wrap-sitemap .row div h2{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.wrap-banner-top-slider{
    position: relative;
}
.wrap-banner-top-slider img{
    max-width: 100%;
}
.red-block{
    background: #bc1019;
	opacity: 0.8;
    position: absolute;
    top:55px;
    left: 350px;
    height: 100px;
    min-width: 700px;
    display: flex;
    align-items: center;
}
.red-block img{
    display: block;
    padding: 0 40px;
}
.title-red-block{
    margin-top: -10px;
    padding-right: 40px;
}
.title-red-block p{
    font-family: ClearSans-Bold;
    font-size: 60px;
    color: #fff;
    padding: 0;
}
.title-red-block span{
    font-family: ClearSans-Light;
    font-size: 27px;
    color: #fff;
}
.bottom-slide-block{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 989px;
    border-bottom: 33px solid #bc1019;
}
.bottom-slide-block a{
    text-decoration: none;
}
.bottom-slide-block p{
    font-family: ClearSans;
    font-size: 24px;	
    color: #fff;		
    line-height: 36px;
    padding: 20px;
}
.top-nav-mini{
    display: none;
}
.mobile-menu{
    display: none;
}
.top-nav-mini{
    text-align: center;

}
#show-mob-menu{
    background: #bc1019;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    padding-top: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #383838;
}
.mobile-menu{
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    background: #6f6f6f;
    /*border-bottom: 1px solid #fff;*/
}
.mobile-menu > li > a, .mobile-menu > li > span, .mobile-menu > li > ul > li > span{
    text-transform: uppercase;
    text-decoration: none;
    background: #6f6f6f;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.mobile-menu > li > ul > li > span > a{
    text-decoration: none;
    color: #fff;
}
.mobile-menu > li > a:hover{
    background: #383838;
}
.mobile-menu > li > ul > li > a, .mobile-menu > li > ul > li > ul > li > a{
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #b3b3b3;
}
.mobile-menu > li > ul > li > a:hover{
    background: #383838;
}

.content-descr img{
    max-width: 100%;
}
.wrap-calc-metall{
    position: relative;
    overflow-x: auto;
    height: 550px;
    margin-bottom: 40px;
}

.wrap-calc-metall > div {
    width: 900px;
    height: 530px;
    position: absolute;
    left: 0;
    top: 0;
}
.metal-form{
    column-count:2;
}

section.projects .owl-carousel .owl-nav button.owl-prev{
    top: 30%;
}
section.projects .owl-carousel .owl-nav button.owl-next{
    top: 30%;
}

.products-type > h2 > a:hover{
    text-decoration: underline;
}

.white-popup-block{
    margin: 0 auto;
    width: 700px;
    padding: 75px 20px;
    position: relative;
    text-align: center;
    background-color: rgba(255,255,255, 1);
    border-radius: 20px;
}
p.title-p{
    font-size: 30px;
}
p.p-phone-p{
    font-size: 24px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 1rem 0.75rem 1rem;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumb-item a{
    color: #000;
    text-decoration: none;
    font-family: ClearSans;
    font-size: 14px;
}

/* TOP TITLE BLOCK */
.top-title-block{	
	min-height: 80px;
	background:#eee 0 center no-repeat;
	justify-content: flex-start;
	align-items: center;
	background-size: cover !important;
	background-repeat: no-repeat;
}
.top-title-block .container .title{	
	font-size: 3em;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-family: ClearSans-Bold;
}

.top-title-block .container .icon{
	width: 90px;
	height: 90px;
	background: #bc111a;
	border-radius: 50%;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.top-title-block .container .icon .img{
	width: 53px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}
.top-title-block .container{
	display: flex;
	flex-direction: row;
	padding-left: 60px;
	align-items: center;
}

.flex-row{display: flex;-ms-flex-direction:row!important;flex-direction:row!important}

@media screen and (max-width: 1280px) {
    .hr-line{
        width: 70px;
    }
    .top-logo-block{
        margin-right: 0;
        width: 60%;
        justify-content: flex-start;
    }
    .vert-line{
        margin: 0 20px;
    }    
    .bottom-logo-block{
        width: 50%;
    }
    .request-bottom{
        padding-right: 0;
        width: 20%;
    }
    .content-cont{
        padding: 0 20px;
    }
	.content-cont-page{
        padding: 0 20px;
    }
    .page-gallery{
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrap-page-gallery a{
        width: 30%;
        margin-right: 20px;
    }
    .wrap-pr-items a{
        width: 30%;
    }
}

@media screen and (max-width: 1240px) {
    .slide-image img{
        max-width: 100%;
    }

}

@media screen and (max-width: 1180px) {
    .img-product-type {
        height: auto;
        width: 64%;
    }

    .desc-product-type {
        border-bottom: 4px solid #bc1019;
        height: auto;
        width: 36%;
        margin-left: 20px;
    }

    .desc-product-type > h3 > a {
        font-size: 20px;
    }

    .address-block {
        padding-top: 10px;
    }

    .address-block p {
        font-size: 16px;
        line-height: 20px;
    }

    .desc-product-type > div.short-desc {
        margin-top: 10px;
        padding: 10px 0;
        font-size: 14px;
    }
    .content-cont div.main-content{
        padding-left: 20px;
    }
	.content-cont-page div.main-content{
        padding-left: 20px;
    }
}

@media screen and (max-width: 1140px) {
    .hr-line{
        display: none;
    }
    .list-icons{
        height: 70px;
    }
    .wrap-list-icons{
        padding-left: 0; padding-right: 0;
        height: 70px;
    }
    .img-item-wrap img{
        width: 30px;
    }
    .icons-item{
        height: 70px;
    }
    .icons-item a{
        font-size: 18px;
        line-height: 20px;
    }
    .title-red-block p{
        font-size: 38px;
    }
    .red-block{
        height: 90px;
        min-width: 545px;
        left:320px;
    }
    .bottom-slide-block{
        width: 80%;
    }
    .bottom-slide-block p{
        font-size: 20px;
        line-height: 30px;
    }
    .bottom-logo-block .vert-line{
        display: none;
    }
    .logo-name-bottom{
        display: none;
    }
    .bottom-logo-block{
        width: 35%;
    }
    .agency-wrap{
        width: 15%;
    }
    .calculation-bottom{
        width: 25%;
    }
    .top-logo-block-wrap{
        justify-content: center;
    }

    .content-cont aside{
        flex: 0 0 260px;
    }
	.content-cont-page aside{
        flex: 0 0 260px;
    }

}

@media screen and (max-width: 1080px){
    .wrap-project-items{
        justify-content: center;
    }
    .wrap-project-items a.list-item{
        margin-right: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .products-items{
        margin-top: 20px;
    }
    .desc-product-type > div.short-desc{
        line-height: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .vert-line,.logo-name{
        display: none;
    }
    .top_phone_block .flex-block{
        display: block;
    }
    .phone_title{
        display: block;
        margin-bottom: 5px;
    }
    .icons-item-type a{
        font-size: 18px;
        line-height: 20px;
    }
	.wrap-page-list{
        justify-content: center;
    }
    .wrap-page-gallery{
        justify-content: center;
    }
    .wrap-page-gallery a{
        width: 45%;
        margin-right: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    .title-red-block p{
        font-size: 30px;
    }
    .red-block{
        height: 90px;
        min-width: 400px;
        left:250px;
    }
    .bottom-slide-block{
        width: 80%;
        border-bottom: 23px solid #bc1019;
    }
    .bottom-slide-block p{
        font-size: 18px;
        line-height: 24px;
    }
    .red-block img{
        width: 35px;
        padding:0 20px
    }
    .top-slider .slick-next{
        top: 28%;
    }
}

@media screen and (max-width: 930px) {
    .link{
        font-size: 12px;
    }
    .img-item-wrap img{
        width: 25px;
    }
    .icons-item a{
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 900px) {
    .footer-menus{
        flex-wrap: wrap;
    }
    .footer-items.left{
        width: 48%;
    }
    .footer-items.center{
        width: 48%;
    }
    .footer-items.last{
        width: 50%;
        margin-top: 20px;
    }
    .bottom-logo-block-wrap{
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .agency-wrap{
        width: 100%;
        padding-top: 10px;
        justify-content: flex-end;
    }
    .request-bottom{
        width: 25%;
    }
    .bottom-logo-block{
        width: 35%;
    }
}

@media screen and (max-width: 870px) {
    .content-cont aside{
        display: none;
    }
    .content-cont div.main-content{
        padding-left: 0;
    }
	.content-cont-page aside{
        display: none;
    }
    .content-cont-page div.main-content{
        padding-left: 0;
    }
    .wrap-page-gallery a{
        width: 30%;
    }
}

@media screen and (max-width: 860px) {
    .vert-line,.logo-name{
        display: none;
    }
    .top-logo-block{
        width: 50%;
    }    
    .top-logo-block-wrap{
        padding-bottom: 10px;
    }
    .top-nav{
        display: none;
    }
    .top-nav-mini{
        display: block;
    }
    .red-block{
        top:60px;
    }
    .slide-title{
        font-size: 18px;
    }
    .cons-item{
        width: 50%;
    }
    .about-colls{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .about-colls-item{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-colls-content{
        width: 100%;
    }
    .index-about-content{
        width: 100%;
    }
    .link-bottom{
        font-size: 12px;
    }
    .list-icons-type.fixed{
        top:105px;
    }
    .icons-item-type div.img-item-wrap-type{
        margin-right: 10px;
    }
    .icons-item-type a{
        font-size: 16px;
        line-height: 18px;
    }
    .top-box-logo.fixed div.top-logo-block{
        width: 30%;
    }
    .shild{
        display: none;
    }
    .wrap-product-type{
        flex-wrap: wrap;
    }
    .img-product-type {
        height: auto;
        width: 100%;
    }
    .desc-product-type {
        border-bottom: 4px solid #bc1019;
        height: auto;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .wrap-project-items a.list-item{
        width: 30%;
    }
}

@media screen and (max-width: 800px) {
    .building_phone, .metalworking-phone{
        width: 25%;
    }
    .shelving-phone{
        width: 50%;
        text-align: center;
    }
    .metalworking-phone{
       text-align: right;
    }
    .list-icons{
        height: 100px;
    }
    .wrap-list-icons{
        height: 100px;
        flex-wrap: wrap;
    }
    .img-item-wrap img{
        width: 20px;
    }
    .icons-item{
        height: 50px;
        width: 50%;
    }
    .icons-item a{
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .products-categories{
        flex-wrap: wrap;
    }
    .products-categories__item-left{
        width: 100%;
    }
    .products-categories__item-right{
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .red-block{
        min-width: auto;
    }
    .title-red-block p{
        font-size: 25px;
    }
    .title-red-block span{
        font-size:20px;
    }
    .bottom-slide-block{
        border-bottom: 13px solid #bc1019;
    }
    .bottom-slide-block p{
        font-size: 16px; line-height: 20px;
    }
    .list-icons-type{
        height: auto;
    }
    .wrap-list-icons-type{
        flex-wrap: wrap;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .icons-item-type{
        width: 50%;
    }
    .list-icons-type.fixed{
        height: auto;
    }
    .list-icons-type.fixed .wrap-list-icons-type{
        height: auto;
    }
    .modal{
        top:50px;
    }
    .modal:before{
        content: '';
        height: auto;
    }

    .white-popup-block{
        width: 90%;
    }
    .mfp-container{
        padding-left: 0;
        padding-right: 0;
    }
	.top-title-block .container .title{
		font-size: 2em;
	}
	.top-title-block .container {  
    	padding-left: 20px;    	
	}
}

@media screen and (max-width: 680px) {
    .top_phone_block .phone{
        font-size: 14px;
    }
    .top_phone_block{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wrap-page-gallery a{
        width: 40%;
    }

    .wrap-pr-items a{
        width: 45%;
        text-align: center;
        padding-right: 20px;
    }
    .metal-form{
        column-count:1;
    }
}

@media screen and (max-width: 670px) {
    .top-logo-block-wrap{
        flex-wrap: wrap;
    }
    .top-logo-block{
        width: 100%;
    }
    .top-logo-block > a{
        display: block; margin: 0 auto;
        margin-bottom: 10px;
    }    
	.call-wrap{
        justify-content: flex-end;
    }
    .calc-wrap{
        justify-content: flex-end;
    }
	.city-wrap{
        justify-content: flex-end;
    }
}

@media screen and (max-width: 640px) {
    .projects{
        margin: 25px auto;
    }
    .header-1 > a{
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .request-bottom{
        width: 50%;
    }
	.top-box-logo.fixed div.call-wrap{
        display: none;
    }
	.top-box-logo.fixed div.calc-wrap{
        display: none;
    }
	.top-box-logo.fixed div.city-wrap{
        width: 60%;		
    }    
	.top-box-logo.fixed div.request-city-wrap{
        width: 60%;
    }    
    .top-box-logo.fixed div.top-logo-block{
        width: 40%;
    }
    .wrap-project-items a.list-item{
        width: 45%;
    }
    .red-block{
        left:100px;
        top:40px;
    }
}

@media screen and (max-width: 620px) {
    .top_phone_block{
        flex-wrap: wrap;
    }
    .building_phone {
        width: 50%;
    }
    .shelving-phone{
        width: 50%;
        text-align: left;
    }
    .metalworking-phone{
        width: 100%;
        text-align: left;
        padding-top: 5px;
    }
    
    .top-slider .slick-next{
        top: 17%;
    }
    .top-slider .slick-next img{
        height: 80px;
    }
    .gal-box{
        justify-content: center;
    }
    .gal-box img{
        margin: 0 10px;
    }
    .block-descr-dual{
        flex-wrap: wrap;
    }
    .block-descr-right{
        padding-left: 0;
        margin-top: 20px;
    }
    .page-gallery{
        padding-left: 0;
        padding-right: 0;
    }
    .red-block{
        left:50px;
        top:20px;
    }
}

@media screen and (max-width: 580px) {
    .building_phone {
        width: 50%;
    }
    .shelving-phone{
        width: 50%;
        text-align: left;
    }
    .top_phone_block{
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-logo-block-wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap-page-gallery a{
        width: 100%;
        margin-right: 0;
    }
    .red-block{
        height: 55px;
    }
    .title-red-block p{
        font-size: 18px;
    }
}

@media screen and (max-width: 460px) {
    .slide-image {
        max-width: 400px;
    }

    .cons-item {
        width: 100%;
    }

    .footer-items.left {
        width: 100%;
    }

    .footer-items.center {
        width: 100%;
        margin-top: 20px;
    }

    .footer-items.last {
        width: 100%;
        margin-top: 20px;
    }

    .icons-item a {
        font-size: 14px;
        line-height: 16px;
    }

    .icons-item-type a {
        font-size: 14px;
        line-height: 16px;
    }
    .icons-item-type div.img-item-wrap-type img{
        width: 20px;
    }
    .list-icons-type.fixed .icons-item-type a{
        font-size: 14px;
        line-height: 16px;
    }
    .list-icons-type.fixed .icons-item-type div.img-item-wrap-type img{
        width: 20px;
    }
    .product-item img{
        margin: 0 auto;
    }
    .product-item p{
        text-align: center;
    }
    .wrap-project-items a.list-item{
        width: 250px;
        margin-right: 0;
    }
    .wrap-pr-items a{
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .modal{
        top:50px;
    }
    .modal:before{
        content: '';
        height: auto;
    }
    .title-red-block p{
        font-size: 16px;
    }
    .title-red-block span{
        font-size: 14px;
    }

    .bottom-slide-block p{
        font-size: 14px;
        padding-bottom: 5px;
        line-height: 15px;
    }
}

@media screen and (max-width: 390px) {
    .shelving-phone{
        width: 50%;
        text-align: left;
    }
    .modal{
        top:50px;
    }
    .modal:before{
        content: '';
        height: auto;
    }

}

@media (min-width: 1200px) {
  /*body{
    background:yellow;
  }*/ 
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*body{
    background:green;
  }*/
}

@media (min-width: 769px) and (max-width: 991px) {
  /*body{
    background:blue;
  }*/
}

@media (max-width: 768px) {
  /* body{
     background:red;
   }*/
}

.search_bl {  
  justify-content: space-between;  
}

.search_bl input[type="text"], .search_bl input[type="search"] {
  display: block;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  height: 16px;
  font-size: 14px;
  padding: 0 0 0 0;
  margin-right: 5px;
}
.popup-window-buttons .btn.btn-primary {
  border: 1px solid #ec0000;
  border-bottom: 1px solid #ec0000 !important;
  background: #ec0000;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  margin: 0 2px 5px;
  text-decoration: none;
  height: auto;
  cursor: pointer;
}
.popup-window-buttons .btn.btn-primary:hover {
  text-decoration: none;
  color: #ec0000;
  background: transparent;
}
#section_subscribe, .color_bt {
  border: 1px solid #ec0000;
  background: #ffffff;
  cursor: pointer;
  color: #000;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  text-decoration: none;
}
#section_subscribe:hover, .color_bt:hover {
  text-decoration: none;
  color: #ec0000;
  background: transparent;
}
.head_search_rez_el {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.2;
}
.head_search_rez_el:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}
.head_search_rez_el .standart_width {
  display: flex;
  align-items: center;
  height: 80px;
}
.head_search_rez_ic {
  display: block;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
}
.head_search_rez_ic img {
  max-height: 100%;
  vertical-align: middle;
}
.head_search_rez_txt {
  display: block;
}
.head_search_all {
  padding: 20px 0;
}
.head_search_all .bord_bt {
  width: 160px;
  font-size: 16px;
  padding: 8px 10px 7px;
}
.ind_catalog_bl {
  padding: 65px 0 70px;
  border-bottom: 1px solid #e8e8e8;
}
.tit_all_bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind_catalog_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_catalog_el {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 25px;
}
.ind_catalog_el:nth-child(1), .ind_catalog_el:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}
.ind_catalog_el:nth-child(2n) {
  border-right: 1px solid #e8e8e8;
}
.ind_catalog_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_catalog_ic {
  width: 29%;
  padding-right: 10px;
}
.ind_catalog_cont {
  width: 71%;
}
.ind_catalog_tit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.ind_catalog_tit a {
  color: #000;
  text-decoration: none;
}
.ind_catalog_tit a:hover {
  text-decoration: none;
  color: #ec0000;
}
.ind_catalog_lvl2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.ind_catalog_lvl2 a {
  color: #ec0000;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 5px 0;
}
.ind_catalog_lvl2 a:hover {
  text-decoration: none;
  color: #000;
}
.ind_catalog_txt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  max-width: 425px;
}
.ind_produce_bl {
  padding: 65px 0 90px;
}
.ind_produce_bl .title {
  font-size: 30px;
}
.section .box {
  display: none;
}
.ind_tabs {
  display: flex;
  margin-bottom: 30px !important;
}
.ind_tabs.big {
  font-size: 22px;
}
.ind_tabs li {
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
}
.ind_tabs li:hover {
  color: #ec0000;
}
.ind_tabs li.current {
  color: #ec0000;
  border-bottom-color: #ec0000;
  cursor: default;
}
.ind_tabs li.current a {
  color: #ec0000;
  text-decoration: none;
}
.ind_tabs li a {
  color: #000;
  text-decoration: none;
}
.ind_tabs li a:hover {
  color: #ec0000;
  text-decoration: none;
}
.produce_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.produce_el_bl {
  width: 18.4%;
  margin: 0 2% 30px 0;
  position: relative;
  height: 400px;
}
.produce_el_bl:nth-child(5n) {
  margin-right: 0;
}
.produce_el {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
}
.produce_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.produce_el:hover .det_color_bl, .produce_el:hover .produce_el_buy {
  display: block;
}
.produce_el:hover .produce_el_ic img {
  transform: scale(1.1, 1.1);
}
.produce_el .det_color_bl {
  padding: 0 10px;
  margin-bottom: 5px;
  text-align: center;
  display: none;
}
.produce_el .det_size_list, .produce_el .det_color_list {
  justify-content: center;
}
.produce_el .det_size_el:last-child {
  margin-right: 0;
}
.produce_el_ic {
  height: 220px;
  line-height: 210px;
  margin-bottom: 20px;
  /* display:flex;
	align-items:center;
	justify-content:center; */
  position: relative;
  text-align: center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.produce_el_ic img {
  vertical-align: middle;
  max-height: 100%;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.status {
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.status div {
  display: table;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 7px 3px;
  font-size: 13px;
  font-weight: bold;
}
.status div.red {
  background: #f00;
}
.status div.green {
  background: #009d07;
}
.status div.blue {
  background: #2579bf;
}
.produce_el_tit {
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.produce_el_tit a {
  color: #000;
  text-decoration: none;
}
.produce_el_tit a:hover {
  color: #ec0000;
  text-decoration: none;
}
.produce_el_stat_art {
  display: flex;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.produce_el_stat {
  color: #666;
  margin-right: 10px;
}
.produce_el_stat .fa-check {
  font-size: 10px;
  color: #009d07;
  margin-right: 3px;
}
.produce_el_stat .fa-file-text-o {
  font-size: 12px;
  color: #666;
  margin-right: 3px;
}
.produce_el_stat .fa-truck {
  font-size: 12px;
  color: #d88d43;
  margin-right: 3px;
}
.produce_el_art {
  color: #999;
}
.produce_el_price {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.produce_el_price .new {
  font-size: 18px;
  font-weight: bold;
}
.produce_el_price .old {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-left: 5px;
}
.produce_el_price.det_info_price_bl {
  margin-bottom: 0;
}
.produce_el_buy {
  padding: 0 30px 20px;
  display: none;
}
.produce_el_buy .color_bt {
  font-size: 16px;
  padding: 8px 7px;
}
.produce_el_buy .color_bt .fa {
  font-size: 10px;
  margin-right: 3px;
}
.produce_buy {  
  justify-content: center;
  align-items: center;
}
.produce_buy.on {
  display: flex;
}
.produce_buy.off {
  display: none;
}
.produce_basket .color_bt {
  width: 100%;
  text-align: center;
}
.produce_basket.on {
  display: block;
}
.produce_basket.off {
  display: none;
}
.produce_counter {
  margin-right: 15px;
}
.counter_bl {
  width: 86px;
  height: 34px;
  border-radius: 4px;
  background: #e8e8e8;
  padding: 0 24px;
  position: relative;
}
.counter_bl input[type="text"] {
  border: none;
  background: transparent;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  height: 100%;
}
.counter_bl a {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 12px;
  text-decoration: none;
  color: #808080;
}
.counter_bl a.minus {
  left: 0;
}
.counter_bl a.plus {
  right: 0;
}
.counter_bl a:hover {
  color: #000;
  text-decoration: none;
}
.ind_comment_bl {
  padding: 65px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ind_comment_el {
  min-height: 100%;
  padding: 10px 55px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 1.4;
}
.ind_comment_top {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ind_comment_ic {
  width: 46px;
  min-width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 15px;
  overflow: hidden;
}
.ind_comment_ic img {
  vertical-align: middle;
  max-width: 110% !important;
  max-height: 110%;
}
.ind_comment_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ind_comment_dol {
  font-size: 14px;
  color: #666;
}
.ind_comment_cont {
  position: relative;
  margin-bottom: 15px;
}
.ind_comment_cont:before {
  content: "\f10e";
  display: block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -35px;
  color: #ec0000;
  font-size: 16px;
  top: 0px;
}
.ind_comment_bt .bord_bt {
  padding: 8px 10px;
  width: 160px;
  font-size: 16px;
}
.ind_comment_slider_bl {
  padding-bottom: 55px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #ec0000;
  background: #ec0000;
}
.ind_comment_slider_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #ec0000;
}
section hr {
  display: block;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 0 0;
}
.ind_articles_bl {
  padding: 60px 0 35px;
}
.ind_articles_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ind_articles_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_articles_el:hover .ind_news_ic a {
  transform: scale(1.05, 1.05);
}
.ind_articles_el:nth-child(9n+3), .ind_articles_el:nth-child(9n+7), .ind_articles_el:nth-child(9n+10) {
  margin-right: 0;
}
.ind_articles_el:nth-child(9n+1), .ind_articles_el:nth-child(9n+10) {
  width: 49%;
  position: relative;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic, .ind_articles_el:nth-child(9n+10) .ind_news_ic {
  height: 100%;
  line-height: 1.2;
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic a, .ind_articles_el:nth-child(9n+10) .ind_news_ic a {
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_cont, .ind_articles_el:nth-child(9n+10) .ind_news_cont {
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-radius: 4px 0 4px 0;
  border: 1px solid #e8e8e8;
  width: 335px;
  z-index: 10;
  background: #fff;
}
.ind_articles_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_articles_list .number_bl {
  margin-top: 20px;
}
.ind_team_bl {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 65px 0 70px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #ec0000;
  background: #ec0000;
}
.ind_team_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_team_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #ec0000;
}
.ind_team_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_team_el {
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  /* width:32%; */
  /* margin-bottom:30px; */
  /* margin-right:2%; */
  height: 380px;
  /* &:nth-child(3n) {
		margin-right:0;
	} */
}
.ind_team_el:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_team_el:hover .ind_team_cont {
  background: none;
}
.ind_team_el:hover .ind_team_pop {
  display: block;
}
.ind_team_el:hover .ind_team_ic {
  transform: scale(1.05, 1.05);
}
.ind_team_ic {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 3px;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_team_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.ind_team_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.ind_team_dol {
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.ind_team_pop a:hover {
  text-decoration: underline;
  color: #fff;
}
.ind_team_pop .color_bt {
  width: 190px;
  text-align: center;
  padding: 8px 10px;
}
.ind_team_pop .color_bt:hover {
  text-decoration: none;
}
.ind_team_pop > div {
  margin-bottom: 15px;
}
.ind_gallery_txt {
  margin-bottom: 25px;
  max-width: 1200px;
}
.ind_gallery_bl {
  padding: 65px 0 70px;
}
.ind_gallery_el {
  float: left;
  margin-bottom: 30px;
}
.ind_gallery_el:nth-child(6n+1), .ind_gallery_el:nth-child(6n+2) {
  width: 32%;
  margin-right: 2%;
  height: 550px;
}
.ind_gallery_el:nth-child(6n+3), .ind_gallery_el:nth-child(6n+4) {
  width: 32%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+5) {
  width: 49%;
  margin-right: 2%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+6) {
  width: 49%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_href {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ind_gallery_href:hover .ind_gallery_ic {
  transform: scale(1.05, 1.05);
}
.ind_gallery_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_gallery_ic {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transform: scale(1, 1);
  transition: all 1s ease;
}
.ind_gallery_tit {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  padding: 8px 15px;
  text-align: center;
  background: #ec0000;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  z-index: 20;
}
.ind_about_bl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  line-height: 1.5;
}
.ind_about_bl img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.ind_about_l {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.ind_about_r {
  width: 50%;
  overflow: hidden;
}
.ind_about_cont {
  padding: 10px 0px;
  max-width: 720px;
}
.ind_partners_bl {
  padding: 65px 0 60px;
}
.ind_partners_list {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.ind_partners_el {
  width: 15%;
  margin-right: 6.25%;
  margin-bottom: 30px;
}
.ind_partners_el a {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.ind_partners_el:nth-child(5n) {
  margin-right: 0;
}
.ind_partners_el a:hover {
  -webkit-filter: none;
  filter: none;
  filter: none;
}
.popup_bl {
  padding: 65px 30px 55px;
  background: #fff;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 14px;
  width: 480px;
  max-width: 100%;
}
.popup_bl.comm_popup {
  width: 800px;
  padding: 30px 0;
}
.popup_bl.comm_popup .ind_comment_el {
  border: none;
}
.popup_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.popup_txt {
  color: #999;
  margin-bottom: 35px;
}
.popup_form_el {
  margin-bottom: 30px;
  position: relative;
}
.popup_form_el .error_txt {
  position: absolute;
  font-size: 12px;
  color: #ff0b00;
  top: -15px;
  right: 0;
}
.popup_form_el .error_txt.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_el .jq-selectbox__select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}
.popup_form_el img.calendar-icon {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 25;
}
.popup_form_el small {
  font-size: 80%;
  color: #999;
}
.popup_form_el ul {
  margin-bottom: 0;
}
.popup_form_el ul > li {
  margin-bottom: 0;
  padding-left: 0;
}
.popup_form_el ul > li:before {
  display: none;
}
.popup_form_el select[multiple="multiple"] {
  height: 150px;
  font-size: 14px;
}
.pop_el_tit {
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 0;
  top: -15px;
}
.pop_el_tit sup {
  font-size: 90%;
  top: -2px;
  color: #ff0b00;
  font-weight: bold;
  margin-left: 3px;
}
.pop_el_tit.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_prava {
  margin-bottom: 30px;
  line-height: 1.4;
}
.jq-checkbox.checked {
  background: #ec0000;
  border-color: #ec0000;
}
.jq-radio.checked {
  background: #fff;
}
.jq-radio.checked .jq-radio__div {
  background: #ec0000;
  border-color: #ec0000;
}
.popup_form_bt .color_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.popup_form_bt .bord_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup_form_prava.error .jq-checkbox {
  border-color: red;
}
div.title-search-result {
  top: 160px !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  border: none !important;
  position: fixed !important;
  background: #fff;
}
div.title-search-result > div {
  max-height: 320px;
  overflow: hidden;
}
.header_other_page .header_info_bl {
  position: relative;
  z-index: 40;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.header_other_page .header_info_bl .header_bottom {
  border-bottom: none;
  border-top: 1px solid #e3e3e2;
}
.cont_head_bl {
  background: #ec0000;
  padding: 20px 0 50px;
  color: #fff;
}
.cont_head_bl h1, .cont_head_bl .h1 {
  margin-bottom: 5px;
}
.cont_head_bl a {
  color: #fff;
  text-decoration: none;
}
.cont_head_bl a:hover {
  color: #fff;
  text-decoration: underline;
}
.bred_crumbs {
  font-size: 14px;
}
.bred_crumbs li {
  display: inline;
  position: relative;
}
.bred_crumbs li a {
  opacity: 0.5;
}
.bred_crumbs li a:hover {
  opacity: 1;
  text-decoration: none;
}
.bred_crumbs li:after {
  content: "\f101";
  margin: 0 8px;
  opacity: 0.5;
  font-family: FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bred_crumbs li:last-child:after {
  display: none;
}
.l_banner {
  border-radius: 4px;
  overflow: hidden;
}
.l_banner img {
  display: block;
  width: 100%;
}
.content {  
  align-items: stretch;
  justify-content: space-between;
}
.content_l {
  width: 100%;
}
.content_c {
  width: 100%;
}
.cont_width_bl {
  background: #fff;
  margin-top: 80px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.6;
}
.cont_width_bl .ind_catalog_el {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  align-items: initial;
}
.cont_width_bl .ind_catalog_el:hover {
  box-shadow: none;
}
.cont_width_bl .ind_catalog_ic {
  width: 23.8%;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.cont_width_bl .ind_catalog_lvl2 a {
  margin-right: 5px;
}
.cont_width_bl .ind_catalog_list {
  padding: 40px 0 20px;
}
.cont_width_bl .title {
  font-size: 28px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
.cont_width_bl .title.big {
  font-size: 40px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.cont_width_bl .produce_el_bl {
  width: 31%;
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(5n) {
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(3n) {
  margin-right: 0%;
}
.gray_bg, section > div.gray_bg {
  background: #f7f7f7;
}
.cat_sort_bl {
  max-width: 320px;
  margin-bottom: 30px;
}
.more_bl {
  text-align: center;
  width: 100%;
  margin: 0px auto 65px;
}
.more_bl .bord_bt {
  width: 150px;
  font-size: 16px;
  padding: 8px 2px;
  text-align: center;
}
.number_bl {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  width: 100%;
}
.number_bl span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
}
.number_bl a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}
.number_bl a:hover {
  color: #ec0000;
}
.number_bl a.active:hover, .number_bl a.active {
  color: #fff;
  background: #ec0000;
}
.number_bl a.prev {
  position: relative;
}
.number_bl a.prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  opacity: 0.2;
}
.number_bl a.prev:hover:before {
  opacity: 1;
}
.number_bl a.next {
  position: relative;
}
.number_bl a.next:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  opacity: 0.2;
}
.number_bl a.next:hover:before {
  opacity: 1;
}
.detail_page_bl {
  padding: 1px 0 160px;
}
.detail_page_cont {
  background: #fff;
  margin: -30px auto 0px;
  padding: 30px 30px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6;
}
.det_top_bl {  
  align-items: stretch;
  border: 1px solid #e8e8e8;
}
.det_gall_stat_bl {
  position: relative;
  padding: 85px 40px;
  width: 50%;
}
.det_status_bl {
  position: absolute;
  left: 10px;
  top: 10px;
}
.det_status_bl .status {
  position: static;
  display: flex;
  align-items: center;
}
.det_status_bl .status div {
  margin-right: 10px;
}
.det_gallery_bl {
  display: flex;
  align-items: center;
}
.det_pager_video_bl {
  width: 70px;
  min-width: 70px;
  margin-right: 10%;
}
.det_slider_bl {
  width: 410px;
}
.det_slider_el {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  /*background:#f2f2f2;*/
}
.det_pager a {
  width: 70px;
  height: 70px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.det_pager a img {
  max-height: 100%;
}
.det_pager a:hover, .det_pager a.active {
  border-color: #ec0000;
}
.det_video_bt {
  margin-top: 20px;
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 5px;
  display: block;
  text-align: center;
  color: #808080;
  font-size: 18px;
  text-decoration: none;
}
.det_video_bt i {
  font-size: 24px;
  display: block;
}
.det_video_bt span {
  display: block;
}
.det_video_bt:hover {
  color: #ec0000;
  text-decoration: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 16px;
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
  border-radius: 0;
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-prev {
  top: -38px;
  transform: rotate(90deg);
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  transform: rotate(90deg);
  bottom: -38px;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover {
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover:before {
  color: #ec0000;
}
.det_info_bl {
  width: 50%;
}
.det_art_logo_bl {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}
.det_pr_stat {
  width: 25%;
}
.det_pr_art {
  width: 28%;
}
.det_pr_logo {
  width: 47%;
  text-align: center;
}
.det_about_bl {
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 20px 20px 0;
}
.det_about {
  margin-bottom: 10px;
}
.det_about_bt {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.det_about_bt .fa {
  font-size: 14px;
  margin-left: 5px;
}
.det_info_boub {
  display: flex;
  align-items: stretch;
}
.det_info_boub_l {
  width: 270px;
  padding-top: 25px;
  margin-right: 8%;
}
.det_info_price_bl {
  margin-bottom: 20px;
  line-height: 1.2;
}
.det_info_price {
  font-size: 30px;
  font-weight: bold;
}
.det_info_old_price {
  color: #999;
}
.det_info_old_price span {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
}
.det_info_count_buy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.det_info_count_buy.on {
  display: flex;
}
.det_info_count_buy.off {
  display: none;
}
.det_info_count_buy #section_subscribe {
  width: 100%;
}
.det_info_count {
  width: 41%;
}
.det_info_count .counter_bl {
  width: 100%;
  height: 45px;
}
.det_info_count .counter_bl a {
  width: 30px;
}
.det_info_buy {
  width: 56%;
}
.det_info_buy .color_bt {
  width: 100%;
  text-align: center;
}
.det_info_buy .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket {
  margin-bottom: 10px;
}
.det_info_basket .color_bt {
  width: 100%;
  text-align: center;
}
.det_info_basket .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket.on {
  display: block;
}
.det_info_basket.off {
  display: none;
}
.det_info_question {
  margin-bottom: 10px;
}
.det_info_question .bord_bt {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
}
.det_info_garant {
  color: #999;
  font-size: 16px;
}
.det_info_garant .fa {
  margin-right: 10px;
}
.det_info_boub_r {
  padding-top: 30px;
}
.det_option_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.det_option_list {
  margin-bottom: 10px;
}
.det_option_el {
  display: flex;
  line-height: 1.2;
  align-items: flex-end;
  font-size: 14px;
  margin-bottom: 12px !important;
}
.det_option_el > li:first-child {
  width: 95px;
  color: #999;
  min-width: 95px;
  position: relative;
}
.det_option_el > li:first-child:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px dotted #999;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  z-index: 1;
}
.det_option_el > li:first-child span {
  background: #fff;
  position: relative;
  z-index: 10;
}
.det_option_bt {
  font-size: 16px;
  display: block;
}
.det_section {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8;
}
.det_tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px !important;
}
.det_tabs > li {
  margin-right: 20px;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.det_tabs > li:hover {
  color: #ec0000;
}
.det_tabs > li.current {
  cursor: default;
  color: #ec0000;
}
.det_tabs > li.current:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #ec0000;
  z-index: 10;
  display: block;
  position: absolute;
}
.det_tabs > li a {
  text-decoration: none;
  color: #000;
}
.det_tabs > li a:hover {
  color: #ec0000;
  text-decoration: none;
}
.det_box ul:last-child, .det_box ol:last-child, .det_box p:last-child {
  margin-bottom: 0;
}
.det_box table td:first-child {
  font-weight: bold;
  width: 300px;
}
.det_produce_list {
  padding: 30px 0;
}
.det_comment_bl .title {
  font-size: 32px;
}
.comment_bl {
  padding-bottom: 30px;
}
.add_comment_bl {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.add_comment_bt {
  text-align: center;
}
.add_comment_bt .bord_bt {
  padding: 12px 20px;
}
.comment_form_bl {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 30px;
}
.comment_form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.comm_form_el {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.comm_form_el:nth-child(2n) {
  margin-right: 0;
}
.comm_form_el.textarea {
  width: 100%;
  margin-right: 0;
}
.comment_form_bt_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_lvl2 {
  padding-left: 30px;
}
.comment_el {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 10px;
  line-height: 1.2;
}
.comm_el_info {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.comm_el_name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 25px;
}
.comm_el_data {
  font-size: 14px;
  color: #999;
}
.comm_el_txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.comm_el_txt ul:last-child, .comm_el_txt ol:last-child, .comm_el_txt p:last-child {
  margin-bottom: 0;
}
.comm_el_bt {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.comm_el_bt:hover {
  text-decoration: none;
  color: #ec0000;
}
.det_back_bt_bl {
  padding: 20px 0;
}
.det_back_bt {
  display: block;
  position: relative;
  padding: 7px 0 7px 45px;
  text-decoration: none;
  font-size: 18px;
  color: #ec0000;
  line-height: 1;
  font-weight: bold;
}
.det_back_bt:hover {
  color: #ec0000;
  text-decoration: underline;
}
.det_back_bt:hover .fa {
  text-decoration: none;
}
.det_back_bt .fa {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.jq-selectbox li.selected {
  background-color: #ec0000;
  color: #fff;
}
.basket_table_bl table, .basket_table_bl tr:nth-child(2n), .basket_table_bl tr:nth-child(2n) td, .basket_table_bl tr {
  background: none;
}
.basket_table_bl td {
  background: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  vertical-align: middle;
}
.basket_table_bl td:first-child {
  border-left: 1px solid #e8e8e8;
}
.basket_table_bl td:last-child {
  border-right: 1px solid #e8e8e8;
}
.basket_table_bl td img {
  max-height: 120px;
  max-width: 170px;
}
.basket_table_bl th {
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 20px;
}
.basket_table_bl .produce_el_price {
  height: auto;
  display: block;
}
.basket_table_bl .produce_el_price .old {
  margin-left: 0;
  margin-top: 5px;
}
.basket_table_bl .produce_el_stat_art {
  justify-content: flex-start;
}
.bask_tabl_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bask_tabl_tit a {
  text-decoration: none;
  color: #000;
}
.bask_tabl_tit a:hover {
  text-decoration: none;
  color: #ec0000;
}
.bask_del_bt {
  display: block;
  position: absolute;
  letter-spacing: -3.2px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  right: 10px;
  top: 10px;
}
.bask_del_bt:hover {
  color: #ec0000;
  text-decoration: none;
}
.rez_bask_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.del_all_bask {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.del_all_bask:hover {
  border-color: #ec0000;
  color: #ec0000;
  text-decoration: none;
}
.del_all_bask span {
  margin-left: 20px;
  display: inline-block;
  letter-spacing: -3.2px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.del_all_bask_bl {
  min-width: 190px;
  width: 190px;
}
.continue_shop {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #ec0000;
  background: transparent;
  color: #ec0000;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.continue_shop:hover {
  border-color: #ccc;
  color: #000;
  text-decoration: none;
}
.continue_shop_bl {
  min-width: 250px;
  width: 250px;
}
.itog_bask {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-size: 24px;
}
.itog_bask_txt {
  margin-right: 15px;
  color: #808080;
}
.itog_bask_price {
  min-width: 235px;
  width: 235px;
  font-weight: bold;
}
.basket_doub_form_bl {  
  align-items: stretch;
  border: 10px solid #f5f5f5;
}
.basket_doub_form_l {
  width: 44%;
  padding: 50px 5%;
  border-right: 5px solid #f5f5f5;
}
.basket_doub_form_r {
  width: 66%;
  padding: 50px 5%;
  border-left: 5px solid #f5f5f5;
}
.bask_dost_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 20px 20px 35px;
  min-height: 100%;
  cursor: pointer;
}
.bask_dost_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_dost_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_dost_lab .price {
  font-size: 12px;
  text-align: center;
  background: #e8e8e8;
  display: block;
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  z-index: 20;
  border-radius: 8px 8px 0 0;
}
.bask_dost_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
  opacity: 0;
}
.bask_dost_lab:hover, .bask_dost_lab.active {
  border-color: #ec0000;
}
.bask_dost_lab:hover:before, .bask_dost_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #ec0000;
  opacity: 0.1;
}
.bask_dost_lab:hover .price, .bask_dost_lab.active .price {
  background: #ec0000;
  color: #fff;
}
.bask_dost_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_dost_el {
  margin-bottom: 20px;
}
.bask_dost_el.one {
  width: 26%;
  margin-right: 3%;
}
.bask_dost_el.one .price {
  width: 70px;
  margin-left: -35px;
}
.bask_dost_el.two {
  width: 33%;
  margin-right: 3%;
}
.bask_dost_el.two:nth-child(3n) {
  margin-right: 0;
}
.bask_dost_el.three {
  width: 40%;
  margin-right: 3%;
}
.bask_dost_el.four {
  width: 57%;
  margin-right: 3%;
}
.bask_dost_el.four:nth-child(5n) {
  margin-right: 0;
}
.bask_dost_tit {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
}
.bask_price_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_price_el {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}
.bask_price_el:nth-child(3n) {
  margin-right: 0;
}
.bask_price_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 15px 20px 15px;
  min-height: 100%;
  cursor: pointer;
}
.bask_price_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_price_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_price_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
}
.bask_price_lab:hover, .bask_price_lab.active {
  border-color: #ec0000;
}
.bask_price_lab:hover:before, .bask_price_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #ec0000;
  opacity: 0.1;
}
.rez_bask_page {
  display: flex;
  align-items: flex-start;
  padding: 70px 0;
}
.rez_bask_page_l, .rez_bask_page_r {
  width: 50%;
}
.rez_bask_page_r {
  text-align: center;
}
.rez_bask_number {
  margin-bottom: 30px;
  font-size: 16px;
}
.rez_bask_tit {
  line-height: 1.2;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: bold;
}
.rez_bask_txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.rez_bask_bt .bord_bt, .rez_bask_bt .color_bt {
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.new_filter_bl, .filter_bl {
  font-size: 14px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title span, .filter_bl .bx-filter .bx-filter-parameters-box-title span {
  display: flex;
  border-bottom: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub, .filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  display: none;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-section, .filter_bl .bx-filter.bx-blue .bx-filter-section {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-title, .filter_bl .bx-filter .bx-filter-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 13px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .row, .filter_bl .bx-filter .row {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box, .filter_bl .bx-filter .bx-filter-parameters-box {
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title, .filter_bl .bx-filter .bx-filter-parameters-box-title {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.new_filter_bl .bx-filter .bx-filter-block, .filter_bl .bx-filter .bx-filter-block {
  margin-top: 10px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  height: 38px;
  border: 1px solid #ddd;
}
.new_filter_bl .bx-filter .bx-filter-param-label, .filter_bl .bx-filter .bx-filter-param-label {
  padding-left: 30px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio, .filter_bl .bx-filter .bx-filter-param-label .jq-radio, .new_filter_bl .bx-filter .bx-filter-param-label .jq-checkbox, .filter_bl .bx-filter .bx-filter-param-label .jq-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked, .filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked {
  background: #ec0000;
  border-color: #ec0000;
}
.new_filter_bl .col-xs-1, .filter_bl .col-xs-1, .new_filter_bl .col-sm-1, .filter_bl .col-sm-1, .new_filter_bl .col-md-1, .filter_bl .col-md-1, .new_filter_bl .col-lg-1, .filter_bl .col-lg-1, .new_filter_bl .col-xs-2, .filter_bl .col-xs-2, .new_filter_bl .col-sm-2, .filter_bl .col-sm-2, .new_filter_bl .col-md-2, .filter_bl .col-md-2, .new_filter_bl .col-lg-2, .filter_bl .col-lg-2, .new_filter_bl .col-xs-3, .filter_bl .col-xs-3, .new_filter_bl .col-sm-3, .filter_bl .col-sm-3, .new_filter_bl .col-md-3, .filter_bl .col-md-3, .new_filter_bl .col-lg-3, .filter_bl .col-lg-3, .new_filter_bl .col-xs-4, .filter_bl .col-xs-4, .new_filter_bl .col-sm-4, .filter_bl .col-sm-4, .new_filter_bl .col-md-4, .filter_bl .col-md-4, .new_filter_bl .col-lg-4, .filter_bl .col-lg-4, .new_filter_bl .col-xs-5, .filter_bl .col-xs-5, .new_filter_bl .col-sm-5, .filter_bl .col-sm-5, .new_filter_bl .col-md-5, .filter_bl .col-md-5, .new_filter_bl .col-lg-5, .filter_bl .col-lg-5, .new_filter_bl .col-xs-6, .filter_bl .col-xs-6, .new_filter_bl .col-sm-6, .filter_bl .col-sm-6, .new_filter_bl .col-md-6, .filter_bl .col-md-6, .new_filter_bl .col-lg-6, .filter_bl .col-lg-6, .new_filter_bl .col-xs-7, .filter_bl .col-xs-7, .new_filter_bl .col-sm-7, .filter_bl .col-sm-7, .new_filter_bl .col-md-7, .filter_bl .col-md-7, .new_filter_bl .col-lg-7, .filter_bl .col-lg-7, .new_filter_bl .col-xs-8, .filter_bl .col-xs-8, .new_filter_bl .col-sm-8, .filter_bl .col-sm-8, .new_filter_bl .col-md-8, .filter_bl .col-md-8, .new_filter_bl .col-lg-8, .filter_bl .col-lg-8, .new_filter_bl .col-xs-9, .filter_bl .col-xs-9, .new_filter_bl .col-sm-9, .filter_bl .col-sm-9, .new_filter_bl .col-md-9, .filter_bl .col-md-9, .new_filter_bl .col-lg-9, .filter_bl .col-lg-9, .new_filter_bl .col-xs-10, .filter_bl .col-xs-10, .new_filter_bl .col-sm-10, .filter_bl .col-sm-10, .new_filter_bl .col-md-10, .filter_bl .col-md-10, .new_filter_bl .col-lg-10, .filter_bl .col-lg-10, .new_filter_bl .col-xs-11, .filter_bl .col-xs-11, .new_filter_bl .col-sm-11, .filter_bl .col-sm-11, .new_filter_bl .col-md-11, .filter_bl .col-md-11, .new_filter_bl .col-lg-11, .filter_bl .col-lg-11, .new_filter_bl .col-xs-12, .filter_bl .col-xs-12, .new_filter_bl .col-sm-12, .filter_bl .col-sm-12, .new_filter_bl .col-md-12, .filter_bl .col-md-12, .new_filter_bl .col-lg-12, .filter_bl .col-lg-12 {
  padding: 0 0 0 0;
}
.new_filter_bl .radio + .radio, .filter_bl .radio + .radio, .new_filter_bl .checkbox + .checkbox, .filter_bl .checkbox + .checkbox {
  margin-top: 0;
}
.new_filter_bl .radio, .filter_bl .radio, .new_filter_bl .checkbox, .filter_bl .checkbox {
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio, .filter_bl .bx-filter-param-btn-block > .jq-radio, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox, .filter_bl .bx-filter-param-btn-block > .jq-checkbox {
  opacity: 0;
  z-index: -100;
  position: absolute;
  left: 0;
  top: 0;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio + label, .filter_bl .bx-filter-param-btn-block > .jq-radio + label, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox + label, .filter_bl .bx-filter-param-btn-block > .jq-checkbox + label {
  padding-left: 0;
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter .bx-filter-param-btn, .filter_bl .bx-filter .bx-filter-param-btn {
  margin-right: 10px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .bx-filter-param-btn:hover, .filter_bl .bx-filter .bx-filter-param-btn:hover, .new_filter_bl .bx-filter .bx-filter-param-btn:focus, .filter_bl .bx-filter .bx-filter-param-btn:focus {
  border-color: #ec0000;
}
.new_filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .new_filter_bl .bx-filter .bx-filter-btn-color-icon, .filter_bl .bx-filter .bx-filter-btn-color-icon {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-position: center;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus {
  border: 1px solid #ec0000;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes, .filter_bl .bx-filter.bx-blue .btn-themes {
  background-color: #ec0000;
  border-color: #ec0000;
  color: #fff;
  width: 48%;
  margin-right: 4%;
  border-radius: 6px;
  height: 36px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes:focus, .filter_bl .bx-filter.bx-blue .btn-themes:focus, .new_filter_bl .bx-filter.bx-blue .btn-themes:hover, .filter_bl .bx-filter.bx-blue .btn-themes:hover {
  background: #fff;
  color: #ec0000;
}
.new_filter_bl .bx-filter.bx-blue .btn-link, .filter_bl .bx-filter.bx-blue .btn-link {
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  width: 48%;
  height: 36px;
  border-radius: 6px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-link:focus, .filter_bl .bx-filter.bx-blue .btn-link:focus, .new_filter_bl .bx-filter.bx-blue .btn-link:hover, .filter_bl .bx-filter.bx-blue .btn-link:hover {
  background: #fff;
  color: #ec0000;
  border-color: #ec0000;
  text-decoration: none;
}
.new_filter_bl .bx-filter-button-box .bx-filter-parameters-box-container, .filter_bl .bx-filter-button-box .bx-filter-parameters-box-container {
  padding: 10px 20px 20px;
  font-size: 0;
}
.new_filter_bl .bx-filter .bx-ui-slider-part, .filter_bl .bx-filter .bx-ui-slider-part {
  background: none;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p2, .filter_bl .bx-filter .bx-ui-slider-part.p2, .new_filter_bl .bx-filter .bx-ui-slider-part.p3, .filter_bl .bx-filter .bx-ui-slider-part.p3, .new_filter_bl .bx-filter .bx-ui-slider-part.p4, .filter_bl .bx-filter .bx-ui-slider-part.p4 {
  display: none;
}
.new_filter_bl .col-xs-offset-1, .filter_bl .col-xs-offset-1 {
  margin-left: 0;
}
.new_filter_bl .col-xs-10, .filter_bl .col-xs-10 {
  width: 100%;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #ec0000;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-range, .filter_bl .bx-filter .bx-ui-slider-range {
  z-index: 150;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: #fff;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  margin-right: -8px;
  margin-left: 0;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-handle, .filter_bl .bx-filter .bx-ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: #fff;
  border: 2px solid #ec0000;
  border-radius: 50%;
  background-image: none;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-track-container, .filter_bl .bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 10px;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-part span, .filter_bl .bx-filter .bx-ui-slider-part span {
  left: 0;
  margin-left: 0;
  text-align: left;
  font-size: 12px;
  color: #808080;
  top: -20px;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p5 span, .filter_bl .bx-filter .bx-ui-slider-part.p5 span {
  left: auto;
  right: 0;
  text-align: right;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  color: #808080;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input:focus, .filter_bl .bx-filter .bx-filter-input-container input:focus {
  border-color: #ec0000;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left {
  padding-right: 15px;
  position: relative;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 1px;
  background: #ddd;
  right: -10px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right {
  padding-left: 15px;
}
.new_filter_bl .bx-filter .bx-ui-slider-track, .filter_bl .bx-filter .bx-ui-slider-track {
  height: 4px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result, .filter_bl .bx-filter .bx-filter-popup-result {
  margin-left: 0;
  background: #ec0000;
  color: #fff;
  font-size: 12px;
  min-height: 48px;
  align-items: center;
  width: 210px;
  padding: 10px 20px;
  border: none;
  line-height: 1;
  justify-content: space-between;
}
.new_filter_bl .bx-filter .bx-filter-popup-result br, .filter_bl .bx-filter .bx-filter-popup-result br {
  display: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a, .filter_bl .bx-filter .bx-filter-popup-result a {
  width: 82px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #ec0000;
  text-decoration: none;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a:hover, .filter_bl .bx-filter .bx-filter-popup-result a:hover {
  background: #ec0000;
  color: #fff;
  text-decoration: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result.right, .filter_bl .bx-filter .bx-filter-popup-result.right {
  left: 100%;
}
.new_filter_bl .disabled, .filter_bl .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sort_block {
  display: block;  
}
.sort_block .js_sort_b {
  margin-right: 20px;
}
.sort_block a {
  text-decoration: none;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
  color: #000;
}
.sort_block a:hover {
  color: #ec0000;
}
.sort_block a.active {
  color: #ec0000;
}
.sort_block a.active:before {
  content: "\f175";
  display: block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 11px;
  top: 0;
  line-height: 18px;
}
.sort_block a.top:before {
  content: "\f176";
  line-height: 16px;
}
.iconblock {
    background: #FFF;
    margin: 20px;
    border: 1px solid #C5C5C5;
    box-shadow: 0 4px 4px 0 rgba(84, 84, 84, 0.3);
	width: 250px;
}
.iconblock .top {
    position: relative;
    z-index: 1;
    height: 100px;
}
.iconblock .top .pic {
    position: relative;
    z-index: 1;
    height: 100px;    
    transition: all 0.3s;
}
.iconblock:hover {    
    box-shadow: 0px 7px 10px 1px rgba(84, 84, 84, 0.5);         
}
.iconblock:hover .top .pic {
    height: 180px;
}
.iconblock .top .pic img {
    position: absolute;
    z-index: -1;
    top: -35%;
    transition: all 0.3s;
    width:100%;
}
.iconblock:hover .top .pic img {
    top: 0;
}
.iconblock .top .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
}
.iconblock:hover .top .pic:before {
    background: rgba(255, 255, 255, 0);
}
.iconblock .top .icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -10px, 0);
    transition: all 0.3s;
}
.iconblock:hover .top .icon {
    transform: translate3d(-50%, -20px, 0);
}
.iconblock .top .icon img,
.iconblock .top .icon i
{
    border-radius: 50%;
    border: 2px solid #bc1019;
    font-size: 64px;
    color: #bc1019;
    padding:28px;
    box-sizing: content-box;  
    width:64px;
    height:64px;
    background: linear-gradient(to top, #BDE1FF, #FFF);
}
.iconblock:hover .top .icon img,
.iconblock:hover .top .icon i
{
    background: #000;
}
.iconblock .body {
    text-align: center;
    margin-top: 90px;
	color: #000;	
}
.iconblock h3 {
    transition: all 0.7s ease 0s;
    color: #bc1019;
    font-size:20px;
    margin:10px 0;
}    
.iconblock:hover h3 {
    color: #000;
}
.iconblocks {
    margin:10px 0;
    text-align:center;
	width: 190px;
}
.iconblocks .icon {        
    color: #FFF;                   
    background: #bc1019;      
    width: 100px;           
    height: 100px;                  
    padding: 18px;           
    font-size: 64px;                
    transform: rotate(45deg);                   
    margin: 40px auto;
    box-sizing: border-box;
}
.iconblocks .icon i, 
.iconblocks .icon img {        
    transform: rotate(-45deg);
    width: 64px;           
    height: 64px;  
}
.iconblocks .icon:before {
    content: '';   
    border: 4px solid #bc1019;          
    position: absolute;         
    top: 4px;           
    right: 4px;         
    bottom: 4px;           
    left: 4px;            
    transition-duration: .3s;            
}
.iconblocks:hover .icon:before {
    top: -8px;       
    right: -8px;          
    bottom: -8px;          
    left: -8px
}
.iconblocks h3{
    transition: all 0.7s ease 0s;
    color: #000;
    font-size:20px;
    margin:0 0 6px 0;
    padding:6px;
}    
.iconblocks:hover h3 {
    color: #bc1019;
}
.iconblocke {
    text-align: center;
    padding: 6px;	
	width: 250px;
}
.iconblocke .icon {
    transition: all 1s ease;
    position: relative;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 4px solid #bc1019;
    margin: 0 auto;
    font-size: 64px;
    color: #bc1019;
    padding: 20px;
    box-sizing: content-box;    
}
.iconblocke:hover .icon {
    border: 4px solid #bc1019;
}
.iconblocke .icon i,
.iconblocke .icon img {
    position: relative;
    z-index: 2;
    height: 64px;
    width: 64px;
}
.iconblocke .icon:before {
    content: "";
    height: 60px;
    width: 112px;
    position: absolute;
    top: 22px;
    left:-4px;
    background-color: #FFF;
    transition: all 0.3s ease;
    z-index: 1;
}
.iconblocke:hover .icon:before {
    transform: rotate(90deg);
}
.iconblocke h3{
    transition: all 0.2s ease 0s;
    color: #000;
    font-size:20px;
    margin:8px 0;
}    
.iconblocke:hover h3{
    color: #bc1019;
    transform: translateY(-5px);
}
.iconblockes {
    margin:10px 0;
    text-align:center;
	width: 180px;
}
.iconblockes .icon {        
    color: #FFF;                   
    background: #bc1019;      
    width: 180px;           
    height: 120px;                  
    padding: 18px;           
    font-size: 64px;                
    transform: rotate(45deg);                   
    margin: 40px auto;
    box-sizing: border-box;
}
.iconblockes .icon i, 
.iconblockes .icon img {        
    transform: rotate(-45deg);
    width: 180px;           
    height: 120px;  
}
.iconblockes .icon:before {
    content: '';   
    border: 4px solid #bc1019;          
    position: absolute;         
    top: 4px;           
    right: 4px;         
    bottom: 4px;           
    left: 4px;            
    transition-duration: .3s;            
}
.iconblockes:hover .icon:before {
    top: -8px;       
    right: -8px;          
    bottom: -8px;          
    left: -8px
}
.iconblockes h3{
    transition: all 0.7s ease 0s;
    color: #000;
    font-size:20px;
    margin:0 0 6px 0;
    padding:6px;
}    
.iconblockes:hover h3 {
    color: #bc1019;
}