/*-----vars------*/
/*-----vars------*/
/*-----mixins------*/
/*-----mixins------*/
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #333;
  margin-bottom: 155px; }

.page{
    padding-bottom:25px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important; }

a:hover, a:focus {
  text-decoration: none; }

a, button {
  outline: none !important; }



.caption {
    text-transform: uppercase;
    text-align: center;
    color: #484C58;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 10px;
 }
 
 .bottom{
     border-bottom: 1px solid #e1e1e1;
     padding-top: 20px;
     padding-bottom: 20px;
 }

.site_button {
    background: #F1050F;
    border: 1px solid #F1050F;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
   }
.site_button:hover, .site_button:focus {
    color:#F1050F;
    text-decoration: none;
    background: none;
    border:1px solid #F1050F;
   }

/*------form-------*/
form {
  margin: 15px 0px;
  overflow: hidden; }
form .light-platinum {
  padding: 10px 0px; }
form label {
  font-size: 0.896em; }
form input.form-control, form select.form-control {
  height: 36px;
  border-radius: 0;
  line-height: 36px; }

.missing {
  background-color: #FFEEEE !important;
  border: 1px solid #FF0000 !important;
  color: #FF9999 !important; }

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear; }

.form-message {
  display: none; }

/*------form-------*/
/*------modal-------*/
.modal-body{
    overflow:hidden;
}
.modal.in .modal-dialog {
  margin-top: 60px; }

.modal-content > form {
  margin: 0; }

.modal-header {
  background: #F1050F;
  color: #fff; }

/*------modal-------*/
/*logo start*/
#logo-block .logo{
    padding-top: 10px;
}
#logo-block .logo img{
    display: block;
    width: 20%;
    float: left;
}
#logo-block .words{
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 80%;
    padding-top: 40px;
}
#logo-block .words span{
    display: block;
    color: #60687F;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 6px;
}
#logo-block .words strong{
    color: #ED0A01;
    font-size: 38px;
    font-weight: 900;
    line-height: 34px;
    display: block;
}

#logo-block .contacts{
    font-size: 17px;
    color: #000;
    font-weight: 300;
    padding-top: 40px;
}
#logo-block .contacts i{
    color: #FF7D8A;
    font-size: 20px;
    display: block;
    float: left;
    width: 10%;
    position: relative;
    top: 2px;
}
#logo-block .contacts span{
    display: block;
    float: left;
    width: 90%;
}
#logo-block .contacts a{
    display: block;
    color: #F90009;
    text-decoration: underline;
    text-transform: lowercase;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    padding-left: 27px;
}
#logo-block .contacts a:hover,
#logo-block .contacts a:focus{
    color:#5E667D;
    text-decoration: none;
}
#logo-block .contacts small{
    font-size: 13px;
}
#logo-block .contacts strong{
    font-weight: 400;
}


/*logo end*/
/*menu start*/

#navbar{
    z-index: 100;
    padding: 0;
    position: relative;
    top: 25px;
    background: #334ca8;
}
.navbar-nav > li{
    border-left: 1px solid #6573a8;
}
.navbar-nav > li:first-child{
    border:none;
}
.navbar-nav > li > a{
    color:#fff;
    text-transform: uppercase;
    padding: 15px 35px;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    background: #6573a8;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #6573a8;
    border-color: #6573a8;
}
.navbar-nav .open .dropdown-menu > li > a {
    white-space: normal;
}

#menu-block a.navbar-brand .words{
    text-align: left;
    text-transform: uppercase;
    float: left;
    width: 90%;
    padding-top: 5px;
    padding-left: 5px;
}
#menu-block a.navbar-brand .words span{
    display: block;
    color: #60687F;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
}
#menu-block a.navbar-brand .words strong{
    color: #ED0A01;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    display: block;
}

#menu-block {
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(224, 224, 224, 0.7);
    -moz-box-shadow: 0px 2px 3px -1px rgba(224, 224, 224, 0.7);
    box-shadow: 0px 2px 3px -1px rgba(224, 224, 224, 0.7);
bottom: 25px;}
#menu-block a.navbar-brand {
    padding: 5px;
    display: inline-block;
    width: 80%;}
