body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color:  #4c4c4c;
}
body>p,
body>br {
display:none;
}
.container {
  overflow: hidden;
}


.header-wrapper {
  position: relative;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}

header {
  padding-top: 18px;
}

h1 {
    text-align: center;
}

.logo-wrapp {
      margin: 0 auto;
}

.logo:hover{
   cursor:pointer;
}

.logo img:hover{
   cursor:pointer;
}

.logo img {
  width: 70%;
}

.header-info {
  overflow: hidden;
}

.contact-info {
  
}

.contact-info p {
position: relative; 
line-height: 15px;
margin: 0;
}

.contact-info p span {
  font-weight: 700;
}


.adress-wrapp {
  float: left;
  width: 65%;
}

.callback {
      width: 35%;
      float: right;
      text-align: center;
}

.callback > a{
     text-decoration:none;
}

.callback > a:hover{
     text-decoration:none;
}

.callback  #callback{
     font-size:20px;
     text-decoration:none;
     line-height:20px;
}




.adress {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 18px;
}

.adress:before,
.work-time:before {
  position: absolute;
  left: -20px;
    top: -3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../img/locate-icon.png);
}

.adress  a {
    display: none !important;
}

.work-time:before {
  width: 20px;
  left: -22px;
  background: url(../img/alarm-clc-icon.png);
}

.brand-slogan {
       font-size: 12px;
}

.logo {
    text-align: center;
}

.logo p {
  margin: 0;
}

.contactsMainBlock {
     text-align:center;
    padding-bottom: 30px;
}

.contactsMainBlock li {
    list-style-type: none;
}

.y_mapAndForm {
   padding-bottom: 30px;
}
.contact-info a {
         margin-left: 5px;
  color:  #474747;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: underline;
}

.contact-info a:hover {
  text-decoration: none;
}

.container h2 {
    text-align: center;
}


.callback .call {
  display: inline-block;
  margin-bottom: 15px;
  color:  #474747;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
        text-decoration: none;
       
}

#callback {
    padding-top: 10px;
}

.callback .call:hover {
  text-decoration: none;
  
}

.navigation ul {
        text-align: center;
  margin: 0;
  margin-top: 5px;
  padding: 0 31px;
  border-top: 2px solid #4c4c4c ;
}

.navigation li {
  display: inline-block;
  

}

.navigation a {
  color:  #4c4c4c;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 15px 12px;
  display: inline-block;
}

.navigation a:hover {
  text-decoration: none;
  background: #4c4c4c;
  color: #fafafa;

}

.baner-wrapp {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fafafa;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.baner-img {
  position: absolute;
  
}

.baner-img img {

}

.baner-content {
  min-width: 520px;
  text-align: center;
  padding: 110px 0;

}

.baner-remont {
padding-bottom: 20px;

}

.baner-content h2 {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px
}

.fix-button {
  display: inline-block;
  padding: 10px;
  border: 1px solid #4c4c4c;
  color:  #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.fix-button:hover {
  text-decoration: none;
  background: #4c4c4c;
  color: #ffffff;
}

.baner-content p {
  margin: 0;
  padding-top: 5px;

}

.green-text {
  font-size: 15px;
  color:  #474747;
}

.info-block {
  padding: 25px 15px;
}

.info-block br {
    display: none;
}

.list-left,
.list-right {
  float: left;
  padding-right:0px;
}

div.list-right {
   float:right;
}

.list-left li,
.list-right li {
  position: relative;
  padding-top: 20px;
  font-weight: 600;
  list-style-type: none;
}

.list-left li:before,
.list-right li:before {
  position: absolute;
  display: inline-block;
  left: -15px;
  top: 23px;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/marker.png);
}

.banner-fix-price {
  background: url(../img/baner-fix-price-bg.png);
  margin-bottom: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}


.banner-fix-price .banner-content {
  padding: 40px 30px;
  font-weight: 600;
  text-align: center;
}

.title {
        display: block;
        padding-bottom:15px;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
}

