.design .download-2
{
    margin-bottom: 20px;
}
.design .download-2, .partner .title .download-2 {
/*     position: absolute;
right: -80px;
top: 40px; */
text-transform:uppercase;
    display: block;
        margin-top: 20px;
    padding-left: 32px;
    text-align: left;

    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgb(232, 69, 50);
    letter-spacing: 3px;
    text-decoration: underline;
    background: url(../img/download.png) left center no-repeat;
}

#container{ 
  overflow-x:hidden;
   background: #fff;
} 
#container.home{
  background: #0f0e0e; 
}
.center-text{
text-align: center;
}
.left-text{
text-align: left;
}
.relative{
position: relative;
}
hr{
margin-top:0px;
margin-bottom:0px;
}
.white-button{
width:155px;
height: 30px;
border-radius:7px;
background: #ffffff;
color: #333333;
text-transform: uppercase; 
font-family: 'Roboto', sans-serif;
font-size:14px;
font-weight:300;
letter-spacing: 2px;
display: inline-block;
line-height: 30px;
border:1px solid #ffffff;
border-bottom:2px solid #f5a7a2;
margin: 15px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  text-align: center;
} 
.white-button:after{
display: inline-block;
content: "";
width:10px;
height: 10px;
background: url(../img/4.png) center center no-repeat;
margin-left:6px;
}
.red_button{
width:160px;
height: 30px;
border-radius:7px;
background: #e93e35;
color: #fff;
text-transform: uppercase; 
font-family: 'Roboto', sans-serif;
font-size:14px;
display: inline-block;
line-height: 30px;
border:1px solid #e93e35;
border-bottom:2px solid #992923;
margin: 10px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  text-align: center;
}
.red_button:hover{
background: transparent;
color:#fff;
  text-decoration: none;
}
.red_button.inverse{ 
background: transparent;
color:#fff;
box-shadow:none;
}
.red_button.inverse:hover
{
background: #e93e35;
color:#fff;
}

header{
background: #f7f7f7;
border-bottom:1px solid #e93e35; 
position: relative;
z-index: 10;
}    
header .navbar{
border: none ;
margin-bottom:0px;
height: 60px;
position: relative;
}

header .navbar .white-button {
    width: auto;
    padding: 0 10px;
    margin: 15px -15px 15px 5px;
    letter-spacing: initial;
}
header .navbar .red_button {
    width: auto;
    padding: 0 10px;
    margin: 15px 0;
}

header .navbar-brand{
height: 60px;
background: url(../img/zefire-logo.svg) center left no-repeat;
width:128px;
text-indent: -9999px;
margin-right:110px; 
} 
header .navbar-header{
position: relative;
z-index:7;
}
header nav{
position: relative;
}
header nav .collapse{
position: relative;
z-index:2;
} 
header nav:after{
display: block;
content: "";
min-width: 700px;
height: 60px;
position: absolute;
z-index:1;
top:0;
right:-490px; 
background: rgb(240,72,52); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(240,72,52,1) 0%, rgba(178,45,37,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(240,72,52,1) 0%,rgba(178,45,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(240,72,52,1) 0%,rgba(178,45,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04834', endColorstr='#b22d25',GradientType=1 ); /* IE6-9 */

    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
} 
header nav li{
margin-left:5px;
margin-right:5px;
vertical-align: middle;
}
header .nav > li > a > img{
vertical-align: top;
}
header nav li:hover .dropdown-menu{
display: block;
}
.dropdown-menu{
background: #f7f7f7;
box-shadow:  none ;
border-color: #f7f7f7;
border-top-color: #e93e35;
padding-top:5px;
padding-left:0px;
padding-right:0px;
}
.dropdown-menu li{ 
border-bottom:1px solid #ededed;
margin-left:0px;
margin-right:0px;
}
.dropdown-menu li a{  
color:#4c4848;
font-size:14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top:5px;
  padding-bottom:5px;
}
.dropdown-menu li a:hover{
background: #e93e35;
color:#fff;
}  
header .navbar-default .navbar-nav > li > a,
footer .navbar-default li a{
text-transform: uppercase;
height: 60px;
line-height: 30px;
letter-spacing: 1px;
position: relative;
}

header .navbar-default .navbar-nav > li > a:after{
content: "";
width: 0px;
bottom: 0px;
position: absolute;
left:5px;
height: 2px;
background: #e93e35;
display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover:after{
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);  
}
header .white-button{
margin-right:-15px;
}
#slider_top .slick-slide{
  padding-top:160px;
  padding-bottom:350px; 
outline: none ;
background-size: auto 100%;
}
#slider_top .slick-slide>div{ 
padding-left:120px;
padding-right:120px;
}

hr.hrrew{
height: 1px;
border: none ;
width:100%;
display: block;
clear: both;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&0.5+0,0+100 */
background: -moz-linear-gradient(left,  rgba(247,247,247,0.5) 0%,rgba(247,247,247,0) 70%, rgba(247,247,247,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,0.5) 0%,rgba(247,247,247,0) 70%,rgba(247,247,247,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,0.5) 0%,,rgba(247,247,247,0) 70%,rgba(247,247,247,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f7f7f7', endColorstr='#00f7f7f7',GradientType=1 ); /* IE6-9 */
max-width:900px;
}

hr.hr{
height: 1px;
border: none ;
width:100%;
display: block;
clear: both;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&0+-1,0.5+100 */
background: -moz-linear-gradient(left,  rgba(247,247,247,0) -1%, rgba(247,247,247,0) 0%, rgba(247,247,247,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,0) -1%,rgba(247,247,247,0) 0%,rgba(247,247,247,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,0) -1%,rgba(247,247,247,0) 0%,rgba(247,247,247,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#80f7f7f7',GradientType=1 ); /* IE6-9 */

max-width:900px;
}
.navbar-default .navbar-toggle{
background: #fff;
border-color:#fff;
border-radius:0px;
margin-top:13px;
margin-right:0px;
}
.navbar-default .navbar-toggle .icon-bar{
background-color:#ef4834;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
background-color:#fff;
}
#slider_top >div{
text-align: center;
color:#fff;
font-family: 'Roboto', sans-serif;
}
#slider_top h2{ 
color:#fff;
font-family: 'Open Sans', sans-serif;
font-weight:300;
font-size:64px;
line-height: 1.2;
letter-spacing: 7px;
text-transform: uppercase;
margin-top:43px;
margin-bottom:20px;
}
.decor{
width: 80px;
height: 1px;
background: #e93e35;
margin:0 auto;
}
#slider_top p{
color:#e7e7e7;
font-family: 'PT Sans', sans-serif;
font-size:22px;
line-height: 1.5;
margin-top:10px;
margin-bottom:10px;
font-weight:300;
}
#slider_top .red_button{
margin-top:2px;
margin-bottom:50px;
}
.slick-arrow.slick-prev{
position: absolute;
text-indent: -9999px;
z-index: 9999;
width:100px;
height:89px;
margin-top:-160px;
cursor: pointer;
background: url(../img/pre.png)no-repeat 75px 0px;
top: 50%;
left: -85px;
outline: 0;
}
#slider_top .slick-arrow.slick-prev{ 
left: 50%;
margin-left: -585px;
}
.slick-arrow.slick-next{
position: absolute;
text-indent: -9999px;
z-index: 9999;
width:100px;
height:89px;
margin-top:-160px;
cursor: pointer;
background: url(../img/nex.png)no-repeat 0 0px;
top: 50%;
right: -85px;
outline: 0;
}
.home .container .slick-arrow.slick-next, .home .container .slick-arrow.slick-prev
{
    top: 65%
}

