._footer_1rdjo_1 {
  background-color: var(--accent);
  padding: 40px 28px;
  margin-top: 72px;
  text-align: center;
  color: var(--primary);
}
._footerNav_1rdjo_9 {
  display: none;
}
._footerContent_1rdjo_13 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
._contactsItem_1rdjo_21:not(:last-child) {
  margin-bottom: 12px;
}
._contactsItem_1rdjo_21 > h4,
._contactsItem_1rdjo_21 > a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: var(--primary);
}
._contactsItem_1rdjo_21 > a {
  font-weight: 400;
  text-decoration: none;
}
._footerLogo_1rdjo_39 ._mobile_1rdjo_39 {
  display: block;
}
._footerLogo_1rdjo_39 ._desktop_1rdjo_43 {
  display: none;
}
._codes_1rdjo_47 > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--primary);
}
._codes_1rdjo_47 > p:not(:last-child) {
  margin-bottom: 12px;
}
._socialLinks_1rdjo_59 {
  margin: 24px auto;
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._footerBottom_1rdjo_70 {
  padding-top: 40px;
  border-top: 1px solid var(--primary);
}
._copyright_1rdjo_75 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: var(--primary);
}
@media (min-width: 1024px) {
  ._footer_1rdjo_1 {
    background-color: var(--accent);
    padding: 68px 0;
    margin-top: 120px;
  }
  ._footerTop_1rdjo_91 {
    margin-bottom: 50px;
  }
  ._footerNav_1rdjo_9 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin-bottom: 72px;
  }
  ._footerNav_1rdjo_9 > a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary);
    text-decoration: none;
  }
  ._footerContent_1rdjo_13 {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0 56px;
  }
  ._footerContent_1rdjo_13 > div {
    text-align: left;
  }
  ._footerContent_1rdjo_13 > div {
    width: 25%;
  }
  ._contactsItem_1rdjo_21 > h4,
  ._contactsItem_1rdjo_21 > a {
    font-size: 16px;
  }
  ._footerLogo_1rdjo_39 ._mobile_1rdjo_39 {
    display: none;
  }
  ._footerLogo_1rdjo_39 ._desktop_1rdjo_43 {
    display: block;
  }
  ._codes_1rdjo_47 > p {
    font-size: 16px;
  }
  ._socialLinks_1rdjo_59 {
    margin: 56px 0 0;
    justify-content: start;
    gap: 24px;
  }
}
._languageSwitcher_1sgpe_1 {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary);
}
._languageButton_1sgpe_10 {
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: var(--primary);
  border: none;
  padding: 0 60px;
  cursor: pointer;
}
._languageButton_1sgpe_10 ._arrow_1sgpe_22 {
  margin-left: 30px;
}
._languageButton_1sgpe_10 ._arrow_1sgpe_22 svg {
  transition: 0.5s;
}
._languageButton_1sgpe_10 ._arrow_1sgpe_22._open_1sgpe_29 svg {
  transform: rotate(180deg);
}
._languageMenu_1sgpe_33 {
  position: absolute;
  background-color: var(--primary);
  z-index: 2;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: 0.5s;
  margin-top: 20px;
  overflow: hidden;
  height: 0;
}
._languageMenu_1sgpe_33._open_1sgpe_29 {
  opacity: 1;
  height: 50.5px;
}
._languageOption_1sgpe_51 {
  text-align: center;
  margin: 0 auto;
  color: #000;
  padding: 16px;
  text-decoration: none;
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}
._languageOption_1sgpe_51._selected_1sgpe_65 {
  color: #e9e3b4;
}
._languageOption_1sgpe_51:hover {
  background-color: #e9e3b4;
  color: #000;
}
@media (min-width: 1024px) {
  ._languageSwitcher_1sgpe_1 {
    padding: 0;
    border: none;
    margin: 0;
  }
  ._languageButton_1sgpe_10 {
    font-size: 16px;
    position: relative;
    padding: 0 20px 0 0;
  }
  ._languageButton_1sgpe_10 ._arrow_1sgpe_22 {
    margin-left: 10px;
  }
  ._languageButton_1sgpe_10 ._arrow_1sgpe_22 svg {
    width: 11px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  ._languageButton_1sgpe_10 ._arrow_1sgpe_22._open_1sgpe_29 svg {
    transform: rotate(180deg) translateY(50%);
  }
  ._languageMenu_1sgpe_33 {
    flex-direction: column;
    margin-top: 0;
    width: auto;
    left: 50%;
    transform: translate(-50%);
  }
  ._languageMenu_1sgpe_33._open_1sgpe_29 {
    opacity: 1;
    height: 152px;
  }
}
._header_mb1sc_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 999;
  transition: 0.3s;
}
._header_mb1sc_1._navClosed_mb1sc_15 {
  background: #8c8c8c80;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
._mobileLogo_mb1sc_22 {
  position: relative;
  z-index: 1000;
}
._desktopLogo_mb1sc_27 {
  display: none;
}
._burger_mb1sc_31 {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1000;
}
._navbar_mb1sc_38 {
  background-color: var(--accent);
  position: absolute;
  transform: translate(200%);
  opacity: 0;
  transition: 0.5s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 35px;
  padding-left: 24px;
  padding-top: 130px;
  z-index: 10;
}
._navbar_mb1sc_38 > a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: var(--primary);
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-height: 700px) {
  ._navbar_mb1sc_38 {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  ._header_mb1sc_1 {
    padding: 30px 20px;
  }
  ._burger_mb1sc_31,
  ._mobileLogo_mb1sc_22 {
    display: none;
  }
  ._desktopLogo_mb1sc_27 {
    display: block;
  }
  ._navbar_mb1sc_38 {
    position: static;
    opacity: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 0;
    transform: none;
    background-color: transparent;
    height: auto;
  }
  ._navbar_mb1sc_38 > a {
    font-size: 16px;
  }
  ._navItem_mb1sc_106 {
    position: relative;
    border-bottom: 1px solid transparent;
  }
  ._navItem_mb1sc_106._active_mb1sc_111 {
    border-bottom-color: var(--primary);
  }
  ._navItem_mb1sc_106:before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    bottom: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    transition: 0.5s ease-out;
  }
  ._navItem_mb1sc_106:not([aria-current="page"]):hover:before {
    width: 100%;
    opacity: 1;
  }
  ._navContainer_mb1sc_131 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
._hero_13tg8_1 {
  /*background-image: url("../13-BCjo06aG.jpg");*/
  height: 50vh;
  padding: 0;
  position: relative;
  text-align: center;
}
.fullscreen-slider-wrapper,
.fullscreen-slider-wrapper .swiper,
.fullscreen-slider-wrapper .slide-content,
.fullscreen-slider-wrapper .slide-overlay {
  height: 100%;
}
.fullscreen-slider-wrapper .slide-overlay {
  grid-area: 1/1;
  background-color: #0009;
}
.fullscreen-slider-wrapper .slide-content {
  grid-area: 1/1;
  width: 100%;
  padding: 60px 0;
}
.fullscreen-slider-wrapper {
  position: relative;
  z-index: 1;
}
.fullscreen-slider-wrapper .swiper-slide {
  display: grid;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fullscreen-slider-wrapper .swiper-slide-visible {
  z-index: 1;
}
.fullscreen-slider-wrapper .swiper-slide-visible .targetButtonLight {
  position: relative;
  z-index: 10;
}
.fullscreen-slider-wrapper .content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fullscreen-slider-wrapper h1 {
  margin-top: 30px !important;
  margin-bottom: 20px;
}
.fullscreen-slider-wrapper .slide-desc {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
._hero_13tg8_1._main_13tg8_10,
._hero_13tg8_1._notFound_13tg8_11,
._hero_13tg8_1._thankYou_13tg8_12 {
  height: 100vh;
}
._hero_13tg8_1._about_13tg8_16 {
  background-image: url(../15-D3gUd4ec.jpg);
}
._hero_13tg8_1._services_13tg8_20 {
  background-image: url(../1-BfRg1vb_.jpg);
}
._hero_13tg8_1._portfolio_13tg8_24 {
  background-image: url(../2-B7ez-boL.jpg);
}
._hero_13tg8_1._contacts_13tg8_28 {
  background-image: url(../8-lxmntoNE.jpg);
}
._hero_13tg8_1._notFound_13tg8_11 {
  background-image: url(../15-DyWavzXb.jpg);
}
._hero_13tg8_1._main_13tg8_10 ._mainTitle_13tg8_36,
._hero_13tg8_1._thankYou_13tg8_12 ._mainTitle_13tg8_36 {
  font-size: 34px;
  margin-top: 35vh;
}
._hero_13tg8_1._notFound_13tg8_11 ._mainTitle_13tg8_36 {
  font-size: 148px;
  margin-top: 20vh;
}
._hero_13tg8_1._notFound_13tg8_11 ._mainSubtitle_13tg8_47 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--primary);
}
._mainTitle_13tg8_36 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: var(--primary);
  width: 90%;
  margin: 20vh auto;
}
._hero_13tg8_1._notFound_13tg8_11 ._mainTitle_13tg8_36 {
  margin-bottom: 0;
}
._targetButton_13tg8_70._backButton_13tg8_70 {
  margin-top: 20vh;
  padding: 16px 60px 16px 32px;
  display: inline-block;
  text-decoration: none;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  ._hero_13tg8_1 {
    height: 70vh;
  }
  ._hero_13tg8_1._main_13tg8_10 ._mainTitle_13tg8_36,
  ._hero_13tg8_1._thankYou_13tg8_12 ._mainTitle_13tg8_36 {
    font-size: 48px;
    margin-top: 25vh;
  }
  ._hero_13tg8_1._notFound_13tg8_11 ._mainTitle_13tg8_36 {
    font-size: 250px;
    margin-top: 20vh;
  }
  ._hero_13tg8_1._notFound_13tg8_11 ._mainSubtitle_13tg8_47 {
    font-size: 40px;
  }
  ._mainTitle_13tg8_36 {
    font-size: 64px;
    width: 60%;
    margin-top: 28vh;
  }
  ._targetButton_13tg8_70._backButton_13tg8_70 {
    margin-top: 80px;
  }
}
._modalOverlay_1fw4f_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
._modalOverlay_1fw4f_1._visible_1fw4f_16 {
  opacity: 1;
  z-index: 1000;
}
._modalOverlay_1fw4f_1._hidden_1fw4f_20 {
  opacity: 0;
  z-index: -0;
}
._modalContent_1fw4f_24 {
  background-color: var(--accent);
  position: relative;
  width: 90%;
  max-width: 1280px;
  transform: translateY(-20px);
  transition: transform 0.3s ease-in-out;
}
._modalOverlay_1fw4f_1._visible_1fw4f_16 ._modalContent_1fw4f_24 {
  transform: translateY(0);
}
._closeButton_1fw4f_37 {
  position: absolute;
  top: 15px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
._targetButton_1ubga_1 {
  padding: 16px 60px 16px 32px;
}
._formWrapper_b6cl1_1 {
  background-color: var(--accent);
  padding: 40px 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
._desktopPhoto_b6cl1_9 {
  display: none;
}
._formWrapper_b6cl1_1._formSuccess_b6cl1_13 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  color: var(--primary);
  height: 524px;
  padding-top: 0;
  padding-bottom: 0;
}
._formWrapper_b6cl1_1._formSuccess_b6cl1_13 h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
}
._formWrapper_b6cl1_1._formSuccess_b6cl1_13 p {
  font-weight: 300;
  font-size: 10px;
  line-height: 150%;
}
._formWrapper_b6cl1_1 h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 24px;
}
._formContainer_b6cl1_48 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._inputFieldContainer_b6cl1_54 {
  margin-bottom: 10px;
}
._inputField_b6cl1_54,
._inputFieldContainer_b6cl1_54 select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 8px;
  border: 1px solid var(--gray);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--primary);
  line-height: 125%;
  background-color: transparent;
  outline: none;
}
._inputField_b6cl1_54:focus {
  border-color: var(--primary);
}
._inputField_b6cl1_54::placeholder {
  color: var(--gray);
}
._inputField_b6cl1_54._inputError_b6cl1_80 {
  border-color: var(--error);
}
textarea._inputField_b6cl1_54 {
  resize: vertical;
  max-height: 150px;
}
._submitButton_b6cl1_89 {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--gray);
  padding: 16px 61px 16px 32px;
}
._wrapper_b6cl1_99 ._formWrapper_b6cl1_1 ._submitButton_b6cl1_89 {
  width: 60%;
  margin: 0 auto;
}
._submitButton_b6cl1_89:disabled,
._submitButton_b6cl1_89:disabled:hover {
  background-color: #a3a7ab;
  color: #646464;
}
._error_b6cl1_110 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 10px;
  line-height: 150%;
  color: var(--error);
  margin-top: 4px;
}
@media (min-width: 1024px) {
  ._wrapper_b6cl1_99 {
    display: flex;
    align-items: stretch;
  }
  ._wrapper_b6cl1_99,
  ._formWrapper_b6cl1_1._formSuccess_b6cl1_13 {
    height: 627px;
  }
  ._formWrapper_b6cl1_1._formSuccess_b6cl1_13 h3 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 50px;
  }
  ._formWrapper_b6cl1_1._formSuccess_b6cl1_13 p {
    font-size: 12px;
  }
  ._wrapper_b6cl1_99 ._formWrapper_b6cl1_1._formSuccess_b6cl1_13 {
    padding-top: 0;
    padding-bottom: 0;
  }
  ._wrapper_b6cl1_99 ._formWrapper_b6cl1_1 {
    width: 35%;
    flex: 1;
    padding: 57px 85px;
  }
  ._formWrapper_b6cl1_1 h3 {
    font-size: 32px;
  }
  ._desktopPhoto_b6cl1_9 {
    flex: 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 55%;
  }
  textarea._inputField_b6cl1_54 {
    max-height: 100px;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff;
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(255, 255, 255, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
._aboutSection_tcvg5_3 {
  text-align: center;
}
._aboutDescription_tcvg5_7 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: var(--accent);
}
._aboutUsBtn_tcvg5_16 {
  padding: 16px 46px 16px 16px;
  margin-top: 24px;
  margin-right: 60px;
}
._aboutSection_tcvg5_3 ._mobile_tcvg5_22 {
  display: inline-block;
}
._aboutSection_tcvg5_3 ._desktop_tcvg5_25 {
  margin-top: 30px;
}
._aboutMainImg_tcvg5_29 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
._servicesSection_tcvg5_37 {
  text-align: center;
}
._servicesListContainer_tcvg5_41 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._servicesListContainer_tcvg5_41 > div {
  padding: 200px 0;
  width: 100%;
}

._servicesListContainer_tcvg5_41 > div > h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
  color: var(--primary);
  width: 70%;
}
._moreBtn_tcvg5_73 {
  padding: 16px 44px;
  margin-top: 24px;
  margin-right: 60px;
}
._servicesSection_tcvg5_37 ._moreBtn_tcvg5_73:after,
._portfolioSection_tcvg5_80 ._moreBtn_tcvg5_73:after,
._aboutSection_tcvg5_3 ._aboutUsBtn_tcvg5_16:after {
  right: -60px;
}
section._howWeWorkSection_tcvg5_87 {
  padding-left: 0;
  padding-right: 0;
}
._howWeWorkListBg_tcvg5_92 {
  background-color: var(--accent);
}
._howWeWorkListContainer_tcvg5_96 {
  padding: 40px 50px;
}
._stepContainer_tcvg5_100 {
  padding: 12px 24px;
  text-align: center;
}
._stepContainer_tcvg5_100:not(:last-child) {
  border-bottom: 1px solid var(--primary);
}
._stepContainer_tcvg5_100 > ._stepNumber_tcvg5_109 {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 72px;
  color: var(--primary);
}
._stepContainer_tcvg5_100 > ._stepNumber_tcvg5_109 + h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--primary);
  margin-top: 15px;
}
._portfolioSection_tcvg5_80 {
  text-align: center;
}
._swiper_tcvg5_131 {
  width: 100%;
  height: 440px;
}
._swiper_tcvg5_131 img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
@media (min-width: 1024px) {
  ._aboutSection_tcvg5_3 {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: start;
    height: 725px;
  }
  ._aboutMainImg_tcvg5_29 {
    display: inline-block;
    margin: 0;
    height: 100%;
    width: 45%;
    object-fit: cover;
  }
  ._aboutSection_tcvg5_3 ._aboutDescription_tcvg5_7 {
    text-align: left;
  }
  ._leftSide_tcvg5_167 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
  }
  ._aboutUsBtn_tcvg5_16 {
    margin-top: 48px;
  }
  ._aboutSection_tcvg5_3 ._mobile_tcvg5_22 {
    display: none;
  }
  ._aboutSection_tcvg5_3 ._desktop_tcvg5_25 {
    display: inline-block;
  }
  ._aboutSection_tcvg5_3 img._desktop_tcvg5_25 {
    width: 100%;
  }
  ._aboutSection_tcvg5_3
    ._aboutDescriptionSecondary_tcvg5_191._desktop_tcvg5_25 {
    display: inline;
  }
  ._servicesListContainer_tcvg5_41 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ._servicesListContainer_tcvg5_41 {
    height: 472px;
  }
  ._servicesListContainer_tcvg5_41 > div {
    width: 33%;
    background-attachment: unset;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  ._servicesListContainer_tcvg5_41 > div > h3 {
    width: 60%;
  }
  ._howWeWorkListContainer_tcvg5_96 {
    padding: 112px 24px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  ._stepContainer_tcvg5_100 {
    flex: 1;

    padding: 0;
  }
  ._stepContainer_tcvg5_100:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid var(--primary);
  }
  ._swiper_tcvg5_131 {
    height: 570px;
    height: 100%;
  }
  ._swiper_tcvg5_131 img {
    width: 100%;
    height: 570px;
    transition: 1s ease;
  }
}
@media (min-width: 1024px) {
  .portfolio-slider .swiper-slide.swiper-slide-prev img,
  .portfolio-slider .swiper-slide.swiper-slide-next img {
    margin: 0;
    width: 75%;
  }
  .portfolio-slider .swiper-slide.swiper-slide-active img {
    width: 100%;
  }
  .portfolio-slider .swiper-slide.swiper-slide-next {
    display: flex;
    justify-content: end;
  }
}
._descriptionSection_16q5e_3 {
  text-align: center;
}
._descriptionSection_16q5e_3 ._descriptionText_16q5e_7 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: var(--accent);
}
._descriptionSection_16q5e_3 ._descriptionText_16q5e_7._desktop_16q5e_15 {
  display: none;
}
._descriptionSection_16q5e_3 ._descriptionText_16q5e_7._mobile_16q5e_19 {
  display: block;
}
._descriptionSection_16q5e_3 ._descriptionText_16q5e_7 i {
  font-weight: 500;
}
._descriptionSection_16q5e_3 ._descriptionText_16q5e_7:not(:last-child) {
  margin-bottom: 24px;
}
._descriptionSection_16q5e_3 ._descriptionImg_16q5e_31 {
  display: inline-block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 24px;
}
._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 {
  font-family: var(--font-family);
  line-height: 150%;
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
}
._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 h3 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  padding-bottom: 24px;
}
._finalAfterwords_16q5e_67 {
  background-color: var(--accent);
  padding: 40px 24px;
  margin-top: 85px;
}
._finalAfterwords_16q5e_67 ._desktop_16q5e_15 {
  display: none;
}
._finalAfterwords_16q5e_67 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--primary);
}
._teamSection_16q5e_88 ._content_16q5e_88 {
  display: flex;
  flex-direction: column;
}
._teamList_16q5e_93 ._listItem_16q5e_46 {
  font-family: var(--font-family);
  line-height: 150%;
  color: var(--secondary);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--secondary);
}
._teamList_16q5e_93 ._listItem_16q5e_46 {
  margin-bottom: 32px;
}
._teamList_16q5e_93 ._listItem_16q5e_46 h3 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
._teamList_16q5e_93 ._listItem_16q5e_46 p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
._teamImgContainer_16q5e_118 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0%;
}
._afterwordsContainer_16q5e_125 {
  background-color: var(--secondary);
  text-align: center;
  padding: 52px 0;
}
._afterwordsContainer_16q5e_125 p {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary);
}
._afterwordsContainer_16q5e_125 button {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  ._descriptionSection_16q5e_3 {
    text-align: left;
    position: relative;
  }
  ._descriptionSection_16q5e_3 ._textContainer_16q5e_151 {
    background-color: var(--accent);
    padding: 68px 80px;
    width: 50%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  ._descriptionSection_16q5e_3 ._descriptionText_16q5e_7 {
    color: var(--primary);
  }
  ._descriptionSection_16q5e_3 ._descriptionText_16q5e_7._desktop_16q5e_15 {
    display: block;
  }
  ._descriptionSection_16q5e_3 ._descriptionText_16q5e_7._mobile_16q5e_19 {
    display: none;
  }
  ._descriptionSection_16q5e_3 ._descriptionImg_16q5e_31 {
    height: 600px;
    width: 55%;
  }
  ._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: start;
  }
  ._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 {
    width: 25%;
    border-bottom: unset;
  }
  ._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 h3 {
    font-weight: 600;
    font-size: 24px;
    text-transform: none;
  }
  ._whyUsSection_16q5e_41 ._whyUsList_16q5e_41 ._listItem_16q5e_46 p {
    font-size: 16px;
    margin-top: 24px;
    padding-bottom: 0;
  }
  ._finalAfterwords_16q5e_67 {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 120px;
  }
  ._finalAfterwords_16q5e_67 ._desktop_16q5e_15 {
    display: block;
  }
  ._finalAfterwords_16q5e_67 p {
    font-size: 24px;
    text-align: left;
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
  }
  ._finalAfterwords_16q5e_67 p:not(:last-child) {
    margin-bottom: 40px;
  }
  ._teamSection_16q5e_88 ._content_16q5e_88 {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 70px;
  }
  ._teamList_16q5e_93 {
    flex: 1;
    box-sizing: border-box;
  }
  ._teamList_16q5e_93 ._listItem_16q5e_46:last-child {
    margin-bottom: 0;
  }
  ._teamList_16q5e_93 ._listItem_16q5e_46 h3 {
    text-align: left;
    font-size: 20px;
  }
  ._teamList_16q5e_93 ._listItem_16q5e_46 p {
    font-size: 16px;
  }
  ._teamImgContainer_16q5e_118 {
    flex: 1;
    text-align: center;
    position: relative;
  }
  ._teamImgContainer_16q5e_118:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 21%;
    background-color: var(--accent);
    z-index: -1;
  }
  ._teamImgContainer_16q5e_118 img {
    width: 471px;
    height: 702px;
  }
  ._afterwordsContainer_16q5e_125 p {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
._listItem_7p8t2_1:not(:first-child) {
  margin-top: 24px;
}
._textsContainer_7p8t2_5 h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--secondary);
  text-align: center;
}
._textsContainer_7p8t2_5 p,
._textsContainer_7p8t2_5 li,
._textsContainer_7p8t2_5 h4,
.pwm-dinamic-section .din-desc p,
.pwm-dinamic-section .din-desc p span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px !important;
  line-height: 150% !important;
  color: var(--secondary) !important;
}
._textsContainer_7p8t2_5 ._description_7p8t2_24,
.pwm-dinamic-section .din-desc p,
.pwm-dinamic-section .din-desc p span {
  margin-top: 16px;
  margin-bottom: 32px;
}
._textsContainer_7p8t2_5 h4 {
  margin-top: 16px;
}
._textsContainer_7p8t2_5 ._afterwords_7p8t2_33 {
  margin-top: 32px;
}
._listContainer_7p8t2_37 {
  position: relative;
}
/*._listContainer_7p8t2_37:before,
._listContainer_7p8t2_37:after {
  content: "";
  position: absolute;
  left: 0;
  width: 108px;
  height: 1px;
  background-color: var(--secondary);
}*/
._listContainer_7p8t2_37:after {
  bottom: -16px;
}
._listContainer_7p8t2_37:before {
  top: -16px;
}
._listContainer_7p8t2_37 ul {
  list-style-position: inside;
  list-style-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='11'%20viewBox='0%200%2015%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9%201.10002L5.00005%2011L0.0500488%206.05001L0.760049%205.34001L5.00005%209.59002L14.19%200.390015L14.9%201.10002Z'%20fill='%232D2926'/%3e%3c/svg%3e");
}
._imageConteiner_7p8t2_63 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  ._listItem_7p8t2_1:not(:first-child) {
    margin-top: 80px;
  }
  ._listItem_7p8t2_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  ._listItem_7p8t2_1._left_7p8t2_82 {
    flex-direction: row-reverse;
  }
  ._textsContainer_7p8t2_5,
  ._imageConteiner_7p8t2_63 {
    flex: 1;
  }
  ._textsContainer_7p8t2_5 h3 {
    text-align: left;
    text-transform: uppercase;
  }
  ._textsContainer_7p8t2_5 p,
  ._textsContainer_7p8t2_5 li,
  ._textsContainer_7p8t2_5 h4,
  .pwm-dinamic-section .din-desc p,
  .pwm-dinamic-section .din-desc p span {
    font-size: 20px !important;
  }
  ._textsContainer_7p8t2_5 ._description_7p8t2_24 {
    margin-bottom: 57px;
  }
  ._textsContainer_7p8t2_5 ._afterwords_7p8t2_33 {
    margin-top: 57px;
  }
  ._listContainer_7p8t2_37 {
    position: relative;
  }
  ._listContainer_7p8t2_37:before,
  ._listContainer_7p8t2_37:after {
    width: 206px;
  }
  ._listContainer_7p8t2_37:after {
    bottom: -32px;
  }
  ._listContainer_7p8t2_37:before {
    top: -32px;
  }
  ._imageConteiner_7p8t2_63 img {
    width: 600px;
    height: 664px;
    margin-top: 0;
  }
}
._sloganSection_ninbs_3 h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: var(--accent);
  margin: 0 auto 24px;
  max-width: 400px;
}
._sloganSection_ninbs_3 h3 i {
  font-weight: 500;
}
._mainContent_ninbs_18 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: 15%;
  margin-bottom: 24px;
}
._sloganTextContainer_ninbs_26 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: var(--accent);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
._sloganTextContainer_ninbs_26 p:not(:last-child) {
  margin-bottom: 24px;
}
._servicesListContainer_ninbs_43 {
  margin-bottom: 40px;
}
._servicesSection_ninbs_47 ._targetButtonContainer_ninbs_47 {
  text-align: center;
}
@media (min-width: 1024px) {
  ._sloganSection_ninbs_3 {
    padding: 40px 24px 290px;
    background-color: var(--accent);
    position: relative;
    margin-bottom: 180px;
  }
  ._sloganSection_ninbs_3 h3 {
    margin-bottom: 72px;
    max-width: 70%;
    font-size: 32px;
    color: var(--primary);
  }
  ._mainContent_ninbs_18 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 63px;
    position: absolute;
    top: 50%;
    max-width: 1280px;
    padding: 0 24px;
  }
  ._mainContent_ninbs_18 img {
    flex: 1;
    height: 346px;
    margin-bottom: 0;
  }
  ._sloganTextContainer_ninbs_26 {
    flex: 1;
  }
  ._sloganTextContainer_ninbs_26 p {
    font-size: 18px;
    color: var(--primary);
    max-width: 100%;
  }
  ._sloganTextContainer_ninbs_26 p:not(:last-child) {
    margin-bottom: 40px;
  }
}
._mainImage_1gtrr_1 {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
._textsContainer_1gtrr_7 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 29px 0;
  text-align: center;
  /* -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  box-shadow: 0 12px 25px #0000000d;
  background: radial-gradient(372.84% 141.42% at 0% 0%, #fff, #fff);*/
}
._textsContainer_1gtrr_7 ._top_1gtrr_23 {
  font-family: var(--font-family);
  line-height: 150%;
  color: var(--secondary);
}
._textsContainer_1gtrr_7 ._top_1gtrr_23 > h3 {
  font-weight: 500;
  font-size: 26px;
}
._textsContainer_1gtrr_7 ._top_1gtrr_23 > h4 {
  font-weight: 300;
  font-size: 18px;
}
._textsContainer_1gtrr_7 ._moreBtn_1gtrr_39 {
  padding: 16px 56px 16px 32px;
}
@media (min-width: 1024px) {
  ._portfolioItem_1gtrr_48:nth-child(8n-2) ._mainImage_1gtrr_1,
  ._portfolioItem_1gtrr_48:nth-child(8n-1) ._mainImage_1gtrr_1 {
    height: 804px;
  }
  ._mainImage_1gtrr_1 {
    height: 568px;
    width: 100%;
  }
  ._textsContainer_1gtrr_7 {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding: 67px 40px;
    text-align: left;
  }
}
._portfolioSection_18plv_1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  ._portfolioSection_18plv_1 {
    display: block;
    column-count: 2;
    -webkit-column-count: 2;
  }
}
._scrollToTop_kfg0g_1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--accent);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 8px #0003;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 2;
}
._scrollToTop_kfg0g_1:hover {
  background-color: var(--gray);
}
._mainImage_bvhaq_1 {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
._titleContainer_bvhaq_7 {
  background-color: var(--accent);
  padding: 24px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  z-index: 2;
}
._titleContainer_bvhaq_7 h3,
._titleContainer_bvhaq_7 h4,
._text_bvhaq_19 {
  font-family: var(--font-family);
  color: var(--primary);
  line-height: 150%;
}
._titleContainer_bvhaq_7 h3 {
  font-weight: 500;
  font-size: 24px;
}
._titleContainer_bvhaq_7 h4 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
._text_bvhaq_19 {
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary);
  margin: 24px 0;
}
._targetButtonContainer_bvhaq_43 {
  text-align: center;
}
._imagesContainer_bvhaq_47 {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
._imagesContainer_bvhaq_47 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  ._mainImageContainer_bvhaq_61 {
    width: 100%;
    height: 568px;
    overflow: hidden;
  }
  ._mainImage_bvhaq_1 {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  ._mainImage_bvhaq_1:hover {
    transform: scale(1.3);
  }
  ._portfolioContainer_bvhaq_77 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    position: relative;
  }
  ._portfolioContainer_bvhaq_77 ._text_bvhaq_19 p:not(:last-child),
  ._portfolioContainer_bvhaq_77 ._text_bvhaq_19 ul,
  ._portfolioContainer_bvhaq_77 ._text_bvhaq_19 ol {
    margin-bottom: 14px;
  }
  ._portfolioContainer_bvhaq_77 ._text_bvhaq_19 p br {
    display: block;
  }
  ._textContainer_bvhaq_85 {
    margin-top: 48px;
    width: 30%;
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    z-index: 2;
  }
  ._imagesContainer_bvhaq_47 {
    width: 70%;
  }
  ._titleContainer_bvhaq_7 {
    padding: 13px;
    position: static;
  }
  ._titleContainer_bvhaq_7 h3 {
    font-size: 32px;
  }
  ._titleContainer_bvhaq_7 h4 {
    font-size: 23px;
  }
  ._text_bvhaq_19 {
    margin: 32px 0;
  }
  ._imagesContainer_bvhaq_47 {
    margin-top: 0;
  }
  ._imagesContainer_bvhaq_47 img {
    height: 568px;
  }
}
._contactSection_5xtsw_1 {
  background-image: url(../18-DIqEI0o2.jpg);
  padding: 58px 17px;
}
._contactsContainer_5xtsw_6 > h2._contactsTitle_5xtsw_6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 55px;
}
._contacts_5xtsw_6 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
}
._contacts_5xtsw_6 > a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: var(--primary);
  text-decoration: none;
}
._contacts_5xtsw_6 > a._mail_5xtsw_38 {
  text-decoration: underline;
}
._socialLinks_5xtsw_42 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
._mapLink_5xtsw_50._mobile_5xtsw_50 {
  display: block;
}
._mapLink_5xtsw_50._desktop_5xtsw_54 {
  display: none;
}
._mapLink_5xtsw_50 {
  margin-top: 118px;
}
._mapLink_5xtsw_50 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  ._titleContainer_bvhaq_7 {
    position: static;
  }
}
@media (min-width: 1024px) {
  ._contactSection_5xtsw_1 {
    padding: 40px 80px;
  }
  ._contactSection_5xtsw_1 > ._flexWrapper_5xtsw_73 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
  }
  ._contactsContainer_5xtsw_6 > h2._contactsTitle_5xtsw_6 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: left;
  }
  ._contacts_5xtsw_6 {
    gap: 40px;
    margin: 0;
    text-align: left;
  }
  ._socialLinks_5xtsw_42 {
    justify-content: start;
  }
  ._mapLink_5xtsw_50._mobile_5xtsw_50 {
    display: none;
  }
  ._mapLink_5xtsw_50._desktop_5xtsw_54 {
    display: block;
  }
  ._mapLink_5xtsw_50 {
    margin-top: 0;
  }
  ._mapLink_5xtsw_50 img {
    height: 380px;
  }
}
:root {
  --accent: #2d2926;
  --primary: #fcfcfc;
  --secondary: #323232;
  --gray: #bdbdbd;
  --font-family: "Inter", sans-serif;
  --second-family: "Vollkorn", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --swiper-theme-color: #2d2926;
  --error: #ee2d2d;
}
@font-face {
  font-family: Inter;
  src: url(../Inter-VariableFont-FIwubZjA.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  src: url(../Inter-Italic-VariableFont-C9UHaEYJ.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
}
@font-face {
  font-family: Vollkorn;
  src: url(../Vollkorn-VariableFont-C9dtIQow.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
}
@font-face {
  font-family: Vollkorn;
  src: url(../Vollkorn-Italic-VariableFont-BsCVclLn.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../Montserrat-VariableFont-iWngeIrl.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../Montserrat-Italic-VariableFont-CUa0k1Ed.woff2) format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
}
body.openModal {
  overflow-y: hidden;
}
body.openModal .navbarOpen {
  transform: translate(0);
  opacity: 1;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
}
.backgroundProps {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.backgroundOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0009;
  z-index: 1;
}
.backgroundOverlay + .contentForOverlay {
  position: relative;
  z-index: 2;
}
.targetButton {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  margin-right: 55px;
}
.targetButton:after {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}
.targetButtonLight {
  color: var(--primary);
  border-color: var(--primary);
  background-color: transparent;
}
.targetButtonLight:after,
.targetButtonLight2:after {
  content: url("data:image/svg+xml,%3csvg%20width='97'%20height='12'%20viewBox='0%200%2097%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M96.5303%206.53033C96.8232%206.23744%2096.8232%205.76256%2096.5303%205.46967L91.7574%200.696699C91.4645%200.403806%2090.9896%200.403806%2090.6967%200.696699C90.4038%200.989593%2090.4038%201.46447%2090.6967%201.75736L94.9393%206L90.6967%2010.2426C90.4038%2010.5355%2090.4038%2011.0104%2090.6967%2011.3033C90.9896%2011.5962%2091.4645%2011.5962%2091.7574%2011.3033L96.5303%206.53033ZM0%206.75L96%206.75V5.25L0%205.25L0%206.75Z'%20fill='%23FCFCFC'/%3e%3c/svg%3e");
}
.targetButtonLight:hover {
  background-color: var(--primary);
  color: var(--accent);
}
.targetButtonDark {
  color: var(--secondary);
  border-color: var(--secondary);
  background-color: transparent;
}
.targetButtonDark:after {
  content: url("data:image/svg+xml,%3csvg%20width='97'%20height='12'%20viewBox='0%200%2097%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M96.5303%206.53033C96.8232%206.23744%2096.8232%205.76256%2096.5303%205.46967L91.7574%200.696699C91.4645%200.403806%2090.9896%200.403806%2090.6967%200.696699C90.4038%200.989593%2090.4038%201.46447%2090.6967%201.75736L94.9393%206L90.6967%2010.2426C90.4038%2010.5355%2090.4038%2011.0104%2090.6967%2011.3033C90.9896%2011.5962%2091.4645%2011.5962%2091.7574%2011.3033L96.5303%206.53033ZM0%206.75L96%206.75V5.25L0%205.25L0%206.75Z'%20fill='%232D2926'/%3e%3c/svg%3e");
}
.targetButtonDark:hover {
  background-color: var(--accent);
  color: var(--primary);
}
.basicSection {
  /*margin-top: 72px;*/
  margin-top: 132px;
  padding-left: 24px;
  padding-right: 24px;
}
._contactSection_5xtsw_1.basicSection {
  margin-top: 100px;
}
.basicSection h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 126%;
  color: var(--secondary);
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .backgroundProps {
    background-attachment: fixed;
  }
  .basicSection {
    margin-top: 120px;
  }
  .basicSection h2 {
    font-size: 64px;
    line-height: 150%;
    margin-bottom: 72px;
  }
  .basicSection h2.left {
    text-align: left;
  }
}

._howWeWorkSection_tcvg5_87 h2 {
  margin-bottom: 20px;
}
._howWeWorkSection_tcvg5_87 p.section-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}
.steps-step {
  color: #ffffff;
  padding: 0 10px;
  text-align: left;
}
.step-top {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
}
.step-top span {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--primary);
}
.step-top h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--primary);
}
.step-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--primary);
  margin-top: 15px;
}
.step-description ul {
  list-style-position: inside;
  list-style-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='11'%20viewBox='0%200%2015%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.9%201.10002L5.00005%2011L0.0500488%206.05001L0.760049%205.34001L5.00005%209.59002L14.19%200.390015L14.9%201.10002Z'%20fill='%23ffffff'/%3e%3c/svg%3e");
}

