@charset "UTF-8";
:root {
  /* ————— HEADINGS ————— */
  --font-size-h1: 40px;
  --font-size-h2: 36px;
  --font-size-h3: 24px;
  --font-size-h4: 20px;
  /* ————— BODY ————— */
  --body-L: 18px;
  --body-M: 16px;
  --body-S: 14px;
  --body-XS: 12px;
  /* ————— FORMS ————— */
  --form-placeholder: 18px;
  --form-hint: 14px;
  /* ————— SECTIONS ————— */
  --section-xxl: 58px 0;
  /* ————— BREADCRUMBS ————— */
  --breadcrumb-top: 32px;
}
@media (max-width: 1199px) {
  :root {
    --font-size-h1: 30px;
    --font-size-h2: 24px;
    --font-size-h3: 20px;
    --font-size-h4: 18px;
    --body-L: 16px;
    --body-M: 14px;
    --body-S: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    --font-size-h1: 28px;
    --section-xxl: 32px 0;
    --breadcrumb-top: 20px;
  }
}

/* CSS Reset */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  color: #171717;
}

body {
  background-color: #f1f5f9;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li,
ol li {
  list-style: none;
  margin: 0;
}

img {
  vertical-align: top;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* END CSS Reset */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto/Roboto_Condensed-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto/Roboto_Condensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto/Roboto_Condensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto/Roboto_Condensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto/Roboto_Condensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/roboto/Roboto_SemiCondensed-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/roboto/Roboto_SemiCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/roboto/Roboto_SemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/roboto/Roboto_SemiCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiCondensed";
  src: url("../fonts/roboto/Roboto_SemiCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  background-color: #fafaf9;
}
body.submenu-open {
  overflow: hidden;
}
body.submenu-open .main:before {
  opacity: 1;
  visibility: visible;
}

.main {
  position: relative;
  padding-top: 72px;
}
@media (max-width: 768px) {
  .main {
    padding-top: 68px;
  }
}
.main:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.opacity-0 {
  opacity: 0;
  z-index: -999;
  cursor: default !important;
}

.z-unset {
  z-index: unset !important;
}

.z-1 {
  z-index: 1;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none !important;
}

.ml-5 {
  margin-left: 5px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-a {
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

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

.mb-15 {
  margin-bottom: 15px;
}

.mb-17 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-a {
  margin-top: auto;
}

.mt-5 {
  margin-top: 5px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.over-hidden {
  overflow: hidden;
}

.over-x-hidden {
  overflow-x: hidden;
}

.over-y-hidden {
  overflow-y: hidden;
}

.over-inherit {
  overflow: inherit;
}

.oveer-vis {
  overflow: visible;
}

.pos-rel {
  position: relative;
}

.justify-content-end {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.w50 {
  width: 50%;
}

.pad-tb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.z-index-3 {
  z-index: 3;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.event-none {
  pointer-events: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.section {
  padding: var(--section-xxl);
  overflow: hidden;
}

h1 {
  font-size: var(--font-size-h1);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

h2 {
  font-size: var(--font-size-h2);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

h3 {
  font-size: var(--font-size-h3);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

h4 {
  font-size: var(--font-size-h4);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-L {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-L-medium {
  ffont-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-L-underline {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
  letter-spacing: normal;
}

.body-M {
  font-size: var(--body-M);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-M-medium {
  font-size: var(--body-M);
  font-family: "Roboto";
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-S {
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}

.body-XS {
  font-size: var(--body-XS);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
}

.btn-large {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 20px;
}

.btn-normal {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 14px 32px;
}

.btn-medium {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 14px;
}

.btn-small {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 12px 24px;
}

.btn-small-underline {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 114.29%;
  text-decoration: underline;
  letter-spacing: normal;
  padding: 12px;
}

.btn-extra-small {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 8px;
}

.form-placeholder {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 133.33%;
  text-decoration: none;
  letter-spacing: normal;
}

.form-hint {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
}

.icon-xl {
  width: 36px;
  height: 36px;
}

.icon-lg {
  width: 32px;
  height: 32px;
}

.icon-md {
  width: 24px;
  height: 24px;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

.icon-xs {
  width: 12px;
  height: 12px;
}

.bg-accent {
  background-color: #1c1917;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    padding-right: 31px;
    padding-left: 31px;
  }
}

.second-container {
  max-width: 1520px;
}
@media (max-width: 1439px) {
  .second-container {
    max-width: 1350px;
  }
}

.bg-card {
  border-radius: 16px;
  background-color: white;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
}

.text-center {
  text-align: center;
}

.header {
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 8px 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .container {
  position: relative;
}
@media (max-width: 768px) {
  .header {
    height: 68px;
    padding: 12px 0;
    background-color: #1c1917;
  }
}
.header--opened .header__burger span:nth-child(1) {
  rotate: 45deg;
  translate: 0 4px;
}
.header--opened .header__burger span:nth-child(2) {
  rotate: 45deg;
  height: 1px;
}
.header--opened .header__burger span:nth-child(3) {
  rotate: -45deg;
  translate: 0 -4px;
}
.header--opened .header__links {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  pointer-events: all;
}
.header__container {
  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;
  position: relative;
  z-index: 999;
}
@media (max-width: 575px) {
  .header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__left, .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__right {
  gap: 16px;
}
@media (max-width: 575px) {
  .header__right {
    display: none;
  }
}
.header__logo {
  width: 162px;
  height: auto;
  padding: 13px 16px;
  text-align: center;
  background: #1c1917;
  border-radius: 16px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .header__logo {
    width: 156px;
    padding: 4px 0;
    background: transparent;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
}
.header__schedule {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__schedule a {
  color: #171717;
}
.header__schedule a:hover {
  color: #E5C46F;
}
.header__schedule p {
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #525252;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .header__schedule--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__schedule--desktop a {
    color: #f8fafc;
  }
}
@media (max-width: 768px) {
  .header__schedule--desktop p {
    color: #f8fafc;
  }
}
.header__btn-group {
  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;
  gap: 8px;
}
@media (max-width: 575px) {
  .header__btn-group--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__btn-group--desktop .header__btn {
    display: none;
  }
}
@media (min-width: 993px) {
  .header__burger {
    display: none !important;
  }
}
.header__burger span {
  width: 16px;
  height: 16px;
}
@media (max-width: 575px) {
  .header__burger {
    margin-right: unset;
  }
}
.header__submenu {
  position: absolute;
  top: 100%;
  height: calc(100vh - 68px);
  left: -100%;
  width: 260px;
  max-width: 100%;
  background: white;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 575px) {
  .header__submenu {
    left: auto;
    right: 30px;
  }
}
@media (max-height: 380px) {
  .header__submenu {
    overflow-y: scroll;
  }
}
.header__submenu--open {
  left: 0;
  opacity: 1;
}
@media (max-width: 575px) {
  .header__submenu--open {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .header__submenu--open {
    left: auto;
    right: 0;
  }
}

.burger-menu {
  position: relative;
}
.burger-menu__open {
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger-menu__close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger-menu--open .burger-menu__open {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.burger-menu--open .burger-menu__close {
  opacity: 1;
}

.mobile-menu {
  padding: 24px 15px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.mobile-menu__menu {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-menu__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 575px) {
  .mobile-menu__menu .menu {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.mobile-menu__menu a {
  color: #171717;
}
.mobile-menu__contacts {
  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;
}
@media (min-width: 576px) {
  .mobile-menu__contacts {
    display: none;
  }
}
.mobile-menu__contacts .header__schedule {
  width: 100%;
  justify-self: end;
}
.mobile-menu__buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Header Menu */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .menu {
    gap: 16px;
  }
}
.menu--mob {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0;
}
.menu--mob .menu-item {
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
}
.menu-item {
  color: var(--text-primary);
}
.menu-item:hover, .menu-item.active {
  color: var(--accent);
}
.menu--footer {
  -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;
  gap: 16px;
}
.menu--footer .menu-item {
  font-size: var(--text-M);
  line-height: var(--text-M);
}
@media (max-width: 768px) {
  .menu--footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__search {
  width: 400px;
  max-width: 100%;
  height: 64px;
  position: absolute;
  top: calc(100% + 40px);
  right: 0;
  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;
  gap: 16px;
  padding: 12px;
  border-radius: 8px;
  background-color: #fafaf9;
  border: 1px solid #e7e5e4;
  z-index: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 575px) {
  .header__search {
    width: 100%;
  }
}

.header__search.header__search--open {
  top: calc(100% + 20px);
  opacity: 1;
  pointer-events: all;
}

.page-template form.search-form > label, .header__search > label {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.header__search-field {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  color: #a3a3a3;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  background: transparent;
}

.header__search-submit {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 16px;
  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;
}

/* Стилизация крестика в WebKit-браузерах */
.header__search-field.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4714 4.47132C12.7318 4.21097 12.7318 3.78886 12.4714 3.52851C12.2111 3.26816 11.789 3.26816 11.5286 3.52851L8.00004 7.05711L4.47145 3.52851C4.2111 3.26816 3.78899 3.26816 3.52864 3.52851C3.26829 3.78886 3.26829 4.21097 3.52864 4.47132L7.05723 7.99992L3.52864 11.5285C3.26829 11.7889 3.26829 12.211 3.52864 12.4713C3.78899 12.7317 4.2111 12.7317 4.47145 12.4713L8.00004 8.94273L11.5286 12.4713C11.789 12.7317 12.2111 12.7317 12.4714 12.4713C12.7318 12.211 12.7318 11.7889 12.4714 11.5285L8.94285 7.99992L12.4714 4.47132Z' fill='%23171717'/%3E%3C/svg%3E");
  background-size: contain;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search-field.search-field::-webkit-search-cancel-button:hover {
  opacity: 1;
}

/* Кастомный крестик с фоном */
.header__search-field.search-field.custom-cancel::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ccc url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4714 4.47132C12.7318 4.21097 12.7318 3.78886 12.4714 3.52851C12.2111 3.26816 11.789 3.26816 11.5286 3.52851L8.00004 7.05711L4.47145 3.52851C4.2111 3.26816 3.78899 3.26816 3.52864 3.52851C3.26829 3.78886 3.26829 4.21097 3.52864 4.47132L7.05723 7.99992L3.52864 11.5285C3.26829 11.7889 3.26829 12.211 3.52864 12.4713C3.78899 12.7317 4.2111 12.7317 4.47145 12.4713L8.00004 8.94273L11.5286 12.4713C11.789 12.7317 12.2111 12.7317 12.4714 12.4713C12.7318 12.211 12.7318 11.7889 12.4714 11.5285L8.94285 7.99992L12.4714 4.47132Z' fill='%23171717'/%3E%3C/svg%3E") center/12px no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header__search-field.search-field.custom-cancel::-webkit-search-cancel-button:hover {
  background-color: #999;
}

.container--search-active {
  z-index: 9999;
}

.footer {
  width: 100%;
  padding: 24px 0;
  color: #a8a29e;
  background: #1c1917;
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__top {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .footer__top {
    -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: 16px;
  }
}
@media (max-width: 360px) {
  .footer__top .footer__consult-btn {
    width: 100%;
  }
}
.footer__logo .logo {
  height: 40px;
  width: auto;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer__menu-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #a8a29e;
}
.footer__menu-link:hover {
  color: #E5C46F;
}
@media (max-width: 1199px) {
  .footer__menu-link {
    padding: 12px 16px;
  }
  .footer__menu-link:nth-child(1) {
    padding-left: 0;
  }
  .footer__menu-link:last-child {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer__menu-link {
    width: 50%;
    padding: 12px 12px 12px 0;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer__contact-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__contact-block a:hover {
  color: #E5C46F;
}
@media (max-width: 768px) {
  .footer__contact-block {
    width: 50%;
    padding: 8px 8px 8px 0;
  }
}
@media (max-width: 415px) {
  .footer__contact-block {
    width: 100%;
  }
}
.footer__contact-title {
  font-size: var(--body-XS);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 14px;
}
.footer__contact-text {
  font-size: var(--font-size-h4);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
  color: #a8a29e;
  text-decoration: none;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8px;
  border-top: 1px solid #57534e;
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #57534e;
  gap: 8px;
}
@media (max-width: 992px) {
  .footer__bottom {
    gap: 0;
  }
}
.footer__bottom a {
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #57534e;
}
.footer__bottom a:hover {
  color: #E5C46F;
}
@media (max-width: 992px) {
  .footer__bottom a {
    padding: 8px 12px 8px;
  }
  .footer__bottom a:nth-child(1) {
    padding-left: 0;
  }
  .footer__bottom a:last-child {
    padding-right: 0;
  }
}
.footer__policy, .footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 590px) {
  .footer__policy, .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0;
  }
}
@media (max-width: 590px) {
  .footer__policy a {
    gap: 0;
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .footer__rights, .footer__created {
    padding: 8px 12px 8px;
  }
  .footer__rights:nth-child(1), .footer__created:nth-child(1) {
    padding-left: 0;
  }
  .footer__rights:last-child, .footer__created:last-child {
    padding-right: 0;
  }
}
@media (max-width: 590px) {
  .footer__rights, .footer__created {
    width: 100%;
    padding: 10px 0;
  }
}
.footer__created a {
  padding: 0;
}

.icon-heart {
  width: 20px;
  height: 16px;
  position: relative;
  top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.icon-heart:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/svg/heart.svg");
}

.section {
  position: relative;
}
.section--hero {
  padding: 0;
}
@media (max-width: 768px) {
  .section--advantages {
    padding-top: 0;
    margin-top: -10px;
    z-index: 6;
  }
}
@media (max-width: 575px) {
  .section--team .container {
    padding: 0;
  }
}
.section--form {
  z-index: 6;
}
@media (max-width: 575px) {
  .section--free-consultation .container {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .section--free-consultation {
    padding: 0;
  }
}
@media (min-width: 993px) {
  .section--tax-assistance {
    padding-bottom: 116px;
  }
}

.double-section {
  position: relative;
  z-index: 5;
}
.double-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 160px);
  background-color: #1c1917;
  z-index: 0;
  pointer-events: none;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .double-section::before {
    border-radius: 50px;
  }
}
@media (max-width: 575px) {
  .double-section::before {
    border-radius: 30px;
  }
}

.hero {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1300px) {
  .hero {
    padding: 80px 0 50px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 80px 0 30px;
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding: 80px 0 30px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 280px 0 30px;
    border-radius: 0 0 30px 30px;
  }
}
.hero__inner {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__inner {
    position: initial;
  }
}
.hero__content {
  width: 640px;
  max-width: 100%;
  padding: 110px 50px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  color: #fafafa;
  position: relative;
  z-index: 5;
}
@media (max-width: 1300px) {
  .hero__content {
    width: 540px;
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .hero__content {
    width: 450px;
  }
}
@media (min-width: 769px) and (max-width: 940px) {
  .hero__content {
    width: 380px;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    width: 100%;
    padding: 24px;
    gap: 16px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(28, 25, 23, 0.4)), to(rgba(28, 25, 23, 0.4)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(28, 25, 23, 0.4), rgba(28, 25, 23, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hero__content button {
    margin-top: 8px;
  }
}
@media (max-width: 375px) {
  .hero__content {
    padding: 20px;
  }
}
@media (max-width: 350px) {
  .hero__content {
    padding: 16px;
  }
  .hero__content h1 {
    font-size: 22px;
  }
}
.hero__subtitle {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}
.hero__img {
  position: absolute;
  right: -38px;
  top: -30px;
  width: 826px;
  height: auto;
  z-index: 3;
}
.hero__img-mobile {
  display: none;
}
.hero__img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1300px) {
  .hero__img {
    width: 760px;
    right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .hero__img {
    width: 700px;
    right: -48px;
  }
}
@media (max-width: 992px) {
  .hero__img {
    width: 620px;
    right: -40px;
    top: -52px;
    bottom: auto;
  }
}
@media (min-width: 769px) and (max-width: 940px) {
  .hero__img {
    right: -90px;
  }
}
@media (min-width: 769px) and (max-width: 840px) {
  .hero__img {
    right: -130px;
  }
}
@media (max-width: 768px) {
  .hero__img {
    right: auto;
    left: 50%;
    top: 15px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
  }
  .hero__img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1C1917));
    background: linear-gradient(to bottom, transparent, #1C1917);
    z-index: 10;
  }
}
@media (max-width: 425px) {
  .hero__img {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
  .hero__img .hero__img-desktop {
    display: none;
  }
  .hero__img .hero__img-mobile {
    display: block;
    width: 100%;
  }
}
.hero__img-elem {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 693px;
  height: 545px;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero__img-elem {
    width: 493px;
    height: 545px;
    top: 0;
  }
}
.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--Stone-900, rgb(28, 25, 23));
  border-radius: 0 0 30px 30px;
  pointer-events: none;
}

.title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title--center {
  text-align: center;
}
.title--space-between {
  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;
}
@media (max-width: 640px) {
  .title--space-between {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title__text {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  width: 362px;
  max-width: 100%;
  color: #525252;
  text-align: right;
}
@media (max-width: 640px) {
  .title__text {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .title--team {
    display: none;
  }
}

.btn-primary {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 14px 32px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  color: #171717;
  background: #E5C46F;
}
.btn-primary:hover:not(:disabled), .btn-primary:active:not(:disabled), .btn-primary:focus:not(:disabled), .btn-primary:focus-visible:not(:disabled) {
  background: #EAD08C;
}
.btn-primary:disabled {
  background: #d4d4d4 !important;
  color: #a3a3a3 !important;
}
.btn-primary--icon {
  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: 12px;
}
.btn-primary--icon svg {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn--small {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 12px 24px;
}
.btn--full {
  width: 100%;
}

.swiper {
  overflow: visible !important;
}
.swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  bottom: 0 !important;
  top: auto !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  background-color: #d6d3d1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #E5C46F !important;
}
@media (max-width: 992px) {
  .swiper.swiper {
    overflow: visible !important;
  }
}

.slider-nav {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  margin-top: 24px;
  height: 12px;
}
@media (max-width: 768px) {
  .slider-nav {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .slider-nav {
    margin-top: 12px;
  }
}

.swiper.swiperReviews {
  overflow: hidden !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(229, 196, 111, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/svg/icon-right.svg");
}

.swiper-button-prev {
  left: 0;
  background-image: url("../images/svg/icon-left.svg");
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.tax-assistance {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 575px) {
  .tax-assistance {
    gap: 16px;
  }
}
.tax-assistance__bg-img {
  width: 530px;
  height: 530px;
  position: absolute;
  right: -80px;
  top: -11px;
}
@media (max-width: 992px) {
  .tax-assistance__bg-img {
    width: 450px;
    height: 450px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .tax-assistance__bg-img {
    display: none;
  }
}
.tax-assistance__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 575px) {
  .tax-assistance__header {
    gap: 16px;
  }
}
.tax-assistance__title {
  max-width: 540px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .tax-assistance__title {
    text-align: center;
    padding-right: 0;
    max-width: 100%;
  }
}
.tax-assistance__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f5f5f4;
  border: 1px solid #e7e5e4;
  border-radius: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  backdrop-filter: blur(20px);
}
@media (max-width: 768px) {
  .tax-assistance__tabs {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .tax-assistance__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.tax-assistance__tab {
  padding: 12px 24px;
  color: #a3a3a3;
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 12px 24px;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tax-assistance__tab.active {
  color: #171717;
  background-color: #E5C46F;
}
.tax-assistance__main {
  position: relative;
}
.tax-assistance__panel {
  display: none;
}
.tax-assistance__panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tax-assistance__panel.swiper {
  overflow: visible !important;
}
.tax-assistance__card {
  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;
  padding: 30px;
  width: 410px;
  min-height: 428px;
  max-width: 100%;
  height: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tax-assistance__card {
    width: 370px;
    min-height: 480px;
  }
}
@media (max-width: 768px) {
  .tax-assistance__card {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .tax-assistance__card {
    min-height: inherit;
    padding: 24px 24px 140px;
  }
}
.tax-assistance__application {
  position: relative;
  background: rgba(229, 196, 111, 0.2);
  color: #171717;
}
.tax-assistance__application svg path {
  fill: #171717;
}
.tax-assistance__content {
  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;
  position: relative;
  z-index: 2;
}
.tax-assistance__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 8px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.tax-assistance__icon svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .tax-assistance__icon {
    display: none;
  }
}
.tax-assistance__text {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tax-assistance__text {
    -webkit-line-clamp: 9;
  }
}
@media (max-width: 375px) {
  .tax-assistance__text {
    -webkit-line-clamp: 11;
  }
}
.tax-assistance__note {
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #a3a3a3;
  margin-top: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tax-assistance__note {
    -webkit-line-clamp: 5;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .tax-assistance__note {
    -webkit-line-clamp: 5;
  }
}
.tax-assistance__cta {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #fafafa;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.tax-assistance__cta p {
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  color: #171717;
}
@media (max-width: 1199px) {
  .tax-assistance__cta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tax-assistance__btn {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 14px 32px;
  width: 100%;
}
@media (max-width: 575px) {
  .tax-assistance__btn {
    padding: 16px 32px;
  }
}

.tax-assistance__application .tax-assistance__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.tax-assistance__application .tax-assistance__cta p {
  color: #171717;
}

.tax-assistance__card:hover:not(.tax-assistance__application) {
  background: rgba(229, 196, 111, 0.2);
}
.tax-assistance__card:hover:not(.tax-assistance__application) .tax-assistance__icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tax-assistance__card:hover:not(.tax-assistance__application) .tax-assistance__note {
  display: none;
}
@media (max-width: 1199px) {
  .tax-assistance__card:hover:not(.tax-assistance__application) .tax-assistance__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tax-assistance__card:hover:not(.tax-assistance__application) .tax-assistance__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-tax-assistance {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-tax-assistance .slider-nav {
  display: none;
}
@media (max-width: 768px) {
  .swiper-tax-assistance .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .team {
    gap: 20px;
  }
}
.team__photo {
  width: 630px;
  height: auto;
  min-height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 30px;
  background: var(--Stone-900, rgb(28, 25, 23));
  overflow: hidden;
}
@media (max-width: 1030px) {
  .team__photo {
    width: 530px;
  }
}
@media (max-width: 860px) {
  .team__photo {
    width: 400px;
    height: auto;
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .team__photo {
    width: 100%;
    height: 85vw;
  }
}
@media (max-width: 475px) {
  .team__photo {
    height: 122vw;
  }
}
.team__photo-grad {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 489;
  height: 389;
  opacity: 0.15;
  top: -19px;
  left: 54px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(310px);
  z-index: 1;
}
.team__photo-img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 737px;
  height: auto;
}
@media (min-width: 860px) and (max-width: 1030px) {
  .team__photo-img {
    width: 672px;
  }
}
@media (max-width: 860px) {
  .team__photo-img {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .team__photo-img {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .team__photo-img {
    width: 550px;
    left: 55%;
    top: 15px;
  }
}
@media (max-width: 350px) {
  .team__photo-img {
    width: 460px;
  }
}
.team__info {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.team__info-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 5;
  color: white;
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}
.team__info-item img {
  width: 32px;
  height: auto;
}
@media (max-width: 525px) {
  .team__info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
  .team__info-item br {
    display: none;
  }
}
@media (max-width: 525px) {
  .team__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
}
.team__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 25, 23, 0.6)), to(rgba(28, 25, 23, 0.6)));
  background: linear-gradient(0deg, rgba(28, 25, 23, 0.6), rgba(28, 25, 23, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  z-index: 0;
  border-radius: 30px;
}
.team__content {
  width: 50%;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .team__content h2 {
    display: none;
  }
}
@media (max-width: 860px) {
  .team__content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .team__content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team__content {
    gap: 16px;
    padding: 0 15px;
  }
}
.team__member {
  width: 100%;
  max-width: 500px;
}
.team__member p {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .team__member {
    max-width: 100%;
  }
}

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.faq__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  height: 100%;
}
.faq__feedback button {
  width: 100%;
}
@media (max-width: 1199px) {
  .faq__feedback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
  }
}
.faq__cta {
  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;
  padding: 24px;
}
.faq__cta img {
  width: 100%;
  height: auto;
}
.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.faq__body p {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}
.faq__questions-answers {
  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;
}
@media (max-width: 1199px) {
  .faq__questions-answers {
    gap: 8px;
  }
}
.faq__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  padding: 4px;
}
.faq__btn svg {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.faq__accordion {
  position: relative;
  padding: 24px 64px 24px 24px;
  border-radius: 16px;
  cursor: pointer;
}
.faq__accordion.is-open {
  background-color: white;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
}
.faq__accordion.is-open .faq__accordion-body {
  max-height: 250px;
  opacity: 1;
  color: #525252;
}
.faq__accordion.is-open .faq__btn {
  background-color: white;
  border-radius: 999px;
  width: 32px;
  height: 32px;
}
.faq__accordion.is-open .faq__btn svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .faq__accordion {
    padding: 20px 60px 20px 20px;
  }
}
.faq__accordion:hover {
  background-color: white;
}
.faq__accordion:hover .faq__btn {
  background-color: white;
  border-radius: 999px;
  width: 32px;
  height: 32px;
}
.faq__accordion-header {
  cursor: pointer;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .faq__accordion-header {
    padding-bottom: 8px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .faq__accordion-header {
    font-size: 22px;
  }
}
.faq__accordion-body {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .safety {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.safety__item {
  width: 100%;
  height: auto;
  padding: 50px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.safety__item:nth-child(1) {
  gap: 57px;
}
@media (max-width: 992px) {
  .safety__item:nth-child(1) {
    gap: 42px;
  }
}
.safety__item:nth-child(2) {
  gap: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .safety__item {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .safety__item {
    padding: 20px;
    gap: 32px;
  }
}
.safety__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.safety__item-title h3 {
  padding: 4px 0;
}
@media (max-width: 992px) {
  .safety__item-title h3 {
    padding: 0;
  }
}
.safety__item-title img {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .safety__item-title {
    -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: start;
  }
}
.safety__item p {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}
.safety__item-img {
  width: 100%;
  height: 180px;
  position: relative;
}
.safety__item-img svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 530px;
  height: 180px;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 767px) and (max-width: 991px) {
  .safety__item-img svg {
    width: 430px;
  }
}
@media (max-width: 475px) {
  .safety__item-img svg {
    width: 400px;
  }
}
@media (max-width: 355px) {
  .safety__item-img svg {
    width: 360px;
  }
}
.safety__item-link {
  width: 100%;
  text-align: center;
}
.safety__item-link h4 {
  margin-bottom: 4px;
}
.safety__item-link a {
  text-decoration: underline !important;
  color: #525252;
  padding: 2px 4px;
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.safety__item-link a:hover {
  color: #E5C46F;
}

.review {
  position: relative;
  width: 100%;
  padding: 0 54px;
}
@media (max-width: 768px) {
  .review {
    padding: 0;
  }
}
.review__item {
  position: relative;
  width: 100%;
  height: 412px;
  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;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 993px) {
  .review__item {
    height: 378px;
  }
}
@media (max-width: 880px) {
  .review__item {
    height: 55vw;
  }
}
@media (max-width: 768px) {
  .review__item {
    height: 65vw;
  }
}
@media (max-width: 445px) {
  .review__item {
    height: 130vw;
  }
}
.review__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.review__item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  border-radius: 4px;
  display: block;
}
.review__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  pointer-events: none;
  background-color: rgba(229, 196, 111, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  background-image: url("../images/svg/icon-zoom-in.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.review__item:hover::after, .review__item:active::after {
  background-color: rgba(229, 196, 111, 0.4);
}

.fancybox-image {
  border-radius: 16px;
}

.cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
}
.cta-form__container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 58px 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 740px;
  flex: 0 0 740px;
}
@media (max-width: 1330px) {
  .cta-form__container {
    padding: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
  }
}
@media (max-width: 992px) {
  .cta-form__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cta-form__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .cta-form__container {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cta-form__title {
    width: 100%;
  }
  .cta-form__title span {
    display: block;
  }
}
.cta-form__text {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
}
.cta-form__media {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  background-color: #e7e5e4;
}
@media (max-width: 768px) {
  .cta-form__media {
    display: none;
  }
}
.cta-form__media img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cta-form__media img {
    top: 67px;
    left: 29px;
    width: 630px;
  }
}
.cta-form__media::after {
  content: "";
  position: absolute;
  left: 313px;
  top: 304px;
  width: 957px;
  height: 957px;
  border-radius: 50%;
  background: rgba(189, 156, 71, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
  .cta-form__media::after {
    left: 205px;
    top: 146px;
  }
}
@media (max-width: 768px) {
  .cta-form__media {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .cta-form__media {
    height: 300px;
  }
}

.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 label {
  margin-bottom: 6px;
}
.form__item {
  width: 100%;
}
.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.form__inputs input {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 133.33%;
  text-decoration: none;
  letter-spacing: normal;
  color: #171717;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e7e5e4;
  width: 100%;
  height: 50px;
  background-color: #fafaf9;
}
@media (max-width: 575px) {
  .form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .form__inputs input {
    max-width: 100%;
  }
}
.form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.form__textarea textarea {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 133.33%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 16px;
  width: 100% !important;
  min-height: 120px;
  max-height: 500px;
  resize: none;
  border-radius: 8px;
  border: 1px solid #e7e5e4;
  background-color: #fafaf9;
}
.form__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 30px;
  background-color: #fafaf9;
  border-radius: 4px;
  border: 1px dashed #a8a29e;
  cursor: pointer;
}
.form__upload .file-placeholder__text {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 133.33%;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 14px;
  color: #a3a3a3;
  text-align: center;
}
.form__upload .file-placeholder__action {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 133.33%;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a3a3a3;
}
.form__info {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 114.29%;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  color: #a3a3a3;
  margin-top: 8px;
}
.form__btn {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 20px;
}
@media (max-width: 575px) {
  .form__btn {
    padding: 20px 6px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a3a3a3;
  background-color: transparent;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a3a3a3;
  background-color: transparent;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a3a3a3;
  background-color: transparent;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a3a3a3;
  background-color: transparent;
}

input::placeholder,
textarea::placeholder {
  color: #a3a3a3;
  background-color: transparent;
}

.form-checkbox {
  margin: 0 !important;
}
.form-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-checkbox__label span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.form-checkbox__label .form-checkbox__box {
  position: relative;
  top: 2.5px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #a3a3a3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-checkbox__label .form-checkbox__box svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 10px;
  height: 8px;
}
.form-checkbox__label .form-checkbox__box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #a3a3a3;
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.form-checkbox__label .form-checkbox__text {
  font-size: var(--body-M);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  padding-left: 8px;
  color: #a3a3a3 !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .form-checkbox__label .form-checkbox__text a {
    text-decoration: underline;
  }
}
.form-checkbox__label .form-checkbox__text a {
  color: inherit;
}
.form-checkbox__label .form-checkbox__text:hover {
  color: #171717 !important;
}
.form-checkbox__label .form-checkbox__text:hover a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .form-checkbox__label .form-checkbox__text {
    padding-left: 6px;
  }
}
@media (max-width: 992px) {
  .form-checkbox__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-checkbox__label .form-checkbox__box {
    top: 2px;
  }
}
@media (max-width: 768px) {
  .form-checkbox__label .form-checkbox__box {
    top: 1px;
  }
}

.form-checkbox__input:not(:checked) + .form-checkbox__label:hover .form-checkbox__box {
  border-color: #a3a3a3;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box {
  background: #E5C46F;
  border-color: #E5C46F;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box svg {
  stroke-dashoffset: 0;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box:before {
  -webkit-transform: scale(3.5);
  -ms-transform: scale(3.5);
  transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__text {
  color: #E5C46F !important;
}

@-webkit-keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.advantages__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 992px) {
  .advantages__cards {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .advantages__cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.advantages__card {
  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;
  padding: 24px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 32px);
  flex: 1 1 calc(50% - 32px);
  height: auto;
  max-width: 629px;
  overflow: hidden;
}
.advantages__card:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  .advantages__card:nth-child(2):after, .advantages__card:nth-child(3):after {
    background: rgba(255, 255, 255, 0.2);
  }
  .advantages__card:nth-child(1):after, .advantages__card:nth-child(4):after {
    background: rgba(229, 196, 111, 0.2);
  }
}
@media (max-width: 768px) {
  .advantages__card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .advantages__card:nth-child(even):after {
    background: rgba(255, 255, 255, 0.2);
  }
  .advantages__card:nth-child(odd):after {
    background: rgba(229, 196, 111, 0.2);
  }
}
@media (max-width: 992px) {
  .advantages__heading {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .advantages__heading {
    font-size: 20px;
  }
}
.advantages__icon {
  width: 36px;
  height: 36px;
}
.advantages__body {
  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;
}
.advantages__description {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #525252;
}
.advantages .slider-nav {
  display: none;
}
@media (max-width: 768px) {
  .advantages .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.advantages__logo {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .advantages__logo {
    display: none;
  }
}

@media (min-width: 769px) {
  .swiper-advantages .swiper-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .swiper-advantages .swiper-slide {
    width: auto !important;
  }
}
.swiper-pagination-advantages {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.free-consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-color: #1c1917;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.free-consultation__templates {
  max-width: 600px;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .free-consultation__templates {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .free-consultation__templates {
    padding-left: 0;
  }
}
.free-consultation__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px;
  position: relative;
  z-index: 5;
}
.free-consultation__process h2 {
  margin-bottom: 32px;
  color: #fafafa;
}
@media (max-width: 768px) {
  .free-consultation__process h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .free-consultation__process h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .free-consultation__process {
    padding: 30px;
    width: 630px;
  }
}
@media (max-width: 768px) {
  .free-consultation__process {
    padding: 32px 15px;
    width: 100%;
  }
}
.free-consultation__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .free-consultation__steps {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .free-consultation__steps {
    gap: 8px;
  }
}
.free-consultation__step {
  position: relative;
  padding: 24px 24px 24px 42px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  color: #171717;
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .free-consultation__step {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 28px 16px 16px !important;
    background: transparent;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f8fafc;
  }
  .free-consultation__step:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 25, 23, 0.8)), to(rgba(28, 25, 23, 0.8)));
    background: linear-gradient(0deg, rgba(28, 25, 23, 0.8), rgba(28, 25, 23, 0.8));
    backdrop-filter: blur(20px);
    border-radius: 20px;
    z-index: -1;
  }
}
.free-consultation__step span {
  color: #E5C46F;
}
.free-consultation__step::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #E5C46F;
  top: 24px;
  bottom: 24px;
  left: 24px;
  border-radius: 999px;
}
.free-consultation__step:nth-of-type(1) {
  max-width: 345px;
}
@media (max-width: 992px) {
  .free-consultation__step:nth-of-type(1) {
    max-width: 285px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.free-consultation__step:nth-of-type(2) {
  max-width: 460px;
}
@media (max-width: 992px) {
  .free-consultation__step:nth-of-type(2) {
    max-width: 380px;
    min-height: 123px;
  }
}
.free-consultation__step:nth-of-type(3) {
  max-width: 690px;
}
@media (max-width: 992px) {
  .free-consultation__step:nth-of-type(3) {
    min-height: 123px;
  }
}
@media (max-width: 768px) {
  .free-consultation__step:nth-child(1), .free-consultation__step:nth-child(2), .free-consultation__step:nth-child(3) {
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .free-consultation__step {
    padding: 16px 16px 16px 36px;
  }
  .free-consultation__step::before {
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    width: 98px;
    height: 4px;
  }
}
.free-consultation__img {
  position: absolute;
  left: -370px;
  top: 0;
  z-index: 4;
}
@media (max-width: 992px) {
  .free-consultation__img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -75%;
  }
}
@media (max-width: 768px) {
  .free-consultation__img {
    width: 860px;
    height: auto;
    top: 85%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .free-consultation__img img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }
}
.free-consultation__img::after {
  content: "";
  position: absolute;
  left: -75px;
  top: 268px;
  width: 871px;
  height: 871px;
  border-radius: 50%;
  background: rgba(189, 156, 71, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 9px -9px 16px 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
  .free-consultation__img::after {
    width: 495px;
    height: 495px;
    top: auto;
    left: auto;
    right: 50px;
    bottom: 75px;
  }
}
@media (max-width: 768px) {
  .free-consultation__img::after {
    bottom: 140px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.company-info__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-consultation-cards {
  margin: 0;
}

@media (min-width: 992px) {
  .swiper-consultation-cards .swiper-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.consultation-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .consultation-steps {
    gap: 10px;
  }
}
.consultation-steps__item {
  width: 100%;
  height: auto;
  min-height: 350px;
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 410px;
  max-width: 100%;
  padding: 68px 24px 24px;
}
@media (max-width: 768px) {
  .consultation-steps__item {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .consultation-steps__item {
    min-height: 294px;
    padding: 44px 24px 24px;
  }
}
.consultation-steps__item:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 850px;
}
@media (min-width: 993px) and (max-width: 1319px) {
  .consultation-steps__item:nth-child(1) .consultation-steps__item-img {
    width: 420px;
  }
  .consultation-steps__item:nth-child(1) .consultation-steps__item-content {
    width: 50%;
  }
}
@media (max-width: 710px) {
  .consultation-steps__item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .consultation-steps__item:nth-child(1) {
    padding: 44px 15px 24px;
  }
}
.consultation-steps__item:nth-child(1) .consultation-steps__item-img {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  text-align: center;
}
@media (max-width: 860px) {
  .consultation-steps__item:nth-child(1) .consultation-steps__item-img {
    width: 50%;
  }
}
@media (max-width: 710px) {
  .consultation-steps__item:nth-child(1) .consultation-steps__item-img {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
  }
}
@media (max-width: 405px) {
  .consultation-steps__item:nth-child(1) .consultation-steps__item-img img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .consultation-steps__item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
  }
}
.consultation-steps__item-status {
  position: absolute;
  left: 24px;
  top: 20px;
}
@media (max-width: 575px) {
  .consultation-steps__item-status {
    left: 15px;
    width: calc(100% - 33px);
  }
}
.consultation-steps__item-content {
  width: 430px;
  height: auto;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 861px) {
  .consultation-steps__item-content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 860px) {
  .consultation-steps__item-content {
    width: 50%;
  }
}
@media (max-width: 710px) {
  .consultation-steps__item-content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .consultation-steps__item-content {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.consultation-steps__item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.consultation-steps__item-text {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #525252;
}
.consultation-steps__item-img {
  width: 100%;
  height: 134px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .consultation-steps__item-img {
    height: 120px;
  }
}

.progress-container {
  width: 140px;
  height: 4px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .progress-container {
    width: 100%;
  }
}

.segment {
  width: 28px;
  height: 4px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .segment {
    width: 20%;
  }
}

.segment.inactive {
  background-color: #e7e5e4;
}

.segment.active {
  background-color: #e7e5e4;
}

/* Анимированный оверлей для активных сегментов */
.progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #E5C46F), to(#E5C46F));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #E5C46F 50%, #E5C46F 100%);
  background-size: 200% 100%;
  -webkit-animation: fillAnimation 3s infinite linear;
  animation: fillAnimation 3s infinite linear;
  z-index: 2;
}

/* Ширины для разных этапов */
.stage-1 .progress-overlay {
  width: 28px;
}
@media (max-width: 575px) {
  .stage-1 .progress-overlay {
    width: 20%;
  }
}

.stage-2 .progress-overlay {
  width: 56px;
}
@media (max-width: 575px) {
  .stage-2 .progress-overlay {
    width: 40%;
  }
}

.stage-3 .progress-overlay {
  width: 84px;
}
@media (max-width: 575px) {
  .stage-3 .progress-overlay {
    width: 60%;
  }
}

.stage-4 .progress-overlay {
  width: 112px;
}
@media (max-width: 575px) {
  .stage-4 .progress-overlay {
    width: 80%;
  }
}

.stage-5 .progress-overlay {
  width: 140px;
}
@media (max-width: 575px) {
  .stage-5 .progress-overlay {
    width: 100%;
  }
}

@-webkit-keyframes fillAnimation {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0;
  }
}

@keyframes fillAnimation {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
.steps-card {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.steps-card--check {
  -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;
  padding: 12px;
  gap: 6px;
}
.steps-card--sign, .steps-card--transfer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.steps-card--transfer .steps-card__ico {
  width: 50px;
  height: 36px;
}
.steps-card__row {
  width: 100%;
  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;
  gap: 10px;
}
.steps-card__ico {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.steps-card__line {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 2px 0;
}
.steps-card__line span {
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
  background: #e7e5e4;
}
.steps-card__line span:nth-child(1) {
  width: 100%;
}
.steps-card__line span:nth-child(2) {
  width: 120px;
}
.steps-card__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.steps-card__docs-item {
  width: 40px;
  height: 40px;
  padding: 0 5px;
}
.steps-card__docs-item img {
  width: 100%;
  height: auto;
}
.steps-card__sign {
  width: 100%;
  height: 38px;
  position: relative;
  background: #f5f5f4;
  border-radius: 8px;
  overflow: hidden;
  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;
}
.steps-card__sign-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.steps-card__sign-line {
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  left: 10px;
  bottom: 13px;
  background: #e7e5e4;
  z-index: 1;
}
.steps-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.steps-card ul li {
  margin: 0;
  font-size: var(--body-S);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #525252;
}
.steps-card ul li:nth-child(2) {
  color: #a3a3a3;
}

.consultation-formats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .consultation-formats {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .consultation-formats {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .consultation-formats {
    gap: 2px;
  }
}
.consultation-formats__cta {
  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;
  max-width: 100%;
}
@media (max-width: 768px) {
  .consultation-formats__cta {
    gap: 8px;
  }
}
.consultation-formats__title {
  width: 100%;
  color: #f8fafc;
  text-align: center;
}
.consultation-formats__title--steps {
  text-align: left;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .consultation-formats__title--steps {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .consultation-formats__title--steps {
    margin-bottom: 16px;
  }
}
.consultation-formats__description {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #a3a3a3;
  text-align: center;
  pointer-events: none;
}
.consultation-formats__btn {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: normal;
  padding: 14px 32px;
  max-width: 314px;
}
@media (max-width: 768px) {
  .consultation-formats__btn {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .consultation-formats__btn {
    max-width: 100%;
    width: 100%;
  }
}

.consultation-methods {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .consultation-methods {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.consultation-methods__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .consultation-methods__card {
    padding: 12px;
  }
}
.consultation-methods__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f4;
  border-radius: 12px;
  padding: 16px;
}
.consultation-methods__img {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  background-color: #f5f5f4;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.consultation-methods__img-elem, .consultation-methods__img-elem2 {
  position: absolute;
  pointer-events: none;
}
.consultation-methods__img-elem {
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.consultation-methods__img-elem img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 5;
}
.consultation-methods__img-elem--laptop {
  width: 400px;
  top: 10px;
  left: -33px;
}
.consultation-methods__img-elem--docs {
  width: 300px;
  top: 10px;
  left: 10px;
}
.consultation-methods__img-elem2 {
  z-index: 2;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 237px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .consultation-methods__img-elem2 {
    width: 300px;
    height: 300px;
    left: 163px;
  }
}
@media (max-width: 860px) {
  .consultation-methods__img-elem2 {
    left: auto;
    right: -60px;
  }
}
@media (max-width: 425px) {
  .consultation-methods__img-elem2 {
    left: 111px;
  }
}
.consultation-methods__img-elem2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 5;
}
.consultation-methods__img-elem2--play::before, .consultation-methods__img-elem2--write::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(20px);
  z-index: 0;
  border-radius: 50%;
}
.consultation-methods__img-elem2--write::before {
  border-radius: 0;
}
.consultation-methods__description {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  margin-top: 8px;
}
.consultation-methods__steps {
  padding-left: 20px;
  margin-top: 12px;
}
.consultation-methods__steps li {
  font-size: var(--body-L);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  color: #525252;
  list-style: disc;
}
.consultation-methods__footer {
  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;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .consultation-methods__footer {
    text-align: center;
  }
}
.consultation-methods__platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .consultation-methods__platforms {
    display: none;
  }
}
.consultation-methods__platforms--tablet {
  display: none;
}
@media (max-width: 1199px) {
  .consultation-methods__platforms--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .consultation-methods__platforms--tablet .consultation-methods__platform,
  .consultation-methods__platforms--tablet .consultation-methods__add-platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 100%;
    height: 80px;
    padding: 20px;
    border-radius: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .consultation-methods__platforms--tablet .consultation-methods__platform svg,
  .consultation-methods__platforms--tablet .consultation-methods__add-platform svg {
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }
}
@media (max-width: 1199px) and (max-width: 992px) {
  .consultation-methods__platforms--tablet .consultation-methods__platform svg,
  .consultation-methods__platforms--tablet .consultation-methods__add-platform svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
  }
}
@media (max-width: 1199px) {
  .consultation-methods__platforms--tablet .consultation-methods__platform p,
  .consultation-methods__platforms--tablet .consultation-methods__add-platform p {
    font-size: var(--body-M);
    font-family: "Roboto";
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: normal;
  }
}
.consultation-methods__platform {
  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: 20px;
  background-color: #f5f5f4;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.consultation-methods__platform svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .consultation-methods__platform svg {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (max-width: 992px) {
  .consultation-methods__platform {
    min-height: 64px;
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .consultation-methods__platform {
    padding: 16px;
    min-height: 70px;
  }
}
.consultation-methods__add-platform {
  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;
  width: 48px;
  height: 48px;
  background-color: #f5f5f4;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
}
.consultation-methods__add-platform svg {
  width: 24px;
  height: 24px;
}
.consultation-methods__add-platform:hover svg path {
  fill: #E5C46F;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
@media (max-width: 992px) {
  .consultation-methods__add-platform {
    min-height: 64px;
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .consultation-methods__add-platform {
    padding: 16px;
    min-height: 70px;
  }
}

.consultation-methods__card:nth-of-type(2) .consultation-methods__option {
  padding: 6px 6px 6px 44px;
}
.consultation-methods__card:nth-of-type(2) .consultation-methods__option::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #334155;
  border-radius: 999px;
  top: 14px;
  bottom: 14px;
  left: 22px;
}

.platform-description {
  position: absolute;
  opacity: 0;
  background-color: #f8fafc;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  font-size: var(--body-M);
  font-family: "Roboto";
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: normal;
  padding: 12px 24px;
  max-width: 385px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 80px;
  z-index: 10;
  color: #171717;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .platform-description {
    left: 0;
  }
}
.platform-description::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  bottom: -23px;
  left: 47%;
  z-index: -1;
  border-left: 10px solid transparent;
  border-right: 10px solid #f5f5f4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #f5f5f4;
}
@media (max-width: 1580px) {
  .platform-description::before {
    display: none;
  }
}

.consultation-methods__add-platform:hover .platform-description {
  opacity: 1;
  bottom: 70px;
}

.consultation-methods__platform .platform-description {
  bottom: 100px;
}

.consultation-methods__platform:hover .platform-description {
  opacity: 1;
  bottom: 90px;
}

.consultation-methods__platforms:not(.platforms-2) .consultation-methods__platform {
  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: 20px;
  background-color: #f5f5f4;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.consultation-methods__platforms:not(.platforms-2) .consultation-methods__platform svg {
  width: 32px;
  height: 32px;
}
.consultation-methods__platforms:not(.platforms-2) .consultation-methods__platform:hover:not(:nth-child(1)):not(:nth-child(2)) svg path {
  fill: #E5C46F;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.consultation-methods__platforms:not(.platforms-2) .consultation-methods__platform:nth-child(1):hover svg path:first-child {
  fill: #E5C46F;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.consultation-methods__platforms:not(.platforms-2) .consultation-methods__platform:nth-child(2):hover svg path:not([fill=white]) {
  fill: #E5C46F;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}

.platforms-2 .consultation-methods__platform:nth-child(1):hover svg path:first-child {
  fill: #E5C46F;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover {
  /* квадрат-фон в SVG */
  /* “лист” остаётся белым */
  /* линии (stroke) становятся синими */
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path:first-child {
  fill: #E5C46F;
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path:nth-child(2) {
  fill: #fff;
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path:nth-child(3) {
  fill: #fff;
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path[stroke] {
  stroke: #E5C46F;
}
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path:nth-child(5),
.platforms-2 .consultation-methods__platform:nth-child(2):hover svg path:nth-child(6) {
  fill: white;
}
.platforms-2 .consultation-methods__platform:nth-child(3):hover.consultation-methods__platform:hover:not(:nth-child(1)):not(:nth-child(2)) svg path {
  fill: white;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.platforms-2 .consultation-methods__platform:nth-child(3):hover svg rect {
  fill: #E5C46F;
}
.platforms-2 .consultation-methods__platform:nth-child(3):hover svg [fill="#94A3B8"] {
  fill: #E5C46F;
}
/*# sourceMappingURL=template.css.map */
