*, *:before, *:after {box-sizing: border-box;}

body, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 10px;
  font-family: sans-serif;
  color: #333;
}

textarea:focus, input:focus{ outline: none; }
::-webkit-input-placeholder {color:#777;}
::-moz-placeholder          {color:#777;}
:-moz-placeholder           {color:#777;}
:-ms-input-placeholder      {color:#777;}

img { border: none; }
.nowrap { white-space: nowrap !important; }

.fs1_2rem {
  font-size: 1.2rem;
}

section {
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  text-align: center;
}

section h2 {
  font-weight: normal;
  font-size: 2.1rem;
  padding: 0 1rem;
}

.phones {
  display: block;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  line-height: 1.2em;
}

.phones a {
  text-decoration: none;
  color: #353535;
}

.company_info--desktop_only { display: none; }

.company_phones--mobile_only {
  background: #fff;
  background: rgba(255,255,255,0.9);
  padding: 1rem;
  font-size: 1.5rem;
  display: inline-block;
}

.company_phones--mobile_only .phones {
  padding-top: 0.3rem;
  line-height: 2.2rem;
}

.company_info--mobile_only {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #fff;
  background: rgba(255,255,255,0.9);
}

#hero {
  padding: 0 0 2rem 0;
  border: 0;
  background: url('/img/bg.jpg') no-repeat center center #dfdfdf;
  background-size: cover;
}

#hero h1 {
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #fff;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
}

.offer, .hero__content {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #fff;
  background: rgba(255,255,255,0.9);
  margin-bottom: 1rem;
  border-radius: 3px;
}

.hero__content {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}

form.callback {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 3px;
}

form.callback .form__descr {
  color: #353535;
  background: #fff;
  background: rgba(255,255,255, 0.9);
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border-radius: 3px;
}

form.callback input[type=text], form.callback button, .lead-btn {
  border-radius: 3px;
  border: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

form.callback input[type=text] {
  border: 1px solid #ccc;
}

form.callback button, .lead-btn {
  background: #ff8000;
  color: white;
  cursor: pointer;
  border-bottom: 5px solid #d45a00;
}

button:hover {
  background: #ff9000;
}

#kitchen_fasedes, #kitchen_types {
  font-size: 1.4rem;
}

.img-list-3-item {
  display: inline-block;
  width: 98%;
  padding: 0.3rem;
}

.img-list-3-with-btn img {
  width: 98%;
}

.img-list-3 img {
  width: 98%;
  padding-bottom: 1.7rem;
}

.certs-list img {
  width: 32%;
  max-width: 310px;
}

.docs-list img {
  width: 32%;
  padding: 1%;
  max-width: 310px;
}

#why_us ul {
  list-style-type: none;
  margin: 2rem auto 0 auto;
  width: 90%;
  max-width: 900px;
  font-size: 1.4rem;
}

#why_us ul li {
  text-align: left;
  padding: 1rem 0;
  font-size: 1.2rem;
}

#why_us ul li b {
  display: inline-block;
  border-bottom: 3px solid #ff8400;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

#why_us {
  /* background-color: #ffebfe;
  background-image: url("/img/bg_brilliant_ffebfe.png");
  background-color: #d1ffd3;
  background-image: url("/img/bg_brilliant_d1ffd3.png");
  background-repeat: repeat;*/
}


#docs, #certs {
  background-color: #ddddff;
  background-image: url("/img/bg_brilliant_ddddff.png");
  background-repeat: repeat;
}

#reviews {
  background-color: #d1ffd3;
  background-image: url("/img/bg_brilliant_d1ffd3.png");
  background-repeat: repeat;
}

.review {
  clear: both;
  padding: 3rem 0;
  border-bottom: 3px solid #55AA55;
}

.review:last-child {
  border-bottom: none;
}

.review__img {
  width: 30%;
  max-width: 300px;
  float: left;
  margin-right: 1rem;
}

.review__img img {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
}

.review__text {
  text-align: left;
  text-align: justify;
  font-size: 1.2rem;
  text-indent: 2rem;
}

.review__fio {
  padding-top: 1rem;
  font-weight: bold;
}

.review__title {
  font-weight: bold;
  padding-bottom: 0.8em;
}

footer {
  text-align: center;
  padding: 3rem;
  font-size: 1.3rem;
  background: #464646;
  color: #eee;
}

.cities_list {
  margin: 1rem 0;
}

.cities_list a {
  color: #353535;
  text-decoration: none;
  display: block;
  font-size: 2rem;
  line-height: 3.5rem;
}

