.main-ajax-wrap {
  transition: opacity 0.25s;
}
.main-ajax-wrap.loading,
.main-ajax-wrap.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.header {
  width: auto;
  right: 0;
  transition:
    background-color 0.25s,
    transform 0.25s;
}

@media only screen and (min-width: 992px) {
  .menu {
    gap: 1.8302vw;
  }
}

.def-btn {
  border: 0;
  outline: none !important;
  cursor: pointer;
  background: none;
  padding: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.main-input input,
.main-input textarea,
.main-input .vsb-main button {
  display: block;
  width: 100%;
  min-width: 0;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  outline: none !important;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  padding: 1.3909vw 0 0.2928vw;
  border: 0;
  background: none;
  border-bottom: 1px solid #fff;
  transition: border-color 0.15s;
}
@media only screen and (max-width: 991px) {
  .main-input input,
  .main-input textarea,
  .main-input .vsb-main button {
    font-size: 3.8889vw;
    line-height: 6.6667vw;
    padding: 5.2778vw 0 1.1111vw;
  }
}
.main-input input.error,
.main-input textarea.error,
.main-input .vsb-main button.error {
  border-color: var(--error);
}
.main-input input.error::placeholder,
.main-input textarea.error::placeholder,
.main-input .vsb-main button.error::placeholder {
  color: var(--error);
}
.main-input input::placeholder,
.main-input textarea::placeholder,
.main-input .vsb-main button::placeholder {
  opacity: 1;
  color: #fff;
  transition:
    opacity 0.15s,
    visibility 0.15s,
    color 0.15s;
}
.main-input input:focus::placeholder,
.main-input textarea:focus::placeholder,
.main-input .vsb-main button:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}
.main-input textarea {
  resize: none;
  height: 9.0776vw;
}
@media only screen and (max-width: 991px) {
  .main-input textarea {
    height: 34.4444vw;
  }
}
.main-input input[type="text"],
.main-input input[type="tel"],
.main-input textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.main-input input[type="text"]::-ms-clear,
.main-input input[type="tel"]::-ms-clear,
.main-input textarea::-ms-clear {
  display: none;
}
.main-input input[type="password"]::-ms-reveal {
  display: none;
}
.main-input select {
  opacity: 0;
}
.main-input .selected + .vsb-main button {
  color: #323527;
}
.main-input .error + .vsb-main button {
  border-color: var(--error);
  color: var(--error);
}
.main-input .vsb-main button {
  text-align: left;
  display: block;
  color: #fff;
  max-width: 100% !important;
  transition:
    border-color 0.15s,
    color 0.15s;
}
.main-input .vsb-main button span {
  display: block;
  max-width: calc(100% - 2.1962vw);
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 991px) {
  .main-input .vsb-main button span {
    max-width: calc(100% - 8.3333vw);
  }
}
.main-input .vsb-main button::after {
  display: none;
}
.main-input .vsb-main button::before {
  content: "";
  position: absolute;
  bottom: 0.2928vw;
  right: 0;
  width: 1.757vw;
  height: 1.757vw;
  background: url(../../img/main-select-arrow.svg) center center no-repeat;
  background-size: 100%;
  transition: transform 0.25s;
}
@media only screen and (max-width: 991px) {
  .main-input .vsb-main button::before {
    bottom: 1.1111vw;
    width: 6.6667vw;
    height: 6.6667vw;
  }
}
.main-input .vsb-main.open button::before {
  transform: rotate(180deg);
}
.main-input .vsb-menu {
  margin-top: 0;
  width: 100%;
  background: #f8f8f8;
}
.main-input .vsb-menu::before {
  display: none;
}
.main-input .vsb-menu ul {
  border: 1px solid #d1d1d1;
  border-top: 0;
  max-height: none !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
}
@media (hover: hover) {
  .main-input .vsb-menu ul:hover li.active {
    color: #828588;
  }
}
.main-input .vsb-menu ul li {
  font-size: 1.0249vw;
  line-height: 1.757vw;
  font-weight: 500;
  color: #828588;
  padding: 0.5857vw 1.0249vw 0.5124vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d1d1d1;
  background: none;
  transition: color 0.25s;
}
@media (hover: hover) {
  .main-input .vsb-menu ul li:hover {
    color: #fbe017 !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-input .vsb-menu ul li {
    font-size: 3.8889vw;
    line-height: 6.6667vw;
    padding: 2.2222vw 3.8889vw 1.9444vw;
  }
}
.main-input .vsb-menu ul li:nth-child(2) {
  padding-top: 1.3177vw;
}
@media only screen and (max-width: 991px) {
  .main-input .vsb-menu ul li:nth-child(2) {
    padding-top: 5vw;
  }
}
.main-input .vsb-menu ul li:last-child {
  padding-bottom: 1.3177vw;
}
@media only screen and (max-width: 991px) {
  .main-input .vsb-menu ul li:last-child {
    padding-bottom: 5vw;
  }
}
.main-input .vsb-menu ul li.active {
  color: #fbe017;
}
.main-input .vsb-menu ul li.disabled {
  display: none;
}
.main-input .vsb-menu ul li:last-child {
  border-bottom: 0;
}

