.presentation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.presentation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 391px;
}
.presentation__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background: #f0f0f0 url("/img/banner2.jpg") no-repeat center/cover;
  min-height: 200px;
}
.presentation__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 56px 67px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.presentation__title {
  margin: 0;
  font-weight: 600;
  font-size: 31.9px;
  line-height: 32px;
  color: #000;
}
.presentation__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.presentation__button {
  display: inline-block;
  padding: 12.8px 47.95px;
  background: linear-gradient(197deg, #E7317D 0%, #D8242A 100%);
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.92px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.presentation__button:hover {
  opacity: 0.9;
}
.presentation__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.compare {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.compare__header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
}
.compare__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}
.compare__subtitle {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  max-width: 800px;
}
.compare__table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.compare__row:last-child {
  border-bottom: none;
}
.compare__row--header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.compare__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px;
  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;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.compare__cell--left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.compare__cell--right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.compare__cell-text {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.compare__cell-text--strong {
  font-weight: 600;
}
.compare__cell-text--highlight {
  color: #C20E1A;
}
.compare__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.compare__icon--check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E3465' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}
.compare__icon--cross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C20E1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.franchise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.franchise__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.franchise__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
}
.franchise__description {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
.franchise__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  min-width: 280px;
  height: 340px;
  background: #e0e0e0;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
          box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .presentation {
    padding: 40px 0;
  }
  .presentation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .presentation__image {
    height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .presentation__content {
    padding: 40px;
  }
  .compare {
    padding: 40px 0;
  }
  .compare__title {
    font-size: 32px;
    line-height: 34px;
  }
  .compare__subtitle {
    font-size: 18px;
  }
  .compare__cell {
    padding: 18px;
  }
  .compare__cell-text {
    font-size: 18px;
  }
  .franchise {
    gap: 30px;
  }
  .franchise__title {
    font-size: 32px;
    line-height: 34px;
  }
  .franchise__description {
    font-size: 18px;
  }
  .franchise__image {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .presentation {
    padding: 30px 0;
  }
  .presentation__inner {
    border-radius: 8px;
  }
  .presentation__image {
    height: 200px;
  }
  .presentation__content {
    padding: 30px 24px;
    gap: 16px;
  }
  .presentation__title {
    font-size: 26px;
    line-height: 28px;
  }
  .presentation__subtitle {
    font-size: 15px;
  }
  .presentation__button {
    padding: 10px 32px;
    font-size: 15px;
  }
  .compare {
    padding: 30px 0;
    gap: 30px;
  }
  .compare__title {
    font-size: 26px;
    line-height: 28px;
  }
  .compare__subtitle {
    font-size: 16px;
  }
  .compare__table {
    border-radius: 8px;
    overflow-x: auto;
  }
  .compare__row {
    min-width: 480px;
  }
  .compare__cell {
    padding: 14px 12px;
  }
  .compare__cell-text {
    font-size: 16px;
  }
  .compare__icon {
    width: 20px;
    height: 20px;
  }
  .franchise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 16px 0;
  }
  .franchise__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .franchise__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 220px;
    width: 100%;
  }
  .franchise__title {
    font-size: 26px;
    line-height: 28px;
  }
  .franchise__description {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .presentation {
    padding: 20px 0;
  }
  .presentation__image {
    height: 160px;
  }
  .presentation__content {
    padding: 20px 16px;
    gap: 12px;
  }
  .presentation__title {
    font-size: 22px;
    line-height: 24px;
  }
  .presentation__subtitle {
    font-size: 14px;
  }
  .presentation__button {
    padding: 8px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .presentation__decor {
    margin-bottom: 8px;
  }
  .presentation__decor-icon {
    width: 20px;
    height: 20px;
  }
  .compare {
    padding: 20px 0;
    gap: 24px;
  }
  .compare__title {
    font-size: 22px;
    line-height: 24px;
  }
  .compare__subtitle {
    font-size: 14px;
  }
  .compare__row {
    min-width: 360px;
  }
  .compare__cell {
    padding: 10px 8px;
  }
  .compare__cell-text {
    font-size: 14px;
  }
  .compare__icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .franchise {
    gap: 20px;
    padding: 12px 0;
  }
  .franchise__title {
    font-size: 22px;
    line-height: 24px;
  }
  .franchise__description {
    font-size: 14px;
  }
  .franchise__image {
    height: 180px;
  }
}/*# sourceMappingURL=franchisingInTourism.css.map */