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

a {
  color: #032e86;
}

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

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

.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 #032e86;
}

.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: #032e86;
  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 #9a9293;
  border-radius: 0 15px 15px 0;
  right: -35px; 
  top: 0;
  display: inline-block;
  padding: 4px 10px;
  transition: all .4s ease-out;
  background: #032e86;
}

.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: #032e86;
}

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

.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: #032e86;
    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: 90px 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: #032e86;
}

.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: #032e86;
  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: 7px 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: #032e86;
}

.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: #032e86;
}

.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: #032e86;
  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: #032e86;
  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);
}

.bg-item-1 {
    background: url(../images/bg-item-1.jpg);
    min-height: 260px
}
.bg-item-2 {
    background: url(../images/bg-item-2.jpg);
    min-height: 260px
}

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

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

.services-page div.col-md-3:first-child {
  margin-left: 12%;
}

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

/*-----*/

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





.main-section {
    padding: 40px 0 70px;
}

.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: #032e86;
    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;
}
}


























.hamburger {
  z-index: 5;
}

.is-active {
  position: absolute;
  right: 20px;
  top: 9%;
  padding: 10px 15px;
  z-index: 5;
}

.forDopMenu {
  display: flex;
  justify-content: flex-end;
}

.otstup {
  height: 143px;
}

.scrolled {
  display: none;
}

.scrolled2 {
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.226);
}

.scrolledLogo {
  margin-top: 5px;
  text-align: center;
}

.scrolledAddress {
  text-align: center;
  margin-top: 10px;
}

.scrolledAddress p:first-child {
  font-size: 21px;
  margin-bottom: 11px;
}

.scrolledAddress p:nth-child(2) {
  margin: 0 auto 4px;
  font-size: 16px;
}

.scrolledAddress span {
  display: block;
}

.scrolledPhone {
  text-align: right;
  display: flex;
  justify-content: flex-start;
}

.scrolledPhone {
  text-align: center;
  padding: 0 40px;
  display: block;
  margin-top: 0px;
}

.scrolledPhone .phone {
  font-size: 24px;
  display: inline-block;
  margin: 0 auto 8px;
  color: #000;
  font-weight: 300;
}

.scrolledPhone .phone:hover {
  text-decoration: none;
}

.scrolledPhone .phone img {
  margin-right: 3px;
}

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


  .scrolledAddress {
    width: 64%;
    margin-top: 30px;
  }

  .scrolledAddress p:nth-child(2) {
    margin: 0;
  }

  .scrolledPhone {
    padding: 0 1%;
    margin-top: 8px;
    display: flex;
    justify-content: center;
  }

  .scrolledPhone .phone {
    margin: 4px 10px 0 0;
  }

  .scrolledPhone .btnA,
  .scrolledPhone .btnA:focus {
    margin: 0;
  }
}

