@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Poppins);

#hh-div div {
    border: none !important
}

#hh-div div a {
    color: #000 !important
    
}

#hh-div div div {
    margin-top: 15px;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #e0e0e0;
    z-index: 11000;
  }
  
  .preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }

body {
    font-weight: 100%;
    height: 100%;
    overflow-x: hidden;
    letter-spacing: 0.2px;
    margin: 0px;
    padding: 0px;
}
s
#page-container {
    height: auto !important;
}

.container {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#header {
    background: #f0f2f3;
    position: relative;
    font: 400 1em/1em "Open Sans", sans-serif;
    color: #6e6e6e;
}

.hight-head p span {
    color: #3a3a3a;
}

.hight-head {
    background: url(../img/hight-heat.png) no-repeat center center;
    overflow: hidden;
    background-size: cover;
}

.hight-left-side {padding-left: 100px;}
.hight-right-side {padding-right: 100px;}

.top-head {
    background: #fff;
    padding-top: 1.5em;
    padding-bottom: 0.9em;
    width: 100%;
}

.top-head a {
    color: #627279;
}

.top-head a:hover {
    background: none;
    color: #11adc6;
}

.top-left-side {
    width: 40%;
    padding-left: 70px;
    padding-top: 15px;
}

.top-middle-side {
  width: 36%;
  padding-left: 90px;
  color: #232932;
  font: 400 1.072em/0.8em "Open Sans", sans-serif;
  line-height: 20px;
  border-right: 1px solid #d8d8d8;
}

.locations-svg {
    width: 10%;
    padding-top: 26px;
    float: left;
}

.locations-addr {
    width: 90%;
    padding-left: 5px;
    float: left;
}

.top-right-side {
  width: 24%;
  color: #232932;
  font: 400 1.072em/0.8em "Open Sans", sans-serif;
  line-height: 20px;
  margin-left: 10px;
  padding-top: 10px;
}

.telephone-svg {
  width: 13%;
  padding-top: 17px;
  float: left;
}

.telephone-name {
  width: 87%;
  padding-left: 5px;
  float: left;
}

 /* Navigation block */
 .header-navigation {
     background: #0f263a;
     position: relative;
     z-index: 9999;
     color: #333333;
     padding-left: 100px;
     width: 100%;
 }

 .header-navigation .nav {
     margin-bottom: 0;
     padding-left: 0;
     list-style: none;
 }

 .header-navigation ul {
   padding: 0;
   margin: 0;
   list-style: none;
 }

 /* Блок не разобран. Для чего?*/
 .header-navigation a {
  display: block;
  padding-left: 23px;
  padding-right: 23px;
  text-decoration:none;
 }

 /* Цвет при наведении главного меню */
 .header-navigation ul li:hover a, li.active a {
     color: #fab90a;
     background-color: transparent;
 }

 /* Влияет на расположение блока меню.*/
 .header-navigation li {
    display: inline-block;
    padding: 1.6em 0;
    position: relative;
  }

  /* Цвет шрифта в заглавном блоке. Блок 100% закончен.*/
  .header-navigation li a {
     padding: 0 1.3em;
     display: block;
     color: #fff;
     text-transform: uppercase;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     font: 600 1.36em/1em 'Open Sans Condensed', sans-serif;
     border-right: 1px dashed #3f5262;
   }

/* Выпадающий блок элементов */
  .header-navigation ul li {
      margin: 0;
      position: relative;
      display: inline-block;
  }

 /* Блок влияет на видимость выпадающего меню */
.header-navigation ul li:hover ul {
  opacity: 1;
  top: 64px;
  visibility: visible;
}

/* Субменю. */
.header-navigation ul li ul {
 position: absolute;
 width: 275px;
 opacity: 0;
 visibility: hidden;
 z-index: 99999;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
 -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
 -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
}

.header-navigation ul li ul li {
    display: block;
    padding: 0;
    background: #fff;
}

.header-navigation ul li ul li a {
    color: #242424 !important;
    font: 600 16px 'Open Sans', sans-serif;
    padding: 15px 25px 15px;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
}

