/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Pointer theme
Author: cursor: pointer ;
Version: 3.0.0
*/
html {
  font-size: 0.833vw;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 400;
  color: #383737;
}
@media (max-width: 541px) {
  html {
    font-size: 4.103vw;
  }
}

.container {
  padding: 0 12.5rem;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 541px) {
  .container {
    padding: 0 0.875rem;
  }
}

* {
  scroll-behavior: smooth;
}

h1 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: 4.375rem;
  line-height: 118%;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (max-width: 541px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 3.125rem;
  font-weight: 800;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  line-height: 118%;
  word-wrap: break-word;
}
@media (max-width: 541px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 2.75rem;
  font-weight: 800;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  line-height: 118%;
  word-wrap: break-word;
}
@media (max-width: 541px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 2.25rem;
  font-weight: 800;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  line-height: 118%;
  word-wrap: break-word;
}
@media (max-width: 541px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1.875rem;
  font-weight: 800;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  line-height: 118%;
  word-wrap: break-word;
}
@media (max-width: 541px) {
  h6 {
    font-size: 1.25rem;
  }
}

strong {
  font-weight: 900;
}

.basic ul {
  list-style: disc;
  padding-left: 1rem;
  margin: 1rem 0;
}
.basic p + p {
  margin-bottom: 1rem;
}
.basic h2,
.basic h3,
.basic h4,
.basic h5,
.basic h6 {
  margin-bottom: 1rem;
}

.button {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 118%;
  letter-spacing: 0%;
  padding: 1.156rem 3.75rem;
  border: 1px solid transparent;
  border-radius: 1.875rem;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #3cb9ef;
  transition: all 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 541px) {
  .button {
    font-size: 1.25rem;
    padding: 0.875rem 1.875rem;
  }
}
.button:hover, .button:focus {
  outline: none !important;
  background-color: #51cbff;
}
.button:active {
  background-color: #51cbff;
}
.button--2 {
  border: 1px solid #3cb9ef;
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(118, 118, 118, 0.6);
  backdrop-filter: blur(10px);
  z-index: 50;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
}
.header__logo {
  width: 8.813rem;
}
@media (max-width: 541px) {
  .header__logo {
    width: 6.313rem;
    position: relative;
  }
  .header__logo:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5rem;
    width: 1px;
    height: 3.25rem;
    background-color: #fff;
    opacity: 0.6;
    pointer-events: none;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__button {
  font-size: 1.25rem;
}
@media (max-width: 541px) {
  .header__button {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  position: relative;
  min-width: 54rem;
  width: 54rem;
  /* палочки по бокам */
  /* li */
  /* стрелочка у пунктов с детьми */
  /* wrapper вокруг sub-menu — теперь он отвечает за позицию и анимацию */
  /* сам список сабменю (контент) */
  /* ОТКРЫТИЕ — теперь именно wrapper */
  /* поворот стрелки */
}
@media (max-width: 541px) {
  .header__menu {
    display: none;
  }
}
.header__menu::before, .header__menu::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 4.938rem;
  background-color: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.header__menu::before {
  left: 0;
}
.header__menu::after {
  right: 0;
}
.header__menu .menu-item {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu .menu-item > * {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 0;
}
.header__menu .menu-item-has-children > a::after {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  display: inline-block;
  transform: translateY(0);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("src/img/menu-arrow-white.svg");
  transition: transform 0.25s ease;
}
.header__menu .sub-menu-wrapper {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(0.75rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 50;
}
.header__menu .sub-menu {
  min-width: 22rem;
  padding: 1rem 2rem;
  margin: 0;
  list-style: none;
  margin-top: 1rem;
  background: #fff;
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
  /* li внутри сабменю */
}
.header__menu .sub-menu .menu-item {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header__menu .sub-menu .menu-item > a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  color: #383737;
  width: 100%;
  border-radius: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.header__menu .sub-menu .menu-item > a:hover {
  color: #3cb9ef;
  transform: translateX(0.15rem);
}
.header__menu .sub-menu .header__submenu-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}
.header__menu .sub-menu .header__submenu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__menu .sub-menu .menu-item:hover .header__submenu-icon {
  filter: brightness(0) saturate(100%) invert(62%) sepia(94%) saturate(1450%) hue-rotate(181deg) brightness(97%) contrast(97%);
}
.header__menu .menu-item-has-children:hover > .sub-menu-wrapper,
.header__menu .menu-item-has-children:focus-within > .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.header__menu .menu-item-has-children:hover > a::after,
.header__menu .menu-item-has-children:focus-within > a::after {
  transform: translateY(-1px) rotate(180deg);
}
.header__mobile {
  display: none;
}
@media (max-width: 541px) {
  .header__mobile {
    display: block;
  }
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.688rem;
  height: 1.688rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 120;
}
@media (max-width: 541px) {
  .header__burger {
    display: inline-flex;
  }
}
.header__burger-line {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.header__burger-line:nth-child(1) {
  top: 0.35rem;
}
.header__burger-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger-line:nth-child(3) {
  bottom: 0.35rem;
}
.header__mobile-panel {
  position: fixed;
  left: 0;
  top: 0;
  inset: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.75rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 110;
}
.header__mobile-nav {
  position: relative;
  height: 100dvh;
  max-height: 100dvh;
  padding: 4.688rem 1.25rem 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}
.header__mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.header__mobile-item {
  position: static;
}
.header__mobile-link-text {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #383737;
}
.header__mobile-submenu-text {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #383737;
}
.header__mobile-link, .header__mobile-submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #383737;
  padding: 0.25rem 0;
}
.header__mobile-link {
  border-bottom: 1px solid rgba(56, 55, 55, 0.2);
}
.header__mobile-link-arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("src/img/menu-arrow-black.svg");
  transition: transform 0.25s ease;
}
.header__mobile-submenu {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 6.5rem 1.5rem 2.5rem;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  z-index: 5;
}
.header__mobile-submenu-header {
  display: flex;
  justify-content: center;
  order: 2;
  margin-top: auto;
}
.header__mobile-back {
  width: 100%;
  position: sticky; /* будет всегда внизу внутри меню */
  bottom: env(safe-area-inset-bottom);
  margin-top: 1rem;
}
.header__mobile-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  order: 1;
}
.header__mobile-submenu-link {
  justify-content: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(56, 55, 55, 0.2);
}
.header__mobile-submenu-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.header__mobile-submenu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-contacts {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.header__mobile-socials {
  display: flex;
  gap: 0.875rem;
  margin-bottom: 3.75rem;
}
.header__mobile-social {
  width: 3.125rem;
  height: 3.125rem;
}
.header__mobile-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-messenger {
  width: 2.188rem;
  height: 2.188rem;
}
.header__mobile-messenger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-phone {
  font-size: 1.875rem;
  font-weight: 500;
  color: #383737;
}
.header__mobile-messengers {
  display: flex;
  gap: 0.625rem;
}
.header__mobile-address {
  font-size: 1.25rem;
  font-weight: 500;
  color: #383737;
}
.header__mobile-email {
  font-size: 1.25rem;
  font-weight: 500;
  color: #383737;
}

.header__mobile.is-open .header__mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header__mobile.is-open .header__burger-line {
  background: #383737;
}

.header__mobile.is-open .header__burger-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__mobile.is-open .header__burger-line:nth-child(2) {
  opacity: 0;
}

.header__mobile.is-open .header__burger-line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mobile-item.is-open > .header__mobile-submenu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header__mobile-item.is-open > .header__mobile-link--parent .header__mobile-link-arrow {
  transform: rotate(180deg);
}

.is-mobile-menu-open {
  overflow: hidden;
}

.header--white {
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid #f7f7f7;
}
.header--white .header__menu::before, .header--white .header__menu::after {
  background-color: #383737;
}
.header--white .menu-item > a {
  color: #383737;
}
.header--white .header__burger-line {
  background: #383737;
}
.header--white .header__logo::before {
  background: #383737;
  opacity: 1;
}
.header--white .menu-item-has-children > a::after {
  background-image: url("src/img/menu-arrow-black.svg");
}

.hero {
  position: relative;
}
.hero__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  color: #fff;
  height: 57rem;
  padding: 0 16.188rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 541px) {
  .hero__wrapper {
    height: 88vh;
    padding: 0 0.75rem;
    gap: 0;
  }
}
.hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.hero__media--fallback {
  background: #383737;
}
.hero__media--fallback::after {
  background: rgba(0, 0, 0, 0.25);
}
.hero__title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 5.625rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  max-width: 54.063rem;
}
@media (max-width: 541px) {
  .hero__title {
    font-size: 3.438rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}
.hero__desc {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  max-width: 36rem;
}
@media (max-width: 541px) {
  .hero__desc {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
}
.hero__button {
  width: fit-content;
}
@media (max-width: 541px) {
  .hero__button {
    width: 100%;
  }
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  color: #fff;
  height: 57rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.hero-slider.is-ready {
  opacity: 1;
}
@media (max-width: 541px) {
  .hero-slider {
    height: 88vh;
  }
}
.hero-slider__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero-slider__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.hero-slider__media--fallback {
  background: #383737;
}
.hero-slider__media--fallback::after {
  background: rgba(0, 0, 0, 0.25);
}
.hero-slider__content {
  height: 100%;
  padding: 0 16.188rem;
}
@media (max-width: 541px) {
  .hero-slider__content {
    padding: 0 0.75rem;
  }
}
.hero-slider__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  height: 100%;
  max-width: 52.813rem;
  width: 100%;
}
@media (max-width: 541px) {
  .hero-slider__text {
    max-width: 100%;
    gap: 0;
  }
}
.hero-slider__title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 5.625rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  max-width: 54.063rem;
}
@media (max-width: 541px) {
  .hero-slider__title {
    font-size: 3.438rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}
.hero-slider__subtitle {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.563rem;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 541px) {
  .hero-slider__subtitle {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}
.hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .hero-slider__nav {
    display: none;
  }
}
.hero-slider__nav:hover {
  background: rgba(212, 212, 212, 0.7);
  color: #0f0f0f;
}
.hero-slider__nav--prev {
  left: 6.438rem;
}
.hero-slider__nav--prev::before {
  content: "";
  width: 1rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="32" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-width="2" d="M16.95 31 1.085 16.194a.266.266 0 0 1 0-.388L16.949 1"/></svg>');
  transform: translateX(-0.25rem);
}
.hero-slider__nav--next {
  right: 6.438rem;
}
.hero-slider__nav--next::before {
  content: "";
  width: 1rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="32" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-width="2" d="m1 1 15.863 14.806a.266.266 0 0 1 0 .388L1 31"/></svg>');
  transform: translateX(0.25rem);
}
.hero-slider__nav-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.hero-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50% !important;
  bottom: 3.75rem !important;
  transform: translateX(-50%);
  gap: 0.8rem;
  z-index: 3;
  width: 75% !important;
}
@media (max-width: 541px) {
  .hero-slider__pagination {
    bottom: 2.625rem !important;
    gap: 0.625rem;
  }
}
.hero-slider__pagination .swiper-pagination-bullet {
  flex: 1;
  width: 100%;
  height: 0.2rem;
  border-radius: 1rem;
  background: #fff;
  opacity: 0.4;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  max-width: 6.25rem;
}
.hero-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.services-list {
  padding: 3.5rem 0;
  overflow: hidden;
}
@media (max-width: 541px) {
  .services-list {
    padding: 1.875rem 0;
  }
}
.services-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 541px) {
  .services-list__header {
    margin-bottom: 1.875rem;
    gap: 0.5rem;
  }
}
.services-list__nav {
  display: flex;
  gap: 0.5rem;
}
.services-list__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.services-list__nav-btn svg path {
  stroke-width: 1;
}
.services-list__nav-btn:hover {
  color: #3cb9ef;
}
.services-list__nav-icon {
  width: 2.75rem;
}
.services-list__swiper {
  margin-left: 12.5rem !important;
}
@media (max-width: 541px) {
  .services-list__swiper {
    margin-left: 0.75rem !important;
  }
}
.services-list__slide {
  height: 40rem !important;
}
@media (max-width: 541px) {
  .services-list__slide {
    height: 30.438rem !important;
  }
}
.services-list__card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #4a5052;
}
.services-list__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}
.services-list__card:hover .services-list__card-wrap {
  opacity: 1;
}
.services-list__card:hover .services-list__card-media {
  transform: scale(1.1);
}
.services-list__card-title {
  font-size: clamp(1.5rem, 1.8vw, 2.5rem);
  font-weight: 800;
  line-height: 118%;
  color: #fff;
  text-transform: uppercase;
}
.services-list__card-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 118%;
  color: #fff;
}
.services-list__card-button {
  font-size: 1.5rem;
  padding: 1.156rem 3.75rem;
}
.services-list__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
  padding: 1.875rem;
}
@media (max-width: 541px) {
  .services-list__card-content {
    padding: 1rem;
  }
}
.services-list__card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.services-list__card-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}