#menu-block a.navbar-brand img {
    max-width: 10%;
    float: left;
    display: block;
    max-height: 100%;}
#menu-block button.navbar-toggle {
  background: #e2e2e2; }
#menu-block button.navbar-toggle .icon-bar {
  background: #877a7a; }

#menu-block.fixed-menu {
    position: fixed;
    z-index: 1800;
    bottom: auto;
    top: 0;
    margin-top: 0;
    width: 100%;
    background: #334ca8;
    }
#menu-block.fixed-menu #navbar{
    top:0;
}
/*menu end*/
/*slider start*/
#content-block{
    height: 400px;
    overflow: hidden;
    position: relative;
    bottom: 25px;
}
.image-slider{
    height: 400px;
    line-height: 470px;
    text-align: center;
}
.image-slider img{
    max-width: 100%;
    max-height: 400px;
}

#slider-block .carousel-control {
  background: none;
width: 10%;}
#slider-block .carousel-control > span {
    position: absolute;
    font-size: 18px;
    top: 190px;
    right: 30px;
}
#slider-block .carousel-control.right > span{
    left: 30px;
    right: auto;
}
#slider-block .carousel-caption {
    }
#slider-block .carousel-caption a {
    display: inline-block;
    }
#slider-block .carousel-caption h3 {
    font-size: 40px;
    color: #445075;
    text-transform: uppercase;
    font-weight: 600; }
#slider-block .carousel-caption h3 span{
    font-weight: 200;
    display: block;
}
#slider-block .carousel-caption p {
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    text-align: left;
    background: rgba(0,0,0,0.4);
    padding: 0 15px;
 }
 .carousel-indicators li{
   border-radius: 0;
    width: 10px;
    height: 10px;
    background: #616980;
    border: 1px solid #616980;
    margin:0;
 }
 .carousel-indicators .active{
    width: 10px;
    height: 10px;
    background: #ED0A01;
    border: 1px solid #ED0A01;
 }

/*slider end*/
/*banner start*/
a.banner-wrp {
  overflow: hidden;
  display: block;
  margin: 15px 0px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 0 !important;
  height: 150px;
  color: #fff; }
a.banner-wrp h3 {
  text-transform: uppercase;
  z-index: 900;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 1.3em; }
a.banner-wrp .filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(70, 203, 206, 0);
  z-index: 800;
  height: 150px;
  margin: 15px; }
a.banner-wrp .filter:hover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

/*banner end*/
/*service start*/
.service-main-block{
    padding: 15px 0 30px;
}
.service-padding{
    padding: 0 8px;
}
.service-widget {
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px; }
.service-widget a {
  display: block;
  overflow: hidden;
  padding-top: 15px; }
.service-widget .img-block {
    height: 195px;
    line-height: 192px;
    text-align: center;
    width: 100%;
    position: relative;}
.service-widget img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block; }
.service-widget h2 {
    font-size: 16px;
    text-transform: uppercase;
    height: 25px;
    margin: 10px 0 0 0;
    font-weight: 400;
    color: #115A96; }
.service-widget h2:hover,
.service-widget h2:focus,
.service-widget:hover h2
{
    color: #ED0A01;
}
.service-widget p {
  color: #333; }

/*service end*/
/*about start*/
.page-block .page-body {
  text-align: justify; }

/*about end*/
/*certificates start*/
#certificate {
  padding: 15px; }
#certificate h2 {
  margin-bottom: 40px; }
#certificate a {
  display: inline-block;
  padding: 10px; }
#certificate a img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
 }


#certificate .owl-nav .owl-prev{
        position: absolute;
        left: 0;
        top:calc(50% - 25px);
        cursor: pointer;
        color: #D2D2D2;
        font-size: 35px;
  }
  #certificate .owl-nav .owl-prev:hover i{
      color:#5F677E;
  }
    #certificate .owl-nav .owl-next{
        position: absolute;
        right: 0;
        top:calc(50% - 25px);
        cursor: pointer;
        color: #D2D2D2;
        font-size: 35px;
    }
    #certificate .owl-nav .owl-next:hover i{
      color:#5F677E;
  }
