@font-face {
  font-family: 'gilroyextrabold';
  src: url('../fonts/gilroy-extrabold-webfont.eot');
  src: url('../fonts/gilroy-extrabold-webfont.eot@') format('embedded-opentype'),
       url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
       url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:'fallback';
}

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.eot');
    src: url('../fonts/gilroy-light-webfont.eot@') format('embedded-opentype'),
         url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:'fallback';
}


body{
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background-color: #fff;
  position: relative;
  max-width: 1920px;
  box-sizing: border-box;
}
.bordered{
}
/* topline */
.topline{
  height: 78px;
  /*border-bottom: 1px solid #dadada;*/
}
.topline .mainmenu{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 27px;
}
.topline .mainmenu li{
  display: inline-block;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-family: 'gilroyextrabold';
  font-size: 15px;
  text-transform: uppercase;
  color: #1e1e1e;
}
.topline .mainmenu li:nth-child(1){
  padding-right: 30px;
  border-right: 1px solid #e6e6e6;
}
topline .mainmenu li:nth-last-child(1){
  padding-right: 0;
}
.topline .mainmenu li a{
  text-decoration: none;
  color: inherit;
}

.topline .rightside{
  float: right;
  height: auto;
}
.topline .rightside p.phone{
  text-align: right;
  font-size: 16px;
  font-family: 'gilroyextrabold';
  margin: 27px 30px 0 0;
  line-height: 18px;
  color:#1e1e1e;
}

.topline .rightside p.phone i{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 13px;
}

.topline .rightside p.phone span{
  color:#0039a2;
}
.topline .rightside p.search{
  float: right;
  line-height: 30px;
  margin: 27px 0 0 0;
  padding: 0 30px;
  border-left: 1px solid #e6e6e6;
}
.topline .rightside p.search a{
  text-decoration: none;
  color: inherit;
}

.topline .logo{
  padding-top: 15px;
  font-size: 18px;
  font-family: 'gilroyextrabold';
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.topline .centerblock{
  text-align: center;
}
.topline .logo p.logotext{
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  padding-left: 64px;
  background: url(../img/logo.png) no-repeat left center;
}
.topline .logo p.logotext span{
  color:#0039a2;
}
#bars{
  display: none;
  line-height: 30px;
  margin-top: 27px;
  color: inherit;
  text-decoration: none;
}
.slider{
  padding: 0;
}

.bxslider .sld{
  position: relative;

}

.bxslider .sld p{
  display: block;
  text-align: center;
  width: 100%;
  z-index: 100;
  color: #fff;
  font-family: 'gilroyextrabold';
  text-shadow: 0px 2px 4px #393b3c;
  font-size: 36px;
  margin: 0;
  position: absolute;
  left: 0;

}
.bxslider .sld p.first{
  top: 120px;
}
.bxslider .sld p.second{
  top: 170px;
}

.items{
  border-top: #dce8fc 8px solid;
  padding-top: 70px;
  padding-bottom: 130px;
}

.item .imageblock{
  margin: 25px 0 15px;
  text-align: center;
  border: 1px solid #dce8fc;
  border-radius: 5px;
  padding: 20px 5px;
}
.item .imageblock img{
  max-width: 100%;
  display: inline-block;
}
.item p.desc{
  color: #111;
  font-size: 13px;
}
.item p.desc span{
  font-weight: bold;
}
.item p.desc a{
  color:#222;
  text-decoration: none;
  border-bottom: 1px solid #eaeaea;
}
.item p.desc a:hover{
  text-decoration: none;
  border-bottom: 1px solid #909090; 
}

.item p.title{
  color:#111111;
  font-size: 16px;
  font-family: 'gilroyextrabold';
  text-transform: uppercase;
}

.brands{
  background: #f5f4f4;
  padding: 60px 0;
  text-align: center;
}

.brands img{
  margin-bottom: 10px;
  display: inline-block;
}

.row .static-page{
  box-sizing:border-box;
  padding: 0px 30px 0px 50px;
}

.row .static-page h2{
  display:block;
  width:100%;
  font-size:28px;
  padding: 0px 0px 20px 0px;
}

.row .static-page h3{
  display:block;
  width:100%;
  line-height: 38px;
  font-size:18px;
}

.row .static-page p{
  font-size: 14px;
  line-height: 26px;
  color: #8b8a8a;
  width:100%;
}


.footer{
  background-color: #191919;
  color:#fff;
  padding: 80px 0 0;
}
.footersec{
  background-color: #191919;
  color:#fff;
  padding-bottom: 25px;
}

.footer .title{
  text-transform: uppercase;
  font-family: 'gilroyextrabold';
  font-size: 16px;
}
.footer .title span{
  color: #0039a2;
}
.footer p.desc, .footersec p.desc{
  font-size: 13px;
  line-height: 18px;
}

.footer a{
  text-decoration: none;
  color: inherit;
}

.topborder{
  border-top: 1px solid #323131;
  padding-top: 25px;
}
.footersec a{
  text-decoration: underline;
  color: inherit;
}