.form-group input {
  padding: 5px 35px 5px 5px;
  color:  #959595;
  font-weight: 300;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid  #4c4c4c;
  margin-right: 5px;
}

.green-btn {
  padding: 6px 30px;
  background: #474747;
  border-radius: 0;
  border: 1px solid #474747;
  color:  #ffffff;
  font-weight: 600;
}

.green-btn:hover {
  background:  #474747;
  border-radius: 0;
  border: 1px solid #474747;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:focus {
  background: #474747;
  border-radius: 0;
  border: 1px solid #474747;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:active {
  background:  #474747;
  border-radius: 0;
  border: 1px solid #474747;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:active:focus {
  background:  #474747;
  border-radius: 0;
  border: 1px solid #474747;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

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

.text-block p {
  text-align: left;
  font-weight: 400;
  line-height: 25px;
}

.text-block .title {
  margin: 0;
  padding-bottom: 15px;
}

.text-block ul li {
  text-align: left;
}

.services {
  padding: 0;
  margin-bottom: 70px;
}

.service-item {
  float: left;
  padding: 20px 12px;
  margin: 0 auto;
  width: 50%;
  background: #fff;
  min-height: 275px;
}

.service-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.service-img {

  float: left;
  width: 40%;

}

.service-info {
  padding-left: 20px;
  width: 60%;
  text-align: center;
  float: left;
}

.service-img img {
  max-height: 200px;
  width: 100%;
}

.service-info .title {
  font-weight: 700;
}

.service-info p {
  max-width: 240px;
  padding-bottom: 20px;
}

.more-btn {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  float: right;
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 700;
}

.more-btn:hover {
  color:  #4c4c4c;
  text-decoration: none;
}

.more-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -4px;
    right: 5px;
  width: 30px;
  height: 30px;
  background: url(../img/arow-1.png);
}

.service-info .green-text {
  font-size: 14px;
}

.gift-banner {
  margin-bottom: 20px;
  text-align: center;
  background: url(../img/gift-banner-bg.png) no-repeat;
  background-size: contain;
}

.gift-banner p {
  padding: 25px 0;
  color:  #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.text-block-why {
  text-align: center;
}

.text-block-why .item {
  padding-top: 45px;
  float: left;
  width: 25%;
  padding-bottom: 70px;
}

.text-block-why .info {
  max-width: 200px;
  min-height: 106px;
  margin: 0 auto;
  
}

.text-block-why .info .title {
  font-size: 17px;
  font-weight: 600;
}

.text-block-why .info p {
  font-size: 15px;
  font-weight: 300;
  line-height: 18.75px;
}

.text-block-why  .more {
  color:  #7f7d7d;
  display: inline-block;
  padding: 7px 15px;
  background: #fafafa;
  border: 1px solid #ededed;
}

.text-block-why  .more:hover {
  text-decoration: none;
  color: #fafafa;
  background: #7f7d7d;
}

.banner-2-wrapp {
  background: url(../img/banner2-bg.png) no-repeat;
  background-size: cover;
}

.banner2-info {
  background: url(../img/dark-bg.png) no-repeat;
    background-size: 100% 100%;
  padding: 35px 0 35px 90px;
  color:  #f0f0f0;
  font-weight: 300;
}

.banner2-info .title {
  padding-bottom: 15px;
  font-weight: 300;
  line-height: 25px;
}

.sale-banner {
  margin-bottom: 70px;
  padding: 25px 0;
  color:  #ffffff;
  text-align: center;
  background: url(../img/sale-banner-bg.png);
}

.surpris_form_long input.tel_form_input {
  color: #333;
}

.how-we-work {
  margin-right: -80px;
  overflow: hidden;
}

.how-we-work .item {
  position: relative;
  width: 20%;
  padding-right: 70px;
}

.how-we-work .item .img {
  padding-bottom: 15px;
}

.how-we-work .item .info {
  min-height: auto;
}

.how-we-work .item:after {
  position: absolute;
  top: 30%;
  right: 15px;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/arrow-r.png);
}

