body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; 
}

h1, p.banner-text  {
    margin: 0;
}

.form-group {
  padding: 0 5px;
}

.orangeBtn {
  background-color: #000;
  padding: 7px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s linear;
  display: inline-block;
}

.orangeBtn:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
}

.darkTitle {
  margin-top: 20px;
  color: #292929;
}

.lightTitle {
  color: #fff;
}

header {
  position: relative;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  background: #000;
}

.header {
  padding: 20px 0;
  
}



.logo {
  margin-bottom: 10px; 
}

.logo-inner {
  padding: 0 15px;
}

.logo-inner a {
  color: #000;
  text-decoration: none;

}

.logo-inner a:hover {
  color: #000;
  text-decoration: none;
}

.logo-inner p {
  display: inline-block;
}

.adress {
  text-align: center;
}

.adress .way-scheme {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fcf2ec;
  color: #000;
}

.phone-block {
  text-align: right;
}

.phone-block a {
  display: inline-block;
}

.phone-block .phone {
  font-size: 21px;
  margin-right: 10px;
  color: #000;
  font-weight: 300;
}

.phone-block .callback {
  padding: 8px 15px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.mnu-wrap {
  width: 100%;
  background-color: #f8f8f8;
}

.main-mnu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.main-mnu-mobile {
  list-style: none;
  text-align: center;
  padding: 0;
  display: none;
  transition: all 0.5s ease-out;
}

.main-mnu-mobile li {
  background-color: #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.main-mnu-mobile li:last-child {
  border: none; 
}

.main-mnu-mobile li a {
  color: #fff;
}

.main-mnu li {
  list-style: none;
  padding: 10px 0; 
}

.main-mnu a {
  color: #000;
        padding: 11px 10px;
}

.main-mnu a:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
}

.main-section {
  min-height: 500px;
  background: url(../img/section-1-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.main-sec-content {
  padding: 50px 0;
}

.main-title {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}

.sub-title {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.orderForm {
  margin-top: 30px;
  padding: 15px;
}

.orderForm .formTitle {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
}

.orderForm .saleNumber {
  display: inline-block;
  padding: 6px 4px;

  background-color: #000;
  border-radius: 50%;
}

.orderForm .form-group {
  margin: 0 auto;
  max-width: 300px;
  padding-bottom: 10px;
}

.form .form-control {
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
}

.orderForm .orangeBtn {
  width: 100%;
}

.tisersWrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
}

.tisersWrapp .tisersItem {
  padding: 5px;
  text-align: center;
  max-width: 170px;
  border: 2px solid #000;
  border-radius: 2px;
  background: #F8F8F8;
  margin-bottom: 10px;
}

.tisersItem .tiserText {
       -webkit-transform: skew(-20deg);
       -moz-transform: skew(-20deg);
       -o-transform: skew(20deg);
}

.tisersWrapp .tisersItem .tiserImg {
  min-height: 50px;
}

.tisersWrapp .tisersItem .orangeText {
  font-weight: 600;
  color: #000;
}

.tisersWrapp-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}

.tisersWrapp-2 .tisersItem {
  text-align: center;
  max-width: 170px;
  padding: 10px 0;
}


.tisersWrapp-2 .tisersItem .tiserImg {
  min-height: 50px;
}

.tisersWrapp-2 .tisersItem .orangeText {
  font-weight: 600;
  color: #000;
}

.services .servicesWrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servicesWrapp .service-item {
  width: 400px;
  position: relative;
  padding: 15px 0;
  cursor: pointer;
}

.servicesWrapp .serviceImg {
  position: relative;
  width: 300px;
  height: 250px;
  background: #f8f8f8;
  margin: 0 auto;
}

.service-item .serviceImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  
}

.service-item .servicetitle {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.4s ease-out;
}

.service-item .serviceprice {
  text-align: center;
}

.service-item .serviceOverlay {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 300px;
  height: 250px;
  padding: 10px;
  transform:translate(-50%, 50%);
  opacity: 0;
  text-align: center;
  background-color: rgba(0,0,0, 0.6);
  transition: all 0.6s ease-out;
}


.service-item .serviceOverlay p {
  color: #fff;
  font-size:  16px;
  padding-top: 30px;
}

.serviceOverlay .orangeBtn {
  margin-top: 15px;
}

.service-item:hover .servicetitle {
  color: #000;
}

.service-item:hover .serviceOverlay {
  transform:translate(-50%, 0);
  opacity: 1;
}

.banner-1 {
  padding: 7px;
  background: url(../img/banner-1.jpg);
  text-align: center;
}

.banner-1 .title {
  padding-bottom: 10px;
}

.banner-1 {
  color: #fff;
}

.sale-form {
  padding-top: 10px;
}

.advantages {
  padding: 30px 0;
}

.advantages .title  {
  padding-bottom: 15px;
}

.advantages .advantages-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}

