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

a {
  color: #1428a0;
}

a:hover {
  text-decoration: none;
  color: #091352;
}

.form-control::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-control::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-control:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-control:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-control:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-control:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-control:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-control:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}


.title {
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.form-group {
  overflow: hidden;
}

.form-group .form-control {
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none;
  max-width: 250px;
        margin: 0 auto;
}

.form-group .form-control:focus {
  border: 1px solid #1428a0;
}

.button {
  position: relative;
  min-height: 37px;
  border: none;
  border-radius: 15px 0 0 15px; 
  font-size: 1.2em;
  padding: 6px 15px;
  padding-right: 5px;
  background: #1428a0;
  transition: all .4s ease-out;
  outline: none;
}

.button:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  min-height: 37px;
  font-size: 1.2em;
  position: absolute;
  border-left: 1px solid #777;
  border-radius: 0 15px 15px 0;
  right: -35px; 
  top: 0;
  display: inline-block;
  padding: 4px 10px;
  transition: all .4s ease-out;
  background: #1428a0;
}

.button:hover {
  transform: scale(0.95);
}



.header {
  padding-top: 25px;
}

.header .callback a span {
  color: #333;
}

.slogo {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
}

.contacts p {
  padding-top: 5px;
}


.contacts .adress:before {
  content: '\f041';
  font-family: 'FontAwesome';
  font-size: 1.1em;
  display: inline-block;
  padding-right: 10px;
}

.contacts .time:before {
  content: '\f017';
  font-family: 'FontAwesome';
  font-size: 1.1em;
  display: inline-block;
  padding-right: 10px;
}

.callback {
  text-align: center; 
}

.callback a {
  display: block;
}

.phone {
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}

.callback-wrap {
  display: inline-block;
}

.callback .callback-btn {
  display: inline-block;
  color: #fff;
  margin-left: -25px;
  margin-top: 5px; 
}

.callback-btn:after {
  content: '\f095';
}

.mnu-wrapper {
  background: #1428a0;
}

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

.main-mnu a {
  padding: 15px 10px;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  transition: all .4s ease-out;
}

.main-mnu a:hover {
  background: #030f58;
}

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

.main-mnu-mobile ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

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

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

.mnu-slide {
left: 0%;
}

.main-section {
  background: url(../images/main-sec-bg.jpg);
  padding: 54px 0;
  text-align: right;
  color: #fff;
}

.main-section .main-title {
  font-size: 2.5em;
  line-height: 46px;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
  color: #1428a0;
}

.main-section .caption {
  font-size: 1.2em;
}

.request-form .form-control {
  float: right;
  color: #fff;
}

.request-btn {
  left: -35px;
}

.request-btn:after {
  content: '\f04b'; 
}

.causes {
  padding: 30px;
}

.causes-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cause-item {
  text-align: center;
  padding: 20px 30px;
}