.pwm_we_are_in_numbers {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 20px;
}
.pwm_we_are_in_numbers .number-value {
  font-family: var(--second-family);
  font-weight: 600;
  line-height: 150%;
  color: var(--secondary);
  text-align: center;
  font-size: 40px;
}
.number-description {
  font-size: 16px;
  margin-top: 24px;
  padding-bottom: 0;
  font-family: var(--font-family);
  line-height: 150%;
  color: var(--secondary);
}

.din-desc {
  margin-bottom: 30px;
}
.error404,
.page-template-thank-page {
  background-image: url(../13-BCjo06aG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page404 {
  height: 100%;
  padding: 60px 24px 0;
  position: relative;
  text-align: center;
}
.error404:before,
.page-template-thank-page:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0009;
  z-index: -1;
}
.page404 .container {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.page404 h1 {
  font-size: 250px;
  margin-top: 20vh;
  margin-bottom: 0;
}
.page-template-thank-page h1 {
  font-size: 40px;
  margin-top: 10vh;
  margin-bottom: 30px;
  text-align: center;
}
.thank__blocks {
  text-align: center;
  position: relative;
  z-index: 1;
}
._mainSubtitle_13tg8_47,
.page-template-thank-page {
  color: #ffffff;
}
.error404 ._footer_1rdjo_1 {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
._modalOverlay_1fw4f_1 {
}
@media (max-width: 1023px) {
  ._hero_13tg8_1._main_13tg8_10 ._mainTitle_13tg8_36 {
    font-size: 26px !important;
  }
  .fullscreen-slider-wrapper h1 {
    margin-top: 0 !important;
  }
  .fullscreen-slider-wrapper .slide-desc {
    font-size: 16px;
    padding: 0 16px;
  }
  ._languageSwitcher_1sgpe_1 ._languageButton_1sgpe_10 {
    font-size: 26px;
  }
  .pwm_we_are_in_numbers .number-value {
    font-size: 40px;
  }
  ._stepContainer_tcvg5_100.steps-step {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page404 h1 {
    font-size: 80px;
  }
  .page-template-thank-page h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  ._howWeWorkSection_tcvg5_87 .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.reviews {
  --container-padding: 16px;
  --container-width: 1288px;
  --container-min-width: 320px;
  padding-top: 120px;
  overflow: hidden;
}
.reviews .swiper {
  overflow: hidden;
}
.reviews .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.reviews .swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.reviews .swiper-slide {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-shrink: 0;
  transition-property: transform;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.review__info {
  font-weight: 700;
  margin-top: 20px;
}

.reviews .controls {
  --btn-w: 30px;
  display: flex;

  gap: 20px;
  z-index: 1;
}
.reviews .controls__prev {
}
.reviews .controls__next {
}
.reviews .control__scroll {
  background-color: var(--accent-color);
  height: 5px;
  margin-top: 30px;
}
.reviews .swiper-scrollbar-drag {
  background-color: var(--text-color);
  height: 5px;
}
.reviews .controls__btn {
  width: var(--btn-w);
  height: var(--btn-w);
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.3s ease-in-out, 0.3s ease-in-out;
  overflow: hidden;
}
.reviews .controls__btn:before {
  font-size: 16px;
}
.reviews .controls__btn:hover {
  color: var(--accent-color);
  background-color: #ebeef1;
}

.reviews__grid {
  display: grid;
  position: relative;
}
.reviews__wrapper {
  position: relative;
  height: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.reviews__container {
  text-align: center;
}
.reviews__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 150%;
  color: var(--secondary);
  margin-bottom: 24px;
  margin-bottom: 18px;
}
.reviews__description {
  max-width: 312px;
  width: 100%;
}
.review__item,
.reviews__media {
  border: 1px solid var(--secondary);
  box-sizing: border-box;
}
.reviews__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 344/388;
}
.review__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: var(--accent);
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;

  overflow: hidden auto;
}
.review__wrap {
  margin: auto;
}
.reviews__media {
  width: 100%;
  height: 100%;
}
.reviews__slider-wrapper {
  align-items: end;
}
.reviews__slide {
  background: #ffffff;

  aspect-ratio: 344/388;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.reviews__slide.swiper-slide-active,
.reviews__slide.swiper-slide-next,
.reviews__slide.swiper-slide-next + .reviews__slide {
  opacity: 1;
  pointer-events: auto;
}
/*
.reviews__slide:not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
}
.reviews__slide.swiper-slide-active,
.reviews__slide.swiper-slide-next {
  pointer-events: auto;
}*/

.reviews__decor {
  opacity: 0.1;
}
@media (min-width: 768px) {
  .reviews__grid {
    grid-template-columns:
      minmax(var(--container-padding), 1fr)
      minmax(0, calc(30 * var(--container-width) / 100))
      minmax(0, calc(70 * var(--container-width) / 100))
      minmax(var(--container-padding), 1fr);

    margin-bottom: 50px;
  }
  .reviews__wrapper {
    grid-column: 2/3;
  }
  .reviews__slider {
    grid-column: 3/-1;
  }
  .reviews__decor {
    position: absolute;
    left: 10%;
    bottom: 15%;
    z-index: 0;
  }

  .reviews__controls {
    position: absolute;
    left: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  ._aboutSection_tcvg5_3 a._desktop_tcvg5_25 {
    display: none;
  }
  .reviews__title {
    font-size: 30px;
    line-height: 126%;
  }
  .reviews__grid {
    grid-template-columns:
      minmax(var(--container-padding), 1fr)
      minmax(0, var(--container-width))
      minmax(var(--container-padding), 1fr);
  }
  .reviews__wrapper {
    grid-column: 2/3;
    margin-bottom: 30px;
  }
  .reviews__slider {
    grid-column: 2/3;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .reviews__decor {
    position: absolute;
    right: 24px;
    top: -30px;

    width: 140px;
    height: 84px;
    z-index: 0;
  }
  .reviews__controls {
    grid-column: 2/3;
    justify-content: center;
    margin-bottom: 24px;
  }
  .reviews .swiper-slide {
    align-items: start;
  }
  .reviews__slide,
  .reviews__slide img {
    aspect-ratio: 240/294;
  }
}

._to-top {
  --toTopBorderWidth: 0.4vmin;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: #2d2926;
  border: 1px solid #ffffff;
  position: fixed;
  right: 1rem;
  bottom: 2.5rem;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  cursor: pointer;
  z-index: 9999;
}

._to-top:before {
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
  transition: 0.3s ease;
  transform-origin: 100% 0;
  transform: translate3d(-2px, 2px, 0);
}
._to-top:before {
  border-width: var(--toTopBorderWidth) var(--toTopBorderWidth) 0 0;
  display: block;
}
._to-top:after {
  border-width: var(--toTopBorderWidth) var(--toTopBorderWidth) 0 0;
  display: block;
}
._to-top:hover:after,
._to-top:hover:before {
  transform: translate3d(0, 0, 0);
}
._to-top:hover:before {
  transform: scale(1.1);
}
._to-top:hover:after {
  transform: rotate(45deg);
  height: 120%;
}
._to-top.show {
  opacity: 1;
  pointer-events: all;
}
._to-top.hide {
  opacity: 0;
  pointer-events: none;
}

._to-top__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
._to-top__circle--static {
  position: absolute;
  top: 0;
  left: 0;
  stroke: #eee;
  fill: transparent;
  stroke-width: 10;
}
._to-top__circle--progress {
  stroke: #000;
  fill: transparent;
  stroke-width: 20;
}

@media (min-width: 768px) {
  ._to-top {
    width: 50px;
    height: 50px;
    padding: 18px;
  }
}

@media (max-width: 767px) {
  ._to-top {
    width: 40px;
    height: 40px;
    padding: 16px;
    bottom: 60px;
  }
}
._portfolioItem_1gtrr_48 {
  overflow: hidden;
  box-shadow: 0 12px 25px #0000000d;
}

.swiper-timer-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #d7d7d7; /* Ваш колір */
  width: 0;
  z-index: 10;
  pointer-events: none;
}

/* Клас, який ми будемо додавати через JS */
.timer-active {
  animation: swiper-timer 8s linear forwards;
}

@keyframes swiper-timer {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.fullscreen-swiper .swiper-slide {
  pointer-events: none; /* Щоб неактивні слайди не перекривали кліки */
  z-index: 0;
}
.fullscreen-swiper .swiper-slide-active {
  pointer-events: auto;
  z-index: 1;
}
.fullscreen-swiper {
  position: relative;
}
.fullscreen-swiper .controls {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(-50%, 0, 0);
}
.fullscreen-swiper .swiper-pagination {
  position: relative;
  flex: 0 0 100px;
  bottom: 0;
}
.fullscreen-swiper .slide-content {
  padding-bottom: 100px;
}
.fullscreen-swiper .controls__btn {
  --btn-w: 30px;
  width: var(--btn-w);
  height: var(--btn-w);
  flex: 0 0 var(--btn-w);

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff;
  cursor: pointer;
}
.fullscreen-swiper .controls__btn svg {
  height: 30px;
}

.fullscreen-swiper {
}
.targetButtonLight2 {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 16px 46px 16px 16px;
}
.btn2 {
  padding: 16px 46px 16px 16px;
}