.advantages {
  padding: 3.5rem 0 7.5rem;
}
@media (max-width: 541px) {
  .advantages {
    padding: 1.87rem 0 3.5rem;
  }
}
.advantages__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.75rem;
}
@media (max-width: 541px) {
  .advantages__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.5rem;
  }
}
.advantages__left {
  flex: 1;
  position: sticky;
  top: 7.5rem;
  align-self: flex-start;
}
@media (max-width: 541px) {
  .advantages__left {
    width: 100%;
    flex: none;
    position: relative;
    top: 0;
  }
}
.advantages__title {
  margin-bottom: 1.875rem;
}
.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 30.313rem;
}
@media (max-width: 541px) {
  .advantages__list {
    width: 100%;
  }
}
.advantages__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.469rem 0.313rem;
  border-bottom: 1px solid #383737;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.2;
}
.advantages__item.is-active {
  opacity: 1;
}
.advantages__item:hover {
  opacity: 0.6;
}
.advantages__item-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.advantages__item-index {
  font-size: 1.5rem;
  color: #383737;
}
@media (max-width: 541px) {
  .advantages__item-index {
    font-size: 1.25rem;
  }
}
.advantages__item-title {
  font-size: 1.875rem;
  line-height: 118%;
  font-weight: 500;
  color: #383737;
  white-space: nowrap;
}
@media (max-width: 541px) {
  .advantages__item-title {
    font-size: 1.5rem;
  }
}
.advantages__item-icon {
  width: 1.75rem;
}
.advantages__item-icon svg {
  width: 100%;
  object-fit: contain;
}
.advantages__block {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 541px) {
  .advantages__block {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.advantages__text {
  font-size: 1.125rem;
  line-height: 118%;
  color: #383737;
  width: 20.438rem;
}
.advantages__visual {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 541px) {
  .advantages__visual {
    width: 100%;
  }
}
.advantages__images {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 541px) {
  .advantages__images {
    position: relative;
    width: 100%;
    height: 23.906rem;
  }
}
.advantages__image {
  width: 35rem;
  height: 45rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .advantages__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23.906rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
}
@media (max-width: 541px) {
  .advantages__image.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.advantages__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages-two {
  padding: 3.75rem 0;
  border-radius: 2.5rem;
}
@media (max-width: 541px) {
  .advantages-two {
    padding: 2.5rem 0;
    overflow: hidden;
  }
}
.advantages-two__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.75rem;
  position: relative;
  height: 50rem;
  border-radius: 2.5rem;
  padding: 7.938rem;
}
@media (max-width: 541px) {
  .advantages-two__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    height: fit-content;
    border-radius: 2rem;
    padding: 1.875rem 0.875rem;
  }
}
.advantages-two__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
}
.advantages-two__bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.advantages-two__bg-layer.is-active {
  opacity: 1;
}
.advantages-two__title {
  color: #fff;
  max-width: 31.438rem;
  position: relative;
  z-index: 1;
}
.advantages-two__slider {
  position: relative;
  width: 41rem;
  z-index: 1;
}
@media (max-width: 541px) {
  .advantages-two__slider {
    width: 100%;
  }
}
.advantages-two__swiper {
  width: 100%;
}
.advantages-two .swiper-wrapper {
  align-items: stretch !important;
}
.advantages-two__slide {
  width: 100%;
  height: 36.688rem !important;
}
@media (max-width: 541px) {
  .advantages-two__slide {
    height: auto !important;
  }
}
.advantages-two__card {
  background: #fff;
  border-radius: 2.5rem;
  padding: 3rem 3.5rem 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 541px) {
  .advantages-two__card {
    padding: 1.875rem 1.875rem 4.5rem;
  }
}
.advantages-two__card-index {
  font-size: 1.875rem;
  font-weight: 600;
  color: #383737;
}
.advantages-two__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #383737;
}
.advantages-two__card-desc {
  font-size: 1rem;
  line-height: 140%;
  color: #383737;
}
.advantages-two__card-desc p {
  margin: 0 0 1rem;
}
.advantages-two__card-desc p:last-child {
  margin-bottom: 0;
}
.advantages-two__nav {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
@media (max-width: 541px) {
  .advantages-two__nav {
    bottom: 1.75rem;
  }
}
.advantages-two__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.advantages-two__nav-btn svg path {
  stroke-width: 1;
}
.advantages-two__nav-btn:hover {
  color: #3cb9ef;
}
.advantages-two__nav-icon {
  width: 2rem;
}

.reviews {
  padding: 3.75rem 0;
  background-color: #f7f7f7;
}
@media (max-width: 541px) {
  .reviews {
    padding: 1.875rem 0;
  }
}
.reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 541px) {
  .reviews__header {
    margin-bottom: 1.875rem;
    gap: 0.5rem;
  }
}
.reviews__nav {
  display: flex;
  gap: 0.5rem;
}
.reviews__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.reviews__nav-btn svg path {
  stroke-width: 1;
}
.reviews__nav-btn:hover {
  color: #3cb9ef;
}
.reviews__nav-icon {
  width: 2.75rem;
}
.reviews__slide {
  height: auto;
  padding-bottom: 2rem;
}
.reviews__card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2.125rem 3.75rem 2.125rem;
  border-radius: 3.125rem;
  background: #fff;
}
@media (max-width: 541px) {
  .reviews__card {
    padding: 1.25rem 1.25rem 3.75rem;
  }
}
.reviews__card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.reviews__avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #d8dfe6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reviews__avatar svg {
  width: 4.5rem;
  object-fit: contain;
}
.reviews__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.reviews__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #383737;
}
.reviews__city {
  font-size: 0.85rem;
  color: #383737;
}
.reviews__text {
  font-size: 1rem;
  line-height: 118%;
  color: #383737;
}
.reviews__quote {
  position: absolute;
  bottom: -1.625rem;
  right: 2.5rem;
  display: block;
  width: 3.938rem;
  height: 3.125rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="50" fill="none"><path fill="%23D8DFE6" d="M38.17 50V37.398c3.42 0 6.292-1.287 8.618-3.861 2.463-2.575 3.694-5.624 3.694-9.147H38.99c-.547 0-.82-.27-.82-.813V.813c0-.542.273-.813.82-.813h23.19c.546 0 .82.271.82.813V24.39c0 4.743-1.163 9.079-3.489 13.008-2.325 3.93-5.404 7.046-9.234 9.35C46.583 48.916 42.547 50 38.169 50ZM0 50V37.398c3.42 0 6.293-1.287 8.619-3.861 2.462-2.575 3.694-5.624 3.694-9.147H.82c-.547 0-.821-.27-.821-.813V.813C0 .271.274 0 .82 0h23.19c.547 0 .82.271.82.813V24.39c0 4.743-1.162 9.079-3.488 13.008-2.326 3.93-5.404 7.046-9.234 9.35C8.413 48.916 4.377 50 0 50Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 541px) {
  .reviews__quote {
    right: 1.25rem;
    bottom: -0.8rem;
  }
}