.how-we-work .item:last-child:after {
  content: none;
}

.reviews {
  padding-bottom: 70px;
}

.reviews{
 text-align:center;
}

.reviews .title {
  text-align: center;
  padding: 50px 0px;
}

.review-item {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ededed;
  overflow: hidden;
  background-color:  #fafafa;
}

.avatar, .review-text {
  float: left;
}

.review-text br {
   display:none;
}

.avatar {
  width: 7%;
}

.avatar img {
  width: 100%;
  max-width: 50px;
}

.review-title {
  font-size: 17px;/* Приближение из-за подстановки шрифтов */
  font-weight: 600;
}
 
.review-title .green-text {
  font-size: 15px;
  font-weight: 400;
} 

.review-text {
  width: 93%;
}

.buttons {
  text-align: center;
}

.buttons .green-btn {
  width: 270px;
}

#more-reviews {
  background: #fff;
  border: 1px solid #474747;
  color:  #474747;
}

footer {
  padding: 20px;
  width: 100%;
  color:  #9f9f9f;
  font-size: 13px;
  font-weight: 600;
  background: #4d4d4d;
}

footer p {
  margin: 0;
}

.footer-nav,
.footer-nav ul,
.copiryght,
.footer-adress,
.footer-callback {
  padding-right: 15px;
  float: left;
}

.footer-nav ul {
     padding-left: 0px;
}

.copiryght {
  
  text-align: center;
}

.footer-nav li {
  list-style-type: none;
}
 footer a {
  color:  #9f9f9f;
  font-size: 12px;
  font-weight: 600;

 }

  footer a:hover {
    color:  #9f9f9f;
  }

 footer .scheme {
  padding-left: 5px;
 }

 .footer-adress span {
  font-weight: 700;
 }

 .footer-adress p {
  padding-bottom: 10px;
 }

 .footer-callback {
  padding-left: 20px;
  text-align: center;
 }

.footer-callback p {
  font-size: 22px;
  padding-bottom: 15px;
}

.footer-callback .btn {
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  background: transparent;
  border: 2px solid #9f9f9f;
  color: #9f9f9f;
}

.footer-callback .btn:hover {
  background: #9f9f9f;
  color: #4d4d4d;
}

#scrollup {
position: fixed; /* фиксированная позиция */
padding: 15px 10px 10px; /* отступы */
right: 30px; /* отступ слева */
bottom: 120px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
}



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

.list-left-price {
  padding-bottom: 60px;
  float: none;
}


.text-block-why-price-page .item {
  margin-bottom: 10px;
  border: 2px solid #474747;
  float: none;
  width: auto;
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-bottom: 1px solid #ededed !important;
}

.table>thead>tr>th {
  background: #ededed;
}
.table>tbody>tr>td {
  background: #fafafa;
}

.table-wrapp {
  padding-top: 20px;
}

.fix-sale-block {
  text-align: center;
}

.fix-sale {
  text-decoration: none;
  background: #4c4c4c;
  color: #ffffff;
}

.fix-sale:hover {
  color: #4c4c4c;
  background: transparent;
}


.sidebar {
  padding: 70px 0;
}

.banner-content textarea {
  display: block;
  margin: 10px auto;
  width: 100%;
  resize: none;
}

.banner-fix-lg {
  margin-bottom: 60px;
}

.banner-fix-lg .form-group,
.banner-fix-lg button {
  width: 49% !important;
  float: left;
}

.banner-fix-lg .form-group {
  padding-right: 10px;
}

.banner-fix-lg .form-control {
  width: 100% !important;
  margin-right: 10px;
}



.banner-fix-rev .inputs,
.banner-fix-rev textarea  {
  float: left;
  display: inline-block;
}