/*certificates end*/
/*partners start*/
a.partner-logo {
  display: inline-block;
  float: left;
  width: 19%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px; }
a.partner-logo:last-child {
  margin-right: 0; }
a.partner-logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

/*partners end*/
/*reviwes start*/
#reviwes-block {
  background: #FFCD00;
  padding: 15px 0 45px 0; }
#reviwes-block h2 {
  text-align: center;
  padding-bottom: 15px; }
#reviwes-block .reviwes {
  text-align: center; }
#reviwes-block #carousel-review {
  height: 200px; }
#reviwes-block #carousel-review .item {
  padding: 15px 30px;
  height: auto; }
#reviwes-block #carousel-review .item p {
  height: 100px;
  text-align: justify; }
#reviwes-block #carousel-review .item p.none {
  text-align: center;
  font-size: 2em; }
#reviwes-block #carousel-review .carousel-control {
  background: none;
  position: absolute;
  top: 40%;
  text-align: left; }
#reviwes-block #carousel-review .carousel-control.right {
  text-align: right; }
#reviwes-block a.act {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  padding: 5px 10px; }

/*reviwes end*/
/*news start*/
.widget-post {
  padding: 15px 10px;
  margin: 15px 0;
  text-align: center;
  overflow: hidden; }
.widget-post h2 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    color: #354380;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    max-width: 100%;
    margin: 5px 0;
    font-weight: 300;
    width: 100%;}
.widget-post .widget-post-img {
    display: block;
    overflow: hidden;
    text-decoration: none;
    height: 150px;
    text-align: center;
    width: 100%;
    line-height: 148px; }
.widget-post .widget-post-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block; }
.widget-post p {
    text-align: left;
    height: 80px;
    overflow: hidden;
    margin: 0; }
.widget-post ul.widget-post-attr {
    list-style: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
}
.widget-post ul.widget-post-attr li {
  display: inline-block;
  float: left;
  width: 100%;
  color: #000; 
  text-align: left;
  font-size: 12px; }
.widget-post ul.widget-post-attr li a {
  color: #000; }

/*news end*/

#contact-map > iframe{
    width:100%;
}

/*footer*/
#avega-soft{
    color:#fff;
    text-decoration:underline;
}
footer {
    font-size: 12px;
    padding: 15px 0;
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 155px;
    background: #334ca8;
}
footer .social-bar-icons-block {
  width: 100%;
  padding: 10px 0 20px; }
footer .social-bar-icons-block .social {
    cursor: pointer;
    background: #AFB0B5;
    transition: background-color 0.15s ease;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 34px;
    text-align: center; }
footer .social-bar-icons-block .social:hover {
  text-shadow: 0 -0.3px 0 rgba(0, 0, 0, 0.25); }
footer .social-bar-icons-block i {
  color: #334CA8;
font-size: 20px;}


footer .pages ul{
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}
footer .pages ul li{
    padding: 3px 0;
}
footer .pages ul li a{
    color: #B5B5B7;
    font-size: 12px;
    text-decoration: underline;
}
footer .contacts{}
footer .contacts i{
    font-size: 18px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}
footer .contacts span{
    font-size: 14px;
    font-weight: 300;
}
footer .contacts a{
    color: #fff;
    text-decoration: underline;
    display: block;
    font-size: 12px;
    padding-left: 28px;
    cursor:pointer;
}
/*footer end*/
/*-----contacts page-----*/
.ymaps-map {
  height: 500px !important; }

table#contacts {
  width: 100%; }
table#contacts td {
  width: 50%; }

/*-----contacts page-----*/
/*-----type page-----*/
.page .page-body {
  text-align: justify;
  padding: 15px 0;
  overflow: hidden; }

ul.page-attr {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding-left: 0;
    padding-left: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
}
ul.page-attr > li {
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: 33.33%;
  text-align: center; }

/*-----type page-----*/
/*------blog list-------*/
.post-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px; }
.post-block h2 {
  text-align: left; }

.post-block-body {
  text-align: justify;
  overflow: hidden;
  height: auto; }
.post-block-body img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 200px;
  max-height: 150px; }

.post-block-body.news-anons > p {
  height: 120px; }

ul.post-block-footer {
  width: 100%;
  overflow: hidden;
  padding: 0; }