.advantages-wrapp .advantageItem {
  text-align: center;
  width: 230px;
  padding: 25px 10px;
  margin-bottom: 40px;
  background-color: #f8f8f8;
  transition: all 0.4s ease-in;
  position: relative;
}

.advantageItem .advantageImg {
  min-height: 50px;
}

.advantageItem .advantage-title {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 15px;
}
.advantageItem .orangeBtn {
  position: absolute;
  bottom: 0;
    left: 0;
    opacity: 0;
    background: #333;
  width: 100%;
  transition: all 0.3s ease-out;
}

.advantageItem:hover {
  background-color: #000;
  color: #fff;
}

.advantageItem:hover .orangeBtn {
  bottom: -34px;
  opacity: 1;
}

.how-we-work .title {
  padding-bottom: 0;
}

.how-items-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}

.how-items-wrapp .howItem {
  width: 250px;
  text-align: center;
  padding: 15px 0;
}

.howItem .howImg {
  padding-bottom: 10px;
  min-height: 63px;
}

.howItem .howText {
  position: relative;
}

.howItem .howText .count {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 12;
  left: 30px;
  padding-top: 5px;
  background: #000;
  color: #fff;
  border-radius: 50%;
}
.testemonials {
  color: #fff;
  background: url(../img/banner-2.jpg);
  padding: 15px 0;
  margin-bottom: 50px;
}

.testemonials .slider {
  position: relative;
  padding: 40px 0;
}

.testemonials .slick-slide {
  height: auto!important;
}

.testemonials .slide-text {
  padding: 15px 25px;
  padding-left: 50px;
  position: relative;
  line-height: 28px;
}

.testemonials .slide-text:before {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 20px;
  background: url(../img/cov.png);
}

.testemonials .slide-img {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0;
  overflow: hidden;
}

.testemonials .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}
.testemonials .slick-dots li.slick-active button:before {
  background: #fff;
}

.testemonials .slick-arrow:before {
  content: '';
  width: 16px;
  height: 30px;
  display: inline-block;
}

.testemonials .slick-next:before {
  background: url(../img/right-arrow.png);
}

.testemonials .slick-prev:before {
  background: url(../img/left-arrow.png);
}

.grid-testemonials {
  background: none;
  color: #000;
  padding-top: 30px;
}

.grid-testemonials .slide-img {
  border: 2px solid #000;
}

.grid-testemonials .slide-text:before {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 20px;
  background: url(../img/cov_orange.png);
}

.grid-testemonials .person {
  font-weight: 600;
  font-size: 16px;
}

.testemonials-item {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 15px;
}



.text-content {
  padding-bottom: 30px;
}

.text-content .text {
  text-align: justify;
}

.banner-3 {
  background: url(../img/banner-3.jpg);
  color: #fff;
  position: relative;
  padding-top: 29px;
   
}

.baner3-img {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.banner-main {
  color: #fff;
  background: url(../img/banner-main.jpg);
}

.banner-tv {
  background: url(../img/banner-tv.jpg);
}

.banner-nout {
  background: url(../img/banner-nout.jpg);
}

.banner-phone {
  background: url(../img/banner-phone.jpg);
}

.banner-tablet {
  background: url(../img/banner-tablet.jpg);
}

.banner-audio {
  background: url(../img/banner-audio.jpg);
}

.banner-hyrobord {
  background: url(../img/hyrobord-audio.jpg);
}

.banner-bracer {
  background: url(../img/banner-bracer.jpg);
}

.banner-netbook {
  background: url(../img/banner-netbook.jpg);
}

.banner-pristavka {
  background: url(../img/banner-pristavka.jpg);
}

.banner-tach {
  background: url(../img/banner-tach.jpg);
}

.banner-camera {
  background: url(../img/banner-camera.jpg);
}
.banner-videocamera {
  background: url(../img/banner-videocamera.jpg);
}


.ceny .banner-main {
  background: url(../img/banner-main-ceny.jpg);
}

.smartfony .banner-main {
  background: url(../img/banner-question.jpg);
}

.banner-main .banner-main-content {
  padding: 50px 0;
  text-align: center;
}

.banner-main-content .title {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}



.banner-main .banner-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}

.banner-main .banner-text {
  padding-top: 10px;
}

.banner-3-content .title {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 0;
}

.banner-3-content {
  padding: 30px 0;
}

.banner-3-content p { 
  text-align: center;
}

.banner-3-form {
  padding: 10px 0;
  text-align: center;
}

.banner-3-form .form-control {
        border-radius: 0;
        background: #fff;
        color: #000;
}

.banner-3-form .orangeBtn {
  border: 1px solid #fff;
  display: block;
  margin: 10px auto;
}

.banner-3-content .subtitle {
  font-size: 18px;
}

.coment-wrapp {
  text-align: center;
  padding: 10px;
  background: #f8f8f8;
}

.coment-wrapp .subtitle {
  text-align: left;
  padding: 15px 0;
  font-size: 18px;
}

