@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);







.media img {
  margin-bottom: 20px;
}

.media {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  background-color: #F3F3F3;
  padding: 20px 5px 0px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

header{height:102px;}

header ul.sub {
  display: none;
}

footer .menu>li:nth-child(6) ul.sub {
  display: none;
}











em.fa-question-circle, .modal-link {
  display: none;
}


.rb {
  border: solid red 1px;
}

.article {
  font-size: 16px;
}

div[class*="hr"] {
  border-bottom: 1px solid #ebebeb;
  height: 1px;
  width: 100%;
  margin-top: 20px;
}

.also div[class*="hr"] {
  margin-top: 40px;
}



/* ------------- breadcrumb -----------------*/
.breadcrumb {
  background-color: #FaFaFa;
  padding: 13px 30px 8px 30px;
  font-size: 14px;
  margin: -4px 0px 0px 0px;
  border: 1px solid #ebebeb;
}
/* -------------------- footer --------------*/

footer ul li:nth-child(7),footer ul li:nth-child(8),footer ul li:nth-child(9) {
  display: none;
}

footer {
  background-color: #f4f4f4;
}
footer a {
  color:#3b3b3b;
  font-size: 20px;
}

footer .menu>li>a {
  text-align: left;
}
footer .menu ul{
  list-style: none;
}

footer .menu {
  text-align: center;
  display: inline-block;
  padding: 20px;
}

footer .sub li a{
  font-size: 13px;
  text-decoration: underline;
}

footer .sub{
  margin-left: -23px;
  text-align: left;
}

/* -------------------- social block --------------*/
.social {
  padding: 20px;
}
.social a {
  font-size: 30px;
  color: #707070;
  padding: 20px;
  transition: linear 100ms;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.8;
}

.social a:hover {
  font-size: 35px;
  margin-top: -5px;
  opacity: 1;
}

/* -------------------- guarantee block --------------*/
.copyright, .guarantee{
  background: #0c2240;
  /* Old browsers */
  background: -moz-linear-gradient(45deg,  #0c2240 0%, #265495 100%);
  background: -webkit-linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  background: linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2240', endColorstr='#265495',GradientType=1 );
  color: #fff;
  padding: 0px 0px 20px 0px;
}
.guarantee p, .sec-prod p {
  font-size: 18px;
}
.guarantee .btn {
  margin-top: 70px;
  float: right;
}


.copyright, .copyright a {
  color: #fff;
  font-size: 14px;
  padding: 10px 0px;
}
.copyright a {
  text-decoration: underline !important;
}

.mfr {
  text-align: right;
}

/* -------------------- sec-prod block --------------*/


.sec-prod a {
  margin-top: 15px;
}

.sec-prod {
  border-top: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 50px;
}
.sec-prod img {
  width:100px;
  height: 100px;
  margin-top: 60%;
}

/* -------------------- main-prod block --------------*/


.main-prod .btn {
  position: absolute;
  bottom: 40px;
}

.main-prod h2{
  padding: 20px 0;
}
.main-prod {
  background-color: #f4f4f4;
  margin-top: -1px;
  border-top: 1px solid #ebebeb;
}

.main-prod .item p{
  min-height: 180px;
}
.main-prod .item img {
  width: 100%;
}

.main-prod .item {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  min-height: 600px;
  margin-bottom: 20px;
}
.item-info {
  padding: 0px 20px 20px 20px;
  font-size: 15px;
}

/* ------------------- sec adv  --------------------- */

.left{
  left: -40px;
}
.right{
  right: -40px;
}
#slider-adv-sec {
  border-bottom: 1px #dfdfdf solid;
  padding: 50px 0px;
}
.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}
.control-carousel:hover{
  color: #FE980F ;
}
.right {
  right: 0;
}


/* ------------------- main adv  --------------------- */


.slider-adv-main img{
  width: 100%;
}
.slider-adv-main {
  margin-top: -19px;
}

.main-adv-info {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  color: #fff;
}


/* ------------------- navbar  --------------------- */
.navbar-nav {
  margin-top: -20px;
}


.navbar-right {
  /* margin-right: -165px;*/
  margin-top: -60px;
}


.call-tab a{
  color: #fff;
  font-size: 25px;
  margin: 7px 0 0 0;
  padding: 0px 0px 0px 30px;
  transform: rotate(180deg);
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}


.call-tab:hover {
  right: -135px;
}



.call-tab {
  background-image: url(/i/tab.png);
  width: 311px;
  height: 48px;
  transform: rotate(90deg);
  position: fixed;
  right: -155px;
  top: 400px;
  z-index: 1;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}



.fa-phone {
  color:#13386C;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 10px;

}

.main-menu li a{
  font-size: 15px !important;
  text-decoration: underline !important;
}