.leadform {
  background: #4a5052;
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  overflow: hidden;
  height: 45rem;
}
@media (max-width: 541px) {
  .leadform {
    height: fit-content;
  }
}
.leadform__wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 541px) {
  .leadform__wrapper {
    flex-direction: column;
  }
}
.leadform__left {
  width: 50%;
  position: relative;
  color: #fff;
}
@media (max-width: 541px) {
  .leadform__left {
    width: 100%;
  }
}
.leadform__img {
  position: absolute;
  inset: 0;
}
.leadform__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leadform__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
  padding: 0 12.5rem;
}
@media (max-width: 541px) {
  .leadform__content {
    padding: 1.875rem 0.875rem;
  }
}
.leadform__heading {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 541px) {
  .leadform__heading {
    font-size: 2.625rem;
  }
}
.leadform__text {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 118%;
}
@media (max-width: 541px) {
  .leadform__text {
    font-size: 1.25rem;
  }
}
.leadform__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 8rem;
  color: #fff;
}
@media (max-width: 541px) {
  .leadform__right {
    width: 100%;
    padding: 1.875rem 0.875rem;
  }
}
.leadform__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 541px) {
  .leadform__form {
    gap: 1rem;
  }
}
.leadform__head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.leadform__title {
  color: #fff;
  font-size: 3.5rem;
}
@media (max-width: 541px) {
  .leadform__title {
    font-size: 2.625rem;
  }
}
.leadform__subtitle {
  font-size: 1.25rem;
  line-height: 118%;
  color: #fff;
}
@media (max-width: 541px) {
  .leadform__subtitle {
    font-size: 1.25rem;
  }
}
.leadform__fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.leadform__field input,
.leadform__field textarea {
  width: 100%;
  padding: 1.25rem 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.875rem;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.leadform__field textarea {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  height: 10.188rem;
  border-radius: 1.875rem;
  resize: none;
}
.leadform__field input::placeholder,
.leadform__field textarea::placeholder {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.leadform__field input:focus,
.leadform__field textarea:focus {
  border: 1px solid #fff;
}
.leadform__actions {
  display: flex;
}
.leadform__actions .button {
  font-size: 1.5rem;
  padding: 1.156rem 3.75rem;
}
@media (max-width: 541px) {
  .leadform__actions .button {
    width: 100%;
    font-size: 1.25rem;
    padding: 0.875rem 1.875rem;
  }
}
.leadform__submit {
  border: none;
  border-radius: 2rem;
  background: #3cb9ef;
  color: #fff;
  padding: 0.9rem 2.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.leadform__submit:hover {
  background: #51cbff;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.footer {
  background: #3d4041;
  color: #fff;
  padding: 3.75rem 0;
}
@media (max-width: 541px) {
  .footer {
    padding: 1.875rem 0;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 541px) {
  .footer__wrapper {
    gap: 2.5rem;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
}
.footer__logo {
  width: 12.5rem;
}
@media (max-width: 541px) {
  .footer__logo {
    width: 9rem;
  }
}
.footer__logo img {
  width: 100%;
  object-fit: contain;
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 541px) {
  .footer__menu {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.footer__menu .menu-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 118%;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__menu .menu-item:hover {
  color: #3cb9ef;
}
.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 541px) {
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
.footer__subtitle {
  color: #3cb9ef;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.25rem;
}
@media (max-width: 541px) {
  .footer__subtitle {
    text-align: center;
  }
}
.footer__menu2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 541px) {
  .footer__menu2 {
    align-items: center;
  }
}
.footer__menu2 .menu-item {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__menu2 .menu-item:hover {
  color: #3cb9ef;
}
.footer__link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  color: #fff;
}
.footer__contact-line {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 541px) {
  .footer__contact-line {
    flex-direction: column;
    justify-content: center;
    gap: 0.625rem;
  }
}
.footer__contact {
  color: #fff;
  font-size: 1.5rem;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .footer__contact {
    text-align: center;
  }
}
.footer__contact:hover {
  color: #3cb9ef;
}
.footer__email {
  color: #fff;
  font-size: 1.25rem;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .footer__email {
    text-align: center;
  }
}
.footer__email:hover {
  color: #3cb9ef;
}
.footer__address {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 541px) {
  .footer__address {
    text-align: center;
  }
}
.footer__messengers {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer__messenger {
  width: 2.188rem;
  height: 2.188em;
}
.footer__messenger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__socials {
  display: flex;
  gap: 0.875rem;
  justify-content: flex-end;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .footer__socials {
    justify-content: center;
    margin-bottom: 1.875rem;
  }
}
.footer__social {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.footer__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright {
  color: #fff;
  font-size: 1rem;
  text-align: right;
}
@media (max-width: 541px) {
  .copyright {
    text-align: center;
  }
}

.error-page {
  background: #fff;
}
.error-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 4.5rem;
}
@media (max-width: 541px) {
  .error-page__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.error-page__visual {
  flex: 1;
  max-width: 44rem;
}
@media (max-width: 541px) {
  .error-page__visual {
    max-width: 100%;
    flex: none;
  }
}
.error-page__image {
  width: 100%;
  height: auto;
  display: block;
}
.error-page__content {
  width: 32.688rem;
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  border-left: 2px solid #383737;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 541px) {
  .error-page__content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1.5rem;
    border-left: none;
    border-top: 2px solid #383737;
  }
}
.error-page__title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #383737;
}
@media (max-width: 541px) {
  .error-page__title {
    text-align: center;
  }
}
.error-page__desc {
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 100%;
  color: #383737;
}
@media (max-width: 541px) {
  .error-page__desc {
    text-align: center;
  }
}
.error-page__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #383737;
  text-decoration: none;
}
@media (max-width: 541px) {
  .error-page__link {
    justify-content: center;
  }
}
.error-page__link:hover .error-page__link-icon {
  transform: translateX(-0.25rem);
}
.error-page__link-icon {
  font-size: 1.188rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.error-page__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 541px) {
  .error-page__socials {
    justify-content: center;
  }
}
.error-page__social {
  width: 3.125rem;
  height: 3.125rem;
}
.error-page__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error404 .footer {
  display: none;
}

.image-text {
  padding: 7.5em 0 3.75rem;
  background: #fff;
}
@media (max-width: 541px) {
  .image-text {
    padding: 1.875rem 0;
  }
}
.image-text__wrapper {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
@media (max-width: 541px) {
  .image-text__wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 2.5rem;
  }
}
.image-text__media {
  flex: 1;
  margin-left: calc((100vw - 100%) / -2);
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden;
  background: #fff;
  height: 50rem;
}
.image-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 541px) {
  .image-text__media {
    width: 110%;
    margin-left: -1.75rem;
    height: 21rem;
  }
}
.image-text__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1;
  max-width: 32rem;
}
@media (max-width: 541px) {
  .image-text__content {
    max-width: 100%;
  }
}
.image-text__title {
  color: #383737;
}
.image-text__text {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 118%;
  color: #383737;
}
.image-text__text p {
  margin: 0 0 1rem;
}
.image-text__text p:last-child {
  margin-bottom: 0;
}
.image-text__button {
  width: 100%;
}

.image-text-slider {
  padding: 7.5em 0 3.75rem;
  background: #fff;
}
@media (max-width: 541px) {
  .image-text-slider {
    padding: 1.875rem 0;
  }
}
.image-text-slider__wrapper {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  position: relative;
  height: 50rem;
}
@media (max-width: 541px) {
  .image-text-slider__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
    height: auto;
    padding-bottom: 4rem;
  }
}
.image-text-slider__swiper {
  width: 100%;
  height: 100%;
}
.image-text-slider .swiper-wrapper {
  height: 100% !important;
}
.image-text-slider__media {
  flex: 1;
  margin-left: calc((100vw - 100%) / -2);
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
@media (max-width: 541px) {
  .image-text-slider__media {
    width: 110%;
    margin-left: -1.75rem;
    height: 21rem;
  }
}
.image-text-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  flex: 1;
  max-width: 43.125rem;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
}
@media (max-width: 541px) {
  .image-text-slider__content {
    max-width: 100%;
    padding: 0;
    gap: 1.5rem;
  }
}
.image-text-slider__text {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 118%;
  color: #383737;
}
.image-text-slider__text p {
  margin: 0 0 1rem;
}
.image-text-slider__text p:last-child {
  margin-bottom: 0;
}
.image-text-slider__desc {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 118%;
  color: #383737;
}
.image-text-slider__desc p {
  margin: 0 0 1rem;
}
.image-text-slider__desc p:last-child {
  margin-bottom: 0;
}
.image-text-slider__nav {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.image-text-slider__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.image-text-slider__nav-btn svg path {
  stroke-width: 1;
}
.image-text-slider__nav-btn:hover {
  color: #3cb9ef;
}
.image-text-slider__nav-icon {
  width: 2.75rem;
}

.numbers {
  padding: 3.75rem 0;
  background: #fff;
}
@media (max-width: 541px) {
  .numbers {
    padding: 1.875rem 0;
  }
}
.numbers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.numbers__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}
@media (max-width: 541px) {
  .numbers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.numbers__item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}
.numbers__value {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 6.25rem;
  line-height: 100%;
  color: #383737;
}
@media (max-width: 541px) {
  .numbers__value {
    font-size: 5rem;
  }
}
.numbers__text {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 118%;
  color: #383737;
  max-width: 22.75rem;
}
.numbers__desc {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: #4a5052;
  max-width: 58rem;
}
@media (max-width: 541px) {
  .numbers {
    padding: 3.5rem 0;
  }
  .numbers__text {
    font-size: 1rem;
    max-width: 100%;
  }
}

.clients {
  padding: 3.75rem 0 7.5rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 541px) {
  .clients {
    padding: 1.875rem 0;
  }
}
.clients__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.clients__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 541px) {
  .clients__header {
    margin-bottom: 1.875rem;
    gap: 0.5rem;
  }
}
.clients__nav {
  display: flex;
  gap: 0.5rem;
}
.clients__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.clients__nav-btn svg path {
  stroke-width: 1;
}
.clients__nav-btn:hover {
  color: #3cb9ef;
}
.clients__nav-icon {
  width: 2.75rem;
}
.clients__swiper {
  width: 100%;
}
.clients__slide {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.clients__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.clients__logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.breadcrumbs {
  margin: 2.5rem 0 1.375rem;
}
.breadcrumbs span {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  gap: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.breadcrumbs span > span {
  flex: 0 0 auto;
}
.breadcrumbs span:not(:first-child) {
  opacity: 0.5;
}
.breadcrumbs .breadcrumb_last {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contacts {
  padding: 2.5rem 0 4.5rem;
  background: #fff;
}
@media (max-width: 541px) {
  .contacts {
    padding: 1.875rem 0 3rem;
  }
}
.contacts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 541px) {
  .contacts__wrapper {
    gap: 2rem;
  }
}
.contacts__title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (max-width: 541px) {
  .contacts__title {
    font-size: 2.5rem;
  }
}
.contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 541px) {
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.contacts__item {
  position: relative;
  padding: 0 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 541px) {
  .contacts__item {
    padding: 0;
  }
}
.contacts__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 541px) {
  .contacts__item:not(:last-child)::after {
    display: none;
  }
}
.contacts__head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 541px) {
  .contacts__head {
    gap: 0.5rem;
  }
}
.contacts__icon {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.contacts__label {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
}
@media (max-width: 541px) {
  .contacts__label {
    font-size: 1.875rem;
  }
}
.contacts__value {
  font-size: 1.5rem;
  line-height: 120%;
  word-break: break-word;
}
@media (max-width: 541px) {
  .contacts__value {
    text-align: center;
  }
}
.contacts__messengers {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 541px) {
  .contacts__messengers {
    justify-content: center;
  }
}
.contacts__messenger {
  width: 2.188rem;
  height: 2.188em;
}
.contacts__messenger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts__line {
  display: none;
}
@media (max-width: 541px) {
  .contacts__line {
    display: block;
    width: 7.5rem;
    height: 1px;
    background: #383737;
    border-radius: 0.25rem;
    margin: 1rem auto 0;
  }
}
.contacts__socials {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
}
.contacts__social {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.contacts__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts__row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 541px) {
  .contacts__row {
    flex-direction: column;
  }
}

.page-template-contacts main {
  margin-top: 9rem;
}
@media (max-width: 541px) {
  .page-template-contacts main {
    margin-top: 7rem;
  }
}

.def-page {
  margin-top: 9rem;
  min-height: 60vh;
  color: #383737;
  padding-bottom: 7.5rem;
}
@media (max-width: 541px) {
  .def-page {
    margin-top: 7rem;
    padding-bottom: 3.75rem;
  }
}
.def-page ul {
  margin-bottom: 2rem;
}
.def-page .wsp-container a {
  font-size: 1.25rem;
  line-height: 118%;
}
.def-page h1,
.def-page h2,
.def-page h3,
.def-page h4,
.def-page h5,
.def-page h6 {
  margin-bottom: 1rem;
}
.def-page p,
.def-page li,
.def-page span {
  font-size: 1rem;
  line-height: 118%;
}

.calculate-post {
  padding: 3.75rem 0;
}
@media (max-width: 541px) {
  .calculate-post {
    padding: 2.5rem 0;
  }
}
.calculate-post__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  height: 50rem;
  padding: 4rem 5rem;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 12.5rem;
}
@media (max-width: 541px) {
  .calculate-post__wrapper {
    padding: 2.5rem 1.5rem;
    min-height: 40rem;
    height: fit-content;
  }
}
.calculate-post__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(38, 38, 38, 0.9) 0%, rgba(38, 38, 38, 0.65) 45%, rgba(38, 38, 38, 0) 100%);
  z-index: 1;
}
@media (max-width: 541px) {
  .calculate-post__wrapper::before {
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.9) 0%, rgba(38, 38, 38, 0.75) 60%, rgba(38, 38, 38, 0.6) 100%);
  }
}
.calculate-post__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.calculate-post__block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.calculate-post__content {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 4.653rem;
}
@media (max-width: 541px) {
  .calculate-post__content {
    max-width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.calculate-post__title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 541px) {
  .calculate-post__title {
    font-size: 2.25rem;
  }
}
.calculate-post__title p {
  margin: 0;
}
.calculate-post__title strong {
  color: #3cb9ef;
}
.calculate-post__desc {
  font-size: 1.875rem;
  line-height: 118%;
  color: #fff;
}
@media (max-width: 541px) {
  .calculate-post__desc {
    font-size: 1.5rem;
  }
}
.calculate-post__actions {
  width: fit-content;
}
@media (max-width: 541px) {
  .calculate-post__actions {
    width: 100%;
  }
}
.calculate-post__button-wrap {
  position: relative;
  width: fit-content;
}
@media (max-width: 541px) {
  .calculate-post__button-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }
}
.calculate-post__button {
  width: fit-content;
}
@media (max-width: 541px) {
  .calculate-post__button {
    width: 100%;
  }
}
.calculate-post__arrow {
  position: absolute;
  right: -9rem;
  top: -2.2rem;
  width: 6.938rem;
  height: auto;
}
@media (max-width: 541px) {
  .calculate-post__arrow {
    position: static;
    width: 4rem;
    transform: rotate(-90deg);
  }
}
.calculate-post__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thanks {
  background: #fff;
}
.thanks__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 4.5rem;
}
@media (max-width: 541px) {
  .thanks__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.thanks__title {
  flex: 1;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 800;
  font-size: 3.25rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #383737;
}
@media (max-width: 541px) {
  .thanks__title {
    font-size: 2.5rem;
    text-align: center;
    flex: none;
  }
}
.thanks__content {
  width: 34rem;
  padding-left: 2.5rem;
  margin-left: 2.5rem;
  border-left: 2px solid #383737;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 541px) {
  .thanks__content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1.5rem;
    border-left: none;
    border-top: 2px solid #383737;
  }
}
.thanks__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: #383737;
}
.thanks__text p {
  margin: 0;
}
.thanks__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #383737;
  text-decoration: none;
}
@media (max-width: 541px) {
  .thanks__link {
    justify-content: center;
  }
}
.thanks__link:hover .error-page__link-icon {
  transform: translateX(-0.25rem);
}
.thanks__link-icon {
  font-size: 1.188rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.thanks__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 541px) {
  .thanks__socials {
    justify-content: center;
  }
}
.thanks__social {
  width: 3.125rem;
  height: 3.125rem;
}
.thanks__social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-template-thanks .footer {
  display: none;
}