.submit-status {
  font-size: 1.2rem;
  display: none;
  background: #ffffff;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

.submit-status.invalid {
  color: #cc5555;
}

.footer__rights {
  text-align: justify;
  font-size: 0.8rem;
  width: 100%;
  margin: 0 auto;
  text-indent: 2rem;
}

.footer__rights p:last-child {
  margin-bottom: 0;
}

.city_contacts__requisites {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.footer__requisites {
  margin-top: 1rem;
  font-size: 0.86rem;
}

.footer__nav {
  margin-bottom: 1rem;
}

.footer__nav a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 1rem 0.5rem;
  white-space: nowrap;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.asterisk {
  color: #353535;
  text-decoration: none;
}

.privacy-policy {
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.privacy-policy-confirm-block {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-align: left;
  border-radius: 3px;
  padding: 0.5rem;
  background: #fff;
  background: rgba(255,255,255,0.94);
}

.privacy-policy-confirm-block a {
  color: #353535;
}

.privacy-policy-confirm-block input[type=checkbox] {
  transform: scale(1.4);
  margin-right: 0.5rem;
}

#autocallbackform {
  padding: 0.8rem 0.8rem 0 0.8rem;
}

#autocallbackform .submit-status {
  font-size: 1rem;
}

#autocallbackform form {
  width: 100%;
}

.autocallback__wrap {
  padding-bottom: 1rem;
}

#autocallback__img {
  margin: 0 1rem 0 0;
  float: left;
  width: 24%;
}

#autocallback__text {
  font-size: 1rem;
}

#autocallback__img img {
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
}

.brand {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.calc__photo {
  background: #ff8000;
  color: white;
  cursor: pointer;
  border-bottom: 5px solid #d45a00;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  width: 98%;
}

.we-are-online {
  text-align: center;
  padding-top: 0.1em;
}

.we-are-online-btn {
  display: inline-block;
  border-radius: 50%;
  background: #4dd965;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid white;
  margin-right: 0.3em;
  margin-bottom: -0.1em;
}

@media (min-width: 460px) {
  body, html {
    font-size: 12px;
  }
  .docs-list img { width: 25%; padding: 2%; }
  .certs-list img { width: 25%; padding: 2%; }
}

@media (min-width: 700px) {
  #why_us ul { width: 60%; }
 .img-list-3 img { width: 32%; padding-bottom: 0; }
 .img-list-3-item { width: 30%; }
}

@media (min-width: 900px) {
  body, html {
    font-size: 16px;
  }
  footer { font-size: 1rem; }
  .cities_list a { display: inline-block; margin-right: 2rem; }
  .img-list-3 img { width: 30%; padding: 1%; }
  .company_info--mobile_only, .company_phones--mobile_only { display: none; }
  .company_info--desktop_only {
    display: table;
    width: 100%;
    font-size: 0.9rem;
    border-collapse: collapse;
  }

  .company_info--desktop_only .bg {
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 0.5rem;
    display: inline-block;
    margin: 0;
  }

  .company_info--desktop_only td {
    padding: 0;
  }

  .company_info--desktop_only td:first-child {
    text-align: left;
    vertical-align: top;
  }

  .company_info--desktop_only td:last-child {
    text-align: right;
    vertical-align: top;
  }

  .rights { width: 80%; }

  .cities_list a { font-size: 1.6rem; line-height: 2.2rem; }

  #kitchen_fasedes, #kitchen_types { font-size: 1.2rem; }
}

@media (min-width: 1300px) {
  body, html {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  body, html {
    font-size: 22px;
  }
}


.quiz-form {
  padding: 1rem; background: #fff;
}
.quiz-form__title { text-align: center; padding: 0 0 0.6rem 0; font-size: 1.2rem; }

.quiz-form__stage-title { font-size: 1.1rem; padding-bottom: 0.5rem; }
.quiz-form__stage-answers {
}

.quiz-form__stage-answer {
    padding: 0.2rem 0;
    width: 100%;
}

.quiz-form__stage-answers p {
    padding: 0.3rem 0 0.3rem 0;
}

.quiz-form__input-helper {
  margin-top: 0.3rem;
  font-size: 0.9rem;
}

.quiz-form input[type=text] {
  background: #eee;
  font-size: 1.2rem;
  padding: 1rem;
  border: none;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #ff8000;
}

.quiz-form__left-col {
    width: 50%;
    float: left;
    padding: 1rem 2rem 2rem 2rem;
}

.quiz-form__right-col {
    width: 50%;
    float: right;
    padding: 1rem 2rem 2rem 2rem;
}

.quiz-form__right-col img { width: 100%; border-radius: 2px; }

.btn-outline {
    padding: 0.3rem 0.6rem;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    color: #2749C8;
    border: 0px;
}

.btn-outline:hover {
    background: #d7e3fb;
}

.desktop-only { display: block; }
.mobile-only { display: none; }

@media screen and (max-width: 550px) {
 .desktop-only { display: none; }
 .mobile-only { display: block; }
 .quiz-form__left-col {
    width: 100%;
    float: none;
 }
 .quiz-form__right-col {
    width: 100%;
    float: none;
 }
}

