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

a:hover {
    text-decoration: none;
}

.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 rgba(0,170,255,1);
}

.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: rgba(0,170,255,1);
    transition: all .4s ease-out;
    outline: none;
        background: #1e5799;
        background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 51%, #207cca 98%, #7db9e8 100%);
        background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 51%,#207cca 98%,#7db9e8 100%);
        background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 51%,#207cca 98%,#7db9e8 100%);

}

.button:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    min-height: 37px;
    font-size: 1.2em;
    position: absolute;
    border-left: 1px solid #0072BC;
    border-radius: 0 15px 15px 0;
    right: -35px;   
    top: 0;
    display: inline-block;
    padding: 4px 10px;
    transition: all .4s ease-out;
        background: #1e5799;
        background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 51%, #207cca 98%, #7db9e8 100%);
        background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 51%,#207cca 98%,#7db9e8 100%);
        background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 51%,#207cca 98%,#7db9e8 100%);
}

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



.header {
    padding-top: 25px;
}

.logo img {
    width: 100%;
}


.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: #1f435c;
}

.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 {
    color: #56b8ff;
    background: #253743;
}

.main-mnu-mobile {
display: none;
position: fixed;
top:0;
bottom: 0;
left: 0;
background: #fff;
text-align: left;
padding: 25px;
z-index: 9999;
}

.main-mnu-mobile ul {
    list-style: none;
}

.main-mnu-mobile ul li {
    padding: 15px 0; 
}

.main-mnu-mobile ul a {
    color: #56b8ff;
    font-weight: 600;
}

.mnu-slide {
left: 0%;
}

.main-section {
    background: url(../images/main-sec-bg.jpg);
    padding: 50px 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: #0072BC;
}

.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: #00a3fc;
    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 {
    color: #00a3fc;
    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: 20px 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: #00a8ff;
}

.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: #0072BC;
}

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

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

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

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

.banner-3 .title {
    color: #0072BC;
    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;
}


/* 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: #00a8ff;
    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 {
       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);
}

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

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

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

.banner-item-10 {
       background: url(../images/banner-item-10.jpg);
}
.banner-item-11 {
       background: url(../images/banner-item-11.jpg);
}
.banner-item-12 {
       background: url(../images/banner-item-12.jpg);
}
.banner-item-13 {
       background: url(../images/banner-item-13.jpg);
}

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

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

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

.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: 50px;
}

.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;
}

/*-----*/


.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;
}


.predator-wrap {
  display: flex;
}

.predator-item {
  margin: 0 auto;
}

a.callback-trigger.button {
    color: #fff;
}

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

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

.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;
}

@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;
       }
}

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

.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};




