:root {
  --font-montserrat: 'Montserrat', sans-serif;
  --font-geist: 'Geist', sans-serif;
}

body {
  background-color: #f6f6f4;
}

* {
  box-sizing: border-box;
}

/*
 * Hidden content: HTML hidden attribute (e.g. catalog cards filtered in JS) and utility class.
 * !important beats component-level display (flex/grid) so layout does not reserve space.
 */
[hidden] {
  display: none !important;
}

.hidden {
  display: none !important;
}

.wrapper {
  width: 95%;
  max-width: 1360px;
  margin: auto;
}

.legal-page {
  padding: 80px 0;
}

.legal-page {
  max-width: 920px;
}

.legal-page h1 {
  margin: 0 0 24px;
  font-family: var(--font-geist);
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #191c38;
}

.legal-page h2 {
  margin: 40px 0 16px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #191c38;
}

.legal-page h3 {
  margin: 24px 0 12px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #191c38;
}

.legal-page p {
  margin: 0 0 14px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #45485e;
}

.legal-page ul,
.legal-page ol {
  margin: 0 0 16px;
  padding-left: 20px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #45485e;
}

.legal-page ul {
  list-style: outside;
}

.legal-page li {
  margin: 8px 0;
}

.legal-page a {
  color: #dba77b;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-page a:hover {
  color: #191c38;
}

.legal-page strong {
  font-weight: 700;
  color: #191c38;
}

.legal-page code {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 0.95em;
  padding: 2px 6px;
  background: rgba(25, 28, 56, 0.06);
  border-radius: 6px;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 56px 0;
  }

  .legal-page h1 {
    font-size: 32px;
  }
}

.fade_in {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

.fade_in.active {
  opacity: 1;
  transform: translateY(0);
}

/* header start */

header {
  width: 100%;
  padding: 12px 0;
  background-color: #191c38;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  width: 175px;
}

header a {
  text-decoration: none;
}

.header_menu ul {
  display: flex;
  gap: 32px;
}

.header_menu ul li a {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fcfaf8;
  transition: 0.3s ease-in-out;
}

.header_menu ul li a:hover {
  color: #d19969;
}

.header_links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header_lang_svitcher {
  position: relative;
}

.header_lang_svitcher select {
  padding: 6.5px 9px 6.5px 33px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  appearance: none;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #191c38;
  cursor: pointer;
}

.header_lang_svitcher svg {
  position: absolute;
  top: 8px;
  left: 11px;
  pointer-events: none;
}

.header_links_container {
  padding: 8px 12px;
  background: linear-gradient(
    107.61deg,
    rgba(25, 28, 56, 0.1) -29.69%,
    rgba(219, 167, 123, 0.1) 98.32%
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_whatsapp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.header_whatsapp_link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fcfaf8;
  transition: 0.3s ease-in-out;
}

.header_whatsapp_link:hover {
  color: #d19969;
}

.header_whatsapp_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fcfaf8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}

.header_whatsapp_link:hover .header_whatsapp_icon {
  background-color: #d19969;
}

.header_whatsapp p {
  font-family: var(--font-montserrat);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fcfaf8;
}

.select_an_asset {
  width: max-content;
  padding: 12px 32px;
  border-radius: 40px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fcfaf8;
  background: linear-gradient(91.02deg, #dba77b 0.12%, #a47854 100.12%);
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.select_an_asset:hover {
  background: #fcfaf8;
  color: #d19969;
}

.mobile_menu {
  display: none;
}

.burger {
  display: none;
}

/* header end */

/* home_page start */

.hero_section {
  background-image: url(../img/hero_section_bg.jpg);
  background-size: cover;
}

.hero_section_box {
  padding: 204px 0 120px 0;
  background:
    radial-gradient(
      71.17% 70.45% at 50% 70.45%,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(25, 28, 56, 0.4) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 9, 31, 0.95) -1.64%,
      rgba(25, 28, 56, 0.11) 100%
    );
}

.hero_section_container {
  width: 78%;
  max-width: 1150px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero_section_container h1 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}

.hero_section_container h1 span {
  color: #dba77b;
}

.secondary_txt {
  margin-top: 32px;
  margin-bottom: 100px;
  width: 65%;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fcfaf8;
}

.hero_section_fake_btns {
  width: 95%;
  margin-top: 100px;
  display: flex;
  gap: 32px;
}

.hero_section_fake_btn {
  padding: 12px;
  background: linear-gradient(
    103.51deg,
    rgba(25, 28, 56, 0.1) 42.8%,
    rgba(219, 167, 123, 0.1) 140.15%
  );
  border: 1px solid rgba(219, 167, 123, 0.5);
  border-radius: 12px;
  background: linear-gradient(
    103.51deg,
    rgba(25, 28, 56, 0.1) 42.8%,
    rgba(219, 167, 123, 0.1) 140.15%
  );
  backdrop-filter: blur(32.20000076293945px);
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero_section_fake_btn svg {
  flex-shrink: 0;
}

.hero_section_fake_btn p {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fcfaf8;
}

.approach {
  margin-top: 120px;
}

.approach_container {
  width: 80%;
  max-width: 1130px;
  margin: auto;
}

.approach_container h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #d19969;
}

.approach_container span {
  color: #191c38;
}

.approach_box {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px;
}

.approach_card {
  display: flex;
  flex-direction: column;
}

.approach_card_img {
  position: relative;
}

.approach_card_img img {
  width: 100%;
}

.approach_card_img svg {
  position: absolute;
  bottom: -40px;
  left: 40px;
}

.approach_card_container {
  padding: 64px 40px 40px 40px;
  box-sizing: border-box;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #ecece8;
  box-shadow: 0px 8px 0px 0px #dba77b;
  flex-grow: 1;
}

.approach_card_txt h3 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #191c38;
}

.approach_card_txt h4 {
  margin-top: 16px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #45485e;
}

.approach_card_ul {
  margin-top: 16px;
  padding: 16px 0;
  box-sizing: border-box;
  border-top: 1px solid #a47854;
  border-bottom: 1px solid #a47854;
}

.approach_card_ul h5 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #191c38;
}