.main-checkbox {
  display: flex;
}
.main-checkbox label {
  display: flex;
  cursor: pointer;
  user-select: none;
}
.main-checkbox label input {
  display: none;
}
.main-checkbox label input.error + span::before {
  border-color: var(--error);
}
.main-checkbox label input:checked + span::before {
  background-color: #fbe017;
}
.main-checkbox label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}
.main-checkbox label span {
  display: block;
  position: relative;
  padding-left: 2.6354vw;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .main-checkbox label span {
    padding-left: 10vw;
    font-size: 3.8889vw;
    line-height: 5vw;
  }
}
.main-checkbox label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.757vw;
  height: 1.757vw;
  border-radius: 0.2928vw;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition:
    border-color 0.15s,
    background-color 0.15s;
}
@media only screen and (max-width: 991px) {
  .main-checkbox label span::before {
    width: 6.6667vw;
    height: 6.6667vw;
    border-radius: 1.1111vw;
  }
}
.main-checkbox label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.757vw;
  height: 1.757vw;
  background: url(../../img/main-check.svg) center center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s,
    visibility 0.15s;
}
@media only screen and (max-width: 991px) {
  .main-checkbox label span::after {
    width: 6.6667vw;
    height: 6.6667vw;
  }
}

.main-file {
  display: flex;
}
.main-file.file-saved .main-file__btn > span span:first-child {
  display: none;
}
.main-file.file-saved .main-file__btn > span span:last-child {
  display: inline;
}
.main-file__btn {
  display: flex;
  align-items: center;
  gap: 0.5857vw;
  max-width: 29.429vw;
  padding: 1.0981vw 1.3909vw;
  font-size: 1.0249vw !important;
  line-height: 1.757vw;
  font-weight: 500;
  border: 1px solid #fbe017;
  transition:
    background-color 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.main-file__btn span {
  text-transform: none;
}
@media (hover: hover) {
  .main-file__btn:hover {
    color: #fff !important;
    border-color: #fbe017 !important;
    background-color: #fbe017 !important;
  }
  .main-file__btn:hover svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .main-file__btn {
    max-width: 100%;
    gap: 2.2222vw;
    padding: 4.1667vw 5.2778vw;
    font-size: 3.8889vw;
    line-height: 6.6667vw;
  }
}
.main-file__btn.error {
  border-color: var(--error);
  color: var(--error);
}
.main-file__btn svg {
  width: 1.757vw;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .main-file__btn svg {
    width: 6.6667vw;
  }
}
.main-file__btn svg path {
  transition: fill 0.25s;
}
.main-file__btn > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-file__btn > span span:last-child {
  display: none;
}
.main-file__popup {
  display: none;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 43.7775vw;
  padding: 5.1245vw 4.3924vw;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main-file__popup {
    max-width: 100%;
    padding: 13.8889vw 4.4444vw 8.3333vw;
  }
}
.main-file__popup .carousel__button {
  display: none;
}
.main-file__popup.show-result .main-file__popup-default {
  display: none;
}
.main-file__popup.show-result.success .main-file__popup-success {
  display: block;
}
.main-file__popup.show-result.errored .main-file__popup-error {
  display: block;
}
.main-file__close {
  position: absolute;
  top: 0.7321vw;
  right: 0.7321vw;
  width: 4.0996vw;
}
@media (hover: hover) {
  .main-file__close:hover svg path {
    fill: #fbe017;
  }
}
@media only screen and (max-width: 991px) {
  .main-file__close {
    top: 2.7778vw;
    right: 2.7778vw;
    width: 8.8889vw;
  }
}
.main-file__close svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .main-file__close svg path {
    transition: fill 0.25s;
  }
}
.main-file__popup-title {
  font-size: 2.9283vw;
  line-height: 3.5139vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-title {
    font-size: 6.6667vw;
    line-height: 8.3333vw;
  }
}
.main-file__popup-desc {
  margin-top: 0.7321vw;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-desc {
    margin-top: 2.7778vw;
    font-size: 3.8889vw;
    line-height: 5vw;
  }
}
.main-file__popup-btn-wrap {
  margin-top: 2.1962vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-btn-wrap {
    margin-top: 6.6667vw;
  }
}
.main-file__popup-btn {
  display: flex;
  align-items: center;
  gap: 0.5857vw;
  padding: 1.0981vw 1.3909vw;
  font-size: 1.0249vw;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #fbe017;
  cursor: pointer;
  user-select: none;
  text-transform: none;
}
@media (hover: hover) {
  .main-file__popup-btn {
    transition:
      background-color 0.25s,
      color 0.25s;
  }
  .main-file__popup-btn:hover {
    background-color: #fbe017;
    color: #fff;
  }
  .main-file__popup-btn:hover svg path {
    fill: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .main-file__popup-btn {
    gap: 2.2222vw;
    padding: 4.1667vw 5.2778vw;
    font-size: 3.8889vw;
  }
}
.main-file__popup-btn input {
  display: none;
}
.main-file__popup-btn svg {
  flex-shrink: 0;
  width: 1.757vw;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-btn svg {
    width: 6.6667vw;
  }
}
@media (hover: hover) {
  .main-file__popup-btn svg path {
    transition: fill 0.25s;
  }
}
.main-file__popup-success {
  display: none;
}
.main-file__popup-error {
  display: none;
}
.main-file__popup-img-wrap {
  margin-top: 2.1962vw;
  max-width: 29.429vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-img-wrap {
    margin-top: 6.6667vw;
    max-width: 76.3889vw;
  }
}
.main-file__popup-img {
  width: 100%;
  height: 19.6193vw;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-img {
    height: 51.1111vw;
  }
}
.main-file__popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-file__popup-img-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.2928vw solid rgba(0, 0, 0, 0.5);
  border-left-width: 1.9766vw;
  border-right-width: 1.9766vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-img-border {
    border-width: 0.8333vw;
    border-left-width: 5vw;
    border-right-width: 5vw;
  }
}
.main-file__popup-save {
  margin-top: 2.1962vw;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-save {
    margin-top: 6.6667vw;
  }
}
.main-file__popup-save .btn {
  display: block;
  width: 100%;
}
.main-file__popup-size {
  margin-top: 2.1962vw;
  width: 100%;
  max-width: 28.5505vw;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(210, 53, 53, 0.7);
  color: #fff;
  padding: 2.9283vw;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-size {
    margin-top: 6.6667vw;
    padding: 6.6667vw;
    max-width: 75vw;
    text-align: left;
  }
}
.main-file__popup-size-title {
  display: flex;
  align-items: center;
  gap: 0.7321vw;
  font-size: 2.0498vw;
  line-height: 2.489vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-size-title {
    gap: 2.7778vw;
    font-size: 6.6667vw;
    line-height: 8.3333vw;
  }
}
.main-file__popup-size-title img {
  flex-shrink: 0;
  width: 1.757vw;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-size-title img {
    width: 6.6667vw;
  }
}
.main-file__popup-size-desc {
  margin-top: 1.757vw;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .main-file__popup-size-desc {
    margin-top: 4.4444vw;
    font-size: 3.8889vw;
    line-height: 6.6667vw;
  }
}

