@charset "UTF-8";
.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 958px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 958px) {
  .container-small {
    width: 100%;
  }
}

.page-top, .bg-top {
  padding-top: 140px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-top, .bg-top {
    padding-top: 104px;
  }
}
.page-top.index, .bg-top.index {
  padding-top: 0;
}
.page-top .breadcrumbs, .bg-top .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.page-top .breadcrumbs li, .bg-top .breadcrumbs li {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
  color: #808080;
}
@media (max-width: 768px) {
  .page-top .breadcrumbs li, .bg-top .breadcrumbs li {
    max-width: 150px;
    overflow: hidden;
  }
}
.page-top .breadcrumbs li:last-child, .bg-top .breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-top .breadcrumbs li:not(:last-child)::after, .bg-top .breadcrumbs li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 0;
  top: 0;
  color: #808080;
}
@media (max-width: 768px) {
  .page-top .breadcrumbs.mob-ta, .bg-top .breadcrumbs.mob-ta {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.page-top .breadcrumbs a, .bg-top .breadcrumbs a {
  text-decoration: none;
  color: #808080;
}
.page-top .breadcrumbs a:hover, .bg-top .breadcrumbs a:hover {
  text-decoration: underline;
  color: #000;
}

h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 60px; /* 125% */
}
@media (max-width: 1200px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.page-author-tour {
  margin-top: 100px;
}
.page-author-tour .breadcrumbs.mob-ta {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.page-author-tour .breadcrumbs.mob-ta li {
  list-style: none;
  padding: 1rem 0.5rem;
}
.page-author-tour .breadcrumbs.mob-ta li .breadcrumbs__link {
  color: gray;
}
.page-author-tour .breadcrumbs.mob-ta li .breadcrumb__current-page {
  color: #b78035;
}
.page-author-tour .page-title {
  padding: 0 1rem 1rem;
}
.page-author-tour a {
  color: var(--Ellipse-10, #4C33B4);
}
.page-author-tour p {
  color: rgba(30, 30, 30, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 1rem;
}
.page-author-tour p strong, .page-author-tour p b {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.page-author-tour .author-image {
  height: 340px;
  border-radius: 24px 24px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .page-author-tour .author-image {
    height: 240px;
  }
}
.page-author-tour .main-area {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 768px) {
  .page-author-tour .main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}
.page-author-tour .main-area .side-left {
  width: calc(100% - 176px);
}
@media (max-width: 768px) {
  .page-author-tour .main-area .side-left {
    width: 100%;
  }
}
.page-author-tour .main-area .side-right {
  width: 200px;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .page-author-tour .main-area .side-right {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.page-author-tour .programma_tura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .page-author-tour .programma_tura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-author-tour .programma_tura a {
  border-bottom: 1px dotted;
  text-decoration: none !important;
}
.page-author-tour .programma_tura a:hover {
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
}
.page-author-tour .programma_tura svg {
  margin: 0 8px;
}
.page-author-tour .programma_tura svg:last-child {
  display: none;
}
.page-author-tour .dlitelnost_tura {
  color: rgba(30, 30, 30, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.page-author-tour .czena_ot {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 2px;
}
.page-author-tour .schel {
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  margin-bottom: 36px;
}
.page-author-tour .button .btn {
  border-radius: 24px;
  background: #C0924B;
  color: var(--White-Base, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  padding: 16px 24px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .page-author-tour .button .btn {
    width: 100%;
  }
}
.page-author-tour .information {
  padding-top: 48px;
  padding: 16px;
}
@media (max-width: 768px) {
  .page-author-tour .information {
    padding-top: 24px;
  }
}
.page-author-tour .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
}
.page-author-tour .gallery:last-child {
  padding-bottom: 0;
}
.page-author-tour .gallery .gallery-item {
  margin: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  float: none !important;
  width: auto !important;
  border: 0 !important;
}
.page-author-tour .gallery .gallery-item .gallery-icon {
  display: block;
}
.page-author-tour .gallery .gallery-item .gallery-icon img {
  border: 0 !important;
  width: 97px;
  height: 83px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-author-tour .gallery .gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
  }
}
.page-author-tour .gallery::after {
  content: "";
  display: table;
  clear: both;
}
.page-author-tour .program-tour {
  counter-reset: program-counter;
}
.page-author-tour .program-tour .programma-item {
  padding: 24px;
  padding-left: 72px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 8px;
  position: relative;
}
.page-author-tour .program-tour .programma-item:last-child {
  margin-bottom: 0;
}
.page-author-tour .program-tour .programma-item::before {
  counter-increment: program-counter;
  content: counter(program-counter);
  position: absolute;
  left: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C0924B;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .page-author-tour .program-tour .programma-item {
    padding: 16px;
    padding-left: 56px;
  }
  .page-author-tour .program-tour .programma-item::before {
    left: 16px;
    top: 16px;
  }
}
.page-author-tour .hotels {
  padding: 48px 16px;
}
@media (max-width: 768px) {
  .page-author-tour .hotels {
    padding: 24px 0;
  }
}
.page-author-tour .v_stoimost_vklyucheno {
  padding-bottom: 48px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .page-author-tour .v_stoimost_vklyucheno {
    padding-bottom: 24px;
  }
}
.page-author-tour .v_stoimost_vklyucheno .list .item {
  margin-bottom: 1rem;
  padding: 16px;
  padding-left: 72px;
  position: relative;
  width: 100%;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 8px;
  min-height: 56px;
}
.page-author-tour .v_stoimost_vklyucheno .list .item:last-child {
  margin-bottom: 0;
}
.page-author-tour .v_stoimost_vklyucheno .list .item .item-icon {
  position: absolute;
  left: 24px;
  top: 16px;
}
@media (max-width: 768px) {
  .page-author-tour .v_stoimost_vklyucheno .list .item .item-icon {
    left: 16px;
  }
}
.page-author-tour .v_stoimost_vklyucheno .list .item .item-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.dopolnitelno {
  padding: 16px;
}

.pohozhie-turi {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
.pohozhie-turi h2 {
  margin-bottom: 48px;
  text-align: center;
}

.tours-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .tours-grid {
    padding: 0 16px;
  }
}
.tours-grid .tour-card {
  position: relative;
  width: calc(33.333% - 16px);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-size: cover;
  background-position: center;
  height: 280px;
}
@media (max-width: 1200px) {
  .tours-grid .tour-card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .tours-grid .tour-card {
    width: 100%;
  }
}
.tours-grid .tour-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tours-grid .tour-card .tour-link {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}
.tours-grid .tour-card .tour-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.tours-grid .tour-card .tour-content .tour-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin-bottom: 16px;
}
.tours-grid .tour-card .tour-content .tour-program {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
}
.tours-grid .tour-card .tour-content .tour-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tours-grid .tour-card .tour-content .tour-duration span {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 24px;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0;
}
.responsive-table table th, .responsive-table table td {
  text-align: left;
  vertical-align: middle;
}
.responsive-table table tr:nth-child(odd) td {
  background: #fff;
}
.responsive-table table tr:nth-child(odd) td:nth-child(1) {
  border-radius: 24px 0 0 24px;
}
.responsive-table table tr:nth-child(odd) td:last-child {
  border-radius: 0 24px 24px 0;
}
.responsive-table table td {
  padding: 8px;
}
.responsive-table table th {
  color: rgba(30, 30, 30, 0.5);
  padding: 8px;
  text-overflow: ellipsis;
  /* Paragraph M (B) */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.responsive-table table td {
  color: rgba(30, 30, 30, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.responsive-table table td:nth-child(1) {
  color: var(--Black, #000);
  /* Paragraph M */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.responsive-table table .c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.responsive-table table .c img {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .responsive-table table thead {
    display: none;
  }
  .responsive-table table tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
  }
  .responsive-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: none;
    background: #fff;
    border-radius: 24px;
  }
  .responsive-table table td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
  }
  .responsive-table table td:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .responsive-table tr {
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .responsive-table tr:hover {
    background-color: #f1f1f1;
  }
  .responsive-table tr.expanded td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .responsive-table tr td {
    display: none;
  }
  .responsive-table tr td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
  }
  .responsive-table tr td:first-child::after {
    content: "▼";
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .responsive-table tr td img {
    margin-bottom: 0;
  }
  .responsive-table tr td:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .responsive-table tr td:nth-child(1):before {
    display: none;
  }
  .responsive-table tr td:nth-child(1):after {
    margin-left: auto;
    margin-right: 0;
  }
  .responsive-table tr.expanded td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .responsive-table tr.expanded td:first-child::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.form-loty {
  width: calc(100% - 32px);
  margin: 2rem auto 0;
  padding: 48px;
  border-radius: 24px;
  background: #272727;
}
.form-loty h2 {
  width: 100%;
  max-width: 422px;
  margin: 0 auto 48px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.form-loty .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-loty .wpcf7 {
  max-width: 422px;
  margin: 0 auto;
}
.form-loty .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.form-loty .wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #C0924B;
  background: rgba(255, 255, 255, 0.2);
}
.form-loty .wpcf7 .wpcf7-form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-loty .wpcf7 .wpcf7-form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-loty .wpcf7 .wpcf7-form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-loty .wpcf7 .wpcf7-form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-loty .wpcf7 .wpcf7-form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-loty .wpcf7 input[type=text],
.form-loty .wpcf7 input[type=tel],
.form-loty .wpcf7 input[type=email] {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--black-40, rgba(0, 0, 0, 0.4));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  height: 42px;
}
.form-loty .wpcf7 input[type=submit] {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 24px;
  background: #C0924B;
  color: var(--White-Base, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  margin-bottom: 2rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.form-loty .wpcf7 input[type=submit]:hover {
  background: #a07738;
}
.form-loty .wpcf7 input[type=submit]:active {
  background: #8d6931;
}
.form-loty .wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}
.form-loty .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form-loty .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  cursor: pointer;
}
.form-loty .wpcf7 .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.form-loty .wpcf7 .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  border-color: #C0924B;
  background: #C0924B;
}
.form-loty .wpcf7 .wpcf7-spinner {
  display: none;
}
.form-loty .wpcf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
}
.form-loty .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
}
.form-loty .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}

.privacy {
  padding: 16px 0 0;
}
.privacy .wpcf7-acceptance {
  margin-top: 0;
}
.privacy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 42px;
  cursor: pointer;
  min-height: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    display: block;
  }
}
.privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 22px;
  background-image: url("/wp-content/themes/blankslate/assets/images/svg/radio-off.svg");
  background-size: cover;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.privacy .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/themes/blankslate/assets/images/svg/radio-active.svg");
}
.privacy a {
  color: #4c33b4;
  text-decoration: underline;
  margin-left: 4px;
}

.autor-tour--index-top {
  height: 100vh;
  position: relative;
}
.autor-tour--index-top #video {
  position: relative;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.autor-tour--index-top .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.autor-tour--index-top .container .area {
  padding-top: 320px;
}
.autor-tour--index-top .container .area h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.autor-tour--index-top .container .area p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .autor-tour--index-top .container .area p br {
    display: none;
  }
}
.autor-tour--index-top .container .area .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 96px;
}
.autor-tour--index-top .container .area .button .btn {
  border-radius: 24px;
  background: #c0924b;
  color: var(--White-Base, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.autor-tour--index-top .container .area .button .btn:hover {
  background: #d2a156;
}
@media (max-width: 1024px) {
  .autor-tour--index-top {
    height: auto;
    min-height: 600px;
  }
  .autor-tour--index-top .container .area {
    padding-top: 240px;
  }
  .autor-tour--index-top .container .area h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .autor-tour--index-top .container .area h1 br {
    display: none;
  }
  .autor-tour--index-top .container .area p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .autor-tour--index-top .container .area {
    padding-top: 160px;
  }
  .autor-tour--index-top .container .area h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .autor-tour--index-top .container .area p {
    font-size: 16px;
    line-height: 24px;
  }
  .autor-tour--index-top .container .area .button {
    padding-top: 24px;
  }
  .autor-tour--index-top .container .area .button .btn {
    height: 48px;
    font-size: 12px;
  }
}
.autor-tour--tour-feed {
  padding-top: 80px;
}
@media (max-width: 720px) {
  .autor-tour--tour-feed {
    padding-top: 48px;
  }
}
.autor-tour--tour-feed h2 {
  margin-bottom: 18px;
}
@media (max-width: 720px) {
  .autor-tour--tour-feed h2 {
    text-align: left !important;
    font-size: 20px;
    line-height: 28px;
  }
}
.autor-tour--tour-feed .wrap {
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.autor-tour--tour-feed .wrap.active {
  display: block;
  opacity: 1;
}
.autor-tour--tour-feed .tours-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .autor-tour--tour-feed .tours-grid {
    padding: 0 0px;
  }
}
.autor-tour--tour-feed .tours-grid .tour-card {
  position: relative;
  width: calc(25% - 16px);
}
@media (max-width: 1200px) {
  .autor-tour--tour-feed .tours-grid .tour-card {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .autor-tour--tour-feed .tours-grid .tour-card {
    width: 100%;
  }
}
.autor-tour--tour-feed .tours-grid .tour-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.loty-banner {
  margin-top: 80px;
  margin-bottom: 80px;
}
.loty-banner .btn {
  background: #FFF852;
  color: #000;
  padding: 16px 24px;
  border-radius: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 16px; /* 133.333% */
}
.loty-banner .btn:hover {
  background: #fef400;
}
.loty-banner .container .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .loty-banner .container .button {
    display: none;
  }
}
.loty-banner .container .button .btn.brown {
  background: #c0924b;
  color: #fff;
  font-size: 12px;
}
.loty-banner .container .button .btn.brown:hover {
  background: #d2a156;
}
.loty-banner .container .button.adapt {
  display: none;
}
@media (max-width: 1024px) {
  .loty-banner .container .button.adapt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .loty-banner .container .button.adapt .btn {
    width: 100%;
  }
}
.loty-banner .container .area {
  border-radius: 24px;
  background: #272727;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.loty-banner .container .area img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .loty-banner .container .area img {
    text-align: left;
    margin-bottom: 48px;
  }
}
.loty-banner .container .area .text {
  max-width: 314px;
}
.loty-banner .container .area .text h2 {
  color: var(--White-Base, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 130% */
  margin-bottom: 16px;
}
.loty-banner .container .area .text p {
  color: var(--White-Base, #FFF);
  font-size: 12px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1024px) {
  .loty-banner .container .area .text p {
    text-align: left;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .loty-banner .container .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 24px;
  }
  .loty-banner .container .area .text {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .loty-banner .container .area .text h2 {
    font-size: 32px;
    line-height: 46px;
    text-align: left;
  }
  .loty-banner .container .area .text p {
    font-size: 12px;
    line-height: 18px;
  }
  .loty-banner .container .area .text .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.professional-block h2 {
  margin-bottom: 48px;
}
@media (max-width: 720px) {
  .professional-block h2 {
    text-align: left !important;
    font-size: 20px;
    line-height: 28px;
  }
}
.professional-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 562px) {
  .professional-block .list {
    gap: 10px;
    padding: 0 5px;
  }
}
.professional-block .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(48% - 16px);
          flex: 1 1 calc(48% - 16px);
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .professional-block .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (max-width: 562px) {
  .professional-block .list .item {
    height: 320px;
  }
}
.professional-block .list .item .area {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 562px) {
  .professional-block .list .item .area {
    padding: 20px;
  }
}
.professional-block .list .item .area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222222;
  opacity: 0.3;
  pointer-events: none;
}
.professional-block .list .item .area h3 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin: 0;
}
.professional-block .list .item .area .info-open {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 562px) {
  .professional-block .list .item .area .info-open {
    right: 8px;
    bottom: 20px;
  }
}
.professional-block .list .item .dropdown-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #EFEFEF;
  border-radius: 20px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
.professional-block .list .item .dropdown-area.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area {
    padding: 20px;
  }
}
.professional-block .list .item .dropdown-area ul {
  padding-left: 20px;
  margin: 0;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area ul {
    padding-left: 16px;
  }
}
.professional-block .list .item .dropdown-area ul li {
  color: #7D7E7F;
  margin-bottom: 4px;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area ul li {
    margin-bottom: 2px;
  }
}
.professional-block .list .item .dropdown-area .info-close {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area .info-close {
    right: 20px;
    bottom: 20px;
  }
}

.expert-block {
  padding-bottom: 80px;
}
.expert-block .container .area h2 {
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  .expert-block .container .area h2 {
    text-align: left !important;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.expert-block .container .area .subtitle {
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 720px) {
  .expert-block .container .area .subtitle {
    text-align: left !important;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
  }
}
.expert-block .container .area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 720px) {
  .expert-block .container .area .list {
    gap: 0;
  }
}
.expert-block .container .area .list .item {
  max-width: 314px;
  min-width: 314px;
}
@media (max-width: 720px) {
  .expert-block .container .area .list .item {
    max-width: 100%;
    min-width: 100%;
    padding: 0 16px 8px;
  }
}
.expert-block .container .area .list .item img {
  margin: 0 auto 24px;
  display: block;
}
@media (max-width: 720px) {
  .expert-block .container .area .list .item img {
    text-align: left !important;
    margin: 0 0 16px;
  }
}
.expert-block .container .area .list .item .name {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 2px;
}
@media (max-width: 720px) {
  .expert-block .container .area .list .item .name {
    text-align: left !important;
  }
}
.expert-block .container .area .list .item .status {
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  text-align: center;
  opacity: 0.5;
}
@media (max-width: 720px) {
  .expert-block .container .area .list .item .status {
    text-align: left !important;
    margin-bottom: 16px;
  }
  .expert-block .container .area .list .item .status br {
    display: none !important;
  }
}

.tab-filter {
  margin-bottom: 48px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-filter .t-area {
  background: var(--black-4, rgba(0, 0, 0, 0.04));
  border-radius: 24px;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-filter span {
  cursor: pointer;
  padding: 8px 16px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 24px;
}
.tab-filter span.tab-filter_active {
  color: #000;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .tab-filter span:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .tab-filter {
    margin-bottom: 24px;
  }
  .tab-filter .t-area {
    border-radius: 24px;
    padding: 1px;
  }
  .tab-filter span {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 16px;
    margin: 2px;
  }
}