@charset "UTF-8";
/*
Theme name: Look
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/
@font-face {
  font-family: "Neris";
  src: url("fonts/NerisLight/NerisLight.eot");
  src: url("fonts/NerisLight/NerisLight.eot?#iefix") format("embedded-opentype"), url("fonts/NerisLight/NerisLight.woff") format("woff"), url("fonts/NerisLight/NerisLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Neris";
  src: url("fonts/NerisSemiBold/NerisSemiBold.eot");
  src: url("fonts/NerisSemiBold/NerisSemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/NerisSemiBold/NerisSemiBold.woff") format("woff"), url("fonts/NerisSemiBold/NerisSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*outline: 1px solid #c00;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font: 12px/18px "Neris", Arial, sans-serif;
}

.m_box {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.m_middle-box {
  background-color: #FFDE00;
  font-size: 18px;
  color: #000;
  padding: 20px;
  max-width: 790px;
  font-weight: bold;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.m_middle-box:before {
  content: "";
  position: absolute;
  top: -29px;
  left: calc(50% - 61px);
  width: 122px;
  height: 29px;
  background: url(i/bg-box-bottom.png) no-repeat;
  rotate: 180deg;
}

.m_inb {
  width: 97%;
  min-width: 320px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}

.m_inb:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

.m_cont {
  padding: 55px 0 90px;
}

.m_btn {
  cursor: pointer;
}

.c_head {
  margin-bottom: 50px;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.c_head span {
  display: block;
}

.c_txt {
  overflow: hidden;
}

.c_txt p {
  margin-bottom: 21px;
}

.c_txt h2, h3 {
  color: #000;
  font-size: 25px;
  line-height: 29px;
}

.c_txt table {
  width: 100%;
  border-collapse: collapse;
}

.c_txt table tr td {
  border: 1px solid #373737;
  padding: 10px;
}

.c_txt ul, .c_txt ol {
  margin: 0 0 25px 20px;
}

.c_txt li {
  margin-bottom: 7px;
}

input, textarea {
  font-family: "Neris", Arial, sans-serif;
}

/* Header ----------------------------------------------------------------------------- */
.header {
  min-height: 800px;
  background: url(i/bg-top.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}

.h_top {
  padding: 40px 0;
}

.h_logo {
  float: left;
  display: block;
  width: 173px;
  height: 51px;
  background: url(i/bg-logo.png) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-decoration: none;
  text-indent: -4989px;
  cursor: pointer;
}

.h_desc {
  float: left;
  margin-left: 22px;
  font-size: 18px;
  line-height: 27px;
}

.h_desc span {
  display: block;
}

.h_cont {
  float: right;
  text-align: right;
}

.h_tel {
  display: block;
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
}

.h_tel span {
  font-weight: bold;
}

.h_callme {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dashed #fff;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.h_callme:hover {
  border-bottom: 1px solid #fff;
}

.h_middle {
  padding: 110px 0 45px;
}

.h_middle h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}

.h_middle-box {
  width: 100%;
  max-width: 790px;
  min-height: 70px;
  margin: 0 auto 36px;
  padding: 0 20px;
  background-color: #FFDE00;
  position: relative;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
}

.h_middle-box::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: calc(50% - 61px);
  width: 122px;
  height: 29px;
  background: url(i/bg-box-bottom.png) no-repeat;
}

.h_middle-dop {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.h_middle-dop span {
  display: block;
}

.h_bottom {
  padding: 65px 0;
  text-align: center;
}

.h_bottom-btn {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 77px;
  margin: 0 auto 20px;
  border: 2px solid #F9D801;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background-color: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 69px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.h_bottom-btn:hover {
  background-color: #F9D801;
  color: #000;
}

.h_bottom-vid {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px dashed #fff;
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.h_bottom-vid:hover {
  opacity: 1;
}

/* Middle ----------------------------------------------------------------------------- */
.c_cat-list {
  margin-right: -7px;
  font-size: 0;
  text-align: center;
}

.c_cat-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 7px);
  margin: 0 7px 8px 0;
  position: relative;
}

.c_cat-ins {
  padding-top: 76%;
}

.c_cat-box {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.c_cat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 46px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
}

.type {
  background: #f6f6f6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: left;
}

.type .thumb {
  display: block;
  margin: -20px -20px 10px -20px;
}