.staticslide{
  position: relative;
  background: url(../img/slide.jpg) no-repeat top center;
  padding: 40px 0;
}
.staticslide p{
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}

.staticslide p.first{
  text-transform: uppercase;
  font-family: 'gilroyextrabold';
  font-size: 30px;
  padding-bottom: 20px;
  background: url(../img/line.png) no-repeat bottom center;
  margin-bottom: 20px;
}

.staticslide p.second{
  font-family: 'gilroylight';
  font-size: 30px;
}





.leftmenu{
  padding-top: 30px;
  margin-top: 50px;
  border-top: 5px solid #dce8fc;
}

.leftmenu p.title{
  color:#111;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.leftmenu ul{
  list-style: none;
  margin: 5px 0 35px;
  padding: 0;
}
.leftmenu ul li{
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.leftmenu ul li a{
  text-decoration: none;
  color:#8b8a8a;
}
.leftmenu ul li a:hover{
  text-decoration: underline;
  color:#0056b3;
}

.itemdesc{
  margin: 50px 0 0;
  /* text-align: center; */
}
.itemdesc img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
  border: 1px solid #ececec;
}
.itemdesc p.deliv{
  font-size: 18px;
  line-height: 18px;
  color:#111;
  font-family: 'gilroyextrabold';
  text-align: left;
}
.itemdesc p.desc{
  text-align: left;
  font-size: 13px;
  line-height: 22px;
}

.itemdesc p.goback{
  margin-top: 40px;
  font-size: 13px;
  text-align: left;
}
.itemdesc p.goback a{
  text-decoration: underline;
  color:#0039a2;
}
.itemdesc p.goback a:hover{
  text-decoration: none;
}


.info{
  margin-top: 50px;
}
.info p.name{
  color:#1e1e1e;
  font-size: 20px;
  font-family: 'gilroyextrabold';
  text-transform: uppercase;
  line-height: normal;
}
.info p.articul{
  font-family: 'gilroyextrabold';
  color:#565555;
  font-size: 16px;
  margin-bottom: 30px;
}
.info p.iteminfo{
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}

.info p.price{
  margin-top: 40px;
  font-family: 'gilroylight';
  font-size: 18px;
  text-transform: uppercase;
}
.info p.price span{
  font-family: 'gilroyextrabold';
  font-size: 24px;
  color: #222;
}

.textblock p.price span.no-price{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color:#9f9f9f;
}

.info p.price span.small-price{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
	    display: block;
    text-transform: initial;
    padding-top: 10px;
    padding-bottom: 20px;
}

.info p.buynow{
  margin: 20px 0 40px;
  font-family: 'gilroyextrabold';
  font-size: 16px;
  line-height: 48px;
  text-transform: uppercase;
}
.info p.buynow a{
  text-decoration: none;
  color:#fff;
  display: inline-block;
  padding: 0 25px;
  height: 48px;
  background: #0039a2;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.info p.buynow a:hover{
  background: #1360ec;
}
.info p.quest{
  font-size: 13px;
  line-height: 22px;
}
.info p.phone{
  font-family: 'gilroyextrabold';
  font-size: 18px;
}

.info p span{
  color:#868686;
}


.itemslist{
  margin-top: 50px;
}
.oneitem {
  border:1px solid #ebebeb;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.oneitem .imageblock{
  text-align: center;
}
.oneitem .imageblock img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.oneitem .textblock{

}
.oneitem .textblock p.name{
  font-size: 13px;
  font-weight: bold;
  display: block;
    min-height: 60px;
}
.oneitem .textblock p.iteminfo{
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #8b8b8b;
}
.priceblock {

}
.priceblock p{
  font-size: 20px;
  padding-top: 20px;
  font-family: 'gilroyextrabold';
}
.priceblock a{
  line-height: 34px;
  display: block;
  height: 34px;
  margin-bottom: 15px;
  text-decoration: none;
  color:#fff;
  text-align: center;
  font-size: 13px;
  padding: 0 16px;
  border-radius: 2px;
  background-color: #0039a2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.priceblock a:hover{
  background-color: #1360ec;
}






#pager{
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
#pager li{
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin-right: 2px;
  text-align: center;
  border:1px solid #ecebeb;
  border-radius: 2px;
  font-size: 12px;
}
#pager li a{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color:#bababa;
}
#pager li.active a,#pager a:hover{
  color:#fff;
  background: #2d79ff;
}

.pwin{
  box-sizing: border-box;
}