#slider_top .slick-arrow.slick-next{ 
right: 50%;
margin-right:-585px;
}
.custom_paging{
position: absolute;
right:0;
bottom:70px;;
color:#fff;
text-align: center; 
list-style: none url();
padding-left:0px;
}
#slider_top .custom_paging{
right:50%;
margin-right:-585px;
bottom:250px;
}
.custom_paging li{
display: none;
color:#404040;
font-family: 'Roboto', sans-serif;
font-weight:700;
font-size:24px;
}
.custom_paging li span{
display: inline-block;
vertical-align: top;
}
.custom_paging li span.cl{
width:30px;
height: 10px;
vertical-align: top;
margin-top:20px;
cursor: pointer;
}
.custom_paging li span.cl.cl_left{ 
background: url(../img/prew.png) left center no-repeat;
}
.custom_paging li span.cl.cl_right{ 
background: url(../img/next.png) right center no-repeat;
}
.custom_paging li span.middle{
margin-top:4px;
font-size:24px;
}
.custom_paging li span.large{
color:#f7f7f7;
font-family: 'Roboto', sans-serif;
font-weight:300;
font-size:36px;
}

.custom_paging li.slick-active{
display: block;
}
.margin-up{
margin-top:-250px;
position: relative;
z-index:5;
}
.container-margin-up{
position: relative;
z-index:5;
}
.back_1_1{
background: url(../img/1_1.png)center top no-repeat;
}
.title{ 
color:#fff;
font-family: 'Open Sans', sans-serif;
font-weight:300;
text-transform: uppercase;
font-size:42px;
text-align: center;
margin-top:0px;
margin-bottom:30px;
letter-spacing: 5px;
}
.title404{ 
color:#000;
font-family: 'Open Sans', sans-serif;
font-weight:300;
text-transform: uppercase;
font-size:80px;
text-align: center;
margin-top:50px;
margin-bottom:20px;
letter-spacing: 5px;
}
.title_sm{ 
color:#fff;
font-family: 'Open Sans', sans-serif;
font-weight:300;
text-transform: uppercase;
font-size:36px;
text-align: left;
margin-top:22px;
margin-bottom:20px;
letter-spacing: 4px;
}
.title404 + .title_sm{ 
text-transform: none;
color:#000;
text-align: center;
}
.title_sm a{ 
font-size: 14px;
color:#e93e35;
margin-left:14px;
text-decoration: underline;
letter-spacing: 2px;
}