.our-team {
  padding: 7.5rem 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 541px) {
  .our-team {
    padding: 3.75rem 0;
  }
}
.our-team__wrapper {
  display: flex;
  gap: 4rem;
}
@media (max-width: 541px) {
  .our-team__wrapper {
    gap: 2rem;
    flex-direction: column;
  }
}
.our-team__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100% m;
  min-width: 32.75rem;
}
@media (max-width: 541px) {
  .our-team__content {
    gap: 1.25rem;
    min-width: 100%;
  }
}
.our-team__block {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 541px) {
  .our-team__block {
    gap: 2.5rem;
  }
}
.our-team__desc {
  font-size: 1.25rem;
  line-height: 118%;
  color: #4a5052;
  max-width: 26rem;
}
@media (max-width: 541px) {
  .our-team__desc {
    max-width: 100%;
  }
}
.our-team__desc p {
  margin: 0;
}
.our-team__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 541px) {
  .our-team__nav {
    justify-content: flex-end;
  }
}
.our-team__nav-btn {
  border: none;
  background: transparent;
  color: #383737;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.our-team__nav-btn svg path {
  stroke-width: 1;
}
.our-team__nav-btn:hover {
  color: #3cb9ef;
}
.our-team__nav-icon {
  width: 2.75rem;
}
.our-team__slider {
  min-width: 0;
}
.our-team__swiper {
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 541px) {
  .our-team__swiper {
    padding-bottom: 5rem;
  }
}
.our-team__slide {
  height: auto;
  display: flex;
  align-items: flex-start;
}
.our-team__slide:nth-child(even) {
  transform: translateY(6rem);
}
@media (max-width: 541px) {
  .our-team__slide:nth-child(even) {
    transform: translateY(5rem);
  }
}
.our-team__card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 24.938rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background: #d8dfe6;
}
@media (max-width: 541px) {
  .our-team__card {
    height: 20.938rem;
  }
}
.our-team__card-media {
  position: absolute;
  inset: 0;
}
.our-team__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team__card-info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4.5rem 1.5rem 1.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 541px) {
  .our-team__card-info {
    padding: 4.5rem 0.5rem 1rem;
  }
}
.our-team__card-name {
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 541px) {
  .our-team__card-name {
    font-size: 0.875rem;
  }
}
.our-team__card-position {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 541px) {
  .our-team__card-position {
    font-size: 0.875rem;
  }
}