.pwin .pwintitle{
  text-align: center;
  color:#1e1e1e;
  font-family: 'gilroyextrabold';
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.pwin .line{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.pwin .line label{
  font-size: 18px;
  color:#111;
  font-family: 'gilroyextrabold';
  display: block;
  margin-bottom: 8px;
}
.pwin .line .rightblock{
  float: right;
  width: 45%;
}
.pwin .line .leftblock{
  float: left;
  width: 45%;
}
.pwin .line input[type=text]{
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.pwin .line input[type=submit]{
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0;
  padding: 0 35px;
  box-sizing: border-box;
  background: #0039a2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'gilroyextrabold';
  float: left;
  border:0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pwin .line input[type=submit]:hover{
  background: #000;
}

.pwin .line p{
  line-height: 25px;
  margin: 0 0 0 70px;
  display: block;
  float: left;
  color:#acacac;
}
.pwin .line p a{
  text-decoration: underline;
  color: inherit;
}

.pwin .line a#close{
  display: block;
  height: 50px;
  float: right;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  color:#111;
  font-family: 'gilroyextrabold';
}



#shadow{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000;
  opacity: .6;
  cursor: pointer;
  display: none;
}



/* media */
@media (max-width: 576px) {
    .topline .logo {
        font-size:14px;
    }
    .topline .rightside p.phone {
        margin: 14px 30px 0 0;
    }
  #bars{
    display: inline-block;
  }
  .topline .mainmenu{
    display: none;
  }
  .topline .logo p.logotext{
    padding-left: 0;
    background: none;
  }
  .topline .rightside p.phone{
    margin-right: 5px;
    font-size: 12px;
  }
  .topline .rightside p.search{
    padding: 0 5px;
  }

  .bxslider .sld p{
    font-size: 11px;
  }
  .bxslider .sld p.first{
    top:10px;
  }
  .bxslider .sld p.second{
    top:35px;
  }
  .bx-pager{
    display: none;
  }
  .topline .mainmenu{
    position: absolute;
    top: 76px;
    left:0;
    background: #fff;
    z-index: 1000;
  }
  .topline .mainmenu li{
    background: #fff;
    display: block;
    margin: 0;
    padding: 0 5px 0 15px;
    height: 30px;
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .pwin{
      display: none;
      position: absolute;
      width: 100%;
      height: auto;
      top: 120px;
      left: 0;
      z-index: 50;
      padding: 38px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 13px;
      line-height: 20px;
    }
}
/* Small devices (landscape phones, 576px and up) SM */
@media (min-width: 576px) and (max-width:768px) {
  #bars{
    display: inline-block;
  }
  .topline .mainmenu{
    display: none;
  }

  .bxslider .sld p{
    font-size: 16px;
  }
  .bxslider .sld p.first{
    top:30px;
  }
  .bxslider .sld p.second{
    top:70px;
  }
  .bx-pager{
    display: none;
  }
  .topline .mainmenu{
    position: absolute;
    top: 76px;
    left:0;
    background: #fff;
    z-index: 1000;
  }
  .topline .mainmenu li{
    background: #fff;
    display: block;
    margin: 0;
    padding: 0 5px 0 15px;
    height: 30px;
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .pwin{
      display: none;
      position: absolute;
      width: 520px;
      height: auto;
      top: 120px;
      left: 50%;
      margin-left: -260px;
      z-index: 50;
      padding: 38px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 13px;
      line-height: 20px;
    }

}
/* Medium devices (tablets, 768px and up) MD */
@media (min-width: 768px) and (max-width:992px) {
  .topline .mainmenu li{
    padding: 0 7px;
    font-size: 13px;
  }
  .topline .mainmenu li:nth-child(1){
    padding-right: 15px;
  }
  .topline .logo p.logotext{
    padding-left: 0;
    background: none;
  }

  .bxslider .sld p{
    font-size: 20px;
  }
  .bxslider .sld p.first{
    top:30px;
  }
  .bxslider .sld p.second{
    top:90px;
  }
  .bx-pager{
    display: none;
  }
  .pwin{
      display: none;
      position: absolute;
      width: 700px;
      height: auto;
      top: 120px;
      left: 50%;
      margin-left: -350px;
      z-index: 50;
      padding: 38px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 13px;
      line-height: 20px;
    }

}

/* Large devices (desktops, 992px and up) LG */
@media (min-width: 992px) and (max-width:1400px) {
  .bxslider .sld p.first {
    top: 30px;
  }
  .bxslider .sld p.second {
    top: 80px;
}
.pwin{
    display: none;
    position: absolute;
    width: 960px;
    height: auto;
    top: 120px;
    left: 50%;
    margin-left: -480px;
    z-index: 50;
    padding: 38px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .pwin{
      display: none;
      position: absolute;
      width: 960px;
      height: auto;
      top: 120px;
      left: 50%;
      margin-left: -480px;
      z-index: 50;
      padding: 38px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 13px;
      line-height: 20px;
    }
}

/* Slider */

.slider-items{
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slider-items .item img {
  object-fit: cover;
  width: 100%;
  border: none !important;
  box-shadow: none !important;
}

.slider-items .prev, .slider-items .next {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  width: auto;
  padding: 0;
  color: #3d434f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.6s ease;
  font-size: 18px;
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #000 !important;
  border: 1px solid #b7b7b7;
}
.slider-items .next {
  right: 0px;
}
.slider-items .prev {
  left: 0px;
}

.slider-items .prev:hover,
.slider-items .next:hover {
  color: #ddd;
}

.slider-items .item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