.faq-popup-btn {
  font-family: "Gotham", sans-serif;
  font-size: 0.8785vw;
  line-height: 1;
  font-weight: 500;
  padding: 0.8785vw;
  border-radius: 1.0981vw;
  background-color: #ffa3b5;
  text-align: center;
  color: #5588c7 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (hover: hover) {
  .faq-popup-btn {
    transition: opacity 0.25s;
  }
  .faq-popup-btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 991px) {
  .faq-popup-btn {
    font-size: 3.3333vw;
    padding: 3.3333vw;
    border-radius: 4.1667vw;
  }
}

.fancybox__container.custom-background .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.fancybox__container.custom-background .fancybox__slide {
  padding: 2.9283vw 10.2489vw;
}
@media only screen and (max-width: 991px) {
  .fancybox__container.custom-background .fancybox__slide {
    padding: 5.5556vw;
  }
}
.fancybox__container.custom-background .fancybox__slide {
  cursor: auto !important;
}
.fancybox__container.custom-background .fancybox__slide .fancybox__content {
  cursor: auto !important;
}

.fancybox__container.light-background .fancybox__backdrop {
  background: rgba(248, 248, 248, 0.75);
}
.fancybox__container.light-background .fancybox__slide {
  padding: 2.9283vw 2.9283vw;
}
@media only screen and (max-width: 991px) {
  .fancybox__container.light-background .fancybox__slide {
    padding: 5.5556vw;
  }
}
.fancybox__container.light-background .fancybox__slide {
  cursor: auto !important;
}
.fancybox__container.light-background .fancybox__slide .fancybox__content {
  cursor: auto !important;
}