.approach_card_ul ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.approach_card_ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.approach_card_ul li p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #45485e;
}

.approach_card_txt h6 {
  margin-top: 16px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #d19969;
}

.countries_list {
  margin-top: 120px;
  background-color: #191c38;
  background-image: url(../img/countries_list_bg.png);
  background-size: cover;
  background-position-x: 100px;
}

.countries_list_bg {
  background: linear-gradient(
    180deg,
    rgba(25, 28, 56, 0) 0%,
    rgba(25, 28, 56, 0.85) 100%
  );
}

.countries_list_container {
  padding: 100px 0;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 25px;
}

.countries_list_container h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #fcfaf8;
}

.countries_list_container h2 span {
  color: #d19969;
}

.countries_list_container h4 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fcfaf8;
}

.countries_list_container h4 span {
  font-weight: 700;
  font-style: italic;
}

.approaches {
  padding: 120px 0;
}

.approaches h2 {
  margin-bottom: 32px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #191c38;
}

.approaches h3 {
  width: 65%;
  max-width: 900px;
  margin: auto;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  text-align: center;
  color: #191c38;
}

.approaches_container {
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.approaches_card {
  height: fit-content;
  padding: 48px 32px 32px 32px;
  box-sizing: border-box;
  background-color: #ecece8;
  box-shadow: 0px 8px 0px 0px #dba77b;
  border-radius: 16px;
  position: relative;
}

.approaches_header svg {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%);
}

.approaches_header span {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #dba77b;
  white-space: nowrap;
}

.approaches_card ul {
  display: flex;
  flex-direction: column;
}

.approaches_card ul li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6ce;
}

.approaches_card ul li:first-child {
  padding-top: 0;
}

.approaches_card ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.approaches_card ul li h4 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #7f8297;
}

.approaches_card ul li p {
  margin-top: 8px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #45485e;
}

