/* Common */

:root {
    --brandPurple: #26145e;
    --brandGradient: linear-gradient(180deg,rgba(38, 20, 94, 1) 0%, rgba(82, 61, 122, 1) 80%);
    --brandRed: #c2171c;
    --scroll-offset: 70px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-offset);
}

.btn {
	border: none;
	padding: 20px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
  cursor: pointer;
}

.section-title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #120c30;
}

.content-page {
  padding: 24px 20px 40px;
}

.content-page__card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 24px;
}

.content-page__card h1,
.content-page__card h2,
.content-page__card h3 {
  color: var(--brandPurple);
  margin-top: 0;
}

.content-page__card h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

.content-page__card h2 {
  font-size: 22px;
  margin: 24px 0 10px;
}

.content-page__card p,
.content-page__card li {
  line-height: 1.7;
  color: #3c3c3c;
}

.content-page__card ul,
.content-page__card ol {
  padding-left: 20px;
  margin: 12px 0 16px;
}

.content-page__card a {
  color: var(--brandRed);
  text-decoration: none;
}

.content-page__card a:hover,
.content-page__card a:focus-visible {
  text-decoration: underline;
}

/* Global layout switch classes */

.desktop {
  display: none;
}

.mobile {
  display: block;
}

* {
   box-sizing: border-box;
   font-family: 'Montserrat', Arial, sans-serif;
   font-weight: 400;
  
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  min-height: 100vh;
}

.admin-shell .container {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.admin-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 60px 70px 80px;
}

.admin-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.admin-message {
  margin-bottom: 20px;
  font-weight: 600;
}

.admin-toolbar {
  margin-bottom: 24px;
}

.admin-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 18px;
.admin-saving-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
}
.admin-saving-overlay .admin-saving-box {
  background: #fff;
  color: #111;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
  border-radius: 999px;
  background: var(--brandPurple);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(38, 20, 94, 0.18);
}

.admin-add-btn:hover,
.admin-add-btn:focus-visible {
  background: var(--brandRed);
  color: #fff;
}

.admin-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-bottom: 24px;
}

.admin-links .btn {
  justify-content: flex-start;
  background: #f4f7fb;
  color: var(--brandPurple);
  text-decoration: none;
}

.admin-links--compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form--compact {
  max-width: 360px;
}

.admin-form label {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: #2a2a2a;
}

.admin-form input,
.admin-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d2d7e3;
  border-radius: 10px;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
}

.admin-form input[type="checkbox"] {
  width: auto;
}

.admin-form textarea {
  min-height: 100px;
  resize: vertical;
}

.admin-fieldset {
  border: 1px solid #e3e8ef;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.admin-fieldset legend {
  padding: 0 8px;
  font-weight: 700;
  text-transform: capitalize;
}

.admin-item {
  border: 1px solid #eceff5;
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 12px;
  background: #fcfdff;
}

.admin-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1f1;
  color: var(--brandRed);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.admin-remove-btn:hover,
.admin-remove-btn:focus-visible {
  background: var(--brandRed);
  color: #fff;
}

  

.offcanvas-backdrop[hidden] {
  display: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 85vw);
  max-width: 320px;
  background: #120c30;
  color: #fff;
  transform: translateX(100%);
  transition: transform 240ms ease;
  z-index: 120;
  display: flex;
  align-items: stretch;
  overflow-y: auto;
  font-family: 'Montserrat', sans-serif;
}

.offcanvas-menu.open {
  transform: translateX(0);
}

.offcanvas-menu__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 20px;
}