.sms-info__block {
  background-color: #fff;
  padding: 1.0249vw 2.0498vw 1.4641vw;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .sms-info__block {
    text-align: center;
    padding: 3.8889vw 5.5556vw 5.5556vw;
    font-size: 3.8889vw;
    line-height: 6.6667vw;
  }
}
.sms-info__content {
  max-width: 56.369vw;
}
@media only screen and (max-width: 991px) {
  .sms-info__content {
    max-width: 100%;
  }
}
.sms-info__title {
  margin-bottom: 1.4641vw;
}
@media only screen and (max-width: 991px) {
  .sms-info__title {
    margin-bottom: 3.8889vw;
  }
}
.sms-info__link {
  margin-top: 0.8785vw;
}
@media only screen and (max-width: 991px) {
  .sms-info__link {
    margin-top: 3.3333vw;
  }
}
.sms-info__link a {
  color: #828588;
  text-decoration: underline;
}
@media (hover: hover) {
  .sms-info__link a {
    transition: color 0.25s;
  }
  .sms-info__link a:hover {
    color: #fbe017;
  }
}
.sms-info__img {
  position: absolute;
  bottom: 0;
  right: 9.5168vw;
  width: 16.5447vw;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .sms-info__img {
    display: none;
  }
}
.sms-info__img img {
  width: 100%;
}

.cookie-agree {
  background-color: #f8f8f8;
  padding: 1.4641vw 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.3s;
  z-index: 98;
}
@media only screen and (max-width: 991px) {
  .cookie-agree {
    padding: 3.3333vw 0;
  }
}
.cookie-agree.active {
  transform: translateY(0);
}
.cookie-agree.hide {
  transform: translateY(100%);
}
.cookie-agree__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4641vw;
}
@media only screen and (max-width: 991px) {
  .cookie-agree__wrap {
    display: block;
  }
}
.cookie-agree__text {
  max-width: 41.7277vw;
}
@media only screen and (max-width: 991px) {
  .cookie-agree__text {
    max-width: 100%;
    font-size: 3.3333vw;
    line-height: 5.5556vw;
  }
}
.cookie-agree__text a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .cookie-agree__text a {
    transition: color 0.25s;
  }
  .cookie-agree__text a:hover {
    color: var(--a);
  }
}
.cookie-agree__btn-wrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 14.6413vw;
}
@media only screen and (max-width: 991px) {
  .cookie-agree__btn-wrap {
    margin-top: 2.7778vw;
    max-width: 100%;
  }
}
.cookie-agree__btn {
  width: 100%;
}

