body{
  font-size: 17px;  
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background-color: #efefef;
  color: #3a3a3a;
}
.header {
  background: #fff;
}

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

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

input[type="text"], input[type="email"],
input[type="url"], input[type="password"], 
input[type="tel"], input[type="search"], 
textarea {
  background: #FAFAFA;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
input[type="tel"]:focus,  
textarea:focus {
    background-color: #FFFFFF;
    color: #666666;
    border-color: #BFBFBF;
}
.header>.container {
  padding: 40px 0;
}

.header a {
  color: #222;
}

.header .main-title a:hover {
  color: #000;
}

.main-title {
    margin: 0;
    font-weight: bold;
    font-size: 45px;
    line-height: 1.2em;
}

.site-description {
  font-size: 15px;
  margin: 0;
  color: #999999;
}

.header-phones .phone-row {
    margin-bottom: 5px;
}

.header-phones .phone-row a {
  font-size: 36px;
}

.header-phones .buttons-row a {
    padding: 10px 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
}

.header-phones .buttons-row a:hover {
    background: #ff7749;
}

/*Блок контента*/
.content-block {
  background: #fff;
  margin-bottom: 15px;
  margin-right: 10px;
}

.content-photo {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}

.inside-article {
  padding: 40px;
}

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

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

p.title-block {
  font-weight: 300;
  font-size: 30px;
}

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

.how-we-work .item {
    position: relative;
    width: 25%;
    padding-right: 60px;
    box-sizing: border-box;
}

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

.text-block-why .item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.75px;
    margin-top: 10px;
}

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

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

.title {
  font-size: 35px;
  word-wrap: break-word;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.bottom-form {
  text-align: center;
}

.form-title {
  color: #ff7749;
  font-size: 20px;
  margin-bottom: 30px;
}

.input {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 5px;
    margin-bottom: 1.5em;
}

.decorate-input {
  color: #ff7749;
}

textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.5rem;
}

.accept {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.accept label {
  font-weight: normal;
}

.accept input {
    margin-right: 10px;
}

.submit-btn {
  border: 0;
  padding: 10px 20px;
  background: #ff7749;
  color: #000;
}

.right-sidebar {
  background: #fff;
  margin-bottom: 15px;
}
.right-sidebar img {
  max-width: 100%;
}

.right-sidebar .input {
  width: 100%;
}

.img-deti {
  margin-left: 38%;
}

/*крошки*/

.breadcrumb {
  background: transparent;
  padding-left: 40px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

p.crumbs {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 1.5em;
}

.form-group {
  overflow: hidden;
}

.button {
  position: relative;
  border: 0;
  padding: 10px 20px;
  background: #ff7749;
  color: #000;
}
}

.button:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  min-height: 37px;
  font-size: 1.2em;
  position: absolute;
  border-left: 1px solid #000;
  border-radius: 0 15px 15px 0;
  right: -35px; 
  top: 0;
  display: inline-block;
  padding: 4px 10px;
  transition: all .4s ease-out;
  background: #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: #222;
}

.main-mnu {
  display: flex;
  justify-content: center;
  line-height: 60px;
}

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

.main-mnu a:hover {
  background: #3f3f3f;
}

.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: #333;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

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

.mnu-slide {
left: 0%;
}

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

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

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

.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: 5px 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: #000;
}

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

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

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

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

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

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

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

.footer-widgets {
 margin-top: 10px;
 background: #fff;
}

.footer-widgets>.container {
   max-width: 1100px;
  padding: 40px 0;
}

.footer-widget {
 padding: 0 40px;
}

.widget-title {
    font-size: 20px;
}

.footer-widgets .widget-title::before {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    top: -11px;
    background: url(../images/icon-ok.png);
    height: 44px;
    width: 44px;
}

.footer {
  padding: 20px 0;
  background: #222;
  color: #fff;
  font-size: 14px;
}

.footer>.container {
   max-width: 1100px;
}

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

.footer li {
  list-style: none;
}

.footer p {
  margin: 0;
}
.footer .main-mnu {
  padding-bottom: 20px;
  font-size: 15px;
}

.footer .phone-field {
  color: #ff7749;
}

.footer .problems a:hover {
  color: #606060;
}

/* 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: #333;
  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;
}

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

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

.block404 {
  padding-bottom: 120px;
}

.block404 h1 {
  text-align: center;
}

.block404 p {
  margin: 45px auto;
}

.block404 a {
  margin-left: 36%;
}


/*-----*/

.scrollup {
    width: 58px;
    height: 44px;
    opacity: 0.8;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url(../images/up2.png) no-repeat;
}

.callback-popup {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  height: 470px;
  background: #fff;
  border-radius: 10px;
  border: 12px solid rgba(0, 0, 0, 0.67);

}

.callback-popup .form-control {
  padding: 10px;
}

.callback-popup .form-group {
  margin: 0;
}

.callback-popup .form-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.callback-popup .input {
  width: 75%;
  margin-left: 13%;
}

.callback-popup .input input{
  height: 45px;
}

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

.callback-popup .show {
  margin: 50% auto;
}

.callback-popup button.mfp-close {
  top: 415px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/controls.png) no-repeat -25px 0;
  text-indent: -9999px;
   -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.callback-popup button.mfp-close:hover {
  background-position: -25px -25px;
}

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

#order-popup {
  min-height: 500px;
  padding: 10px;
}

#order-popup .form-title{
  margin-bottom: 0;
}

#order-popup .input{
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}

#order-popup button.mfp-close {
  top: 440px;
}


@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: #333;
    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;
}

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

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

@media (min-width: 320px) and (max-width:795px) {
.footer-widgets>.container {
      padding-left: 10%;
}


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

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

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

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