.steps {
  padding: 7.5rem 0;
  background: #f7f7f7;
}
@media (max-width: 541px) {
  .steps {
    padding: 3.75rem 0;
  }
}
.steps__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
.steps__title {
  color: #383737;
}
.steps__list {
  display: flex;
  gap: 4rem;
}
@media (max-width: 541px) {
  .steps__list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .steps__list::-webkit-scrollbar {
    display: none;
  }
}
.steps__item {
  display: flex;
  flex-direction: column;
  width: 12.5rem;
  min-width: 12.5rem;
}
@media (max-width: 541px) {
  .steps__item {
    scroll-snap-align: start;
  }
}
.steps__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2.5rem;
}
.steps__item-number {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #3cb9ef;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
}
.steps__item-arrow {
  width: 3.125rem;
  height: 2px;
  background: #3cb9ef;
  position: relative;
  position: absolute;
  top: 1.5rem;
  right: -3.5rem;
}
.steps__item-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #3cb9ef;
  border-bottom: 2px solid #3cb9ef;
  transform: translateY(-50%) rotate(-45deg);
}
.steps__item:last-child .steps__item-arrow {
  display: none;
}
.steps__item-title {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 118%;
  margin-bottom: 0.625rem;
  min-height: 2.75rem;
}
.steps__item-desc {
  font-size: 0.813rem;
  line-height: 118%;
  color: #4a5052;
}

.faq {
  padding-bottom: 7.5rem;
}
@media (max-width: 541px) {
  .faq {
    padding-bottom: 3.75rem;
  }
}
.faq__wrapper {
  padding: 3.75rem 12.5rem;
  max-width: 1920px;
  width: 100%;
  background: #4a5052;
  border-radius: 2.5rem;
}
@media (max-width: 541px) {
  .faq__wrapper {
    padding: 1.875rem 0.875rem 3.75rem;
    border-radius: 2rem;
  }
}
.faq__title {
  color: #fff;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .faq__title {
    margin-bottom: 1.875rem;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.faq__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.faq__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  padding: 1.5rem 0;
  cursor: pointer;
}
.faq__question {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 118%;
}
@media (max-width: 541px) {
  .faq__question {
    font-size: 1.375rem;
  }
}
.faq__icon {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 541px) {
  .faq__icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
  }
}
.faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq__answer {
  color: #fff;
  font-size: 1.125rem;
  line-height: 118%;
  padding: 0 0 1.875rem;
}
@media (max-width: 541px) {
  .faq__answer {
    font-size: 1rem;
  }
}
.faq__answer p {
  margin: 0 0 1rem;
}
.faq__answer p:last-child {
  margin-bottom: 0;
}
.faq__item.is-active .faq__head {
  color: #3cb9ef;
}
.faq__item.is-active .faq__icon {
  border-color: #3cb9ef;
  transform: rotate(-135deg);
}

.seo {
  padding: 3.75rem 0;
  background: #fff;
}
@media (max-width: 541px) {
  .seo {
    padding: 1.875rem 0;
  }
}
.seo__wrapper {
  display: flex;
  flex-direction: column;
}
.seo__visible, .seo__hidden {
  color: #4a5052;
  font-size: 1.25rem;
  line-height: 118%;
}
.seo__visible p, .seo__hidden p {
  margin: 0 0 1rem;
}
.seo__visible p:last-child, .seo__hidden p:last-child {
  margin-bottom: 0;
}
.seo__visible h1,
.seo__visible h2,
.seo__visible h3,
.seo__visible h4,
.seo__visible h5,
.seo__visible h6 {
  margin-bottom: 1.5rem;
  color: #383737;
}
.seo__hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease, margin-top 0.6s ease;
}
.seo__toggle {
  border: none;
  background: transparent;
  color: #383737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 2.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.seo__toggle:hover {
  color: #3cb9ef;
}
@media (max-width: 541px) {
  .seo__toggle {
    margin-top: 1.875rem;
  }
}
.seo__toggle-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  transition: transform 0.3s ease;
}
.seo__toggle-icon svg {
  width: 100%;
  height: 100%;
}
.seo.is-open .seo__hidden {
  opacity: 1;
  margin-top: 1.5rem;
}
.seo.is-open .seo__toggle-icon {
  transform: rotate(180deg);
}

.news {
  padding-bottom: 7.5rem;
}
@media (max-width: 541px) {
  .news {
    padding-bottom: 3.75rem;
  }
}
.news__hero {
  padding: 3.75rem 0;
}
@media (max-width: 541px) {
  .news__hero {
    padding: 0;
  }
}
.news__title {
  font-size: 5.625rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .news__title {
    font-size: 3.438rem;
    margin-bottom: 2.5rem;
  }
}
.news__tabs {
  display: flex;
}
@media (max-width: 541px) {
  .news__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
}
.news__tab {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4a5052;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  flex: 1;
  max-width: 14.688rem;
  text-align: center;
  white-space: nowrap;
  min-width: 9.438rem;
}
.news__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
.news__tab:hover {
  color: #3cb9ef;
}
.news__tab.is-active {
  color: #3cb9ef;
}
.news__tab.is-active::after {
  background: #3cb9ef;
}
.news__list {
  padding: 2.5rem 0 3rem;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75rem 1.25rem;
}
@media (max-width: 541px) {
  .news__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}
