/*
*
*  Theme name: IT-Zone
*  Version: 1.0
*  Author: TwojStartup 
*
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Inter_18pt-Black.woff2") format("woff2"), url("./fonts/Inter_18pt-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/Inter_18pt-BlackItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Inter_18pt-Bold.woff2") format("woff2"), url("./fonts/Inter_18pt-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/Inter_18pt-BoldItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/Inter_18pt-ExtraBold.woff2") format("woff2"), url("./fonts/Inter_18pt-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/Inter_18pt-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/Inter_18pt-Italic.woff2") format("woff2"), url("./fonts/Inter_18pt-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Inter_18pt-Light.woff2") format("woff2"), url("./fonts/Inter_18pt-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/Inter_18pt-LightItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Inter_18pt-Medium.woff2") format("woff2"), url("./fonts/Inter_18pt-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/Inter_18pt-MediumItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Inter_18pt-Regular.woff2") format("woff2"), url("./fonts/Inter_18pt-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/Inter_18pt-SemiBold.woff2") format("woff2"), url("./fonts/Inter_18pt-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/Inter_18pt-SemiBoldItalic.woff2") format("woff2"), url("./fonts/Inter_18pt-SemiBoldItalic.ttf") format("truetype");
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #2A2723;
  font-family: "Inter", sans-serif;
}

button {
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
button:disabled, button[disabled] {
  cursor: default;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.wrapper {
  padding: 0 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wrapper {
    padding: 0;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0;
    max-width: 672px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 0;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    padding: 0;
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wrapper {
    padding: 0;
    max-width: 1280px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper--small {
    max-width: 1062px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section {
  padding: 80px 0;
}
@media screen and (min-width: 1400px) {
  .section {
    padding: 120px 0;
  }
}
.section--home {
  padding: 96px 0;
}
@media screen and (min-width: 768px) {
  .section--home {
    padding: 120px 0;
  }
}
.section--small {
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .section--small {
    padding: 60px 0;
  }
}
.section--blog {
  padding-top: 0;
}
.section--black {
  background-color: #070617;
}
.section--black .section-header__title, .section--black .section-header__text {
  color: #F8F7F7;
}
.section--grey {
  background-color: #F8F7F7;
}
.section--faq {
  background-color: #F8F7F7;
}
@media screen and (min-width: 992px) {
  .section--faq {
    background-color: #fff;
  }
}
.section--first {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .section--first {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .section--first {
    padding-top: 196px;
  }
}
.section--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .section--desktop {
    display: block;
  }
}
.section-header {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header--48 {
  margin-bottom: 48px;
}
@media screen and (min-width: 1400px) {
  .section-header--48 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section-header--md48 {
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    max-width: 846px;
  }
}
@media screen and (min-width: 1400px) {
  .section-header--md48 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section-header--md32 {
    margin-bottom: 32px;
  }
}
.section-header__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1F1000;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    margin-bottom: 32px;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .section-header__title {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .section-header__title--left {
    text-align: left;
    margin-bottom: 24px;
  }
}
.section-header__title--orange {
  color: #FF9A2D;
}
.section-header__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #2A2723;
}
@media screen and (min-width: 768px) {
  .section-header__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .section-header__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .section-header__text--left {
    text-align: left;
  }
}

.appointment-btn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background-color: #FF9A2D;
  color: #1F1000;
  border: none;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .appointment-btn {
    width: auto;
  }
}
.appointment-btn {
  transition: background-color 0.5s;
}
.appointment-btn:hover {
  background-color: #FFC180;
}
.appointment-btn__icon--left {
  margin-right: 8px;
}
.appointment-btn__icon--right {
  margin-left: 8px;
}
.appointment-btn--icon-left svg,
.appointment-btn--icon-left img {
  margin-right: 8px;
}
.appointment-btn--icon-right svg,
.appointment-btn--icon-right img {
  margin-left: 8px;
}
.appointment-btn--small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background-color: #FF9A2D;
  color: #1F1000;
  border: none;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .appointment-btn--small {
    width: auto;
  }
}
.appointment-btn--link {
  text-decoration: none;
}

.yt-box {
  margin: 48px 0;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 595/334;
}
@media screen and (min-width: 768px) {
  .yt-box {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1400px) {
  .yt-box {
    margin-bottom: 0;
  }
}

.word-underscore {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.word-underscore svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  aspect-ratio: 163/11;
  z-index: -1;
}
.word-underscore svg path.curved-line {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  transition: stroke-dashoffset 5s ease;
}
.word-underscore svg path.curved-line.animate {
  stroke-dashoffset: 0;
}

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

.rotate-180 {
  transform: rotateX(-180deg);
}

.gimme-arrow-js a {
  margin-right: 4px;
}
.gimme-arrow-js a:hover svg path {
  stroke: #FFC180;
}
.gimme-arrow-js svg path {
  transition: stroke 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.5s;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
}
.header--transparent {
  background-color: transparent;
}
.header--transparent .header-relative {
  background-color: transparent;
}
.header--transparent .header-branding .custom-logo__text {
  fill: #fff;
}
.header--transparent .header-branding .language-select__btn span {
  color: #fff;
}
.header--transparent .header-branding .language-select__btn svg path {
  stroke: #fff;
}
@media screen and (min-width: 1200px) {
  .header--transparent .header-nav__menu .menu__link {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .header--transparent .header-nav__menu .menu__chevron path {
    stroke: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .header--transparent .header-nav__menu .sub-menu .menu__link {
    color: #1F1000;
  }
}
@media screen and (min-width: 1200px) {
  .header--transparent .header-nav__menu .sub-menu .menu__link:hover {
    color: #FFC180;
  }
}
@media screen and (min-width: 1200px) {
  .header--transparent .header-nav__menu .sub-menu .menu__chevron path {
    stroke: #1F1000;
  }
}
.header--transparent .header-btns .burger::before, .header--transparent .header-btns .burger::after, .header--transparent .header-btns .burger__bar--mid {
  background-color: #fff;
}
.header--transparent .header-btns .burger.to-x::before, .header--transparent .header-btns .burger.to-x::after {
  background-color: #FF9A2D;
}
.header-relative {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.5s;
  z-index: auto;
}
.header-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .header-wrapper {
    padding: 0 80px;
    max-width: 100%;
  }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-branding {
  display: flex;
}
.header-branding .custom-logo-link {
  margin-right: 24px;
  line-height: 0;
}
.header-branding .custom-logo {
  width: 70px;
  height: auto;
  transition: fill 0.5s;
}
@media screen and (min-width: 768px) {
  .header-branding .custom-logo {
    width: 82px;
  }
}
@media screen and (min-width: 1200px) {
  .header-branding .custom-logo {
    width: 120px;
  }
}
.header-branding .custom-logo__text {
  fill: #070617;
}
.header-branding .language-select {
  position: relative;
  display: flex;
  align-items: center;
}
.header-branding .language-select__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  width: 88px;
  height: 40px;
  background: none;
  border: 2px solid #FF9A2D;
  border-radius: 48px;
  transition: border-color 0.5s;
}
.header-branding .language-select__btn span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-right: 4px;
  color: #1F1000;
  transition: color 0.5s;
}
.header-branding .language-select__btn svg {
  transition: transform 0.5s;
}
.header-branding .language-select__btn svg path {
  stroke: #1F1000;
  transition: stroke 0.5s;
}
.header-branding .language-select__btn:hover {
  border-color: #FFC180;
}
.header-branding .language-select__btn:hover span {
  color: #FFC180;
}
.header-branding .language-select__btn:hover svg path {
  stroke: #FFC180;
}
.header-branding .language-select__list {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  transform: translateY(-150%);
  padding: 6px;
  background-color: #fff;
  border: 2px solid #FF9A2D;
  border-radius: 24px;
  list-style-type: none;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header-branding .language-select__list {
    top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .header-branding .language-select__list {
    top: 90px;
  }
}
.header-branding .language-select__list.active {
  transform: translateY(0%);
  opacity: 1;
}
.header-branding .language-select__item a {
  display: inline-block;
  padding: 4px 8px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #1F1000;
  border-radius: 24px;
  transition: background-color 0.5s;
  cursor: pointer;
}
.header-branding .language-select__item a:hover {
  background-color: #FF9A2D;
}
.header-branding .language-select__item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav {
    flex-direction: row-reverse;
  }
}
.header-nav__menu {
  position: fixed;
  top: 92px;
  right: 24px;
  transform: translateY(-150%);
  width: calc(100vw - 48px);
  max-width: 350px;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  z-index: -1;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu {
    top: 80px;
    left: 50%;
    max-width: 672px;
    transform: translate(-50%, -300%);
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu {
    top: 85px;
    left: 50%;
    width: 100vw;
    max-width: 672px;
    transform: translate(-50%, -300%);
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    opacity: 1;
    z-index: auto;
  }
}
.header-nav__menu.active {
  transform: translateY(0%);
  opacity: 1;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu.active {
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu.active {
    transform: translate(-50%, 0%);
  }
}
.header-nav__menu .menu {
  padding: 16px;
  max-height: 480px;
  background-color: #fff;
  border-radius: 8px;
  list-style-type: none;
  overflow-y: scroll;
  box-shadow: 0 4px 16px 0 #999999;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu .menu {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 4px 0;
    border-radius: 24px;
    overflow-y: initial;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 16px 0;
    border-radius: 24px;
    overflow-y: initial;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu {
    background-color: transparent;
  }
}
.header-nav__menu .menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item {
    position: static;
  }
}
.header-nav__menu .menu-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.header-nav__menu .menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #F3F2F1;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu .menu-item:not(:last-child)::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item:not(:last-child)::after {
    content: none;
  }
}
.header-nav__menu .menu-item__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item__box {
    padding-right: 16px;
  }
}
.header-nav__menu .menu-item .sub-menu {
  display: none;
  list-style-type: none;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu .menu-item .sub-menu {
    position: fixed;
    top: 63px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 16px;
    width: 600px;
    height: 200px;
    background-color: #fff;
    border-radius: 24px;
    transform: translate(-50%, -150%);
    opacity: 0;
    box-shadow: 0 4px 16px 0 #999999;
    transition: transform, opacity;
    transition-duration: 0.5s;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item .sub-menu {
    position: fixed;
    top: 68px;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 16px;
    width: 672px;
    background-color: #fff;
    border-radius: 24px;
    transform: translate(-50%, -150%);
    opacity: 0;
    box-shadow: 0 4px 16px 0 #999999;
    transition: transform, opacity;
    transition-duration: 0.5s;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu {
    top: 95px;
    left: 50%;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100vw - 160px);
    transform: translate(-50%, -150%);
  }
}
@media screen and (min-width: 1400px) {
  .header-nav__menu .menu-item .sub-menu {
    width: 1280px;
  }
}
.header-nav__menu .menu-item .sub-menu.active {
  display: block;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__menu .menu-item .sub-menu.active {
    display: grid;
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item .sub-menu.active {
    display: grid;
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu.active {
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu .menu-item {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:last-child)::after {
    bottom: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:nth-last-of-type(-n + 2))::after {
    content: "";
    bottom: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:nth-last-of-type(-n + 4)) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu .menu-item:not(:nth-last-of-type(-n + 4))::after {
    content: "";
    bottom: -16px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item .sub-menu .menu-item__all {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu .menu-item__all {
    display: none;
  }
}
.header-nav__menu .menu-item .sub-menu .menu-item__all .menu__link {
  padding: 17px 16px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#ffb363, #dd7200);
  border: 2px solid transparent;
  border-radius: 16px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.header-nav__menu .menu-item .sub-menu .menu__link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-weight: 600;
}
.header-nav__menu .menu-item .sub-menu .menu__link:hover .menu__title {
  color: #FFC180;
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu-item .sub-menu .menu__link:hover .menu__desc {
    color: #FFC180;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu-item .sub-menu .menu__link {
    padding: 8px 16px;
  }
}
.header-nav__menu .menu-item .sub-menu .menu__link .service-menu-icon {
  margin-right: 16px;
  flex-shrink: 0;
}
.header-nav__menu .menu-item .sub-menu .menu__link .service-menu-icon--stroke path {
  transition: stroke 0.5s;
}
.header-nav__menu .menu-item .sub-menu .menu__link .service-menu-icon--fill path {
  transition: fill 0.5s;
}
.header-nav__menu .menu-item .sub-menu .menu__link .service-menu-arrow {
  margin-left: auto;
  min-width: 24px;
  min-height: 24px;
  line-height: 0;
}
.header-nav__menu .menu-item .sub-menu .menu__link .service-menu-arrow path {
  transition: stroke 0.5s;
}
.header-nav__menu .menu-item .sub-menu .menu__link span {
  padding: 0;
}
.header-nav__menu .menu-item .sub-menu .menu__link:hover .service-menu-icon--stroke path {
  stroke: #FFC180;
}
.header-nav__menu .menu-item .sub-menu .menu__link:hover .service-menu-icon--fill path {
  fill: #FFC180;
}
.header-nav__menu .menu-item .sub-menu .menu__link:hover .service-menu-arrow path {
  stroke: #FFC180;
}
.header-nav__menu .menu__link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1F1000;
  transition: color 0.5s;
}
.header-nav__menu .menu__link:hover {
  color: #FFC180;
}
.header-nav__menu .menu__link:hover .menu__chevron path {
  stroke: #FFC180;
}
@media screen and (min-width: 768px) {
  .header-nav__menu .menu__link {
    padding: 4px 0;
  }
}
.header-nav__menu .menu__chevron {
  margin-left: 8px;
  padding: 0;
  line-height: 0;
  transition: transform, 0.5s;
}
.header-nav__menu .menu__chevron path {
  stroke: #1F1000;
  transition: stroke, 0.5s;
}
.header-nav__menu .menu__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1F1000;
  transition: color 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 600;
  }
}
.header-nav__menu .menu__desc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-nav__menu .menu__desc {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #1F1000;
    transition: color 0.5s;
  }
}
.header-nav__menu .current-menu-item > a,
.header-nav__menu .current-menu-item > a h3,
.header-nav__menu .current-menu-item > a p {
  color: #F07C00;
}
.header-nav__menu .current-page-ancestor > a {
  color: #F07C00;
}
.header-nav__btn {
  margin-bottom: 16px;
  transition: background-color 0.5s;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background-color: #FF9A2D;
  color: #1F1000;
  border: none;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .header-nav__btn {
    width: auto;
  }
}
.header-nav__btn:hover {
  background-color: #FFC180;
}
@media screen and (min-width: 576px) {
  .header-nav__btn {
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__btn {
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) and (min-width: 576px) {
  .header-nav__btn {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__btn {
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .header-nav__btn {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 576px) {
  .header-nav__btn {
    width: auto;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__btn--mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__btn--mobile {
    display: none !important;
  }
}
.header-nav__btn--tablet {
  display: none;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-nav__btn--tablet {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__btn--tablet {
    display: inline-flex;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .header-btns {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header-btns {
    display: flex;
    gap: 16px;
  }
}
.header-btns .burger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 16px;
  transition: border 0.5s;
}
@media screen and (min-width: 1200px) {
  .header-btns .burger {
    display: none;
  }
}
.header-btns .burger:hover {
  border: 2px solid #FFC180;
}
.header-btns .burger::before, .header-btns .burger::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #1F1000;
  border-radius: 16px;
  transition-property: top, bottom, background-color, transform;
  transition-duration: 0.5s;
}
.header-btns .burger::before {
  top: 12px;
}
.header-btns .burger::after {
  bottom: 12px;
}
.header-btns .burger__bar--mid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #1F1000;
  border-radius: 16px;
  opacity: 1;
  transition: transform, background-color, opacity;
  transition-duration: 0.5s;
}
.header-btns .burger.to-x::before, .header-btns .burger.to-x::after {
  background-color: #FF9A2D;
}
.header-btns .burger.to-x::before {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header-btns .burger.to-x::after {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.header-btns .burger.to-x .burger__bar--mid {
  transform: translateX(100%);
  opacity: 0;
}

.footer {
  padding: 48px 0;
  background-color: #070617;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 992px) {
  .footer-top {
    display: block;
    width: 356px;
  }
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .footer-logo-link {
    margin-bottom: 24px;
  }
}
.footer-logo {
  width: 123px;
}
.footer-info {
  margin-bottom: 48px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-info {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .footer-info {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.footer-socials__link {
  display: inline-block;
  text-decoration: none;
}
.footer-socials__link svg path {
  transition: fill 0.5s;
}
.footer-socials__link:hover svg path {
  fill: #FFC180;
}
.footer-socials__link:not(:last-child) {
  margin-right: 24px;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    justify-content: center;
    gap: 80px;
    margin-bottom: 24px;
  }
}
.footer-nav__title {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.footer-nav .menu {
  list-style-type: none;
}
.footer-nav .menu-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav .menu a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #BFBAB3;
  text-decoration: none;
  transition: color 0.5s;
}
.footer-nav .menu a:hover {
  color: #FFC180;
}
.footer-bot {
  border-top: 1px solid #21202F;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .footer-bot {
    padding: 24px 0;
  }
}
.footer-bot__copy {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: center;
  color: #DAD7D3;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 48px;
  min-height: 632px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 160px;
    padding-bottom: 80px;
    min-height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .hero {
    padding-top: 196px;
    padding-bottom: 120px;
    min-height: auto;
  }
}
.hero-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: radial-gradient(rgba(32, 32, 32, 0), #000000);
  z-index: -1;
}
.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .hero-box {
    max-width: 846px;
  }
}
.hero-content {
  width: 100%;
}
.hero__title {
  margin-bottom: 24px;
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-right: 84px;
    margin-left: 84px;
    font-size: 3.75rem;
    line-height: 4.5rem;
    letter-spacing: -3px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .hero__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 5rem;
    line-height: 5.5rem;
    letter-spacing: -3px;
    font-weight: 600;
    text-align: center;
  }
}
.hero__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .hero__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.hero-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 576px) {
  .hero-btns {
    flex-direction: row;
    justify-content: center;
  }
}
.hero-btns__start {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .hero-btns__start {
    width: auto;
  }
}
.hero-btns__start {
  transition-property: color, border;
  transition-duration: 0.5s;
}
.hero-btns__start:hover {
  color: #FFC180;
  border: 2px solid #FFC180;
}
.hero-btns__start:hover svg path {
  stroke: #FFC180;
}
.hero-btns svg {
  margin-right: 8px;
}
.hero-btns svg path {
  transition: stroke 0.5s;
}

.partners {
  padding: 60px 0;
}
.partners__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: #F3F2F1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partners__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}

.service-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .service-cards {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-card {
  padding: 16px;
  background-color: #fff;
  border: 2px solid #F3F2F1;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 768px) {
  .service-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
}
.service-card-content {
  margin-bottom: 24px;
}
.service-card__icon {
  margin-bottom: 16px;
}
.service-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1F1000;
  margin-bottom: 16px;
}
.service-card__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2A2723;
}
.service-card__btn {
  text-decoration: none;
  transition-property: color, border-color;
  transition-duration: 0.5s;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  color: #9D958B;
  border: 2px solid #DAD7D3;
  border-radius: 8px;
}
@media screen and (min-width: 576px) {
  .service-card__btn {
    width: auto;
  }
}
.service-card__btn:hover {
  color: #FFC180;
  border-color: #FFC180;
}
@media screen and (min-width: 768px) {
  .service-card__btn {
    margin-top: auto;
    align-self: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .steps-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .steps-box {
    grid-template-columns: auto 420px;
  }
}
.steps-list {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .steps-list {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .steps-list {
    margin-bottom: 0;
  }
}
.steps-list-item {
  display: flex;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 24px;
  transition-property: border-color, box-shadow;
  transition-duration: 0.5s;
}
.steps-list-item:hover {
  border-color: #FFD8AD;
  box-shadow: 0px 0px 24px 16px rgba(255, 216, 173, 0.1490196078);
}
.steps-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.steps-list-item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  min-width: 44px;
  height: 44px;
  color: #1F1000;
  background-color: #FF9A2D;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.steps-list-item__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1F1000;
}
.steps-list-item__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #7A7267;
}

.reviews {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .reviews-wrapper {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .reviews-mobile {
    display: none;
  }
}
.reviews-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .reviews-desktop {
    display: block;
    max-width: 100vw;
  }
}
.reviews-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
  transition-property: border-color, box-shadow;
  transition-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  .reviews-item {
    width: 350px !important;
    min-width: 350px !important;
  }
}
.reviews-item:hover {
  border-color: #FFD8AD;
  box-shadow: 0px 0px 24px 16px rgba(255, 216, 173, 0.1490196078);
}
.reviews-item__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 16px;
  color: #504B44;
}
.reviews-item__name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #131210;
}
.reviews-item__position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #7A7267;
}
.reviews-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .reviews-btns {
    display: none;
  }
}
.reviews-btn-next, .reviews-btn-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  transition: opacity 0.5s;
}
.reviews-btn-next::after, .reviews-btn-prev::after {
  content: none;
}
.reviews-btn-next.swiper-button-disabled, .reviews-btn-prev.swiper-button-disabled {
  opacity: 0.35;
}
.reviews-btn-prev {
  transform: rotate(90deg);
}
.reviews-btn-next {
  transform: rotate(-90deg);
}

@media (prefers-reduced-motion: reduce) {
  .reviews-group {
    animation-play-state: paused;
  }
}
:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 180s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.m__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee:hover .marquee__group {
  animation-play-state: paused;
}

/* Parent wrapper */
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.cta {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 120px;
    padding-bottom: 158px;
  }
}
@media screen and (min-width: 1400px) {
  .cta {
    padding-bottom: 120px;
  }
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6509803922);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
}
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .cta-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 628px;
  }
}
.cta-content__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta-content__title {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .cta-content__title {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
  }
}
.cta-content__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-content__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .cta-content__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) {
  .faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 32px;
    background-color: #F8F7F7;
    border-radius: 48px;
    box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
  }
}
@media screen and (min-width: 1400px) {
  .faq {
    grid-template-columns: 1fr 535px;
    -moz-column-gap: 48px;
         column-gap: 48px;
    padding: 60px;
  }
}
@media screen and (min-width: 992px) {
  .faq-header .yt-box {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .faq-sticky {
    position: sticky;
    top: 120px;
  }
}
.faq-list {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .faq-list {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .faq-list {
    margin-bottom: 0;
  }
}
.faq-list-item {
  padding: 16px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .faq-list-item {
    padding: 24px;
  }
}
.faq-list-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.faq-list-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  list-style: none;
  cursor: pointer;
  transition: margin-bottom 0.5s;
}
.faq-list-item__title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #131210;
}
.faq-list-item__icon {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
.faq-list-item__answer {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
  opacity: 1;
  transition: height, opacity;
  transition-duration: 0.5s;
}
.faq-list-item--hide .faq-list-item__question {
  margin-bottom: 0;
}
.faq-list-item--hide .faq-list-item__icon {
  transform: rotateX(0deg);
}
.faq-list-item--hide .faq-list-item__answer {
  height: 0 !important;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-contact {
  padding: 16px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 992px) {
  .faq-contact {
    padding: 24px;
  }
}
.faq-contact__header {
  margin-bottom: 24px;
}
.faq-contact__title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .faq-contact__title {
    text-align: left;
  }
}
.faq-contact__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq-contact__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .faq-contact__text {
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .faq-contact__footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-auto-flow: dense;
  }
}
@media screen and (min-width: 992px) {
  .faq-contact__footer {
    display: flex;
  }
}
.faq-contact__btn {
  text-decoration: none;
  transition-property: color, border-color;
  transition-duration: 0.5s;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  color: #9D958B;
  border: 2px solid #DAD7D3;
  border-radius: 8px;
}
@media screen and (min-width: 576px) {
  .faq-contact__btn {
    width: auto;
  }
}
.faq-contact__btn:first-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .faq-contact__btn:first-child {
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (min-width: 992px) {
  .faq-contact__btn:first-child {
    order: 1;
  }
}
.faq-contact__btn svg {
  margin-left: 8px;
}
.faq-contact__btn svg path {
  transition: stroke 0.5s;
}
.faq-contact__btn:hover {
  color: #FFC180;
  border-color: #FFC180;
}
.faq-contact__btn:hover svg path {
  stroke: #FFC180;
}

.profit-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
}
@media screen and (min-width: 768px) {
  .profit-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .profit-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.profit-item {
  display: flex;
  gap: 16px;
}
.profit-icon-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 1400px) {
  .profit-icon-bg {
    width: 82px;
    height: 82px;
  }
}
.profit-icon-img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1400px) {
  .profit-icon-img {
    width: 48px;
    height: 48px;
  }
}
.profit-content__title {
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #FF9A2D;
}
.profit-content__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #F8F7F7;
}