.title_xs{ 
color:#262525;
font-family: 'Open Sans', sans-serif;
font-weight:400; 
font-size:16px;
text-align: left;
margin-top:50px;
margin-bottom:8px; 
}
.title_xs+.decor{
margin-left:0px;
}
p.decription{
color:#d8d8d8;
font-family: 'PT Sans', sans-serif;
font-size:16px;
line-height: 1.5;
margin-top:13px;
text-align: center;
margin-bottom:55px;
}
.multiple-items {
padding-bottom:85px;
} 
.multiple-items .hrrew{
max-width:100%;background: -moz-linear-gradient(left,  rgba(247,247,247,0.5) 0%,rgba(247,247,247,0) 70%, rgba(247,247,247,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,0.5) 0%,rgba(247,247,247,0) 70%,rgba(247,247,247,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,0.5) 0%,,rgba(247,247,247,0) 70%,rgba(247,247,247,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f7f7f7', endColorstr='#00f7f7f7',GradientType=1 ); /* IE6-9 */
}

.multiple-items .hr{ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,f7f7f7+100&0+-1,0.5+100 */
background: -moz-linear-gradient(left,  rgba(247,247,247,0) -1%, rgba(247,247,247,0) 30%, rgba(247,247,247,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,247,247,0) -1%,rgba(247,247,247,0) 30%,rgba(247,247,247,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,247,247,0) -1%,rgba(247,247,247,0) 30%,rgba(247,247,247,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#80f7f7f7',GradientType=1 ); /* IE6-9 */
max-width:100%; 
}
.multiple-items .title_sm+.decor{
margin-left:0px;
}
.product {
padding-top:40px;
padding-bottom:40px;
padding-left:0px;
}
.product li{
text-align: center;
}
.product li .image_holder{
min-height:180px;
display: block;
outline: none ;
}
.product li img{
display: inline-block;
outline: none ;
vertical-align: top;
max-width:100%;
height: auto;
}
.product .decor{
margin-top:32px;
margin-bottom:18px;
}
.product h6{  
font-family: 'PT Sans', sans-serif;
font-size:16px;
font-weight: normal;
color:#fff;
line-height: 1;
margin:0;
}

.multiple-items .custom_paging{
bottom: -60px;
}



.text_row{
margin-top:25px;
}
.text_row .text_out{
background: #fff;
padding:30px;
min-height:323px;
position: relative;
}
.text_row .text_out:before{
content: "";
display: block;
position: absolute;
z-index: 2;
border: 1px solid #ccc ;
padding:20px 30px;
top:30px;
left:30px;
  width: -webkit-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: calc(100% - 60px);  
}
.text_row .text_out.about_us{
background: #fff url(../img/about_us.jpg) right top no-repeat;
background-size: auto 100%;
} 
.text_row .text_out.about_kam{
background: #fff url(../img/about_kam.jpg) right top no-repeat;
background-size: auto 100%;
}
.text_row .text_out.sertf{
background: #fff url(../img/sertf.jpg) right top no-repeat;
background-size: auto 100%;
}
.text_row .text_out.sotr{
background: #fff url(../img/sotr.jpg) right top no-repeat;
background-size: auto 100%;
}
.text_row .text_out.m-news{
background: #fff url(../img/news.jpg) right top no-repeat;
background-size: auto 100%;
}
.text_row .text_out .text_inner{ 
padding:20px 30px;
position: relative;
z-index:3;
}
.text_row .text_out .text_inner .title_sm{
color:#0f0e0e;
margin-top:0px;
margin-bottom:0px;
font-weight:400;
}
.text_row .text_out .text_inner .decor{
margin-left:0px;
margin-top:17px;
margin-bottom:17px;

}

.text_row .text_out .text_inner p{
line-height: 1.4;
color:#0f0e0e;
font-family: 'PT Sans', sans-serif;
font-size:14px;
max-width:50%; 
margin-bottom:20px;
}
a.more{
text-transform: uppercase;
font-size:14px;
color:#13a945;
font-family: 'Roboto', sans-serif;
text-decoration: underline; 
}

.towns{
min-height:670px;
background: url(../img/15.png) center center no-repeat;
}

.towns .title_sm{
padding-left:60px;
padding-top:90px;
margin-top:0px; 
line-height: 1.1;
}
.towns .more{
padding-left:60px;
}


footer{
border-top:2px solid #e93e35;
padding-top:30px;
padding-bottom:15px;
background: #0f0e0e;
}
footer .navbar-brand{
    display: block !important;
    float: none !important;
height: 60px;
background: url(../img/2-2.png) center left no-repeat;
width:188px;
text-indent: -9999px;
margin-right:70px;
}



footer .footer-sert-icon {
    position: absolute;
    top: 16px;
    left: 234px;
    z-index: 99999;
}
footer .footer-sert-icon__link {
    display: block;
    border: 0;
    text-decoration: none;
}
footer .footer-sert-icon__img {
    display: block;
    width: 78px;
    height: 78px;
}



footer .nav{
margin-top:5px;
}
footer .red_button{
border-bottom:1px solid #e93e35;
}
footer .nav > li > a{
background: none;
font-size:12px;
color:#ffffff;
font-family: 'Roboto', sans-serif;
font-weight:300;
text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus{
background: none;
}

.copy{
color:#b2b2b2;
font-family: 'Roboto', sans-serif;
font-size:14px;
margin-top:18px;
}

.hidden_desc{
display: none !important;
}


/********************************INNER PAGES*******************/

.bradcrumbs{
padding-top:23px;
padding-bottom:23px;
}

.bradcrumbs ul{
margin:0;
padding:0;
list-style: none url();
}
.bradcrumbs ul li{
display: inline-block;
font-size:12px;
font-family: 'Roboto', sans-serif;
}
.bradcrumbs ul li.seperator{
padding-left:6px;
padding-right:6px;
color:#e93e35;
}
.bradcrumbs ul li a{
color:#e93e35;
text-decoration: underline;
}



.content_text{
position: relative;
}
.content_text .title,
.catalog .title{
color:#0f0e0e;
margin-top:15px;
font-weight:400;

}
.catalog .title
{
padding-left:270px;
padding-right:270px;    
}
.title.left-text{
text-align: left;
}

.content_text .title+.decor{
margin-left:0px;
margin-bottom:15px;
}


.catalog>.container{
padding-bottom: 180px;
}
.catalog .title_sm{
color:#0f0e0e;
margin-top:30px; 
margin-bottom:10px;
font-weight:400;
}

.catalog .hrrew{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,cccccc+100&1+0,0+70 */
background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(204,204,204,0) 70%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(204,204,204,0) 70%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(204,204,204,0) 70%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */

}
.catalog .slick-arrow.slick-prev,
.single .slick-arrow.slick-prev{ 
background: url(../img/prew-2.png)no-repeat 75px 0px; 
}
.catalog .slick-arrow.slick-next,
.single .slick-arrow.slick-next{ 
background: url(../img/next-1.png)no-repeat 0 0px; 
}

.catalog .slick-arrow.slick-next,
.catalog .slick-arrow.slick-prev,
.single .slick-arrow.slick-next,
.single .slick-arrow.slick-prev{
margin-top:-45px;
} 
.catalog .multiple-items{
margin-top:25px;
padding-bottom:0px;
}
.catalog .product {
padding-left:25px;
padding-right:25px;
}
.catalog .product h6{
color:#0f0e0e;
    min-height: 48px;
}
.catalog .product h6 span.red{
color:#e93e35;
}
.catalog .product{
padding-top:22px;
padding-bottom:22px;
}
.catalog .product li>div{
padding:30px;
border:3px solid #f2f2f2;
margin:5px;
}
.catalog .product+.red_button{
display: block;
margin: 20px auto;
width:192px;
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.02);
}
  
.catalog .product+.red_button:hover{
background:#992923
 }
.sertificat .custom_paging li span.large,
.catalog .custom_paging li span.large{
color:#5b606b;

} 
.sertificat .custom_paging li span.cl.cl_right, 
.catalog .custom_paging li span.cl.cl_right{
     background: url(../img/next1.png) right center no-repeat;
 }
.sertificat .custom_paging li span.cl.cl_left,
.catalog .custom_paging li span.cl.cl_left{
     background: url(../img/prew1.png) left center no-repeat;
 }
.back_page
{
        min-height: 684px;
}
.about .back_page{
  background: #fff url(../img/back_about.jpg) right top no-repeat;
  background-size: auto 100%; 
  padding-bottom:80px;
}

.partner .back_page{
  background: #fff url(../img/back_partner.jpg) right top no-repeat; 
  padding-bottom:80px;
}
.team .back_page{
  background: #fff url(../img/back_team.jpg) right top no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-bottom:80px;
}
@media (min-width:0px) and (max-width: 767px){
    .team .back_page{
      background-size: cover;
    }
}
.where .back_page .container{ 
  padding-bottom:80px;
}
.obsvyaz .back_page{
  background: #fff url(../img/obsvyaz.jpg) right top no-repeat;  
  padding-bottom:80px;
}
.single .back_page{
  padding-bottom:80px;
}
.page404 .back_page{
  padding-bottom:80px;
}
.content_text p{
color:#0f0e0e;
font-size:16px;
line-height: 1.5; 
font-family: 'PT Sans', sans-serif;
}
.content_text ul{
margin: 0;
padding:0;
list-style: none url();
color:#0f0e0e;
font-size:16px;
line-height: 1.5; 
font-family: 'PT Sans', sans-serif;
}

.content_text h3{
font-weight: normal;
color:#0f0e0e;
font-family: 'Open Sans', sans-serif;
font-size:22px;  
}

.content_text .red{
color:#e93e35;
}

.content_text .uppercase{
text-transform: uppercase;
}

 
.abs_form {
    background: #fff;
    padding: 20px;
    position: relative;
    right: 0px;
    top: 468px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.02);
}
.abs_form h3{
font-weight: normal;
color:#0f0e0e;
font-family: 'PT Sans', sans-serif;
font-size:24px; 
line-height: 1;
margin-bottom:25px;
margin-top:5px; 
}

.form_field{
    width: -webkit-calc(50% - 5px);
    width: -o-calc(50% - 5px);
    width: calc(50% - 5px);
    border:1px solid #cccccc;
    border-radius:4px;
    float:left;
    height: 30px;
    padding-left:37px;
    margin-bottom:10px;
    outline: none ;
    color:#5b606b;
    font-family: 'PT Sans', sans-serif;
    font-size:14px; 
}
.form_field.name{
background: #fff url(../img/name.png) center left no-repeat;
}
.form_field.town{
background: #fff url(../img/town.png) center left no-repeat;
}
.form_field.mail{
background: #fff url(../img/mail.png) center left no-repeat;
}
.form_field.phone{
background: #fff url(../img/phone.png) center left no-repeat;
}

.form_field:nth-child(even){
margin-right:5px;
}
.form_field:nth-child(odd){
margin-left:5px;
}

textarea.form_field{
    width:100%;
    height: 80px;
    resize: none;
    padding-left:16px;
}
.ob_form{
background: #fff;
padding:30px 20px;
box-shadow:0 10px 10px 0 rgba(0,0,0,0.02) ;
margin-top:40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.ob_form .form_field{
    width: -webkit-calc(100% / 3 - 4px);
    width: -o-calc(100% / 3 - 4px);
    width: calc(100% / 3 - 4px);
}

.ob_form .form_field:nth-child(even),
.ob_form .form_field:nth-child(odd),
.ob_form .form_field:nth-child(1),
.ob_form .form_field:nth-child(3){
margin-right:0px; 
margin-left:0px;
}
.ob_form .form_field:nth-child(3){
    margin-left:5px;
    margin-right:5px
}
.ob_form h3{
margin-top:0px;
margin-bottom:20px;
}

.ob_form textarea.form_field{
      width:100%;
    width: -webkit-calc(100% - 3px);
    width: -o-calc(100% - 3px);
    width: calc(100% - 3px);

}
.abs_form .red_button,
.ob_form .red_button{
width: 260px;
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.02);
margin:0px auto 10px;
outline: none ;
display: block;
}
.abs_form .red_button:hover,
.ob_form .red_button:hover,
.abs_form .red_button:focus,
.ob_form .red_button:focus{
    background: #992923;
}


.where .title{
letter-spacing: 2px; 
}
.where .title_xs_out+.decor{
margin-left:0px;
} 
.where .title_xs{ 
display: inline-block;
line-height: 30px;
}
.jq-selectbox{
background: #fff;
display: inline-block;
width:190px;
border:1px solid #e93e35;
border-radius:5px;
vertical-align: middle;
cursor: pointer;
}
.jq-selectbox__select-text{ 
    width: 100%;
    outline: none;
    vertical-align: top;
    border: none;
    box-shadow: none;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    border-radius:5px;
    padding-left:26px;
    padding-right:6px;
    background: #fff url(../img/down.png) 7px center no-repeat;
}
.jq-selectbox__dropdown{
width: 100%;
}
.jq-selectbox__dropdown ul {
    background: #fff;
    border:1px solid #e93e35;
    padding-left:26px;
    max-height: 350px !important;
    position: relative;
}
.jq-selectbox__dropdown ul li{
padding-top:5px;
padding-bottom:5px;
}
.where_to_list{
margin-top:29px;
}
.where_to_list .town{
padding-left:29px;
margin-bottom:30px;
background: url(../img/map_i.png) left 6px no-repeat;
font-size:16px;
color:#262525;
line-height: 1.8;
}
.where_to_list .town p span{
text-decoration: underline;
}
.where_to_list .town  a{
color:#13a945;
text-decoration: underline;
}
.sertificat{
padding-bottom:140px !important;
margin-top:60px;
}
.sertificat .custom_paging{
bottom:80px;
}
.sertificat .slick-slide{
text-align: center;
}

.sertificat .slick-slide img{
display: inline-block;
padding-right:10px;
    border: 1px solid #ee4733;
}

.sertificat .slick-arrow{
display: none !important;
}







ul.single_big{
    margin-top: 20px;
}
ul.single_small{
    margin-top: 45px;
    padding-left:20px;
    padding-right:20px;
}
ul.single_big li,
ul.single_small li{
    text-align: center;
}
ul.single_big li img,
ul.single_small li img{
    display: inline-block;

}

ul.single_small li img{
border:1px solid #e6e6e6
}



.single .slick-arrow.slick-prev{
height:49px;
width:11px;
margin-top:-25px;
background-size: 100%;
left:0px;
background-position: 0 0;
}
.single .slick-arrow.slick-next{
height:49px;
width:11px;
margin-top:-25px;
background-size: 100% 100%;
right:0px;
}


.powered{ 
color:#0f0e0e;
font-family: 'PT Sans', sans-serif;
font-size:24px; 
background: url(../img/powered.png) center left no-repeat; 
padding-left:33px;
    margin-bottom: 20px;
}

.single .content_text h3{
font-family: 'PT Sans', sans-serif;
font-size:24px; 
display: inline-block;
vertical-align: top;
margin-top:20px;

}
.single .colors img{
margin:25px 5px 0;
display: inline-block;
vertical-align: top;
}


.products{
margin-top:15px;
margin-bottom:15px;
padding-left:10px;
padding-right:10px;
color:#0f0e0e;
}
.products>div{
text-align: center;
padding-left:5px;
padding-right:5px; 
}
.products>div>div{
display: inline-block;
padding: 40px 18px;
box-shadow:0 10px 10px 0 rgba(0,0,0,0.02) ;
margin:5px 0;
width:100%;
border: 3px solid #f2f2f2;
}
.products .image_holder{
height: 132px;
display: block;
}
.products h6{  
font-family: 'PT Sans', sans-serif;
font-size:18px;
font-weight: normal;
line-height: 1;
margin-top:33px;
text-align: left;
margin-bottom:15px;
min-height: 54px;
}
.products h6+.decor{
margin-left:0px;
}  
.products p{
text-align: left;line-height: 1.4;
font-size: 14px;
font-family: 'PT Sans', sans-serif;
}
.products .powered1{ 
color:#0f0e0e;
font-family: 'PT Sans', sans-serif;
font-size:16px; 
background: url(../img/powered1.png) center left no-repeat; 
padding-left:22px;
text-align: left;
margin-top:22px;
}
.title .download{
position: absolute;
left:0px;
bottom:5px;
text-align: left;
} 
.title .download .download-link {
padding-left:32px;
display: inline-block;
line-height: 1;
font-family: 'PT Sans', sans-serif;
font-size:16px; 
line-height: 20px;
color:#e84532;
text-decoration: underline;
letter-spacing: 3px;
background: url(../img/download.png) center left no-repeat; 
}



.pagination{
  display: block;
  text-align: center;
  list-style: none;
}
.pagination li{
  display: inline-block;
}
.pagination li a,
.pagination li span{
color:#0f0e0e;
font-size: 18px;
font-family: 'PT Sans', sans-serif;
border: none ;
background: none;
}
.pagination li a.active{
color:#e93e35;
}
.pagination li:first-child a,
.pagination li:last-child a{
color:#e93e35;
}
.pagination li a:hover,
{
color:#e93e35 !important;
background: none !important;
}
.pagination li span:hover{
color:#0f0e0e;
}



.panel-group{
box-shadow:0 10px 10px 0 rgba(0,0,0,0.02) ;
border: 1px solid #ccc;
}
.panel-group .panel{
border-radius:0px;
border:none;
background: #ffffff;
}
.panel-heading{
padding:16px 20px;
}
.panel-group .panel .panel-heading,
.panel-group .panel .panel-body{ 
background: #ffffff;
cursor:pointer;
}
.panel-group .panel:nth-child(2n) .panel-heading,
.panel-group .panel:nth-child(2n) .panel-body{ 
background: #f5f5f5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
border-top-color: transparent;    
padding-left: 40px;
}
.panel-group .panel .panel-heading a{
padding-left:20px;
background: url(../img/arr_d.png) center left no-repeat;
color:#3b3b3b;
font-size: 14px;
font-family: 'PT Sans', sans-serif; 
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.panel-group .panel .panel-heading a.collapsed{
background: url(../img/arr_l.png) 2px center no-repeat;
}
.panel-group .panel + .panel{
margin-top:0px;
}
.white-popup {
  position: relative;  
  width: auto;
  max-width: 350px;
  margin: 20px auto;
}

.white-popup .ob_form .form_field{
width:100%;
margin-left:0px;
margin-right: 0px;
}

#vmap{
height: 500px;
width: 100%;
}
































@media (min-width: 1200px){
.container {
    width: 1200px;
}
.page404 .back_page{
min-height:600px;
}
}  

@media (min-width:992px) and (max-width: 1170px){
header .navbar .white-button {
    padding: 0 7px;
    font-size: 11px;
}
header .navbar .red_button {
    padding: 0 7px;
    font-size: 11px;
}
}

@media (min-width:1170px) and (max-width: 1230px){
.container {
    width: 1170px;
}
.partner .back_page
{
    background-position: right top;
}
.partner .back_page .col-md-7 {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 60%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0.01) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 60%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0.01) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 60%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 );
}
.about .back_page{
background-position: left top;
}
}  
@media (min-width:0px) and (max-width: 1230px){
    .partner .abs_form
    {
        background:#fff;
        margin: 20px 0 20px 0;
    }
    .abs_form
    {
        border: 1px solid #ccc;
        border-radius: 5px;
        position:initial;
    }
}  
@media (min-width:0px) and (max-width: 1170px){
    .design .download-2, .partner .title .download-2
    {

    }
header .navbar-brand{
margin-right:20px;
}
header nav li{
margin-left:0px;
margin-right:0px;
}
.text_row .text_out .text_inner p{
max-width:70%;
}
.title .download{
bottom:-25px;
}
.where .back_page .container{
background-size: 70%;
}

.about .back_page .col-md-7, .partner .back_page .col-md-7
{
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 60%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0.01) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 60%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0.01) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 60%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 );    
}



}  