@media (min-width: 511px) and (max-width: 991px) {
  header .is-active {
    top: 12%;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .phone-block .phone {
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .scrolledPhone .phone {
    font-size: 20px;
  }
}


@media (max-width: 991px) {
  .dopMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .forDopMenu {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .otstup {
    height: 200px;
  }
}

@media (max-width: 1199px) {
  .otstup {
    height: 134px;
  }
}

@media (min-width: 320px) and (max-width: 519px) {
  .hamburger {
    top: 60%;
    right: 3%;
  }
}

@media (min-width: 320px) and (max-width: 370px) {
  header .logo {
    padding-right: 0%;
  }
}

.main-mnu-mobile li:last-child {
  margin-bottom: 0px;
}

header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
}

.dopMenu {
  position: absolute;
  top: 0;
  width: 340px;
  padding-right: 30px;
  box-sizing: content-box;
  margin-top: 10px;
}

header .header {
  padding: 10px 0;
}

@media (min-width: 320px) and (max-width: 519px) {
  header .logo {
    text-align: center;
  }
}


.scrollup2 {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 150px;
  border-radius: 10px;
  right: 30px;
  opacity: 0.7;
  display: block;
  text-indent: -9999px;
  background: url(../images/phone_icon_white.png) center no-repeat, #032e86;
}

@media (min-width: 320px) and (max-width: 500px) {
  .scrollup2 {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 100px;
  }
}


/* BUTTONS */

.my__btn {
  outline: none;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  color: white !important;
  max-width: 100%;
  display: inline-block;
  padding: 1px 4px;
  background-color: #032e86;
  white-space: nowrap;
  transition: .2s ease-in-out;
  border: 1px solid;
  overflow: hidden;
  position: relative;
  width: 110px;
  float: right;
}

@media (max-width: 519px) {
  .my__btn {
    width: 94px;
  }
}

@media (max-width: 413px) {
  .my__btn {
    width: 81px;
  }
}

@media (max-width: 395px) {
  .my__btn {
    width: 70px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 385px) {
  .table>tbody>tr>td {
    padding: 4px;
  }
}

@media (max-width: 353px) {
  .table>tbody>tr>td {
    padding: 4px;
  }
}

/* FORMA */

.whatBroken {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}

.whatBrokenImage {
  width: 480px;
}

.whatBrokenImage-img {
  height: 100%;
  min-height: 400px;
}

.whatBroken .title {
  padding-bottom: 0;
}

.whatBroken form {
  width: 300px;
}

.whatBroken-choice {
  align-items: center;
}

.whatBroken-label {
  display: block;
  font-size: 20px;
}

.whatBroken-input label {
  font-weight: normal;
  margin-left: 5px;  
}

.whatBroken-input {
  display: block;
  margin: 7px 0px;
  font-size: 16px;
}

.whatBroken-progress {
  font-size: 20px;
  color: #032e86;
  margin-left: 50px;
}

.whatBroken-btn {
  width: 148px;
  height: 36px;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0 auto;
  background-color: #032e86;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .whatBrokenImage {
    display: none;
  }
}


/* CONTACT FORM */

.contactsInfo {
  display: flex;
  justify-content: space-around;
}

.contactsInfo-info {
  width: 500px;
  border: #032e86 2px solid;
  /*цвет бордера МЕНЯТЬ*/
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-bottom: 15px;
}

.contactsInfo-info p {
  display: block;
  width: 100%;
  text-align: center
}

.contactsInfo-form {
  width: 500px;
  border: #032e86 2px solid;
  /*цвет бордера МЕНЯТЬ*/
  border-radius: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 20px;
}

.contactsInfo-form label {
  margin-top: 5px;
}

.contactsInfo-form-input {
  display: block;
  margin: 2px 0px;
  font-size: 16px;
  margin: 0 auto;
  width: 300px;
}

.contactsInfo-form-input input {
  display: block;
  width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 30px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #032e86;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .contactsInfo {
    flex-wrap: wrap;
  }

  .contactsInfo-info {
    margin: 0px 5px 10px;
  }

  .contactsInfo-form {
    margin: 0px 5px;
    margin-bottom: 20px;

  }
}


.map-info {
  position: absolute;
  top: 100px;
  left: 80px;
  background: rgb(255 255 255);
  padding: 20px;
  z-index: 2;
}

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

@media (min-width: 320px) and (max-width: 991px) {
  .map-info {
    left: 0;
    top: 450px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .map-info p {
    max-width: 100%;
  }
}

/* МАСТЕРА */
.masters .title {
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.master-item {
  width: 230px;
  margin: 10px 5px 0px 5px;
  text-align: center;
  padding: 15px 0;
  background-color: #032e86;
  border-radius: 10px;
  color: white;
}

.masterName {
  font-size: 22px;
}

.masterImage {
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.masterAbout {
  font-size: 18px;
}

.masterOpyt {
  font-size: 22px;
}

.testemonials .title {
  padding-bottom: 0;
}



.messageBlock {
  z-index: 2000;
}

.sendMessage {
  z-index: 2000;
}

@media (min-width: 320px) and (max-width: 510px) {

  footer .phone-block,
  .adress {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 510px) {
  footer .phone-block {
    flex-flow: inherit;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .phone-block {
    flex-flow: inherit;
  }
}

.masterImage {
  width: 150px;
  height: 150px;
}

.masterImage img {
  width: 100%;
}


.sendMessage {
  height: 38px;
  width: 266px;
  position: fixed;
  top: 50%;
  right: -114px;
  background: #032e86;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #4a5c66;
  border-radius: 4px 25px 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none;
  z-index: 2;
  transition: .2s ease-in-out;
}

.sendMessage:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}



.sendMessage:hover:before {
  left: 300px;
  transition: .5s ease-in-out;
}

.sendMessage img {
  width: 17px;
  height: 12px;
  align-self: center;
  margin: 0 17px;
}

.sendMessage p {
  color: #fff;
  align-self: center;
}


.messageBlock textarea:hover,
.messageBlock input:hover,
.messageBlock select:hover {
  border: 1px solid #6d6d6d;
}

.messageBlock textarea {
  height: 110px;
  resize: none;
  padding: 7px 8px;
  margin-bottom: 10px;
}

.messageBlock input,
.messageBlock select {
  margin: 10px 0;
}

.messageBlock input:first-child {
  margin: 0 0 10px;
}

.messageBlock select {
  color: #999;
  padding: 0 4px;
}

.messageBlock input[type="submit"] {
  font-size: 16px;
  border: none;
  margin: 10px auto 10px;
  display: block;
  color: white;
}

.messageBlock {
  width: 300px;
  height: 460px;
  position: fixed;
  bottom: -330px;
  right: 30px;
  background: #fff;
  border-radius: 4px 25px 4px 4px;
  z-index: 1000;
  border: 1px solid #032e86;
  box-sizing: content-box;
}

.messageBlock img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -31px;
  border-radius: 50%;
  background: rgb(255 255 255 / 25%);
}

.messageBlock p:first-child {
  background: #032e86;
  padding: 22px 0 18px 20px;
  color: #fff;
  border-radius: 4px 25px 0 0;
}

.messageBlock p:nth-child(2) {
  color: #6d6d6d;
  font-size: 16px;
  padding: 24px 20px;
}

.messageBlock form {
  margin: 0 20px;
}

.btnA,
.btnA:focus {
  width: 148px;
  height: 36px;
  padding: 8px 15px;
  display: block;
  border: none;
  margin: 0 auto;
  background-color: #032e86;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: 0 5px 4px -4px #959da5;
  box-shadow: 0 5px 4px -4px #959da5;
}

.sendForm {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 0 8px;
}

input#name::placeholder {
  color: #969292;
}

input#phone::placeholder {
  color: #969292;
}

textarea#message::placeholder {
  color: #969292;
}

.scrolledLogo p {
  color: #032e86;
}

.scrolledLogo a {
  display: block;
  color: #032e86;
  text-decoration: none;
  text-decoration: none;
}

@media (max-width: 766px) {
  .table td:first-child {
    padding: 8px 10px;
    overflow-wrap: anywhere;
  }

  .table td {
    font-size: 11px;
  }

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

  .table th {
    font-size: 10px;
  }

  .table a {
    width: 95px;
    font-size: 11px;
    padding: 1px;
    height: 40px;
    margin-top: 1px;
  }

  .main-content {
    padding: 60px 15px;
    padding-right: 30px;
  }


  .predator-item {
    padding: 5px 0 5px 15px;
    text-align: center;
  }

  .predator-item a:before {
    display: none;
  }

  .messageBlock img {
    display: none;
  }
}

.Sendmessage {
  height: 38px;
  width: 266px;
  display: flex;
  position: fixed;
  bottom: 0%;
  right: 30px;
  cursor: pointer;
  width: 260px;
  height: 50px;
  z-index: 100;
  border-top-left-radius: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border: none;
  background: rgb(255, 0, 9);
  background: linear-gradient(90deg, #c30000 0%, #005b85 35%, #5c8fc7 100%);
}

.phone {
  height: 55px;
}

.operator {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.otvet {
  color: #81909c;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 0;
}

.online {
  width: 5px;
  margin-bottom: 17px;
  margin-left: 1px;
}

.SendMesslogo {
  width: 30px;
  margin-bottom: 16px;
  margin-left: 9px;
  border-bottom-left-radius: 5px;
}

.sendMessage img {
  width: 17px;
  height: 12px;
  align-self: center;
  margin: 0 17px;
}

.sendMessage p {
  color: #fff;
  align-self: center;
}


.messageBlock {
  right: 30px;
  bottom: -330px;
  display: none;
}

.scrollup {
  bottom: 60px;
}

.scrollup2 {
  bottom: 155px;
}

@media(max-width:768px) {
  .Sendmessage {
    display: none;
  }
}


@media (max-width: 1199px) {
  .otstup {
    height: 109px;
  }
}

.otstup {
  height: 123px;
}

.adress:before {
  display: none;
}



.scrolledLogo p {
  margin: 0;
}




@media (min-width: 320px) and (max-width: 500px) {
  .scrollup2 {
    bottom: 107px;
  }
}

@media (max-width: 768px) {
  .Sendmessage {
    display: none !important;
  }
}












.operator {
  font-size: 11px;

}





.scrolledAddress {
  text-align: center;
  margin-top: -3px;
}

.adress {
  padding-bottom: 0px;
  text-align: center;
  margin-top: -3px;
}

.adress p:first-child {
  font-size: 21px;
  margin-bottom: 11px;
}

.adress p:nth-child(2) {
  margin: 0 auto 4px;
  font-size: 16px;
}

@media (max-width: 425px) {
  .contact-info {
    margin-top: 5px;
  }
}

@media (max-width: 766px) {
  .logo p {
    display: block;
  }
}




.callback .callback-btn {
  font-size: 0.8em;
}

.scrollup {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 65px;
  border-radius: 10px;
  right: 30px;
  opacity: 0.7;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) center no-repeat, #032e86;
}

@media (min-width: 320px) and (max-width: 500px) {
  .scrollup {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.scrolledLogo {
  margin-top: -33px;
  text-align: center;
}

.scrolledLogo p {
  color: #000;
}

.logo {
  margin-top: -30px;
  text-align: center;
}

.scrolledPhone {

  margin-top: -11px;
}

.footer .phone {
  margin-bottom: -20px;
}

.footer .callback-btn {
  font-size: 1.2em;
}

.otstup {
  height: 170px;
}

.scrolledPhone {
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrolledPhone {
    margin-top: -13px;
  }
}

.logo {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .scrolledPhone {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .otstup {
    height: 126px;
  }
}

@media (max-width: 767px) {
  .otstup {
    height: 185px;
  }
}


@media (min-width: 320px) and (max-width: 767px) {

  .logo img,
  .scrolledLogo img {
    width: 120px;
  }
}

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

  .how-item {
    width: 300px;
  }

  .how-wrapper {
    justify-content: space-around;
  }
}

.services .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.services .title {
  width: 100%;
}

.service-item {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-caption .button {
  margin-left: -35px;
}

.banner-3 .row {
  padding: 16px;
  background: #3333337a;
}

.banner-3 {
  background: url(../images/banner-3-bg.jpg) no-repeat;
  background-size: cover;
}

.reviews .row {
  padding: 16px;
  background: #3333337a;
}

.banner-1 .row {
  padding: 16px;
  background: #3333337a;
}

.banner-1 {
  background: url(../images/banner1-bg.jpg) no-repeat;
  background-size: cover;
}


.content .row {
  padding: 5px;
  background: #ffffffc7;
}

.main-section .row {
  padding: 16px;
  background: #3333337a;
}


.service-item:last-child {
  margin-left: 0;
}

.main-section {
  background: url(../images/main-sec-bg.jpg) no-repeat;
  background-size: cover;
}

.banner-1 .sale-form {

  width: 100%;
}

.button {
  margin: 0 5px;
}

.reviews-form .form-control {
  color: #000;
}

.reviews-form textarea {
  color: #000;

}

.banner-3-form .form-control::placeholder {
  color: #fff;
}

.banner-3-form .form-control {
  color: #fff;
}

.sale-form .form-control::placeholder {
  color: #fff;
}

.sale-form .form-control {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 519px) {
  .is-active {
    top: 10%;
    right: 3%;
  }
}

.contactsInfo-info p {
  padding: 0 10px;
}

.price-content {
  padding: 30px 10px;
}

.question {
  background: url(../images/question-bg.jpg) no-repeat;
  background-size: cover;
}

.question-form {
  text-align: center;
  background: #ffffff59;
  padding: 10px;
}

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

.contact-time {
  margin: 0 0 30px;
}

header .logo img,
header .scrolledLogo img {
  width: 120px;
}

.logo,
.scrolledLogo {
  margin-top: 5px;
}


.content {
  padding: 15px;
}

.page-service-item {
  height: 342px;
}

.page-service-item img {
  width: initial;
  max-width: 230px;
}

@media (min-width:991px) and (max-width:1199px) {
  .page-service-item img {
    width: initial;
    max-width: 182px;
  }
}



.banner-3 .title {
  color: #ffffff;
}

@media (max-width: 991px){
.question {
    background: #032e86;
    }

    .question .form-group .form-control{
    background: white;
    }
}









.logo .callback-btn,
.scrolledLogo .callback-btn {
    display: none;
}

.callback .callback-btn {
    font-size: medium;
}

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

.header_contacts {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
}

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

.phone {
    margin-top: -10px;
}

.header_contacts_city p {
    margin-bottom: 0px;
}

a.header_contacts_city {
    margin-right: 5px;
}

.adress p:first-child,
.scrolledAddress p:first-child {
    font-size: 21px;
    margin-bottom: 2px;
}

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

    .logo .callback-btn,
    .scrolledLogo .callback-btn {
        display: initial;
    }
}

@media only screen and (max-width: 990px) {

    .callback .call span,
    .header_contacts {
        font-size: 12px;
    }

    header .callback {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    
    .callback-btn:after {
    min-height: auto;
}

    .logo .callback-btn,
    .scrolledLogo .callback-btn {
        display: initial;
    }

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

    .button:after {
        padding: 2px 10px;
    }

    .scrolledLogo a {
        color: #fff;
    }

    .scrolledLogo p {
        display: none;
    }

    .scrolledLogo a {
        margin-bottom: 10px;
    }

    header .logo p {
        margin-bottom: 5px;
    }

        header .callback {
            margin-top: 15px;
            justify-content: space-evenly;
        }
}

@media (max-width: 519px) {
.hamburger {
    top: 20%;
    right: 3%;
}

.scrolledPhone, .phone {
    padding: 0;
}

.callback .call span,
.header_contacts {
    font-size: 11px;
}

}

a.header_contacts_city {
    color: #032e86;
}

footer .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-mnu div{
    padding: 15px 10px;
}