.news__empty {
  font-size: 1.875rem;
  color: #4a5052;
}
.news .pagination {
  display: flex;
  justify-content: center;
}
.news .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news .page-numbers li {
  display: inline-flex;
}
.news .page-numbers a,
.news .page-numbers span {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 400;
  color: #4a5052;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.news .page-numbers .prev,
.news .page-numbers .next {
  font-size: 0;
  position: relative;
}
.news .page-numbers .prev::after,
.news .page-numbers .next::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: inline-block;
}
.news .page-numbers .prev::after {
  transform: rotate(135deg);
}
.news .page-numbers .next::after {
  transform: rotate(-45deg);
}
.news .page-numbers span.prev,
.news .page-numbers span.next {
  opacity: 0.5;
  cursor: default;
}
.news .page-numbers a:hover {
  color: #3cb9ef;
  border-color: rgba(60, 185, 239, 0.4);
}
.news .page-numbers .current {
  background: #3cb9ef;
  color: #fff;
}
.news .page-numbers .dots {
  width: auto;
  height: auto;
  padding: 0 0.5rem;
  border-radius: 0;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news-card__media {
  border-radius: 1.25rem;
  overflow: hidden;
  display: block;
  aspect-ratio: 4/3;
  background: #f7f7f7;
  box-shadow: 0 12px 30px rgba(56, 55, 55, 0.08);
}
.news-card__image, .news-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-card__placeholder {
  background: linear-gradient(135deg, rgba(60, 185, 239, 0.15), rgba(56, 55, 55, 0.08));
}
.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-card__date {
  font-size: 1.5rem;
  color: #4a5052;
}
@media (max-width: 541px) {
  .news-card__date {
    font-size: 1.25rem;
  }
}
.news-card__title {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 120%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 541px) {
  .news-card__title {
    font-size: 1.5rem;
  }
}
.news-card__title a {
  color: #383737;
  transition: all 0.3s ease-in-out;
}
.news-card__title a:hover {
  color: #3cb9ef;
}
.news-card__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 118%;
  text-transform: uppercase;
  color: #383737;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .news-card__link {
    font-size: 1rem;
  }
}
.news-card__link::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0.25rem;
}
@media (max-width: 541px) {
  .news-card__link::after {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.1rem;
  }
}
.news-card__link:hover {
  color: #3cb9ef;
}

.news {
  margin-top: 9rem;
}
@media (max-width: 541px) {
  .news {
    margin-top: 7rem;
  }
}