@media (min-width:0px) and (max-width: 992px){
    .navbar-nav > li:first-child {
    display: none;
}
     .design .download-2,   .partner .title .download-2
    {



    }
header .navbar-default .navbar-nav > li > a, footer .navbar-default li a{
letter-spacing: 0px;
padding-left:5px;
padding-right:5px;
font-size:12px;
}
.content_text .title,
.catalog .title{ 
padding-left:0px;
padding-right:0px;
}
header nav:after{
right:-550px;
}
header .white-button{
padding: 0 5px !important;
font-size:9px;
letter-spacing: initial;
/* width:125px; */
}
header .red_button{
padding: 0 5px !important;
font-size:9px;
letter-spacing: initial;
/* width:125px; */
}
.title_sm{
font-size:26px;
letter-spacing: 2px;
}
.title_sm a{
letter-spacing: 0px;
}
#slider_top .slick-slide .container{
padding-left:50px;
padding-right:50px;
}
#slider_top h2{
font-size:40px;
}
#slider_top p{
font-size:16px;
}
.text_row .text_out .text_inner p{
max-width:90%;
}
.towns{
background-size: 100% auto;
min-height:500px
}
.abs_form{
position: static;
margin-top:30px;
}
.single .title.left-text{
margin-top:30px;
}

.mob_m_bottom{
margin-bottom:50px;
}
.title .download{
    bottom: -45px;
    text-align: left;

}
.where .back_page .container{
background-size: 50%;
background-position: right 130px ;
}
#slider_top .slick-arrow.slick-prev{
margin-left: -345px;
}
#slider_top .slick-arrow.slick-next{
margin-right: -345px;
}
#slider_top .custom_paging{
margin-right: -345px;
bottom:270px;
}
.partner .back_page
{
background: #fff;
}



}