.banner-fix-rev {
  background: linear-gradient(90deg, #eff1f0 67%, #ffffff 100%);
  padding-bottom: 20px;
}

.banner-fix-rev .inputs {
  width: 40%;
  padding-right: 20px;
}

.banner-fix-rev textarea {
  
  margin-top: 0;
}

.banner-fix-rev .textarea {
  position: relative;
  width: 60%;
  float: left;

}

.banner-fix-rev #fix-banner-calculate-btn {
  position: absolute;
  bottom: 12px;
  right: 2px;
}


.service-diagnostick .service-item {
  width: 14%;
}

.service-diagnostick .service-item .service-info,
.service-diagnostick .service-item .service-img {
  float: none;
  width: 100%;
}

.service-diagnostick .service-item .service-info  .title {
  font-size: 14px;
}

.pop-up-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);

}

.pop-up {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 440px;
  margin-left: -220px;
  margin-top: -110px;
  background: #4d4d4d;
  padding: 15px 30px;
  text-align: center;
  color: #fafafa;
}

#close-btn {
  position: absolute;
  top: -19px;
  right: -19px;
  border-radius: 50%;
  background: #fff
               url(../img/close.png);
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  cursor: pointer;
}


.show{
  display: block;
}

.contacts-text-block h1{
     text-align:center;
}

.contacts-text-block h3 {
  padding-bottom: 30px;
}

.contacts-text-block{
  padding-bottom: 40px;
}


.contacts-text-block p {
  text-align: center;
}

.contact-item {
  position: relative;
}

.contact-item:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
}

.contact-phone:before {
  background: url(../img/phone-ico.png);
  left: 105px;
  top: -2px;
}

.contact-adress:before {
  background: url(../img/loc-ico.png);
  width: 14px;
  left: -5px;
}

.contact-time:before {
  background: url(../img/clock-ico.png);
  left: 49px;
}


.map {
  padding-bottom: 40px;
}

.icon {
  position: fixed;
  right: 15px;
  top: 10px;
  left: unset;
  z-index: 1000;
  display: none;
}

.menui,
.bootom-animate,
.top-animate {
  background: #474747 !important;
}

.mobilenav {
  background: rgba(100,100,100,0.7);
}

.text-block-why {
       padding-top: 30px;
}

.contact-info a {
 display: block;
}

.heading-text  {
   text-align: center;
}

.mfp-content {
  padding: 10px;
background: #fff;
text-align: center !important;
}

.checkbox a {
  color: #ed3237;
}

.breadcrumb a {
  color: #ed3237;
}

.breadcrumb a:hover {
  color: #ed3237;
}

.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 QUERIES ------------------------------ */





@media (min-width: 1200px) {
  
.container {
  width: 1140px;
}

}

