.fixed-page {
  overflow: hidden;
}

video {
  border-radius: 30px;
}

.button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 15px 50px !important;
  border: none;
  font-family: Onest, sans-serif;
  border-radius: 30px;
}
.button_primary {
  font-family: Onest, sans-serif;
  background-color: #d02d2c !important;
  border: none !important;
  border-radius: 30px !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: .2s linear;
}
.button_primary:hover {
  background-color: #ac2727 !important;
}
.button_secondary {
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #33333A;
}
.button_secondary:hover {
  color: white;
}
.button_border {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #33333A;
  border-radius: 30px !important;
  color: #33333A;
}
.button__border {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  background: transparent;
  border: 2px solid #33333A;
}
.button__border:hover {
  border: 2px solid #D2FF00;
}
.button__border_green:hover {
  border: 2px solid #33333A;
}
.button__form {
  z-index: 2;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: transparent;
  border: 2px solid #D2FF00;
}
.button__form:hover {
  border: 2px solid #33333A;
}
.button__form_main {
  border: 2px solid #33333A;
}
.button__form_main:hover {
  border: 2px solid #D2FF00;
}
.button__disable:hover {
  color: #33333A;
}

.content {
  max-width: 1252px;
  padding-right: 26px;
  padding-left: 26px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.content_width {
  max-width: 1440px;
  padding: 0 30px;
}
.content_popup {
  overflow: hidden;
  padding: 70px 0 0 0;
}
.content_phone {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content_mobile {
  display: none;
  height: 100vh;
}
.content__title {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: #33333A;
  font-family: TTTravelsest, sans-serif;
}
.content__title_main {
  font-style: normal;
  font-weight: 700;
  font-size: 3.8vw;
  line-height: 100%;
}
.content__title_centre {
  text-align: center;
}
.content__title_index {
  font-size: 60px;
}
.content__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-top: 50px;
  padding-bottom: 40px;
}
.content__list_bottom {
  padding-bottom: 120px;
}
.content__list-cottage {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -24px;
  padding-left: 24px;
  margin-right: -24px;
  padding-right: 24px;
  scroll-padding: 20px;
  padding-bottom: 25px;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
.content__list-btn {
  margin: auto;
  max-width: 320px;
  margin-bottom: 80px;
}
.content__list-news-btn {
  max-width: 324px;
  padding-bottom: 80px;
}

.form {
  background: #D2FF00;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
}
.form_desktop {
  margin: auto;
}
.form_margin {
  margin-bottom: 110px;
}
.form__wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.form__title {
  font-family: "TTTravels", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 20px;
  color: #33333A;
  position: relative;
  z-index: 2;
  display: flex;
}
.form__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 30px;
}
.form__action {
  display: flex;
  flex-direction: column;
}
.form__inputs {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.form__input {
  outline: none;
  padding-left: 20px;
  width: 230px;
  height: 56px;
  background: #FFFFFF;
  border: 2px solid #33333A;
  margin-right: 12px;
  border-radius: 30px;
  font-family: Gilroy, sans-serif;
}
.form__input::-webkit-input-placeholder {
  color: rgba(43, 42, 41, 0.3);
}
.form__input::-moz-placeholder {
  color: rgba(43, 42, 41, 0.3);
}
.form__input:-ms-input-placeholder {
  color: rgba(43, 42, 41, 0.3);
}
.form__input::-ms-input-placeholder {
  color: rgba(43, 42, 41, 0.3);
}
.form__input::placeholder {
  color: rgba(43, 42, 41, 0.3);
}
.form__input.-error {
  border: 2px solid #E42F1F;
}
.form__input.-error::-webkit-input-placeholder {
  color: #33333A;
}
.form__input.-error::-moz-placeholder {
  color: #33333A;
}
.form__input.-error:-ms-input-placeholder {
  color: #33333A;
}
.form__input.-error::-ms-input-placeholder {
  color: #33333A;
}
.form__input.-error::placeholder {
  color: #33333A;
}
.form__button {
  z-index: 2;
  display: flex;
  width: 250px;
}
.form__data {
  margin-left: 3px;
  text-decoration: underline;
  color: inherit;
}
.form__checkbox {
  display: block;
}
.form__checkbox.-error .form__checkbox-wrapper:before {
  border: 2px solid #E42F1F;
}
.form__check {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.form__text {
  font-size: 16px;
  line-height: 120%;
  display: flex;
  flex-wrap: wrap;
  text-align: initial;
}
.form__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}
.form__checkbox-wrapper:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 2px solid #33333A;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.form__check:checked + .form__checkbox-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 9px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -1px -1px no-repeat;
  background-size: auto 32px;
}

.pop-up {
  background: unset;
  overflow: hidden;
  padding: 50px 0;
}
.pop-up .fancybox-button {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

.quiz {
  font-family: "Gilroy", sans-serif;
}
.quiz_margin {
  margin-bottom: 90px;
}
.quiz__wrapper {
  display: flex;
  background: #F6F6F6;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
}
.quiz__main {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px 30px;
  width: 70%;
}
.quiz__status-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.quiz__status-text {
  color: #54B739;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 6px;
}
.quiz__status {
  background: #E3E3E3;
  border: 1px solid #E3E3E3;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 16px;
  width: calc(100%);
}
.quiz__status-line {
  height: 14px;
  background: #54B739;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px 0px 20px;
  width: 33%;
}
.quiz__number {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 12px;
}
.quiz__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
.quiz__title-span {
  color: #54B739;
}
.quiz__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 40px;
}
.quiz__cards {
  display: flex;
  gap: 16px;
}
.quiz__label {
  cursor: pointer;
}
.quiz__check {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.quiz__check:checked + .quiz__checkbox:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -231px -1px no-repeat;
  background-size: auto 32px;
  position: absolute;
  left: 0;
  top: -3px;
}
.quiz__card-text {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.quiz__card-text:after {
  content: "";
}
.quiz__card-text_wa:after {
  width: 24px;
  height: 24px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -294px -1px no-repeat;
  background-size: auto 32px;
  margin-left: 10px;
}
.quiz__card-text_tg:after {
  width: 29px;
  height: 24px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -263px -1px no-repeat;
  background-size: auto 32px;
  margin-left: 10px;
}
.quiz__card-text_phone:after {
  width: 24px;
  height: 24px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -205px -1px no-repeat;
  background-size: auto 32px;
  margin-left: 10px;
}
.quiz__span {
  position: absolute;
  left: 0;
  bottom: -45px;
  display: flex;
  align-items: flex-start;
  min-height: 38px;
}
.quiz__checkbox {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 180px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quiz__item-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.quiz__tag {
  position: absolute;
  top: 3px;
  right: 3px;
  font-weight: 500;
  font-size: 9px;
  line-height: 100%;
  background: #E8EFF3;
  border-radius: 6.42673px;
  padding: 3px 3px 2px;
}
.quiz__bottom {
  margin-top: 90px;
  width: 100%;
  display: flex;
}
.quiz__text {
  color: #7B7C83;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  max-width: 240px;
  display: flex;
  align-items: center;
}
.quiz__text:before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 22px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -15px -1px no-repeat;
  background-size: auto 32px;
  margin-right: 10px;
}
.quiz__buttons {
  margin-left: auto;
  z-index: 2;
  display: flex;
  gap: 15px;
}
.quiz__buttons .button {
  max-width: 200px;
}
.quiz__side {
  border-left: 2px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 50px 40px;
  width: 30%;
}
.quiz__side.active .quiz__side-text {
  max-width: 185px;
}
.quiz__side.active .quiz__item_percent:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -177px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__side.active .quiz__item_pdf:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -121px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__side.active .quiz__item_loyal:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -65px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__image-wrapper {
  width: 170px;
  height: 170px;
  margin: 0 auto 24px;
}
.quiz__image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quiz__side-text {
  max-width: 165px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
}
.quiz__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quiz__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #7B7C83;
  display: flex;
  align-items: center;
}
.quiz__item:before {
  content: "";
  margin-right: 10px;
  flex-shrink: 0;
}
.quiz__item_percent:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -149px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__item_pdf:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -93px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__item_loyal:before {
  width: 26px;
  height: 26px;
  background: url(../images/quiz/icons-sprite.svg?v=2) -37px -1px no-repeat;
  background-size: auto 32px;
}
.quiz__form {
  display: flex;
  flex-wrap: wrap;
}
.quiz__form .form__checkbox {
  margin-top: 15px;
  width: 100%;
}
.quiz__label-input {
  width: 240px;
  margin-left: 16px;
  font-size: 18px;
}
.quiz__button-form {
  width: 240px;
}
.quiz__button-form .button {
  width: 100%;
  padding: 15px 12px !important;
  background-color: #333;
}
.quiz__socials {
  display: flex;
  gap: 16px;
  padding-bottom: 25px;
}
.quiz__socials .quiz__checkbox {
  height: 60px;
}
@media (max-width: 1200px) {
  .content {
    padding: 0 20px;
  }
  .content_popup {
    padding: 70px 0 0 0;
  }
  .content__list {
    margin-right: -16px;
    margin-top: 40px;
  }
  .content__list_bottom {
    padding-bottom: 110px;
  }
  .content__list_detail {
    margin-right: 0;
  }
  .content__list-btn {
    margin-bottom: 60px;
  }
  .content__list-news-btn {
    padding-bottom: 70px;
  }
  .form_desktop {
    margin-left: 0;
    margin-top: 35px;
  }
  .form_desktop .form__inputs {
    justify-content: flex-start;
  }
  .form_margin {
    margin-bottom: 90px;
  }
  .form__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .form__title {
    font-size: 40px;
  }
  .form__action {
    align-items: flex-start;
  }
  .quiz__wrapper {
    gap: 55px;
    flex-direction: column-reverse;
  }
  .quiz__main {
    padding: 0 40px 50px;
    width: calc(100% - 50px);
  }
  .quiz__status-text {
    font-size: 14px;
  }
  .quiz__number {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .quiz__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .quiz__card-text {
    font-size: 14px;
  }
  .quiz__side {
    padding: 50px 40px 0;
    border: none;
    width: calc(100% - 70px);
    flex-direction: row;
  }
  .quiz__side-wrapper {
    margin-left: 40px;
  }
  .quiz__image-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .quiz__label-input {
    margin-left: 0;
    width: calc(100% - 20px);
  }
  .button__form {
    width: 100%;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_mobile {
    display: block;
  }
  .content_calc {
    padding: 0;
  }
  .content__title {
    font-size: 30px;
  }
  .content__list {
    margin-top: 30px;
    margin-right: 0;
  }
  .content__list_bottom {
    padding-bottom: 80px;
  }
  .content__list-btn {
    margin-bottom: 80px;
  }
  .content__list-news-btn {
    padding-bottom: 40px;
  }
  .form_desktop {
    margin-left: auto;
  }
  .form_margin {
    margin-bottom: 60px;
  }
  .form__wrapper {
    align-items: center;
    text-align: center;
  }
  .form__title {
    font-size: 32px;
  }
  .form__subtitle {
    font-size: 18px;
  }
  .form__inputs {
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
  }
  .form__input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .form__button {
    width: 100%;
  }
  .form__checkbox {
    width: 100%;
  }
  .quiz_margin {
    margin-bottom: 40px;
  }
  .quiz__wrapper {
    gap: 25px;
  }
  .quiz__slide {
    margin: 0 3px;
    align-items: center;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    height: 530px;
  }
  .quiz__main {
    padding: 0 20px 20px;
  }
  .quiz__status-text {
    font-size: 12px;
  }
  .quiz__number {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .quiz__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .quiz__cards {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .quiz__cards_img {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 25px;
  }
  .quiz__label {
    width: calc(50% - 5px);
  }
  .quiz__card-text {
    font-size: 13px;
  }
  .quiz__card-text_wa {
    font-size: 0;
  }
  .quiz__card-text_wa:after {
    margin-left: 0;
  }
  .quiz__card-text_tg {
    font-size: 0;
  }
  .quiz__card-text_tg:after {
    margin-left: 0;
  }
  .quiz__card-text_phone {
    font-size: 0;
  }
  .quiz__card-text_phone:after {
    margin-left: 0;
  }
  .quiz__span {
    bottom: -42px;
  }
  .quiz__checkbox {
    width: 100%;
    height: 100px;
  }
  .quiz__item-img {
    height: 80px;
  }
  .quiz__bottom {
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }
  .quiz__buttons {
    margin: 0;
  }
  .quiz__side {
    flex-direction: column;
    align-items: center;
  }
  .quiz__side.active .quiz__side-text {
    max-width: unset;
  }
  .quiz__side-wrapper {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quiz__image-wrapper {
    margin-bottom: 16px;
  }
  .quiz__side-text {
    text-align: center;
    max-width: unset;
  }
  .quiz__form .form__checkbox {
    order: 2;
    width: 100%;
  }
  .quiz__form {
    flex-direction: column;
  }
  .quiz__label-input {
    order: 1;
  }
  .quiz__button-form {
    order: 3;
    width: 100%;
    margin-top: 16px;
  }

  .quiz__button-form .button_primary {
    padding: 16px 12px;
    height: auto;
    width: calc(100% - 25px);
  }
}

