@charset "UTF-8";

@import url('fonts/fonts.css');
html,
body,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background-color: #f5f1e5;
}

html {
  font-size: 100%;
}


body {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #fff;
}



page[size='A4'] {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  width: 19cm;
  height: 27.7cm;
  padding: 1cm;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  -webkit-box-shadow: 0 0 .5cm rgba(0, 0, 0, .5);
  box-shadow: 0 0 .5cm rgba(0, 0, 0, .5);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

page[size='A4'][layout='landscape'] {
  width: 27.7cm;
  height: 19cm;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}


.l-page__content {
  position: relative;
  width: 100%;
}

.l-page__content:before {
  position: absolute;
  top: -6px;
  width: 100%;
  height: 3px;
  content: '';
}


.quiz-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 70%;
  max-width: 200px;
  margin: 0 auto -40px;
  padding-top: 30px;
}

.quiz-logos__item {
  display: block;
  flex: none;
}

.quiz-logos__item_perekrestok {
  width: 100%;
  margin-bottom: 4%;
}

.quiz-logos__item_perekrestok img {
  border-radius: 4px;
}

.quiz-logos__item_pushistiy-klub {
  width: 58.3%;
  margin-left: -5.8%;
  margin-top: 1.8%;
}

.quiz-logos__item_detskiy-klub {
  width: 53%;
  margin-right: -13%;
  margin-left: 4.7%;
  margin-top: 1.8%;
}

.quiz-logos__item_purina-friends {
  width: 100.3%;
  margin-right: 2.85%;
  margin-left: 0.135%;
  margin-top: 16.4%;
  margin-bottom: 14%;
}

.quiz-logos__item a {
  display: block;
}

.quiz-logos__item img {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 560px) {
  .quiz-logos {
    margin: 0 auto -45px;
    width: 456px;
    max-width: calc(100% - 56px);
  }

  .quiz-logos__item_perekrestok {
    width: 54.39%;
    padding-top: 0.9%;
    margin-left: 22.5%;
    margin-bottom: 7.3%;
    margin-right: 21%;
  }

  .quiz-logos__item_pushistiy-klub {
    width: 25.4386%;
    margin-left: -1%;
    margin-top: -2.6754%;
  }

  .quiz-logos__item_detskiy-klub {
    width: 23.3355%;
    margin-right: -4.65%;
    margin-left: 2.3%;
    margin-top: -2.6754%;
  }

  .quiz-logos__item_purina-friends {
    width: 36.7%;
    margin-right: -27.15%;
    margin-left: 16.4%;
    margin-top: 0.1%;
    margin-bottom: 6%;
  }
}

@media only screen and (min-width: 900px) {
  .quiz-logos {
    flex-wrap: nowrap;
    padding-top: 35px;
  }

  .quiz-logos__item_perekrestok {
    width: 54.39%;
    padding-top: 0.9%;
    margin-bottom: 0;
    margin-left: -27.5%;
    margin-right: 2.5%;
  }

  .quiz-logos__item_pushistiy-klub {
    width: 25.4386%;
    margin-left: 5.921%;
    margin-top: -2.6754%;
  }

  .quiz-logos__item_detskiy-klub {
    width: 23.3355%;
    margin-right: 2.85%;
    margin-left: 1.535%;
    margin-top: -2.6754%;
  }

  .quiz-logos__item_purina-friends {
    width: 37%;
    margin-right: 2.85%;
    margin-left: 2.3%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1360px) {
  .quiz-logos {
    width: 600px;
    padding-top: 45px;
    padding-bottom: 10px;
  }
}

.quiz {
  background-color: #faa017;
  margin-bottom: 30px;
}

.quiz-header {
  background-image: url("images/quiz/decor1.png");
  background-position: top 40px left 50%;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: 0 auto;
  background-size: contain;
}

.quiz-header__inner {
  display: flex;
  padding: 76px 34px 103px 34px;
}

.quiz-header__image,
.quiz-header__text {
  flex: 1 1 0;
}

.quiz-header__image {
  margin: -30px 40px 0 0;
}

.quiz-header__image img {
  width: 100%;
}

.quiz-header__text h2 {
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  background: #925887;
  color: #ffffff;
  font-size: 86px;
  border-radius: 23px;
  padding: 10px 35px 20px 24px;
  line-height: 1;
  display: inline-block;
  transform: rotate(-5deg);
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-left: -16px;
}

.quiz-header__text h2 ._stripe {
  position: absolute;
  bottom: 8px;
  left: 24px;
  transform: rotate(5deg);
}

.quiz-header__text h3 {
  background: #925887;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 32px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 23px;
  font-weight: normal;
  margin-bottom: 30px;
  max-width: 523px;
  position: relative;
}

.quiz-header__text h3 ._tail {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -48px;
}

.quiz-header__text h3 ._shadow {
  position: absolute;
  top: 0;
  left: 2px;
}

.quiz-header__text p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  max-width: 375px;
  line-height: 1.5;
}