/* Цвет при наведении на элемент субменю */
.header-navigation ul li ul li:hover a, li.active a {
    color: #fff;
    background:#51c5e9;
}

 /* Активная ссылка меню. Не работает. */
 .header-navigation li.active a {color:  #8f2424; text-decoration: none;}

 .banner-header {
     background: #13314c url(../img/banner-bg.jpg) center center no-repeat;
     background-size: cover;
     width: 100%;
 }

.page-name {
    padding-left: 70px;
    font: 600 4em/1em "Raleway", serif;
    color: #fff;
    margin: 0;
    height: 210px;
}

.breadcumb-header {
  background: #f2f4f6;
  border-bottom: 1px solid #e6e8e9;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  width: 100%;
}

.breadcumb-header ul.breadcrumb li {
    display: inline-block;
    margin-right: 6px;
}
.breadcumb-header ul.breadcrumb li:last-child a:after,
.breadcumb-header ul.breadcrumb li:last-child span:after {
    display: none;
}
.breadcumb-header ul.breadcrumb li a {
    display: inline-block;
    color: #20bcd4;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.breadcumb-header ul.breadcrumb li span {
    display: inline-block;
    color: #909aa2;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.breadcumb-header ul.breadcrumb li a i,
.breadcumb-header ul.breadcrumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}
.breadcumb-header ul.breadcrumb li a:after,
.breadcumb-header ul.breadcrumb li span:after {
    content: '>>';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #909aa2;
    font-size: 13px;
    margin-left: 13px;
}

 .clear {
     clear: both;
 }

 .main-page {
    padding: 2.7em 0;
    padding-left: 150px;
    position: relative;
    margin: 0;
}

.main-page a {
    color: #627279;
}

.main-page a:hover {
    background: none;
    color: #11adc6;
}

.leftzone {
    width: 25%;
}

.rightzone {
    width: 75%;
    padding: 0 0 0 5em;
}

.footer {

}

.footer-adss {
  background: url(../img/solution-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 2px 0;
  height: 60px;
  clear: both;
  color: #fff;
}

.footer-adss-text {
  text-align: center;
  width: 100%;
}

.footer-main {
  background: url(../img/bg.jpg) no-repeat center center;
  padding: 40px;
  background-size: cover;
}

.footer-about {
    width: 25%;
}

.footer-about a {
    color: #1FB5C7;
    margin-top: 1.4em;
}

.footer-about p {
    color: #627279;
}

.footer-about ul {
    margin: 0;
    padding: 0;
}

.footer-about ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}

.footer-about ul li:first-child {
    padding-left: 0px;
}

.footer-about ul li a {
    padding: 0;
    color: #7c7c7c;
}

.footer-about ul li a:hover {
    background: none;
    color: #11adc6;
}

.footer-about ul li a i {
    font-size: 1.5em;
}

.footer-about img {
    max-width: 100%;
}

.footer-productions {
    width: 25%;
}

.footer-productions ul {
    margin: 0;
    padding: 0;
    list-style: '- ';
    color: #627279;
}

.footer-productions ul li a {
    color: #627279;
    text-transform: capitalize;
    line-height: 30px;
    text-decoration: none;
}

.footer-productions ul li a:hover {
    color: #009bb3;
}

.footer-productions ul li i {
    float: left;
    font-size: 25px;
    color: #009bb3;
    width: 34px;
    padding-top: 13px;
    line-height: 18px;
}

.footer-quick-nav {
    width: 25%;
}

.footer-quick-nav ul {
    margin: 0;
    padding: 0;
    list-style: '- ';
    color: #627279;
}
.footer-quick-nav ul li a {
    color: #627279;
    text-transform: capitalize;
    line-height: 30px;
    text-decoration: none;
}
.footer-quick-nav ul li a:hover {
    color: #009bb3;
}
.footer-quick-nav ul li i {
    float: left;
    font-size: 25px;
    color: #009bb3;
    width: 34px;
    padding-top: 13px;
    line-height: 18px;
}

.footer-contacts {
    width: 25%;
    color: #627279;
    display: flex;
    flex-direction: column;
}

.footer-contacts a {
    color: #627279;
}

.footer-contacts a:hover {
    background: none;
    color: #11adc6;
}

.footer-addr {
  width: 20%;
  height: 100%;
  padding-top: 35px;
  padding-right: 30px;
  float: left;

}

.footer-telephone {
  width: 20%;
  padding-top: 12px;
  padding-right: 30px;
  float: left;
}

.footer-email {
  width: 20%;
  padding-top: 12px;
  padding-right: 30px;
  float: left;
}

.footer-clock {
  width: 20%;
  padding-top: 17px;
  padding-right: 30px;
  float: left;
}

.footer-copyright {
  padding: 3px 0;
  background: #06121c;
  color: #fff;
}

.footer-creater {
  text-align: left;
  width: 100%;
  color: #555759;
}


.footer-copyright-text {
    text-align: right;
    width: 100%;
    color: #555759;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    height: initial;
}

.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:2px;}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 16px;line-height:1.42857143;text-decoration:none;color:#3f9edc;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:2px;border-bottom-left-radius:2px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:2px;border-bottom-right-radius:2px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2076af;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#3f9edc;border-color:#3f9edc;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}