.approaches_card.approaches_card_gold {
  margin-top: -32px;
  background-color: #191c38;
}

.approaches_card_gold .approaches_header svg {
  top: -38px;
}

.approaches_card_gold .approaches_header span {
  font-weight: 700;
  line-height: 120%;
  color: #fcfaf8;
}

.approaches_card_gold ul li {
  border-bottom: 1px solid #383a4a;
}

.approaches_card_gold ul li h4 {
  color: #dba77b;
}

.approaches_card_gold ul li p {
  display: flex;
  gap: 8px;
  color: #fff;
}

.approaches_card_gold ul li p svg {
  flex-shrink: 0;
}

.approaches_txt {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.approaches_txt h6 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  text-align: center;
  color: #191c38;
}

.calculator {
  padding: 120px 0;
  background-color: #fff;
}

.calculator_txt {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 48px;
}

.calculator_txt h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #191c38;
}

.calculator_txt p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  color: #191c38;
}

.calculator_container {
  margin-top: 76px;
}

.calculator_slider {
  position: relative;
}

.calculator_slider_line {
  width: calc(100% - 45px);
  height: 8px;
  border-radius: 2px;
  background-color: #191c38;
  opacity: 0.1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}

.calculator_slider_steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculator_slider_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.calculator_slider_step span {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #191c38;
  transition: all 0.5s ease-in-out;
}

.calculator_slider_dot {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  background-color: #e0e0e1;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0px 2.35px 5.88px 0px #0000001a;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.calculator_slider_step.active span {
  font-weight: 800;
  color: #dba77b;
}

.calculator_slider_step.active .calculator_slider_dot,
.calculator_slider_step:hover .calculator_slider_dot {
  background-color: #fff;
  border: 3px solid #dba77b;
}