.quiz-header__text p:not(:last-child) {
  margin-bottom: 17px;
}

.quiz-header__text p b {
  font-weight: 600;
}

.quiz-main {
  position: relative;
  padding-bottom: 103px;
  max-width: 1400px;
  margin: 0 auto;
}

.quiz-main:before {
  content: "";
  position: absolute;
  width: 1143px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.quiz-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -42px;
  margin-bottom: -42px;
}

.quiz-main__title span {
  display: inline-block;
  background: #925887;
  color: #ffffff;
  font-family: "Amatic SC", Arial, Helvetica, sans-serif;
  line-height: 1;
}

.quiz-main__title span:first-child {
  font-size: 68px;
  padding: 10px 20px;
  border-radius: 23px;
  position: relative;
  z-index: 1;
}

.quiz-main__title span:first-child svg {
  position: absolute;
  top: 100%;
  right: 62px;
}

.quiz-main__title span:nth-child(2) {
  font-size: 60px;
  position: relative;
  padding: 4px 20px 15px 20px;
  border-radius: 20px;
  transform: rotate(-2deg) translateY(-3px);
}

.quiz-main__title span:nth-child(2) svg {
  position: absolute;
  left: 60px;
  bottom: 3px;
  transform: rotate(2deg);
}

.quiz-main__subtitle {
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 505px;
  margin: 30px auto 50px auto;
  text-align: center;
  line-height: 1.5;
}

.quiz-main__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  position: relative;
  z-index: 1;
  background-image: url("images/quiz/decor2.png");
  background-repeat: no-repeat;
  background-position: top 0 left 50%;
  padding: 60px 0 0 0;
  margin: -60px 0 0 0;
}

.quiz-main__item {
  width: 33.3%;
  text-align: center;
}

.quiz-main__item:nth-child(4),
.quiz-main__item:nth-child(5) {
  margin-top: -30px;
}

.quiz-main__item-image {
  height: 164px;
  position: relative;
  display: inline-block;
}

.quiz-main__item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.quiz-main__item-play {
  position: absolute;
  background: #925887;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  right: -5px;
  border: none;
  cursor: pointer;
}

.quiz-main__item-text {
  color: #000000;
  max-width: 300px;
  margin: 10px auto 0 auto;
}

.quiz-main__item-text h4 {
  font-size: 16px;
  opacity: 0.5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.quiz-main__item-text h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1;
}

.quiz-main__item-text ._button {
  display: inline-block;
  line-height: 56px;
  font-family: inherit;
  border-radius: 40px;
  font-size: 20px;
  background: #925887;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.6px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  outline: none;
  margin-top: 20px;
  width: 176px;
}

.quiz-main__item-text ._button._inactive {
  background: #b5bb35;
  cursor: unset;
  pointer-events: none;
}

.quiz-main__certificate {
  display: flex;
  justify-content: center;
}

.quiz-main__certificate-button {
  display: inline-block;
  line-height: 56px;
  font-family: inherit;
  border-radius: 40px;
  font-size: 20px;
  background: #925887;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.6px;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  outline: none;
  width: calc(100% - 40px);
  max-width: 300px;
  margin-top: 30px;
}

.quiz-main__certificate-button_hidden {
  display: none;
}

.quiz-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 20px;
  background: rgba(250, 160, 23, 0.4);
  z-index: 1;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: none;
}

.quiz-popup--transparent {
  background: rgba(12, 12, 12, 0.75);
}

.quiz-popup *,
.quiz-popup *::before,
.quiz-popup *::after {
  box-sizing: border-box;
}