ul.post-block-footer li {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 5px 0; }
ul.post-block-footer li a {
  color: #ED0A01; }

/*------blog list-------*/
/*------blog--------*/
.page-post {
  text-align: justify; }
.page-post .page-post-body {
  padding: 10px;
  overflow: hidden; }
.page-post .page-post-body p {
  margin: 0; }

ul.page-post-attr {
    list-style: none;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
padding-left: 0;}
ul.page-post-attr > li {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  padding: 5px 0; }

ul.page-post-attr.has-link > li {
  width: 20%; }

/*------blog--------*/
/*----------similar news-----------*/
.similar-post {
  height: 160px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-bottom: 15px; }
.similar-post:hover {
  background: rgba(206, 200, 200, 0.18); }
.similar-post img {
  max-width: 150px;
  max-height: 100px;
  float: left;
  margin: 0 5px 0 0; }
.similar-post h2 {
  line-height: 20px;
  margin: 0 0 5px 0;
  height: 50px; }
.similar-post h2 a {
  color: #696969;
  font-size: 0.7em; }
.similar-post p {
  text-align: justify;
  height: 80px; }

/*----------similar news-----------*/
/*-------reviwes list-------*/
section.reviews-list {
  margin-bottom: 15px; }
section.reviews-list article {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px 15px;
  text-align: justify; }
section.reviews-list article .reviews-attr {
  padding: 5px 0;
  float: left; }
section.reviews-list article .reviews-attr:last-child {
  text-align: right;
  float: right; }
section.reviews-list article .angle-border {
  border-bottom: 1px solid #005628; }

/*-------reviwes list-------*/
/*----------modal----------*/
.modal-content {
  border-radius: 0; }

/*----------modal----------*/
/*----------breadcrumbs----------*/
.breadcrumb {
  background-color: transparent;
  margin-top: 20px; }
.breadcrumb li {
  display: inline-block; }
.breadcrumb li a {
  color: #EF0A01; }
.breadcrumb .active {
  color: #777; }

/*----------breadcrumbs----------*/
/*----------pagination----------*/
.pagination li a {
  color: #6B6565; }
.pagination li a:focus, .pagination li a:hover {
  color: #333; }
.pagination li span {
  color: #6B6565; }
.pagination li span:focus, .pagination li span:hover {
  color: #333; }
.pagination .active a:focus, .pagination .active a:hover {
  background-color: #ED0A01;
  border-color: #ED0A01; }
.pagination > .active > a{
    background: #484C58;
    border-color:#484C58;
}
.pagination .active span:focus, .pagination .active span:hover {
  background-color: #00762A;
  border-color: #00762A; }

/*----------pagination----------*/
/*----------ScrollUp----------*/
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 30px;
  color: #FFF;
  width: 45px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 50;
  overflow: hidden;
  background: #ED0A01;
  opacity:0.5;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }

#scrollToTop:hover {
    background: #ED0A01;
    opacity:1;}

/*----------ScrollUp----------*/
/*media q*/
@media only screen and (min-width: 1171px) and (max-width: 1200px){
    #slider-block .carousel-caption h3 {
    font-size: 30px;}
    #slider-block .carousel-caption p {
    font-size: 18px;}
    .image-slider {
    line-height: 525px;}
}
@media only screen and (min-width: 992px) and (max-width: 1170px) {
    #logo-block .words span{
        font-size: 18px;
        line-height: 18px;
    }
    #logo-block .words strong{
        font-size: 31px;
        line-height: 27px;
    }
    #logo-block .words{
        padding-top: 35px;
    }
    #logo-block .contacts{
        padding-top: 30px;
    }
    
    #slider-block .carousel-caption{
        
    }
    #slider-block .carousel-caption h3{
        font-size: 25px;
    }
    #slider-block .carousel-caption p{
        font-size: 16px;
    }
    #slider-block .carousel-control > span{
        top: 160px;
    }
    .image-slider{
        line-height: 525px;
    }
  /*news start*/
  .widget-post ul.widget-post-attr > li {
    width: 100%;
    float: none;
    text-align: center; }
  .widget-post ul.widget-post-attr > li:last-child {
    text-align: center; }

  /*news end*/
  /*footer start*/
  /*footer end*/ }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    margin-bottom: 190px; }

  #logo-block .words span{
      font-size: 12px;
      line-height: 12px;
  }
  #logo-block .words strong{
      font-size: 20px;
      line-height: 19px;
  }
  #logo-block .words{
      padding-top: 30px;
  }
  #logo-block .contacts{
      padding-top: 30px;
      font-size: 12px;
  }
  #logo-block .contacts a{
      padding-left: 15px;
  }
  #logo-block .contacts i{
      font-size: 15px;
  }
  
  .navbar-nav > li > a{
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 12px;
  }
  
  #content-block{
      height:300px;
  }
  .image-slider img {
    max-height: 300px;
}
.image-slider {
    height: 300px;
    line-height: 400px;
}
  
  /*slider start*/
  #slider-block.carousel .carousel-inner {
     }
  #slider-block.carousel .carousel-caption h3 {
    font-size: 20px; }
  #slider-block.carousel .carousel-caption p {
    font-size: 14px; }