.calculator_form {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.calculator_form_card {
  background-color: #191c38;
  box-sizing: border-box;
  border-radius: 16px;
  background-image: url(../img/calculator_form_card_bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;
}

.calculator_form_card:nth-child(2) {
  background-image: url(../img/calculator_form_card_bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.calculator_form_card_bg {
  padding: 56px 32px;
  border-radius: 16px;
  background: linear-gradient(
    178deg,
    rgba(25, 28, 56, 0.1) -24.26%,
    #191c38 98.31%
  );
}

.calculator_form_card_header svg {
  position: absolute;
  top: -34px;
  left: 21px;
}

.calculator_form_card_header span {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #fcfaf8;
  position: absolute;
  top: -15px;
  left: 50px;
}

.home_page_en .calculator_form_card_header span {
  left: 60px;
}

.calculator_form_card:nth-child(2) .calculator_form_card_header span {
  left: 70px;
}

.home_page_en
  .calculator_form_card:nth-child(2)
  .calculator_form_card_header
  span {
  left: 50px;
  font-size: 17px;
}

.calculator_form_card_bg h6 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fcfaf8;
}

.calculator_form_card_options {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.calculator_form_card_option_box {
  padding: 4px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(219, 167, 123, 0.8);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.calculator_form_card_type {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #dba77b;
}

.calculator_form_card_value {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}

.catalog {
  margin-top: 120px;
}

.catalog h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #191c38;
}

.catalog h3 {
  margin-top: 40px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  text-align: center;
  color: #191c38;
}

.catalog_advantages {
  margin-top: 14px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.catalog_advantages li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  text-align: center;
  color: #191c38;
}

@media (max-width: 767px) {
  .catalog_advantages li {
    font-size: 16px;
    gap: 16px;
    text-align: start;
  }
}

.catalog_switcher {
  width: fit-content;
  margin: auto;
  background-color: #fff;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog_switcher_btn {
  padding: 13px 24px;
  border-radius: 22px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #191c38;
  cursor: pointer;
}

.catalog_switcher_btn.active {
  background: linear-gradient(91.02deg, #dba77b 0.12%, #a47854 100.12%);
  color: #fff;
}

.catalog_container {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.catalog_card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #ecece8;
  box-shadow: 0px 154px 43px 0px #adadad00;
}

.catalog_card_img img {
  width: 100%;
  height: 215px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
}

.catalog_card_txt {
  padding: 24px;
  box-sizing: border-box;
}

.catalog_card_txt h4 {
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #191c38;
}

.catalog_card_txt h5 {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 16px;
  line-height: 142%;
  color: #191c38;
  opacity: 0.6;
}

.catalog_card_description {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #dba77b4d;
  border-bottom: 1px solid #dba77b4d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  list-style-position: inside;
}

.catalog_card_description li {
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 14px;
  line-height: 142%;
  color: #191c38;
}

.catalog_card_list_status {
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog_card_list_status li {
  display: flex;
  gap: 4px;
  font-family: var(--font-geist);
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  color: #dba77b;
}

.catalog_card_list_status li span {
  color: #191c38;
}

.catalog_card_link {
  padding: 12px 0;
  border: 1.5px solid #dba77b;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #dba77b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 48px);
  margin: auto auto 24px auto;
}

.catalog_card_link:hover {
  background-color: #dba77b;
  color: #fff;
}

.catalog_btn {
  margin-top: 76px;
  display: flex;
  justify-content: center;
}

.examples {
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #191c38;
  overflow: hidden;
}

.examples h2 {
  margin-bottom: 64px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #fcfaf8;
}

.examples_carousel_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.examples_carousel_card_img {
  position: relative;
}

.examples_carousel_card_img img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 1px #dba77bcc);
}

.examples_carousel_card_img_fake_btns {
  width: 100%;
  height: 100%;
  padding: 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  z-index: 1;
}

.examples_carousel_card_img_fake_btn {
  width: fit-content;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(219, 167, 123, 0.8);
  border-radius: 40px;
  backdrop-filter: blur(32px);
  box-shadow: 0px 0px 6.4px 0px #191c3880;
  background: linear-gradient(
    103.51deg,
    rgba(25, 28, 56, 0.5) 42.8%,
    rgba(219, 167, 123, 0.5) 140.15%
  );
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.examples_carousel_card_img_fake_btn svg {
  flex-shrink: 0;
}

.examples_carousel_card_txt {
  width: calc(100% + 16px);
  padding: 16px 16px 16px 48px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background-color: #ecece8;
  position: relative;
  left: -16px;
  z-index: -1;
}

.examples_carousel_card_txt h3 {
  margin-bottom: 8px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #191c38;
}

.examples_carousel_card_txt p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #45485e;
}

.examples_carousel_card_txt_budget p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #dba77b;
}

.examples_carousel_card_txt_budget p span {
  color: #191c38;
}

.examples_carousel_card_txt_result h4 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #dba77b;
}

.examples_carousel_card_txt_result ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.examples_carousel_card_txt_result ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.2px;
  color: #45485e;
}

.examples_carousel_card_txt_result ul li svg {
  flex-shrink: 0;
}

.examples_carousel_navigation {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.examples_carousel_navigation div {
  position: unset;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgba(0, 0, 0, 0);
}

.examples_carousel_navigation svg {
  height: 24px;
}

.examples_carousel_navigation .swiper-pagination {
  width: fit-content;
  margin-top: -10px;
}

.swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 100px;
  background-color: #ecece899;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  width: 60px;
  height: 4px;
  border-radius: 100px;
  background-color: #dba77b;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 4px;
  }
  .swiper-pagination-bullet-active {
    width: 30px;
  }
}

.path {
  padding: 120px 0;
  background-color: #fff;
}

.path h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #191c38;
}

.path h2 span {
  font-weight: 600;
  color: #dba77b;
}

.path_container {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 64px;
}

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

.path_box h3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(91.96deg, #dba77b 15.9%, #a47854 103.6%);
  border-radius: 20px;
  border-bottom-left-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
}

.path_box h4 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #dba77b;
}

.path_box p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #45485e;
}

.video_section {
  margin-top: 120px;
}

.video_section_header {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 200px;
}

.video_section_header h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #191c38;
}