.media-slider .top > *:first-child {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .media-slider .top > *:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .media-slider .swiper-slide {
    padding-left: 5.5637vw;
    padding-right: 5.5637vw;
  }
}

.main-faq {
  padding-bottom: 8.7848vw;
}
@media only screen and (max-width: 991px) {
  .main-faq {
    padding-bottom: 16.6667vw;
  }
}
.main-faq__header {
  margin-bottom: 3.3675vw;
}
@media only screen and (max-width: 991px) {
  .main-faq__header {
    margin-bottom: 8.3333vw;
  }
}
.main-faq__header:last-child {
  margin-bottom: 0;
}
.main-faq__title {
  font-size: 2.1962vw;
  line-height: 2.6354vw;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .main-faq__title {
    font-size: 8.3333vw;
    line-height: 10vw;
  }
}
.main-faq__sub {
  margin-top: 1.3177vw;
}
@media only screen and (max-width: 991px) {
  .main-faq__sub {
    margin-top: 3.3333vw;
  }
}
.main-faq__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1.0249vw -2.0498vw;
}
@media only screen and (max-width: 991px) {
  .main-faq__row {
    width: 100%;
    margin: 0 0 -3.3333vw;
  }
}
.main-faq__col {
  width: 33.3333333%;
  padding: 0 1.0249vw;
  margin-bottom: 2.0498vw;
}
@media only screen and (max-width: 991px) {
  .main-faq__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3.3333vw;
  }
}
.main-faq__col:nth-child(1) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-1.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(1) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-1.png);
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(1) .main-faq-card__sub {
    margin-top: -0.0732vw;
    max-width: 11.5666vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(1) .main-faq-card__sub {
    max-width: 43.8889vw;
  }
}
.main-faq__col:nth-child(2) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-2.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(2) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-2.png);
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(2) .main-faq-card__sub {
    margin-top: 0.366vw;
    max-width: 8.7848vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(2) .main-faq-card__sub {
    max-width: 22.2222vw;
  }
}
.main-faq__col:nth-child(3) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-3.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(3) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-3.png);
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(3) .main-faq-card__sub {
    margin-top: 0.8053vw;
    max-width: 11.713vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(3) .main-faq-card__sub {
    max-width: 34.4444vw;
  }
}
.main-faq__col:nth-child(4) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-4.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(4) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-4.png);
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(4) .main-faq-card__sub {
    margin-top: 0.5124vw;
    max-width: 11.713vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(4) .main-faq-card__sub {
    max-width: 44.4444vw;
  }
}
.main-faq__col:nth-child(5) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-5.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(5) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-5.png);
  }
}
.main-faq__col:nth-child(5) .main-faq-card__content {
  display: flex;
  align-items: flex-start;
  gap: 1.1713vw;
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(5) .main-faq-card__content {
    gap: 3.8889vw;
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(5) .main-faq-card__sub {
    margin-top: 0.5857vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(5) .main-faq-card__sub {
    margin-top: 0;
    font-size: 5vw;
    line-height: 6.1111vw;
  }
}
.main-faq__col:nth-child(6) .main-faq-card {
  background-image: url(../../img/faq/faq-card-desc-img-6.png);
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(6) .main-faq-card {
    background-image: url(../../img/faq/faq-card-mob-img-6.png);
  }
}
@media only screen and (min-width: 992px) {
  .main-faq__col:nth-child(6) .main-faq-card__sub {
    margin-top: 0.0732vw;
    max-width: 10.8346vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq__col:nth-child(6) .main-faq-card__sub {
    max-width: 47.2222vw;
    font-size: 5.5556vw;
    line-height: 6.1111vw;
  }
}

.main-faq-card {
  display: block;
  height: 100%;
  min-height: 20.7174vw;
  background-color: #4415a0;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 1.0981vw;
  padding: 1.0981vw 1.757vw;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .main-faq-card {
    transition: opacity 0.25s;
  }
  .main-faq-card:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 991px) {
  .main-faq-card {
    padding: 4.4444vw;
    min-height: 65vw;
    border-radius: 4.1667vw;
  }
}
.main-faq-card__num {
  font-size: 3.9531vw;
  line-height: 4.978vw;
  font-weight: 900;
  color: #fe77e6;
}
@media only screen and (max-width: 991px) {
  .main-faq-card__num {
    font-size: 15vw;
    line-height: 18.8889vw;
  }
}
.main-faq-card__sub {
  font-size: 1.4641vw;
  line-height: 1.757vw;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .main-faq-card__sub {
    margin-top: -1.6667vw;
    font-size: 5.5556vw;
    line-height: 6.6667vw;
  }
}
.main-faq-card__sub span {
  color: #ffa3b5;
}

.faq-popup {
  display: none;
  width: 100%;
  background-color: #4415a0;
  color: #f8f8f8;
  border-radius: 1.0981vw;
  padding: 4.3924vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup {
    border-radius: 4.1667vw;
    padding: 16.6667vw 5.5556vw 5.5556vw;
  }
}
.faq-popup.faq-popup--green .faq-popup__num,
.faq-popup.faq-popup--green .faq-popup__title span {
  color: #fff0e8;
}
@media (hover: hover) {
  .faq-popup.faq-popup--green .faq-popup__close:hover svg line {
    stroke: #fff0e8;
  }
}
.faq-popup .carousel__button {
  display: none;
}
.faq-popup__close {
  position: absolute;
  top: 2.1962vw;
  right: 2.1962vw;
  width: 2.5622vw;
}
@media (hover: hover) {
  .faq-popup__close:hover svg line {
    stroke: #ffa3b5;
  }
}
@media only screen and (max-width: 991px) {
  .faq-popup__close {
    top: 5.5556vw;
    right: 5.5556vw;
    width: 6.6667vw;
  }
}
.faq-popup__close svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .faq-popup__close svg line {
    transition: stroke 0.25s;
  }
}
.faq-popup__header {
  display: flex;
  align-items: flex-start;
  gap: 1.0981vw;
  font-size: 2.6354vw;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2.9283vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup__header {
    font-size: 5.5556vw;
    gap: 3.3333vw;
    margin-bottom: 6.1111vw;
  }
}
.faq-popup__header:last-child {
  margin-bottom: 0;
}
.faq-popup__num {
  color: #fe77e6;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .faq-popup__num {
    font-weight: 600;
  }
}
.faq-popup__title span {
  color: #fe77e6;
}
.faq-popup__col {
  margin-bottom: 2.9283vw;
  padding-bottom: 1.4641vw;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .faq-popup__col {
    padding-bottom: 5.5556vw;
    margin-bottom: 5.5556vw;
  }
}
.faq-popup__col:last-child {
  margin-bottom: 0;
}
.faq-popup__sub {
  font-size: 1.757vw;
  line-height: 2.1962vw;
  font-weight: 500;
  margin-bottom: 1.0981vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup__sub {
    font-size: 5vw;
    line-height: 6.1111vw;
    margin-bottom: 4.1667vw;
  }
}
.faq-popup__sub:last-child {
  margin-bottom: 0;
}
.faq-popup__desc {
  font-size: 1.1713vw;
  line-height: 1.4641vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .faq-popup__desc {
    font-size: 3.8889vw;
    line-height: 5vw;
  }
}
.faq-popup__desc p {
  margin-bottom: 1.0981vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup__desc p {
    margin-bottom: 4.1667vw;
  }
}
.faq-popup__desc p:last-child {
  margin-bottom: 0;
}
.faq-popup__desc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq-popup__desc ul.faq-popup__ul li {
  margin-bottom: 1.4641vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup__desc ul.faq-popup__ul li {
    margin-bottom: 5vw;
  }
}
.faq-popup__desc ul li {
  margin: 0;
  padding: 0;
  padding-left: 1.757vw;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .faq-popup__desc ul li {
    padding-left: 5.5556vw;
  }
}
.faq-popup__desc ul li::before {
  content: "";
  position: absolute;
  left: 0.7321vw;
  top: 0.6589vw;
  width: 0.2928vw;
  height: 0.2928vw;
  border-radius: 50%;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 991px) {
  .faq-popup__desc ul li::before {
    left: 2.2222vw;
    top: 2.5vw;
    width: 0.8333vw;
    height: 0.8333vw;
  }
}
.faq-popup__bottom {
  margin-top: 2.9283vw;
}
@media only screen and (max-width: 991px) {
  .faq-popup__bottom {
    margin-top: 5.5556vw;
  }
}
.faq-popup__btn {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .faq-popup__btn .faq-popup-btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #faq-popup-5 .faq-popup__header {
    max-width: 56.735vw;
  }
}