.coment-wrapp .form-group {
  width: 33%
}

.coment-wrapp .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  width: 90%;
}

.coment-wrapp .form-control::-moz-placeholder {
  color: #000;
}

.coment-wrapp textarea {
  margin-top: 15px;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  background: transparent;
}

.coment-wrapp .orangeBtn {
  margin-top: 10px;
}

.question {
  padding: 20px 0; 
}

.question .title {
  padding-bottom: 15px;
}

.question-form textarea {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
}

.question-form .form-group {
  padding: 10px 0 0 0;
}

.question-form .form-control {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
}

.question-form .orangeBtn {
  padding: 7px 25px;
}

.service-grid .servicesWrapp {
  padding: 50px 0;
}

.service-grid .servicesWrapp .service-item {
  width: 230px;
  overflow: hidden;
  padding: 10px 15px;
}




.service-grid .servicesWrapp .serviceOverlay {
  width: 230px;
  left: 53%;

}

.service-grid .servicesWrapp .serviceImg {
  width: 230px;
  overflow: hidden;
}

.ceny .advantages-wrapp {
  display: block;
}

.ceny .advantages-wrapp .advantageItem {
  width: 100%;
}

.ceny .question, .contacts .question {
  background: url(../img/banner-question-ceny.jpg);
}

.ceny .question .title,
.contacts .question {
  color: #fff;
}

.ceny .question .form-control,
.ceny .question textarea,
.contacts .question .form-control,
.contacts .question textarea {
  background: #fff;
}

.table td a {
       color: #333;
}

.table td a:hover {
       color: #000;
       text-decoration: none;
}

.service-grid .servicesWrapp .serviceOverlay p {
  font-size: 14px;
  padding-top: 10px;
}

.table-price {
  padding-top: 30px;
}

.price-table .table-price th {
  border-bottom: 2px solid #000;
}

.contact-info p {
  text-align: center;
}

.map {
  padding: 20px 0;
  position: relative;
}

.map-info {
  position: absolute;
  top: 100px;
  left: 80px;
  background: #fff;
  padding: 20px;
}

.map-info p {
  padding-bottom: 15px;
  padding-left: 15px;
  max-width: 280px;
}

.contacts .title {
  padding: 15px 0;
}

.callback-form {
  width: 300px;
  margin: 0 auto;
  padding: 35px 35px 20px 35px;
  background: #fff;
  text-align: center;
  position: relative;
}

.message {
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  display: none;
}

.show {
  display: block;
}


footer {
  padding: 20px 0;
  color: #6d6d6d; 
}

footer .logo {
        margin-top: 22px;
}

footer .logo img {
  float: left;
}

footer .logo p {
  padding-bottom: 5px;
}

footer  a {
  color: #6d6d6d;
}

footer .logo-inner {
  padding: 0px;
}

.question .accept-group a {
  color: #333;
}


.footer-mnu-wrapp p {
  font-weight: 600;
        text-align: center;
}

.footer-mnu {
  padding: 0;
  list-style: none;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
}

footer .phone-block {
  text-align: center;
  padding-top: 10px;
} 

.form-control-1 {
       display: block;
       width: 100%;
       height: 34px;
       padding: 6px 12px;
       font-size: 14px;
       line-height: 1.42857143;
       color: #000;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccc;
       border-radius: 4px;
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
       -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.predator-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around ;
align-items:center;
}


.predator-item {
padding: 15px;
width: 200px;
text-align: center;
background-size: cover;
}

.predator-item:hover {
background: url(../img/PredatorLogo1.png);
background-size: cover;
}

.predator-item a {
display: inline-block;
margin-top: 10px;
color: #4c4c4c;
}

.acceptBlock {
       width: 10%;
       display: inline-block;
       vertical-align: top;
}

.accept-group label {
      font-size: 11px;
      width: 85%;
      display: inline-block;
}

.accept-group a {
     color: #fff;
     text-decoration: underline;
}

.breadcrumb a {
  color: #000;
}

.callback-form label a {
  color: #333;
  text-decoration: underline;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 27px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}
/* -----------MEDIA--------------- */

@media (max-width: 768px) {
  .footer-mnu-wrapp {
    text-align: center;
    padding: 10px 0;
  }
  footer .logo img {
    float: none;
  }
  .coment-wrapp .form-group {
    width: auto;
  }
  .banner-main .banner-main-content {
    background: none;
    color: #000;
  }

  .banner-main .banner-main-content .title {
    color: #000;
  }

  .banner-main .banner-main-content a {
    color: #000;
    border-color: #000;
  }
}

@media (max-width: 992px) {
  
  .phone-block, .logo {
    text-align: center;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  
  .phone-block .phone {
    font-size: 17px;  
  }

}


.rights {
    margin: 0;
}
.footer .slogo {
    text-align: center;
    font-size: 14px;
    margin: 8px 0 10px;
}

footer .logo-inner {
    display: flex;
    flex-direction: column;
}