.video_section_header p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  color: #191c38;
}

.video_section_container {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.video_section_txt {
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 24px;
  line-height: 142%;
  color: #191c38;
}

.video_section_video {
  position: relative;
}

.video_section_video img {
  width: 100%;
}

.video_section_video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.faq {
  margin-top: 120px;
}

.faq h2 {
  margin-bottom: 64px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #191c38;
}

.faq_container {
  width: 60%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq_item {
  border-bottom: 1px solid #dba77b4d;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq_item:hover {
  transform: scaleX(1.025);
}

.faq_item:last-child {
  border: none;
}

.faq_question {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_question h3 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #191c38;
}

@media (max-width: 767px) {
  .faq_question h3 {
    font-size: 18px;
  }
}

.faq_question svg {
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.faq_item.active svg {
  transform: rotate(180deg);
}

.faq_answear {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #7f8297;
  transition: all 0.3s ease-in-out;
}

.faq_answear_content {
  min-height: 0;
}

.faq_answear_content ul {
  list-style: inside;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .faq_answear p {
    font-size: 16px;
  }
}

.faq_item.active .faq_answear {
  grid-template-rows: 1fr;
  padding-bottom: 16px;
}

.form_section {
  margin-top: 120px;
  background-color: #191c38;
}

.form_container {
  display: flex;
  align-items: center;
}

.form_container .form_img {
  width: 45%;
  height: 650px;
  position: relative;
}

.form_container .form_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
}

.form_box {
  width: 65%;
  padding: 0 76px;
  box-sizing: border-box;
}

.form_box h2 {
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;
  color: #fcfaf8;
}

.form_box h2 span {
  display: block;
  font-size: 32px;
  line-height: 130%;
}

.form_box br {
  display: none;
}

.form_name_mail p {
  margin-top: 28px;
  display: flex;
  gap: 24px;
}

.form_box label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fcfaf8;
}

.form_box p:nth-child(4) {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form_box label input,
.form_box label textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #fcfaf80f;
  backdrop-filter: blur(12px);
  border: none;
  box-sizing: border-box;
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fcfaf8;
}

.form_box label input::placeholder,
.form_box label textarea::placeholder {
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fcfaf8;
}

.form_box p:nth-child(5) {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.form_box p:nth-child(5) span {
  display: none;
}

.form_box p:nth-child(5) input {
  padding: 18px 44px;
  background-color: #dba77b;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.form_box p:nth-child(5) input:hover {
  background-color: #fff;
  color: #dba77b;
}

.blog_carousel_section {
  padding: 120px 0;
  background-color: #fff;
  overflow: hidden;
}

.blog_carousel_section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_carousel_section_header h2 {
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  color: #010101;
}

.blog_carousel_section_header a {
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1.5px solid #dba77b;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 142%;
  color: #dba77b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog_carousel_section_header a:hover {
  background-color: #dba77b;
  color: #fff;
}

.blog_carousel_section_header a svg path {
  transition: all 0.3s ease-in-out;
}

.blog_carousel_section_header a:hover svg path {
  stroke: #fff;
}

.blog_carousel_section_container {
  margin-top: 65px;
}

.blog_carousel_section_container .swiper-slide img {
  width: 100%;
}

.blog_carousel_item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #ecece8;
  box-shadow: 0px 8px 0px 0px #dba77b;
}

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

.blog_carousel_item_txt h3 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #191c38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_carousel_item_txt p {
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  color: #45485e;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_carousel_item_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.blog_carousel_item_link a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #dba77b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog_carousel_item_link svg path {
  transition: all 0.3s ease-in-out;
}

.blog_carousel_item_link a:hover {
  color: #191c38;
}

.blog_carousel_item_link a:hover svg path {
  stroke: #191c38;
}