.cause-item .cause-img {
  min-height: 81px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.cause-item .cause-img img{
  margin: auto;
}

.cause-item .caption {
  max-width: 150px;
}

.cause-item .strong {
  font-weight: 600;
  color: #1428a0;
  display: block;
}

.content {
  background: url(../images/contant-bg.png) no-repeat;
  padding: 40px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.content .inner-content {
  padding: 50px 0;
  line-height: 24px;
  text-align: left;
}

.content .inner-content p {
  padding-bottom: 20px;
}

.content .inner-content .title {
  text-align: left;
}

.content .content-img {
  width: 40%;
  position: absolute;
  left: 20px;
        margin-top: 30px;
}

.content .content-img img {
  width: 100%;
}

.service-item {
  margin: 30px 0;
  overflow: hidden;
        text-align: center;
}


.service-caption {
  padding-top: 20px;
  padding-left: 30px;
}

.service-caption, .service-img {
  float: left;
}

.service-caption .service-name {
  font-size: 1.8em; 
}

.service-caption .price {
  font-weight: 600;
}

.advantage-title {
       font-weight: 600;
}

.service-caption .button {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
}

.banner-1 {
  padding: 6px 0;
  text-align: center;
  background: url(../images/banner1-bg.jpg);
  color: #fff;
}

.banner-1 .title {
  color: #fff;
}

.banner-1 .sale-btn {
  color: #fff;
}

.advantages {
  padding: 70px 0;
}

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

.advant-wrapp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.advant-item {
  text-align: center;
  margin-bottom: 20px;
}

.advant-item .advantageImg {
  padding-bottom: 10px;
}

.advant-item .advamtageText {
  max-width: 200px;
}

.advant-item  .button {
  display: inline-block;
  margin-left: -25px;
  margin-top: 15px;
  color: #fff;
}

.reviews {
  padding: 45px 0;
  background: url(../images/reviews-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.reviews .title {
  padding-bottom: 30px;
  color: #fff;
}




.reviews-slider .slide {
  text-align: center; 
}

.reviews-photo {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.reviews-photo  img {
  max-width: 120px;
}

.reviews-slider .slide .reviews-text {
  max-width: 700px;
  margin: 0 auto;
}

.reviews-slider .slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 46px;
}

.reviews-slider .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 46px;
}

.reviews-slider .slick-dots button:before {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
}

.reviews-slider .slick-dots .slick-active button:before {
  background: #1428a0;
}

.how-we-work {
  padding: 50px 0;
}

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

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

.how-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative; 
}

.how-item:before {
  position: absolute;
  right: -70px;
  top: 35px;
  content: '\f178';
  font-family: 'FontAwesome';
  font-size: 52px;
  color: #1428a0;
}

.how-item:last-child:before {
  display: none;
}

.how-item  img{
  max-width: 90px;
}

.how-text {
  font-size: 18px;
  padding-top: 15px;
}

.banner-3 {
  padding: 48px 0;
  color: #fff;
  text-align: center;
  background: url(../images/banner-3-bg.jpg);
}

.banner-3 .title {
  color: #1428a0;
  padding-bottom: 10px;
}

.banner-3 .form-group {
  padding-bottom: 20px;
}

.footer {
  padding: 20px 0;
  background: #2d2d2d;
  color: #fff;
}

.footer .slogo {
  text-align: left;
  font-size: 16px;
}

.footer .mnu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding-right: 20px;  
}

.footer .mnu li {
  padding-bottom: 5px;
  text-align: left;
}

.footer a {
  color: #fff;
  transition: all .4s ease-out;
}

.footer .mnu li a:hover {
  color: #00a8ff;
}

.footer .phone {
  padding-bottom: 15px;
}

.footer .button {
  background: #000;
}

.footer .button:after {
  background: #000;
}

/* PRICE */
.price-content {
  padding: 30px 0;
}

.info {
  padding-left: 30px;
  margin: 0;
  list-style: none;
        margin-top: 10px;
        margin-bottom: 50px;
}

 .info li {
  padding-bottom: 15px;
  font-weight: 600;
  position: relative; 
}

.info li:before {
  content: '\f058';
  position: absolute;
  left: -22px;
  top: -4px;
  color: #1428a0;
  font-family: 'FontAwesome';
  font-size: 18px;
}

.table-price .table-wrapp {
  padding: 30px 0;
}

.sidebar {
  padding: 30px 20px;
}

.sidebar .advant-item {
  margin-bottom: 50px;
}

.sidebar .advantage-title {
  font-weight: 600;
}

.sidebar .advant-item  .advamtageText {
  margin: 0 auto;
}
/*--------*/


.header-section {
  min-height: 300px;
  position: relative;
  color: #fff;
        text-align: center;
        padding-bottom: 20px;
}

.delivery {
       background: url(../images/projector-bg.jpg);
}

.quick {
       background: url(../images/monoblok-bg.jpg);
}

.diagn {
       background: url(../images/tablet-bg.jpg);
}

.parts {
       background: url(../images/netbook-bg.jpg);
}

.price-bg {
       background: url(../images/nout-bg.jpg);
}

.notebook {
      background: url(../images/nout-bg.jpg);
}

.ultrabook {
       background: url(../images/ultrabook-bg.jpg);
}


.netbook {
       background: url(../images/netbook-bg.jpg);
}

.tablet {
       background: url(../images/tablet-bg.jpg);
}

.pc {
       background: url(../images/pc-bg.jpg);
}

.monoblok {
       background: url(../images/monoblok-bg.jpg);
}

.projector {
       background: url(../images/projector-bg.jpg);
}

.monitor {
       background: url(../images/monitor-bg.jpg);
}

.banner-item-1 {
       background: url(../images/banner-item-1.jpg);
       min-height: 300px;
}

.banner-item-2 {
       background: url(../images/banner-item-2.jpg);
       min-height: 300px;
}

.banner-item-3 {
       background: url(../images/banner-item-3.jpg);
       min-height: 300px;
}

.banner-item-4 {
       background: url(../images/banner-item-4.jpg);
       min-height: 300px;
}

.banner-item-5 {
       background: url(../images/banner-item-5.jpg);
       min-height: 300px;
}

.banner-item-6 {
       background: url(../images/banner-item-6.jpg);
       min-height: 300px;
}

.banner-item-7 {
       background: url(../images/banner-item-7.jpg);
       min-height: 300px;
}

.banner-item-8 {
       background: url(../images/banner-item-8.jpg);
       min-height: 300px;
}

.banner-item-9 {
       background: url(../images/banner-item-9.jpg);
       min-height: 300px;
}

.banner-item-10 {
       background: url(../images/banner-item-10.jpg);
       min-height: 300px;
}

.banner-item-11 {
       background: url(../images/banner-item-11.jpg);
       min-height: 300px;
}

.banner-item-12 {
       background: url(../images/banner-item-12.jpg);
       min-height: 300px;
}

.banner-item-13 {
       background: url(../images/banner-item-13.jpg);
       min-height: 300px;
}

.banner-item-14 {
       background: url(../images/banner-item-14.jpg);
       min-height: 300px;
}

.header-section .header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;  
}