.single-news {
  margin-top: 9rem;
}
@media (max-width: 541px) {
  .single-news {
    margin-top: 7rem;
  }
}
.single-news__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 541px) {
  .single-news__header {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.single-news__title {
  font-size: 4.5em;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 541px) {
  .single-news__title {
    font-size: 2.5rem;
  }
}
.single-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}
.single-news__date {
  font-size: 1.5rem;
  color: #4a5052;
}
@media (max-width: 541px) {
  .single-news__date {
    font-size: 1.25rem;
  }
}
.single-news__share {
  width: 1.875rem;
  height: 1.875rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 541px) {
  .single-news__share {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.single-news__share img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-news__toast {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.5rem);
  background: #383737;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  opacity: 0;
  transform: translateY(0.25rem);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.single-news__toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.single-news__content {
  position: relative;
}
.single-news__content::after {
  content: "";
  display: table;
  clear: both;
}
.single-news__thumb {
  float: left;
  width: 46.875rem;
  height: 43.75rem;
  margin: 0 3.75rem 3.75rem 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .single-news__thumb {
    width: 100%;
    height: 20.563rem;
    margin: 0 0 1.5rem 0;
  }
}
.single-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news__text * {
  font-size: 1.125rem;
  line-height: 118%;
  color: #383737;
}

.related-news {
  padding: 3.75rem 0 7.5rem;
}
@media (max-width: 541px) {
  .related-news {
    padding: 2.5rem 0 3.75rem;
  }
}
.related-news__title {
  font-size: 4.375rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media (max-width: 541px) {
  .related-news__title {
    font-size: 2.625rem;
    margin-bottom: 1.875rem;
  }
}
.related-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75rem 1.25rem;
}
@media (max-width: 541px) {
  .related-news__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(70vw, 1fr);
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .related-news__grid::-webkit-scrollbar {
    display: none;
  }
  .related-news__grid > * {
    scroll-snap-align: start;
  }
}

.gallery {
  position: relative;
  padding: 3.75rem 0;
}
@media (max-width: 541px) {
  .gallery {
    padding-bottom: 2.5rem;
  }
}
.gallery__slider {
  position: relative;
}
.gallery__slide {
  display: block;
  height: 30.5rem;
}
@media (max-width: 541px) {
  .gallery__slide {
    height: 16.688rem;
  }
}
.gallery__link {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__nav {
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  padding: 0 2.5rem;
  z-index: 2;
}
.gallery__arrow {
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
}
.gallery__arrow::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.gallery__arrow:hover {
  border-color: #fff;
}
.gallery__arrow--prev::after {
  transform: translateX(0.5rem) rotate(135deg);
}
.gallery__arrow--next::after {
  transform: translateX(-0.5rem) rotate(-45deg);
}
.gallery__arrow.swiper-button-lock {
  display: none;
}
.gallery__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 542px) and (max-width: 1024px) {
  .gallery__nav {
    padding: 0 2rem;
  }
}
@media (max-width: 541px) {
  .gallery__nav {
    display: none;
  }
}

.portfolio-list {
  padding: 9rem 0 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-list {
    padding: 7rem 0 1.875rem;
  }
}
.portfolio-list__hero {
  padding: 1.25rem 0 0;
}
@media (max-width: 541px) {
  .portfolio-list__hero {
    padding: 0;
  }
}
.portfolio-list__title {
  font-size: 5.625rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-list__title {
    font-size: 3.438rem;
    margin-bottom: 2.5rem;
  }
}
.portfolio-list__tabs {
  display: flex;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-list__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
}
.portfolio-list__tab {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4a5052;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  flex: 1;
  max-width: 14.688rem;
  text-align: center;
  white-space: nowrap;
  min-width: 9.438rem;
}
@media (max-width: 541px) {
  .portfolio-list__tab {
    flex: 0 0 auto;
  }
}
.portfolio-list__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
.portfolio-list__tab:hover {
  color: #3cb9ef;
}
.portfolio-list__tab.is-active {
  color: #3cb9ef;
}
.portfolio-list__tab.is-active::after {
  background: #3cb9ef;
}
.portfolio-list__list {
  padding: 2.5rem 0 3rem;
}
.portfolio-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.75rem 1.875rem;
}
@media (max-width: 541px) {
  .portfolio-list__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}
.portfolio-list__intro {
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-list__intro {
    margin-bottom: 2.5rem;
  }
}
.portfolio-list__intro .container {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-list__intro .container {
    gap: 2.5rem;
  }
}
.portfolio-list__subtitle {
  font-size: 4.375rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 541px) {
  .portfolio-list__subtitle {
    font-size: 2.625rem;
  }
}
.portfolio-list__desc {
  font-size: 1.25rem;
  line-height: 118%;
}
@media (max-width: 541px) {
  .portfolio-list__desc {
    font-size: 1.125rem;
  }
}
.portfolio-list__empty {
  font-size: 1.875rem;
  color: #4a5052;
}
.portfolio-list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
.portfolio-list .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-list .page-numbers li {
  display: inline-flex;
}
.portfolio-list .page-numbers a,
.portfolio-list .page-numbers span {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.563rem;
  font-weight: 400;
  color: #4a5052;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.portfolio-list .page-numbers .prev,
.portfolio-list .page-numbers .next {
  font-size: 0;
  position: relative;
}
.portfolio-list .page-numbers .prev::after,
.portfolio-list .page-numbers .next::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: inline-block;
}
.portfolio-list .page-numbers .prev::after {
  transform: rotate(135deg);
}
.portfolio-list .page-numbers .next::after {
  transform: rotate(-45deg);
}
.portfolio-list .page-numbers span.prev,
.portfolio-list .page-numbers span.next {
  opacity: 0.5;
  cursor: default;
}
.portfolio-list .page-numbers a:hover {
  color: #3cb9ef;
  border-color: rgba(60, 185, 239, 0.4);
}
.portfolio-list .page-numbers .current {
  background: #3cb9ef;
  color: #fff;
}
.portfolio-list .page-numbers .dots {
  width: auto;
  height: auto;
  padding: 0 0.5rem;
  border-radius: 0;
}

.portfolio-card {
  width: 100%;
  height: 42rem;
}
@media (max-width: 541px) {
  .portfolio-card {
    height: 37.5rem;
  }
}
.portfolio-card__media {
  border-radius: 1.25rem;
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  background: #f7f7f7;
}
.portfolio-card__image, .portfolio-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.portfolio-card__placeholder {
  background: linear-gradient(135deg, rgba(56, 55, 55, 0.6), rgba(56, 55, 55, 0.2));
}
.portfolio-card__content {
  position: absolute;
  inset: 0;
  padding: 3.125rem 2.906rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(56, 55, 55, 0.15) 0%, rgba(56, 55, 55, 0.6) 100%);
}
@media (max-width: 541px) {
  .portfolio-card__content {
    padding: 1.875rem 1.438rem;
  }
}
.portfolio-card__title {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 118%;
  color: #fff;
}
@media (max-width: 541px) {
  .portfolio-card__title {
    font-size: 2.188rem;
  }
}
.portfolio-card__button {
  align-self: flex-start;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.portfolio-card:hover .portfolio-card__button {
  opacity: 1;
}
.portfolio-card:hover .portfolio-card__image {
  transform: scale(1.1);
}

.portfolio-single {
  margin-top: 9rem;
}
@media (max-width: 541px) {
  .portfolio-single {
    margin-top: 7rem;
  }
}

.portfolio-hero__title {
  font-size: 5.625rem;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-hero__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}

.portfolio-gallery {
  padding-bottom: 2.5rem;
}
.portfolio-gallery__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.portfolio-gallery__title {
  font-size: 4.375rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 541px) {
  .portfolio-gallery__title {
    font-size: 2.625rem;
  }
}
.portfolio-gallery__nav {
  display: flex;
  gap: 0.75rem;
  transform: translate(-50%, -100%);
}
@media (max-width: 541px) {
  .portfolio-gallery__nav {
    display: none;
  }
}
.portfolio-gallery__main {
  border-radius: 1rem;
  overflow: hidden;
}
.portfolio-gallery__wrapper {
  position: relative;
}
.portfolio-gallery__main-slide {
  height: 30.5rem;
}
@media (max-width: 541px) {
  .portfolio-gallery__main-slide {
    height: 16.688rem;
  }
}
.portfolio-gallery__link {
  display: block;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.portfolio-gallery__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 1rem;
}
.portfolio-gallery__thumb-slide {
  width: 10.563rem;
  height: 9.375rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .portfolio-gallery__thumb-slide {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.portfolio-gallery__thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-gallery__thumbs--static {
  overflow: visible;
}
.portfolio-gallery__thumbs--static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.5rem;
}
.portfolio-gallery__thumbs--static .portfolio-gallery__thumb-slide {
  opacity: 1;
}
@media (min-width: 542px) and (max-width: 1024px) {
  .portfolio-gallery__thumbs--static .swiper-wrapper {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width: 541px) {
  .portfolio-gallery__thumbs--static .swiper-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.portfolio-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.portfolio-review {
  padding: 2.5rem 0 4rem;
}
.portfolio-review__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  background: #f7f7f7;
  border-radius: 3.125rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50rem;
  padding: 0 7.938rem;
}
@media (max-width: 541px) {
  .portfolio-review__wrapper {
    flex-direction: column;
    height: auto;
    padding: 1.5rem 0.875rem;
  }
}
.portfolio-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.portfolio-review__title {
  font-size: 4.375rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  max-width: 31rem;
}
@media (max-width: 541px) {
  .portfolio-review__title {
    font-size: 2.625rem;
    max-width: 100%;
  }
}
.portfolio-review__nav {
  display: flex;
  gap: 0.75rem;
  z-index: 2;
  position: absolute;
  bottom: 2.5rem;
  right: 3.75rem;
}
@media (max-width: 541px) {
  .portfolio-review__nav {
    gap: 0.25rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.portfolio-review__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 55, 55, 0.2);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.portfolio-review__arrow::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #383737;
  border-bottom: 2px solid #383737;
  display: inline-block;
}
.portfolio-review__arrow--prev::after {
  transform: rotate(135deg);
}
.portfolio-review__arrow--next::after {
  transform: rotate(-45deg);
}
.portfolio-review__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.portfolio-review__slider {
  width: 46.625rem !important;
  height: 36.688rem;
}
@media (max-width: 541px) {
  .portfolio-review__slider {
    width: 100% !important;
    height: fit-content;
  }
}
.portfolio-review__slide {
  height: 100% !important;
}
.portfolio-review__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 3.125rem;
  overflow: hidden;
  padding: 2rem 2rem 5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 541px) {
  .portfolio-review__card {
    border-radius: 2.5rem;
    padding: 2rem 2rem 4rem;
  }
}
.portfolio-review__meta {
  margin-bottom: 2.5rem;
}
.portfolio-review__name {
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 541px) {
  .portfolio-review__name {
    font-size: 2.5rem;
  }
}
.portfolio-review__position {
  font-size: 2.188rem;
  font-weight: 600;
}
@media (max-width: 541px) {
  .portfolio-review__position {
    font-size: 1.875rem;
  }
}
.portfolio-review__city {
  font-size: 1.875rem;
}
@media (max-width: 541px) {
  .portfolio-review__city {
    font-size: 1.75rem;
  }
}
.portfolio-review__text {
  font-size: 1.25rem;
  line-height: 118%;
}
@media (max-width: 541px) {
  .portfolio-review__text {
    font-size: 1rem;
  }
}

.cta2 {
  padding: 3rem 0;
}
.cta2__wrapper {
  position: relative;
  border-radius: 3.125rem;
  background-color: #383737;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 29.438rem;
  padding: 6.313rem;
  display: flex;
  align-items: center;
}
@media (max-width: 541px) {
  .cta2__wrapper {
    flex-direction: column;
    min-height: 36.813rem;
    padding: 3.75rem 1.875rem;
  }
}
.cta2__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(56, 55, 55, 0.96) 0%, rgba(56, 55, 55, 0.75) 55%, rgba(56, 55, 55, 0.3) 100%);
}
.cta2__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  max-width: 40rem;
  color: #fff;
}
@media (max-width: 541px) {
  .cta2__content {
    max-width: 100%;
    position: static;
  }
}
.cta2__title {
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 541px) {
  .cta2__title {
    font-size: 2.5rem;
  }
}
.cta2__title strong,
.cta2__title span {
  color: #3cb9ef;
}
.cta2__desc {
  font-size: 1.875rem;
  line-height: 118%;
}
@media (max-width: 541px) {
  .cta2__desc {
    font-size: 1.5rem;
  }
}
.cta2__action {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: absolute;
  top: 50%;
  right: -60%;
  transform: translateY(-75%);
}
@media (max-width: 541px) {
  .cta2__action {
    align-items: center;
    top: auto;
    right: 50%;
    bottom: 3.75rem;
    transform: translate(50%, 0);
  }
}
.cta2__arrow {
  color: #3cb9ef;
  width: 5.75rem;
  height: 6.938rem;
}
.cta2__arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 541px) {
  .cta2__button {
    width: 20.625rem;
  }
}