.blog_carousel_section_navigation {
  margin-top: 74px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.blog_carousel_section_navigation svg {
  height: 24px;
}

.blog_carousel_section_navigation .swiper-pagination {
  width: fit-content;
  margin-top: -10px;
}

.blog_carousel_section_navigation div {
  position: unset;
}

.blog_carousel_section_navigation .swiper-pagination-bullet {
  background-color: #ecece8;
  opacity: 1;
}

.blog_carousel_section_navigation .swiper-pagination-bullet-active {
  background-color: #dba77b;
}

/* home_page end */

/* hero section start */

.main_section {
  background-size: cover;
  background-position: center;
}

.main_section_container {
  padding: 155px 0 112px 0;
  background:
    radial-gradient(
      48.11% 47.62% at 50% 64.6%,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(25, 28, 56, 0.4) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 9, 31, 0.9) -20.86%,
      rgba(25, 28, 56, 0.11) 115.73%
    );
}

.main_section_container h2 {
  font-family: var(--font-geist);
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  color: #fff;
}
/* hero section end */

/* blogs_page start */

.blogs_page .main_section {
  background-image: url(../img/blogs_page_bg.png);
}

.about-us-page .main_section {
  background-image: url(../img/abou_us_hero_bg.png);
  background-size: cover;
  background-position: center;
}

.blogs {
  margin: 64px 0;
}

.blogs_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blogs_card {
  border-radius: 16px;
  background-color: #ecece8;
  box-shadow: 0px 8px 0px 0px #dba77b;
}

.blogs_card_img img {
  width: 100%;
  height: auto;
}

.blogs_card_desc {
  height: 220px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.blogs_card_name {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #191c38;
}

.blogs_card_short_txt {
  font-family: var(--font-geist);
  font-weight: 400;
  font-size: 16px;
  line-height: 146%;
  letter-spacing: -0.3px;
  color: #45485e;
}

/* blogs_page end */

/* blog_page start */

.blog_container-wrapper {
  padding: 150px 0;
}

.blog_container {
  display: flex;
  position: relative;
}

.blog_container .catalog-single__help {
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}
@media (max-width: 1023px) {
  .blog_container .catalog-single__help {
    position: static;
    width: 100%;
  }
}

.blog_info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blog_info_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blog_info h1 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  color: #191c38;
}

.blog_info h2 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  color: #45485e;
}

.blog_img img {
  width: 100%;
  height: auto;
}

.blog_form {
  height: fit-content;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #191c38;
  position: sticky;
  top: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog_form h5 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #dba77b;
}

/* help-card (shared) */

.catalog-single__help {
  display: flex;
  justify-content: center;
}

/* Catalog single layout only */
.catalog-single .catalog-single__help {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
}

@media (max-width: 1023px) {
  .catalog-single .catalog-single__help {
    position: static;
    width: 100%;
  }
}

.help-card {
  border-radius: 22px;
  padding: 28px 16px 28px 16px;
  background: linear-gradient(180deg, #191c38 0%, #121630 100%);
  border: 1px solid rgba(219, 167, 123, 0.85);
  color: #fff;
}

.help-card__title {
  font-family: var(--font-montserrat);
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #dba77b;
  text-align: center;
}

.help-card__primary {
  font-family: var(--font-montserrat);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border-radius: 999px;
  border: none;
  background: #dba77b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.help-card__primary:hover {
  background: #cd936d;
}

.help-card__arrow {
  font-size: 20px;
  line-height: 1;
}

.help-card__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 18px 0;
}

.help-card__calc {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 18px;
  color: #191c38;
  text-align: center;
}

.help-card__calc-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--font-montserrat);
}

.help-card__calc-text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  font-family: var(--font-montserrat);
  color: #191c38bf;
}

.help-card__calc-btn {
  font-family: var(--font-montserrat);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  border-radius: 999px;
  border: 1px solid rgba(219, 167, 123, 0.75);
  background: transparent;
  color: #dba77b;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: start;
}

.help-card__calc-btn:hover {
  background: rgba(219, 167, 123, 0.12);
}

.help-card__calc-ico {
  font-size: 16px;
  line-height: 1;
}

.blog_info_person {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog_info_person_photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #d9d9d9;
}

.blog_info_person_desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog_info_person_name {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fcfaf8;
}

