:root {
  --maroon: #3c1c1733;
  --tomato-2: #ff5732;
  --firebrick: #a1220e;
  --tomato: #ff6a49;
  --red: #da441e;
  --light-grey: #d1cdcc;
  --black: #16120f;
}

body {
  color: #2d2d2f;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s1-decor-down {
  z-index: 3;
  flex: none;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: auto auto 0%;
}

.description {
  width: 100%;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
}

.s1-wrp {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  min-height: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

.s1-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.txt-orange {
  color: var(--tomato-2);
}

.s1-subtitle {
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 28px;
  font-style: italic;
  line-height: 32px;
}

.button {
  background-image: linear-gradient(to right, var(--firebrick), var(--tomato) 40%, var(--tomato) 60%, var(--firebrick));
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 52px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(90deg, var(--tomato), var(--red) 40%, var(--red) 60%, var(--tomato));
}

.navbar-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: #d1cdccb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #ff5732;
}

.navbar-phone-div {
  color: #f4f4f4;
  flex-direction: column;
  flex: none;
  justify-content: center;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.navbar-phone-block {
  color: #f4f4f4;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.brand {
  color: #f4f4f4;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  justify-content: space-around;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.section-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.section-title.on-dark {
  color: #f4f4f4;
}

.section-title.about-title {
  margin-left: auto;
  margin-right: auto;
}

.section-title.is-thanks {
  margin-top: 40px;
  margin-bottom: 40px;
}

.s2-wrp {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 60px;
}

.section-title-prefix {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}

.s2-icon-div {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.s2-icon-block-48 {
  box-shadow: 0 0 15px 0 var(--maroon);
  background-color: #fff;
  align-items: center;
  width: 48%;
  padding: 30px;
  display: flex;
}

.s2-icon-circle {
  background-color: #ff5732;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.s2-icon {
  width: 50px;
  height: auto;
}

.s3-wrp {
  z-index: 2;
  color: #f4f4f4;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px 160px;
  display: flex;
  position: relative;
}

.section-title-div-center {
  text-align: center;
}

.s2-spec-txt {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.s3-form {
  width: 100%;
  max-width: 400px;
  margin-bottom: 60px;
}

.form-text-field {
  color: #fff;
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 1px;
  height: 52px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.form-text-field:hover {
  background-color: #ffffff1a;
}

.form-text-field::placeholder {
  color: #f4f4f4;
  letter-spacing: .5px;
  line-height: 20px;
}

.form {
  flex-direction: column;
  display: flex;
}

.s3-txt-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  display: flex;
}

.txt-note {
  color: var(--light-grey);
  max-width: 560px;
  font-size: 16px;
  line-height: 24px;
}

.txt-note.s7-delivery-note {
  color: #d1cdccb3;
  max-width: 100%;
  margin-top: 15px;
  font-weight: 500;
}

.s3-decor-up {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: 0% auto auto;
}

.s3-decor-down {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: auto auto 0%;
}

.models {
  width: 100%;
}

.s4-wrp {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.main-s4-tabs {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main-s4-tabs.main {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.mix-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1420px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter-controls {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: sticky;
  top: 0;
}

.filter-button {
  box-shadow: 0 0 10px 0 var(--maroon);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .2s;
  display: flex;
}

.filter-button:hover, .filter-button.w--current {
  background-color: var(--tomato);
  color: #fff;
}

.filter-button.all {
  min-width: 140px;
}

.mix {
  box-shadow: 0 0 10px 0 var(--maroon);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  margin-bottom: 20px;
  margin-left: .5%;
  margin-right: .5%;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.s4-img-div {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.main-s4-card-title {
  color: #2d2d2f;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.main-s4-card-line {
  background-image: linear-gradient(to right, var(--red), var(--tomato) 40%, var(--tomato) 60%, var(--red));
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  height: 0;
}

.offer, .tailor {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s5-wrp {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 20px;
  display: flex;
  position: relative;
}

.s5-decor-up {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: 0% auto auto;
}

.s5-bg-div {
  z-index: 1;
  background-image: url('../images/main-s5-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 44px;
  margin-bottom: 48px;
  position: absolute;
  inset: 0%;
}

.s5-bg-div.s5-vesta {
  background-image: url('../images/vesta-s5-bg.jpg');
}

.s5-bg-div.s5-niva {
  background-image: url('../images/niva-s5-bg.jpg');
}

.s5-bg-div.s5-xray {
  background-image: url('../images/xray-s5-bg.jpg');
}

.s5-bg-div.s5-largus {
  background-image: url('../images/largus-s5-bg.jpg');
}

.s5-bg-div.s5-granta {
  background-image: url('../images/granta-s5-bg.jpg');
}

.s3-bg-div {
  z-index: 1;
  background-image: url('../images/main-s3-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 44px;
  margin-bottom: 48px;
  position: absolute;
  inset: 0 0% 0%;
}

.s3-bg-div.s3-vesta {
  background-image: url('../images/vesta-s3-bg.jpg');
}

.s3-bg-div.s3-niva {
  background-image: url('../images/niva-s3-bg.jpg');
}

.s3-bg-div.s3-xray {
  background-image: url('../images/xray-s3-bg.jpg');
}

.s3-bg-div.s3-largus {
  background-image: url('../images/largus-s3-bg.jpg');
}

.s3-bg-div.s3-granta {
  background-image: url('../images/granta-s3-bg.jpg');
}

.s5-decor-down {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: auto auto 0%;
}

.s5-txt-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.txt-big-italic {
  margin-bottom: 50px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.s5-spacer {
  width: 280px;
  height: 50px;
}

.how-to-order {
  width: 100%;
  overflow: hidden;
}

.s6-wrp {
  text-align: center;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
}

.s6-icon-wrp {
  justify-content: center;
  display: flex;
}

.s6-icon-block {
  z-index: 2;
  box-shadow: 0 0 20px 0 var(--maroon);
  color: #2d2d2f;
  text-align: left;
  background-color: #fff;
  width: 33.33%;
  padding: 40px 20px 40px 40px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.s6-icon-block.s6-1st-card:hover {
  box-shadow: -4px 4px 20px #3c1c174d;
}

.s6-icon-div {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.s6-icon-circle {
  background-color: var(--tomato);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.s6-arrow {
  flex: none;
  width: 37px;
  height: auto;
  margin-left: 20px;
}

.s6-line {
  background-color: var(--tomato);
  height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.s6-icon-circle-white {
  background-color: var(--tomato);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.s4-title-div-sticky {
  z-index: 5;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.delivery-installation {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s7-decor-up {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: 0% auto auto;
}

.s7-wrp {
  z-index: 2;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s7-delivery-div, .s7-install-div {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  padding: 160px 20px;
  display: flex;
}

.s7-bg-div {
  z-index: 1;
  background-image: url('../images/s7-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 44px;
  margin-bottom: 48px;
  position: absolute;
  inset: 0%;
}

.s7-decor-down {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: auto auto 0%;
}

.s7-section-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.s7-arrow-block {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.s7-arrow {
  width: 37px;
  height: auto;
  margin-right: 20px;
}

.gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.s1-bg-div {
  z-index: 1;
  background-image: url('../images/main-s1-bg.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 48px;
  position: absolute;
  inset: 0%;
}

.s1-bg-div.s1-vesta {
  background-image: url('../images/vesta-s1-bg.jpg');
}

.s1-bg-div.s1-niva {
  background-image: url('../images/niva-s1-bg.jpg');
}

.s1-bg-div.s1-xray {
  background-image: url('../images/xray-s1-bg.jpg');
}

.s1-bg-div.s1-largus {
  background-image: url('../images/largus-s1-bg.jpg');
}

.s1-bg-div.s1-granta {
  background-image: url('../images/granta-s1-bg.jpg');
}

.s8-wrp {
  text-align: center;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.s8-slider {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.s8-slide-div {
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.s8-slider-nav {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px 20px;
  display: flex;
}

.prev {
  box-shadow: 0 0 20px 0 var(--maroon);
  color: var(--tomato);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
}

.prev:hover {
  background-color: var(--tomato);
  color: #fff;
}

.next {
  box-shadow: 0 0 20px 0 var(--maroon);
  color: var(--tomato);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
}

.next:hover {
  background-color: var(--tomato);
  color: #fff;
}

.s8-img {
  flex: none;
  height: 320px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s8-img-overlay {
  z-index: 1;
  background-color: #da441ecc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.s8-icon {
  width: 80px;
  height: auto;
}

.review {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s9-wrp {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  min-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 20px 180px;
  display: flex;
  position: relative;
}

.s9-decor-up {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: 0% auto auto;
}

.s9-decor-down {
  z-index: 3;
  max-width: none;
  height: 92px;
  position: absolute;
  inset: auto auto 0%;
}

.s9-bg-div {
  z-index: 1;
  background-image: url('../images/main-s9-bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 44px;
  margin-bottom: 48px;
  position: absolute;
  inset: 0%;
}

.s9-bg-div.s9-vesta {
  background-image: url('../images/vesta-s9-bg.jpg');
}

.s9-bg-div.s9-niva {
  background-image: url('../images/niva-s9-bg.jpg');
}

.s9-bg-div.s9-xray {
  background-image: url('../images/xray-s9-bg.jpg');
}

.s9-bg-div.s9-largus {
  background-image: url('../images/largus-s9-bg.jpg');
}

.s9-bg-div.s9-granta {
  background-image: url('../images/granta-s9-bg.jpg');
}

.s9-txt-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.s9-slide-div {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 100px;
  display: flex;
}

.slide-nav {
  display: none;
}

.s9-left-arrow {
  background-color: var(--tomato);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.s9-left-arrow:hover {
  background-color: var(--red);
}

.s9-right-arrow {
  background-color: var(--tomato);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  inset: auto auto 0% 80px;
}

.s9-right-arrow:hover {
  background-color: #da441e;
}

.s10 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.s10-wrp {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 80px;
  display: flex;
}

.s9-phone-div {
  flex-direction: column;
  flex: none;
  justify-content: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: flex;
}

.s9-txt-blue {
  color: var(--tomato-2);
  font-size: 27px;
  font-weight: 600;
  line-height: 36px;
}

.s11 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 44px;
  display: flex;
  overflow: hidden;
}

.s11-wrp {
  z-index: 2;
  color: #c5c7d6b3;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: relative;
}

.s11-decor-up {
  z-index: 3;
  max-width: none;
  height: 92px;
  margin-top: -44px;
  position: absolute;
  inset: 0% auto auto;
}

.remodal {
  background-color: #1c1a19;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-div {
  box-shadow: 0 0 30px 0 var(--maroon);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.modal-close {
  opacity: .4;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close:hover {
  opacity: 1;
}

.modal-close-line1 {
  background-color: #413b38;
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.modal-close-line2 {
  background-color: #413b38;
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.modal-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.modal-form {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.modal-text-field {
  color: #2d2d2f;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  height: 52px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.modal-text-field::placeholder {
  color: #2d2d2f;
  line-height: 20px;
}

.modal-txt-note {
  color: #b9b3b2;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.s1-spacer {
  width: 200px;
  height: 50px;
}

.page-wrp {
  width: 100%;
}

.success-message {
  color: #404040;
  background-color: #0000;
  padding: 0;
}

.form-txt-success {
  color: #fdb515;
  text-align: left;
  margin-bottom: 50px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.form-txt-error {
  color: #404040;
  font-size: 18px;
  line-height: 24px;
}

.s4-cover-lightbox-link {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.s4-card-btn-txt {
  z-index: 2;
  color: var(--tomato-2);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.s2-icon-block-32 {
  background-color: #fff;
  align-items: center;
  width: 32%;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 0 20px #3c1c1733;
}

.s11-wrp-txt {
  margin-left: 40px;
  margin-right: 40px;
}

.section-title-prefix-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-prefix-div.left-pos {
  justify-content: flex-start;
  margin-left: -15px;
}

.section-title-prefix-div.left-pos.dark-bg {
  opacity: .6;
}

.section-title-prefix-line {
  background-color: #d1cdccb3;
  width: 100px;
  height: 2px;
  margin-bottom: 2px;
}

.phone-txt-blue {
  color: #ff5732;
  font-size: 21px;
  font-weight: 600;
}

.icon, .icon-2 {
  font-weight: 800;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.contact-phone-block {
  color: #2d2d2f;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bottom-wrp {
  background-color: #222;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.thanks-hero {
  background-color: var(--black);
  background-image: url('../images/niva-s3-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thanks-s1-wrp, ._404-s1-wrp {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

._404-hero {
  background-color: var(--black);
  background-image: url('../images/niva-s3-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup-txt-div {
  text-align: left;
}

.popup-form {
  width: 360px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.popup-close-icon {
  z-index: 10;
  opacity: .4;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

.popup-close-icon:hover {
  opacity: 1;
}

.product-img {
  width: 100%;
  height: auto;
}

.popup-cover-wrp {
  z-index: 200;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1c1a19e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-product-wrp {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 360px;
  max-width: 100%;
  display: flex;
}

.popup-close-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.popup-spacer {
  height: 20px;
}

.popup-img-div {
  flex: none;
  width: 140px;
  height: 140px;
}

.popup-close-icon-line-1 {
  background-color: #1d1d1d;
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.form-field-popup {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border: 1px solid #1c1c1c66;
  border-radius: 0;
  height: 52px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  transition: all .2s;
}

.form-field-popup:hover {
  border-color: #1c1c1c;
}

.form-field-popup::placeholder {
  color: #1c1c1c;
}

.form-field-popup.field-hide {
  display: none;
}

.popup-close-icon-line-2 {
  background-color: #1d1d1d;
  width: 24px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.popup-txt-block {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.popup-txt-block.bold-txt {
  font-weight: 700;
}

.popup-div {
  z-index: 20;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 620px;
  padding: 40px;
  display: flex;
  position: relative;
}

.form-2 {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.catalog-colors-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-txt-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  display: flex;
}

.btn-wrp {
  width: 100%;
  position: relative;
}

.tab-link {
  box-shadow: 0 0 10px 0 var(--maroon);
  color: #1d1d1d;
  text-transform: uppercase;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  background-color: var(--tomato);
  color: #fff;
}

.tab-link.w--current {
  background-color: var(--tomato);
  color: #fff;
  border-color: #0000;
}

.tab-bg-gradient {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.tab-link-txt {
  z-index: 10;
  line-height: 1em;
  position: relative;
}

.catalog {
  width: 100%;
  position: relative;
}

.color {
  width: 60px;
  height: auto;
}

.color-tab {
  color: #0000;
  background-color: #0000;
  border: 7px solid #0000;
  flex: none;
  width: 74px;
  height: 74px;
  padding: 0;
  transition: all .2s;
  position: static;
}

.color-tab.w--current {
  border-color: var(--tomato);
  color: #828589;
}

.catalog-colors {
  width: 620px;
  max-width: 100%;
}

.btn-order {
  z-index: 5;
  grid-column-gap: 5px;
  background-color: var(--tomato);
  background-image: linear-gradient(90deg, var(--red), var(--tomato) 40%, var(--tomato) 60%, var(--red));
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-order:hover {
  background-image: linear-gradient(90deg, var(--tomato), var(--red) 40%, var(--red) 60%, var(--tomato));
}

.catalog-wrp {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-wrp {
  z-index: 10;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.catalog-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.catalog-tabs-img-wrp {
  height: 0;
}

.catalog-tabs {
  background-color: #fff;
}

.catalog-card {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 600px;
  display: flex;
}

.card-img-div {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 400px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.card-img-wrp {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 5px;
  display: flex;
}

.card-txt-block {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catalog-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
}

.card-btn-wrp {
  width: 320px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .popup-form {
    width: 440px;
  }

  .form-field-popup {
    height: 56px;
  }

  .catalog-colors-menu {
    z-index: 40;
  }

  .tab-link {
    height: 48px;
  }

  .btn-order {
    height: 56px;
  }

  .catalog-tabs-menu {
    margin-bottom: 40px;
  }

  .card-img-div {
    width: 500px;
    height: 500px;
  }

  .card-img-wrp {
    margin-top: 0;
  }

  .card-btn-wrp {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    box-shadow: 0 0 20px 0 var(--maroon);
    border-bottom: 26px solid #f4f4f4;
  }

  .s1-decor-down {
    display: none;
  }

  .s1-wrp {
    min-height: 760px;
  }

  .s1-heading {
    max-width: 620px;
    font-size: 40px;
    line-height: 50px;
  }

  .nav-link {
    color: #f4f4f4cc;
    text-align: right;
    padding: 25px 20px;
    font-size: 18px;
  }

  .navbar-phone-div {
    margin-left: auto;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #080808f2;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 80px;
  }

  .s2-wrp {
    padding-top: 40px;
  }

  .s2-icon-div {
    flex-direction: column;
    justify-content: flex-start;
  }

  .s2-icon-block-48 {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s3-wrp {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .s3-form {
    margin-bottom: 40px;
  }

  .s3-txt-div {
    max-width: 80%;
  }

  .s3-decor-up, .s3-decor-down {
    display: none;
  }

  .filter-controls {
    justify-content: flex-start;
  }

  .filter-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mix {
    width: 32%;
  }

  .offer {
    border-top: 26px solid var(--tomato);
    background-color: var(--black);
    box-shadow: 0 0 20px 0 var(--maroon);
    border-bottom: 26px solid #fff;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .tailor {
    background-color: var(--black);
    box-shadow: 0 0 20px 0 var(--maroon);
    border-top: 26px solid #fff;
    border-bottom: 26px solid #f4f4f4;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s5-wrp {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .s5-decor-up {
    display: none;
  }

  .s5-bg-div, .s3-bg-div {
    width: 1200px;
    height: 475px;
    margin-top: -50px;
    margin-bottom: 0;
    position: relative;
  }

  .s5-decor-down {
    display: none;
  }

  .s5-txt-div {
    max-width: 80%;
  }

  .s6-wrp {
    padding-bottom: 80px;
  }

  .s6-icon-wrp {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .s6-icon-block {
    box-shadow: 0 0 15px 0 var(--maroon);
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .delivery-installation {
    box-shadow: 0 0 20px 0 var(--maroon);
    border-top: 26px solid #fff;
    border-bottom: 26px solid #fff;
  }

  .s7-decor-up {
    display: none;
  }

  .s7-wrp {
    flex-direction: column;
  }

  .s7-delivery-div {
    background-image: url('../images/s7-bg-mob1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .s7-install-div {
    background-image: url('../images/s7-bg-mob2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .s7-bg-div, .s7-decor-down {
    display: none;
  }

  .s1-bg-div {
    margin-bottom: 0;
  }

  .s8-slider-nav {
    padding-bottom: 60px;
    top: 260px;
  }

  .prev:hover, .next:hover {
    background-color: #e6e6e6;
  }

  .s8-img-overlay {
    display: none;
  }

  .review {
    border-top: 26px solid var(--tomato);
    background-color: var(--black);
    box-shadow: 0 0 20px 0 var(--maroon);
    border-bottom: 26px solid #fff;
    align-items: flex-end;
  }

  .s9-wrp {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .s9-decor-up, .s9-decor-down {
    display: none;
  }

  .s9-bg-div {
    width: 1200px;
    height: 475px;
    margin-top: -50px;
    margin-bottom: 0;
    position: relative;
  }

  .s9-txt-div {
    max-width: 100%;
  }

  .s10-wrp {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s11-wrp {
    border-top: 26px solid var(--tomato);
    box-shadow: 0 0 20px 0 var(--maroon);
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .s11-decor-up {
    display: none;
  }

  .modal-div {
    padding: 60px 40px;
  }

  .menu-button {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: -20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .s2-icon-block-32 {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-btn-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-btn-line, .menu-btn-line2, .menu-btn-line3 {
    background-color: #f4f4f499;
    width: 26px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .thanks-s1-wrp {
    padding-top: 60px;
  }

  .catalog-colors-menu {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .catalog-div {
    width: 100%;
  }

  .tab-link:hover {
    border-color: #1c1c1c33;
  }

  .color-tab {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .catalog-colors {
    flex-direction: column;
    width: 100%;
  }

  .section-wrp.no-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-tabs-menu {
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .section-title-div.catalog-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-tabs-img-wrp {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .catalog-card {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .card-img-wrp {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s1-wrp {
    min-height: 560px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s1-heading {
    max-width: 480px;
    font-size: 30px;
    line-height: 38px;
  }

  .s1-subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .section-title {
    font-size: 26px;
    line-height: 32px;
  }

  .section-title.about-title {
    max-width: 440px;
  }

  .s2-icon-div {
    flex-direction: column;
  }

  .s2-icon-block-48 {
    width: 100%;
  }

  .s3-txt-div, .txt-note {
    max-width: 100%;
  }

  .main-s4-tabs.main {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-controls {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .mix {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .s5-bg-div, .s3-bg-div {
    width: 960px;
    height: 360px;
  }

  .s5-txt-div {
    max-width: 100%;
  }

  .txt-big-italic {
    font-size: 20px;
    line-height: 28px;
  }

  .s6-icon-div {
    font-size: 20px;
  }

  .s6-arrow.s6-arrov-mob {
    display: none;
  }

  .s7-section-title {
    font-size: 30px;
    line-height: 36px;
  }

  .s7-arrow-block {
    font-size: 20px;
  }

  .s9-bg-div {
    width: 960px;
    height: 360px;
  }

  .s11-wrp {
    flex-direction: column;
    padding-top: 20px;
  }

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

  .form-txt-success {
    font-size: 20px;
    line-height: 28px;
  }

  .s2-icon-block-32 {
    width: 100%;
  }

  .s11-wrp-txt {
    margin-left: 0;
    margin-right: 0;
  }

  .popup-product-wrp {
    min-width: auto;
  }

  .card-txt-div {
    margin-bottom: 10px;
  }

  .color {
    width: 50px;
  }

  .color-tab {
    width: 64px;
    height: 64px;
  }

  .catalog-wrp {
    padding-top: 60px;
  }

  .section-wrp, .section-title-div.catalog-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-tabs-img-wrp {
    width: 100%;
  }

  .card-img-div {
    width: 360px;
    height: 360px;
    margin-bottom: 10px;
  }

  .card-img-wrp {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .s1-wrp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s1-heading {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .s1-subtitle {
    line-height: 30px;
  }

  .button {
    min-width: 260px;
  }

  .navbar-div {
    flex-direction: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-phone-div {
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-bottom: 20px;
    margin-right: auto;
    padding-right: 0;
  }

  .brand.is-thanks {
    margin-right: 0;
  }

  .section-title.about-title {
    max-width: 100%;
  }

  .section-title.is-thanks {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s2-icon-block-48 {
    text-align: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .s2-icon-circle {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .mix {
    width: 100%;
    max-width: 360px;
  }

  .s5-bg-div, .s3-bg-div {
    width: 900px;
    margin-right: -100px;
  }

  .s6-icon-block {
    padding-left: 20px;
  }

  .s7-delivery-div {
    padding-bottom: 60px;
  }

  .s7-install-div {
    padding-bottom: 100px;
  }

  .s1-bg-div {
    background-position: 10%;
  }

  .s8-slide-div {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .s8-slider-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s8-img {
    max-width: none;
  }

  .lightbox-link {
    max-width: 100%;
  }

  .s8-img-overlay {
    margin-left: 0;
    margin-right: 0;
  }

  .s9-bg-div {
    width: 900px;
    margin-right: -100px;
  }

  .s9-phone-div, .s9-txt-blue {
    font-size: 24px;
  }

  .modal-div {
    padding: 40px 10px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 0;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .s2-icon-block-32 {
    text-align: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-title-prefix-line {
    display: none;
  }

  .popup-txt-div {
    text-align: center;
  }

  .popup-form {
    width: 100%;
    margin-top: 30px;
  }

  .popup-close-icon {
    width: 40px;
    height: 40px;
  }

  .popup-cover-wrp {
    padding: 20px;
  }

  .popup-product-wrp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .popup-spacer {
    display: none;
  }

  .popup-img-div {
    margin-bottom: 10px;
  }

  .popup-txt-block {
    justify-content: center;
  }

  .popup-div {
    padding: 20px;
  }

  .tab-link-txt {
    flex: none;
  }

  .catalog-wrp {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-wrp.no-padding-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .card-img-div {
    width: 80vw;
    height: 80vw;
  }
}