.imz-block-page-list-pages{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.imz-block-page-list-page-entry {
  width: 380px;
  padding: 20px;
}

.imz-block-page-list-page-entry-horizontal {
  width: 380px;
  padding: 20px;
}

.imz-block-page-list-page-entry-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.imz-block-page-list-title {
  border-bottom: 2px solid #19a3b8;
    color: #242424;
    text-transform: uppercase;
    padding: 0 0 0.5em;
}

.imz-block-page-list-title a {
    color: #242424;
    font: 600 1.3em/1.5em "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0.5em;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.imz-block-page-list-title a:hover {
    color: #fbb12f;

}
.imz-block-page-list-title p {
    color: #898989;
    font: 400 1.1em/1.6em "Open Sans", sans-serif;
    margin: 0;
    padding: 1em 0 0.5em;
}

.imz-block-page-list-description {
  color: #898989;
  font: 400 1.1em/1.6em "Open Sans", sans-serif;
  margin: 0;
  padding: 1em 0 0.5em;
}

.imz-block-page-list-page-entry-horizontal:after {
    content: "";
    display: table;
    clear: both;
}

.leftzone .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.leftzone ul li:last-child a {
    border: none;
}
.leftzone ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.leftzone ul li a:after {
    content: '>>';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-menu {
    width: 100%;
    position: fixed;
    top: 0;
}


@media(max-width: 667px) {
    
    .header-navigation {
        padding-left: 0;
    }
    
    .top-left-side {
        padding-left: 25px;
    }

    .img-responsive {
        width: 350px;
    }

    .hight-left-side {
        padding: 0 10px;
        width: 400px;
        font-size: 16px;
        line-height: 1.5;
    }

    .nav {
        width: 390px;
    }

    .telephone-name p {
        width: 300px;
    }

    .telephone-name {
        margin-left: -10px;
        padding-right: 0;
    }

    html {
        overflow: auto;
    }

    .imz-block-page-list-page-entry-horizontal {
        padding: 10px;
        width: 350px;
    }

    .container {
        flex-direction: column;
        width: 400px;
    }

    .top-middle-side {
        padding-left: 25px;
        width: auto;
    }

    .top-right-side {
        padding-left: 25px;
        width: auto;
    }

    .locations-svg a img {
        width: 35px;
    }

    .telephone-svg a img {
        width: 35px;
    }
    
    .hight-right-side {
        padding-left: 10px;
        font-size: 12px;
    }

    .top-right-side {
        margin-left: 0;
    }
    
    .locations-addr {
        width: 300px;
    }

    .page-name {
        padding-left: 20px;
    }

    .main-page {
        padding: 10px;
    }

    .breadcrumb {
        padding-left: 20px;
    }

    .rightzone {
        padding-left: 0;
    }

    .imz-block-page-list-pages {
        display: inline;
    }

    .footer-adss {
        height: auto;
    }

    .footer-adss-text {
        width: 400px;
    }

    .footer-copyright-text {
        text-align: left;
        padding-left: 20px;
        width: 350px;

    }

    .footer-creater {
        padding-left: 20px;
    }

    .footer-about {
        width: 350px;
    }
    
    .footer-contacts {
        width: 350px;
    }

    .addr {
        display: flex;
        align-items: center;
    }

    .addr img {
        width: 30px;
    }
    
    .footer-addr {
        width: 30px;
        height: auto;
        padding-top: 0;
        padding-right: 0;
        float: auto;
    }

    .telephone {
        display: flex;
        align-items: center;
    }

    .footer-telephone {
        width: 30px;
        height: auto;
        padding-top: 0;
        padding-right: 0;
        float: auto;
    }

    .email {
        display: flex;
        align-items: center;
    }

    .footer-email {
        width: 30px;
        height: auto;
        padding-top: 0;
        padding-right: 0;
        float: auto;
    }

    .clock {
        display: flex;
        align-items: center;
    }

    .footer-clock {
        width: 30px;
        height: auto;
        padding-top: 0;
        padding-right: 0;
        float: auto;
    }

    .footer-addr-text {
        margin-left: 10px;
    }

    .footer-telephone-text {
        margin-left: 10px;
    }

    .footer-email-text {
        margin-left: 10px;
    }

    .footer-clock-text {
        margin-left: 10px;
    }

    .header-navigation li {
        padding: 8px;
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-productions .nav {
        display: block;
        flex-wrap: nowrap;
        justify-content: baseline;
    }

    .footer-quick-nav .nav {
        display: block;
        flex-wrap: nowrap;
        justify-content: baseline;
    }

    .header-navigation li a {
        border-right: none;
    }

    .header-navigation .nav {
    padding-right: 20px; 
    }

    .ccm-custom-style-container.ccm-custom-style-leftsidebar-482 ul {
        display: block; 
    }

    .ccm-custom-style-container.ccm-custom-style-leftsidebar-482 {
        padding-left: 20px !important; 
    }

    .rightzone {
        width: auto;
        font-size: 12px;
    }

    .rightzone img {
        width: 500px;
    }

    .rightzone table h2 {
        font-size: 13px;
    }

    .leftzone {
        width: auto;
    }

}