#slider-block .carousel-control > span{
    top: 130px;
}
  /*slider end*/
  /*footer*/
  footer {
    height: 190px; }
  footer .contacts i{
    float: left;
    width: 15%;
    display:block;
    margin:0;
  }
  footer .contacts span{
    display: block;
    float: left;
    width: 85%;
  }
  footer .contacts a{
      padding-left: 15%;
  }
  footer .pages{
      padding: 0;
  }
  footer .pages ul li a{
      font-size: 11px;
  }

  /*footer end*/
  /*-------blog list--------*/
  .post-block-body {
     }

  /*-------blog list--------*/
  /*blog*/
  ul.page-post-attr.has-link > li {
    width: 33%; }

  /*blog*/
  /*----------similar news-----------*/
  .similar-post {
    height: 230px;
    margin-bottom: 10px; }

  .similar-post > h2 {
    line-height: 20px; }

  .similar-post > h2 > a {
    font-size: 0.7em; }

  .similar-post > p {
    text-align: justify;
    height: 150px; }

  /*----------similar news-----------*/ }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  body {
    margin-bottom: 390px;
    padding-top: 55px;}

#menu-block a.navbar-brand .words span{
    font-size: 8.2px;
}

  /*nav start*/
  #menu-block{
      position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
  #menu-block.fixed-menu{
      background: #fff;
  }
  #navbar{
      top:0;
      background: #fff;
  }
  .navbar-nav{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .navbar-nav > li > a{
      color:#000;
  }
  
  #logo-block {
    display: none; }

  /*nav end*/
  
  #content-block {
    bottom: 0;
    margin-top: 50px;
}
  
  /*uslugi start*/
  .service-widget > a {
    padding-top: 25px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.32); }

  /*uslugi end*/
  /*about start*/
  #about-com-block h1 {
    font-size: 1.4em; }

  #about-com-block p {
    margin-bottom: 15px;
    font-size: 1.1em; }

  /*about end*/
  /*partners start*/
  a.partner-logo {
    width: 32%; }

  /*partnhers end*/
  /*sertificates start*/
  #certificate a {
    width: 100%; }

  /*sertificates end*/
  /*reviwes start*/
  #reviwes-block #carousel-review {
    height: auto; }
  #reviwes-block #carousel-review .carousel-inner {
    height: auto; }
  #reviwes-block #carousel-review .item p {
    height: 150px; }
  #reviwes-block #carousel-review .item .review-attr > .caption {
    font-size: 0.8em; }

  /*reviwes end*/
  /*news start*/
  .page-block .page-body  a{
      margin:0 !important;
      float:none;
      width:100%;
      text-align: center;
  }
  .page-block .page-body img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display: block;
      margin:0 auto !important;
      float:none !important;
  }
  .page-block .page-body  a img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display:inline-block;
  }
  .news > h2 {
    line-height: 35px; }

  #news-block .news-block > .text-block > h2 {
    display: inline-block;
    width: 100%;
    padding: 15px 0; }

  /*news end*/
  /*footer start*/
  footer {
    text-align: center;
    height: 390px; }
  footer p {
    text-align: center; }
  footer > div > div > div {
    padding: 5px 0; }
  footer .social-bar-icons-block {
    text-align: center; }

  ul.page-post-attr.has-link > li {
    width: 33%; }

  /*footer end*/
  /*-----content page-----*/
  table#contacts td {
    width: 100%;
    display: inline-block; }

  /*-----content page-----*/
  /*-----type page-----*/
  ul.page-attr > li {
    width: 100%; }

  /*-----type page-----*/
  /*-------blog list--------*/
  .post-block-body {
    }

  /*-------blog list--------*/
  /*------blog--------*/
  ul.page-post-attr > li {
    width: 50%; }

  .page-post .page-post-body > p > a > img {
    width: 100% !important;
    height: auto !important; }

  /*
  /*------blog--------*/
  /*----------similar news-----------*/
  .similar-post {
    height: 180px;
    margin-bottom: 10px; }
  .similar-post h2 {
    line-height: 20px;
    margin: 0 0 5px 0;
    height: 50px; }
  .similar-post h2 a {
    font-size: 0.5em; }
  .similar-post p {
    text-align: justify;
    height: 100px; }

  /*----------similar news-----------*/
  /*-------reviwes list-------*/
  section.reviews-list > article > .reviews-attr:nth-child(n) {
    float: none;
    text-align: center; }

  /*-------reviwes list-------*/ }