@media only screen and (min-width: 992px) {
  #faq-popup-6 .faq-popup__header {
    max-width: 54.612vw;
  }
}

.good-questionnaire__wrap {
  padding: 4.0264vw 0 4.246vw;
  background-color: #4415a0;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__wrap {
    padding: 11.1111vw 0;
  }
}
.good-questionnaire__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__row {
    display: block;
  }
}
.good-questionnaire__col {
  width: calc(50% + 0.1464vw);
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__col {
    width: 100%;
  }
}
.good-questionnaire__left {
  max-width: 29.429vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__left {
    max-width: 100%;
    margin-bottom: 8.3333vw;
  }
}
.good-questionnaire__sub {
  margin-top: 1.4641vw;
  font-size: 1.0249vw;
  line-height: 1.757vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__sub {
    margin-top: 4.4444vw;
    font-size: 3.8889vw;
    line-height: 6.6667vw;
  }
}
.good-questionnaire__form {
  display: block;
  width: 100%;
  max-width: 33.8214vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__form {
    max-width: 100%;
  }
}
.good-questionnaire__list {
  max-width: 29.429vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__list {
    max-width: 100%;
  }
}
.good-questionnaire__item {
  margin-bottom: 0.5857vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__item {
    margin-bottom: 2.2222vw;
  }
}
.good-questionnaire__item:last-child {
  margin-bottom: 0;
}
.good-questionnaire__file {
  margin-top: 1.757vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__file {
    margin-top: 6.6667vw;
  }
}
.good-questionnaire__agree {
  margin-top: 1.757vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__agree {
    margin-top: 6.6667vw;
  }
}
.good-questionnaire__agree-item {
  margin-bottom: 0.7321vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__agree-item {
    margin-bottom: 2.7778vw;
  }
}
.good-questionnaire__btn {
  margin-top: 2.1962vw;
  max-width: 29.429vw;
}
@media only screen and (max-width: 991px) {
  .good-questionnaire__btn {
    margin-top: 8.3333vw;
    max-width: 100%;
  }
}
.good-questionnaire__btn .btn {
  display: block;
  width: 100%;
}