.quiz {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
}
.quiz.is-open {
  display: block;
}
.quiz__overlay {
  position: absolute;
  inset: 0;
  background: rgba(56, 55, 55, 0.7);
}
.quiz__panel {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(255.55deg, #3cb9ef -22.64%, #373838 60.24%);
  color: #fff;
}
.quiz__inner {
  display: flex;
  flex-direction: column;
  width: 95.25rem;
  height: 100%;
  min-height: 100svh;
  padding: 3.75rem 3.75rem calc(3.75rem + env(safe-area-inset-bottom));
  margin: 0 auto;
}
@media (max-width: 541px) {
  .quiz__inner {
    width: 100%;
    padding: 4rem 0.625rem calc(1.5rem + env(safe-area-inset-bottom));
  }
}
.quiz__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__close {
    top: 0.75rem;
    right: 0.75rem;
  }
}
.quiz__close::before, .quiz__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 2px;
  background: #fff;
}
.quiz__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.quiz__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quiz__progress {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  margin-bottom: 3.75rem;
}
@media (max-width: 541px) {
  .quiz__progress {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.quiz__progress.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.quiz__progress-item {
  width: 15.313rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__progress-item {
    width: auto;
    flex: 1;
  }
}
.quiz__progress-item.is-active {
  background: #fff;
}
.quiz__steps {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 541px) {
  .quiz__steps {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.quiz__step {
  display: none;
}
.quiz__step.is-active {
  display: block;
}
.quiz__step-title {
  font-size: 3.125rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 541px) {
  .quiz__step-title {
    font-size: 2.188rem;
    text-align: left;
  }
}
.quiz__step-desc {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 541px) {
  .quiz__step-desc {
    margin-top: 1.25rem;
    text-align: left;
  }
}
.quiz__intro {
  min-height: 26rem;
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
  background-color: #383737;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
}
.quiz__head {
  margin-bottom: 2.5rem;
}
@media (max-width: 541px) {
  .quiz__head {
    margin-bottom: 1.25rem;
  }
}
.quiz__choices {
  display: grid;
  gap: 2.5rem 1.25rem;
}
@media (max-width: 541px) {
  .quiz__choices {
    gap: 1.25rem;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.quiz__choices--columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 541px) {
  .quiz__choices--columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quiz__choices--values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 541px) {
  .quiz__choices--values {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quiz__value-choice {
  display: block;
  cursor: pointer;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 1.25rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 541px) {
  .quiz__value-choice {
    padding: 0.875rem 1rem;
  }
}
.quiz__value-label {
  font-size: 1.125rem;
  display: block;
}
@media (max-width: 541px) {
  .quiz__value-label {
    font-size: 1rem;
  }
}
.quiz__control:checked ~ .quiz__value-label {
  color: #3cb9ef;
}
.quiz__value-choice:has(.quiz__control:checked) {
  border-color: #3cb9ef;
  box-shadow: 0 0 0 2px rgba(60, 185, 239, 0.3);
}
.quiz__choice {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.quiz__choice-mark {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.quiz__choice-label {
  font-size: 1.25rem;
  white-space: nowrap;
}
.quiz__control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz__control:checked + .quiz__choice-mark {
  border-color: #3cb9ef;
  background: #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.3);
}
.quiz__control:checked ~ .quiz__choice-label {
  color: #3cb9ef;
}
.quiz__field {
  max-width: 32rem;
}
@media (max-width: 541px) {
  .quiz__field {
    max-width: 100%;
  }
}
.quiz__field--center {
  margin: 0 auto;
}
.quiz__field-label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.quiz__fields-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 541px) {
  .quiz__fields-row {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.quiz__fields-row .quiz__field {
  min-width: 30%;
}
@media (max-width: 541px) {
  .quiz__fields-row .quiz__field {
    min-width: 100%;
  }
}
.quiz__fields-row .quiz__input {
  margin-top: 0;
}
.quiz__skip-wrap {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 541px) {
  .quiz__skip-wrap {
    margin-top: 1.25rem;
  }
}
.quiz__skip-btn {
  border-radius: 1.875rem;
  border: 1px solid #3cb9ef;
  background: rgba(56, 55, 55, 0.25);
  color: #fff;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  display: block;
}
.quiz__skip-btn:hover {
  background: rgba(60, 185, 239, 0.15);
}
.quiz__input {
  width: 100%;
  border-radius: 1.875rem;
  border: 1px solid rgba(60, 185, 239, 0.6);
  padding: 1.25rem 1.875rem;
  font-size: 1.25rem;
  background: rgba(56, 55, 55, 0.25);
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-top: 2.5rem;
}
.quiz__input::placeholder {
  opacity: 0.5;
}
@media (max-width: 541px) {
  .quiz__input {
    font-size: 0.875rem;
    padding: 0.875rem 1.25rem;
    margin-top: 1.25rem;
  }
}
.quiz__input::placeholder {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 541px) {
  .quiz__input::placeholder {
    font-size: 0.875rem;
  }
}
.quiz__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  height: 36rem;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 541px) {
  .quiz__cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-right: 0;
    height: auto;
  }
}
.quiz__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quiz__card-media {
  width: 100%;
  height: 12.438rem;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__card-media {
    height: 11.125rem;
    border-radius: 0.625rem;
  }
}
.quiz__card-foot {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.quiz__card-dot {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.quiz__card-title {
  font-size: 1.25rem;
}
.quiz__control:checked ~ .quiz__card-title {
  color: #3cb9ef;
}
.quiz__control:checked ~ .quiz__card-media {
  border: 2px solid #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.25);
}
.quiz__control:checked ~ .quiz__card-foot .quiz__card-dot {
  border-color: #3cb9ef;
  background: #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.25);
}
.quiz__cards--gift {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 541px) {
  .quiz__cards--gift {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quiz__card--gift .quiz__card-foot {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.quiz__card--gift .quiz__card-media {
  background-image: none;
  height: auto;
}
.quiz__card-media {
  position: relative;
}
.quiz__card-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: #3cb9ef;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 541px) {
  .quiz__card-badge {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
  }
}
.quiz__card-media-img {
  display: block;
  width: 100%;
  height: 12.438rem;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 541px) {
  .quiz__card-media-img {
    height: 11.125rem;
    border-radius: 0.625rem;
  }
}
.quiz__card-price {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.quiz__control:checked ~ .quiz__card-media, .quiz__control:checked ~ .quiz__card-foot .quiz__card-dot {
  border-color: #3cb9ef;
}
.quiz__card--gift .quiz__control:checked ~ .quiz__card-media .quiz__card-media-img {
  border: 2px solid #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.25);
}
.quiz__error {
  visibility: hidden;
  margin-top: 1.25rem;
  color: #ff7b7b;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__error {
    display: none;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.quiz__step.is-error .quiz__error {
  visibility: visible;
}
.quiz__nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 541px) {
  .quiz__nav {
    margin-top: 0.5rem;
    gap: 0.5rem;
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.quiz__nav-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.quiz__nav-error {
  color: #ff7b7b;
  font-size: 1.875rem;
  text-align: center;
  min-height: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.quiz__nav-error.is-visible {
  opacity: 1;
}
@media (max-width: 541px) {
  .quiz__nav-error {
    font-size: 0.875rem;
  }
}
@media (max-width: 541px) {
  .quiz__nav-btn {
    flex: 1;
    padding: 0.875rem;
  }
}
.quiz__nav-btn.is-error {
  background: #ff7b7b;
  border-color: #ff7b7b;
}
.quiz__nav-btn.is-error:hover, .quiz__nav-btn.is-error:focus {
  background: #ff7b7b;
  border-color: #ff7b7b;
}
.quiz__form {
  max-width: 38.875rem;
  box-sizing: border-box;
}
@media (max-width: 541px) {
  .quiz__form {
    max-width: 100%;
  }
}
.quiz__form--center {
  margin: 0 auto;
}
.quiz__form .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.25rem 1.875rem;
  background: transparent;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-form-control {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.875rem 1.25rem;
  }
}
.quiz__form .wpcf7-form-control::placeholder {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-form-control::placeholder {
    font-size: 1rem;
  }
}
.quiz__form .wpcf7-form-control.wpcf7-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox,
.quiz__form .quiz-privacy {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.quiz__form .quiz-privacy .wpcf7-list-item {
  margin: 0;
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox label,
.quiz__form .quiz-privacy label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox input,
.quiz__form .quiz-privacy input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label,
.quiz__form .quiz-privacy .wpcf7-list-item-label {
  position: relative;
  padding-left: 2rem;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label,
  .quiz__form .quiz-privacy .wpcf7-list-item-label {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before,
.quiz__form .quiz-privacy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before,
  .quiz__form .quiz-privacy .wpcf7-list-item-label::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.quiz__form .wpcf7-form-control.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.quiz__form .quiz-privacy input:checked + .wpcf7-list-item-label::before {
  border-color: #3cb9ef;
  background: #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.2);
}
.quiz__form .wpcf7-submit {
  background: #3cb9ef;
  border-color: #3cb9ef;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-submit {
    font-size: 1.25rem;
    padding: 0.875rem 0;
  }
}
.quiz__form .wpcf7-submit:hover {
  background: #51cbff;
  border-color: #51cbff;
}
.quiz__form .wpcf7-not-valid-tip {
  margin: 0 0 1rem;
  color: #ff7b7b;
  font-size: 1rem;
}
@media (max-width: 541px) {
  .quiz__form .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}
.quiz__select {
  position: relative;
  margin-bottom: 1.25rem;
  display: block;
}
.quiz__select.is-open .quiz__select-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.quiz__select-text {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 541px) {
  .quiz__select-text {
    font-size: 1rem;
  }
}
.quiz__select-trigger {
  width: 100%;
  box-sizing: border-box;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.25rem 1.875rem;
  background: transparent;
  color: #fff;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .quiz__select-trigger {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
  }
}
.quiz__select-trigger::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 0.813rem;
  height: 0.438rem;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10"><path d="M2 2l6 6 6-6" stroke="%23ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
}
.quiz__select-panel {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  color: #383737;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 12px 30px rgba(56, 55, 55, 0.2);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 541px) {
  .quiz__select-panel {
    padding: 0.875rem;
  }
}
.quiz__select-option {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0 1rem 0 2.8rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 541px) {
  .quiz__select-option {
    font-size: 0.875rem;
    padding: 0 1rem 0 1.5rem;
  }
}
.quiz__select-option::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #383737;
  background: transparent;
}
@media (max-width: 541px) {
  .quiz__select-option::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.quiz__select-option.is-active::before {
  border-color: #3cb9ef;
  background: #3cb9ef;
  box-shadow: 0 0 0 3px rgba(60, 185, 239, 0.2);
}
.quiz__select-option.is-placeholder {
  color: rgba(56, 55, 55, 0.5);
  cursor: default;
}
.quiz__select-option-icon {
  width: 1.563rem;
  height: 1.563rem;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
  flex: 0 0 auto;
}

body.quiz-open {
  overflow: hidden;
}