@media (max-width: 1200px) {
  
.adress-wrapp,
.footer-adress {
  font-size: 12px;
}

.navigation a {
  padding: 10px 7px;
}

.list-left, .list-right {
    width: 50%;
}



@media (min-width: 768px) and (max-width: 992px) {
 
 .contact-info {
  padding-left: 0;
 }


 .navigation a {
  font-size: 11px;
  font-weight: 400;
 }  

 .baner-img {
    opacity: 0.5;
    left: 0;
}

.banner-fix-wrapp {
  padding-right: 45px;
  padding-left: 0;
}

.banner-fix-price {
  background-size: contain;
}

.service-item {
  padding: 20px 22px;
}

.gift-banner {
  background-size: cover;
}

.gift-banner p {
  padding: 8px 0px;
  font-size: 18px;
}

.banner2-info {
  background: none;
}

.baner-remont {
padding-bottom: 20px !important;
}

.service-diagnostick .service-item {
  width: 50%;
}

.contact-item:before {
  display: none;
}

.fix-sale-block {
  margin-bottom: 40px;
}


}

@media (max-width: 768px) {

.callback .call {
  margin-top: 0;
        margin-right: 15px;
}

.baner-wrapp {
  
}

.banner-fix-wrapp {
  padding-right: 15px;
  padding-left: 15px;
}

.how-we-work {
  zoom: 80%;
  margin-right: 0;
}

.how-we-work .item:last-child {
  padding-right: 0;
}

.service-item {
  padding: 20px 25px;
}

.service-item .service-info .title {
  font-size: 20px;
}

.service-diagnostick .service-item {
  width: 50%;
}

.contact-item:before {
  display: none;
}

.fix-sale-block {
  margin-bottom: 40px;
}

.sidebar .item {
  width: 100%;
}

  
}

@media (max-width: 766px) {

.adress-wrapp {
  display: none;
}

.callback {
   float: left;
   width: 100%;
}

.navigation {
  display: none;
}

.baner-content {
  min-width: 100%;
}

.text-block-why .item {
  width: 50%
}

.gift-banner {
  background-size: cover;
}

.gift-banner p {
  padding: 10px 0;
  font-size: 19px;
}

.avatar {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 15%;
}

.buttons .btn {
    margin-top: 15px;
   
}

.service-item {
  width: 100%;
  padding: 20px 25px;
}

.text-block-why .item {
  width: 50%;
}

.how {
  display: none !important;
}

.footer-nav, .footer-nav ul, .copiryght, .footer-adress, .footer-callback {
  float: none;
  padding-right: 0;
  padding-bottom: 15px;
}

.footer-nav ul {
  padding-left: 10px;
    float: left;
    width: 50%;
}

.list-left, .list-right {
  width: 100%;
}

.sale-banner {
  padding: 25px 10px;
}

.contact-info {
  overflow: hidden;
  padding-left: 0;
}

.contact-info .callback {
    width: 100%;
    float: right;
    padding-bottom: 10px;
    text-align: center;
}

#callback {
  display: none;
}

.banner2-info {
  padding: 35px 0 35px 35px;
}

.icon {
  display: block;
}

.contact-item:before {
  display: none;
}

.green-btn {
  padding: 9px 6px;
  font-size: 10px;
}

.service-diagnostick .service-item {
  width: 100%;
}

.fix-sale-block {
  margin-bottom: 40px;
}

.sidebar .item {
  width: 100%;
}

.banner-fix-rev .inputs, .banner-fix-rev textarea {
  float: none;
  width: 100%;
}

.banner-fix-rev .textarea {
  width: 100%;
}

.banner-fix-rev #fix-banner-calculate-btn {
  bottom: 20px;
    right: 5px;
}

.banner-fix-rev {
  overflow: hidden;
}

.banner-fix-rev .inputs {
  padding-right: 0;
}



.logo p {
      display: none;
}

.banner-fix-price .banner-content {
    padding: 50px 8px;
}
  

/* Forms */

.mfp-content .tel_form,
.mfp-content .bmap_form {
  float:none !important;
  margin:0 auto !important;
}

.modal_form .tel_form {
  margin-top:0;
}


.tel_form_input,
.greyFormInp input,
textarea{
        border-radius: 0;
  color:#000 !important;
}

a.tel_button_red:focus,
a.tel_button_grey:focus,
input:focus{
  box-shadow:0 0 10px rgba(0,0,0,.5);
  color:#000;
  text-decoration:none;
  outline:none;
}
.tel_button_red {
  width:265px;
  font:15px/17px 'RobotoCondensed-Light',Verdana, sans-serif;
  height:35px;
  text-align:center;
  border:none;display:block;
  color:#fff;
  cursor:pointer;
  margin:11px auto 0;
  background: #474747;
}
a.tel_button_red:hover{
  text-decoration:none;
  color:#fff;
}
.footer_contacts .tel_button_red {
  width:200px;
}
}

.info-block {
    padding: 15px;
}
.text-block {
    padding:10px 0px;
}

.tel_form_input {
    border-radius: 0;
    vertical-align: middle;
    height: 34px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #666;
}
.get_red_ask_modal,
.get_discount_red_modal,
.modal_form,
.tel_button_order_modal {
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center !important;
}
.title_p {
    font-size: 21px;
}
.sweet-alert .sa-error-container {
    display: none;
}
.bmap_form input {
    width: 49%;
}
.get_red_ask_modal textarea {
width: 100%;
}