@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Affect;
  font-weight: 300;
  src: url("../fonts/Affect Light.eot");
  src: url("../fonts/Affect Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect Light.ttf") format("truetype"), url("../fonts/Affect Light.woff") format("woff"), url("../fonts/Affect Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Affect;
  font-weight: 400;
  src: url("../fonts/Affect.eot");
  src: url("../fonts/Affect.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect.ttf") format("truetype"), url("../fonts/Affect.woff") format("woff"), url("../fonts/Affect.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Affect;
  font-weight: 700;
  src: url("../fonts/Affect Bold.eot");
  src: url("../fonts/Affect Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect Bold.ttf") format("truetype"), url("../fonts/Affect Bold.woff") format("woff"), url("../fonts/Affect Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  font-weight: 300;
  src: url("../fonts/Rubik-Light.eot");
  src: url("../fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Light.ttf") format("truetype"), url("../fonts/Rubik-Light.woff") format("woff"), url("../fonts/Rubik-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  font-weight: 400;
  src: url("../fonts/Rubik-Regular.eot");
  src: url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.ttf") format("truetype"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  font-weight: 700;
  src: url("../fonts/Rubik-Bold.eot");
  src: url("../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Bold.ttf") format("truetype"), url("../fonts/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-display: swap;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s ease;
  padding: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal {
    padding: 60px 0;
  }
}

.modal__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.thanks-popup-content {
  padding: 48px;
  width: 484px;
  height: 256px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 26px 73px -19px rgba(143, 140, 158, 0.4);
}
@media only screen and (max-width: 666px) {
  .thanks-popup-content {
    width: 95%;
    height: auto;
  }
}

.thanks-popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.thanks-popup-title {
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.thanks-popup-text {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.menu-wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 30;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow-y: auto;
}
.menu-wrapper.show {
  top: 0;
}

.menu-overlay {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.menu-content {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
}

.menu-top {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
}

.menu-top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-links {
  padding: 48px 20px 40px;
}

.menu-links-dropdown {
  width: 100%;
  border-bottom: 1px solid #b6afca;
  padding-bottom: 16px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 666px) {
  .menu-links-dropdown {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.menu-links-dropdown-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.menu-links-dropdown-head svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-links-dropdown-head.in {
  color: #673ac2;
}
.menu-links-dropdown-head.in svg {
  transform: rotate(180deg);
}
.menu-links-dropdown-head.in svg path {
  stroke: #673ac2;
}

.menu-links-dropdown-drop {
  padding-top: 21px;
  display: none;
}

.menu-links-dropdown-drop-item {
  display: block;
  color: #000;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-links-dropdown-drop-sublink {
  display: block;
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  margin-left: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-links-item {
  border-bottom: 1px solid #b6afca;
  padding-bottom: 16px;
  margin-bottom: 41px;
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  display: block;
}

.menu-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.menu-bottom-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .menu-bottom-contacts {
    margin-bottom: 20px;
  }
}

.menu-bottom-tel {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .menu-bottom-tel {
    font-size: 14px;
  }
}

.menu-bottom-contacts-separatop {
  background: #b6afca;
  width: 1px;
  height: 12px;
}

.menu-bottom-schedule {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .menu-bottom-schedule {
    font-size: 14px;
  }
}

.menu-bottom-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header {
    border: none;
  }
}
.header-top {
  width: 100%;
  height: 64px;
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b6afca;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-top-left {
  display: flex;
  align-items: center;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.header-top-left a {
  color: #000;
}

.header-top-left-separator {
  width: 1px;
  height: 12px;
  background: #b6afca;
  margin: 0 10px;
}

.header-mob-lang {
  position: relative;
}
.header-mob-lang:hover .header-mob-lang-head {
  color: #673ac2;
}
.header-mob-lang:hover .header-mob-lang-head svg {
  transform: rotate(180deg);
}
.header-mob-lang:hover .header-mob-lang-head svg path {
  fill: #673ac2;
}
.header-mob-lang:hover .header-mob-lang-select {
  opacity: 1;
  pointer-events: all;
}

.header-mob-lang-head {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #0b0b0b;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.header-mob-lang-head svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-mob-lang-select {
  border-radius: var(--Spacing-XS, 8px);
  background: #fefefe;
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.13);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  z-index: 10;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.header-mob-lang-select a {
  color: #000;
}
.header-mob-lang-select a:hover {
  color: #673ac2;
}

.header-center {
  height: 77px;
  padding: 0 90px;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header-center {
    height: 71px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .header-center {
    height: 66px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 666px) {
  .header-center-logo {
    width: 83px;
  }
  .header-center-logo img {
    width: 100%;
  }
}

.header-center-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .header-center-menu {
    display: none;
  }
}

.header-center-menu-has {
  cursor: pointer;
  height: 100%;
}
.header-center-menu-has:hover .header-center-menu-has-name {
  border-bottom: 3px solid #673ac2;
  color: #673ac2;
}
.header-center-menu-has:hover .header-center-menu-has-name svg {
  transform: rotate(180deg);
}
.header-center-menu-has:hover .header-center-menu-has-name svg path {
  fill: #673ac2;
}
.header-center-menu-has:hover .header-center-menu-has-dropdown {
  opacity: 1;
  pointer-events: all;
}

.header-center-menu-has-name {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  border-bottom: 3px solid transparent;
}
.header-center-menu-has-name svg {
  transition: all 0.3s ease-in-out;
}

.header-center-menu-item {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  height: 100%;
  border-bottom: 3px solid transparent;
  display: flex;
  align-items: center;
}
.header-center-menu-item:hover {
  border-bottom: 3px solid #673ac2;
  color: #673ac2;
}

.header-center-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-center-social a:hover svg path {
  fill: #673ac2;
}
.header-center-social a svg path {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .header-center-social {
    display: none;
  }
}

.header-mob-right {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-mob-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.header-mob-lang {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-center-menu-has-dropdown {
  padding: 50px 90px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.9vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.header-center-menu-has-dropdown.dir {
  justify-content: flex-start;
  gap: 60px;
}

.header-center-menu-has-dropdown-col.dir {
  width: 22.096774%; /* 274/1240 */
}
.header-center-menu-has-dropdown-col.line {
  width: calc(22.096774% + 60px);
  padding-right: 60px;
  border-right: 1px solid #b6afca;
}

.header-center-menu-has-dropdown-item {
  margin-bottom: 48px;
}
.header-center-menu-has-dropdown-item.first {
  margin-bottom: 20px;
}

.header-center-menu-has-dropdown-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.header-center-menu-has-dropdown-link span {
  white-space: nowrap;
}
.header-center-menu-has-dropdown-link:hover {
  color: #673ac2;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon1 path {
  stroke: #673ac2;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.header-center-menu-has-dropdown-link:hover .header-center-menu-has-arrow-icon2 path {
  stroke: #673ac2;
}

.header-center-menu-has-arrow {
  width: 12px;
  height: 12px;
  position: relative;
}

.header-center-menu-has-arrow-icon1 {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header-center-menu-has-arrow-icon2 {
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.header-center-menu-has-dropdown-item-info {
  margin-top: 8px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.header-center-menu-has-dropdown-sublink {
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-center-menu-has-dropdown-sublink:hover {
  color: #673ac2;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon1 path {
  stroke: #673ac2;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.header-center-menu-has-dropdown-sublink:hover .header-center-menu-has-arrow-icon2 path {
  stroke: #673ac2;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer-content {
  width: 100%;
  padding: 100px 100px 40px;
  border-bottom: 1px solid #b6afca;
}
@media only screen and (max-width: 1024px) {
  .footer-content {
    padding: 80px 20px 20px;
  }
}

.footer-content-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .footer-content-top {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-content-top {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-logo {
    order: 1;
    width: 191px;
  }
  .footer-logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-logo {
    order: 1;
  }
}

.footer-menu {
  width: 53%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .footer-menu {
    width: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 666px) {
  .footer-menu {
    order: 3;
    flex-direction: column;
    gap: 30px;
  }
}

.footer-menu-col {
  width: 30%;
}
@media only screen and (max-width: 666px) {
  .footer-menu-col {
    width: 100%;
  }
}

.footer-menu-header {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 666px) {
  .footer-menu-header {
    font-size: 18px;
  }
}

.footer-menu-item {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 8px;
}
.footer-menu-item:hover {
  color: #673ac2;
}

.footer-contacts {
  width: 15.483871%; /* 192/1240 */
}
@media only screen and (max-width: 1024px) {
  .footer-contacts {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 61%;
  }
}
@media only screen and (max-width: 666px) {
  .footer-contacts {
    order: 2;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 666px) {
  .footer-contacts-info {
    margin-bottom: 25px;
  }
}

.footer-contacts-tel {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}

.footer-contacts-email {
  margin-bottom: 32px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-email {
    margin-bottom: 0;
  }
}

.footer-contacts-social {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .footer-contacts-social {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-contacts-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid transparent;
}
.footer-contacts-social-item svg {
  width: 20px;
  height: 20px;
}
.footer-contacts-social-item:hover {
  background: #fff;
  border: 1px solid #000;
}
.footer-contacts-social-item:hover svg path {
  fill: #000;
}

.footer-content-logos {
  width: 100%;
  overflow-x: auto;
}
.footer-content-logos::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 666px) {
  .footer-content-logos {
    width: calc(100% + 20px);
  }
}

.footer-content-logos-inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 666px) {
  .footer-content-logos-inner {
    gap: 20px;
  }
}

.footer-content-logos-item:hover svg path {
  fill: #673ac2;
}

.footer-policy {
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-policy a {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.modal-contact-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 740px;
  height: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .contact-popup-content {
    width: 688px;
    height: 510px;
  }
}
@media only screen and (max-width: 666px) {
  .contact-popup-content {
    width: calc(100% - 30px);
    height: 460px;
    padding: 100px 20px;
  }
}

.contact-popup-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  cursor: pointer;
}

.contact-popup-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-popup-title {
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-popup-title {
    font-size: 28px;
  }
}

.contact-popup-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-title {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-title {
    font-size: 28px;
  }
}

.contact-trouble-popup-text {
  color: var(--black, #000);
  text-align: center;
  font-family: "M PLUS 1";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-text {
    font-size: 16px;
  }
}

.contact-trouble-popup-btns {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns {
    width: 100%;
    flex-direction: column;
  }
}

.contact-trouble-popup-btns-try {
  cursor: pointer;
  width: 48%;
  background: var(--black, #000);
  padding: 10px;
  color: var(--white, #fff);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-try {
    width: 180px;
    margin-bottom: 15px;
  }
}

.contact-trouble-popup-btns-send {
  cursor: pointer;
  width: 48%;
  color: var(--black, #000);
  font-family: "M PLUS 1";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black, #000);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px;
}
@media only screen and (max-width: 666px) {
  .contact-trouble-popup-btns-send {
    width: 180px;
  }
}

.object-person-popup-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 650px;
  height: 100vh;
  z-index: 15;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
  padding: 39px 60px;
}
@media only screen and (max-width: 666px) {
  .object-person-popup-content {
    width: 100%;
    padding: 28px;
  }
}

.object-person-popup-close {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-bottom: 36px;
  cursor: pointer;
}

.person-popup-wrapper {
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 666px) {
  .person-popup-wrapper {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}

.person-popup-left {
  width: 240px;
  height: 240px;
}
.person-popup-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 666px) {
  .person-popup-left {
    width: 216px;
    height: 216px;
  }
}

.person-popup-name {
  color: #000;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 666px) {
  .person-popup-name {
    text-align: center;
  }
}

.person-popup-post {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .person-popup-post {
    text-align: center;
  }
}

.person-popup-email {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  margin-bottom: 6px;
}
@media only screen and (max-width: 666px) {
  .person-popup-email {
    text-align: center;
  }
}

.person-popup-phone {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  margin-bottom: 12px;
}
@media only screen and (max-width: 666px) {
  .person-popup-phone {
    text-align: center;
  }
}

.person-popup-facebook {
  display: block;
}
.person-popup-facebook:hover svg rect {
  fill: #673ac2;
}
@media only screen and (max-width: 666px) {
  .person-popup-facebook {
    text-align: center;
  }
}

.team-member-popup-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 650px;
  height: 100vh;
  z-index: 15;
  background: #fefefe;
  box-shadow: 0px 4px 14px -3px rgba(0, 0, 0, 0.11);
  padding: 100px 60px 39px;
}
@media only screen and (max-width: 1024px) {
  .team-member-popup-content {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 84.635417%; /* 650/768 */
    min-height: 66.964286%; /* 750/1120 */
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    box-shadow: -4px 0px 73px 16px rgba(182, 175, 202, 0.4);
  }
}
@media only screen and (max-width: 666px) {
  .team-member-popup-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 28px 28px;
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
  }
}
@media only screen and (max-width: 666px) {
  .team-member-popup-content .person-popup-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .team-member-popup-content .person-popup-post {
    margin-bottom: 8px;
  }
}

.team-member-popup-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-bottom: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .team-member-popup-close {
    top: 22px;
    right: 22px;
  }
}

.member-popup-content-inner {
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 666px) {
  .member-popup-content-inner {
    padding: 30px 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.member-popup-info {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 666px) {
  .member-popup-info {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}

.member-popup-descr,
.member-popup-descr-mobile {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #000;
  margin-top: 40px;
}

@media only screen and (max-width: 666px) {
  .member-popup-descr {
    display: none;
  }
}

.member-popup-descr-mobile {
  display: none;
}
@media only screen and (max-width: 666px) {
  .member-popup-descr-mobile {
    display: block;
    margin: 8px 0 24px;
  }
}

.home-main {
  width: 100%;
  padding-top: 141px;
}
.home-main .about-contact-form-title {
  font-size: 40px;
  text-align: center;
}
.home-main .about-contact-left {
  width: 35vw;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-main {
    padding-top: 71px;
  }
  .home-main .about-contact-left {
    width: 100%;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-main {
    padding-top: 66px;
  }
  .home-main .about-contact-left {
    padding: 25px 15px;
  }
  .home-main .about-contact-form-title {
    font-size: 30px;
  }
}

.home-hero {
  width: 100%;
  padding: 10px 90px 140px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .home-hero {
    padding: 30px 20px 90px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero {
    padding: 40px 15px 80px;
  }
}

.home-hero-left {
  width: 49.444444vw; /* 712/1440 */
  position: relative;
  padding: 80px 80px 40px 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left {
    width: 100%;
    padding: 60px 40px 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-left {
    padding: 50px 10px 25px;
  }
}

.home-hero-left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-hero-left-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero-left-title1 {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 9.027778vw; /* 130/1440 */
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 123.5px */
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left-title1 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-left-title1 {
    font-size: 60px;
  }
}

.home-hero-left-title2 {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 9.027778vw; /* 130/1440 */
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 123.5px */
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left-title2 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-left-title2 {
    font-size: 60px;
  }
}

.home-hero-left-title3 {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 9.027778vw; /* 130/1440 */
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 123.5px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-left-title3 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-left-title3 {
    font-size: 60px;
  }
}

.home-hero-left-text {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.home-hero-left-text strong {
  font-weight: 700;
}
@media only screen and (max-width: 666px) {
  .home-hero-left-text {
    font-size: 16px;
  }
}

.home-hero-right {
  border-radius: 60px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: 0px 26px 73.1px -19px rgba(143, 140, 158, 0.4);
  padding: 40px;
  width: 35vw; /* 504/1440 */
}
.home-hero-right .about-contact-form-title {
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-hero-right {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-right {
    padding: 25px 15px;
    border-radius: 30px;
  }
  .home-hero-right .about-contact-form-title {
    font-size: 30px;
  }
}

.home-directions {
  width: 100%;
  position: relative;
  padding: 90px 100px 100px 100px;
}
@media only screen and (max-width: 1024px) {
  .home-directions {
    padding: 45px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .home-directions {
    padding: 60px 15px;
  }
}

.home-directions-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-directions-bg-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-directions-bg-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.home-directions-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 115px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 115px */
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .home-directions-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .home-directions-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.home-directions-top {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .home-directions-top {
    flex-direction: column;
  }
}

.home-directions-top-item {
  width: 50%;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-directions-top-item {
    width: 100%;
  }
}
.home-directions-top-item:hover {
  border-bottom: 1px solid #673ac2;
}
.home-directions-top-item:hover .home-directions-top-item-left-name {
  color: #673ac2;
}
.home-directions-top-item:hover .about-objects-item-top-name {
  color: #673ac2;
}
.home-directions-top-item:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.home-directions-top-item:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.home-directions-top-item:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.home-directions-top-item:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}

.home-directions-top-item-left-name {
  color: #000;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .home-directions-top-item-left-name {
    font-size: 20px;
    margin-bottom: 3px;
  }
}

.home-directions-top-item-left-description {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .home-directions-top-item-left-description {
    font-size: 16px;
  }
}

.home-directions-item-top-arrow {
  width: 24px;
  height: 24px;
  position: relative;
}

.home-directions-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .home-directions-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.home-directions-left {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .home-directions-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}

.home-directions-left-item {
  width: 100%;
  height: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  position: relative;
  z-index: 2;
  padding: 32px;
  border-radius: 20px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: -4px 46px 73.7px -34px rgba(28, 50, 95, 0.24);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-directions-left-item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 666px) {
  .home-directions-left-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 20px;
  }
}

.home-directions-left-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-directions-left-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-directions-left-item-content {
  position: relative;
  z-index: 2;
}

.home-directions-left-item-name {
  color: #000;
  font-family: Affect;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 666px) {
  .home-directions-left-item-name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.home-directions-left-item-text {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.home-directions-left-item-text strong {
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .home-directions-left-item-text {
    font-size: 16px;
  }
}

.home-directions-left-item-btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  border-radius: 45px;
  border: 1px solid #61458e;
  background: #fff8ff;
  color: #523787;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 10px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.home-directions-left-item-btn:hover {
  border: 1px #6439c2;
  background: linear-gradient(90deg, #f5eeff 0%, #ffe5ff 100%);
  color: #6639c2;
}

.home-directions-right {
  flex: 1;
  position: relative;
  padding: 35px;
  border-radius: 20px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: -4px 46px 73.7px -34px rgba(28, 50, 95, 0.24);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-directions-right {
    width: 100%;
  }
}

.home-directions-right-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-directions-right-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-directions-right-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-directions-right-item-left {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-directions-right-item-name {
  color: #000;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 666px) {
  .home-directions-right-item-name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.home-directions-right-item-text {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 20px;
}

.home-directions-right-item-btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  border-radius: 45px;
  border: 1px solid #61458e;
  background: #fff8ff;
  color: #523787;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 10px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.home-directions-right-item-btn:hover {
  border: 1px #6439c2;
  background: linear-gradient(90deg, #f5eeff 0%, #ffe5ff 100%);
  color: #6639c2;
}

.home-directions-right-item-right {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 666px) {
  .home-directions-right-item-right {
    display: none;
  }
}

.about-main {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .about-main {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .about-main {
    padding-top: 66px;
  }
}

.top-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 50px;
  background: #f4f5f8;
  color: #1c325f;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  overflow: hidden;
}

.top-line-container {
  display: flex;
  align-items: center;
  margin-left: 30px;
  animation: marquee 20s infinite linear;
}
@media only screen and (max-width: 1024px) {
  .top-line-container {
    margin-left: 20px;
  }
}

.top-line-marker {
  width: 4px;
  height: 4px;
  background: #1c325f;
  border-radius: 50%;
  margin: 0 15px;
}

.top-line-text {
  color: #1c325f;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .top-line-text {
    font-size: 16px;
    line-height: 120%;
    margin-right: 20px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.about-hero {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 666px) {
  .about-hero {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}

.about-hero-content {
  width: 100%;
  position: relative;
}

.about-hero-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-hero-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero-title {
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-20px);
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #000;
  font-family: Affect;
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .about-hero-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 666px) {
  .about-hero-title {
    font-size: 60px;
    padding-top: 60px;
  }
}

.about-hero-title-text2 {
  padding-left: 268px;
}
@media only screen and (max-width: 666px) {
  .about-hero-title-text2 {
    padding-left: 86px;
  }
}

.home-second {
  width: 100%;
  padding: 140px 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-second {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second {
    padding: 40px 20px 80px;
  }
}

.home-second-center {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-second-center {
    max-width: 680px;
  }
}
.home-second-track {
  width: 4px;
  position: relative;
  z-index: 1;
  background-color: #eae8f0;
  margin-top: 9px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .home-second-track {
    margin-top: 7px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-track {
    width: 2px;
    margin-top: 9px;
    margin-bottom: 5px;
  }
}

.home-second-line {
  width: 4px;
  position: relative;
  height: 100%;
  background: linear-gradient(0deg, #1c325f 0%, #fff 100%);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 666px) {
  .home-second-line {
    width: 1px;
  }
}

.home-second-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #30446d;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 666px) {
  .home-second-circle {
    width: 12px;
    height: 12px;
  }
}

.home-second-container {
  width: 652px;
}
@media only screen and (max-width: 1024px) {
  .home-second-container {
    width: 640px;
  }
}
@media only screen and (max-width: 666px) {
  .home-second-container {
    width: 315px;
  }
}

.home-second-item {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.home-second-item span {
  font-weight: 700;
}
.home-second-item:last-child {
  margin-bottom: 0;
}

.about-team {
  width: 100%;
  position: relative;
  padding: 100px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .about-team {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team {
    padding: 50px 15px;
  }
}

.about-team-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-team-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-team-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .about-team-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.about-team-item {
  padding: 32px;
  border-radius: 20px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: -4px 46px 73.7px -34px rgba(28, 50, 95, 0.24);
}

.about-team-item-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 24px;
}

.about-team-item-top-photo {
  width: 60px;
  height: 60px;
}
.about-team-item-top-photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.about-team-item-top-name {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .about-team-item-top-name {
    font-size: 18px;
  }
}

.about-team-item-top-post {
  color: #000;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}

.about-team-item-quote {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.about-team-item-quote span {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0%;
  text-transform: uppercase;
}

.home-statistic {
  padding: 100px 100px 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .home-statistic {
    padding: 100px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .home-statistic {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 50px 15px;
  }
}

@media only screen and (max-width: 666px) {
  .home-statistic-item {
    width: 100%;
  }
}

.home-statistic-item-num {
  font-family: Affect;
  font-size: 115px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 172.5px */
  text-transform: uppercase;
  background: linear-gradient(5deg, #1c325f 35.25%, #ef609f 82.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.home-statistic-item-num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #30446d;
  z-index: 3;
}
.home-statistic-item-num::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #1c325f 0%, #fff 100%);
  z-index: 2;
}

.home-statistic-item-num-inner {
  font-family: Affect;
  font-size: 115px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 172.5px */
  text-transform: uppercase;
  background: linear-gradient(5deg, #1c325f 35.25%, #ef609f 82.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 666px) {
  .home-statistic-item-num-inner {
    font-size: 60px;
  }
}

.home-statistic-item-text {
  overflow: hidden;
  margin-top: 28px;
}

.home-statistic-item-text-inner {
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .home-statistic-item-text-inner {
    font-size: 18px;
  }
}

.about-history {
  width: 100%;
  padding: 60px 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-history {
    padding: 40px 20px 10px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history {
    padding: 60px 15px 0;
    margin-bottom: 80px;
  }
}

.about-history-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-history-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 666px) {
  .about-history-bg img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.about-history-accordion {
  width: 100%;
}

.about-history-accordion-item {
  display: none;
}
@media only screen and (max-width: 666px) {
  .about-history-accordion-item {
    display: block;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
  }
  .about-history-accordion-item:first-child .about-history-accordion-item-drop {
    display: block;
  }
}

.about-history-accordion-item-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c325f;
  z-index: 2;
  position: relative;
  color: #000;
  font-family: Affect;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-history-accordion-item-head img {
  transition: all 0.3s ease;
}
.about-history-accordion-item-head.in img {
  transform: rotate(180deg);
}

.about-history-accordion-item-drop {
  padding-top: 30px;
  display: none;
}
.about-history-accordion-item-drop ul {
  margin-left: 25px;
}
.about-history-accordion-item-drop ul li {
  list-style: disc;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
}
.about-history-accordion-item-drop ul li span {
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

.about-history-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #1c325f;
  margin-bottom: 80px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 666px) {
  .about-history-item {
    display: none;
  }
}

.about-history-item-title {
  position: sticky;
  top: 126px;
  left: 0;
  width: 30%;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 40px 40px 40px 0;
}
@media only screen and (max-width: 1024px) {
  .about-history-item-title {
    top: 64px;
  }
}

.about-history-item-content {
  width: 70%;
  border-left: 1px solid #1c325f;
  padding: 40px 50px 0 50px;
}
.about-history-item-content ul {
  margin-left: 25px;
}
.about-history-item-content ul li {
  list-style: disc;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
}
.about-history-item-content ul li span {
  color: #000;
  font-family: Affect;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}

.about-directions {
  width: 100%;
  padding: 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-directions {
    padding: 45px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-directions {
    padding: 60px 15px;
  }
}

.about-directions-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-directions-bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .about-directions-bg-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.about-directions-title {
  color: #000;
  font-family: Affect;
  font-size: 115px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 115px */
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .about-directions-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .about-directions-title {
    font-size: 40px;
  }
}

.about-directions-container {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .about-directions-container {
    display: none;
  }
}

.about-directions-item {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.7s;
  border-right: 1px solid #000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-directions-item:last-child {
  border: none;
}
.about-directions-item:hover {
  width: 28.888889vw;
  flex-shrink: 0;
}
.about-directions-item:hover .about-directions-item-bg {
  opacity: 1;
}
.about-directions-item:hover .about-directions-item-center {
  opacity: 1;
}
.about-directions-item:hover .about-directions-item-bottom {
  opacity: 1;
}
.about-directions-item.active {
  width: 28.888889vw;
  flex-shrink: 0;
}
.about-directions-item.active .about-directions-item-bg {
  opacity: 1;
}
.about-directions-item.active .about-directions-item-center {
  opacity: 1;
}
.about-directions-item.active .about-directions-item-bottom {
  opacity: 1;
}

.about-directions-item-inner {
  position: relative;
  width: 28.888889vw;
  height: 32.638889vw;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-directions-item-bg {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.7s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-directions-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-directions-item-top {
  position: relative;
  z-index: 2;
}

.about-directions-item-center {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.7s;
  opacity: 0;
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  text-align: center;
}

.about-directions-item-bottom {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.7s;
  opacity: 0;
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-directions-mob-container {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about-directions-mob-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    position: relative;
    z-index: 3;
  }
}
@media only screen and (max-width: 666px) {
  .about-directions-mob-container {
    display: block;
  }
}

.about-directions-mob-item {
  height: 205px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.about-directions-mob-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-directions-mob-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-directions-mob-item-num {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.about-directions-mob-item-name {
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  text-transform: uppercase;
}

.about-directions-mob-item-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.about-map {
  width: 100%;
  padding: 50px 30px 140px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .about-map {
    padding: 50px 20px 100px;
  }
}
@media only screen and (max-width: 666px) {
  .about-map {
    padding: 60px 15px;
  }
}

.about-map-container {
  width: 71.111111vw; /* 1024/1440 */
  height: 39.375vw; /* 567/1440 */
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-map-container {
    width: 94.921875vw; /* 729/768 */
    height: 52.47395vw; /* 403/768 */
  }
}

.about-map-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.about-map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-map-temp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: 1;
}
.about-map-temp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.active .hvr {
  opacity: 1;
  left: -12px;
}

.hvr {
  opacity: 0;
  width: 100%;
  min-width: 150px;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  z-index: 9;
  color: #fff;
  pointer-events: none;
  background-color: #0662af;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  transition: all 0.3s linear;
}

.hvr:after {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #0662af;
  border-width: 10px;
  margin-left: -10px;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(132, 48, 84, 0.2196078431);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(157, 107, 130, 0);
    @media only screen and (max-width: 666px) {
      box-shadow: 0px 0px 0px 10px rgba(157, 107, 130, 0);
    }
  }
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-out;
  background: linear-gradient(271deg, #efa8c9 2.25%, #9b95b0 114.82%);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .dot {
    width: 8px;
    height: 8px;
  }
}

.dot:nth-child(odd) {
  animation: pulse 1.5s infinite ease-out 0.3s;
}

.dot-1 {
  top: 16.388889vw; /* 236/1440 */
  left: 32.916667vw; /* 474/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-1 {
    top: 21.68889vw;
    left: 43.916667vw;
  }
}

.dot-2 {
  top: 12.986111vw; /* 187/1440 */
  left: 36.25vw; /* 522/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-2 {
    top: 17.386111vw;
    left: 48.1vw;
  }
}

.dot-3 {
  top: 15.486111vw; /* 223/1440 */
  left: 37.222222vw; /* 536/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-3 {
    top: 20.486111vw;
    left: 49.422222vw;
  }
}

.dot-4 {
  top: 13.611111vw; /* 196/1440 */
  left: 39.583333vw; /* 570/1440vw */
}
@media only screen and (max-width: 1024px) {
  .dot-4 {
    top: 17.811111vw;
    left: 52.583333vw;
  }
}

.dot-5 {
  top: 18.680556vw; /* 269/1440 */
  left: 38.680556vw; /* 557/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-5 {
    top: 24.680556vw;
    left: 51.280556vw;
  }
}

.dot-6 {
  top: 18.055556vw; /* 260/1440 */
  left: 42.291667vw; /* 609/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-6 {
    top: 24.055556vw;
    left: 56.11667vw;
  }
}

.dot-7 {
  top: 16.319444vw; /* 235/1440 */
  left: 45.138889vw; /* 650/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-7 {
    top: 21.319444vw;
    left: 60.038889vw;
  }
}

.dot-8 {
  top: 27.222222vw; /* 392/1440 */
  left: 55.277778vw; /* 796/1440 */
}
@media only screen and (max-width: 1024px) {
  .dot-8 {
    top: 36.022222vw;
    left: 73.277778vw;
  }
}

.about-founder {
  width: 100%;
  padding: 140px 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-founder {
    padding: 50px 20px 100px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .about-founder {
    padding: 30px 15px 50px;
    flex-direction: column;
  }
}

.about-founder-left {
  width: 24.065041%; /* 296/1230 */
}
@media only screen and (max-width: 1024px) {
  .about-founder-left {
    width: 50%;
  }
}
@media only screen and (max-width: 666px) {
  .about-founder-left {
    width: 78%;
  }
}

.about-founder-left-photo {
  width: 100%;
  margin-bottom: 24px;
}
.about-founder-left-photo img {
  width: 100%;
  border-radius: 20px;
}

.about-founder-left-name {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .about-founder-left-name {
    font-size: 18px;
  }
}

.about-founder-left-post {
  color: #000;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
}

.about-founder-right {
  width: 66.341463%; /* 816/1230 */
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .about-founder-right {
    width: 100%;
    padding-top: 30px;
  }
}

.about-founder-quote {
  margin-bottom: 94px;
}
@media only screen and (max-width: 666px) {
  .about-founder-quote {
    margin-bottom: 30px;
  }
}

.about-founder-quote-icon {
  width: 127px;
  height: 70px;
  float: left;
}
@media only screen and (max-width: 666px) {
  .about-founder-quote-icon {
    width: 90px;
    height: 90px;
  }
}

.about-founder-quote-text {
  color: #000;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
}

.about-founder-big-image {
  width: 100%;
}
.about-founder-big-image img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 666px) {
  .about-founder-big-image img {
    border-radius: 8px;
  }
}

.about-objects {
  width: 100%;
  padding: 100px 0 150px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-objects {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 666px) {
  .about-objects {
    padding: 60px 0 15px;
  }
}

.about-objects-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-objects-bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-objects-title {
  color: #000;
  font-family: Affect;
  font-size: 115px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 115px */
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  padding: 0 90px;
}
@media only screen and (max-width: 1024px) {
  .about-objects-title {
    padding: 0 20px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 666px) {
  .about-objects-title {
    font-size: 40px;
  }
}

.about-objects-categories {
  width: 100%;
  position: sticky;
  top: 130px;
  left: 0;
  z-index: 3;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 90px 30px;
}
.about-objects-categories.sticky {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (max-width: 1024px) {
  .about-objects-categories {
    padding: 30px 0 30px 20px;
    top: 70px;
  }
}
@media only screen and (max-width: 666px) {
  .about-objects-categories {
    padding: 25px 0 25px 20px;
    top: 63px;
  }
}

.about-objects-categories-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.about-objects-categories-inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about-objects-categories-inner {
    padding-right: 20px;
  }
}

.about-objects-categories-item {
  padding: 10px 24px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border-radius: 45px;
  border: 1px solid #000;
  white-space: nowrap;
  cursor: pointer;
}
.about-objects-categories-item:hover {
  background: #000;
  color: #fff;
}
.about-objects-categories-item:hover .select-css {
  background: #000;
  color: #fff;
}
.about-objects-categories-item:hover.category-select::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.about-objects-categories-item:hover .category-title {
  color: #fff;
}
.about-objects-categories-item.active {
  background: #000;
  color: #fff;
}
.about-objects-categories-item.active .select-css {
  background: #000;
  color: #fff;
}
.about-objects-categories-item.active.category-select::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.category-select {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  padding: 10px 10px 10px 24px;
}
.category-select::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  right: 18px;
  transform: rotate(-45deg);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 3;
}
.select-css {
  display: block;
  background: transparent;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border: none;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  outline: none !important;
}

.select-css option {
  font-weight: normal;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0d0c1d;
}

.about-objects-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 16px;
  padding: 0 90px;
}
@media only screen and (max-width: 1024px) {
  .about-objects-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-objects-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.about-objects-item {
  padding-top: 12px;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  width: 100%;
}
.about-objects-item:hover {
  border-top: 1px solid #673ac2;
}
.about-objects-item:hover .about-objects-item-top-name {
  color: #673ac2;
}
.about-objects-item:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.about-objects-item:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.about-objects-item:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.about-objects-item:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}
.about-objects-item:hover .about-objects-item-photo {
  height: 231px;
  margin-top: -44px;
}

.about-objects-item-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.about-objects-item-top-name {
  width: 85%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.about-objects-item-top-arrow {
  width: 24px;
  height: 24px;
  position: relative;
}

.about-objects-item-top-arrow-icon1 {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.about-objects-item-top-arrow-icon2 {
  position: absolute;
  top: 50%;
  right: 50%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.about-objects-item-status {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.about-objects-item-status-left {
  color: #000;
  font-family: Rubik;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  position: relative;
  padding-left: 1.458333vw; /* 21/1440 */
  padding-right: 0.555556vw; /* 8/1440 */
  border-right: 1px solid #000;
  margin-right: 0.555556vw; /* 8/1440 */
}
.about-objects-item-status-left::before {
  content: "";
  width: 0.833333vw; /* 12/1440 */
  height: 0.833333vw; /* 12/1440 */
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #ef609f;
  position: absolute;
}
.about-objects-item-status-left.working::before {
  background: #8cd3d6;
}
@media only screen and (max-width: 1024px) {
  .about-objects-item-status-left {
    font-size: 16px;
    padding-left: 18px;
    padding-right: 12px;
    margin-right: 12px;
  }
  .about-objects-item-status-left::before {
    width: 12px;
    height: 12px;
  }
}

.about-objects-item-status-right {
  color: #000;
  font-family: Rubik;
  font-size: 1.1vw;
  font-style: italic;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 1024px) {
  .about-objects-item-status-right {
    font-size: 16px;
  }
}

.about-objects-item-photo {
  width: 100%;
  height: 187px;
  margin-bottom: 15px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 18px;
}
.about-objects-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 231px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-objects-item-photo:hover {
  height: 231px;
  margin-top: -44px;
}

.about-objects-item-tags {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-objects-item-tag {
  border-radius: 2px;
  background: #ffebf4;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  padding: 2px 8px;
}
.about-objects-item-tag strong {
  font-weight: 400;
}

.about-objects-item-region {
  border-radius: 2px;
  background: #e2e7f1;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  padding: 2px 8px;
}
.about-objects-item-region strong {
  font-weight: 400;
}

.about-objects-item-tags-separator {
  width: 1px;
  height: 20px;
  background: #000;
  margin: 0 8px;
}

.about-objects-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.about-objects-pagination-prev {
  cursor: pointer;
  border-radius: 50%;
}
.about-objects-pagination-prev.disabled {
  pointer-events: none;
}
.about-objects-pagination-prev.disabled svg circle {
  stroke: #c9c9c9;
}
.about-objects-pagination-prev.disabled svg path {
  stroke: #c9c9c9;
}

.about-objects-pagination-nums {
  margin: 0 23px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-objects-pagination-num {
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.about-objects-pagination-num.active {
  background: #000;
  color: #fff;
}
.about-objects-pagination-num:hover {
  background: #000;
  color: #fff;
}

.about-objects-pagination-next {
  cursor: pointer;
  border-radius: 50%;
  width: 41px;
  height: 41px;
}
.about-objects-pagination-next:hover {
  background: #000;
}
.about-objects-pagination-next:hover svg circle {
  stroke: #000;
}
.about-objects-pagination-next:hover svg path {
  stroke: #fff;
}
.about-objects-pagination-next.disabled {
  pointer-events: none;
}
.about-objects-pagination-next.disabled svg circle {
  stroke: #c9c9c9;
}
.about-objects-pagination-next.disabled svg path {
  stroke: #c9c9c9;
}

.about-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 100px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-contact {
    flex-direction: column;
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-contact {
    flex-direction: column;
    padding: 60px 15px;
  }
}

.about-contact-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-contact-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-contact-left {
  width: 48.951613%; /* 607/1240 */
  padding: 60px 70px;
  border-radius: 60px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: 0px 34px 73.1px -17px rgba(28, 50, 95, 0.24);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-contact-left {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .about-contact-left {
    padding: 30px 25px;
    border-radius: 30px;
    margin-bottom: 40px;
  }
}

.about-contact-form-title {
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .about-contact-form-title {
    text-align: center;
  }
}
@media only screen and (max-width: 666px) {
  .about-contact-form-title {
    font-size: 30px;
    text-align: center;
  }
}

.about-contact-form-input {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 57px;
  border: 1px solid #b6afca;
  padding: 17px 24px 3px;
  height: 60px;
  margin-bottom: 20px;
}
.about-contact-form-input.error {
  border: 1px solid #f00;
}
.about-contact-form-input.error .about-contact-form-input-error {
  display: block;
}

.about-form-control {
  width: 100%;
  height: 90%;
  border: none;
  background: transparent;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.about-form-label {
  position: absolute;
  top: 21px;
  left: 25px;
  font-size: 16px;
  color: #000;
  transition: all 0.2s ease;
  pointer-events: none;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.about-form-control:not(:-moz-placeholder-shown) + .about-form-label {
  top: 8px;
  left: 25px;
  font-size: 12px;
}

.about-form-control:focus + .about-form-label,
.about-form-control:not(:placeholder-shown) + .about-form-label {
  top: 8px;
  left: 25px;
  font-size: 12px;
}

.about-contact-form-input-error {
  color: #f00;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  position: absolute;
  bottom: -20px;
  left: 25px;
  display: none;
}

.about-contact-form-btn {
  border: none;
  display: flex;
  height: 60px;
  padding: 18px 36px;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  background: linear-gradient(90deg, #5a448c 0%, #b64ca2 100%);
  color: var(--colours-text-icon-white, #fff);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 100%;
  cursor: pointer;
  margin-bottom: 40px;
}
.about-contact-form-btn:hover {
  background: linear-gradient(90deg, #6238c2 0%, #e349c6 100%);
}

.about-contact-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.about-contact-info-tel {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .about-contact-info-tel {
    font-size: 12px;
  }
}

.about-contact-info-separator {
  width: 1px;
  height: 12px;
  border-radius: 38px;
  background: #b6afca;
  margin: 0 8px;
}

.about-contact-info-email {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .about-contact-info-email {
    font-size: 12px;
  }
}

.about-contact-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.about-contact-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid transparent;
}
.about-contact-social-item svg {
  width: 20px;
  height: 20px;
}
.about-contact-social-item:hover {
  background: #fff;
  border: 1px solid #000;
}
.about-contact-social-item:hover svg path {
  fill: #000;
}

.about-contact-right {
  width: 42.064516%; /* 472/1240 */
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-contact-right {
    width: calc(100% + 20px);
    padding: 0;
    margin-left: 20px;
  }
}
.about-contact-addresses {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .about-contact-addresses {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-right: 20px;
  }
  .about-contact-addresses::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .about-contact-addresses-item {
    width: 233px;
    flex-shrink: 0;
  }
}

.about-contact-addresses-item-title {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}

.about-contact-addresses-item-text {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.about-contact-addresses-item-text p {
  margin-bottom: 4px;
}
@media only screen and (max-width: 666px) {
  .about-contact-addresses-item-text {
    font-size: 14px;
  }
}

.about-objects-categories-item {
  position: relative;
}

.category-title {
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding-right: 26px;
}

.about-objects-categories-item-droplist {
  display: none;
  position: absolute;
  top: 84px;
  left: 255px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding: 0;
  list-style: none;
  width: 250px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(164, 164, 164, 0.25);
  overflow: hidden;
}
@media only screen and (max-width: 666px) {
  .about-objects-categories-item-droplist {
    top: 78px;
    left: 50%;
    transform: translatex(-50%);
    width: 90%;
  }
}

.about-objects-categories-item-droplist li {
  cursor: pointer;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.about-objects-categories-item-droplist li:hover {
  background-color: #f0f0f0;
}

.about-objects-categories-item-droplist a {
  text-decoration: none;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.home-services {
  width: 100%;
  padding-top: 141px;
}
.home-services .about-contact-form-title {
  font-size: 40px;
  text-align: center;
}
.home-services .about-contact-left {
  width: 35vw;
  padding: 40px;
}
.home-services .home-hero-left-title1 {
  font-size: 6.944444vw;
}
.home-services .home-hero-left-title2 {
  font-size: 6.944444vw;
}
.home-services .home-hero-left-title3 {
  font-size: 6.944444vw;
}
@media only screen and (max-width: 1024px) {
  .home-services {
    padding-top: 71px;
  }
  .home-services .about-contact-left {
    width: 100%;
    padding: 30px 40px;
  }
  .home-services .home-hero-left-title1 {
    font-size: 50px;
  }
  .home-services .home-hero-left-title2 {
    font-size: 50px;
  }
  .home-services .home-hero-left-title3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .home-services {
    padding-top: 66px;
  }
  .home-services .about-contact-left {
    padding: 25px 15px;
  }
  .home-services .about-contact-form-title {
    font-size: 30px;
  }
}

.services-list {
  width: 100%;
  padding: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .services-list {
    padding: 0 20px;
  }
}

.services-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 135px;
}
.services-list-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 666px) {
  .services-list-item {
    margin-bottom: 60px;
  }
}

.services-list-item-image {
  width: 40.645161%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-list-item-image img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .services-list-item-image {
    display: none;
  }
}

.services-list-mobile-image {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .services-list-mobile-image {
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .services-list-mobile-image img {
    width: 100%;
  }
}

.services-list-item-content {
  width: 49.032258%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.services-list-item-content p {
  margin-bottom: 23px;
}
.services-list-item-content ul {
  margin-left: 25px;
}
.services-list-item-content ul li {
  list-style: disc;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .services-list-item-content {
    width: 100%;
  }
}

.services-list-item-title {
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .services-list-item-title {
    font-size: 30px;
  }
}

.services-list-item-button {
  display: block;
  margin-top: 32px;
  border-radius: 45px;
  border: 1px solid #61458e;
  background: #fff8ff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
}
.services-list-item-button:hover {
  border: 1px solid #6439c2;
  background: linear-gradient(90deg, #f5eeff 0%, #ffe5ff 100%);
}
@media only screen and (max-width: 666px) {
  .services-list-item-button:hover {
    border: 1px solid #61458e;
    background: #fff8ff;
  }
}

.services-objects {
  width: 100%;
  padding: 65px 100px 90px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .services-objects {
    padding: 50px 20px 90px;
  }
}
@media only screen and (max-width: 666px) {
  .services-objects {
    padding: 60px 15px;
  }
}

.services-objects-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.services-objects-bg-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-objects-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 8px;
}
@media only screen and (max-width: 666px) {
  .services-objects-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.services-objects-slider-wrapper {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .services-objects-slider-wrapper {
    width: calc(100% + 15px);
  }
}

.services-objects-slider {
  position: relative;
  z-index: 3;
}
.services-objects-slider .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -65px;
}
.services-objects-slider .slick-dots li {
  width: 8px;
  margin: 0 10px;
}
.services-objects-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.services-objects-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .services-objects-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  .services-objects-slider .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .services-objects-slider .slick-dots li button:before {
    height: 2px;
    width: 100%;
    border-radius: 0px;
  }
  .services-objects-slider .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.services-objects-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 60%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .services-objects-slider-arrows {
    display: none;
  }
}
.services-objects-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 45px;
  width: 40px;
  height: 40px;
}
.services-objects-slider-arrows .slick-prev::before {
  display: none;
}
.services-objects-slider-arrows .slick-prev.slick-disabled {
  display: none !important;
}
.services-objects-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.services-objects-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.services-objects-slider-arrows .slick-prev img {
  width: 100%;
}
.services-objects-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 45px;
  width: 40px;
  height: 40px;
}
.services-objects-slider-arrows .slick-next.slick-disabled {
  display: none !important;
}
.services-objects-slider-arrows .slick-next::before {
  display: none;
}
.services-objects-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.services-objects-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.services-objects-slider-arrows .slick-next img {
  width: 100%;
}

.services-objects-slider-item-inner {
  padding: 0 8px;
  width: 100%;
}

.services-stories {
  width: 100%;
  position: relative;
  padding: 70px 100px 95px;
}
@media only screen and (max-width: 1024px) {
  .services-stories {
    padding: 50px 20px 95px;
  }
}
@media only screen and (max-width: 666px) {
  .services-stories {
    padding: 50px 15px;
  }
}

.services-stories-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.services-stories-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-stories-title {
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media only screen and (max-width: 666px) {
  .services-stories-title {
    font-size: 30px;
  }
}

.services-stories-description {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  max-width: 610px;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 8px;
}
@media only screen and (max-width: 666px) {
  .services-stories-description {
    margin-bottom: 20px;
  }
}

.services-stories-slider-wrapper {
  width: 100%;
  position: relative;
}

.services-stories-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 49%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .services-stories-slider-arrows {
    display: none;
  }
}
.services-stories-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
}
.services-stories-slider-arrows .slick-prev::before {
  display: none;
}
.services-stories-slider-arrows .slick-prev.slick-disabled {
  display: none !important;
}
.services-stories-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.services-stories-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.services-stories-slider-arrows .slick-prev img {
  width: 100%;
}
.services-stories-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
}
.services-stories-slider-arrows .slick-next.slick-disabled {
  display: none !important;
}
.services-stories-slider-arrows .slick-next::before {
  display: none;
}
.services-stories-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.services-stories-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.services-stories-slider-arrows .slick-next img {
  width: 100%;
}

.services-stories-slider {
  position: relative;
  z-index: 3;
}
.services-stories-slider .slick-slide {
  margin: 0 8px;
}
.services-stories-slider .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -60px;
}
.services-stories-slider .slick-dots li {
  width: 8px;
  margin: 0 10px;
}
.services-stories-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.services-stories-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 1024px) {
  .services-stories-slider .slick-dots {
    bottom: -50px;
  }
}

.services-stories-slider-item-inner {
  padding: 30px;
  border-radius: 20px;
  background: var(--colours-text-icon-white, #fff);
  border: 1px solid #b6afca;
}
.services-stories-slider-item-inner:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.services-stories-slider-item-inner:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.services-stories-slider-item-inner:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.services-stories-slider-item-inner:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}
@media only screen and (max-width: 666px) {
  .services-stories-slider-item-inner {
    padding: 15px;
  }
}

.services-stories-slider-item-image {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.services-stories-slider-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-stories-slider-youtube-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.services-stories-slider-youtube-link img {
  width: 80px;
  height: 80px;
}

.services-stories-slider-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-stories-slider-item-title {
  width: 90%;
  color: #000;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .services-stories-slider-item-title {
    font-size: 14px;
  }
}

.services-faq-title {
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .services-faq-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.services-faq {
  width: 100%;
  position: relative;
  padding: 70px 100px 95px;
}
.services-faq .tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.services-faq .tab {
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 25px;
  cursor: pointer;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  white-space: nowrap;
}
.services-faq .tab:hover {
  background-color: black;
  color: white;
}
.services-faq .tab.active {
  background-color: black;
  color: white;
}
.services-faq .content {
  display: none;
}
.services-faq .content.active {
  display: block;
}
.services-faq .accordion {
  margin-top: 20px;
}
.services-faq .accordion-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.services-faq .accordion-item:has(.accordion-item-head.in) {
  border-bottom: 1px solid #673ac2;
}
.services-faq .accordion-item:hover {
  border-bottom: 1px solid #673ac2;
}
.services-faq .accordion-item:hover .accordion-item-head span {
  color: #673ac2;
}
.services-faq .accordion-item:hover .accordion-item-head svg path {
  stroke: #673ac2;
}
.services-faq .accordion-item-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  color: #000;
  font-family: Affect;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  text-transform: uppercase;
  padding-bottom: 10px;
}
.services-faq .accordion-item-head span {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .services-faq .accordion-item-head span {
    font-size: 16px;
  }
}
.services-faq .accordion-item-head svg {
  transition: all 0.3s ease;
}
.services-faq .accordion-item-head.in span {
  color: #673ac2;
}
.services-faq .accordion-item-head.in svg {
  transform: rotate(180deg);
}
.services-faq .accordion-item-head.in svg path {
  stroke: #673ac2;
}
.services-faq .accordion-item-drop {
  display: none;
  width: 80%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .services-faq {
    padding: 0px 20px 90px;
  }
  .services-faq .tabs {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-wrap: unset;
  }
}

.services-faq-tabs-wrapper {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .services-faq-tabs-wrapper {
    width: calc(100% + 20px);
    overflow-x: auto;
  }
  .services-faq-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.youtube-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 913px;
  width: 100%;
  padding: 60px 0;
  border-radius: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .youtube-popup-content {
    width: 100%;
    padding: 60px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .youtube-popup-content {
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.youtube-popup-close {
  position: absolute;
  top: 20px;
  right: 0px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .youtube-popup-close {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .youtube-popup-close {
    top: 0px;
    right: 15px;
  }
}

.youtube-popup-video {
  width: 100%;
}

.youtube-video {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}

.services-listv2 {
  width: 100%;
  padding: 0 100px 140px 100px;
}
@media only screen and (max-width: 1024px) {
  .services-listv2 {
    padding: 0 20px 140px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .services-listv2 {
    padding: 0 15px 80px;
  }
}

.services-listv2-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 16px;
}
@media only screen and (max-width: 1024px) {
  .services-listv2-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}

.services-listv2-item {
  border-radius: 20px;
  background: var(--colours-text-icon-white, #fff);
  box-shadow: -4px 46px 73.7px -34px rgba(28, 50, 95, 0.24);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.services-listv2-item.imgdown .services-listv2-item-image {
  order: 99;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .services-listv2-item.imgdown .services-listv2-item-image {
    order: unset;
    margin-top: 0;
  }
}
@media only screen and (max-width: 666px) {
  .services-listv2-item {
    padding: 20px;
  }
}

.services-listv2-item-title {
  color: #000;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .services-listv2-item-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.services-listv2-item-image {
  width: 100%;
  margin-bottom: 32px;
}
.services-listv2-item-image img {
  width: 100%;
}

.services-listv2-item-description {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 24px;
}

.services-listv2-item-list {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-left: 25px;
}
.services-listv2-item-list li {
  list-style: disc;
  margin-bottom: 12px;
}

.services-listv2-item-btn {
  display: block;
  margin-top: 32px;
  border-radius: 45px;
  border: 1px solid #61458e;
  background: #fff8ff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  color: #523787;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.services-listv2-item-btn:hover {
  border: 1px solid #6439c2;
  background: linear-gradient(90deg, #f5eeff 0%, #ffe5ff 100%);
}

.services-list-item-image-capture {
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin-top: 24px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.services-list-item-image-capture:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #664690 0%, #b24da2 104.17%);
  top: 0;
  left: 0;
  border-radius: 50px;
}

.services-table {
  width: 100%;
  padding: 0 100px 140px 100px;
}
@media only screen and (max-width: 1024px) {
  .services-table {
    padding: 0 20px 140px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .services-table {
    padding: 0 15px 80px;
  }
}
.services-table .table-container {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  width: 100%;
}
.services-table .table-row {
  display: flex;
  min-width: 1000px; /* Мінімальна ширина для горизонтального скролу */
  border-bottom: 1px solid #000;
}
.services-table .table-cell {
  padding: 15px;
  flex: 1;
  min-width: 300px; /* Ширина кожної клітинки */
  box-sizing: border-box;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.services-table .table-cell ul li {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}
.services-table .table-cell:nth-child(1) {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.services-table .table-cell:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.services-table .table-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.services-table .table-header .table-cell {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}

.services-table-btn {
  display: block;
  margin-top: 30px;
  border-radius: 45px;
  border: 1px solid #61458e;
  background: #fff8ff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  color: #523787;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}
.services-table-btn:hover {
  border: 1px solid #6439c2;
  background: linear-gradient(90deg, #f5eeff 0%, #ffe5ff 100%);
}
@media only screen and (max-width: 1024px) {
  .services-table-btn:hover {
    border: 1px solid #61458e;
    background: #fff8ff;
  }
}

.objects-page {
  width: 100%;
}
.objects-page .about-contact-right {
  width: 100%;
}
.objects-page .about-contact-addresses {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.objects-page .about-objects-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 16px;
}
.objects-page .about-objects-item-top {
  margin-bottom: 24px;
}
.objects-page .about-objects-item-photo {
  height: 362px;
}
.objects-page .about-objects-item-photo img {
  height: 438px;
}
.objects-page .about-objects-item:hover .about-objects-item-photo {
  height: 438px;
  margin-top: -76px;
}
@media only screen and (max-width: 1024px) {
  .objects-page .about-objects-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .objects-page .about-objects-item-photo {
    height: 210px;
  }
  .objects-page .about-objects-item-photo img {
    height: 210px;
  }
  .objects-page .about-objects-item:hover .about-objects-item-photo {
    height: 210px;
    margin-top: 0px;
  }
}

.objects-main {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .objects-main {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .objects-main {
    padding-top: 66px;
  }
}

.objects-hero {
  width: 100%;
  position: relative;
  padding: 100px 100px 75px 100px;
}
@media only screen and (max-width: 1024px) {
  .objects-hero {
    padding: 40px 20px 20px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .objects-hero {
    padding: 40px 15px 20px 15px;
  }
}

.objects-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.objects-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.objects-hero-title {
  color: #000;
  font-family: Affect;
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 123.5px */
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .objects-hero-title {
    font-size: 110px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 1024px) {
  .objects-hero-title {
    font-size: 60px;
  }
}

.objects-wrapper {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .objects-wrapper {
    padding-bottom: 100px;
  }
}

.about-objects-item-top-description {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
  position: relative;
}

.about-objects-item-top-description-gradient {
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.object-page {
  width: 100%;
}
.object-page .about-contact-right {
  width: 100%;
  position: relative;
  z-index: 2;
}
.object-page .about-contact-addresses {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.object-page .about-objects-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 16px;
}
.object-page .about-objects-item-top {
  margin-bottom: 24px;
}
.object-page .about-objects-item-photo {
  height: 362px;
}
.object-page .about-objects-item-photo img {
  height: 438px;
}
.object-page .about-objects-item:hover .about-objects-item-photo {
  height: 438px;
  margin-top: -76px;
}
@media only screen and (max-width: 1024px) {
  .object-page .about-objects-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .object-page .about-objects-item-photo {
    height: 210px;
  }
  .object-page .about-objects-item-photo img {
    height: 210px;
  }
  .object-page .about-objects-item:hover .about-objects-item-photo {
    height: 210px;
    margin-top: 0px;
  }
}

.object-main {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .object-main {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .object-main {
    padding-top: 66px;
    overflow-x: hidden;
  }
}

.object-hero {
  width: 100%;
  padding: 24px 90px 0 90px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .object-hero {
    padding: 24px 20px 0 20px;
    margin-bottom: 46px;
  }
}

.object-hero-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 17px;
}
.object-hero-link:hover {
  color: #673ac2;
}
.object-hero-link:hover svg path {
  stroke: #673ac2;
}

.object-hero-title {
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 123.5px */
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .object-hero-title {
    font-size: 110px;
    text-align: left;
  }
}
@media only screen and (max-width: 666px) {
  .object-hero-title {
    font-size: 60px;
  }
}

.object-hero-title-line1 {
  position: relative;
  z-index: 2;
}

.object-hero-title-line2 {
  position: relative;
  z-index: 2;
}

.object-galery {
  width: 100%;
  padding: 0 100px;
  margin: 65px 0 100px 0;
  position: relative;
}
.object-galery.no-main .object-galery-slider-container {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .object-galery {
    padding: 0 20px;
    margin: 65px 0;
  }
}

.object-galery-slider-container {
  position: relative;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #000;
}
.object-galery-slider-container .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -55px;
  display: none !important;
}
.object-galery-slider-container .slick-dots li {
  width: 8px;
  margin: 0 10px;
}
.object-galery-slider-container .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.object-galery-slider-container .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .object-galery-slider-container .slick-dots {
    display: block !important;
    bottom: -44px;
  }
}

.object-galery-slider-for {
  width: 100%;
  margin-bottom: 10px;
}

.object-galery-slider-for img {
  width: 100%;
  border-radius: 15px;
}

.object-galery-slider-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.object-galery-slider-nav .slick-list {
  padding: 0 !important;
}
.object-galery-slider-nav .slick-slide {
  width: 75px !important;
  opacity: 0.5;
  margin-right: 4px;
}
.object-galery-slider-nav .slick-current {
  opacity: 1;
}
@media only screen and (max-width: 666px) {
  .object-galery-slider-nav {
    display: none;
  }
}

.object-galery-slider-nav img {
  display: inline-block !important;
  width: 75px !important;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.object-galery-slider-nav picture {
  display: block;
  height: auto;
  display: inline-block !important;
  width: 75px !important;
  height: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.object-galery-nav-btn {
  position: absolute;
  top: -40px;
  background-color: transparent;
  border: none;
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  cursor: pointer;
}

.galery-nav-btn-prev {
  left: 0px;
}

.galery-nav-btn-next {
  right: 0px;
}

.object-galery-top-arrow {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.object-info {
  max-width: 816px;
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 1024px) {
  .object-info {
    padding: 0 20px;
    margin: 80px auto;
  }
}
@media only screen and (max-width: 666px) {
  .object-info {
    margin: 80px auto 48px;
  }
}

.object-info-title {
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 666px) {
  .object-info-title {
    font-size: 32px;
    text-align: left;
  }
}

.object-info-heading {
  color: #000;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 20px;
}

.object-info-description {
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 40px;
}

.object-info-item {
  padding: 32px 0;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 3%;
}
@media only screen and (max-width: 666px) {
  .object-info-item {
    gap: 16px;
  }
}

.object-info-item-name {
  width: 36%;
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .object-info-item-name {
    width: 48%;
    font-size: 18px;
  }
}

.object-info-item-content {
  width: 61%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
@media only screen and (max-width: 666px) {
  .object-info-item-content {
    width: 48%;
    font-size: 14px;
  }
}

.object-text-block {
  width: 100%;
  margin: 60px 0 36px 0;
}

.object-text-block-content {
  max-width: 816px;
  width: 100%;
  margin: 0 auto 20px auto;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  position: relative;
}
.object-text-block-content h2 {
  color: #000;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 16px;
}
.object-text-block-content strong {
  font-weight: 400;
}
.object-text-block-content em {
  font-style: italic;
}
.object-text-block-content p {
  margin-bottom: 24px;
}
.object-text-block-content a {
  color: #673ac2;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.object-text-block-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.object-text-block-content ul li {
  position: relative;
  margin-bottom: 12px;
}
.object-text-block-content ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #30446d;
}
.object-text-block-content ol {
  margin-left: 20px;
  margin-bottom: 32px;
}
.object-text-block-content ol li {
  position: relative;
  margin-bottom: 12px;
  list-style: decimal;
}
@media only screen and (max-width: 1024px) {
  .object-text-block-content {
    width: 100%;
    padding: 0 20px;
  }
}

.object-text-block-read-more-btn {
  max-width: 816px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.95);
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-decoration-line: underline;
  text-transform: uppercase;
  display: none;
  position: relative;
  z-index: 3;
  margin-left: 20px;
}

.object-text-block-read-more-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
  display: none;
}

.object-fluid-image {
  width: 100%;
  padding: 0 100px;
  margin: 60px 0;
}
.object-fluid-image img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .object-fluid-image {
    padding: 0 20px;
  }
}

.object-video {
  max-width: 816px;
  width: 100%;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.object-video iframe {
  border-radius: 20px;
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .object-video {
    padding: 0 20px;
  }
}

.object-link-block-wrapper {
  padding: 0 20px;
}

.object-link-block {
  cursor: pointer;
  max-width: 816px;
  width: 100%;
  margin: 60px auto;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #b6afca;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.object-link-block:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.object-link-block:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.object-link-block:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.object-link-block:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.object-link-block:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}
@media only screen and (max-width: 666px) {
  .object-link-block {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.object-link-image {
  width: 37.373737%; /* 296/792 */
}
.object-link-image img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .object-link-image {
    width: 100%;
  }
}

.object-link-content {
  width: 49.494949%; /* 392/792 */
}
@media only screen and (max-width: 666px) {
  .object-link-content {
    width: 83%;
  }
}

.object-link-title {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%; /* 29.4px */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.object-link-description {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  text-overflow: ellipsis;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.object-link-description-gradient {
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
}

.object-team {
  width: 100%;
  position: relative;
  padding: 70px 100px 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .object-team {
    padding: 50px 20px 80px;
  }
}

.object-team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.object-team-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .object-team-bg img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.object-team-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 666px) {
  .object-team-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.object-team-slider-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 666px) {
  .object-team-slider-wrapper {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}

.object-team-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 49%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .object-team-slider-arrows {
    display: none;
  }
}
.object-team-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -70px;
  width: 40px;
  height: 40px;
}
.object-team-slider-arrows .slick-prev::before {
  display: none;
}
.object-team-slider-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}
.object-team-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.object-team-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.object-team-slider-arrows .slick-prev img {
  width: 100%;
}
.object-team-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -70px;
  width: 40px;
  height: 40px;
}
.object-team-slider-arrows .slick-next.slick-disabled {
  opacity: 0.3;
}
.object-team-slider-arrows .slick-next::before {
  display: none;
}
.object-team-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.object-team-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.object-team-slider-arrows .slick-next img {
  width: 100%;
}

.object-team-slider {
  position: relative;
  z-index: 3;
}
.object-team-slider .slick-slide {
  margin: 0 8px;
}
.object-team-slider .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -55px;
}
.object-team-slider .slick-dots li {
  width: 8px;
  margin: 0 10px;
}
.object-team-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.object-team-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .object-team-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  .object-team-slider .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .object-team-slider .slick-dots li button:before {
    height: 2px;
    width: 100%;
    border-radius: 0px;
  }
  .object-team-slider .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.object-team-slider-item {
  height: 100%;
  border-radius: 15px;
  border: 1px solid #b6afca;
  padding: 24px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 666px) {
  .object-team-slider-item {
    padding: 16px;
  }
}

.object-team-slider-item-photo {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 24px;
}
.object-team-slider-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.object-team-slider-item-info-icon {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #61458e;
  background: #fff8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-team-slider-item-info-icon img {
  width: 27px;
  height: 27px;
  -o-object-fit: cover;
     object-fit: cover;
}
.object-team-slider-item-info-icon:hover {
  background: #f5eeff;
}
@media only screen and (max-width: 666px) {
  .object-team-slider-item-info-icon {
    bottom: -5px;
    right: 0px;
  }
}

.object-team-slider-item-name {
  color: #000;
  text-align: center;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  margin-bottom: 8px;
}

.object-team-slider-item-post {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
}

.object-related {
  width: 100%;
  position: relative;
  padding: 70px 100px 20px;
}
@media only screen and (max-width: 1024px) {
  .object-related {
    padding: 50px 20px 30px;
  }
}

.object-related-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 666px) {
  .object-related-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.object-related-slider-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}

.object-related-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 52%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .object-related-slider-arrows {
    display: none;
  }
}
.object-related-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -70px;
  width: 40px;
  height: 40px;
}
.object-related-slider-arrows .slick-prev::before {
  display: none;
}
.object-related-slider-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}
.object-related-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.object-related-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.object-related-slider-arrows .slick-prev img {
  width: 100%;
}
.object-related-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -70px;
  width: 40px;
  height: 40px;
}
.object-related-slider-arrows .slick-next.slick-disabled {
  opacity: 0.3;
}
.object-related-slider-arrows .slick-next::before {
  display: none;
}
.object-related-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.object-related-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.object-related-slider-arrows .slick-next img {
  width: 100%;
}

.object-related-slider {
  position: relative;
  z-index: 3;
}
.object-related-slider .slick-slide {
  margin: 0 8px;
}
.object-related-slider .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -55px;
}
.object-related-slider .slick-dots li {
  width: 8px;
  margin: 0 10px;
}
.object-related-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.object-related-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .object-related-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  .object-related-slider .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .object-related-slider .slick-dots li button:before {
    height: 2px;
    width: 100%;
    border-radius: 0px;
  }
  .object-related-slider .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.object-bottom-contact-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.object-bottom-contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-page {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .blog-page {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page {
    padding-top: 66px;
  }
}

.breadcrumbs {
  padding: 24px 90px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .breadcrumbs {
    padding: 20px 15px;
  }
}

.breadcrumbs-item {
  color: var(--Colours-Brand-Secondary-500, #555);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.breadcrumbs-separator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #673ac2;
}

.blog-hero {
  width: 100%;
  padding: 50px 90px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .blog-hero {
    padding: 65px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-hero {
    padding: 40px 15px;
  }
}

.blog-hero-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 61.6px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .blog-hero-title {
    font-size: 48px;
  }
}

.blog-hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .blog-hero-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.blog-hero-item {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 26px 73px -19px rgba(143, 140, 158, 0.4);
}
.blog-hero-item:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.blog-hero-item:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.blog-hero-item:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.blog-hero-item:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}

.blog-hero-item-top {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}

.blog-hero-item-top-name {
  color: #000;
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .blog-hero-item-top-name {
    font-size: 32px;
  }
}

.blog-hero-item-img {
  width: 100%;
}
.blog-hero-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.blog-search {
  max-width: 1084px;
  width: 100%;
  margin: 22px auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 1.5625%; /* 16/1024 */
}
@media only screen and (max-width: 1024px) {
  .blog-search {
    margin: 20px auto 40px auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-search {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 15px;
  }
}

.blog-search-input {
  width: 69.335938%; /* 710/1024 */
  border-radius: 57px;
  border: 1px solid #b6afca;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
}
.blog-search-input input {
  width: 92%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
  border: none;
}
.blog-search-input input::-moz-placeholder {
  color: var(--colours-text-icon-darker-gray, #848484);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
}
.blog-search-input input::placeholder {
  color: var(--colours-text-icon-darker-gray, #848484);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
}
@media only screen and (max-width: 666px) {
  .blog-search-input {
    width: 100%;
  }
}

.blog-search-btn {
  border: none;
  cursor: pointer;
  width: 28.90625%; /* 296/1024 */
  border-radius: 57px;
  background: var(--Stroke-Button, linear-gradient(90deg, #61458e 0%, #b24ca1 100%));
  box-shadow: 0px 26px 73px -19px rgba(143, 140, 158, 0.4);
  padding: 16px;
  color: var(--white, #fff);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .blog-search-btn {
    width: 100%;
  }
}

.blog-news {
  width: 100%;
  position: relative;
  padding: 60px 100px 95px;
}
.blog-news .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.blog-news .link {
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 25px;
  cursor: pointer;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  white-space: nowrap;
}
.blog-news .link:hover {
  background-color: black;
  color: white;
}
.blog-news .link.active {
  background-color: black;
  color: white;
}
.blog-news .content {
  display: none;
}
.blog-news .content.active {
  display: block;
}
.blog-news .accordion {
  margin-top: 20px;
}
.blog-news .accordion-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.blog-news .accordion-item:has(.accordion-item-head.in) {
  border-bottom: 1px solid #673ac2;
}
.blog-news .accordion-item:hover {
  border-bottom: 1px solid #673ac2;
}
.blog-news .accordion-item:hover .accordion-item-head span {
  color: #673ac2;
}
.blog-news .accordion-item:hover .accordion-item-head svg path {
  stroke: #673ac2;
}
.blog-news .accordion-item-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
  color: #000;
  font-family: Affect;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  text-transform: uppercase;
  padding-bottom: 10px;
}
.blog-news .accordion-item-head span {
  color: #000;
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
@media only screen and (max-width: 666px) {
  .blog-news .accordion-item-head span {
    font-size: 16px;
  }
}
.blog-news .accordion-item-head svg {
  transition: all 0.3s ease;
}
.blog-news .accordion-item-head.in span {
  color: #673ac2;
}
.blog-news .accordion-item-head.in svg {
  transform: rotate(180deg);
}
.blog-news .accordion-item-head.in svg path {
  stroke: #673ac2;
}
.blog-news .accordion-item-drop {
  display: none;
  width: 80%;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-news {
    padding: 0px 20px 90px;
  }
  .blog-news .tabs {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-wrap: unset;
  }
}

.blog-tabs {
  width: 100%;
}

.blog-news-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .blog-news-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .blog-news-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-news-item {
  padding: 10px 0;
  border-top: 1px solid #000;
}
.blog-news-item:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.blog-news-item:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.blog-news-item:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.blog-news-item:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}

.blog-news-item-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.blog-news-item-top-name {
  color: #000;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}

.blog-news-item-img {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  margin-bottom: 16px;
}
.blog-news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.blog-news-item-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-news-item-bottom-date {
  color: var(--Colours-Brand-Primary-500, #1e1e1e);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  padding-right: 8px;
  border-right: 1px solid #000;
}

.blog-news-item-bottom-time {
  color: var(--Colours-Brand-Primary-500, #1e1e1e);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-arrow-go-to-top {
  position: absolute;
  z-index: 4;
  right: 90px;
  bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .blog-arrow-go-to-top {
    display: none;
  }
}

.blog-page-body {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-body {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page-body {
    padding-top: 66px;
  }
  .blog-page-body .object-video {
    padding: 0;
    margin: 0 35px 0 0;
  }
}

.blog-page-content {
  width: 100%;
  padding: 0 90px;
}
.blog-page-content h1 {
  display: block;
  color: #000;
  font-family: Affect;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.blog-page-content h2 {
  display: block;
  max-width: 816px;
  width: 100%;
  margin: 24px auto;
  color: rgba(0, 0, 0, 0.95);
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
.blog-page-content h3 {
  display: block;
  max-width: 816px;
  width: 100%;
  margin: 24px auto;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.blog-page-content p {
  max-width: 816px;
  width: 100%;
  margin: 24px auto;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.blog-page-content p strong {
  font-weight: 400;
}
.blog-page-content p em {
  font-style: italic;
}
.blog-page-content ul {
  max-width: 816px;
  width: 100%;
  margin: 24px auto;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.blog-page-content ul li {
  margin-left: 20px;
  list-style: disc;
  margin-bottom: 12px;
}
.blog-page-content ol {
  max-width: 816px;
  width: 100%;
  margin: 24px auto;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.blog-page-content ol li {
  margin-left: 20px;
  list-style: decimal;
  margin-bottom: 12px;
}
.blog-page-content a {
  color: #61458e;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .blog-page-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page-content {
    padding: 0 15px;
  }
  .blog-page-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .blog-page-content h2 {
    font-size: 18px;
  }
}

.blog-page-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 48px;
  position: relative;
  color: var(--Colours-Brand-Primary-500, #1e1e1e);
  font-family: Affect;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
}
.blog-page-tag span {
  display: block;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 666px) {
  .blog-page-tag {
    font-size: 16px;
  }
}

.blog-page-tag-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-page-tag-bg svg {
  width: 100%;
  height: 100%;
}

.blog-page-info {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--colours-text-icon-charcoal, #282828);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  margin-bottom: 50px;
}
@media only screen and (max-width: 666px) {
  .blog-page-info {
    margin-bottom: 25px;
  }
}

.blog-page-info-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-page-fluid-img {
  width: 100%;
  margin-bottom: 80px;
}
.blog-page-fluid-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-fluid-img {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page-fluid-img {
    margin-bottom: 40px;
  }
}

.blog-page-small-img {
  max-width: 816px;
  width: 100%;
  margin: 80px auto;
}
.blog-page-small-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-small-img {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page-small-img {
    margin: 40px auto;
  }
}

.blog-page-pdf {
  max-width: 816px;
  width: 100%;
  height: 450px;
  margin: 40px auto;
}
.blog-page-pdf iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 666px) {
  .blog-page-pdf {
    height: 260px;
  }
}

.blog-page-pdf-link {
  width: 400px;
  height: 56px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 57px;
  background: var(--Stroke-Button, linear-gradient(90deg, #61458e 0%, #b24ca1 100%));
  color: var(--white, #fff) !important;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .blog-page-pdf-link {
    width: 100%;
  }
}

.blog-page-galery {
  width: 100%;
  padding: 80px 10px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-galery {
    padding: 60px 0;
  }
}

.blog-page-galery-slider-wrapper {
  width: 100%;
  position: relative;
}

.blog-page-galery-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 52%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .blog-page-galery-slider-arrows {
    display: none;
  }
}
.blog-page-galery-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -62px;
  width: 40px;
  height: 40px;
}
.blog-page-galery-slider-arrows .slick-prev::before {
  display: none;
}
.blog-page-galery-slider-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}
.blog-page-galery-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.blog-page-galery-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.blog-page-galery-slider-arrows .slick-prev img {
  width: 100%;
}
.blog-page-galery-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -62px;
  width: 40px;
  height: 40px;
}
.blog-page-galery-slider-arrows .slick-next.slick-disabled {
  opacity: 0.3;
}
.blog-page-galery-slider-arrows .slick-next::before {
  display: none;
}
.blog-page-galery-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.blog-page-galery-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.blog-page-galery-slider-arrows .slick-next img {
  width: 100%;
}

.blog-page-galery-slider {
  position: relative;
  z-index: 3;
}
.blog-page-galery-slider .slick-slide {
  margin: 0 8px;
}
.blog-page-galery-slider .slick-dots {
  max-width: 100%;
  width: 100%;
  padding: 0 90px;
  bottom: -70px;
}
.blog-page-galery-slider .slick-dots li {
  width: 8px;
  margin: 0 8px;
}
.blog-page-galery-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.blog-page-galery-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .blog-page-galery-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  .blog-page-galery-slider .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .blog-page-galery-slider .slick-dots li button:before {
    height: 2px;
    width: 100%;
    border-radius: 0px;
  }
  .blog-page-galery-slider .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.blog-page-galery-slider-item {
  width: 100%;
}
.blog-page-galery-slider-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.blog-page-share {
  max-width: 816px;
  width: 100%;
  margin: 80px auto;
}
@media only screen and (max-width: 1024px) {
  .blog-page-share {
    margin: 60px auto;
  }
}

.blog-page-share-title {
  color: var(--colours-text-icon-primary, #1e1e1e);
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin-bottom: 24px;
}

.blog-page-share-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog-page-related {
  width: 100%;
  padding: 70px 90px 0;
  position: relative;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .blog-page-related {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-page-related {
    padding: 50px 15px;
    margin: 50px 0 0 0;
  }
}

.blog-page-related-title {
  position: relative;
  z-index: 3;
  color: #000;
  font-family: Affect;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 55px */
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 666px) {
  .blog-page-related-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.blog-page-related-slider-wrapper {
  width: 100%;
  position: relative;
}

.blog-page-related-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 52%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .blog-page-related-slider-arrows {
    display: none;
  }
}
.blog-page-related-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -70px;
  width: 40px;
  height: 40px;
}
.blog-page-related-slider-arrows .slick-prev::before {
  display: none;
}
.blog-page-related-slider-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}
.blog-page-related-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.blog-page-related-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.blog-page-related-slider-arrows .slick-prev img {
  width: 100%;
}
.blog-page-related-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -70px;
  width: 40px;
  height: 40px;
}
.blog-page-related-slider-arrows .slick-next.slick-disabled {
  opacity: 0.3;
}
.blog-page-related-slider-arrows .slick-next::before {
  display: none;
}
.blog-page-related-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.blog-page-related-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.blog-page-related-slider-arrows .slick-next img {
  width: 100%;
}

.blog-page-related-slider {
  position: relative;
  z-index: 3;
}
.blog-page-related-slider .slick-slide {
  margin: 0 12px;
}
.blog-page-related-slider .slick-dots {
  max-width: 100%;
  width: 100%;
  padding: 0 90px;
  bottom: -70px;
}
.blog-page-related-slider .slick-dots li {
  width: 8px;
  margin: 0 8px;
}
.blog-page-related-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #c9c9c9;
  opacity: 1;
}
.blog-page-related-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media only screen and (max-width: 666px) {
  .blog-page-related-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  .blog-page-related-slider .slick-dots li {
    width: 100%;
    margin: 0;
  }
  .blog-page-related-slider .slick-dots li button:before {
    height: 2px;
    width: 100%;
    border-radius: 0px;
  }
  .blog-page-related-slider .slick-dots li.slick-active button:before {
    background: #000;
  }
}

.blog-page-related-slider-item {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.vacancies-page {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .vacancies-page {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .vacancies-page {
    padding-top: 66px;
  }
}

.vacancies-main .services-faq-tabs-wrapper {
  position: relative;
  z-index: 2;
}
.vacancies-main .about-objects-pagination {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1024px) {
  .vacancies-main .about-objects-pagination {
    margin-bottom: -54px;
  }
}
@media only screen and (max-width: 666px) {
  .vacancies-main .about-objects-pagination {
    margin-bottom: 0;
  }
}
.vacancies-main .content {
  display: none;
  position: relative;
  z-index: 2;
}
.vacancies-main .content.active {
  display: block;
}
.vacancies-main .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}
.vacancies-main .link {
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 25px;
  cursor: pointer;
  color: #000;
  text-align: right;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
.vacancies-main .link.active {
  background-color: black;
  color: white;
}
.vacancies-main .about-contact-left {
  width: 40.645161%; /* 504/1240 */
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .vacancies-main .about-contact-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .vacancies-main .about-contact-left {
    padding: 15px;
  }
}
.vacancies-main .about-contact-form-title {
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 666px) {
  .vacancies-main .about-contact-form-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.vacancies-main .about-contact-form-input:has(textarea) {
  border-radius: 20px;
  height: 100px;
}
.vacancies-main .about-contact-form-input:has(textarea) textarea {
  resize: none;
}

.breadcrumbs-separator.not-last {
  background: #555;
}

.vacancies-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.vacancies-list-item {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 26px 73px -19px rgba(143, 140, 158, 0.4);
}

.vacancies-list-item-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}
.vacancies-list-item-top:hover .vacancies-list-item-top-name {
  color: #673ac2;
}
.vacancies-list-item-top:hover .about-objects-item-top-arrow-icon1 {
  top: -50%;
  right: -50%;
  opacity: 0;
}
.vacancies-list-item-top:hover .about-objects-item-top-arrow-icon1 path {
  stroke: #673ac2;
}
.vacancies-list-item-top:hover .about-objects-item-top-arrow-icon2 {
  top: 0;
  right: 0;
  opacity: 1;
}
.vacancies-list-item-top:hover .about-objects-item-top-arrow-icon2 path {
  stroke: #673ac2;
}
.vacancies-list-item-top:hover .about-objects-item-photo {
  height: 231px;
  margin-top: -44px;
}

.vacancies-list-item-top-name {
  color: #000;
  text-align: center;
  /* H3 Affect */
  font-family: Affect;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 44px */
  text-transform: uppercase;
}

.contacts-page {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .contacts-page {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-page {
    padding-top: 66px;
  }
}

.contacts-main .about-objects-pagination {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1024px) {
  .contacts-main .about-objects-pagination {
    margin-bottom: -54px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-main .about-objects-pagination {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts-main .about-contact-bg-img {
    filter: opacity(0.5) contrast(1.2);
  }
}
.contacts-main .about-contact-left {
  width: 40.645161%; /* 504/1240 */
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .contacts-main .about-contact-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-main .about-contact-left {
    padding: 15px;
  }
}
.contacts-main .about-contact-form-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .contacts-main .about-contact-form-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.contacts-main .about-contact-form-descr {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .contacts-main .about-contact-form-descr {
    margin-bottom: 20px;
  }
}
.contacts-main .about-contact-form-input:has(textarea) {
  border-radius: 20px;
  height: 100px;
}
.contacts-main .about-contact-form-input:has(textarea) textarea {
  resize: none;
}
.contacts-main .about-contact-right {
  width: 49.032258%; /* 608/1240 */
}
@media only screen and (max-width: 1024px) {
  .contacts-main .about-contact-right {
    width: 100%;
  }
}
.contacts-team {
  width: 100%;
  padding: 80px 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contacts-team {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team {
    padding: 40px 15px 80px;
  }
}

.contacts-title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 61.6px */
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media only screen and (max-width: 666px) {
  .contacts-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.contacts-team-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 15px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}

.contacts-team-list-item {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Card, #b6afca);
  background: var(--Colours-Component-Card-Background-Light, #fff);
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item {
    flex-direction: column;
    align-items: center;
    min-height: 414px;
  }
}
@media only screen and (max-width: 700px) {
  .contacts-team-list-item {
    padding: 24px 14px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item {
    padding: 16px;
    gap: 8px;
    min-height: 324px;
  }
}

.contacts-team-list-item-img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item-img {
    max-width: 200px;
  }
}
.contacts-team-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.contacts-team-list-item-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item-info {
    flex-grow: 1;
    align-items: center;
  }
}
.contacts-team-list-item-info-top h2 {
  font-family: Affect;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item-info-top h2 {
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item-info-top h2 {
    margin-bottom: 4px;
  }
}

.contacts-team-list-item-position {
  display: block;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 15.4px */
  color: #000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item-position {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item-position {
    margin-bottom: 4px;
  }
}

.contacts-team-list-item-tel-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-list-item-tel-wrapper {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item-tel-wrapper {
    margin-bottom: 4px;
  }
}

.contacts-team-list-item-tel {
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 666px) {
  .contacts-team-list-item-tel {
    display: none;
  }
}

.contacts-team-list-item-tel-num {
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  color: #000;
}

.contacts-team-list-item-social-list {
  display: flex;
  gap: 8px;
}
.contacts-team-list-item-social-list-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 1px solid transparent;
}
.contacts-team-list-item-social-list-item a svg {
  width: 20px;
  height: 20px;
}
.contacts-team-list-item-social-list-item a:hover {
  background: #fff;
  border: 1px solid #000;
}
.contacts-team-list-item-social-list-item a:hover svg path {
  fill: #000;
}

.contacts-team-member {
  width: 100%;
  padding: 80px 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-member {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-member {
    padding: 40px 15px 60px;
  }
}
.contacts-team-member .contacts-title {
  margin-bottom: 60px;
}

.contacts-team-member-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.contacts-team-member-bg-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleY(-1);
}
@media only screen and (max-width: 1024px) {
  .contacts-team-member-bg-img img {
    transform: scale(-1);
  }
}
.contacts-team-slider-wrapper {
  width: 100%;
  position: relative;
}

.contacts-team-slider {
  position: relative;
  z-index: 6;
  width: 99.8%;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-slider {
    z-index: 4;
  }
}
.contacts-team-slider .slick-slide {
  margin: 0 8px;
}
.contacts-team-slider .slick-dots {
  width: 100%;
  padding: 0 90px;
  bottom: -40px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-slider .slick-dots {
    bottom: -60px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider .slick-dots {
    bottom: -50px;
    padding: 0 15px;
  }
}
.contacts-team-slider .slick-dots li {
  width: 8px;
  margin: 0 5px;
}
.contacts-team-slider .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9c9c9;
  opacity: 1;
}
.contacts-team-slider .slick-dots li.slick-active button:before {
  background: #000;
}

.contacts-team-slider-arrows {
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-slider-arrows {
    top: calc(100% + 24px);
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-arrows {
    display: none;
  }
}
.contacts-team-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -65px;
  width: 40px;
  height: 40px;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-slider-arrows .slick-prev {
    left: 50%;
    transform: translateX(-150px);
  }
}
.contacts-team-slider-arrows .slick-prev::before {
  display: none;
}
.contacts-team-slider-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}
.contacts-team-slider-arrows .slick-prev:hover svg circle {
  fill: #000;
}
.contacts-team-slider-arrows .slick-prev:hover svg path {
  stroke: #fff;
}
.contacts-team-slider-arrows .slick-prev img {
  width: 100%;
}
.contacts-team-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-slider-arrows .slick-next {
    right: 30%;
    right: 50%;
    transform: translateX(150px);
  }
}
.contacts-team-slider-arrows .slick-next.slick-disabled {
  opacity: 0.3;
}
.contacts-team-slider-arrows .slick-next::before {
  display: none;
}
.contacts-team-slider-arrows .slick-next:hover svg circle {
  fill: #000;
}
.contacts-team-slider-arrows .slick-next:hover svg path {
  stroke: #fff;
}
.contacts-team-slider-arrows .slick-next img {
  width: 100%;
}

.contacts-team-slider-item {
  border-radius: 15px;
  border: 1px solid #b6afca;
  padding: 24px;
  background: #fff;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item {
    padding: 16px;
  }
}

.contacts-team-slider-item-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item-inner {
    gap: 16px;
  }
}

.contacts-team-slider-item-top {
  position: relative;
}

.contacts-team-slider-item-img {
  width: 100%;
  aspect-ratio: 100%; /* 1/1 */
}
.contacts-team-slider-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-team-slider-item-info-img {
  position: absolute;
  right: 5.5px;
  bottom: 16.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #61458e;
  border-radius: 50%;
  background-color: #fff8ff;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item-info-img {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
  }
}
.contacts-team-slider-item-info-img img {
  width: 27px;
  height: 27px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item-info-img img {
    width: 20px;
    height: 20px;
  }
}
.contacts-team-slider-item-info-img:hover {
  background: #f5eeff;
}

.contacts-team-slider-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item-info {
    gap: 4px;
  }
}
.contacts-team-slider-item-info h3 {
  text-align: center;
  font-family: Affect;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (max-width: 666px) {
  .contacts-team-slider-item-info h3 {
    margin-bottom: 4px;
  }
}
.contacts-team-slider-item-info span {
  display: block;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
  text-align: center;
  color: #000;
}

.contacts-team-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 400px;
  padding: 18px 36px;
  border-radius: 46px;
  background: linear-gradient(90deg, #5a448c 0%, #b64ca2 100%);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: var(--colours-text-icon-white, #fff);
  cursor: pointer;
  margin: 72px auto 0;
}
@media only screen and (max-width: 1024px) {
  .contacts-team-btn {
    width: 65.796703%; /* 479/728 */
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-team-btn {
    width: 100%;
    margin: 72px auto 0;
  }
}
.contacts-team-btn:hover {
  background: linear-gradient(90deg, #6238c2 0%, #e349c6 100%);
}

.error-page {
  width: 100%;
  padding-top: 141px;
}
@media only screen and (max-width: 1024px) {
  .error-page {
    padding-top: 71px;
  }
}
@media only screen and (max-width: 666px) {
  .error-page {
    padding-top: 66px;
  }
}

.error-section {
  position: relative;
  padding: 50px 100px;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .error-section {
    padding: 81px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .error-section {
    padding: 104px 15px;
    margin-top: 40px;
  }
}
.error-section h1 {
  font-family: Affect;
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 143px */
  text-transform: uppercase;
  color: #000;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .error-section h1 {
    font-size: 110px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .error-section h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
.error-section .about-contact-bg-img img {
  -o-object-fit: fill;
     object-fit: fill;
  filter: opacity(0.5);
}

.error-text {
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .error-text {
    margin-bottom: 24px;
  }
}

.error-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 36px;
  border-radius: 57px;
  background: var(--Stroke-Button, linear-gradient(90deg, #61458e 0%, #b24ca1 100%));
  box-shadow: 0px 26px 73px -19px rgba(143, 140, 158, 0.4);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--colours-text-icon-white, #fff);
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .error-btn {
    padding: 11px 36px;
  }
}
.error-btn:hover {
  background: linear-gradient(90deg, #6238c2 0%, #e349c6 100%);
}

html,
body {
  font-family: Affect;
  font-weight: 300;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.home-hero-title{
  position: relative;
  z-index: 2;
  color: #000;
  font-family: Affect;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  text-transform: uppercase;
  font-size: 9.027778vw;
  margin-bottom: 40px;
}

.home-services .home-hero-title {
  font-size: 6.944444vw;
}

@media only screen and (max-width: 1024px) {
  .home-hero-title {
    font-size: 110px;
  }
  .home-services .home-hero-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-title {
    font-size: 60px;
  }
}
