@font-face {
  font-display: swap;
  font-family: 'HalvarBreit';
  font-weight: 400;
  font-style: normal;
  src: url('../../static/fonts/HalvarBreit-Rg.woff2');
}

@font-face {
  font-display: swap;
  font-family: 'HalvarBreit';
  font-weight: 700;
  font-style: normal;
  src: url('../../static/fonts/HalvarBreit-Bd.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: #848e37;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #848e37;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #848e37;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #848e37;
  background: #1a1a1a;
}

*::selection {
  color: #848e37;
  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: 'HalvarBreit', 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: 'HalvarBreit', sans-serif;
  line-height: 1.2em;
}

h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #848e37;
  -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: #ad0021;
  border-color: #ad0021;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.redput::-webkit-input-placeholder {
  color: #ad0021 !important;
}
.redput:-moz-placeholder {
  color: #ad0021 !important;
}
.redput::-moz-placeholder {
  color: #ad0021 !important;
}
.redput:-ms-input-placeholder {
  color: #ad0021 !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;
}

.accent {
  color: #848e37 !important;
}

.red {
  color: #ad0021 !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: #848e37;
}

.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;
  }
  h1 {
    font-size: 24px;
  }
  .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 #848e37;
  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: 'HalvarBreit', 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: #848e37;
}
.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: #848e37;
}
.btn--accent {
  background-color: #848e37;
  color: #fff;
}
.btn--accent:hover {
  color: #fff;
  background-color: #848e37;
}
.btn--accent:after {
  -webkit-animation: blick 5s ease-in-out infinite;
  animation: blick 5s ease-in-out infinite;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, rgba(255, 255, 255, 0.1)),
    color-stop(20%, rgba(255, 255, 255, 0.2)),
    to(rgba(255, 255, 255, 0.6))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.6)
  );
  bottom: 0;
  content: '';
  height: 100%;
  left: -20%;
  position: absolute;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 1.25rem;
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #d7d7d7;
  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 #848e37;
  color: #fff;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.btn-bordered:hover {
  background-color: #848e37;
}

button {
  display: block !important;
}

@media only screen and (max-width: 760px) {
  .btn {
    min-width: 0;
  }
}

@-webkit-keyframes blick {
  0% {
    left: -20%;
    opacity: 0;
  }
  2% {
    left: 0;
    opacity: 1;
  }
  12% {
    left: 120%;
    opacity: 0;
  }
  to {
    left: 120%;
    opacity: 0;
  }
}

@keyframes blick {
  0% {
    left: -20%;
    opacity: 0;
  }
  2% {
    left: 0;
    opacity: 1;
  }
  12% {
    left: 120%;
    opacity: 0;
  }
  to {
    left: 120%;
    opacity: 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: #fafafa;
  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: #848e37;
}

input[type='checkbox'] + label::before {
  background-color: #ececed;
  background-size: 0px;
  border: 0;
}

.input {
  display: block;
  text-align: left;
  font-family: 'HalvarBreit', 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: 'HalvarBreit', 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 #ad0021;
}

.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: #848e37;
}
.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;
  -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;
}
.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;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.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: #848e37;
  text-transform: none;
}
.popup.open {
  visibility: visible;
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #848e37;
  -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: #ad0021;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #ad0021;
  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: #ad0021;
  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: #848e37;
}

.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%;
  }
}

.bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #848e37;
  gap: 10px;
}
.bonus svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bonus__text {
  line-height: 1.1;
}
.bonus__text span {
  font-size: 11px;
}
.bonus__info {
  font-size: 12px;
}

.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__logo {
  width: 160px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__phone {
  margin-left: 34px;
}
.header__phone a {
  font-size: 18px;
  padding: 15px 60px 15px 15px;
  background-color: #fff;
  font-weight: 300;
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'HalvarBreit', sans-serif;
  display: block;
  position: relative;
}
.header__phone a:hover {
  color: #848e37;
}
.header__phone a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 50px;
  background-color: #848e37;
  background-image: url(../images/phone.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
.quiz__item {
  padding-top: 112px;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.quiz__item.is-selected {
  opacity: 1;
}
.quiz__item.is-selected .quiz__image:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.quiz__text {
  margin: 20px 0;
}
.quiz__image {
  width: 42%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.quiz__image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.quiz__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}
.quiz__start {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.quiz__container {
  max-width: 790px;
  width: 100%;
  padding-right: 80px;
}
.quiz__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.quiz__benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-bottom: 32px;
}
.quiz__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.quiz__benefit-icon {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.quiz__benefit-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.quiz__benefit-text {
  width: 100%;
  font-weight: bold;
}
.quiz__subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.quiz__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quiz__variant {
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.quiz__variant::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #848e37;
}
.quiz__variant::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #848e37;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -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: #848e37;
}
.quiz__variant.active::after {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.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 {
  margin-top: 20px;
}
.quiz__disclaimer p,
.quiz__disclaimer a {
  color: gray;
  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: #fafafa;
  padding: 20px;
  border-radius: 4px;
}
.quiz__form .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .quiz__item {
    z-index: 1;
  }
  .quiz__container {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz__image {
    width: 100%;
    z-index: -1;
  }
  .quiz__image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media only screen and (max-width: 768px) {
  .quiz__container {
    padding-bottom: 20px;
  }
  .quiz__benefits {
    grid-template-columns: 1fr;
  }
  .quiz__start {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer {
  background-color: #848e37;
  padding-top: 40px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.48);
}
.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: rgba(255, 255, 255, 0.48);
  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: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}
.footer__text a {
  color: rgba(255, 255, 255, 0.48);
  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) {
  /**/
}
