@charset "UTF-8";
.promo-video,
.promo-video .video-play {
  /* box-shadow:0 4px 7px 0 rgba(0,0,0,.25),0 6px 21px 0 rgba(81,80,80,.25) inset */
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.header.topSite .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 24px;
}
.header.topSite .title span {
  font-weight: 600;
  font-size: 26px;
}
.header.topSite p {
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  line-height: 36px;
}
.header.topSite p span {
  display: block;
  text-align: center;
  color: #4599c3;
  font-weight: 600;
}
.body,
.header .title {
  color: var(--white);
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 600;
}
.progress__line,
.promo-video {
  position: relative;
}
.body {
  font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
  line-height: normal;
}
.main .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 0 20px;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
aside,
footer,
header,
legend,
main,
nav,
section {
  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;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
:root {
  --ff-inter: "Geologica";
  --white: #ffffff;
  --grey: #ccc;
  --dark-grey: #5a5a5a;
  --accent-blue: #00b5e2;
  --border-radius: 20px;
  --border: 1px solid var(--dark-grey, #5a5a5a);
  --background-card: rgba(0, 0, 0, 0.4);
}
.promo-video,
.promo-video .video-play {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(14, 14, 14, 0.4);
}
.header {
}
.header .container {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .logo {
  margin-bottom: 20px;
  max-width: 286px;
}
.header .title {
  text-align: center;
  font-size: clamp(0.875rem, 0.726rem + 0.65vw, 1.5rem);
  line-height: normal;
  margin-bottom: clamp(0.625rem, 0.476rem + 0.65vw, 1.25rem);
}
.header .subtitle,
.progress__text {
  font-family: var(--ff-inter);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main-button,
.min-max__text,
.quiz__answers .label,
.quiz__title,
.rang__answer__text {
  font-weight: 600;
  font-family: var(--ff-inter);
  font-style: normal;
}
.header .subtitle {
  color: var(--white, #fff);
  text-align: center;
  font-size: clamp(1rem, 0.881rem + 0.52vw, 1.5rem);
}
@media (max-width: 380px) {
  .header .mob-hide {
    display: none;
  }
}
.promo-video {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.15);
  height: auto;
  margin-bottom: clamp(0.625rem, 0.416rem + 0.9vw, 1.5rem);
  padding: 48px 48px 48px;
}
.promo-video .video {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.promo-video .video-play {
  position: absolute;
  right: clamp(1.25rem, 1.101rem + 0.65vw, 1.875rem);
  bottom: clamp(1.25rem, 1.101rem + 0.65vw, 1.875rem);
  width: clamp(2.625rem, 2.177rem + 1.94vw, 4.5rem);
  height: clamp(2.625rem, 2.177rem + 1.94vw, 4.5rem);
  border-radius: 50%;
  border: 1px solid var(--dark-grey, #5a5a5a);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    opacity 0.2s;
  animation: 1.2s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.min-max,
.progress {
  align-items: center;
}
.promo-video .video-play:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
.promo-video .video-play:active {
  opacity: 0.7;
  transform: scale(1);
}
.promo-video #sound img {
  object-fit: cover;
  width: 58%;
  height: 58%;
}
.promo-video #replay img {
  object-fit: cover;
  width: 60%;
  height: 60%;
  margin-left: 2px;
}
.wrapper__quiz {
  /* border-radius:20px;
    border:1px solid var(--dark-grey,#5a5a5a);
    background:rgba(0,0,0,.5);
    padding:clamp(.625rem,.476rem + .65vw,1.25rem);
    padding-bottom:clamp(.938rem,.684rem + 1.1vw,2rem); */
  min-height: 388px;
  text-align: center;
}
.wrapper__quiz::before {
  content: "Оставьте свои данные для связи с менеджером";
  position: relative;
  top: -10px;
  color: #f6f7f8;
  max-width: 596px;
  text-align: center;
  font-family: Geologica;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
@media (max-width: 600px) {
  .wrapper__quiz {
    min-height: auto;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.progress {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-direction: column;
  margin-bottom: 3px;
  margin-top: 35px;
  transition: opacity 0.3s ease-in-out;
}
.progress.hidden,
.quiz {
  display: none;
}
.progress__text {
  color: var(--grey);
  font-size: clamp(0.75rem, 0.69rem + 0.26vw, 1rem);
  text-transform: uppercase;
  white-space: nowrap;
}
.quiz__answers .label,
.quiz__title {
  color: var(--white, #fff);
}
.progress__text #percent {
  color: var(--white) !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 95%;
}
.progress__line {
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background: var(--grey, #ccc);
}
.progress__line::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1%;
  border-radius: 100px;
  background: var(--accent-blue, #00b5e2);
}
.quiz {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.quiz.active {
  display: block;
  animation: 0.5s ease-in-out forwards fadeIn;
}
.quiz.fadeOut {
  animation: 0.4s ease-in-out forwards fadeOut;
}
.quiz__title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 400;
  line-height: 95%;
  margin-bottom: 27px;
}
.quiz__title.lastTitle {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 120%;
}

.min-max__text,
.rang__answer__text {
  color: var(--grey, #ccc);
  line-height: normal;
}
.quiz__answers {
  display: flex;
  flex-direction: column;
}
.quiz__answers .label {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  padding: 8px 10px 9px 60px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: normal;
  color: #2b2b2b;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.quiz__answers .label:hover {
  transform: scale(1.01);
}
.main-button:active,
.quiz__answers .label:active {
  transform: scale(1);
}
.quiz__answers .input,
.quiz__answers .label::after,
.quiz__answers .label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.quiz__answers .input {
  opacity: 0;
  cursor: pointer;
  left: 10px;
  width: 20px;
  height: 20px;
}
.quiz__answers .label::before {
  content: "";
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #aeaeae;
  background: 0 0;
  transition: opacity 0.3s;
}
.quiz__answers .label::after {
  content: "✓";
  left: 25px;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  background: #4599c3;
  opacity: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  transition: opacity 0.3s;
}
.quiz__answers .label:hover:after {
  opacity: 1;
  transition: opacity 0.3s;
}
.quiz__answers .label:hover:before {
  border: 2px solid #4599c3;
  transition: opacity 0.3s;
}

.progressSteps {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.progressSteps span {
  width: 20%;
  height: 7px;
  background-color: #fff;
  border-radius: 47px;
  display: block;
}

.progressSteps span.active {
  transition: 0.3s;
  background-color: #4599c3;
}

.quiz__answers .input:checked + .label::after,
.quiz__answers .label:has(.input:checked)::after {
  opacity: 1;
}
.min-max {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.min-max__text {
  font-size: 16px;
}
.main-button,
.rang__answer__text {
  font-size: clamp(1rem, 0.94rem + 0.26vw, 1.25rem);
}
.range__input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 100px;
  outline: 0;
  margin-bottom: 26px;
}
.range__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 100px;
}
.range__input::-moz-range-track {
  width: 100%;
  height: 6px;
  border-radius: 100px;
}
.range__input::-moz-range-progress {
  height: 6px;
  border-radius: 100px;
  background: var(--accent-blue, #00b5e2);
}
.range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid var(--grey, #ccc);
  background: var(--white, #fff);
  background-image: url(../img/icon/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  margin-top: -11px;
}
.range__input::-moz-range-thumb {
  width: 40px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid var(--grey, #ccc);
  background: var(--white, #fff);
  background-image: url(../img/icon/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.range__input::-ms-thumb {
  width: 40px;
  height: 24px;
  border-radius: 14px;
  border: 1px solid var(--grey, #ccc);
  background: var(--white, #fff);
  background-image: url(../img/icon/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.rang__answer {
  display: flex;
  align-items: center;
  gap: 13px;
}
.rang__answer-wrap {
  flex: 1;
  padding: 14px 10px;
  border-radius: 6px;
  border: 1px solid var(--dark-grey, #5a5a5a);
}
.footer__link,
.main-button,
.rang__answer__text #range__value {
  color: var(--white, #fff);
}
.main-button {
  display: flex;
  padding: 14px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 247px;
  border-radius: 6px;
  background: var(--accent-blue, #00b5e2);
  line-height: normal;
  transition: 0.2s;
}
.footer .copyright,
.footer .text,
.footer__link {
  text-align: center;
  font-family: var(--ff-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main-button:hover {
  background: #0097bd;
  transform: scale(1.03);
}
.footer {
}
.footer .container {
  width: 100%;
  max-width: 1820px;
  border: 1px solid #fff;
  margin: 0 auto;
  border-radius: 20px;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  background: rgba(14, 14, 14, 0.8);

  padding: 17px;
}
.footer .container p.text {
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 500px) {
  .rang__answer {
    flex-direction: column;
  }
  .rang__answer-wrap {
    width: 100%;
  }
  .main-button {
    max-width: 100%;
  }
  .footer {
    padding: 0 20px;
  }
  .footer .container {
    border-radius: 24px 24px 0 0;
    border-bottom: none;
  }
}
.footer .text {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footer .text .footer__link {
  text-decoration: none;
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.footerLine {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.footer__list a {
  text-decoration: underline;
}
.footer__list a:hover {
  text-decoration: none;
}
address .footer__link {
  font-weight: 400;
}
.footer__link {
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
.footer__link:hover {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
}
.footer .text .footer__link {
  color: rgba(255, 255, 255, 0.6);
}
.footer .text > span {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .main .container {
    top: 0;
    transform: translate(0px);
    left: 0;
  }
  .main .container.container-thanks {
    top: 20%;
  }

  .wrapper__quiz::before {
    font-size: 34px;
    line-height: 40px;
    top: 0px;
  }

  .thanksCenter {
    text-align: center;
  }
  .protectionInfo img {
    min-height: 44px;
  }

  .header .logo {
    max-width: 186px;
    margin-bottom: 16px;
  }
  .header {
    padding-bottom: 16px;
  }
}
