/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
textarea {
  resize: vertical;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
input[type='file'] {
  max-width: 100%;
}
.header__logo {
  width: 180px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 140px;
  }
}
.header__line {
  background-color: white;
  height: 66px;
  display: flex;
  align-items: center;
}
.header__line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__line-contacts {
  display: flex;
  align-items: center;
  gap: 37px;
}
.header__line-phone {
  font-size: 24px;
  font-family: 'bahnschriftSemiLight', sans-serif;
  color: #303030;
}
@media (max-width: 768px) {
  .header__line-phone {
    display: none;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__contour {
  width: 222px;
  height: 48px;
  border: 1px solid #2563EB;
  font-family: 'BrutalType', sans-serif;
  font-size: 18px;
}
@media (max-width: 768px) {
  .button__contour {
    width: 160px;
    font-size: 14px;
    height: 40px;
  }
}
.button__blue {
  background-color: #2563EB;
  width: 222px;
  height: 56px;
  color: white;
  font-family: 'BrutalType', sans-serif;
}
@media (max-width: 992px) {
  .button__blue {
    width: 100%;
  }
}
@font-face {
  font-family: 'bahnschriftLight';
  src: url('../fonts/Bahnschrift/bahnschriftLight.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftSemiLight';
  src: url('../fonts/Bahnschrift/bahnschriftSemiLight.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BrutalType';
  src: url('../fonts/Brutal/BrutalType.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftLightSemiCondensed';
  src: url('../fonts/Bahnschrift/bahnschriftLightSemiCondensed.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftBoldSemiCondensed';
  src: url('../fonts/Bahnschrift/bahnschriftBoldSemiCondensed.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
.section-content {
  padding-top: 120px !important;
}
@media (max-width: 992px) {
  .section-content {
    padding-top: 96px !important;
  }
}
.section-content__title {
  color: #303030;
  font-size: 56px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section-content__title {
    font-size: 45px;
  }
}
.section-content__title--center {
  text-align: center;
}
.section-main {
  display: flex;
  gap: 30px;
  padding-top: 40px !important;
}
@media (max-width: 992px) {
  .section-main {
    flex-direction: column;
    padding-top: 24px !important;
  }
}
.section-main__title-wrapper {
  position: relative;
}
.section-main__list {
  padding-bottom: 40px;
}
.section-main__item {
  display: flex;
  gap: 15px;
  padding: 12px;
}
.section-main__item:not(:first-child) {
  border-top: 1px solid rgba(48, 48, 48, 0.08);
}
.section-main__gallery-thumbs-label {
  padding: 24px 32px;
  color: #303030;
  font-size: 16px;
}
.section-main .gallery-main {
  width: 100%;
  min-height: 492px;
  margin: 0 auto;
}
.section-main .gallery-main img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-main__left-side {
  width: 50%;
}
@media (max-width: 992px) {
  .section-main__left-side {
    width: 100%;
  }
}
.section-main__right-side {
  display: flex;
  flex-direction: column;
  max-width: 656px;
  width: 50%;
}
@media (max-width: 992px) {
  .section-main__right-side {
    display: none;
  }
}
.section-main__title {
  position: relative;
  color: #303030;
  font-size: 72px;
  font-family: 'bahnschriftSemiLight', sans-serif;
  line-height: 80px;
}
@media (max-width: 992px) {
  .section-main__title {
    font-size: 46px;
    line-height: 56px;
  }
}
.section-main__price {
  color: #2563EB;
  font-size: 72px;
  font-family: 'bahnschriftBoldSemiCondensed', sans-serif;
}
@media (max-width: 992px) {
  .section-main__price {
    font-size: 56px;
    line-height: 80px;
  }
}
.section-main__price--lable {
  color: #7E8DA5;
  font-size: 24px;
  font-family: 'bahnschriftBoldSemiCondensed', sans-serif;
}
.section-main__lable {
  border: 1px solid #12BA82;
  background-color: rgba(18, 186, 130, 0.08);
  height: 38px;
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12BA82;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  gap: 10px;
}
@media (max-width: 1200px) {
  .section-main__lable {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .section-main__lable {
    position: absolute;
    right: 125px;
    top: 110px;
  }
}
.section-main__lable--dot {
  width: 4px;
  height: 4px;
  background-color: #12BA82;
  border-radius: 5px;
}
.section-main__button-wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .section-main__button-wrapper {
    flex-direction: column;
  }
}
.section-main__button-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7E8DA5;
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
}
.section-main__gallery-thumbs {
  display: flex;
  height: 96px;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  /* Миниатюра */
}
.section-main__gallery-thumbs .thumb {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.section-main__gallery-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-main__gallery-thumbs .active {
  border: 1px solid #2563EB;
}
.section-main__gallery-thumbs-wrapper {
  display: flex;
  gap: 8px;
  margin-right: 16px;
}
.section .colors-available {
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .section .colors-available {
    flex-direction: column-reverse;
  }
}
.section .colors-available__item {
  width: 50%;
}
@media (max-width: 992px) {
  .section .colors-available__item {
    width: 100%;
  }
}
.section .colors-available__thumbs-list {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.section .colors-available__thumbs-list .active {
  border: 1px solid #2563EB;
}
.section .colors-available__thumbs-list .active .colors-available__name {
  color: #2563EB;
}
.section .colors-available__thumbs-item {
  transition: all .5s;
  cursor: pointer;
  padding: 8px;
  display: flex;
  gap: 24px;
  background-color: white;
  align-items: center;
  border: 1px solid transparent;
}
.section .colors-available__thumbs-item:hover {
  border: 1px solid #2563EB;
}
.section .colors-available__thumbs-item:hover .colors-available__name {
  color: #2563EB;
}
.section .colors-available__thumbs-img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .section .colors-available__thumbs-img {
    width: 40px;
    height: 40px;
  }
}
.section .colors-available__info {
  margin-top: 16px;
  padding: 17px;
  background-color: white;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .colors-available__info p {
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  font-size: 24px;
  font-family: 'bahnschriftSemiLight', sans-serif;
}
@media (max-width: 992px) {
  .section .colors-available__info p {
    font-size: 16px;
  }
}
.section .colors-available-swiper {
  position: relative;
  height: 100%;
}
.section .colors-available-swiper img {
  height: 100%;
  object-fit: cover;
}
.section .colors-available-swiper__info-name {
  padding-left: 12px;
}
.section .colors-available-swiper__info-line {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  display: flex;
  background-color: white;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
}
.section .colors-available-swiper__info-lable {
  border: 1px solid #12BA82;
  background-color: rgba(18, 186, 130, 0.08);
  height: 38px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12BA82;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  gap: 10px;
}
.section .tasks__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.section .tasks__list {
  display: flex;
}
.section .tasks__item {
  width: 25%;
}
.section .tasks__name {
  background-color: white;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  text-transform: uppercase;
  font-size: 24px;
}
.section .choose__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section .choose__item {
  background-color: white;
  padding: 24px;
  display: grid;
  flex-direction: column;
  height: 100%;
  min-height: 100px;
}
@media (max-width: 480px) {
  .section .choose__item {
    padding: 8px;
  }
}
.section .choose__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .section .choose__item-wrapper {
    gap: 8px;
  }
}
.section .choose__icon {
  width: 72px;
}
.section .choose__title {
  color: #303030;
  text-transform: uppercase;
  font-size: 21px;
}
.section .choose__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .section .choose__title-wrapper {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
}
.section .choose__text {
  color: #7E8DA5;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
}
@media (max-width: 992px) {
  .section .choose__text {
    padding-top: 16px;
  }
}
.section .choose__line {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section .choose__line {
    padding-top: 10px;
  }
}
.section .order__line {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section .order__line {
    padding-top: 24px;
  }
}
.section .order__list {
  display: flex;
  border: 1px solid #E6E6E6;
}
@media (max-width: 992px) {
  .section .order__list {
    flex-direction: column;
  }
}
.section .order__item {
  background-color: white;
  padding: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .section .order__item {
    padding: 24px;
  }
}
.section .order__item:nth-child(2) {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 992px) {
  .section .order__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
.section .order__item:nth-child(2):after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #E6E6E6;
  left: -20px;
  top: 56px;
  background-color: white;
  background-image: url("../img/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.section .order__item:nth-child(2):before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #E6E6E6;
  right: -20px;
  top: 56px;
  background-color: white;
  z-index: 1;
  background-image: url("../img/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
@media (max-width: 992px) {
  .section .order__item:nth-child(2)::before,
  .section .order__item:nth-child(2)::after {
    width: 32px;
    height: 32px;
    background-size: 14px;
    transform: rotate(90deg);
  }
  .section .order__item:nth-child(2)::before {
    top: calc(100% - 16px);
    right: 24px;
  }
  .section .order__item:nth-child(2)::after {
    left: calc(100% - 56px);
    top: -20px;
  }
}
.section .order__numb {
  color: #2563EB;
  font-size: 88px;
  opacity: 0.3;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section .order__numb {
    display: none;
  }
}
.section .order__title {
  padding-bottom: 12px;
  color: #303030;
  text-transform: uppercase;
  font-size: 21px;
}
.section .order__text {
  color: #7E8DA5;
  font-size: 16px;
  line-height: 24px;
}
.section .faq {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 120px !important;
}
.section .faq .active {
  background-color: rgba(37, 99, 235, 0.04);
}
.section .faq .active .faq__content {
  display: block;
}
.section .faq .active .faq__icon {
  transform: rotate(45deg);
}
.section .faq__icon {
  background-image: url("../img/icons/icon-plus.svg");
  width: 23px;
  height: 23px;
}
.section .faq__link {
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.section .faq__content {
  display: none;
  padding: 0 24px 24px 24px;
  color: #7E8DA5;
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
  line-height: 24px;
}
.section .faq__name {
  font-size: 24px;
  text-transform: uppercase;
}
.section .faq__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E6E6;
  background-color: white;
}
.section .faq__item {
  cursor: pointer;
  transition: all .5s;
}
.section .faq__item:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}
.section .faq__item:hover {
  background-color: rgba(37, 99, 235, 0.04);
}
.section .faq__item:hover .faq__icon {
  stroke: #2563EB !important;
}
.section .faq__item:hover .faq__name {
  color: #2563EB;
}
.footer__wrapper {
  display: flex;
  gap: 30px;
  height: 430px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px !important;
  background-color: white;
}
@media (max-width: 992px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    height: auto;
    gap: 0;
  }
}
.footer__tell-form {
  width: 50%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__tell-form {
    width: 100%;
    padding: 24px;
  }
}
.footer__tell-form p {
  color: #7E8DA5;
  font-size: 20px;
  padding-top: 24px;
  font-family: 'BrutalType', sans-serif;
}
@media (max-width: 992px) {
  .footer__tell-form p {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.footer__text {
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .footer__text {
    font-size: 28px;
  }
}
.footer__text span {
  color: #2563EB;
}
.footer__contact {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 50%;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .footer__contact {
    width: 100%;
    height: 335px;
  }
}
.footer__contact-text {
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .footer__contact-text {
    padding-top: 24px;
    padding-bottom: 8px;
    color: #7E8DA5;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer__contact-text::before,
  .footer__contact-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E6E6E6;
    max-width: 100%;
  }
  .footer__contact-text::before {
    margin-right: 16px;
  }
  .footer__contact-text::after {
    margin-left: 16px;
  }
}
.footer__contact-phone {
  font-size: 48px;
  font-family: 'bahnschriftLight', sans-serif;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .footer__contact-phone {
    color: #303030;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__contact-text-two {
  font-size: 20px;
  font-family: 'BrutalType', sans-serif;
  font-weight: 500;
  color: white;
  z-index: 2;
  position: relative;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .footer__contact-text-two {
    color: #7E8DA5;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(28, 35, 73, 0.6);
  z-index: 1;
  pointer-events: none;
}
.desctop {
  display: none;
}
@media (min-width: 992px) {
  .desctop {
    display: block;
  }
}
.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}
:root {
  --bg: #f4f1ec;
  --card: #ffffff;
  --ink: #555555;
  --sub: #6b6459;
  --accent: #FE7606;
  --accent-ink: #ffffff;
  --line: #e6e1d7;
  --chip: #f0ece3;
  --chip-sel: #555555;
  --chip-sel-ink: #ffffff;
  --ok: #3a7d44;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: bahnschriftLightSemiCondensed, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.page {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}
.page h1 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
}
.page p.lead {
  color: var(--sub);
  margin: 0 0 26px;
  line-height: 1.5;
}
.qz-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 17, 12, 0.55);
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 9999;
}
.qz-overlay.open {
  display: flex;
}
@media (min-width: 640px) {
  .qz-overlay {
    align-items: center;
  }
}
.qz-modal {
  width: 100%;
  max-width: 560px;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--card);
  border-radius: 20px 20px 0 0;
  padding: 22px 20px;
  position: relative;
}
@media (min-width: 640px) {
  .qz-modal {
    border-radius: 20px;
    padding: 26px;
  }
}
.qz-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--chip);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
}
.qz-progress {
  display: flex;
  gap: 6px;
  margin: 4px 0 20px;
  padding-right: 40px;
}
.qz-progress i {
  flex: 1;
  height: 5px;
  border-radius: 3px;
  background: var(--line);
}
.qz-progress i.done {
  background: var(--accent);
}
.qz-step {
  display: none;
}
.qz-step.active {
  display: block;
}
.qz-step-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.qz-q {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.3;
}
.qz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.qz-options input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.qz-options label {
  border: 1.5px solid var(--line);
  background: var(--chip);
  color: var(--ink);
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: block;
}
.qz-options label small {
  display: block;
  font-weight: 500;
  color: var(--sub);
  font-size: 12.5px;
  margin-top: 3px;
}
.qz-options input:checked + label {
  border-color: var(--chip-sel);
  background: var(--chip-sel);
  color: var(--chip-sel-ink);
}
.qz-options input:checked + label small {
  color: var(--chip-sel-ink);
  opacity: .8;
}
.qz-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.qz-row input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.qz-row label {
  border: 1.5px solid var(--line);
  background: var(--chip);
  color: var(--ink);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.qz-row label .hit {
  position: absolute;
  top: -9px;
  right: -6px;
  background: var(--accent);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 8px;
}
.qz-row input:checked + label {
  border-color: var(--chip-sel);
  background: var(--chip-sel);
  color: var(--chip-sel-ink);
}
.qz-tabs {
  display: flex;
  gap: 6px;
  background: var(--chip);
  padding: 4px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.qz-tabs input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.qz-tabs label {
  flex: 1;
  text-align: center;
  background: transparent;
  color: var(--sub);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 6px;
  border-radius: 9px;
  cursor: pointer;
}
.qz-tabs input:checked + label {
  background: var(--chip-sel);
  color: var(--chip-sel-ink);
}
.qz-swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}
.qz-swatches input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.qz-swatches label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--line);
  background: var(--chip);
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}
.qz-swatches input:checked + label {
  border-color: var(--chip-sel);
}
.qz-swatches .dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.qz-swatches .tx {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.qz-swatches .tx small {
  display: block;
  font-weight: 500;
  color: var(--sub);
  font-size: 11.5px;
}
.qz-nav {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.qz-back {
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  padding: 14px 18px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.qz-next {
  flex: 1;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font: inherit;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.qz-next:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.qz-final h2 {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 6px;
}
.qz-final p {
  color: var(--sub);
  margin: 18px 0;
  line-height: 1.5;
  font-size: 14px;
}
.qz-phone {
  width: 100%;
  border: 1.5px solid var(--line);
  background: var(--chip);
  color: var(--ink);
  border-radius: 12px;
  padding: 15px 16px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.qz-phone:focus {
  outline: none;
  border-color: var(--accent);
}
.qz-err {
  color: #c0392b;
  font-size: 12.5px;
  min-height: 16px;
  margin-bottom: 10px;
}
.qz-foot {
  font-size: 12px;
  color: var(--sub);
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.qz-done {
  text-align: center;
  padding: 20px 0;
}
.qz-done .ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 16px;
}
body {
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}
.wrapper {
  width: 100%;
  height: 100vh;
  background: url("../img/new/main_bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, transparent 60%, #000000 100%);
  pointer-events: none;
  z-index: 0;
}
.icon-phone {
  background: url("../img/icons/icon-phone.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #07d800;
}
@media (max-width: 480px) {
  .logo {
    width: 100px;
  }
}
.header {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.header__sub-tittle-wrapper {
  border-left: 3px solid #F46F10;
  color: white;
  margin-top: 10px;
  flex-grow: 1;
}
.header__sub-tittle-wrapper li {
  padding-left: 10px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  font-size: 20px;
}
.header__title {
  flex-grow: 0;
  margin-top: 100px;
  font-size: 70px;
  color: white;
  font-family: 'bahnschriftBoldSemiCondensed', sans-serif;
  text-shadow: 0 0 20px #000000;
}
@media (max-width: 480px) {
  .header__title {
    font-size: 30px;
  }
}
.header__top-line {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.header__phone {
  color: white;
  font-size: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .header__phone {
    font-size: 16px;
  }
}
.header__phone-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.header__info {
  border: 1px solid white;
  border-radius: 20px;
  color: white;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .header__info {
    font-size: 13px;
  }
}
.header__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header__content span {
  color: #FE7606;
}
.header__button {
  position: relative;
  border: 2px solid #F68738;
  background: linear-gradient(#fe7606, #f95c00);
  border-radius: 30px;
  display: flex;
  gap: 10px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  color: white;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .header__button {
    max-width: 300px;
  }
}
.header__button-calc {
  background: url("../img/icons/icon-calc.svg") no-repeat;
  width: 20px;
  height: 25px;
}
.header__button-arrow {
  background: url("../img/icons/icon-arrow_right.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.header__button:after,
.header__button:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 60px;
}
@keyframes pulse-scale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes pulse-scale-rotated {
  0%,
  100% {
    transform: rotate(180deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.2);
  }
}
.header__button:before {
  left: -35px;
  top: -3px;
  background: url("../img/icons/icon-decor.svg") no-repeat;
  animation: pulse-scale 2s infinite ease-in-out;
}
.header__button:after {
  right: -35px;
  top: -3px;
  background: url("../img/icons/icon-decor.svg") no-repeat;
  transform: rotate(180deg);
  animation: pulse-scale-rotated 2s infinite ease-in-out;
}
.header__footer {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 50px auto;
  gap: 15px;
}
.header__footer-item {
  color: white;
  display: flex;
  gap: 15px;
  padding: 0 10px;
  border-right: 2px solid;
  align-items: center;
  justify-content: center;
  border-image: linear-gradient(to top, transparent, #989898, transparent) 1;
}
.header__footer-item:last-child {
  border-right: none;
}
@media (max-width: 480px) {
  .header__footer-item {
    flex-direction: column;
  }
}
.header__footer-icon {
  background: url("../img/icons/icon-done.svg") no-repeat;
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=style.css.map */