/* BASE */
.title {
  font-weight: 500;
  margin: 0;
}

.title_type_first {
  font-size: 40px;
  line-height: 1.2;
}

.title_type_second {
  font-size: 32px;
  line-height: 1.2
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.static__section {
  padding: 64px 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list_type_number {
  counter-reset: item;
}

.list_type_number li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.list_type_number li::before {
  content: counter(item);
  counter-increment: item;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  background: #4D35AF;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bold {
  font-weight: 500;
}

.static__container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.button {
  width: max-content;
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  .static__container {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .title_type_first {
    font-size: 32px;
  }

  .title_type_second {
    font-size: 24px;
    line-height: 1.2
  }

  .paragraph {
    font-size: 16px;
  }

  .static__section {
    padding: 48px 0;
  }

  .link {
    font-size: inherit;
  }

  .button {
    width: 100%;
  }
}

.static__section_type_banner {
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(189, 239, 255, 0.40) 0%, rgba(189, 239, 255, 0.00) 84.66%);
}

.static-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}

.static-banner__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.static-banner__image-wrapper {
  max-width: 550px;
  max-height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .static-banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 767px) {
  .static-banner__content {
    gap: 16px;
  }
}

.how {
  grid-template-columns: 1fr 322px;
  background: #f3f3f3;
  padding: 48px 32px;
  border-radius: 24px;
  align-items: flex-start;
}

.tourist-icon {
  display: inline-block;
  width: 26px;
  position: relative;
}

.tourist-icon::before {
  content: '';
  background-image: url(../images/badge-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translateY(-70%);
}

.static__section_type_tourist-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tourist-cards-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.tourist-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  position: relative;
}

.tourist-card__image-wrapper {
  max-width: 307px;
  max-height: 192px;
  margin: auto auto 0;
}

.tourist-card__name {
  font-weight: 500;
}

.tourist-card__text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.tourist-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .tourist-cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .tourist-card__name {
    font-size: 18px;
  }

  .tourist-cards-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* FAQ */
.faq__content {
  padding: 32px 0;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__question {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding-right: 40px;
}

.faq__question:after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.22221 8.32218C3.65178 7.89261 4.34827 7.89261 4.77784 8.32218L12 15.5444L19.2222 8.32218C19.6518 7.89261 20.3483 7.89261 20.7778 8.32218C21.2074 8.75176 21.2074 9.44824 20.7778 9.87782L12.7778 17.8778C12.3483 18.3074 11.6518 18.3074 11.2222 17.8778L3.22221 9.87782C2.79263 9.44824 2.79263 8.75176 3.22221 8.32218Z' fill='%230D0D0D' /%3E%3C/svg%3E") 50% 50% no-repeat;
  content: '';
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  transform: rotate(360deg);
  transition: transform 150ms ease
}

.faq__question:hover:after,
.faq__question_show:after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.22221 8.32218C3.65178 7.89261 4.34827 7.89261 4.77784 8.32218L12 15.5444L19.2222 8.32218C19.6518 7.89261 20.3483 7.89261 20.7778 8.32218C21.2074 8.75176 21.2074 9.44824 20.7778 9.87782L12.7778 17.8778C12.3483 18.3074 11.6518 18.3074 11.2222 17.8778L3.22221 9.87782C2.79263 9.44824 2.79263 8.75176 3.22221 8.32218Z' fill='%234D35AF' /%3E%3C/svg%3E") 50% 50% no-repeat;
}

.faq__question_show,
.faq__question:hover {
  color: #4D35AF;
}

.faq__question_show:after {
  transform: rotate(180deg)
}

.faq__answer,
.faq__answer * {
  font-size: 16px;
  line-height: 1.4;
  list-style-position: inside;
  margin: 0;
  padding: 0
}

.faq__answer {
  display: none;
}

.faq__question_show+.faq__answer {
  display: block;
}

.faq__description-list {
  display: none;
  margin: 0;
}

.faq__description-list_active {
  display: block;
}

.title_type_faq {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 18px;
  }

  .faq__content {
    padding: 24px 0;
  }

  .title_type_faq {
    margin-bottom: 8px;
  }
}