@media only screen and (min-width: 361px) and (max-width: 480px) {
  body {
    margin-bottom: 390px;
    padding-top: 55px;}

#menu-block a.navbar-brand .words span{
    font-size: 8.2px;
}

  /*nav start*/
  #menu-block{
      position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
  #menu-block.fixed-menu{
      background: #fff;
  }
  #navbar{
      top:0;
      background: #fff;
  }
  .navbar-nav{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .navbar-nav > li > a{
      color:#000;
  }
  #logo-block {
    display: none; }

  /*nav end*/
  
  #content-block {
    bottom: 0;
    margin-top: 50px;
}
  
  /*uslugi start*/
  .service-widget > a {
    padding-top: 25px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.32); }

  /*uslugi end*/
  /*about start*/
  #about-com-block h1 {
    font-size: 1.4em; }
  #about-com-block p {
    margin-bottom: 15px; }

  /*about end*/
  /*partners start*/
  a.partner-logo {
    width: 49%; }

  /*partnhers end*/
  /*sertificates start*/
  #certificate a {
    width: 100%; }

  /*sertificates end*/
  /*reviwes start*/
  #reviwes-block #carousel-review {
    height: auto; }
  #reviwes-block #carousel-review .carousel-inner {
    height: auto; }
  #reviwes-block #carousel-review .item p {
    height: 150px; }
  #reviwes-block #carousel-review .item .review-attr > .caption {
    font-size: 0.8em; }

  /*reviwes end*/
  /*news start*/
  .page-block .page-body  a{
      margin:0 !important;
      float:none;
      width:100%;
      text-align: center;
  }
  .page-block .page-body img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display: block;
      margin:0 auto !important;
      float:none !important;
  }
  .page-block .page-body  a img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display:inline-block;
  }
  .news > h2 {
    line-height: 35px; }

  #news-block .news-block > .text-block > h2 {
    display: inline-block;
    width: 100%;
    padding: 15px 0; }

  /*news end*/
  /*footer start*/
  footer {
    text-align: center;
    height: 390px; }

  footer p {
    text-align: center; }

  footer > div > div > div {
    padding: 5px 0; }

  footer .social-bar-icons-block {
    text-align: center; }

  /*footer end*/
  /*-----content page-----*/
  table#contacts td {
    width: 100%;
    display: inline-block; }

  /*-----content page-----*/
  /*-----type page-----*/
  ul.page-attr > li {
    width: 100%; }
  ul.page-post-attr > li{
    width: 100%;
  }
  /*-----type page-----*/
  /*-------blog list--------*/
  .post-block-body img {
      max-width: 150px;
    }

  /*-------blog list--------*/
  /*------blog--------*/
  ul.page-post-attr.has-link > li {
    width: 100%; }

  .page-post .page-post-body > p > a > img {
    width: 100% !important;
    height: auto !important; }

  /*
  /*------blog--------*/
  /*----------similar news-----------*/
  .similar-post {
    height: 210px;
    margin-bottom: 10px; }
  .similar-post h2 {
    line-height: 20px;
    margin: 0 0 5px 0;
    height: 50px; }
  .similar-post h2 a {
    font-size: 0.5em; }
  .similar-post p {
    text-align: justify;
    height: 130px; }

  /*----------similar news-----------*/
  /*-------reviwes list-------*/
  section.reviews-list > article > .reviews-attr:nth-child(n) {
    float: none;
    text-align: center; }

  /*-------reviwes list-------*/ }