.navbar a {
  color: #0178b5 !important;
  font-size: 20px;
}

.navbar {
  border-width: 4px 0px 0px 0px;
  border-color: #102f5b;
  border-style: solid;
  padding: 10px;
  background-color: #fff;
}

.logo {
  background-image: url(/i/logo.png);
  width: 249px;
  height: 74px;
  background-size: cover;
}


/* ------------------- buttons  --------------------- */



#call_send_button {
  display: inline-block;
  background-image: url(/i/input.png);
  padding: 6px 11px 5px 11px;
  margin: -6px -20px -6px 7px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 100%;
  padding-right: 40px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  border: 0;
  position: absolute;
  right: 40px;
  bottom: 20px;
}


.btn:hover {
  color: #CFE0FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn, .btn:active {
  display: inline-block;
  background-image: url(/i/input.png);
  padding: 6px 44px 5px 11px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 100%;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  border: 0;
  background-color: #0C2446;
}

h1 {
  font-size: 42px;
  padding: 20px 0 0px 0;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic);

body {
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  font-family: 'PT Sans Narrow', sans-serif;
  color: #44283b;
  font-size: 18px;
}


.nopad {
  padding: 0 !important;
}


#cpanel {
  position: absolute;
  top: 130px;
  right: 3px;
  font-size: 10px;
  z-index: 1000;
}


.epanel {
  font-size:8px;
}


/* ----------------------------- q ----------------------------- */
.affix{
  opacity: 1;
  width:100%;
}


.affix .navbar-nav {
  margin-top: 0px;
}

.affix .container>.navbar-header {
  margin: 10px 10px 10px 10px;
}

.affix .container {
  margin: 0 auto;
}

.affix li.phone a, li.phone a{
  font-size: 17px;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none !important;
  background: #0c2240;
  background: -moz-linear-gradient(45deg,  #0c2240 0%, #265495 100%);
  background: -webkit-linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  background: linear-gradient(45deg,  #0c2240 0%,#265495 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2240', endColorstr='#265495',GradientType=1 );
}

.affix li.phone{
  display: inline !important;
}

.affix a.logo{
  background-repeat: no-repeat;
  background-size: cover;
  width:108px;
  height:36px;
}

.affix li a {
  font-size: 20px;
  text-decoration: underline !important;
}
.affix a.phone-tab{
  display:none;
  background-image: none;
}
.affix i{
  display:none;
}


/* --------------------- affix -------------------------------------*/


/* ---------------  adaptive ------------------------ */

@media screen and (min-width: 768px) and (max-width: 1240px)  {
  .carousel {
    margin-top: 40px;
  }
  .phone-tab {
    margin-left: 260px !important;
  }
  .logo{
    width: 151px;
    height: 44px;
  }
  .navbar-nav {
    margin-top: -10px;
    margin-left: -32px;
    margin-bottom: -5px;
  }
  .affix .navbar-nav {
    margin-top: 0px;
    margin-left: -10px;
  }

  .affix .logo {
    margin-top: 0px;
  }

  .navbar-right {
    margin-top: -60px;
  }
}

@media screen and (max-width: 991px)  {  
  .guarantee .btn {
    float: left;
    margin-top: 30px;
  }

  .navbar-toggle {
    margin-top: 0px;
  }
 a.phone-tab, .phone-tab {
    display: none !important;
  }
  .main-menu {
    margin-right: 15px !important;
  }

  .call-tab {
    display: none;
  }

  .navbar-header {
    margin: 10px 10px 10px 10px !important;
  }
  .logo {
    width:108px;
    height:36px;
  }
  .navbar-nav {
    margin: 0px;
  }
  ul.navbar-nav li a {
    font-size: 20px;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .navbar-nav {
    margin: 0px;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .copyright, .copyright .mfr {text-align: left !important;}
  .copyright div {padding: 3px 15px;}
  .slider-adv-main img {
    height: 165px !important;
  }
  .carousel-inner .item .container {
    padding: 0 !important;
  }
  .left {
    left: 0px;
  }
  .main-adv-info {
    text-align: center;
  }
  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 20px;
  }

  .content .item img {
    margin-bottom: 30px;
  }


  .article {
    overflow: hidden;
  }

  .article table td {
    padding: 5px;
    width: 24%;
  }
  .affix {
    opacity: 0;
  }

}

@media screen and (max-width: 568px) {
  .article img {
    width: 100% !important;
  }
}



/* ---------------  adaptive ------------------------ */

a.phone-tab {
    background-image: url(/i/tab.png);
    width: 311px;
    height: 48px;
    color: #fff !important;
    font-size: 30px;
    margin: -10px 0px 10px 520px;
    padding: 0px 0px 0px 30px;
    display: block;
}