.type button {
  display: inline-block;
  height: 45px;
  font-size: 12px;
  text-transform: none;
  width: auto;
  padding: 0 15px;
  vertical-align: middle;
  border: none;
  color: #000;
  background-color: #ffc100;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffde00), to(#ffc100));
  background-image: -moz-linear-gradient(#ffde00, #ffc100);
  background-image: -ms-linear-gradient(#ffde00, #ffc100);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffde00), color-stop(100%, #ffc100));
  background-image: -webkit-linear-gradient(#ffde00, #ffc100);
  background-image: -o-linear-gradient(#ffde00, #ffc100);
  background-image: -ms-linear-gradient(top, #ffde00 0%, #ffc100 100%);
  background-image: linear-gradient(#ffde00, #ffc100);
}

.type .title {
  text-align: left;
  display: block;
  color: #000;
  text-decoration: none;
  margin: 15px 0;
  font-size: 18px;
}

.type .moar {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: #66b1f1;
  border-bottom: 1px dotted #66b1f1;
  vertical-align: middle;
  margin-left: 15px;
}

/* Preim -------------------------------- */
.c_preim {
  padding: 60px 0 20px;
  background-color: #eef2f7;
  overflow: hidden;
}

.c_preim::before, .c_preim::after {
  content: "";
  position: absolute;
}

.c_preim::before {
  top: 122px;
  left: calc(50% - 960px);
  width: 424px;
  height: 284px;
  background: url(i/bg-preim-left.png) no-repeat;
}

.c_preim::after {
  bottom: 100px;
  right: calc(50% - 850px);
  width: 440px;
  height: 480px;
  background: url(i/bg-preim-right.png) no-repeat;
}

.c_preim-box {
  padding-bottom: 45px;
  text-align: center;
}

.c_preim-head {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 52px;
  padding: 12px 22px;
  background-color: #FFDE00;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}

.c_preim-head::before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(50% - 22px);
  width: 44px;
  height: 22px;
  background: url(i/bg-preim-head.png) no-repeat;
}

.c_preim-list {
  margin-right: -60px;
  font-size: 0;
  text-align: center;
}

.c_preim-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 60px);
  margin: 0 60px 20px 0;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.c_preim-item span {
  font-weight: bold;
}

.c_preimbot {
  padding: 37px 0;
  background-color: #FFF39E;
}

.c_preimbot-box {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.c_preimbot-box span {
  display: block;
  font-weight: bold;
}

/* Promo ---------------------------- */
.c_promo {
  min-height: 490px;
  padding: 90px 0 50px;
  background: url(i/bg-promo.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.c_promo .c_head {
  margin-bottom: 20px;
  color: #FFF;
}

.c_promo-box {
  max-width: 930px;
  font-size: 28px;
}

.c_promo-desc {
  margin-bottom: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.c_promo-btn {
  display: block;
  width: 100%;
  max-width: 408px;
  height: 76px;
  border: 3px solid #FFDE00;
  background-color: #FFDE00;
  -webkit-border-radius: 37px;
  border-radius: 37px;
  margin: 0 auto;
  cursor: pointer;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c_promo-btn:hover {
  background-color: #fff;
}

/* Vibor ------------------------------- */
.c_vibor {
  padding: 70px 0;
}

.c_vibor-box {
  padding-top: 40px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.c_vibor-line {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 45px;
  text-align: left;
}

.c_vibor-head {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
  padding: 0 21px 0 15px;
  background-color: #59C800;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 52px;
}

.c_vibor-bad .c_vibor-head {
  background-color: #FF4242;
}

.c_vibor-item {
  min-height: 120px;
  padding-left: 34px;
  position: relative;
  font-size: 22px;
  line-height: 25px;
}

.c_vibor-item span {
  display: block;
  font-weight: bold;
}

.c_vibor-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(i/bg-vibor.png) 0 0 no-repeat;
}

.c_vibor-bad .c_vibor-item::before {
  background-position: -20px 0;
}

/* Show room ------------------------------------ */
.c_sroom {
  min-height: 600px;
  padding: 60px 0;
  background: url(i/bg-showroom.jpg) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}

.c_sroom .c_head {
  max-width: 800px;
  margin: 0 auto 50px;
  color: #FFF;
}

.c_sroom-desc {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.c_sroom-desc span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.c_sroom-info {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 20px 32px 5px;
  background-color: #FFEA00;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

/* Map --------------------------- */
.c_map {
  height: 340px;
  position: relative;
}

.c_map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.c_map-info {
  float: right;
  width: 100%;
  max-width: 350px;
  min-height: 265px;
  margin: 40px 60px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  color: #000;
  text-align: center;
}

.c_map-info__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.c_map-info__tel {
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.c_map-info__tel span {
  font-weight: bold;
}

.c_map-info__btn {
  width: 285px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #FFDF0B;
  background-color: transparent;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c_map-info__btn:hover {
  background-color: #FFDF0B;
}

/* Goods ------------------------- */
.c_goods {
  padding: 60px 0 100px;
  border-bottom: 2px solid #F6F6F6;
}

.c_goods-list {
  font-size: 0;
  text-align: center;
}

.c_goods-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  min-height: 240px;
  padding: 30px 20px 10px;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.c_goods-item:nth-child(1n+4) {
  border-bottom: none;
}

.c_goods-item:nth-child(3n+3) {
  border-right: none;
}

.c_goods-item__title {
  display: inline-block;
  vertical-align: top;
  min-height: 55px;
  padding: 0 18px;
  background-color: transparent;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
}

.c_goods-item__hands {
  width: 106px;
  background-image: url(i/bg-goods-hands.png);
  background-position: center;
  background-repeat: no-repeat;
}

.c_goods-item:hover .c_goods-item__title {
  background-color: #FFDE00;
}

.c_goods-item__txt {
  color: #ACACAC;
  font-size: 18px;
  line-height: 24px;
}

.c_goods-item:hover .c_goods-item__txt {
  color: #000;
}

.c_goods-item__txt span {
  display: block;
}

/* Sertificat --------------------- */
.c_sert {
  padding: 75px 0;
  border-bottom: 1px solid #F6F6F6;
}

.c_sert-list {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

.c_sert-list .slick-list {
  overflow: hidden;
  padding-bottom: 30px;
}

.c_sert-item {
  float: left;
}

.c_sert-item img {
  display: block;
  margin: auto;
}

.c_sert-list .slick-dots {
  list-style: none;
  font-size: 0;
  text-align: center;
}

.c_sert-list .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 2px;
  width: 12px;
  height: 12px;
}

.c_sert-list .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  outline: none;
  background-color: #E2E2E2;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-indent: -4989px;
  cursor: pointer;
}

.c_sert-list .slick-dots li.slick-active button {
  background-color: #FFDE00;
}

/* Video ------------------------ */
.c_video {
  padding: 80px 0;
}

.c_video-list {
  margin-right: -35px;
  font-size: 0;
  text-align: center;
}

.c_video-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 35px);
  margin: 0 35px 35px 0;
  overflow: hidden;
  position: relative;
}

.c_video-ins {
  padding-top: 56%;
}

.c_video-ins::before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #FFDE00;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(i/bg-video-btn.png);
  z-index: 10;
  pointer-events: none;
}

.c_video-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.c_video-item:hover .c_video-box {
  -webkit-background-size: 110% 110%;
  -o-background-size: 110% 110%;
  background-size: 110% 110%;
}

/* Steps ------------------------- */
.c_steps {
  padding: 75px 0 95px;
  background: url(i/bg-zakaz.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.c_steps .c_head {
  color: #FFF;
}

.c_steps-tabs {
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
}

.c_steps-tabs__caption {
  display: flex;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}

.c_steps-tabs__caption li {
  display: block;
  width: 100%;
  max-width: 146px;
  min-height: 225px;
  padding-top: 125px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.c_steps-tabs__caption li.active {
  background-color: #FFF39E;
  color: #000;
  cursor: default;
}

.c_steps-tabs__caption li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center top;
}

.c_steps-tabs__caption li.active::before {
  background-position: center bottom;
}

.c_steps-tabs__zak::before {
  width: 76px;
  height: 51px;
  margin: 15px 0 0 -38px;
  background-image: url(i/bg-steps-zak.png);
}

.c_steps-tabs__shw::before {
  width: 68px;
  height: 70px;
  margin: 0 0 0 -34px;
  background-image: url(i/bg-steps-shw.png);
}

.c_steps-tabs__zam::before {
  width: 69px;
  height: 69px;
  margin: 2px 0 0 -35px;
  background-image: url(i/bg-steps-zam.png);
}

.c_steps-tabs__dos::before {
  width: 79px;
  height: 62px;
  margin: 10px 0 0 -40px;
  background-image: url(i/bg-steps-dos.png);
}

.c_steps-tabs__mnt::before {
  width: 77px;
  height: 78px;
  margin: 6px 0 0 -39px;
  background-image: url(i/bg-steps-mnt.png);
}

.c_steps-tabs__content {
  display: none;
  background-color: #FFF39E;
  padding: 55px 115px;
  margin-top: -7px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.c_steps-tabs__content.active {
  display: block;
}

/* Bottom ----------------------- */
.c_bottom {
  padding: 70px 0;
}

.c_bottom .m_inb {
  background: url(i/bg-bottom.png) left bottom no-repeat;
}

.c_bottom-box {
  float: right;
  width: 520px;
  margin-right: 15px;
  font-size: 24px;
  line-height: 30px;
}

.c_bottom-box span {
  font-weight: bold;
}

.c_bottom-btn {
  width: 100%;
  max-width: 320px;
  height: 54px;
  margin: 40px 0 80px;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 2px solid #FFDF0B;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c_bottom-btn:hover {
  background-color: #FFDF0B;
}

/* Footer ----------------------------------------------------------------------------- */
.footer {
  background-color: #43260F;
}

.f_top {
  padding: 56px 0 76px;
  color: #FFF;
}

.f_bot {
  background-color: #361C07;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 18px;
}

.f_copy {
  float: left;
}

.f_made {
  float: right;
  text-align: right;
}

.f_made a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

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

/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.popup {
  display: none;
  position: relative;
  width: 400px;
  padding: 25px;
  background: #fff;
  text-align: center;
  z-index: 9999;
}

.popup-close {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #363636;
  top: -11px;
  right: -11px;
  cursor: pointer;
}

.popup-close:hover {
  background: #FFF;
  color: #000;
}

.popup-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  color: #000;
  margin-bottom: 5px;
}

.popup-desc {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

/* Форма */
.form-input {
  width: 314px;
  height: 44px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 12px;
  color: #000;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 12px;
  outline: none;
}

.form-input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}

.form-input.valid {
  border: 1px solid #339e36 !important;
}

.form-input:focus {
  color: #000;
}

.form-input::-webkit-input-placeholder {
  color: #000;
}

.form-input::-moz-placeholder {
  color: #000;
}

.form-input:-moz-placeholder {
  color: #000;
}

.form-input:-ms-input-placeholder {
  color: #000;
}

.form-label {
  position: relative;
}

.popup-body input, .popup-body textarea {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  padding-left: 12px;
  border: 1px solid #eee;
  background-color: #FFF;
  outline: none;
}

.popup-body textarea {
  height: 120px;
  resize: none;
  padding-top: 5px;
}

.popup-body input[type=submit] {
  height: 46px;
  padding-left: 0;
  background-color: #FC0;
  border: 1px solid #FC0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
}

input.hide_input {
  display: none;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  display: none !important;
}

.popup-body input.wpcf7-not-valid {
  border: 1px solid #c00;
}

label.error {
  position: absolute;
  top: -16px;
  left: 0;
  font: 400 14px/24px "arial", sans-serif;
  height: 26px;
  padding: 0 10px;
  background: #f3cb1c;
  box-shadow: 0 1px 2px #8b7308;
  color: #000;
}

label.error:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f3cb1c;
}

.popup-thy {
  position: fixed;
  top: calc(50% - 160px);
  left: calc(50% - 200px);
}

/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width: 1100px) {
  .m_inb {
    overflow: hidden;
  }
  .header {
    min-height: 740px;
  }
  .h_middle h1 {
    font-size: 30px;
  }
  .c_preim-list {
    margin-right: -40px;
  }
  .c_preim-item {
    width: calc(33.3% - 40px);
    margin: 0 40px 20px 0;
  }
  .c_steps-tabs__content {
    padding: 45px 80px;
  }
  .c_bottom .m_inb {
    background-position: left center;
    -webkit-background-size: 330px 203px;
    -o-background-size: 330px 203px;
    background-size: 330px 203px;
  }
}
@media screen and (max-width: 900px) {
  .h_middle {
    padding: 60px 0 35px;
  }
  .h_middle h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .h_middle-box {
    font-size: 30px;
  }
  .h_middle-dop span {
    display: inline;
  }
  .c_preim-list {
    margin-right: -20px;
  }
  .c_preim-item {
    width: calc(33.3% - 20px);
    margin: 0 20px 20px 0;
  }
  .c_steps-tabs__content {
    padding: 30px 60px;
  }
  .c_goods-item__txt {
    font-size: 16px;
    padding-top: 5px;
  }
  .c_goods-item__txt span {
    display: inline;
  }
  .c_video-item {
    width: calc(50% - 35px);
    max-width: 305px;
  }
  .c_bottom .m_inb {
    background: none;
  }
  .c_bottom-box {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .h_desc {
    display: none;
  }
  .h_middle h1 {
    line-height: 42px;
  }
  .h_middle-box {
    padding: 5px 20px 8px;
    line-height: 40px;
  }
  .c_head {
    font-size: 32px;
  }
  .c_head span {
    display: inline;
  }
  .c_cat-item {
    width: calc(50% - 7px);
  }
  .c_preim-list {
    margin-right: 0;
  }
  .c_preim-item {
    width: 100%;
    margin: 0 0 20px;
  }
  .c_steps-tabs__content {
    padding: 25px 40px;
  }
  .c_video {
    padding: 50px 0;
  }
  .c_vibor-line {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .c_vibor-item {
    min-height: 80px;
    padding-bottom: 10px;
  }
  .c_goods-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .m_cont {
    padding-bottom: 40px;
  }
  .m_inb {
    padding-left: 5px;
    padding-right: 5px;
  }
  .h_logo, .h_desc, .h_cont {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
  .h_desc {
    display: block;
  }
  .h_middle {
    padding: 30px 0 15px;
  }
  .h_middle h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .h_middle-box {
    padding: 5px 20px 8px;
    line-height: 32px;
  }
  .h_middle-dop {
    line-height: 24px;
  }
  .h_bottom {
    padding: 20px 0 30px;
  }
  .c_head {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .c_cat-item {
    width: calc(100% - 7px);
    max-width: 350px;
  }
  .c_preim-head {
    font-size: 22px;
  }
  .c_promo-desc {
    font-size: 20px;
  }
  .c_sroom-desc {
    font-size: 17px;
  }
  .c_sroom-desc span {
    font-size: 20px;
  }
  .c_sroom-info {
    padding: 20px 15px 5px;
    font-size: 18px;
    line-height: 25px;
  }
  .c_goods-item {
    width: 100%;
    min-height: 160px;
    padding: 20px 15px;
  }
  .c_video-item {
    width: calc(100% - 35px);
  }
  .c_steps-tabs__content.active {
    display: none;
  }
  .c_steps-tabs__caption {
    display: block;
    font-size: 0;
    text-align: left;
  }
  .c_steps-tabs__caption li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 160px;
    min-height: 170px;
    text-align: center;
  }
  .c_bottom {
    padding: 40px 0;
  }
  .c_bottom-btn {
    margin: 20px 0;
  }
  .f_top {
    padding: 35px 0 40px;
  }
  .f_copy, .f_made {
    float: none;
    width: 100%;
    text-align: center;
  }
  .f_copy {
    margin-bottom: 20px;
  }
}
#team {
  border-bottom: 1px solid #ddd;
  padding-bottom: 45px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 70px;
}
#team .row h2 {
  margin-bottom: 50px;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#team .row.team {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
}
#team .row.team .col-sm-3 {
  margin-bottom: 30px;
  max-width: 190px;
  width: 100%;
}
#team .row.team .col-sm-3 img {
  display: block;
  width: 100%;
  height: auto;
}
#team .row.team .the-name {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}
#team .row.team p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  color: #999999;
}

#why {
  padding-bottom: 90px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding-top: 70px;
}
#why .container-fluid {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}
#why h2 {
  margin-bottom: 50px;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#why .rows {
  display: grid;
  grid-template-columns: minmax(0, 440px) 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  #why .rows {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #why .col-sm-7 {
    padding: 20px;
    box-sizing: border-box;
  }
}
#why .col-sm-5 {
  text-align: center;
}
#why .col-sm-5 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  #why .col-sm-5 img {
    width: 80%;
  }
}
#why .text-right {
  text-align: right;
}
#why .quot {
  position: relative;
  padding-left: 40px;
}
#why .quot img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#why ul {
  margin: 0 0 0 40px;
  padding: 0;
  list-style-type: none;
}
#why ul li {
  background: url("../img/li1.png") left 6px no-repeat;
  padding-left: 30px;
  margin: 30px 0;
}

/*# sourceMappingURL=style.css.map */