.offcanvas-menu__close {
  margin-left: auto;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.offcanvas-nav {
  margin-top: 32px;
}

.offcanvas-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.offcanvas-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.offcanvas-nav a:hover,
.offcanvas-nav a:focus-visible {
  color: var(--brandRed);
}

.burger {
    display: flex;
    border: none;
    background: transparent;
    padding: 0;
}

header {
    background-color: var(--brandPurple);
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 100;
}

.headerblock {
  padding: 0px 20px;
}

.headerblock.desktop {
  background-color: #F4F7FB;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1440px;
  margin: auto;
}

.header-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

header a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.header-right {
    display: flex !important;
    gap: 20px;
    align-items: center;
}

.header-right.desktop * {
  color: var(--brandPurple);
}

.currency-rates {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 4px;
}

.currency-rate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(38, 20, 94, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.currency-rate__label {
  font-weight: 700;
  text-transform: uppercase;
}

.currency-rate__value {
  font-weight: 600;
}

.header-soclinks {
  display: flex;
  gap: 10px;
  align-items: center;
}

.desk-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.desk-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.burger {
    display: flex;
    border: none;
    background: transparent;
    padding: 0;
}

.logo img {
    width: 110px;
}

.site-footer {
  background: var(--brandPurple);
  color: #fff;
  padding: 32px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  flex-direction: column;
  color: #FFF;
  font-family: 'Montserrat';
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
}

  .footer-brand span {
    color: #FFF;
  }

.footer-logo {
  width: 140px;
  height: auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--brandRed);
}

.footer-copy {
  flex: 1 1 100%;
  font-size: 14px;
  margin: 0;
  opacity: 0.75;
  color: #FFF;
}

@media (min-width: 768px) {
  .footer-copy {
    flex: 0 0 auto;
  }
}

p.section-text,
.section-text p,
.section-text h2,
.section-text h3,
.section-text ul,
.section-text ol {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 140%;
}

.section-text br {
    display: none;
}

.privacy-page {
  padding: 28px 0 40px;
}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3 {
  color: #120c30;
  line-height: 1.3;
  margin: 0 0 12px;
}

.privacy-page h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacy-page h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
}

.privacy-page h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}

.privacy-page p,
.privacy-page li {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.7;
}

.privacy-page p {
  margin: 0 0 12px;
}

.privacy-page ul,
.privacy-page ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

.privacy-page li {
  margin-bottom: 8px;
}

.privacy-page ul {
  list-style: disc;
}

.privacy-page ol {
  list-style: decimal;
}

/* Hero */

section.hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px 60px;
	background: var(--brandGradient);
	
	color: #fff;
}

.hero__title {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #FFF;
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 31px;
}

.hero__tour-search.mobile {
  
}

.tour-search__radiogroup {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: flex;
  gap: 3px;
  width: 100%;
  padding: 3px;
}

.tour-search__radiogroup .radiogroup__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #FFF;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-size: 13px;
  flex: 0 0 calc((100% / 3) - 3px);
  height: 35px;
}

.tour-search__radiogroup .radiogroup__item:has(input:checked) {
  background: #FFF;
  color: var(--brandPurple);
}

.tour-search__radiogroup .radiogroup__item input {
  display: none;
}

