/* ------------------------------------------------------------------- HEADMENU */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700|Roboto:100,300,400,500,700,900&subset=cyrillic');

.scrollup{
width:40px;
height:40px;
opacity:0.5;
position:fixed;
z-index: 9990;
bottom:40px;
right:60px;
display:none;
text-indent:-9999px;
background: url('../img/icon_top.png') no-repeat;

}

.scrollup:hover{
opacity:0.9;
transition: all 0.3s ease;
}



body {
    font-size: 15px;
    line-height: 21px;
    font-family: "roboto";
}

.content {
    margin: 30px 0;
}

.header {
    margin: 26px 0;
}

.head-menu {
    background: #f0f0f0;
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #fff solid;
}

ul.head-info {
    padding: 0;
    margin: 0;
    list-style: none;
    
}

ul.head-info li {
    height: 100px;
    display: inline-block;
    vertical-align: top;
    border-right: 3px #f0f0f0 solid;
    padding: 0 30px;
}

ul.head-info li:last-child {
    border-right: none;
    padding-right: 0;
}

ul.head-info li .hi-button {
    margin-top:34px;
}

ul.head-info li .hi-address{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

ul.head-info li .hi-phone{
    color: #0d749d;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
}

ul.head-info li .hi-phone span {
    font-weight: 500;
}


.slider-block {
    height: 420px;
    overflow: hidden;
    background: url('../img/bg-slide.png') repeat-x;

}

.slider-block .slide-shadow {
    box-shadow: 0 0 15px 6px rgba(0,0,0,0.35);
}


.tp-banner {
    width: 100%;
    position: relative;
    height: 420px !important;
}

h1, .h1 {
    font-size: 32px;
    line-height: 36px;
    color:#006d95;
}

h2 {
    font-size: 24px;
    color:#0c4053;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

.VP-hidden{
    opacity: 0;
}

.VP-visible{
    opacity: 1;

}

.col-padding-bottom {
    padding-bottom: 30px;
}

.no-padding-4{
     padding-left: 4px;
     padding-right: 4px;
 }

.padding-more{
    padding-left: 65px;
    padding-right: 65px;
}

/* ul, li{list-style:none;} */

.head-contacts{
    margin-top: 38px;
    margin-right: 5px;
    font-size: 14px;
}


ul#hmenu {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    font-weight: 700;
    font-family: "Roboto Condensed";
}


ul#hmenu li{
    text-align: center;
    color:#002952;
    display: inline-block;
    list-style: none;
    margin: 0 15px;

}

ul#hmenu li:first-child {
    margin-left: 2px;
}

ul#hmenu li a{
    display: block;
    margin: 0;
    padding: 10px 0px 7px 0;
    color:#000;
    text-decoration: none;
}

ul#hmenu li a:hover{
    text-decoration: none;
    color: #777;
}

ul#hmenu li:hover{
    text-decoration: none;

}

ul#hmenu li.sel {


}

ul#hmenu li.sel a, ul#hmenu li.sel a:hover, ul#hmenu li.sel a:visited{
    color:#1d7da7;
    border-bottom: 3px #f3d331 solid;

    text-decoration: none;
}







ul#fmenu {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0 0;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    font-weight: 700;
    font-family: "Roboto Condensed";
}


ul#fmenu li{
    text-align: center;
    color:#002952;
    display: inline-block;
    list-style: none;
    margin: 0 10px;

}

ul#fmenu li:first-child {
    margin-left: 0px;
}

ul#fmenu li a{
    display: block;
    margin: 0;
    padding: 7px 0px 7px 0;
    color:#3f3f3f;
    text-decoration: none;
}

ul#fmenu li a:hover{
    text-decoration: none;
    color: #777;
}

ul#fmenu li:hover{
    text-decoration: none;

}

ul#fmenu li.sel {


}

ul#fmenu li.sel a, ul#fmenu li.sel a:hover, ul#fmenu li.sel a:visited{
    color:#1d7da7;
    text-decoration: none;
}





.info-block-1 {
    background: url('../img/bg-info-block-1.jpg') no-repeat;
    background-position: center center;
    font-family: "roboto Condensed";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    margin: 30px 0;
    padding: 54px 0px;
}