.blog_info_person_position {
  font-family: var(--font-geist);
  font-weight: 500;
  font-size: 16px;
  line-height: 142%;
  color: #fff;
  opacity: 0.6;
}

.blog_link_to_form {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 40px;
  background-color: #dba77b;
  box-sizing: border-box;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 142%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog_link_to_form svg path {
  transition: all 0.3s ease-in-out;
}

.blog_link_to_form:hover {
  background-color: #fff;
  color: #191c38;
}

.blog_link_to_form:hover svg path {
  stroke: #191c38;
}

.blog_tell_link {
  padding-top: 24px;
  border-top: 1px solid #383a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #fcfaf8;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog_tell_link_icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fcfaf8;
  transition: all 0.3s ease-in-out;
}

.blog_tell_link:hover {
  color: #dba77b;
}

.blog_tell_link:hover .blog_tell_link_icon {
  background-color: #dba77b;
}

.blog_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 73%;
}

@media (max-width: 1023px) {
  .blog_content {
    width: 100%;
  }
}

.blog_content p {
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #45485e;
}

/* blog_page end */

/* media screen start */

/* footer start */

.site-footer {
  background-color: #191c38;
  color: #fff;
  overflow: hidden;
  padding: 80px 0 40px;
  font-family: var(--font-geist);
}

.site-footer__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 31px;
  border-bottom: 0.5px solid #818181;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-footer__logo img {
  width: 180px;
  height: 40px;
  object-fit: contain;
}

.site-footer__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;
}

.site-footer__nav-link {
  font-family: var(--font-geist);
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-transform: capitalize;
  font-weight: 400;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    color 0.2s ease;
}

.site-footer__nav-link:hover {
  opacity: 1;
  color: #dba77b;
}

.site-footer__nav-link.is-active {
  opacity: 1;
  font-weight: 600;
}

.site-footer__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.site-footer__cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 31px;
  border-bottom: 0.5px solid #818181;
}

.site-footer__col {
  min-width: 180px;
}

.site-footer__title {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  opacity: 0.9;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  opacity: 0.8;
}

.site-footer__icon svg {
  width: 24px;
  height: 24px;
}

.site-footer__text,
.site-footer__text-link {
  font-family: 'Inter Tight', var(--font-montserrat);
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 500;
  opacity: 0.8;
  color: #fff;
}

.site-footer__text-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.site-footer__text {
  margin: 0;
}

.site-footer__text.location-text {
  max-width: 190px;
  width: 100%;
}

.site-footer__text-link {
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    color 0.2s ease;
}

.site-footer__text-link:hover {
  opacity: 1;
  color: #dba77b;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Inter Tight', var(--font-montserrat);
  font-size: 14px;
}

.site-footer__copy {
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
}

.site-footer__legal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
}

.site-footer__legal-link {
  color: #fff;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.site-footer__legal-link:hover {
  color: #dba77b;
}

.site-footer__legal-sep {
  opacity: 0.6;
}

/* footer end */

