/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
* {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 14;
  background-image: url(../images/arrow_right.png);
  background-size: 18px 14px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg) scale(0);
  bottom: 50px;
  right: 10%;
  border: 1px #ff9900 solid;
  transition: all 0.3s;
}
.scroll.active {
  transform: rotate(-90deg) scale(1);
}
.btn {
  background: #ff9900;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #7a0016;
}
.title {
  padding-left: 52px;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}
.title span {
  color: #ff9900;
}
.title::before {
  position: absolute;
  content: "";
  background-image: url(../images/title_bef.svg);
  background-size: cover;
  width: 28px;
  height: 32px;
  left: 0;
  top: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  background: rgba(40, 40, 40, 0.85);
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}
.header_logo {
  display: flex;
  width: 270px;
}
.header_logo img {
  width: 100%;
  height: 100%;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
  transition: all 0.3s;
}
.header.active .header_wrapper {
  height: 86px;
}
.header_title {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.header_order {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header_number {
  font-weight: 700;
  border-bottom: 1px solid #ff9900;
  color: #ff9900;
  font-size: 22px;
  margin-bottom: 11px;
  display: block;
  transition: all 0.3s;
}
.header_number:hover {
  color: #7a0016;
  border-bottom: 1px solid #7a0016;
}
.header_btn {
  width: 171px;
  height: 35px;
  background: #7a0016;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.header_btn:hover {
  background: #ff9900;
}

.main {
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 235px 0 140px;
  overflow: hidden;
}
.main .container {
  position: relative;
}
.main_title {
  max-width: 590px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 45px;
}
.main_title span {
  color: #ff9900;
}
.main_text {
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 45px;
  max-width: 575px;
}
.main_btn {
  width: 350px;
  height: 78px;
}
.main_img {
  position: absolute;
  right: -235px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.advantages {
  margin: 125px 0;
}
.advantages_wrapper {
  display: flex;
  justify-content: space-between;
}
.advantages_item {
  width: 23%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
.advantages_item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-top: 23px;
  position: relative;
  margin-top: 15px;
}
.advantages_item-title::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 6px;
  background: #7a0016;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.consultation {
  position: relative;
}
.consultation_img {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.consultation_img img {
  width: 100%;
  height: 100%;
}
.consultation_info {
  max-width: 605px;
  padding: 50px 60px 40px 0;
  position: relative;
}
.consultation_info::before {
  position: absolute;
  content: "";
  background: #7a0016;
  box-shadow: 10px 10px 20px rgba(0, 16, 34, 0.4);
  height: 100%;
  width: 500%;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -webkit-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -o-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.2, 1, 0, 0);
}
.consultation_title {
  margin-bottom: 25px;
  color: #fff;
}
.consultation_text {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 25px;
}
.consultation_text:last-child {
  margin-bottom: 0;
}
.consultation_text span {
  font-weight: 700;
}
.consultation_btn {
  margin-top: 30px;
  width: 350px;
  height: 78px;
}

.offer {
  margin: 95px 0 120px;
}
.offer_title {
  margin-bottom: 80px;
}
.offer_wrapper {
  display: flex;
  justify-content: space-between;
}
.offer_item {
  width: 255px;
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
.offer_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #7a0016;
  top: 11%;
  right: 0;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}
.offer_item::after {
  position: absolute;
  content: "";
  background-color: #ff9900;
  height: 6px;
  width: 110%;
  right: -5%;
  transform: rotate(-13deg);
  top: 22%;
}
.offer_item-title {
  font-weight: 900;
  font-size: 50px;
  line-height: 26px;
  color: #ff9900;
  margin-bottom: 40px;
}
.offer_item-title span {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.offer_item-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  padding: 20px 15px;
}

.sale {
  background-image: url(../images/form_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}
.sale_wrapper {
  display: flex;
  justify-content: space-between;
}
.sale_info {
  max-width: 410px;
}
.sale_title {
  font-weight: 700;
  font-size: 40px;
  color: #7a0016;
  margin-bottom: 25px;
}
.sale_subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
.sale_text {
  margin-bottom: 38px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  font-size: 20px;
}
.sale_text span {
  color: #7a0016;
}
.sale_time-title {
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.sale_time-body {
  border-radius: 50px;
  background-color: #2b303a;
  padding: 10px 0;
}

.sale_form {
  background: #ffffff;
  border: 5px solid #7a0016;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.35);
  max-width: 350px;
  padding: 30px;
  text-align: center;
}
.sale_form-title {
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 28px;
}
.sale_form-text {
  line-height: 20px;
  margin-bottom: 20px;
}
.sale_form-inp {
  width: 100%;
  height: 55px;
  border: 1px solid #bdbdbd;
  padding-left: 19px;
  margin-bottom: 15px;
}
.sale_form-ok {
  font-size: 12px;
  line-height: 14px;
  color: #535353;
  margin-bottom: 12px;
}
.sale_form-btn {
  width: 100%;
  height: 62px;
  font-size: 16px;
}

.gate {
  margin: 130px 0;
}
.gate_title {
  margin-bottom: 60px;
}
.gate_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gate_item {
  margin-bottom: 25px;
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.gate_item-img {
  padding: 30px;
}
.gate_item-img img {
  width: 100%;
  height: 100%;
}
.gate_item-title {
  font-weight: 700;
  line-height: 26px;
  color: #000000;
  font-size: 20px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.gate_item-size {
  font-size: 18px;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 15px;
}
.gate_item-size span {
  margin-left: 15px;
}
.gate_item-price {
  background: #7a0016;
  padding: 13px 0 13px 35px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.gate_item-price span {
  margin-left: 15px;
  font-weight: 700;
}

.gate_btn {
  width: 350px;
  height: 78px;
  background: #ff9900;
  margin: 50px auto 0;
}

.drivers {
  margin: 125px 0 100px;
}
.drivers_title-wrapper {
  display: flex;
  justify-content: center;
}
.drivers_title {
  margin-bottom: 45px;
}
.drivers_text {
  background: #7a0016;
  max-width: 940px;
  margin: 0 auto 50px;
  padding: 35px 120px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.drivers_wrapper {
  display: flex;
  justify-content: space-between;
}
.drivers_item {
  width: 48%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-left: 6px solid #ff9900;
}
.drivers_item-img img {
  width: 100%;
  height: 100%;
}
.drivers_item-info {
  margin-left: 35px;
}
.drivers_item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
}
.drivers_item-price {
  font-weight: 700;
  font-size: 22px;
  color: #ff9900;
}
.quiz {
  padding: 100px 0;
  background: #f0f0f0;
}
.quiz_title {
  margin-bottom: 50px;
}
.quiz_body {
  display: flex;
  justify-content: center;
}

.form {
  margin: 80px 0 125px;
  padding: 50px 0;
  position: relative;
}
.form_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.form_wrapper {
  display: flex;
  justify-content: space-between;
}

.form_info {
  position: relative;
  width: 50%;
  padding: 70px 40px 50px 0;
  color: #ffffff;
}

.form_info::before {
  position: absolute;
  content: "";
  background: #7a0016;
  box-shadow: 10px 10px 20px rgb(0 16 34 / 40%);
  height: 100%;
  width: 500%;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -webkit-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -o-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.2, 1, 0, 0);
}

.form_info-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 38px;
}
.form_info-title span {
  color: #ff9900;
  display: block;
}
.form_info-subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.form_info-subtitle span {
  color: #ff9900;
}
.form_info-text {
  font-size: 18px;
  line-height: 28px;
  padding-right: 45%;
}
.form_info-img {
  position: absolute;
  bottom: 0;
  display: flex;
  right: 0;
}

.panels {
  margin: 125px 0;
}
.panels_title {
  margin-bottom: 60px;
}
.panels_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.panels_items {
  width: 30%;
}
.panels_item {
  line-height: 22px;
  padding-top: 26px;
  margin-bottom: 35px;
  position: relative;
}
.panels_item::before {
  position: absolute;
  content: "";
  background-image: url(../images/panels_item.svg);
  background-size: cover;
  width: 27px;
  height: 17px;
  top: 0;
  left: 0;
}
.panels_info {
  width: 60%;
  position: relative;
}
.panels_info::before {
  position: absolute;
  content: "";
  background-image: url(../images/panel_img.png);
  background-size: cover;
  width: 590px;
  height: 517px;
  right: -72px;
  top: -31px;
}
.panels_info-item:nth-child(1) {
  margin-bottom: 13px;
}
.panels_info-item:nth-child(2) {
  margin-bottom: 16px;
}
.panels_info-item:nth-child(3) {
  margin-bottom: 25px;
}
.panels_info-item:nth-child(4) {
  margin-bottom: 32px;
}
.panels_info-item {
  margin-bottom: 15px;
  position: relative;
}
.panels_info-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/panels_info-item.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 0;
  left: -24px;
}
.panels_info-title {
  font-weight: 500;
  font-size: 16px;
  color: #ff8126;
}
.panels_info-text {
  font-size: 14px;
  line-height: 18px;
}
.panels_info-options {
  margin-top: 40px;
  font-weight: 500;
  line-height: 20px;
  color: #ff8126;
}

.sectional {
  margin: 125px 0;
}
.sectional_title {
  margin-bottom: 50px;
}
.sectional_img {
  width: 100%;
  position: relative;
}
.sectional_img::before {
  position: absolute;
  content: "";
  background-image: url(../images/sectional_img.jpg);
  background-size: cover;
  width: 685px;
  height: 492px;
  z-index: -1;
  right: 110px;
  bottom: 0;
}

.colors {
  margin: 125px 0;
}
.colors_title-wrapper {
  display: flex;
  justify-content: center;
}
.colors_title {
  margin-bottom: 55px;
}
.colors_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colors_item {
  width: 17%;
  margin-bottom: 45px;
}
.colors_item-img {
  width: 90%;
  margin: 0 auto;
}
.colors_item-title {
  text-align: center;
  line-height: 22px;
  margin-top: 15px;
}
.colors_item-img img {
  width: 100%;
  height: 100%;
}

.colors_wood {
  margin: 125px 0;
}
.colors_wood .colors_item {
  width: 16%;
}

.why {
  margin: 100px 0;
  position: relative;
}
.why_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.why_info {
  width: 70%;
}
.why_title {
  margin-bottom: 55px;
}
.why_items {
  position: relative;
  padding: 45px;
}
.why_items::before {
  position: absolute;
  content: "";
  background: #7a0016;
  box-shadow: 10px 10px 20px rgb(0 16 34 / 40%);
  height: 100%;
  width: 500%;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -webkit-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -o-transform: matrix(1, 0, -0.2, 1, 0, 0);
  -ms-transform: matrix(1, 0, -0.2, 1, 0, 0);
}
.why_items::after {
  position: absolute;
  content: "";
  height: calc(100% - 100px);
  background: #ff9900;
  width: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.why_item {
  margin-bottom: 25px;
}
.why_item:last-child {
  margin-bottom: 0;
}
.why_item-title {
  font-weight: 700;
  font-size: 24px;
  color: #ff9900;
  margin-bottom: 10px;
}
.why_item-text {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.sale_two {
  background-image: url(../images/sale_bg2.jpg);
}

.sale_two .sale_text {
  margin-bottom: 85px;
}

.froze {
  margin: 125px 0;
}
.froze_wrapper {
  display: flex;
  justify-content: space-between;
}

.froze_inner {
  width: 48%;
}
.froze_info {
  width: 48%;
}
.froze_title {
  margin-bottom: 55px;
}
.froze_img img {
  width: 100%;
  height: 100%;
}
.froze_info-title {
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
}
.froze_info-item {
  line-height: 22px;
  margin-bottom: 25px;
}
.froze_info-item:last-child {
  margin-bottom: 0;
}
.froze_info-item span {
  background-image: url(../images/froze_info-item.svg);
  background-size: cover;
  width: 23px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
.froze_info-item.warning span {
  background: none;
  font-weight: 700;
  font-size: 22px;
  color: #ff0000;
  width: auto;
  height: auto;
}

.work {
  margin: 125px 0;
}
.work_title-wrapper {
  display: flex;
  justify-content: center;
}
.work_title {
  margin-bottom: 45px;
}
.work_slider {
  width: 90%;
  margin: 0 auto;
}
.work_img {
  margin: 0 25px;
}
.work_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.work_slider .slick-next {
  background-image: url(../images/arrow_right.png);
  right: 0;
}
.work_slider .slick-prev {
  background-image: url(../images/arrow_left.png);
  left: 0;
  z-index: 1;
}

.about {
  margin: 125px 0;
  background: #7a0016;
  padding: 90px 0 80px;
}
.about_wrapper {
  display: flex;
  justify-content: space-between;
}
.about_info {
  width: 45%;
}
.about_title {
  color: #fff;
  margin-bottom: 55px;
}
.about_text {
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
.about_text:last-child {
  margin-bottom: 0;
}
.about_slider {
  width: 50%;
}
.about_item img {
  width: 100%;
  height: 100%;
}
.about_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.about_slider .slick-next {
  background-image: url(../images/arrow_right.png);
  right: -25px;
}
.about_slider .slick-prev {
  background-image: url(../images/arrow_left.png);
  left: -25px;
  z-index: 1;
}

.docs {
  margin: 125px 0;
}
.docs_title-wrapper {
  display: flex;
  justify-content: center;
}

.docs_title {
  margin-bottom: 35px;
}
.docs_wrapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.docs_item {
  width: 19%;
}
.docs_item img {
  width: 100%;
  height: 100%;
}
.docs_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ededed;
}
.docs_wrapper .slick-next {
  background-image: url(../images/arrow_right.png);
  right: -25px;
}
.docs_wrapper .slick-prev {
  background-image: url(../images/arrow_left.png);
  left: -25px;
  z-index: 1;
}

.reviews {
  margin: 110px 0;
  padding: 60px 0;
  background-image: url(../images/reviews_bg.jpg);
  background-size: cover;
  background-position: center;
}
.reviews_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews_info {
  width: 47%;
}
.reviews_slider {
  width: 45%;
  height: 300px;
}
.reviews_item img {
  width: 100%;
  height: 100%;
}
.reviews_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.reviews_slider .slick-next {
  background-image: url(../images/arrow_right.png);
  right: -25px;
}
.reviews_slider .slick-prev {
  background-image: url(../images/arrow_left.png);
  left: -25px;
  z-index: 1;
}
.reviews_title {
  color: #ffffff;
  margin-bottom: 35px;
}
.reviews_text {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.contacts_title {
  margin-bottom: 35px;
}
.contacts_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.contacts_info-item {
  padding-left: 38px;
  margin-bottom: 10px;
  position: relative;
}
.contacts_info-item::before {
  position: absolute;
  content: "";
  background-size: cover;
  left: 0;
  top: 5px;
}
.contacts_info-item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}
.contacts_info-item_subtitle {
  font-size: 18px;
  line-height: 36px;
}
.contacts_text {
  width: 50%;
  padding: 35px 0 35px 35px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.contacts_text::before {
  position: absolute;
  content: "";
  width: 250%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff9900;
  z-index: -1;
}
.contacts_text span {
  margin-left: 70px;
}
.contacts_info-item.adres::before {
  background-image: url(../images/adres.svg);
  width: 24px;
  height: 24px;
}

.contacts_info-item.time::before {
  background-image: url(../images/mail.svg);
  width: 22px;
  height: 20px;
}
.contacts_info-item.email::before {
  background-image: url(../images/email.svg);
  width: 21px;
  height: 26px;
}
.contacts_map {
  height: 280px;
}
.contacts_map iframe {
  width: 100%;
  height: 100%;
}
.footer {
  padding: 20px 0;
  background: #7a0016;
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_title {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  max-width: 400px;
}
.footer_order {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_order-number {
  font-weight: 700;
  font-size: 22px;
  color: #ff9900;
  border-bottom: 1px solid #ff9900;
  margin-bottom: 11px;
  transition: all 0.3s;
}
.footer_order-number:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer_order-btn {
  width: 171px;
  background: #7a0016;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  color: #ffffff;
  transition: all 0.3s;
}
.footer_order-btn:hover {
  background-color: #ff9900;
}
.footer_order-inner {
  display: flex;
  justify-content: flex-end;
}
.footer_order-polit {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
  margin-top: 20px;
}
.footer_order-polit:hover {
  color: #ff9900;
}
.order_popup {
  margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
  transition: all 0.3s;
  font-size: 32px;
  color: #3a3a3a;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.sectional_items {
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sectional_items-wrapper {
  max-width: 325px;
}
.sectional_item {
  margin-bottom: 5px;
}
.contacts_text-mobile {
  display: none;
}

.work_slider.slick-slider .slick-track,
.work_slider.slick-slider .slick-list {
  display: flex;
}

.reviews_slider.slick-slider .slick-track,
.reviews_slider.slick-slider .slick-list {
  display: flex;
}
.reviews_slider div {
  height: 100%;
}
.sectional_img-body {
  display: none;
}
.blcok_img {
  display: flex;
  margin: 60px 0;
}
.blcok_img img {
  width: 100%;
  height: auto;
}
.blcok_img picture {
  display: flex;
}
@media (max-width: 1600px) {
  .why_img {
    top: 100px;
  }
}
@media (max-width: 1150px) {
  .header_title {
    display: none;
  }
  .main_img {
    width: 500px;
    right: -90px;
  }
  .main_img img {
    width: 100%;
    height: 100%;
  }
  .advantages_item-title {
    font-size: 15px;
    line-height: 20px;
  }
  .consultation {
    padding-bottom: 25px;
  }
  .offer_item {
    width: 235px;
  }
  .offer_item::after {
    transform: rotate(-16deg);
  }
  .sale {
    background-position: 40%;
  }
  .form_info-img {
    width: 300px;
  }
  .form_info-img img {
    width: 100%;
    height: 100%;
  }
  .form_info-img.img_two {
    width: auto;
  }
  .contacts_text span {
    margin-left: 35px;
  }
  .panels_info {
    width: 65%;
  }
  .panels_info::before {
    width: 521px;
    height: 528px;
    right: -16px;
    top: -30px;
  }
  .sectional_img::before {
    width: 563px;
    height: 410px;
  }
  .sectional_items {
    font-size: 14px;
    line-height: 20px;
  }
  .sectional_items-wrapper {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .main_img {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .main_img::before {
    display: none;
  }
  .main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .main_title {
    order: -1;
  }
  .main {
    padding: 175px 0 100px;
  }
  .advantages_wrapper {
    flex-wrap: wrap;
  }
  .advantages_item {
    width: 48%;
    margin-bottom: 40px;
  }
  .advantages {
    margin: 80px 0;
  }
  .offer_wrapper {
    flex-wrap: wrap;
  }
  .offer_item {
    width: 320px;
    margin-bottom: 35px;
  }
  .offer_item::after {
    transform: rotate(-9deg);
  }
  .sale {
    position: relative;
    margin-bottom: 450px;
    background-position: 20%;
    padding-bottom: 100px;
  }
  .sale_form {
    position: absolute;
    bottom: 0;
    transform: translate(50%, 80%);
    width: 100%;
    right: 50%;
  }
  .sale_info {
    margin: 0 auto;
    text-align: center;
  }
  .gate_item {
    width: 48%;
  }
  .drivers_wrapper {
    flex-wrap: wrap;
  }
  .drivers_item {
    width: 70%;
    margin: 0 auto 60px;
  }
  .drivers_text {
    padding: 30px 80px;
  }
  .quiz_body img {
    width: 100%;
    height: 100%;
  }
  .form {
    margin-bottom: 540px;
    position: relative;
    padding: 0;
  }
  .form_info::before {
    transform: none;
    right: -15px;
  }
  .form_img {
    display: none;
  }
  .form_info {
    width: 100%;
  }
  .form .sale_form {
    transform: translate(50%, 100%);
  }
  .panels_wrapper {
    flex-direction: column;
  }
  .panels_items {
    width: 100%;
  }
  .panels_img {
    width: 80%;
    margin: 0 auto;
  }
  .why_info {
    width: 100%;
  }
  .why {
    padding-bottom: 300px;
    margin-bottom: 0;
  }
  .why_img {
    top: auto;
    bottom: 0;
    display: flex;
  }
  .why_items::before {
    transform: none;
    right: -15px;
  }
  .froze_wrapper {
    flex-direction: column;
  }
  .froze_inner {
    width: 100%;
  }
  .froze_info {
    width: 100%;
    margin-top: 35px;
  }
  .about_wrapper {
    flex-direction: column;
  }
  .about_info {
    width: 100%;
    margin-bottom: 35px;
  }
  .about_slider {
    width: 90%;
    margin: 0 auto;
  }
  .reviews_wrapper {
    flex-direction: column;
  }
  .reviews_info {
    width: 100%;
    background: #7a0016;
    padding: 50px 15px;
  }
  .reviews_slider {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
    padding: 50px 5%;
    background-image: url(../images/reviews_slider.jpg);
    background-size: cover;
  }
  .reviews {
    background: none;
  }
  .reviews .container {
    padding: 0;
  }
  .reviews_slider .slick-next {
    right: 2%;
  }
  .reviews_slider .slick-prev {
    left: 2%;
  }
  .contacts_text {
    display: none;
  }
  .contacts_text-mobile {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .contacts_text-mobile span {
    margin: 0;
  }
  .footer_wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_title {
    order: 1;
  }
  .footer_logo {
    display: flex;
    margin-bottom: 15px;
  }
  .footer_order {
    align-items: center;
    margin-bottom: 25px;
  }

  .order_popup.sale_form {
    position: relative;
    right: 0;
    max-width: 100%;
  }
  .panels_info {
    width: 635px;
    margin: 0 auto;
  }
  .panels_info::before {
    width: 590px;
    height: 517px;
    right: -95px;
    top: -31px;
  }
  .sectional_img-body {
    display: flex;
  }
  .sectional_img-body img {
    width: 100%;
    height: 100%;
  }
  .sectional_img::before {
    display: none;
  }
  .sectional_items-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .sectional_items {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .header_logo {
    width: 190px;
  }
  .header_logo img {
    width: 100%;
    height: 100%;
  }
  .main_img {
    width: 400px;
  }
  .offer_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .offer_item {
    height: 250px;
  }
  .gate_item {
    width: 100%;
  }
  .gate_item:nth-child(4),
  .gate_item:nth-child(5),
  .gate_item:nth-child(6) {
    display: none;
  }
  .drivers_item {
    width: 100%;
  }
  .drivers_item {
    width: 70%;
    margin: 0 auto 60px;
  }
  .drivers_text {
    padding: 25px;
  }
  .form_info-text {
    padding-right: 0;
  }
  .form_info {
    padding-bottom: 250px;
  }
  .form_info-img {
    right: 50%;
    transform: translateX(50%);
  }
  .form_info-img.img_two {
    width: 185px;
  }
  .reviews {
    margin: 40px 0;
    padding: 0;
  }
  .panels_info {
    width: 300px;
  }
  .panels_info-item {
    padding-left: 24px;
  }
  .panels_info-item::before {
    left: 0;
    top: -3px;
  }
  .panels_info-text,
  .panels_info-title {
    font-size: 10px;
    line-height: 11px;
  }
  .panels_info-item:nth-child(1) {
    margin-bottom: 2px;
  }
  .panels_info-item:nth-child(2) {
    margin-bottom: 2px;
  }
  .panels_info-item:nth-child(2) .panels_info-title {
    padding-right: 40px;
  }
  .panels_info-item:nth-child(3) {
    margin-bottom: 4px;
  }
  .panels_info-item:nth-child(4) {
    margin-bottom: 12px;
  }
  .panels_info-item {
    margin-bottom: 0;
    padding-right: 100px;
  }
  .panels_info-options {
    margin-top: 15px;
    font-size: 10px;
    line-height: 11px;
  }
  .panels_info::before {
    background-image: url(../images/panel_img2.png);
    width: 184.06px;
    height: 405.55px;
    right: -15px;
    top: -20px;
  }
}
@media (max-width: 475px) {
  .header_wrapper {
    height: 76px;
  }
  .header_logo {
    width: 150px;
  }
  .header_number {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .header_btn {
    width: 144px;
    height: 31px;
    font-size: 14px;
  }
  .main {
    padding: 106px 0 65px;
  }
  .main_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .main_img {
    width: 285px;
    transform: translateX(40px);
  }
  .main_text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .main_btn {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
  .advantages {
    margin: 40px 0;
  }
  .advantages_item {
    text-align: left;
    width: 46%;
    align-items: flex-start;
  }
  .advantages_item-title::before {
    right: auto;
    left: 0;
    transform: none;
  }
  .advantages_item-img {
    margin-left: 20px;
    height: 66px;
  }
  .advantages_item-title {
    font-size: 14px;
  }
  .advantages_wrapper {
    align-items: flex-start;
  }
  .consultation_img {
    right: auto;
    left: -20%;
    width: 593px;
    height: 288.21px;
  }
  .title {
    font-size: 20px;
    line-height: 25px;
    padding-left: 40px;
  }
  .consultation_info {
    padding: 45px 15px 45px 0;
  }
  .consultation_text {
    font-size: 16px;
    line-height: 22px;
  }
  .consultation_info::before {
    right: -40px;
  }
  .consultation_btn {
    margin: 23px auto 0;
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
  .consultation {
    padding-bottom: 80px;
  }
  .offer {
    margin: 40px 0;
  }
  .offer_title {
    margin-bottom: 35px;
  }
  .offer_item {
    width: 220.19px;
    height: 194.54px;
  }
  .offer_item::after {
    transform: rotate(-13deg);
    top: 27%;
  }
  .offer_item-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .offer_item-text {
    font-size: 16px;
    line-height: 22px;
  }
  .offer_item::before {
    top: 15%;
  }
  .offer_item:last-child {
    margin-bottom: 0;
  }
  .sale {
    background-position: 32%;
    padding-bottom: 135px;
    margin-bottom: 400px;
  }
  .sale_info {
    text-align: left;
    max-width: 100%;
  }
  .sale_title {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .sale_subtitle {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .sale_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .sale_time-body {
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
  #timereb3270637eff1cf46d7510d85a12bc9f,
  #timereb3270637eff1cf46d7510d85a12bc9f0 {
    transform: translate3d(0px, 0px, 0px) scale(0.7) !important;
  }
  .sale_form {
    max-width: calc(100% - 30px);
    padding: 30px 12px;
  }
  .sale_form-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .sale_form-ok {
    font-size: 11px;
  }
  .gate_title {
    margin-bottom: 25px;
  }
  .gate_item-title {
    font-size: 18px;
    padding-left: 20px;
  }
  .gate_item-size {
    font-size: 16px;
    padding-left: 20px;
  }
  .gate_item-price {
    padding-left: 20px;
  }
  .gate_btn {
    margin-top: 30px;
    width: 100%;
    height: 68px;
    font-size: 16px;
  }
  .gate {
    margin: 40px 0;
  }
  .drivers {
    margin: 40px 0;
  }
  .drivers_title {
    margin-bottom: 25px;
  }
  .drivers_text {
    clip-path: none;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .drivers_item {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 5px;
  }
  .drivers_item:last-child {
    margin-bottom: 0;
  }
  .drivers_item-img {
    width: 40%;
  }
  .drivers_item-img img {
    width: 100%;
    height: 100%;
  }
  .drivers_item-info {
    margin-left: 20px;
  }
  .drivers_item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .drivers_item-price {
    font-size: 20px;
  }
  .quiz {
    padding: 40px 0;
  }
  .quiz_title {
    margin-bottom: 30px;
  }
  .form_info {
    padding: 40px 0 210px;
  }
  .form {
    margin: 0 0 550px;
  }
  .form_info-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .form_info-subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .form_info-text {
    font-size: 16px;
    line-height: 22px;
  }
  .panels_title {
    margin-bottom: 25px;
  }
  .panels_item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .panels_img {
    width: 100%;
  }
  .panels {
    margin: 40px 0;
  }
  .sectional_items {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .sectional_item {
    margin-top: 15px;
  }
  .sectional_title {
    margin-bottom: 25px;
  }
  .sectional {
    margin: 40px 0;
  }
  .form_info-img.img_two {
    width: 145px;
  }
  .colors_wood,
  .colors {
    margin: 40px 0;
  }
  .colors_wood .colors_item,
  .colors_item {
    width: 48%;
    margin-bottom: 25px;
  }
  .why {
    margin-top: 40px;
    padding-bottom: 180px;
  }
  .why_title {
    margin-bottom: 33px;
  }
  .why_items {
    padding: 45px 0 45px 19px;
  }
  .why_item-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .why_item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .why_img {
    width: 430.12px;
    height: 196px;
  }
  .why_img img {
    width: 100%;
    height: 100%;
  }
  .sale_two .sale_text {
    margin-bottom: 40px;
  }
  .froze {
    margin: 40px 0;
  }
  .froze_title {
    margin-bottom: 20px;
  }
  .froze_info {
    margin-top: 25px;
  }
  .froze_info-item,
  .froze_info-title {
    font-size: 14px;
    line-height: 20px;
  }
  .work {
    margin: 40px 0;
  }
  .work_title {
    margin-bottom: 25px;
  }
  .work_img {
    margin: 0;
  }
  .work_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 14px 13px;
  }
  .work_slider .slick-next {
    right: -18px;
  }
  .work_slider .slick-prev {
    left: -18px;
  }
  .about {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .about_title {
    margin-bottom: 30px;
  }
  .title::before {
    top: -5px;
  }
  .about_text {
    font-size: 14px;
    line-height: 20px;
  }
  .about_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 14px 13px;
  }
  .about_slider .slick-next {
    right: -18px;
  }
  .about_slider .slick-prev {
    left: -18px;
  }
  .docs {
    margin: 40px 0;
  }
  .docs_title {
    margin-bottom: 20px;
  }
  .docs_wrapper .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 14px 13px;
  }
  .docs_wrapper .slick-next {
    right: -18px;
  }
  .docs_wrapper .slick-prev {
    left: -18px;
  }
  .reviews_text {
    font-size: 15px;
    line-height: 22px;
  }
  .reviews_slider {
    height: 350px;
  }
  .reviews_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 14px 13px;
  }
  .reviews_slider .slick-next {
    right: 3%;
  }
  .reviews_slider .slick-prev {
    left: 3%;
  }
  .reviews_slider {
    padding: 50px 8%;
  }
  .contacts_info-item_title {
    font-size: 16px;
  }
  .contacts_info-item_subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .contacts_wrapper {
    margin-bottom: 25px;
  }
  .contacts_map {
    height: 180px;
  }
  .contacts_text-mobile {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_logo {
    width: 175px;
  }
  .footer_logo img {
    width: 100%;
    height: 100%;
  }
  .footer_title {
    font-size: 12px;
    line-height: 18px;
    max-width: 175px;
    margin: 0 auto;
  }
  .header.active .header_wrapper {
    height: 76px;
  }
  .scroll {
    bottom: 35px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 340px) {
  .header .container {
    padding: 0 7px;
  }
}