@media (min-width:0px) and (max-width: 840px){
.container{
padding-left:40px;
padding-right:40px;
}
#slider_top h2{
font-size:34px;
letter-spacing: 0px;
}
.title_sm{
letter-spacing: 0px;
font-size:22px;
}
.towns {
background-size: 80% auto;
}
.towns .title_sm{
padding-top:30px;
padding-left:0px;
}
.towns a.more{
padding-left:0px;
}

header .navbar-default .navbar-nav > li > a, footer .navbar-default li a{
font-size:11px;
}
#slider_top .slick-slide{
padding-top:60px; 
background-position: center -170px !important;
}
.custom_paging{
bottom:-60px;
}
#container.home{
  background-position:center -120px; 
} 
.text_row .text_out .text_inner p{
max-width:100%;
}
}
@media (min-width:0px) and (max-width: 780px){
footer .nav{
clear: both;
display: block;
width:100%;
}
footer .red_button.pull-right{
float: left !important;
margin-left:0px;
margin-right:30px;
}
}
@media (min-width:0px) and (max-width: 767px){
header .navbar-default .navbar-nav > li > a, footer .navbar-default li a{
font-size:11px;

}
}
@media (min-width:0px) and (max-width: 767px){
        .partner .title .download-2
    {

    top: 0px;

    }
.navbar-default .navbar-collapse{
background: #fff;
}
nav li img{
display: none;
}
.hidden_desc{
display: block  !important;
}
header .white-button{
display: none;
}
header .red_button{
display: none;
}
header nav li{
height: auto;
}
header .navbar-default .navbar-nav > li > a, footer .navbar-default li a{
height: auto;
text-align: center;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
}
.dropdown-menu{
position: relative;
width:100%; 
left:0;
top:0;
}
.dropdown-menu:after{
content: "";
width: 0px;
bottom: 0px;
position: absolute;
left:5px;
height: 2px;
background: #e93e35;
display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover:after{
  width: 100%;  
  left:0;
}
.dropdown-menu li a{
text-align: center;
}
.where .back_page .container{
background: none;
}
.obsvyaz .back_page{
background-size:auto 100%;
}
.where_to_list .town{
font-size:14px;
line-height: 1.4;
}
.ob_form .form_field{
    width: -webkit-calc(100% - 3px);
    width: -o-calc(100% - 3px);
    width: calc(100% - 3px);
}
.ob_form .form_field:nth-child(3){
margin-left:0px;
margin-right:0px;
}

#slider_top .slick-slide{
padding-left:20px;
padding-right:20px;
}
#slider_top .slick-arrow.slick-prev{
left:-65px;
margin-left:0px;
}
#slider_top .slick-arrow.slick-next{
right:-65px;
margin-right:0px;
}
#slider_top .custom_paging{
right:15px;
margin-right:0px;
}
.home .container .slick-arrow.slick-next, .home .container .slick-arrow.slick-prev {
    top: 75%;
}
.about .back_page
{
    background:#fff;
}
.custom_paging
{
    display:none !important;
}
.sertf .custom_paging
{
    display:block !important;
}
ul.single_small li img
{
    height:60px;
}
}
@media (min-width:0px) and (max-width: 670px){
.title_sm a{
display: block;
margin-left:0px;
margin-top:10px
}
.multiple-items .title_sm+.decor{
display: none;
}
.text_row .text_out .text_inner .decor{
margin-top:5px;
margin-bottom:5px;
}

.content_text .title,
.catalog .title{
text-indent: 2px;
font-size: 18px;
margin-top:0px;
margin-bottom:15px;
}
.single .title.left-text{
margin-top:30px;
font-size: 24px;
}
.content_text p,
.content_text ul{
font-size:13px;
}
.product li .image_holder{
min-height:auto; 
}
ul.single_big li img{
width:auto;
max-height:250px;
max-width:100%;
}
}
@media (min-width:0px) and (max-width: 605px){
.text_row .text_out .text_inner p{
margin-bottom:10px;
}
.catalog .product+.red_button{
margin-left:0px;
}
}
@media (min-width:0px) and (max-width: 520px){
 #slider_top h2{
    font-size:24px; 
 }
 .title{
 font-size: 24px;
 }
 .title_sm{
 font-size:20px;
 }
 #slider_top .red_button{
 display: block;  
 margin-bottom:20px;
 margin-left:auto;
 margin-right:auto;
 }
 #slider_top .red_button + .red_button{
 margin-bottom:20px;
 }
 .text_row .text_out{
 padding:15px;
 }
 .text_row .text_out:before{
 top:15px;
 left:15px;
     width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: -o-calc(100% - 30px);
    height: calc(100% - 30px);
 }
 .text_row .text_out .text_inner{
 padding:15px 15px;
 }