@media only screen and (max-width: 360px) {
  body {
    margin-bottom: 410px;
    padding-top: 55px;}

#menu-block a.navbar-brand .words span{
    font-size: 8.2px;
}

  /*nav start*/
  #menu-block{
      position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
  #menu-block.fixed-menu{
      background: #fff;
  }
  #navbar{
      top:0;
      background: #fff;
  }
  .navbar-nav{
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .navbar-nav > li > a{
      color:#000;
  }
  #logo-block {
    display: none; }

  /*nav end*/

  #content-block {
    bottom: 0;
    margin-top: 50px;
}

  
  ul.page-post-attr > li{
    width: 100%;
  }

  /*uslugi start*/
  .service-widget > a {
    padding-top: 25px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.32); }

  /*uslugi end*/
  /*reviwes start*/
  #reviwes-block #carousel-review {
    height: auto; }
  #reviwes-block #carousel-review .carousel-inner {
    height: auto; }
  #reviwes-block #carousel-review .item > p {
    height: 150px; }

  /*reviwes end*/
  /*about start*/
  #about-com-block h1 {
    font-size: 1.4em; }
  #about-com-block p {
    margin-bottom: 15px; }

  /*about end*/
  /*partners start*/
  a.partner-logo {
    width: 100%; }

  /*partnhers end*/
  /*sertificates start*/
  #certificate a {
    width: 100%; }

  /*sertificates end*/
  /*news start*/
  .page-block .page-body  a{
      margin:0 !important;
      float:none;
      width:100%;
      text-align: center;
  }
  .page-block .page-body img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display: block;
      margin:0 auto !important;
      float:none !important;
  }
  .page-block .page-body  a img{
      width: auto !important;
      height: auto !important;
      max-width:100% !important;
      max-height:100% !important;
      display:inline-block;
  }
  .widget-post h2 {
    height: 30px; }

  /*news end*/
  /*footer start*/
  footer {
    text-align: center;
    height: 410px; }
  footer p {
    text-align: center; }
  footer .social-bar-icons-block {
    text-align: center; }
  footer .contacts a{
      padding-left:0;
  }
  /*footer end*/
  /*-----content page-----*/
  table#contacts td {
    width: 100%;
    display: inline-block; }

  /*-----content page-----*/
  /*-----type page-----*/
  ul.page-attr > li {
    width: 100%; }

  /*-----type page-----*/
  /*-------blog list--------*/
  .post-block-body  img{
      max-width: 100px;
  }

  .post-block > h2 {
    font-size: 1.3em;
    line-height: 25px; }

  /*-------blog list--------*/
  /*------blog--------*/
  ul.page-post-attr.has-link > li {
    width: 100%; }

  .page-post .page-post-body > p > a > img {
    width: 100% !important;
    height: auto !important; }

  /*------blog--------*/
  /*----------similar news-----------*/
  .similar-post {
    height: 230px;
    margin-bottom: 10px; }
  .similar-post h2 {
    line-height: 20px;
    margin: 0 0 5px 0;
    height: 50px; }
  .similar-post h2 a {
    font-size: 0.5em; }
  .similar-post p {
    text-align: justify;
    height: 150px; }

  /*----------similar news-----------*/
  /*-------reviwes list-------*/
  section.reviews-list > article > .reviews-attr:nth-child(n) {
    float: none;
    text-align: center; }
  
  .contact-info h2{
      font-size: 20px;
  }

  /*-------reviwes list-------*/ }

/*# sourceMappingURL=style.css.map */