.ib-info {
    padding: 10px 0px;
}


.info-block-2 {
    background: url('../img/bg-info-block-2.jpg') no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    margin: 30px 0;
    padding: 70px 0px;
}

.ib2-head {
    font-family: "Roboto Condensed";
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 50px;
    margin-bottom: 46px;
}

.ib2-text {
    font-size: 20px;
    line-height: 28px;
}

.footer {
    background: url('../img/bg-footer.jpg') no-repeat;
    background-position: top center;
    min-height: 242px;
    padding: 80px 0 0 0;
}

.footer .foot-text{
    font-size: 18px;
    font-family: "Roboto Condensed";
    line-height: 24px;
    font-weight: 700;
    border-bottom: 3px rgba(255,255,255,0.6) solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}


.footer .foot-zdesign
{
    float: right;
    font-size: 16px;
    margin: 25px 0 0 0px;
    text-align: left;
    width: 102px;
    height: 32px;
    background: url('../img/foot-zdesign.png') no-repeat;
    background-position: center left;
}





.form-control {
    border-radius: 0;
}

.btn {
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-default{
    background-color: #d9d9d9;
    color: #000;
}

.btn-default:active, .btn-default:hover {

}

.btn-warning {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);   
}


.btn-warning {
  color: #fff;
background-color: #f3d331;
    border-color: #e0c124;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
background-color: #fbd92d;
    border-color: #e0c124;
}
.btn-warning:hover {
  color: #fff;
background-color: #fbd92d;
    border-color: #e0c124;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
background-color: #fbd92d;
    border-color: #e0c124;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
background-color: #fbd92d;
    border-color: #e0c124;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}



.hr-mod
	{
	height: 20px; border-top: 1px #c7a99d solid; margin: 20px 0 0 0;
	}

.hr-str
	{
	height: 10px; border-top: 1px #777 dotted; margin: 10px 0 0 0;
	}


.blocks {
    width: 100%;
    overflow: hidden;
    position: relative;
    

}

.blocks a{
    color:#000;
}

.news-block {
    padding: 20px 0 30px 0;
}

.news-block h1 {
    border-bottom: 3px #f3d331 solid;
    display: inline-block;
    padding-bottom: 7px;
    font-weight: 300;
    margin-bottom: 25px;
}

.cat_bl_desc {
    text-decoration: none;
    position: absolute;
    background: rgba(10,65,86,.87);
    bottom: 0px;
    height: 125px;
    color:#fff;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: table-cell;
    z-index: 999;
}

.cat_bl_date {
    background: #676767;
    position: absolute;
    bottom: 135px;
    font-size: 12px;
    padding: 3px 18px;
    z-index: 999;
    color: #fff;
    font-weight: 700;
}


.cat_bl_title {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;

}

.cat_image{
	height: 280px;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blocks:hover .cat_image{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blocks:hover .cat_bl_desc {
    position: absolute;
    background: rgba(10,65,86,0.95);
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 9999;
    height: 135px;
}


.shop-filter {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 26px;
    font-size: 14px;
}


@media (max-width:992px) {

.content {
    margin: 10px 0 0 0;
}

.widget {
    margin-bottom: 0;
}




    }


ul.image-gallery {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

ul.image-gallery li {
    width: 32%;
    display: inline-block;
    vertical-align: top;

}

ul.image-gallery li p {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width:768px) {

    .head-logo {
        text-align: center;
    }

    .info-block-1 {
        margin-bottom:0;
    }

.ib2-head  {
    font-size: 32px;
}

ul.image-gallery li {
    width: 48%;
    display: inline-block;
    vertical-align: top;

}

.footer {
    padding-top: 62px;
}

.footer .foot-zdesign {
    text-align: center;
    width: 100%;
    background-position: center center;
}

.footer .foot-text {
    text-align: center;
    display: block;
    padding-bottom: 25px;
}

ul#fmenu, .scrollup {
    display: none !important;
}

.blocks {
    margin-bottom: 15px;
}

}


.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #dcdcdc;
}