.questionnaire-result {
  display: none;
  width: 100%;
  max-width: 45.388vw;
  padding: 5.8565vw;
  background-color: #fbe017;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .questionnaire-result {
    max-width: 100%;
    padding: 16.6667vw 5.5556vw;
  }
}
.questionnaire-result.questionnaire-result--error {
  background-color: #db6d6d;
}
.questionnaire-result .carousel__button {
  display: none;
}
.questionnaire-result__close {
  position: absolute;
  top: 1.757vw;
  right: 1.757vw;
  width: 4.0996vw;
}
@media (hover: hover) {
  .questionnaire-result__close:hover svg path {
    fill: #323527;
  }
}
@media only screen and (max-width: 991px) {
  .questionnaire-result__close {
    top: 2.7778vw;
    right: 2.7778vw;
    width: 8.8889vw;
  }
}
.questionnaire-result__close svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .questionnaire-result__close svg path {
    transition: fill 0.25s;
  }
}
.questionnaire-result__title {
  font-size: 4.0996vw;
  line-height: 4.978vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .questionnaire-result__title {
    font-size: 9.4444vw;
    line-height: 11.1111vw;
  }
}
.questionnaire-result__sub {
  margin-top: 1.757vw;
  font-size: 1.1713vw;
  line-height: 1.9034vw;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .questionnaire-result__sub {
    margin-top: 5.5556vw;
    font-size: 4.4444vw;
    line-height: 7.2222vw;
  }
}

/*# sourceMappingURL=add-styles.css.map */