.form_field{width:100%;} 
.form_field:nth-child(even){
margin-right:0px;
}
.form_field:nth-child(odd){
margin-left:0px;
}
.abs_form .red_button, .ob_form .red_button{
max-width: 100%;
} 
}

@media (min-width:0px) and (max-width: 450px){ 
.catalog .product+.red_button{
margin-left:auto; 
}
.catalog .multiple-items .custom_paging{
bottom:-25px;
}
.where .decor
{
    display:none;
}
}


/* Правки фона на главной для моьильного */
@media (max-width:600px){
    .text_row .text_out.sotr, .text_row .text_out.sertf, .text_row .text_out.about_us, .text_row .text_out.about_kam,.text_row .text_out.m-news
    {
        background: #fff;
    }
    .towns
    {

        min-height: 360px;
    }
}

.item-color
{
    border: 1px solid #000;
    width: 17px;
    height: 17px;
    float: left;
    display: inline-block;
    margin: 26px 5px 0;
    display: inline-block;
    vertical-align: top;
}
.item-color2 {

    height: 17px;
    float: left;
    display: inline-block;
    margin: 26px 5px 0;
    display: inline-block;
    vertical-align: top;
    font-style: italic;
}
.mfp-close:hover
{
    cursor:pointer !important;
}

/* Новости */
.news-catalog
{
    padding: 20px 0;
}
.news-catalog .news-img
{
    padding:0;
}
.news-catalog .news-text h4
{
    color: #0f0e0e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.3;
}
.news-catalog .news-text span
{
	color:#e93e35;
	font-size:14px;
    background: url(/assets/theme/img/calendar.png) no-repeat;
    padding: 0 0 0 20px;	
    margin: 10px 0;
    display: block;    
}

.news-catalog .news-text p
{
	font-size:15px;
	color:#0f0e0e;
	line-height: 1.2;
}
.pagination > .active > a
{
   background-color: #c7362a !important; 
}

@media (min-width:0px) and (max-width: 630px){ 
	.news-catalog .news-text p
	{
		display:none;
	}
}