.header-section h1 {
  padding-top: 40px;
        color: #333;
}

.rights {
        margin-left: 15px;
}

.header-section .button {
  margin-top: 20px;
  color: #fff;
}

/*---------reviews------------*/

.reviews-section {
  padding: 50px 0;
}

.review-item {
  padding: 15px 0;
}

.review-photo {
  text-align: center;
  font-weight: 600;
}

.review-photo img {
  max-width: 90px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.review-descr {
  padding: 15px;
  background: #ececec;
  position: relative;
}

.review-descr:before {
  position: absolute;
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 42px;
  bottom: -5px;
  left: -10px;
  color: #ececec;
}

.reviews-form {
  margin-top: 20px; 
  padding: 20px 60px;
  text-align: center;
  background: #ececec;
}

.formBtnR {
       padding-top: 30px;
       color: #fff;
}

.reviews-form .form-group {
  padding-right: 50px;
}

.reviews-form .form-control {
  background: #fff;
}

.reviews-form textarea {
  margin-top: 15px;
  padding: 10px;
    width: 63%;
    margin-left: -50px;
    border-radius: 10px;
}

.diagnost-content {
  padding: 50px 0;
}

.diagnost-content .title {
  padding-bottom: 20px;
}

.recovery-img img {
  width: 100%;
}

.question {
  background: url(../images/question-bg.jpg);
  padding: 27px;
}

.question .title {
  color: #fff;
}

.question-form textarea {
  width: 100%;
  margin-bottom:  15px;
  padding: 10px;
  border-radius: 10px;
}

.question-form .button {
  padding-top: 2px;
  color: #fff;
  margin-left: 15px;
}

.services-page {
  padding: 50px 0;
}

.page-service-item {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid rgba(0,0,0, 0.4);
  color: #000;
}

.page-service-item img {
  width: 100%;
}

.page-service-item .service-img {
  padding-bottom: 10px;
}


.contacts-block {
  text-align: center;
  padding: 0 0 50px;
}

.contacts-block .contact-item {
padding: 30px 0;
}

.hamburger  {
position: absolute;
top: 0;
right: 10px;
z-index: 9999;
}

.succes-mesage {
position: relative;
margin: 0 auto;
text-align: center;
padding: 20px;
max-width: 320px;
background: #fff;
}

.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 a {
    display: inline-block;
    margin-top: 10px;
}

/*-----*/

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

.callback-popup {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  max-width: 320px;
  background: #fff;
}

.callback-popup .form-control {
  border-color: #3e3e3e;
}

.callback-popup .button {
  color: #fff;
  margin-left: -50px;
}

.callback-popup div.message {
  display: none;
}

.mfp-content button.form-group{
      overflow: visible;
}

@media (max-width: 992px) {

  .reviews-form .form-group {
    padding-right: 10px;
  }

}

@media (max-width: 768px) {

  .reviews-form .form-control {
    max-width: 100%
  }

  .reviews-form textarea {
    width: 100%;
    margin: 0;
  }


        .footer {
             text-align: center;
         }

        .footer  .slogo {
             text-align: center;
         }

        .contacts {
         text-align: center;
        }

       .header-section {
         margin-top: 30px;
        }

}

@media (max-width: 768px) {

     .service-img {
      float: none;
      }
     .service-caption {
      float: none;
     }

     .banner-3 {
     padding: 0px;
     }

}

@media (min-width: 769px) and (max-width: 991px) {
      .contacts {
       text-align: center;
       }
}

.request-form .form-control::-webkit-input-placeholder       {color: #fff};
.request-form .form-control::-moz-placeholder                {color: #fff};
.request-form .form-control:-moz-placeholder                 {color: #fff};
.request-form .form-control:-ms-input-placeholder            {color: #fff};


@media (max-width: 500px) {
  .how-item:before {
    display: none;
  }
}


.request-btn {
    left: -15px;
}

.pull-right {
    text-align: center;
}

.request-form .form-control {
    float: none;
    color: #fff;
}

.cause-item .strong {
    margin-top: 4px;
    font-size: 16px;
}

.banner-1 p:nth-child(2) {
    font-size: 20px;
}

.advant-item span {
font-weight: 600;
}

.advantage-title {
font-weight: 600;
    font-size: 20px;
    margin: 10px 0 20px;
}

.advant-item .advamtageText {
max-width: 230px;
    font-size: 14px;
    padding: 0 18px;
}


.table {
    margin-bottom: 30px;
}

.table th {
    background: #D0D0D0;
    color: #333;
padding: 15px 10px !important;
}

.table th:first-child {
padding: 15px 16px !important;
}

.table td:last-child, .table th:last-child {
    width: 30%;
}

.table td:first-child {
    padding: 8px 16px;
}

tbody tr:nth-child(2n) {
    background: #EAEAEA;
}

.table td {
    font-size: 14px;
    padding: 15px 10px;
}

.table a {
position: relative;
padding-bottom: 1px;
    text-decoration: none;
    color: #333;
}

.table a:hover {
    border-bottom: 1px solid #333;
    font-weight: 600;
}

.table a:before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "";
    width: 11px;
    height: 18px;
    border-left: 4px solid #474747;
}

.footer .mnu {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}

.footer .mnu li {
    width: 50%;
    text-align: center;
    padding: 0;
}

.footer .mnu li a {
    font-size: 16px;
    display: block;
    padding: 9px 0;
}

.footer .mnu li a:hover {
    background: #000;
    color: #fff;
}

.rights {
    margin: 0;
}

.contacts p {
    text-align: center;
}

.bank-cards {
    text-align: center;
}

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

header .logo img {
    width: inherit;
}

header .logo  p {
    margin: 6px 0 0;
    color: #474747;
}

.brand__title {
    font-size: 25px;
    margin: 0px 0 21px;
}

.brand {
    margin-top: -7px;
    text-align: center;
}

.brand p:last-child {
margin: 0;
}

.callback .call span {
    font-size: 20px;
}

header > .container {
    margin-bottom: 20px;
}

.form-inline .checkbox {
    width: 100%;
    margin: 0 0 10px;
}

.banner-1 .sale-form {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.banner-1 .form-group:nth-child(3) input {
    margin: 0px 20px;
}

.logo {
    text-align: center;
}


@media (min-width: 320px) and (max-width:479px) {
.footer .mnu li {
    width: 100%;
    margin: 0;
}

.footer .mnu {
    padding: 20px 0;
}
}

@media (min-width: 992px) and (max-width:1200px) {
header .logo img {
    width: 100%;
}

.brand__title {
    font-size: 21px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.logo img {
    width: initial;
}
}




div.message {
display: none;
}

.request-form div.message{
font-size: 20px;
height: 200px;
padding: 50px 0;
}

.checkbox.form-group{
padding-bottom: 0;
}