@media (max-width: 1200px) {
  .blog_container-wrapper {
    padding: 100px 0;
  }
  .header_links_container {
    display: none;
  }
  .hero_section_container {
    width: 95%;
  }
  .approach_container {
    width: 95%;
  }
  .approaches_container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .approaches_card.approaches_card_gold {
    margin-top: 0;
  }
  .calculator_txt {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .calculator_form {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .catalog_advantages {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .catalog_container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .path_container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
  }
  .video_section_header {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .video_section_container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq_container {
    width: 95%;
  }
  .form_container {
    flex-direction: column;
  }
  .form_container .form_img {
    width: 100%;
  }
  .form_box {
    width: 95%;
    margin: auto;
    padding: 32px 0;
  }
}

@media (max-width: 1023px) {
  .blog_container {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 1000px) {
  header {
    position: unset;
  }
  .logo {
    position: unset;
    transform: unset;
  }
  .header_menu,
  .header_links {
    display: none;
  }
  .burger {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .burger div {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .burger.active .burger_line1 {
    transform: rotate(45deg);
    top: 9px;
  }
  .burger.active .burger_line2 {
    opacity: 0;
  }
  .burger.active .burger_line3 {
    transform: rotate(-45deg);
    top: -9px;
  }
  .mobile_menu.active {
    width: 100%;
    height: calc(90vh - 61px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    background-color: #191c38;
    top: 61px;
    left: 0;
    z-index: 5;
  }
  .mobile_menu.active .header_menu {
    display: block;
  }
  .mobile_menu.active .header_menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .mobile_menu.active .header_lang_svitcher {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .mobile_menu.active .header_lang_svitcher svg {
    display: none;
  }
  .mobile_menu.active .header_lang_svitcher li a {
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fcfaf8;
    text-transform: uppercase;
  }
  .hero_section_box {
    padding: 80px 0;
  }
  .secondary_txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .hero_section_fake_btns {
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .approach {
    margin-top: 80px;
  }
  .approach_box {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .approach_card_container {
    padding: 60px 20px 20px 20px;
  }
  .countries_list {
    margin-top: 80px;
  }
  .countries_list_container {
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
  .approaches {
    padding: 80px 0;
  }
  .approaches h2 {
    font-size: 32px;
  }
  .approaches h3 {
    width: 100%;
  }
  .approaches_card {
    padding: 40px 20px 20px 20px;
  }
  .approaches_txt {
    margin-top: 40px;
  }
  .calculator {
    padding: 80px 0;
  }
  .calculator_txt h2 {
    font-size: 32px;
  }
  .calculator_form_card_bg {
    padding: 40px 20px;
  }
  .catalog {
    margin-top: 80px;
  }
  .catalog h2 {
    font-size: 32px;
  }
  .catalog_btn {
    margin-top: 40px;
  }
  .examples {
    padding: 80px 0;
  }
  .examples h2 {
    margin-bottom: 40px;
  }
  .examples_carousel_card {
    grid-template-columns: 1fr;
  }
  .examples_carousel_card_txt {
    width: 100%;
    padding: 40px 20px 20px 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    top: -15px;
    left: 0;
  }
  .path {
    padding: 80px 0;
  }
  .path h2 {
    font-size: 32px;
  }
  .path_container {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .video_section {
    margin-top: 80px;
  }
  .video_section_header h2 {
    font-size: 32px;
  }
  .faq {
    margin-top: 80px;
  }
  .faq h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .form_section {
    margin-top: 80px;
  }
  .form_container img {
    display: none;
  }
  .blog_carousel_section {
    padding: 80px 0;
  }
  .blog_carousel_section_header h2 {
    font-size: 32px;
  }
  .main_section_container {
    padding: 80px 0;
  }
  .main_section_container h2 {
    font-size: 40px;
  }
  .blogs_container {
    grid-template-columns: 1fr;
  }
  .blog_info h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .blog_content {
    margin-bottom: 0;
  }
  .blog_form {
    position: unset;
  }

  .blog_container-wrapper {
    padding: 60px 0;
  }
}

@media (max-width: 1000px) {
  .site-footer {
    padding: 56px 0 32px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .site-footer__nav-list {
    flex-wrap: wrap;
    gap: 20px 28px;
  }

  .site-footer__cols {
    flex-direction: column;
    gap: 28px;
  }

  .site-footer__col {
    width: 100%;
    min-width: 0;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .blog_info h1 {
    font-size: 32px;
  }
  .blog_info h2 {
    font-size: 14px;
  }
  .blog_img img {
    height: 200px;
  }
  .blog_content p {
    font-size: 16px;
  }
  .calculator_slider_step span {
    font-size: 12px;
  }
  .calculator_slider_line {
    height: 6px;
    bottom: 4px;
  }
  .calculator_slider_dot {
    width: 14px;
    height: 14px;
  }
  .calculator_form_card_options {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form_name_mail p {
    flex-direction: column;
    gap: 20px;
  }

  .select_an_asset {
    text-align: center;
    width: 100%;
  }
}
.blog_info_header {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