.meeting-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background-color: #F8F7F7;
  border: 1px solid #F3F2F1;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 768px) {
  .meeting-cta {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .meeting-cta {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    padding: 60px;
  }
}
.meeting-cta__btn {
  text-decoration: none;
}
.meeting-cta__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
  color: #1F1000;
}
@media screen and (min-width: 768px) {
  .meeting-cta__title {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .meeting-cta__title {
    text-align: left;
  }
}
.meeting-cta__text {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #2A2723;
}
@media screen and (min-width: 768px) {
  .meeting-cta__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .meeting-cta__text {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .meeting-cta__text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 992px) {
  .page-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.page-contact + .meeting-cta {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .page-contact + .meeting-cta {
    margin-top: 40px;
  }
}
.page-contact-box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-contact-box {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-contact-box {
    display: block;
    margin-bottom: 0;
  }
}
.page-contact-item,
.page-contact .wpcf7 {
  padding: 16px;
  background-color: #F8F7F7;
  border: 1px solid #E5E3E1;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 1400px) {
  .page-contact-item,
  .page-contact .wpcf7 {
    padding: 24px;
  }
}
.page-contact-item {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (min-width: 1400px) {
  .page-contact-item {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 992px) {
  .page-contact-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-contact-item--address {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 992px) {
  .page-contact-item--address {
    grid-column: 1/2;
  }
}
.page-contact-icon__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F3F2F1;
}
@media screen and (min-width: 992px) {
  .page-contact-icon__bg {
    width: 56px;
    height: 56px;
  }
}
.page-contact__title {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #7A7267;
}
.page-contact__link, .page-contact__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1F1000;
}
.page-contact__link {
  text-decoration: none;
}
.page-contact .wpcf7 .form-row--border {
  padding-top: 16px;
  border-top: 1px solid #BFBAB3;
}
@media screen and (min-width: 768px) {
  .page-contact .wpcf7 .form-row--md2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.page-contact .wpcf7 .form-item {
  margin-bottom: 24px;
}
.page-contact .wpcf7 .form-item label {
  display: inline-flex;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1F1000;
}
.page-contact .wpcf7 .form-item input,
.page-contact .wpcf7 .form-item textarea {
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #CCC8C2;
  border-radius: 8px;
}
.page-contact .wpcf7 .form-item input[type=checkbox] {
  margin-top: 4px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #FF9A2D;
  border-radius: 4px;
  cursor: pointer;
}
.page-contact .wpcf7 .form-item textarea {
  height: 208px;
}
@media screen and (min-width: 992px) {
  .page-contact .wpcf7 .form-item textarea {
    height: 128px;
  }
}
.page-contact .wpcf7 .form-item a {
  color: #1F1000;
}
.page-contact .wpcf7 .form-input-wrapper {
  position: relative;
}
.page-contact .wpcf7 .form-input-wrapper input {
  padding-left: 48px;
}
.page-contact .wpcf7 .form-input-img {
  position: absolute;
  top: 13px;
  left: 16px;
  pointer-events: none;
  z-index: 1;
}
.page-contact .wpcf7 .form-acc + span {
  font-weight: 400;
}
.page-contact .wpcf7 .wpcf7-submit {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: border-color, color;
  transition-duration: 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  color: #1F1000;
  border: 2px solid #1F1000;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .page-contact .wpcf7 .wpcf7-submit {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-contact .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.page-contact .wpcf7 .wpcf7-submit:hover {
  color: #FFC180;
  border-color: #FFC180;
}
.page-contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.page-contact .form-acc {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page-contact .form-acc:checked + .wpcf7-list-item-label::before {
  content: url("/wp-content/plugins/booking-api/assets/img/check.svg");
  position: absolute;
  left: 2px;
  top: 0px;
  width: 16px;
  height: 16px;
}
.page-contact .wpcf7-acceptance label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-contact .wpcf7-acceptance label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #FF9A2D;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.cards {
  display: grid;
  row-gap: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cards {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
  }
}
.cards-item {
  border: 1px solid #E5E3E1;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
  overflow: hidden;
}
.cards-item__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cards-item__content {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .cards-item__content {
    padding: 24px;
  }
}
.cards-item__title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.cards-item__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
}

.cbz {
  padding: 24px 16px;
  background-color: #F8F7F7;
  border: 2px solid #F3F2F1;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .cbz {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .cbz {
    padding: 48px;
  }
}
.cbz-header {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cbz-header {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .cbz-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}
.cbz-header__logo {
  margin-bottom: 24px;
  width: 100%;
  max-width: 305px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .cbz-header__logo {
    order: 2;
    margin-bottom: 0;
    transform: translateY(-8px);
  }
}
@media screen and (min-width: 1200px) {
  .cbz-header__content {
    max-width: 628px;
  }
}
.cbz-header__title {
  margin-bottom: 24px;
  max-width: 240px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cbz-header__title {
    max-width: 100%;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .cbz-header__title {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
    text-align: left;
  }
}
.cbz-header__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cbz-header__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.cbz-gallery__title {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1F1000;
}
@media screen and (min-width: 1200px) {
  .cbz-gallery__title {
    display: none;
  }
}
.cbz-dropdown {
  position: relative;
  margin-bottom: 16px;
}
.cbz-dropdown__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CCC8C2;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cbz-dropdown__btn {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .cbz-dropdown__btn {
    display: none;
  }
}
.cbz-dropdown__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #7A7267;
}
.cbz-dropdown__icon {
  transition: transform 0.5s;
}
.cbz-dropdown__icon.active {
  transform: rotate(180deg);
}
.cbz-dropdown__menu {
  position: absolute;
  top: 58px;
  right: 0px;
  left: 0px;
  display: none;
  background-color: #fff;
  border: 1px solid #CCC8C2;
  border-radius: 8px;
  list-style-type: none;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cbz-dropdown__menu {
    right: auto;
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .cbz-dropdown__menu {
    position: static;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
}
.cbz-dropdown__menu.active {
  display: block;
}
.cbz-dropdown__item {
  padding: 12px 16px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cbz-dropdown__item {
    padding: 8px 16px;
    background-color: transparent;
    border-radius: 8px;
  }
}
.cbz-dropdown__item:hover {
  background-color: #FFC180;
}
.cbz-dropdown__item.active {
  background-color: #FF9A2D;
}
@media screen and (min-width: 768px) {
  .cbz-city__wrapper {
    display: grid !important;
    gap: 16px;
    grid-template: repeat(3, 1fr)/repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cbz-city__wrapper {
    gap: 24px;
  }
}
.cbz-city__slide {
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cbz-city__slide {
    width: 100% !important;
    margin: 0 !important;
  }
}
.cbz-city__slide:first-of-type {
  grid-column: 1/3;
  grid-row: 1/3;
}
.cbz-city__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cbz-city__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cbz-city__btns {
    display: none;
  }
}
.cbz-city-next, .cbz-city-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  background: none;
  border: none;
  opacity: 1;
  transition: opacity 0.5s;
}
.cbz-city-next.swiper-button-disabled, .cbz-city-prev.swiper-button-disabled {
  opacity: 0.3;
}
.cbz-city-prev {
  transform: rotate(90deg);
}
.cbz-city-next {
  transform: rotate(-90deg);
}

.team-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 16px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .team-list {
    gap: 60px 24px;
  }
}
.team-item {
  width: 100%;
  max-width: 327px;
  min-width: 280px;
}
@media screen and (min-width: 1400px) {
  .team-item {
    max-width: calc(25% - 24px);
  }
}
.team-item__box {
  margin-bottom: 16px;
  aspect-ratio: 1/1;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
}
.team-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-item__name {
  margin-bottom: 4px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1F1000;
}
.team-item__position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #9D958B;
}
.team-item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 100% !important;
  border-radius: 100px;
  transition: border-color 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  background: transparent;
  color: #1F1000;
  border: 2px solid #1F1000;
}
@media screen and (min-width: 576px) {
  .team-item__btn {
    width: auto;
  }
}
.team-item__btn svg {
  margin-right: 8px;
}
.team-item__btn svg path {
  transition: stroke 0.5s;
}
.team-item__btn span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: color 0.5s;
}
.team-item__btn:hover {
  border-color: #FFC180;
}
.team-item__btn:hover svg path {
  stroke: #FFC180;
}
.team-item__btn:hover span {
  color: #FFC180;
}

@media screen and (min-width: 992px) {
  .as-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .as-hero {
    grid-template-columns: 532px 1fr;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
.as-hero__title {
  text-align: left;
}
.as-hero__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .as-hero__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .as-hero__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.as-hero__text:not(:last-of-type) {
  margin-bottom: 16px;
}

.as-stats {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media screen and (min-width: 576px) {
  .as-stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .as-stats {
    max-width: 846px;
    margin: 0 auto;
  }
}
.as-stats-item {
  padding: 80px 24px;
  background-color: #fff;
  border-radius: 15px;
}
.as-stats-item__repulsive {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.as-stats-item__repulsive img {
  max-width: 35%;
}
.as-stats-item__number {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #FF9A2D;
}
.as-stats-item__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #131210;
  text-align: center;
}
.as-stats-item__svgs {
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .as-stats-item__svgs {
    margin-bottom: 0;
    max-width: 50%;
  }
}
.as-stats-item--big {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .as-stats-item--big {
    display: flex;
    grid-column: 1/3;
  }
}
.as-stats-item--big .as-stats-item__content {
  padding: 0 24px 80px;
}
@media screen and (min-width: 576px) {
  .as-stats-item--big .as-stats-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    margin: 0 auto;
  }
}

.as-map {
  position: relative;
}
.as-map svg {
  max-width: 100%;
}
.as-map-voivodeship__bg {
  transition: fill 0.5s;
}
.as-map-voivodeship:hover .as-map-voivodeship__bg {
  fill: #FFC180;
}
.as-map-voivodeship:hover .as-map-name {
  opacity: 1;
  transform: translate(0px, 0px);
}
.as-map-name {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}
.as-map-name--top {
  transform: translateY(-50px);
}
.as-map-name--right {
  transform: translateX(50px);
}
.as-map-name--bot {
  transform: translateY(30px);
}
.as-map-name--left {
  transform: translateX(-50px);
}
.as-map-tooltip {
  position: absolute;
}

.prices-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .prices-cards {
    gap: 16px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .prices-cards {
    gap: 24px;
  }
}
.prices-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  max-width: 328px;
  border: 2px solid #F3F2F1;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 992px) {
  .prices-card {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .prices-card {
    max-width: 411px;
  }
}
.prices-card__title {
  margin-bottom: 16px;
  font-size: 2.25rem;
  line-height: 3rem;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  text-align: left;
}
.prices-card-workers {
  margin-bottom: 32px;
}
.prices-card-workers__count {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.prices-card-workers__info {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #9D958B;
}
.prices-card-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 24px;
}
.prices-card-price__main, .prices-card-price__addition {
  margin-bottom: 12px;
}
.prices-card-price__main {
  font-size: 3rem;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .prices-card-price__main {
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 600;
  }
}
.prices-card-price__addition {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .prices-card-price__addition {
    font-size: 1.25rem;
    line-height: 1em;
    font-weight: 600;
  }
}
.prices-card-price__info {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #9D958B;
}
.prices-card-price__btn {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .prices-card-price__btn {
    width: 100%;
  }
}
.prices-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .prices-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .prices-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.prices-services-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 24px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #F3F2F1;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
.prices-services-item__title {
  margin-bottom: 4px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.prices-services-item__availability {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #F07C00;
}

@media screen and (min-width: 992px) {
  .contact-hero {
    display: flex;
    align-items: center;
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
}
.contact-hero__title {
  margin-bottom: 16px;
  padding: 0 20px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  color: #1F1000;
}
@media screen and (min-width: 768px) {
  .contact-hero__title {
    margin-bottom: 24px;
    padding: 0;
    max-width: 450px;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .contact-hero__title {
    max-width: 580px;
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
    text-align: left;
  }
}
.contact-hero__text {
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-hero__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .contact-hero__text {
    max-width: 572px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.contact-hero__btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-hero__btn {
    width: auto;
  }
}
.contact-hero-box {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .contact-hero-box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .contact-hero-box {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-hero-box {
    margin-right: 66px;
  }
}
@media screen and (min-width: 768px) {
  .contact-hero-swiper {
    display: none !important;
  }
}
.contact-hero-swiper .swiper-slide {
  aspect-ratio: 1/1;
}
.contact-hero-swiper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.contact-gallery {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-gallery {
    display: block;
  }
}
.contact-gallery-row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.contact-gallery-row:first-of-type {
  margin-bottom: 16px;
  align-items: flex-end;
}
.contact-gallery__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.contact-gallery__img--0 {
  width: 160px;
  height: 180px;
}
.contact-gallery__img--1 {
  width: 160px;
  height: 240px;
}
.contact-gallery__img--2 {
  width: 192px;
  height: 192px;
}
.contact-gallery__img--3 {
  width: 160px;
  height: 240px;
}
.contact-gallery__img--4 {
  width: 192px;
  height: 184px;
}

.questions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  overflow: hidden;
  transition: height 0.5s;
}
@media screen and (min-width: 768px) {
  .questions {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .questions {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 24px;
  }
}
.questions-item {
  border: 1px solid transparent;
  transition-property: border-color, box-shadow;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1200px) {
  .questions-item {
    margin-bottom: auto;
    padding: 12px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .questions-item:hover {
    border-color: #FFD8AD;
    box-shadow: 0px 0px 24px 16px rgba(255, 216, 173, 0.1490196078);
  }
}
.questions-item__title {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.questions-item__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
}
.questions-btn {
  margin-top: 32px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #1F1000;
  border: 2px solid #1F1000;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .questions-btn {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .questions-btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .questions-btn {
    display: none;
  }
}
.questions-btn img {
  margin-left: 8px;
  transition: transform 0.5s;
}
.questions-btn.active img {
  transform: rotate(-180deg);
}

.newsletter {
  padding: 48px 16px;
  background-color: #F8F7F7;
  border: 1px solid #E5E3E1;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(210, 210, 210, 0.1490196078);
}
@media screen and (min-width: 576px) {
  .newsletter-top, .newsletter-bot {
    margin: 0 auto;
    max-width: 435px;
  }
}
.newsletter-top {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .newsletter-top {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-bot {
    max-width: 600px;
  }
}
@media screen and (min-width: 576px) {
  .newsletter-item {
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.newsletter__title {
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  color: #1F1000;
}
@media screen and (min-width: 576px) {
  .newsletter__title {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .newsletter__title {
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -2px;
    font-weight: 600;
    text-align: center;
  }
}
.newsletter__text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2A2723;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .newsletter__text {
    padding: 0 18px;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  .newsletter__text {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.newsletter__email {
  margin-bottom: 16px;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #CCC8C2;
  border-radius: 8px;
}
.newsletter__btn {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1F1000;
  cursor: pointer;
  transition: background-color 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background-color: #FF9A2D;
  color: #1F1000;
  border: none;
  border-radius: 8px;
}
@media screen and (min-width: 576px) {
  .newsletter__btn {
    width: auto;
  }
}
.newsletter__btn:hover {
  background-color: #FFC180;
}
.newsletter__info {
  text-align: center;
}
.newsletter__info a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1F1000;
}

@media screen and (min-width: 992px) {
  .privacy-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 628px;
  }
}
.privacy-content h2 {
  margin-bottom: 16px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .privacy-content h2 {
    margin-bottom: 24px;
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-align: center;
    font-weight: 600;
    text-align: left;
  }
}
.privacy-content p + h2,
.privacy-content ul + h2 {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .privacy-content p + h2,
  .privacy-content ul + h2 {
    margin-top: 48px;
  }
}
.privacy-content p,
.privacy-content ul,
.privacy-content li,
.privacy-content a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .privacy-content p,
  .privacy-content ul,
  .privacy-content li,
  .privacy-content a {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
.privacy-content p + p {
  margin-top: 16px;
}
.privacy-content p + ul {
  margin-top: 16px;
}
.privacy-content ul {
  padding-left: 24px;
}
.privacy__title--left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy__title--left {
    text-align: center;
  }
}
.privacy__text--left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy__text--left {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    text-align: center;
  }
}
.privacy-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 24px;
  border-top: 1px solid #E5E3E1;
}
@media screen and (min-width: 992px) {
  .privacy-btns {
    gap: 24px;
  }
}
.privacy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
  background-color: #fff;
  color: #1F1000;
  border: 1px solid #E5E3E1;
  border-radius: 16px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .privacy-btn {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 992px) {
  .privacy-btn {
    width: calc(50% - 12px);
  }
}
.privacy-btn img,
.privacy-btn svg {
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .page-404 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page-404-image-box {
    order: 2;
  }
}
.page-404__img {
  width: 100%;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .page-404__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: 1/1;
  }
}
.page-404-content {
  margin-top: 32px;
}
.page-404-header {
  margin-bottom: 32px;
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  .page-404__title, .page-404__text {
    text-align: left;
  }
}
.page-404-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-404-btns {
    justify-content: flex-start;
  }
}
.page-404__btn {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #1F1000;
  border: 2px solid #1F1000;
  border-radius: 48px;
}
@media screen and (min-width: 576px) {
  .page-404__btn {
    width: auto;
  }
}
.page-404__btn {
  transition-property: color, border-color;
  transition-duration: 0.5s;
}
.page-404__btn svg {
  margin-right: 8px;
}
.page-404__btn svg path {
  transition: stroke 0.5s;
}
.page-404__btn:hover {
  color: #FFC180;
  border-color: #FFC180;
}
.page-404__btn:hover svg path {
  stroke: #FFC180;
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
  }
}
.blog-item {
  display: block;
  color: #1F1000;
  text-decoration: none;
}
.blog-item-linked-img {
  display: block;
  padding: 0;
  text-decoration: none;
  line-height: 0;
}
.blog-item img {
  margin-bottom: 16px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
.blog-item__title {
  margin-bottom: 16px;
}
.blog-item__title a {
  color: #1F1000;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.blog-item p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
}
.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.blog-categories__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #FFC180;
  color: #7A3F00;
  border: 1px solid #FFAE57;
  border-radius: 100px;
  transition-property: color, background-color;
  transition-duration: 0.5s;
}
.blog-categories__btn svg path {
  transition: stroke 0.5s;
}
.blog-categories__btn:hover {
  background-color: #FFD8AD;
  color: #FFAE57;
}
.blog-categories__btn:hover svg path {
  stroke: #FFAE57;
}
.blog-filters__title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #2A2723;
}
.blog-filters__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: #1F1000;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition-property: color, background-color;
  transition-duration: 0.5s;
}
.blog-pagination .page-numbers path {
  transition: stroke 0.5s;
}
.blog-pagination .page-numbers.current {
  color: #fff;
  background-color: #FF9A2D;
  cursor: default;
}
.blog-pagination .page-numbers:hover {
  color: #FFC180;
}
.blog-pagination .page-numbers:hover path {
  stroke: #FFC180;
}
.blog-pagination .dots {
  cursor: default;
}

@media screen and (min-width: 992px) {
  .single-header {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.single-header-return {
  display: flex;
  align-items: center;
  color: #1F1000;
  margin-bottom: 32px;
  text-decoration: none;
  transition: color 0.5s;
}
.single-header-return svg {
  margin-right: 8px;
}
.single-header-return svg path {
  transition: stroke 0.5s;
}
.single-header-return:hover {
  color: #FFC180;
}
.single-header-return:hover svg path {
  stroke: #FFC180;
}
.single-header__title {
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-header__title {
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -1px;
    font-weight: 600;
    text-align: center;
    text-align: left;
  }
}
.single-header-excerpt p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
}
@media screen and (min-width: 768px) {
  .single-header-excerpt p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
.single-header-author {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 40px 0 48px;
}
@media screen and (min-width: 992px) {
  .single-header-author {
    margin: 40px 0 0;
  }
}
.single-header-author .avatar {
  border-radius: 50%;
}
.single-header-author__title {
  margin-bottom: 4px;
  color: #9D958B;
}
.single-header-author__name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1F1000;
}
.single-header-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .single-header-image img {
    min-height: 100%;
    min-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .single-header-image img {
    min-width: 520px;
  }
}
@media screen and (min-width: 992px) {
  .single-content {
    margin: 0 auto;
    max-width: 627px;
  }
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin-bottom: 16px;
}
.single-content h1:not(:first-child),
.single-content h2:not(:first-child),
.single-content h3:not(:first-child),
.single-content h4:not(:first-child),
.single-content h5:not(:first-child),
.single-content h6:not(:first-child) {
  margin: 32px 0 16px;
}
.single-content h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
  font-weight: 600;
}
.single-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.single-content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.single-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #504B44;
}
.single-content p + p {
  margin-top: 16px;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=style.css.map */