.quiz-popup::-webkit-scrollbar-button {
  background-image: none;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.quiz-popup::-webkit-scrollbar-track {
  background-color: transparent;
}

.quiz-popup::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.quiz-popup::-webkit-resizer {
  background-image: none;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.quiz-popup::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.quiz-popup--is-active {
  display: flex;
}

.quiz-popup__inner {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: auto;
}

.quiz-popup__box {
  background: #fff;
  position: relative;
  border-radius: 32px;
  width: 1144px;
  max-width: 100%;
}

.quiz-popup--transparent .quiz-popup__box {
  padding-top: 80px;
  background: transparent;
  padding-left: 60px;
  padding-right: 60px;
}

.quiz-popup__close {
  position: absolute;
  top: 36px;
  right: 36px;
  cursor: pointer;
  background: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-popup--transparent .quiz-popup__close {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  stroke-width: 4px;
}

.quiz-popup--transparent .quiz-popup__close svg {
  width: 30px;
  height: 30px;
}

.quiz-popup--transparent .quiz-popup__close path {
  stroke: #ed232c;
}

.quiz-popup .survey-form .u-caption {
  color: rgba(0, 0, 0, 0.5);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  margin-bottom: 7px;
}

.quiz-popup .survey-form .u-title {
  color: #000;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 44px;
}

.quiz-popup .survey-form .u-fieldset:nth-child(1n+3) {
  display: none;
}

.quiz-popup .survey-form .u-fieldset:nth-child(odd):last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.quiz-popup .survey-form .u-fieldset:first-child {
  position: relative;
}

.quiz-popup .survey-form .u-fieldset:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  height: 100%;
  width: 1px;
  border-right: 2px dashed rgba(0, 0, 0, 0.1);
  pointer-events: none;
  touch-action: none;
}

.quiz-popup .survey-form .u-next,
.quiz-popup .survey-form .u-previous,
.quiz-popup .survey-form .submit,
.quiz-popup .survey-form__result-btn,
.quiz-popup .survey-form__success-btn {
  min-height: 45px;
  min-width: 139px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  border: 1px solid;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 38px;
  cursor: pointer;
  outline: none;
}

.quiz-popup .survey-form__success-btn {
  min-width: unset;
  padding-left: 26px;
  padding-right: 26px;
}

.quiz-popup .survey-form .u-next,
.quiz-popup .survey-form .submit,
.quiz-popup .survey-form__success-btn {
  background-color: #925887;
  border-color: #925887;
  color: #fff;
}

.quiz-popup .survey-form .u-previous,
.quiz-popup .survey-form__result-btn {
  background-color: #fff;
  border-color: #828282;
  color: #828282;
}

.quiz-popup .survey-form .u-previous:not(:last-child),
.quiz-popup .survey-form__result-btn:not(:last-child) {
  margin-right: 12px;
}

.quiz-popup .survey-form__u-inner {
  padding: 74px 96px 85px;
}

.quiz-popup .survey-form__body {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 70px) / 2));
  gap: 70px;
}

.quiz-popup .survey-form__u-box {
  width: 100%;
  margin: 0 !important;
}

.quiz-popup .survey-form__validate {
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 300px;
  color: #ed232c;
  margin-top: 20px;
}

.quiz-popup .survey-form__validate--is-hidden {
  max-height: 0;
  margin: 0;
}

.quiz-popup .survey-form__footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-popup .survey-form__actions {
  display: flex;
  align-items: center;
}

.quiz-popup .survey-form__count {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.quiz-popup .survey-form__result-body {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  justify-content: space-between;
}

.quiz-popup .survey-form__result-content {
  width: 100%;
  max-width: 410px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.quiz-popup .survey-form__result-result {
  color: rgba(0, 0, 0, 0.5);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 7px;
}

.quiz-popup .survey-form__result-caption {
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 100% */
  margin-bottom: 42px;
}

.quiz-popup .survey-form__result-text {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 20px 0;
}

.quiz-popup .survey-form__result-preview {
  width: 100%;
}

.quiz-popup .survey-form__result-img {
  width: 100%;
  height: auto;
  display: block;
}

.quiz-popup .survey-form__result-btn {
  margin-top: auto;
  align-self: flex-start;
}

.quiz-popup .survey-form__error-preview {
  padding-top: 78px;
  max-width: calc(100% - 418px);
}

.quiz-popup .survey-form__error-img {
  width: 100%;
  height: auto;
}

.quiz-popup .survey-form__success-preview {
  max-width: 276px;
}

.quiz-popup .survey-form__success-img {
  width: 100%;
  height: auto;
}

.quiz-popup .survey-form__success-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.quiz-popup .survey-form__success-frame {
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
  padding-top: 137.4100719424%;
}

.quiz-popup .survey-form__success-line {
  pointer-events: none;
  touch-action: none;
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 28.5px;
}

.quiz-popup .survey-form__success-line:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-45deg) translate(9px, 4px);
}

.quiz-popup .survey-form__success-line:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotate(45deg) translate(-10px, 4px);
}

.quiz-popup .survey-form__success-line:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: rotate(45deg) translate(10px, -4px);
}

.quiz-popup .survey-form__success-line:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(-45deg) translate(-10px, -4px);
}

.quiz-popup .survey-form__success-certificate {
  border: 1px solid #000;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 19px;
  top: 19px;
  right: 19px;
  bottom: 19px;
  width: calc(100% - 38px);
  height: calc(100% - 38px);
}

.quiz-popup .survey-form__success-certificate iframe,
.quiz-popup .survey-form__success-certificate img,
.quiz-popup .survey-form__success-certificate embed {
  display: block;
  width: 100%;
  height: 100%;
}

.quiz-video {
  height: 470px;
}

.quiz-video__frame {
  width: 100%;
  height: 100%;
}

.quiz-radio {
  display: block;
  color: #000;
  box-sizing: border-box;
}

