@font-face {
  font-display: swap;
  font-family: "TTHoves";
  font-weight: 300;
  font-style: normal;
  src: url("../../static/fonts/TTHoves-Light.woff2");
}
@font-face {
  font-display: swap;
  font-family: "TTHoves";
  font-weight: 400;
  font-style: normal;
  src: url("../../static/fonts/TTHoves-Regular.woff2");
}
@font-face {
  font-display: swap;
  font-family: "TTHoves";
  font-weight: 500;
  font-style: normal;
  src: url("../../static/fonts/TTHoves-Medium.woff2");
}
@font-face {
  font-display: swap;
  font-family: "TTHoves";
  font-weight: 700;
  font-style: normal;
  src: url("../../static/fonts/TTHoves-Bold.woff2");
}
*::-webkit-input-placeholder {
  color: #303C48;
  opacity: 1;
}

*:-moz-placeholder {
  color: #303C48;
  opacity: 1;
}

*::-moz-placeholder {
  color: #303C48;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #303C48;
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #1a1a1a;
}

*::-webkit-scrollbar-thumb {
  background: #B9A769;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #B9A769;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #B9A769;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #B9A769;
  background: #1a1a1a;
}

*::selection {
  color: #B9A769;
  background: #1a1a1a;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 19px;
  font-family: "TTHoves", sans-serif;
  overflow-x: hidden;
  opacity: 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "TTHoves", sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #B9A769;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  outline-width: 0;
}

.list-enter-active,
.list-leave-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-enter-from,
.list-leave-to {
  opacity: 0;
}

.list-leave-active {
  position: absolute;
  z-index: -1;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #EB5757;
  border-color: #EB5757;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #EB5757 !important;
}
.redput:-moz-placeholder {
  color: #EB5757 !important;
}
.redput::-moz-placeholder {
  color: #EB5757 !important;
}
.redput:-ms-input-placeholder {
  color: #EB5757 !important;
}

.no-wrap {
  white-space: nowrap;
}

.svg_list {
  display: none;
}

#app {
  overflow: hidden;
  max-width: 1900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.app__background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.app__background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.app__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
}

.accent {
  color: #B9A769 !important;
}

.red {
  color: #EB5757 !important;
}

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

sup {
  font-size: 0.5em;
  vertical-align: top;
}

.svg_list {
  display: none;
}

.flickity-prev-next-button {
  width: 55px;
  height: 55px;
  background-color: #B9A769;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  left: 30%;
  top: 30%;
}

.tooltip {
  position: relative;
  cursor: default;
}
.tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
}
.tooltip__content {
  position: absolute;
  background: rgba(17, 18, 18, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 12px;
  padding: 20px 16px;
  font-size: 13px;
  font-weight: 300;
  width: 350px;
  z-index: 11;
  left: 100%;
  margin-left: 10px;
  top: 50%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  text-align: justify;
}
.tooltip svg {
  fill: #3c4141;
}

@media only screen and (max-width: 760px) {
  h2 {
    font-size: 30px;
  }
  .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
  .tooltip__content {
    left: 50%;
    top: 100%;
    margin-left: 0;
    margin-top: 10px;
    -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
            transform: translateX(-70%);
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .tooltip__content {
    width: 320px;
    -webkit-transform: translateX(-72%);
        -ms-transform: translateX(-72%);
            transform: translateX(-72%);
    padding: 15px;
    margin-top: 0px;
  }
}
.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #B9A769;
  line-height: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  padding: 19px;
  min-width: 330px;
  font-family: "TTHoves", sans-serif;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  text-transform: uppercase;
}
.btn:disabled {
  background-color: #C0C0C0;
}
.btn:disabled:hover {
  background-color: #C0C0C0;
  cursor: default;
}
.btn:hover {
  color: #fff;
  background-color: #B9A769;
}
.btn--small {
  font-size: 12px;
  padding: 12px 40px;
  min-width: 0;
}
.btn--white {
  background-color: #fff;
  color: #303C48;
}
.btn--white:hover {
  color: #fff;
  background-color: #B9A769;
}
.btn--accent {
  background-color: #B9A769;
  color: #fff;
}
.btn--accent:hover {
  color: #fff;
  background-color: #B9A769;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: rgb(214.5, 214.5, 214.5);
  left: 0;
  top: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
          animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.btn-bordered {
  background: transparent;
  border: 1px solid #B9A769;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.btn-bordered:hover {
  background-color: #B9A769;
}

button {
  display: block !important;
}

@media only screen and (max-width: 760px) {
  .btn {
    min-width: 0;
  }
}
.input-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 14px;
}
.input-block label {
  font-size: 12px;
  color: #828282;
  line-height: 1.3;
}
.input-block label a {
  color: #828282;
  text-decoration: none;
}

.form-elements .btn {
  margin-top: 15px;
}

.label__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: #F6F7F9;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
}
.label__check input {
  margin-right: 15px;
}