/* Страница новости */
.news-page .title
{
    color: #0f0e0e;
   margin: 15px 0 30px 0;
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
}   
.news-page .decor
{
	margin-left: 0px;
    margin-bottom: 15px;
}
.news-page h1
{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.news-page span.date
{
    color: #e93e35;
    font-size: 14px;
    background: url(/assets/theme/img/calendar.png) no-repeat;
    padding: 0 0 0 20px;
    margin: 10px 0;
    display: block;
    font-weight: 600;
}
.news-page .maincontent
{
    padding: 45px 0;
}
.news-page .intro
{
    font-weight:600;
    border-bottom:1px solid #ccc;
    padding: 45px 0;
}
.news-page h4
{
    padding: 45px 0 18px 0;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.news-page .news-catalog h4
{
    padding: 20px 0 0px 0;
}
.news-catalog a:hover
{
    text-decoration:none;
}
.news-page .news-catalog .news-img {
    padding: 0 0 20px 0;
}
.news-page ul
{
    list-style-image: url(/assets/theme/img/marker.png);
}

@media (min-width:991px) and (max-width: 1170px){ 
    .news-page h4 {
        font-size: 18px;
    }
    .partner .panelcorp {
        margin: 20px 0px;
        padding: 0;
    }    
}
@media (min-width:0px) and (max-width: 991px){ 
    .news-page .news-catalog h4
    {
        padding: 0px 0 0px 0;
    }
.partner .panelcorp {
    margin: 20px -15px;
}
}
@media (min-width:0px) and (max-width: 767px){

	.news-page .intro
	{
		 padding: 10px 0;
	}
	.news-page .news-catalog .news-img 
	{
        padding: 0 20px 20px 0;
    }

}

.partner .content_text ul {
    list-style-image: url(/assets/theme/img/marker.png);
    margin-left: 20px;
}
#map-smol span
{
    position: relative;
    top: -2px;
    left: -69px;    
}
#map-orel span {
    position: relative;
    top: -2px;
    left: -44px;
}
/*Дизайнерам */
@font-face {
	font-family: "MyriadProRegular";
	src: url("../fonts/MyriadProRegular.eot");
	src: url("../fonts/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MyriadProRegular.woff") format("woff"),
	url("../fonts/MyriadProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "MyriadProBold";
	src: url("../fonts/MyriadProBold.eot");
	src: url("../fonts/MyriadProBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/MyriadProBold.woff") format("woff"),
	url("../fonts/MyriadProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
.design h2.title
{
	font-family: "MyriadProBold";
    font-weight: 800;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0px;
}
.design .back_page {
    background: #fff url(../img/design.jpg) right top no-repeat;
    padding-bottom: 80px;
}
.design .design_form
{
    background: #fff;
    padding: 0px 20px 10px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.02);
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.design_form .red_button {
    width: 260px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.02);
    margin: 0px auto 10px;
    outline: none;
    display: block;
}
@media (max-width:400px)
{
    .design_form .red_button
    {
        width: 100%;
    }
}
.design_form .red_button:hover, .design_form .red_button:focus {
    background: #992923;
}
.design .content_text p {
    color: #fb443a;
    font-size: 20px;
    line-height: 1.5;
    font-family: "MyriadProRegular";
}
.what 
{
    margin-top:60px;
}
.what h2
{
	font-family: "MyriadProBold";
	color:#0f0e0e;
    font-weight: 800;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.what p
{
    margin-top: 20px;
    line-height: 24px;

}
.advance 
{
   margin-top: 60px;
}
.advance  p
{
   font-family: "MyriadProBold";
   line-height:22px;
       font-size: 18px;
}
.advance img {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 60px;
}
.advance .item
{
    min-height:136px;
}
.why ul
{
    list-style: none;
    margin-left: 60px;
    padding: 0;
}
.why ul li i
{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://zefire.ru/assets/theme/img/design/bullet.png);
    position: absolute;
    left: -35px;
    top: 50px;
}
.why ul li {
    display: table;
    font-family: "MyriadProBold";
    line-height: 22px;
    font-size: 18px;
    vertical-align: top;
    min-height: 130px;
    padding: 0px 60px 0 10px;
    margin: 30px 0px;
    vertical-align:middle;
}
.why ul li p 
{
        display:table-cell;
        vertical-align: middle;
}
.center-form .form_field {
	width: calc(25% - 5px);
}

.center-form .form_field{
    margin-left: 5px;
}
.center-form .form_field:nth-child(1) {
    margin-left: 0px;
    margin-right: 0px;
}
.center-form .form_field:nth-child(2n) {
    margin-right: 0px;
}
.center-form
{
    padding: 30px 0 40px;
    background: #f2f2f2;
}
.center-form .design_form
{
        border-radius:0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 23px 6px;
}
.works
{
        padding: 60px 0 80px;
}
.works-item
{
    margin-top:20px;
}
.works-item .name
{
        display: block;
    font-family: "MyriadProBold";
    line-height: 16px;
    font-size: 16px;
    padding: 10px 0 20px;
}
.works-item .city, .works-item .date
{

    line-height: 16px;
    font-size: 16px;
    width: 50%;
    color: #888787;
    font-family: "MyriadProRegular";
    display:inline-block;
}
.works-item .date
{
    float: right;
    text-align: right;
}
.works-item img
{
    width:100%;
}
.center-form .form-send p.center-text
{
        color: rgb(251, 68, 58);
    font-size: 20px;
    line-height: 1.5;
    font-family: MyriadProRegular;
}
@media (max-width: 1300px) and (min-width: 0px)
{
    .design .col-md-9
    {
        background: linear-gradient(to right, rgba(255,255,255,1) 60%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0.01) 100%);
            padding: 20px;
    }
        
}
@media (max-width: 670px) and (min-width: 0px)
{
    .what h2, .design h2.title {

        font-size: 18px;
            line-height: 20px;
    }
    .center-form .form_field {
    	width: calc(100% - 5px);
    }
    .center-form .form_field:first-child {
        margin-left: 5px;
    }
}
.gotomap
{
    cursor:pointer;
}

.video {
    
}
.video .title_sm {
    color: #0f0e0e;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
}
.video .hrrew {
    background: -moz-linear-gradient(left,  rgba(230, 230, 230,1) 0%, rgba(230, 230, 230,0) 70%, rgba(230, 230, 230,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(230, 230, 230,1) 0%,rgba(230, 230, 230,0) 70%,rgba(230, 230, 230,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(230, 230, 230,1) 0%,rgba(230, 230, 230,0) 70%,rgba(230, 230, 230,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
    margin-left: 0;
}

.video__player {
    width: 100%;
    height: 340px;
}
.video__text {
    height: 340px;
    overflow-y: hidden;
}
.video__title {
    border-bottom: 1px solid #eee;
    padding: 0 5px 20px;
    margin: 0px 0 25px;
    font-size: 22px;
}
.video__description {
    
}
.video__description,
.video__description p {
    color: #555;
}

.video-list {
    position: relative;
    padding: 0 0 70px;
    margin: 50px 0 30px;
}
.video-list .product .decor {
    margin-top: 0;
}
.video-list .custom_paging {
    bottom: -60px;
}



.icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}





.title-w {
    position: relative;
}


.catalog-search-w {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: block;
    width: 230px;
    z-index: 2;
}
@media (min-width:0px) and (max-width: 1170px) {
    .catalog-search-w {
        bottom: -25px;
    }
}
@media (min-width:0px) and (max-width: 992px) {
    .catalog-search-w {
        bottom: -50px;
    }
}
@media (min-width:0px) and (max-width: 767px) {
    .catalog-search-w {
        position: relative;
        bottom: 0;
        left: auto;
        right: auto;
        margin: 0 auto 20px;
    }
}
@media (min-width:0px) and (max-width: 670px) {
    .catalog-search-w {
        width: 100%;
    }
}

.catalog-search {
    
}
.catalog-search__form {
    position: relative;
}
.catalog-search__input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ea3e36;
    padding: 1rem 3rem 1rem 1rem;
    color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: 0;
}
.catalog-search__input:focus {
    background-color: rgba(255, 255, 255, 1);
}
.catalog-search__btn-w {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
}
.catalog-search__btn {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: .4rem .5rem;
    outline: 0 none;
    cursor: pointer;
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
.catalog-search__btn:hover {
    opacity: 1;
}
.catalog-search__btn-svg {
    margin-top: 0;
    fill: #444;
    pointer-events: none;
}

@media (min-width:0px) and (max-width: 767px) {
    .catalog h1.title {
        margin-bottom: 10px;
    }
    .title .download {
        width: 100%;
        bottom: -47px;
        text-align: center;
    }
    .title .download .download-text {
        margin-top: 20px;
    }
}


.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 61;
    max-width: 100%;
    position: absolute;
    cursor: default;
}
.autocomplete-suggestion{ position:relative;z-index:51;/*background-color:#fff;*/}
.autocomplete-suggestion img{ margin-right:5px;}
.autocomplete-suggestion *{ display:inline-block;vertical-align:middle;}
.autocomplete-suggestion a:hover{ text-decoration:none;color:#333;}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 2px 3px 4px !important;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: #e0e0e0 !important;
    border-color: #c0c0c0 !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #333 !important;
}

.jq-selectbox__search {
    display: none;
}






.product-data-catalog-file {
    margin-top: 2rem;
}
.product-data-catalog-file__button-w {
    display: inline-block;
    background-color: rgba(255,255,255,.7);
    padding: .3rem .5rem;
    border-radius: 2px;
    font-size: 1.15em;
    line-height: 1.4em;
}
.product-data-catalog-file__button-w,
.product-data-catalog-file__button-w:focus,
.product-data-catalog-file__button-w:hover {
    border: 2px solid #ff4a00;
    text-decoration: none !important;
}
.product-data-catalog-file__button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.product-data-catalog-file__button,
.product-data-catalog-file__button:focus,
.product-data-catalog-file__button:hover {
    color: #ee0001;
}
.product-data-catalog-file__button-img {
    width: 30px;
    height: 30px;
    margin-right: .5rem;
}





/**
 * Fancybox Custom
 */
.fancybox-close-small {
    padding: 30px !important;
    width: 80px !important;
    height: 80px !important;
}
.fancybox-close-small:after {
    font-size: 30px !important;
}







/**
 * Company team
 */

.company-team {
	width: 100%;
	font-family: Roboto, sans-serif;
}

.company-team-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
@media only screen and (min-width: 992px) {
	.company-team-items {
		width: -webkit-calc(100% + 8rem);
		width: -moz-calc(100% + 8rem);
		width: calc(100% + 8rem);
		margin: 0 -4rem;
	}
}
@media only screen and (max-width: 991px) {
    .company-team-items {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.company-team-item {
}
.company-team-item[open] {
    position: relative;
    z-index: 11;
}
@media only screen and (min-width: 992px) {
	.company-team-item {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding: 2rem 4rem;
	}
}
@media only screen and (max-width: 991px) {
    .company-team-item {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 1rem 0;
	}
}

.company-team-item__container {
    list-style: none;
}
.company-team-item__container:focus {
  outline: none;
}
.company-team-item__container::-webkit-details-marker {
  display: none;
}

.company-team-item__modal {
    display: none;
    pointer-events: none;
}
.company-team-item[open] .company-team-item__modal {
    position: fixed;
    display: block;
    width: min(84vw, 350px);
    /*height: 84vh;*/
    left: max(8vw, calc((100vw - 350px) / 2));
    top: 8vh;
    pointer-events: all;
}

.company-team-item-bg {
    transition: opacity 0.2s ease-out;
    position: fixed;
    width: 120vw;
    height: 120vh;
    top: 0;
    left: 0;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
}
.company-team-item[open] .company-team-item-bg {
    pointer-events: all;
    opacity: .5;
}

.company-team-item-box {
    display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	/*height: 100% !important;*/
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 18px 22px rgba(0,0,0,.1);
	-moz-box-shadow: 0 18px 22px rgba(0,0,0,.1);
	box-shadow: 0 18px 22px rgba(0,0,0,.1);
	overflow: hidden;
}
.company-team-item__modal .company-team-item-box {
    height: 100%;
    flex-flow: column;
}
@media only screen and (min-width: 1170px) {
	.company-team-item-box {
        height: calc(260px / 1.15);
	}
}
@media (min-width: 992px) and (max-width: 1169px) {
    .company-team-item-box {
        height: calc(200px / 1.15);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .company-team-item-box {
        height: calc(260px / 1.15);
	}
}
@media only screen and (max-width: 767px) {
    .company-team-item-box {
        height: calc(min(200px, 35vw) / 1.15);
	}
}

.company-team-item__photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;*/
	overflow: hidden;
}
.company-team-item__modal .company-team-item__photo {
	width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 290px;
    min-height: 290px;
    max-height: 290px;
}
@media only screen and (min-width: 1170px) {
	.company-team-item__photo {
		width: 260px;
        min-width: 260px;
        max-width: 260px;
        height: calc(260px / 1.15);
        min-height: calc(260px / 1.15);
        max-height: calc(260px / 1.15);
	}
}
@media (min-width: 992px) and (max-width: 1169px) {
    .company-team-item__photo {
		width: 200px;
        min-width: 200px;
        max-width: 200px;
        height: calc(200px / 1.15);
        min-height: calc(200px / 1.15);
        max-height: calc(200px / 1.15);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .company-team-item__photo {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
        height: calc(260px / 1.15);
        min-height: calc(260px / 1.15);
        max-height: calc(260px / 1.15);
	}
}
@media only screen and (max-width: 767px) {
    .company-team-item__photo {
		width: min(200px, 35vw);
        min-width: min(200px, 35vw);
        max-width: min(200px, 35vw);
        height: calc(min(200px, 35vw) / 1.15);
        min-height: calc(min(200px, 35vw) / 1.15);
        max-height: calc(min(200px, 35vw) / 1.15);
	}
}

.company-team-item__photo-img {
	display: block;
	width: 100%;
	/*height: 100%;
    object-fit: cover;*/
}

.company-team-item__text {
	flex: 1;
	display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
	max-width: 400px;
}
.company-team-item__modal .company-team-item__text {
	display: block;
}
@media only screen and (min-width: 1170px) {
	.company-team-item__text {
		padding: 3rem 4rem;
	}
	.company-team-item__modal .company-team-item__text {
    	padding: 3rem 3rem;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
	.company-team-item__text {
		padding: 2rem 3rem;
	}
	.company-team-item__modal .company-team-item__text {
    	padding: 2rem 2rem;
    }
}
@media (min-width: 570px) and (max-width: 991px) {
    .company-team-item__text {
		padding: 3rem 4rem;
	}
	.company-team-item__modal .company-team-item__text {
    	padding: 3rem 3rem;
    }
}
@media only screen and (max-width: 569px) {
	.company-team-item__text {
		padding: 1.5rem 2rem;
	}
	.company-team-item__modal .company-team-item__text {
    	padding: 3rem 3rem;
    }
}

.company-team-item__text-name {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3;
}
.company-team-item__modal .company-team-item__text-name {
	font-size: 1.12em;
	line-height: 1.3;
}
@media only screen and (max-width: 569px) {
	.company-team-item__text-name {
		font-size: 1em;
		line-height: 1.3;
	}
	.company-team-item__modal .company-team-item__text-name {
    	font-size: 1.12em;
    	line-height: 1.3;
    }
}

.company-team-item__text-position {
	margin: .6rem 0 0;
	color: #dc3e2f;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.3;
}
.company-team-item__modal .company-team-item__text-position {
    font-size: 1em;
	line-height: 1.3;
}
@media only screen and (max-width: 569px) {
	.company-team-item__text-position {
		font-size: .9em;
		line-height: 1.3;
	}
	.company-team-item__modal .company-team-item__text-position {
        font-size: .9em;
		line-height: 1.3;
    }
}

.company-team-item__text-desc {
	margin: 1.5rem 0 0;
	font-size: .9em;
	font-weight: 200;
	line-height: 1.6;
}
@media only screen and (max-width: 569px) {
    /*.company-team-item__text-desc {
	    margin: 1rem 0 0;
	    font-size: .8em;
    	line-height: 1.6;
    }*/
}
.contacts-info {
    font-size: 20px;
    margin-bottom: 20px;
}
.big-phone {
    display: block;
    font-size: 30px;
    color: #d93e2f;
    font-weight: 600;
}
.footer-new-icon {
    width:100%;
}
.footer-new-icon a {
    margin-right: 15px;
    margin-top: 10px;
    float:left;
}
.footer-new-icon a img {
    max-width: 135px;
    height: auto;
}
img.fazenda {
    max-height: 35px;
}
@media (min-width: 1200px){
.footer-new-icon {
    position: absolute;
    top: 16px;
    left: 334px;
    z-index: 99999;
    width: 248px;
}
}





.cookie-notice {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 22px;

    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    font-family: inherit;
  }

  .cookie-notice.is-hidden {
    display: none;
  }

  .cookie-notice__text {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.35;
  }

  .cookie-notice__link {
    color: #55c96b;
    text-decoration: none;
    font-weight: 500;
  }

  .cookie-notice__link:hover {
    text-decoration: underline;
  }

  .cookie-notice__button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 18px;
    padding: 16px 30px;
    background: #232833;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
  }

  @media (max-width: 767px) {
    .cookie-notice {
      left: 12px;
      right: 12px;
      bottom: 12px;
      flex-direction: column;
      align-items: stretch;
      gap: 14px;
      padding: 16px;
      border-radius: 22px;
    }

    .cookie-notice__text {
      font-size: 16px;
    }

    .cookie-notice__button {
      width: 100%;
      padding: 14px 20px;
      font-size: 16px;
    }
  }