.quiz-radio *,
.quiz-radio *:before,
.quiz-radio *:after {
  box-sizing: border-box;
}

.quiz-radio:not(:last-child) {
  margin-bottom: 16px;
}

.quiz-radio__input {
  display: none;
}

.quiz-radio__input:checked ~ .quiz-radio__text::before {
  opacity: 0;
}

.quiz-radio__input:checked ~ .quiz-radio__text::after {
  opacity: 1;
}

.quiz-radio__text {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: inherit;
}

.quiz-radio__text::before,
.quiz-radio__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.quiz-radio__text::before {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.quiz-radio__text:after {
  border: 7px solid #925887;
  transition: all 0.3s ease;
  opacity: 0;
}


@media screen and (max-width: 1279px) {
  .quiz-video {
    height: 304px;
  }
}

@media (max-width: 1240px) {
  .quiz-main:before {
    width: calc(100% - 80px);
    left: 40px;
    transform: none;
  }

  .quiz-main__title {
    top: -38px;
    margin-bottom: -38px;
  }
}

@media screen and (max-width: 1239px) {
  .quiz-popup .survey-form__u-inner {
    padding: 60px 40px 40px 40px;
  }

  .quiz-popup .survey-form__body {
    gap: 40px;
    grid-template-columns: repeat(2, calc((100% - 40px) / 2));
  }
}


@media (max-width: 1023px) {
  .quiz-header__text h2 {
    font-size: 70px;
  }

  .quiz-header__text h2 ._stripe {
    width: 150px;
  }

  .quiz-header__text h3 {
    font-size: 24px;
  }

  .quiz-main__title span:first-child {
    font-size: 60px;
  }

  .quiz-main__title span:nth-child(2) {
    font-size: 50px;
  }

  .quiz-main__title span:nth-child(2) svg {
    left: 27px;
    transform: scale(0.84) rotate(2deg);
  }

  .quiz-main__item:nth-child(4),
  .quiz-main__item:nth-child(5) {
    margin-top: 30px;
    width: 40%;
  }

  .quiz-main__item-text {
    padding: 0 20px;
  }

  .quiz-main__item-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .quiz-main__title {
    top: -28px;
    margin-bottom: -28px;
  }

  .quiz-main__title span:nth-child(2) svg {
    left: -21px;
    transform: scale(0.58) rotate(2deg);
  }
}

@media only screen and (max-width: 767px) {
  .quiz-main__certificate-button {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .quiz-header__inner {
    display: block;
  }

  .quiz-main:before {
    width: calc(100% - 20px);
    left: 10px;
  }

  .quiz-main__title span:first-child {
    font-size: 40px;
    border-radius: 10px;
  }

  .quiz-main__title span:first-child svg {
    transform: scale(0.58) translateY(-3px);
    right: -27px;
  }

  .quiz-main__title span:nth-child(2) {
    font-size: 35px;
    border-radius: 10px;
    transform: rotate(-2deg);
  }

  .quiz-main__items {
    display: block;
  }

  .quiz-main__item {
    width: auto !important;
    margin-bottom: 20px;
  }

  .quiz-main__item:nth-child(4),
  .quiz-main__item:nth-child(5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .quiz-popup {
    padding: 30px 16px;
  }

  .quiz-popup--transparent .quiz-popup__box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }

  .quiz-popup--transparent .quiz-popup__close {
    width: 25px;
    height: 25px;
  }

  .quiz-popup--transparent .quiz-popup__close svg {
    width: 15px;
    height: 15px;
  }

  .quiz-popup .survey-form .u-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .quiz-popup .survey-form .u-fieldset:first-child::after {
    right: 0;
    width: 100%;
    height: 1px;
    top: calc(100% + 17px);
    border-right: unset;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
  }

  .quiz-popup .survey-form .u-next,
  .quiz-popup .survey-form .u-previous,
  .quiz-popup .survey-form .submit,
  .quiz-popup .survey-form__result-btn,
  .quiz-popup .survey-form__success-btn {
    width: 100%;
  }

  .quiz-popup .survey-form__success-btn {
    width: 100%;
  }

  .quiz-popup .survey-form__u-inner {
    padding: 60px 24px 24px 24px;
  }

  .quiz-popup .survey-form__body {
    display: block;
  }

  .quiz-popup .survey-form__body > *:not(:last-child) {
    margin-bottom: 30px;
  }

  .quiz-popup .survey-form__actions {
    width: 100%;
  }

  .quiz-popup .survey-form__actions .button {
    width: 100%;
  }

  .quiz-popup .survey-form__result-body {
    display: block;
  }

  .quiz-popup .survey-form__result-content {
    max-width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
    max-width: 100%;
  }

  .quiz-popup .survey-form__result-preview {
    max-width: 100%;
  }

  .quiz-video {
    height: calc(52.4vw - 2px);
  }
}