textarea {
  -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
          box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
  outline: none;
  height: 150px;
  max-width: 300px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: none;
}

input[type=checkbox] + label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin: 0 9px 0 0;
  background-image: url(../images/yes.svg);
  background-size: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border-radius: 50%;
  cursor: pointer;
}

input[type=checkbox]:checked + label::before {
  background-size: 14px;
  background-color: #B9A769;
}

input[type=checkbox] + label::before {
  background-color: #ECECED;
  background-size: 0px;
  border: 0;
}

.input {
  display: block;
  text-align: left;
  font-family: "TTHoves", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #303C48;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  border-radius: 8px;
  padding: 16px 22px;
  position: relative;
  z-index: 1;
  height: 54px;
  width: 100%;
  font-size: 16px;
  line-height: 1em;
  border: 0;
}

select {
  display: block;
  text-align: left;
  font-family: "TTHoves", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #1a1a1a;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 100%;
  font-size: 16px;
  line-height: 148%;
  margin-top: 5px;
  background-image: url(../images/select.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 99% center;
  -webkit-box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
          box-shadow: 0px 4px 10px rgba(38, 36, 60, 0.03);
  border-radius: 15px;
  padding: 7px 27px;
  cursor: pointer;
}

.wrong + .input {
  border: 1px solid #EB5757;
}

.phone {
  white-space: nowrap;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.popup__image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__content {
  text-align: left;
  padding: 50px;
  background-color: #F6F7F9;
  width: 100%;
}
.popup__title {
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  width: 100%;
}
.popup__cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-top: 77px;
}
.popup__car {
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  cursor: pointer;
}
.popup__car.active {
  color: #fff;
  border-bottom: 7px solid rgba(0, 0, 0, 0.3);
}
.popup img.call {
  position: absolute;
  bottom: -160px;
  left: calc(50% - 160px);
}
.popup p.registrtop {
  padding-top: 50px;
  color: #B9A769;
}
.popup img.registr {
  position: absolute;
  top: -120px;
  left: calc(50% - 220px);
  width: 440px;
}
.popup .body {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: 0;
  text-align: center;
  padding: 0;
  border-radius: 30px;
  -webkit-overflow-scrolling: touch;
  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;
  overflow: hidden;
}
.popup .body .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.popup .body .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
.popup .body .close:hover {
  opacity: 0.6;
}
.popup .body .content.tnxpopup {
  display: block;
  max-height: 90vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  width: 100%;
  color: #1a1a1a;
  text-align: center;
}
.popup .body .content.tnxpopup p {
  font-size: 20px;
  line-height: 1.4;
}
.popup .body .content.tnxpopup .btn:after {
  display: none;
}
.popup .body .content.tnxpopup p.bold {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.popup .body .tnxpopup__title {
  font-weight: bold;
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 4px;
}
.popup .body .content.politicpopup {
  display: block;
  height: auto;
  padding: 40px;
  width: 100%;
  color: #1a1a1a;
  max-height: 80vh;
}
.popup .body .content.politicpopup p.bold {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.popup .body .content.politicpopup p {
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
}
.popup .body .content.politicpopup ul {
  list-style-position: inside;
  font-size: 12px;
}
.popup .body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  text-align: left;
}
.popup .body .content p {
  line-height: 1.2em;
}
.popup .body .content form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popup .body .content form .form-elements {
  margin-top: 40px;
}
.popup .body .content form .btn {
  width: 338px;
  margin: 0;
}
.popup .body .content form p.green {
  font-size: 18px;
  padding-top: 10px;
  line-height: 1.2em;
  font-weight: 400;
  color: #B9A769;
  text-transform: none;
}
.popup.open {
  visibility: visible;
}
.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #B9A769;
  -webkit-animation-name: loader-spin;
          animation-name: loader-spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
          animation: none;
  border-color: #56D456;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #EB5757;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #EB5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.load-complete.wrong:after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #EB5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  border-right: 2px solid #56D456;
  border-top: 2px solid #56D456;
  content: "";
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
      -ms-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.btngreen {
  background-color: #B9A769;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

@media only screen and (max-width: 1400px) {
  .popup__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .popup__wrapper {
    display: block;
  }
  .popup__image {
    height: 384px;
    width: 100%;
  }
  .popup__content {
    width: 100%;
    padding: 70px 30px;
  }
  .popup .body .close {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .popup__image {
    height: 180px;
  }
  .popup__content {
    padding: 19px;
  }
  .popup__title {
    font-size: 24px;
    width: 190px;
  }
  .popup__cars {
    margin-top: 24px;
  }
  .popup__car {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .popup__car.active {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  }
  .popup .body .close:before {
    background-color: #fff;
  }
  .popup .body .close:after {
    background-color: #fff;
  }
  .popup .body .content form .form-elements {
    margin-top: 21px;
  }
  .popup .body .content form .form-elements .btn {
    width: 100%;
  }
}
.header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  color: #1a1a1a;
  position: absolute;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
.header__address {
  font-size: 14px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
}
.header__address img {
  display: block;
  width: 16px;
  height: auto;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header__logo {
  width: 95px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__phone {
  margin-left: 34px;
}
.header__phone a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-family: "TTHoves", sans-serif;
}
.header__phone a:hover {
  color: #B9A769;
}
.header__button {
  margin-left: 40px;
}

@media only screen and (max-width: 1300px) {
  .header__button {
    margin-left: 20px;
  }
  .header__phone {
    margin-left: 20px;
  }
  .header__address {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header__address {
    display: none;
  }
}
@media only screen and (max-width: 996px) {
  .header__button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header__wrapper {
    padding: 15px 0;
  }
}
.main {
  min-height: 100vh;
  position: relative;
  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;
}
.main h1 {
  font-size: 46px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.main__subtitle {
  margin-top: 13px;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.main__buttons {
  margin-top: 28px;
}
.main__buttons .btn {
  margin-left: auto;
  margin-right: auto;
}
.main__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  color: #fff;
  gap: 30px;
  text-align: center;
}
.main__benefit {
  width: 360px;
  font-size: 16px;
  font-weight: 300;
}
.main__benefit b {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .main h1 {
    font-size: 36px;
  }
  .main__subtitle {
    font-size: 18px;
  }
  .main__benefit b {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main h1 {
    font-size: 24px;
    text-align: center;
  }
  .main__subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
  }
  .main__buttons {
    margin-top: 20px;
  }
  .main__buttons .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .main__benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
  }
  .main__benefit {
    font-size: 14px;
  }
  .main__benefit b {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.quiz {
  background-color: #fff;
  padding: 50px 20px;
}
.quiz__items {
  position: relative;
  z-index: 2;
}
.quiz__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
.quiz__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.quiz__subtitle {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.4;
}
.quiz__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-top: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quiz__variant {
  font-weight: bold;
  line-height: 1;
  padding: 18px 22px;
  border: 1px solid #ECECED;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.quiz__variant--image {
  margin-top: 30px;
  width: 200px;
  height: 100px;
  overflow: hidden;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.quiz__variant--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.quiz__variant:hover {
  border-color: #B9A769;
}
.quiz__variant.active {
  background-color: #B9A769;
  border-color: #B9A769;
  color: #fff;
}
.quiz__controls {
  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;
  margin-top: 40px;
}
.quiz__button--next {
  margin-left: auto;
}
.quiz__button--prev {
  margin-right: auto;
}
.quiz__disclaimer {
  text-align: center;
  margin-top: 20px;
}
.quiz__disclaimer p {
  color: #C0C0C0;
  font-weight: 300;
  font-size: 14px;
}
.quiz__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 5px;
}
.quiz__steps circle {
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.quiz__search--progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.quiz__search--procent {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.quiz__search--procent::after {
  content: "%";
}
.quiz__search--bar {
  border-radius: 4px;
  height: 40px;
  width: 100%;
}
.quiz__form {
  margin-top: 30px;
  background-color: #F6F7F9;
  padding: 20px;
  border-radius: 4px;
}
.quiz__form .btn {
  width: 100%;
}

.footer {
  background-color: #303C48;
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #697279;
  margin-bottom: 30px;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer__contacts .phone a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}
.footer__contacts .btn {
  font-size: 12px;
  padding: 12px 40px;
  min-width: 0;
}
.footer__text {
  color: #fff;
  font-size: 12px;
}
.footer__text a {
  color: #fff;
  text-decoration: none;
}
.footer__text p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .footer__logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer__contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}