.tour-search__control-row {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-search__city-chooser-btn {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tour-search__city-chooser-btn::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.tour-search__like-btn {
  width: 38px;
  height: 38px;
  background: #00000050;
  border-radius: 50%;
  padding: 10px;
}

.tour-search__like-btn svg {
  fill: #FFF;
}

.tour-search__control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  border-radius: 6px;
  overflow: hidden;
}

.grid-item {
  display: flex;
  background: #FFF;
  align-items: center;
  gap: 10px;
  justify-content: left;
  padding: 20px 15px;
  font-family: 'Montserrat';
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
}

.grid-item svg {
  flex: 0 0 16px;
  fill: var(--brandPurple);
  width: 16px;
  height: 16px;
}

.grid-item.special {
  font-size: 16px;
  grid-column: span 2;
}

.tour-search__submit-btn {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 15px;
  color: #FFF;
  background-color: var(--brandRed);
  padding: 16px;
  border-radius: 6px;
  line-height: 100%;
}

/* Hot */

section.hot .container {
  padding: 20px;
  background-color: #FFF;
  padding-bottom: 20px !important;
}

section.hot h2 {
  margin-bottom: 32px;
  margin-top: 15px;
}

/* Benefits */

section.benefits .container {
  padding: 20px;
  background-color: #F4F7FB ;
}

section.benefits h2 {
  margin-bottom: 32px;
}

.benefit-list__item {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.item-content__title {
  font-family: 'Montserrat';
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

p.item-content__text {
  font-size: 13px;
  font-family: 'Montserrat';
  color: #808C9C;
  font-weight: 500;
}

.benefit-list__item__icon {
  display: flex;
  width: 45px;
  height: 45px;
  background: #FFF;
  box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  flex: 0 0 45px;
}

/* Messengers */

section.messengers .container {
  padding: 20px;
  background-color: #F4F7FB;
}

.messenger-card {
  background: var(--brandPurple);
  padding: 30px;
  padding-bottom: 0;
  color: #FFF;
}

h2.card__title {
  color: #FFF;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

p.card-text {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}

.messenger-card {
  background: var(--brandPurple);
  padding: 30px;
  padding-bottom: 0;
  color: #FFF;
  border-radius: 20px;
}

img.card__ig {
  position: relative;
  bottom: -4px;
}

a.card-btn {
  color: #FFF;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 600;
  background: rgba(82, 61, 122, 1);
  padding: 10px 10px;
  border-radius: 8px;
  display: flex;
  line-height: 100%;
  gap: 6px;
  align-items: center;
}

a.card-btn .card-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.card-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.card-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.messenger-card {
    background: var(--brandPurple);
    padding: 25px 20px;
    padding-bottom: 0;
    color: #FFF;
    border-radius: 20px;
}

/* Popular */

section.popular .container {
  padding: 20px;
  background-color: #F4F7FB;
}

section.popular h2 {
    margin-bottom: 32px;
}

.popular-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular-cards__item {
    padding: 20px;
  box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.10);
  border-radius: 15px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.card__shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(38, 20, 94, 1) 20%, rgba(38, 20, 94, 0.6) 65%, rgba(38, 20, 94, 0.35) 100%);
    z-index: 0;
}

.popular-cards__item .card__title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.popular-cards__item .card__text {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 10px;
    color: #FFF;
    position: relative;
    z-index: 1;
    max-width: 256px;
}

img.card__flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 50px;
        position: relative;
    z-index: 1;
}

.card-thai {
  background-image: url(/assets/images/thai_bg.jpg);
}

.card-turk {
  background-image: url(/assets/images/turk_bg.jpg);
}

.card-egip {
  background-image: url(/assets/images/egip_bg.jpg);
}

.card-ross {
  background-image: url(/assets/images/ross_bg.jpg);
}

/* Reviews */

section.reviews {
  background-color: #F4F7FB;
  overflow: hidden;
}

section.reviews .container {
  padding: 20px;
}

section.reviews h2 {
  margin-bottom: 32px;
}

.review-card {
    min-height: 405px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.review-name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.review-date {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 10px;
    color: #808C9C;
}

.review-text {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #1E1E1E;
    line-height: 140%;
}

.reviews-swiper.swiper {
    overflow: hidden;
    margin: 0px -18px;
    padding: 0 18px;
}

.swiper-button-next, .swiper-button-prev {
    display: none !important;
    width: 30px !important;
    height: 30px !important;
    background: var(--brandPurple);
    border: none;
    color: #FFF;
    border-radius: 50%;
    padding: 6px;
}

svg.swiper-navigation-icon path {
    fill: #FFF;
}

.swiper-button-prev {
    left: 3px !important;
}

.swiper-button-next {
    right: 3px !important;
}

/* Best */

section.best {
  background-color: #F4F7FB;
}

section.best .container {
  padding: 20px;
  background-color: #F4F7FB;
  padding-bottom: 20px !important;
}

section.best h2 {
  margin-bottom: 32px;
  margin-top: 15px;
}

/* FAQ */

.faq {
  background-color: #F4F7FB;
}

.faq  .container {
    padding: 20px;
    background-color: #F4F7FB;
}

.faq h2 {
    margin-bottom: 32px;
}

.faq-list {
    margin-top: 24px;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.faq-question {
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2E2A26;
}

.faq-toggle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--brandGradient);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: transform 0.3s;
	position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
	content: '';
	position: absolute;
	background: #FFF;
	border-radius: 2px;
}

.faq-toggle::before {
	width: 14px;
	height: 2px;
}

.faq-toggle::after {
	width: 2px;
	height: 14px;
	transition: transform 0.3s;
}

.faq-item.open .faq-toggle::after {
	transform: rotate(90deg);
}

.faq-item.open .faq-toggle {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.faq-answer-inner {
    padding: 0 12px 12px;
    font-size: 14px;
    line-height: 140%;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Montserrat';
}

a.soclink {
    display: flex;
}

.section-faux {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

/* News */

section.news {
  background-color: #F4F7FB;
}

section.news .container {
  padding: 20px;
  background-color: #F4F7FB;
  padding-bottom: 20px !important;
}

section.news .section-header {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-nav-block {
    align-items: center;
    display: flex;
    gap: 10px;
}

.swiper-news-prev, .swiper-news-next {
    width: 30px;
    height: 30px;
    background: var(--brandPurple);
    border: none;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-news-prev svg {
  transform: rotate(180deg);
  position: relative;
  right: 1px;
}

.img-box {
    padding-top: 60%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.img-box img, .img-box--logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.news-image {
    width: 100%;
}

.news-card {
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.news-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.news-content {
    padding: 20px;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-text {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 10px;
    color: #1E1E1E;
    line-height: 140%;
}

.news-date {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 10px;
    color: #808C9C;
}

.news-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news-tags span {
    background: #F4F7FB;
    border-radius: 6px;
    padding: 5px 10px;
    font-family: 'Montserrat';
    font-size: 12px;
    color: #1E1E1E;
}


.news-grid {
    display: grid;
    gap: 15px;
}

.news-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--brandPurple);
    font-weight: 600;
    text-decoration: none;
}

.news-link:hover,
.news-link:focus-visible {
    color: var(--brandRed);
}

.news-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Contacts */

section.contacts {
  background-color: #F4F7FB;
}

section.contacts .container {
  padding: 20px;
  background-color: #F4F7FB;
  padding-bottom: 20px !important;
}

section.contacts h2 {
  margin-bottom: 32px;
  margin-top: 15px;
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-block .title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-block .val {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #1E1E1E;
    line-height: 140%;
}

.contact-block .val a {
    color: #1E1E1E;
    text-decoration: none;
}

.contact-block .val:has(a.soclink) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-block .val a.soclink {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 20px;
    height: 20px;
}

.contact-block .val a.soclink svg {
    width: 20px;
    height: 20px;
    fill: #1E1E1E;
}

.contacts-map {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .header-right.mobile {
    display: none !important;
}
  .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    max-width: calc(1300px - 120px * 2);
    margin: auto;
  }
  
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  section.messengers,
  section.benefits,
  section.popular {
    background-color: #F4F7FB;
  }

  section .container {
    padding: 20px 120px !important;
    max-width: 1300px;
    margin: auto;
  }

  section.benefits .container {
    padding-top: 40px !important;
  }

  .messenger-card {
      display: flex;
  }

  .card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .messenger-card {
    background: var(--brandPurple);
    padding: 50px 60px;
    padding-bottom: 0;
    color: #FFF;
    border-radius: 20px;
  }

  img.card__ig {
    position: relative;
    bottom: 0px;
  }

  .hero__title {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #FFF;
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 31px;
  }

  .section-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #120c30;
  }

  p.section-text {
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 140%;
  }

  .item-content__title {
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

h2.card__title {
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

p.card-text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

a.card-btn {
    color: #FFF;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 600;
    background: rgba(82, 61, 122, 1);
    padding: 10px 10px;
    border-radius: 8px;
    display: flex;
    line-height: 100%;
    gap: 6px;
    align-items: center;
}

.benefit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.benefit-list__item {
    flex: 0 0 calc(50% - 5px);
}


p.item-content__text {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #808C9C;
    font-weight: 500;
    line-height: 120%;
    max-width: 95%;
}

/* */

.popular-cards {
    flex-direction: row;
    flex-wrap: wrap;
}

.popular-cards__item {
    flex: 0 0 calc(50% - 8px);
}

.swiper-button-next, .swiper-button-prev {
  display: block !important;
}


.faq-list {
    flex-direction: row;
    flex-wrap: wrap;
}

.faq-item {
    flex: 0 0 calc(50% - 5px);
}

.news-cards {
    flex-direction: row;
    flex-wrap: wrap;
}

.news-card {
    flex: 0 0 calc((50%) - 10px);
}

.contacts-flex {
  display: flex;
  gap: 20px;

}

.contacts-content, .contacts-map {
  flex: 0 0 calc(50% - 10px);
}

.contacts-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        max-width: calc(1300px - (120px * 2));
        margin: auto;
    }

  section.hero .container {
    width: 100%;
    padding: 20px 120px !important
  }
  section.container {
    padding: 60px 120px !important;
    max-width: 1300px;
    margin: auto;
}
  }

  .section-text h2 {
    font-size: 20px;
    font-weight: 600;
}

 .section-text h3 {
    font-size: 18px;
    font-weight: 500;
}

.section-text td, .section-text th {
    border: 1px solid #000 !important;
    padding: 2px 10px;
    text-align: left;
}

.section-text table {
  margin-bottom: 20px;
}