html {
  --bg-button-1: linear-gradient(181.45deg, #FD5F00 9.41%, #E85801 99.02%);
  --bg-button-2: linear-gradient(181.45deg, #1BA7E3 9.41%, #2386BD 99.02%);
  --bs-button-2: inset 0px 2px 0px #0FA0DE, inset 0px -3px 0px #1D81B6;
  --bg-button-regular: #005792;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.hidden {
  visibility: hidden;
}

a, button {
  cursor: pointer;
}

input, button {
  border: none;
  padding: 0;
  background: none;
  display: inline-block;
}

p, ul, h1, h2, h3, h4, h5, h6, ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  width: 100%;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  background-image: url(../img/domofon/hero-bg.jpg);
  background-size: cover;
  background-position: top;
  color: #fff;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.button-general, .header-callback, .callback__submit {
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-general:hover:after, .header-callback:hover:after, .callback__submit:hover:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 20px;
  height: 80%;
  width: 80%;
  background: linear-gradient(181.45deg, #189AD2 9.41%, #10689A 99.02%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-general span, .header-callback span, .callback__submit span {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 19px 20px 23px;
  background-image: var(--bg-button-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 33px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-logo__img {
  width: 163px;
  margin-bottom: 13px;
}

.header-logo__desc {
  font-size: 12px;
}

.header-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 268px;
  text-align: left;
}

.header-geo__icon {
  margin-right: 20px;
}

.header-geo__address {
  color: #fff;
}

.header-geo__address:hover {
  color: var(--bg-button-regular);
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts-phone {
  margin-right: 30px;
}

.header-contacts-phone__phone {
  font-size: 22px;
  margin-bottom: 14px;
}

.header-contacts-phone__phone:hover {
  color: #e85801;
}

.header-contacts-phone__time {
  text-align: right;
  font-size: 14px;
  position: relative;
}

.header-contacts-phone__time::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2BB063;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__title {
  font-weight: 800;
  font-size: 43px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero__desc {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 35px;
}

.hero__desc--bold {
  font-weight: 800;
}

.hero-timer {
  position: relative;
}

.countdown {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  position: relative;
  left: -160px;
  top: -10px;
}

.hero-timer__title {
  font-size: 15px;
}

.flip-clock-label {
  display: none;
}

.flip-clock-divider.seconds,
.flip:nth-child(4n),
.flip:last-child {
  display: none;
}

.quiz-ozna {
  background-color: #1F2325;
  border-radius: 20px 20px 0 20px;
  max-width: 972px;
  max-width: 1052px;
  margin-bottom: 90px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.quiz-head {
  padding-top: 50px;
  padding-bottom: 31px;
  padding-bottom: 45px;
  border-bottom: 1px solid #171C1E;
}

.quiz-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quiz-body-quiz {
  width: 100%;
}

.quiz__title {
  text-align: center;
  font-size: 30px;
}

.quiz-body-quiz-steps {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 48px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quiz-body-quiz-steps__step {
  font-size: 16px;
  padding: 13px 18px;
  background-color: #282E31;
  color: #fff;
  border-radius: 10px;
}

.quiz-body-quiz-steps__step--current {
  background-color: #fff;
  color: #1F2325;
}

.quiz-body-consult {
  background-color: #1F282D;
  max-width: 278px;
  width: 100%;
  padding-top: 23px;
  padding-left: 25px;
  padding-right: 16px;
  padding-bottom: 30px;
}

.quiz-body-consult__img {
  width: 88px;
  margin-bottom: 23px;
}

.quiz-body-consult__post {
  font-size: 14px;
  marin-bottom: 11px;
}

.quiz-body-consult__name {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.quiz-body-consult__name:after {
  content: '';
  position: relative;
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 22px;
}

.quiz-body-consult__desc {
  font-size: 16px;
  line-height: 129.19%;
  margin-bottom: 17px;
}

.quiz-body-consult__stock {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

.quiz-body-consult__stock:before {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 17px;
}

.quiz-body-consult__sale {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1150px) {
  .hero__title {
    font-size: 40px;
  }
  .hero__decs {
    font-size: 22px;
  }
  .countdown {
    left: -25%;
  }
}

@media (max-width: 980px) {
  .hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__desc br {
    display: none;
  }
  .hero-right {
    max-width: 40%;
  }
  .hero__img {
    margin-top: 20%;
  }
}

@media (max-width: 840px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .hero-left {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .hero__img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hero__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hero__desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hero__desc br {
    display: inline;
  }
  .quiz__title {
    font-size: 24px;
  }
  .quiz-head {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .header-logo__img {
    width: 130px;
  }
  .header-geo__address {
    font-size: 14px;
  }
  .header-contacts-phone__phone {
    font-size: 18px;
  }
  .header-contacts-phone__time {
    font-size: 12px;
  }
  .header-contacts-phone__time::after {
    left: 5px;
  }
  .button-general span, .header-callback span, .callback__submit span {
    padding: 12px 20px 15px;
    font-size: 15px;
  }
}

@media (max-width: 710px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .header-contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-geo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .hero__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .hero__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .countdown {
    top: -30px;
  }
  .quiz-body-quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 576px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__subtitle {
    font-size: 19px;
  }
  .hero__subtitle br {
    display: none;
  }
  .hero-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .hero__title {
    font-size: 22px;
    text-align: center;
  }
  .hero__desc {
    text-align: center;
  }
  .header-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
  .header-geo__icon {
    margin-right: 14px;
    width: 30px;
  }
  .header-contacts-phone {
    margin-right: 0;
  }
  .hero__img {
    width: 50%;
  }
  .hero-right {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .hero-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .countdown {
    display: inline-block;
    left: 0;
    margin-left: 17%;
  }
  .header-contacts-phone {
    margin-bottom: 15px;
  }
  .header-geo {
    margin-left: 0;
  }
  .quiz-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz-body-quiz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .quiz-body-consult {
    max-width: 100%;
    text-align: center;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quiz-body-consult__name::after {
    margin-left: auto;
    margin-right: auto;
  }
  .quiz-body-consult__stock::before {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  .quiz-body-consult {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 320px) {
  .header-logo {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .header-contacts {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-geo {
    margin-right: auto;
    margin-left: auto;
  }
  .countdown {
    margin: 0;
    width: auto;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 0;
  }
  .flip-clock-wrapper ul {
    width: 50px;
  }
  .hero__desc br {
    display: none;
  }
  .hero__title {
    font-size: 20px;
  }
  .quiz__title {
    font-size: 18px;
  }
  .quiz-body-consult {
    padding-left: 40px;
    padding-right: 40px;
  }
  .quiz-ozna {
    border-radius: 15px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
}

.quiz-body-quiz-steps {
  display: none;
}

.callback {
  padding: 40px;
  text-align: center;
  background-color: #1F2325;
  max-width: 300px;
  max-width: 400px;
  border-radius: 15px;
}

.callback__title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}

.callback__input {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
}

.callback__submit {
  width: 100%;
}

@media (max-width: 420px) {
  .callback {
    padding: 40px 20px;
  }
}

.pop-closer {
  right: 10px;
  top: 1px;
}

.hero__subtitle {
  font-size: 22px;
  line-height: 120%;
  padding: 25px 12px 24px 30px;
  background: linear-gradient(100.37deg, rgba(40, 43, 43, 0.9) 20.29%, rgba(25, 29, 29, 0) 156.07%);
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 360px) {
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__subtitle br {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */