* {
  font-family: "Montserrat", sans-serif;
}
body{
    overflow-x: hidden;
}
#response2{
    color: green;
    font-size: 14px;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}


@media only screen and (max-width: 1440px){
    .container{
        padding: 0 20px;
    }
}

.blogsSwiper{
    height: 300px;
    .main-page__card, .press-card{
        height: 100%;
    }
}

.header-menu {
  display: contents;
}
.search-modal {
  display: none;
}
.header-menu__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  height: 300vh;
  background: rgba(24, 29, 29, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.header-menu__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1279px) {
  .header-menu__wrapper {
    transform: translateX(100%);
    transform-origin: center;
    height: calc(100vh - 4.625rem);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.header-menu__container {
  padding: 4.25rem 0 7.5rem;
}
@media (max-width: 1279px) {
  .header-menu__container {
    padding: 0 0 1.625rem;
  }
}
.header-menu__row {
  display: flex;
}
@media (max-width: 1279px) {
  .header-menu__row {
    display: block;
  }
}
.header-menu__col {
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(40px);
}
.header-menu__col:nth-child(1) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 4);
}
@media (max-width: 1279px) {
  .header-menu__col:nth-child(1) {
    width: auto;
  }
}
.header-menu__col:nth-child(2) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 8 - 20px);
}
@media (max-width: 1279px) {
  .header-menu__col:nth-child(2) {
    margin-top: 2rem;
    width: auto;
  }
}
.header-menu__contact {
  display: flex;
}
.header-menu__contact:not(:first-child) {
  margin-top: 0.25rem;
}
.header-menu__title {
  font-family: "Halvar Breitschrift";
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 1279px) {
  .header-menu__title {
    font-size: 1rem;
  }
}
.header-menu__buttons {
  margin-top: 3.75rem;
}
@media (max-width: 1279px) {
  .header-menu__buttons {
    margin-top: 0.75rem;
  }
}
.header-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.5rem;
  column-gap: 20px;
}
@media (max-width: 1279px) {
  .header-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .header-menu__grid {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.header-menu__item-row {
  display: none;
}
@media (max-width: 1279px) {
  .header-menu__item-row {
    display: flex;
    justify-content: space-between;
  }
}
.header-menu__item-col {
  flex-shrink: 0;
  width: calc(50% - 4px);
}
.header-menu__heading {
  margin-bottom: 1.5rem;
}
@media (max-width: 1279px) {
  .header-menu__heading {
    margin-bottom: 0.75rem;
  }
}
.header-menu__heading {
  position: relative;
  color: #181d1d;
  opacity: 1;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  text-transform: uppercase;
  font-family: "Halvar Breitschrift";
  letter-spacing: -0.01em;
  font-size: 0.75rem;
  line-height: 1.1;
}
@media (max-width: 1279px) {
  .header-menu__heading {
    font-size: 0.625rem;
  }
}
.header-menu__heading::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #006525;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.header-menu__heading:hover {
  opacity: 1;
  color: #006525;
}
.header-menu__heading:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.header-menu__list-item {
  display: flex;
}
.header-menu__list-item:not(:first-child) {
  margin-top: 0.75rem;
}
@media (max-width: 1279px) {
  .header-menu__list-item:not(:first-child) {
    margin-top: 4px;
  }
}
@media (max-width: 1279px) {
  .header-menu__list-item.mobile {
    display: none;
  }
}
.header-menu__dropdown-trigger {
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  outline: none;
  border: none;
}
.header-menu__dropdown-arrow {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1279px) {
  .header-menu__dropdown-arrow {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.header-menu__dropdown-arrow {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu__dropdown-arrow svg {
  width: 100%;
  height: 100%;
}
.header-menu__dropdown-arrow svg *[stroke] {
  stroke: currentColor;
}
.header-menu__link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 1279px) {
  .header-menu__link {
    font-size: 0.75rem;
  }
}
.header-menu__bot {
  padding: 1.875rem 0;
}
@media (max-width: 1279px) {
  .header-menu__bot {
    padding: 1.25rem 0 1.625rem;
  }
}
.header-menu__bot {
  border-top: 1px solid #e8e8e8;
}
.header-menu__bot-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .header-menu__bot-row {
    display: block;
  }
}
.header-menu__bot-col {
  flex-shrink: 0;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(40px);
}
.header-menu__bot-col:nth-child(1) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 6);
}
@media (max-width: 1279px) {
  .header-menu__bot-col:nth-child(1) {
    display: none;
  }
}
.header-menu__bot-col:nth-child(2) {
  display: flex;
  align-items: center;
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 6 - 20px);
}
@media (max-width: 1279px) {
  .header-menu__bot-col:nth-child(2) {
    width: auto;
    display: block;
  }
}
.header-menu__caption {
  font-weight: 500;
  color: #979797;
  font-size: 12px;
  line-height: 1.3;
}
/*@media (max-width: 1279px) {*/
/*  .header-menu__caption {*/
/*    font-size: 0.625rem;*/
/*  }*/
/*}*/
.header-menu__partners {
  display: flex;
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 4);
}
.header-menu__partner a {
  display: inline-block;
  height: 80px;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.header-menu__partners {
  opacity: 0.4;
}
.header-menu__partner {
  height: 1.25rem;
  display: flex;
  align-items: center;
}
.header-menu__partner:not(:first-child) {
  margin-left: 2rem;
}
@media (max-width: 1279px) {
  .header-menu__corp {
    margin-top: 0.5rem;
    font-size: 12px;
  }
}
.header-menu__corp {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  margin-left: 30px;
  color: #000 !important;
}
.header-menu__corp-link {
  color: #006525;
}
.header-menu__top {
  margin-bottom: 2rem;
  display: none;
}

@media (max-width: 1279px) {
  .header-menu__partners {
    margin-bottom: 1.25rem;
    /*width: auto;*/
  }
}
@media (max-width: 500px){
    .header-menu__partners{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .header-menu__partner:not(:first-child) {
        margin-left: 0;
    }
}
@media (max-width: 1279px) {
  .header-menu__top {
    display: block;
  }
}
.header-menu__top {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(40px);
}
.header-menu__lang {
  padding: 0.4375rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu__lang:hover {
  border-color: #006525;
  background-color: #006525;
}
.header-menu__lang:hover .header-menu__lang-text {
  color: #fff;
}
.header-menu__lang:hover .header-menu__lang-svg {
  transform: rotate(-180deg);
}
.header-menu__lang:hover .header-menu__lang-svg path {
  stroke: #fff;
}
.header-menu__lang-text {
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
}
.header-menu__lang-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu__lang-svg {
  --size: 0.75rem;
  flex-shrink: 0;
  width: var(--size);
  height: var(--size);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu__lang-svg path {
  stroke: #181d1d;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu__links {
  margin-top: 1.25rem;
}
.header-menu__profile {
  margin-top: 1.25rem;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header--main .header__inner::before {
  left: -100%;
  animation: slideIn 2s cubic-bezier(0.33, 1, 0.68, 1) infinite forwards;
  animation-delay: 2s, 1.5s;
}
@keyframes slideIn {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.header__desktop {
  width: 100%;
}
.header-menu__dropdown-arrow svg {
  width: 100%;
  height: 100%;
}
.header-menu__dropdown-arrow svg *[stroke] {
  stroke: currentColor;
}
.header__wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__inner {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0;
}
@media (max-width: 1279px) {
  .header__inner {
    padding: 1.25rem 0;
  }
}
.header__inner {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 28.4375rem;
  height: 1px;
}
@media (max-width: 1279px) {
  .header__inner::before {
    width: 7.375rem;
    display: none;
  }
}
.header__inner::before {
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 79.69%
  );
  z-index: -1;
}
@media (max-width: 1279px) {
  .header__inner::before {
    display: block;
  }
}
.header__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: 1px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.4);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .header__row {
    justify-content: space-between;
  }
}
.header__col {
  flex-shrink: 0;
}
.header__col:nth-child(1),
.header__col:nth-child(3),
.header__col:nth-child(4) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px));
}
.header__col:nth-child(3){
    width: 60px;
}
/*@media (max-width: 1279px) {*/
/*  .header__col:nth-child(1),*/
/*  .header__col:nth-child(3),*/
/*  .header__col:nth-child(4) {*/
/*    width: auto;*/
/*  }*/
/*}*/
.header__col:nth-child(2) {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 2);
}
.header__col:nth-child(5) {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
    /*.header__col:nth-child(1) {*/
    /*    order: 1;*/
        
    /*}*/
    .header__col:nth-child(5){
        display: none;
    }
    
}

/*@media (max-width: 1200px) {*/
/*    .header__col:nth-child(2) {*/
/*        width: calc((((100% - (170px * 2) - (20px * 11)) / 12) + 20px) * 2);*/
/*    }*/
/*}*/

@media (max-width: 1024px) {
    /*.header__col:nth-child(4){*/
    /*    width: calc((((100% - (150px * 2) - (20px * 11)) / 12) + 20px));*/
    /*}*/
    .header__col:nth-child(2) {
        width: 105px;
    }
}
@media (max-width: 1279px) {
  .header__col:nth-child(2) {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px){
    .header__col:nth-child(1) {
        width: calc(100% - 235px);
    }
    .header__col:nth-child(1){
        margin: 0 10px;
    }
    .header__menu {
        height: 44px;
    }
}

.header__box {
  position: relative;
  z-index: 0;
  height: 44px;
  padding: 0 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.header__lang .header__box {
  width: 48px;
  height: 44px;
}
.header__box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #006525;
}
.header__box:hover {
  border-color: #006525;
}
.header__box:hover::before {
  transform: none;
}
.header__box:hover .header__box-hover {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.header__box:hover .header__box-svg path {
  stroke: #fff;
}
.header__box-span {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
}
.header__box-hover {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*@media (max-width: 1279px) {*/
/*  .header__box-svg {*/
/*    --size: 1rem;*/
/*  }*/
/*}*/
.header__box-svg {
  width: 12px;
  height: 12px;
}
.header__box-svg path {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__lang {
  position: relative;
  z-index: 0;
}
@media (max-width: 1279px) {
  .header__lang {
    z-index: 1;
  }
}
.header__lang {
  cursor: pointer;
  background: none;
}
@media (min-width: 1280px) {
  .header__lang {
    border: none;
  }
}
.header__lang:hover .header__box {
  border-color: #006525;
}
.header__lang:hover .header__box::before {
  transform: none;
}
.header__lang:hover .header__lang-text {
  color: #fff;
}
.header__lang:hover .header__lang-svg {
  transform: rotate(-180deg);
}
.header__lang:hover .header__lang-svg path {
  stroke: #fff;
}
.header__lang:hover .header__lang-dropdown {
  opacity: 1;
  pointer-events: all;
}
.header__lang-text {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 9.37px;
  line-height: 1.3;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__lang-icon {
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__lang-svg {
  width: 12px;
  height: 12px;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__lang-svg path {
  transition: stroke 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__lang-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-top: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__lang-container {
  padding: 0.75rem 1.25rem;
}
@media (max-width: 1279px) {
  .header__lang-container {
    padding: 0.4375rem 0.625rem;
  }
}
.header__lang-container {
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.header__lang-container.langs {
  width: 47px;
}
.header__lang-item:not(:first-child) {
  margin-top: 0.75rem;
}
@media (max-width: 1279px) {
  .header__lang-link {
    display: block;
  }
}
.header__lang-link {
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  font-weight: 500;
  font-size: 9.37px;
  color: #000 !important;
  width: 300px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.header__lang-link:hover {
  color: #006525 !important;
}
.header__logo {
  display: flex;
}
.header__logo-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100px;
  position: absolute;
  background: white;
  top: 0;
  width: 100px;
  padding: 3px;
  img {
    width: 100%;
    height: 100%;
    /*filter: brightness(0) invert(1);*/
    object-fit: contain !important;
  }
}
.scrolled .header__logo-link img {
  filter: unset;
}
.header__logo-svg {
  width: 7.5rem;
  height: 3.625rem;
}
@media (max-width: 1279px) {
  .header__logo-svg {
    width: 4.875rem;
    height: 2rem;
  }
}
.header__logo-svg path {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__menu {
  padding: 1.0625rem 0.6875rem;
  position: absolute;
  top: 0;
  left: calc((((100% - (300px * 2) - (20px * 11)) / 12) + 20px) * 3);
  z-index: 1;
}

.header__menu {
  width: 3.75rem;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1279px) {
  .header__menu {
    /*height: 5rem;*/
    align-items: center;
    gap: 5px;
    padding: 0 0.75rem 5px;
  }
  .header__nav {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .header__menu {
    width: auto;
    /*height: 2rem;*/
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.header__menu {
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__menu:hover {
  background-color: #006525;
}
.header__menu:hover .header__menu-text {
  color: #fff;
}
.header__menu:hover .header__burger {
  border-color: #fff;
}
.header__menu-text {
  margin-bottom: 1.125rem;
}
@media (max-width: 1279px) {
  .header__menu-text {
    margin-bottom: 0;
    margin-right: 0.5rem;
    font-size: 0.625rem;
  }
}
.header__menu-text {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__menu-burger {
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .header__menu-burger {
    width: 1.75rem;
    height: 0.5rem;
  }
}
@media (max-width: 1279px) {
  .header__burger {
    height: 0.5rem;
  }
}
.header__burger {
  border-top: 1.5px solid #181d1d;
  border-bottom: 1.5px solid #181d1d;
  transition: height 0.4s 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.header__burger::before,
.header__burger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1.5px;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1),
    background 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: rgba(0, 0, 0, 0);
}
.header__search {
  cursor: pointer;
  background: none;
  display: none;
  padding: 0 13px;
  width: 48px;
}
.header__links {
  display: flex;
  align-items: center;
}


.header__item {
  display: flex;
  position: relative;
  /*padding-bottom: 10px;*/
}
.header__item:not(:first-child) {
  margin-left: 2rem;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .header__item:hover .header__lang-dropdown {
    opacity: 1;
    pointer-events: all;
  }
  .header__item:hover .header-menu__dropdown-arrow {
    transform: rotate(180deg);
  }
}


@media (max-width: 1200px) {
    
    .header__menu {
        width: 70px;
        left: calc((((100% - (160px * 2) - (20px * 11)) / 12) + 20px) * 3);
    }
    .header__menu-text{
        margin-right: 0;
        font-size: 13px;
    }
    .header__item:not(:first-child){
        margin-left: 20px;
    }

}
@media (max-width: 1024px) {
    .header__row{
       justify-content: start; 
    }
    .header__menu{
        position: static;
        width: 100px;
        height: 44px;
    }
    /*.header__col:nth-child(1), .header__col:nth-child(3), .header__col:nth-child(4){*/
    /*    width: auto;*/
    /*}*/
    /*.header__col:nth-child(3){*/
    /*    order: 2;*/
    /*}*/
}

.header__link {
  position: relative;
  z-index: 0;
  font-weight: 500;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
 button.header__link{
    color: #fff;
}
.header__link::before {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.header__link:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.header__link_without-before {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header__link_without-before:before {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__buttons {
  margin-left: 2rem;
}
@media (max-width: 1279px) {
  .header__buttons {
    margin-left: 0;
    margin-right: 6px;
  }
}
.header__buttons {
  display: flex;
}
.header__button {
  border: none;
  background: none;
  cursor: pointer;
}
.header__button:not(:first-child) {
  margin-left: 0.5rem;
}
@media (max-width: 1279px) {
  .header__button:not(:first-child) {
    margin-left: 0.375rem;
  }
}


.main-page__intro-links {
  display: flex;
}
.main-page__intro-heading .main-page__intro-span {
  font-family: "Halvar Breitschrift" !important;
  font-weight: 900;
  letter-spacing: 0.07rem;
}
/*@media (max-width: 767px) {*/
/*  .main-page__intro-links {*/
/*    display: block;*/
/*  }*/
/*}*/
.main-page__intro-card {
  width: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 3 - 20px);
  height: 112px;
  min-width: 310px;
}
@media (max-width: 1279px) {
  .main-page__intro-card {
    width: 33.3333333333%;
    height: 78px;
  }
}
@media (max-width: 767px) {
  .main-page__intro-card {
    width: 100%;
    height: 3rem;
  }
}
.main-page__intro-card:not(:first-child) {
  margin-left: 1px;
}
@media (max-width: 767px) {
  .main-page__intro-card:not(:first-child) {
    margin-left: 0;
    margin-top: 1px;
  }
}
.main-page__intro-caption {
  margin-top: 1rem;
}
@media (max-width: 1279px) {
  .main-page__intro-caption {
    margin-top: 0.5rem;
  }
  .main-page__intro-links{
      width: 75%;
  }
}
.main-page__intro-caption {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media (max-width: 1279px) {
  .main-page__intro-caption {
    font-size: 0.75rem;
  }
}
.main-page__intro-caption.alt {
  margin-top: 1rem;
  line-height: 150%;
}
.main-page__intro-caption.small {
  font-size: 0.875rem;
}
@media (max-width: 1279px) {
  .main-page__intro-caption.small {
    font-size: 0.75rem;
  }
}
.main-page__intro-video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279px) {
  .main-page__intro-video {
    right: -40%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-page__intro-video {
    right: -60%;
  }
}
.main-page__intro-picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .main-page__intro-picture {
    display: none;
  }
}
.main-page__intro-picture.mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-page__intro-picture.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-page__intro-picture.banner {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-page__intro-picture.banner--train img {
    object-position: 85% center;
  }
}
.main-page__intro-cards {
  margin-top: 3.125rem;
}
@media (max-width: 1279px) {
  .main-page__intro-cards {
    margin-top: 1.25rem;
  }
}
.main-page__intro-cards {
  display: flex;
  align-items: center;
}
.main-page__intro-img {
  width: 47.375rem;
}
@media (max-width: 1279px) {
  .main-page__intro-img {
    width: auto;
    height: 3.75rem;
  }
}
@media (max-width: 1279px) {
  .main-page__intro-container {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1279px) {
  .main-page__intro-container.cilf-2025 .main-page__banner {
    padding-right: 0;
  }
}
.main-page__intro-desktop {
  width: 100%;
  height: 100%;
}
@media (max-width: 1279px) {
  .main-page__intro-desktop {
    display: none;
  }
}
.main-page__intro-mobile {
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .main-page__intro-mobile {
    display: none;
  }
}
.main-page__banner {
  position: relative;
  z-index: 0;
}
@media (max-width: 1279px) {
  .main-page__banner {
    padding-right: 4.375rem;
  }
}
.main-page__banner-inner {
  margin-top: 2rem;
}
@media (max-width: 1279px) {
  .main-page__banner-inner {
    margin-top: 1rem;
  }
}
.main-page__banner-inner {
  display: flex;
}
.main-page__banner-qr {
  padding: 0.4375rem;
  --size: 6.0625rem;
}
@media (max-width: 1279px) {
  .main-page__banner-qr {
    --size: 4.625rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
.main-page__banner-qr {
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media (max-width: 1279px) {
  .main-page__banner-qr {
    border-radius: 0.375rem;
  }
}
.main-page__banner-qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page__banner-qr.alt {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.main-page__banner-qr.square {
  padding: 0;
  border-radius: 0;
}
.main-page__banner-qr.large {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 1279px) {
  .main-page__banner-qr.desktop {
    display: none !important;
  }
}
.main-page__banner-content {
  margin-left: 3.4375rem;
}
@media (max-width: 1279px) {
  .main-page__banner-content {
    margin-left: 0;
  }
}
.main-page__banner-text {
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .main-page__banner-text {
    font-size: 0.875rem;
  }
}
.main-page__banner-text:not(:first-child) {
  margin-top: 0.75rem;
}
@media (max-width: 1279px) {
  .main-page__banner-text:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.main-page__banner-text strong {
  font-weight: 700;
}
.main-page__banner-text.black {
  color: #181d1d;
}
@media (max-width: 1279px) {
  .main-page__banner-text.alt {
    max-width: 18.75rem;
  }
}
@media (max-width: 1279px) {
  .main-page__banner-text .desktop {
    display: none !important;
  }
}
.main-page__banner-btn {
  margin-top: 2rem;
}
@media (max-width: 1279px) {
  .main-page__banner-btn {
    margin-top: 1rem;
    width: 10.375rem;
  }
}
.main-page__banner-btn {
  width: 16.125rem;
}
.main-page__banner-wrapper {
  margin-top: 1.875rem;
}
@media (max-width: 1279px) {
  .main-page__banner-wrapper {
    margin-top: 1rem;
  }
}
.main-page__banner-button {
  margin-right: 2.5rem;
  width: 16.125rem;
}
.nav-card {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006525;
  overflow: hidden;
}
.nav-card__hover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #008c33;
}
.nav-card:hover .nav-card__hover {
  transform: none;
}

@media (max-width: 1279px) {
  .main-page__banner-button {
    margin-right: 0;
    width: 10.375rem;
  }
}
#innerPages {
  padding: 0 0 100px;
  background: white;
}
.innerP {
  padding: 170px 0 0;
}
#innerPages .swiper-slide__title {
  color: #000;
  font-size: 20px;
  margin: 15px 0;
}
.innerGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 40px 0 100px;
}
.innerGrid.innerGrid2 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px){
    .innerGrid{
        grid-template-columns: repeat(3, 1fr);
    } 
    .innerGrid.innerGrid2 {
      grid-template-columns: repeat(2, 1fr);
    }
}    
@media (max-width: 768px){
    .innerGrid {
        grid-template-columns: repeat(2, 1fr);
    }    
}    
@media (max-width: 640px){
     .innerGrid {
        grid-template-columns: repeat(1, 1fr);
    } 
    .innerGrid.innerGrid2 {
      grid-template-columns: repeat(1, 1fr);
    }
} 

.cert{
    height: 400px;
}
.cert img{
    height: 100%;
    width: 100%;
}
.pt {
  padding-top: 170px;
}
.categ_title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}
.box-shadow {
  box-shadow: 0 0 5px #aaa;
}
@layer libs {
  :root {
    --swiper-theme-color: #007aff;
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }
  .swiper.productSwiper {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 0;
  }
  .product-next,
  .product-prev {
    color: #474e5a !important;
  }
  .position-absolute .swiper-button-next:after,
  .position-absolute .swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: bold;
  }
  .product_img {
    height: 225px;
  }
  .product_img img {
    object-fit: contain !important;
  }
  .product_desc {
    text-align: center;
    font-size: 16px;
    margin: 26px 0 8px 0;
    p {
      font-size: 11.2px;
      margin-top: 8px !important;
    }
  }
  .links {
    display: flex;
    flex-direction: column;
    margin-top: 26px;
    font-size: 12.8px;
    button {
      display: inline-block;
      padding: 11px 20px !important;
      border: 2px solid #000 !important;
      border-radius: 15px;
      margin-bottom: 10px !important;
    }
    a {
      display: flex !important;
      align-items: center !important;
      gap: 8px;
      width: fit-content;
      color: #000 !important;
      border-bottom: 2px solid #000 !important;
      padding-bottom: 5px !important;
      margin: auto !important;
    }
  }
  .position-absolute {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .position-relative {
    position: relative;
  }
  .product-prev {
    left: -30px !important;
  }
  .product-next {
    right: -30px !important;
  }
  .link {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
  }
  .link:hover .link__icon::before {
    background-color: #008c33;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .link--black .link__text {
    color: #181d1d;
  }
  .link--left .link__svg {
    transform: rotate(90deg);
  }
  .link__icon {
    margin-right: 1.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1279px) {
    .link__icon {
      margin-right: 1.25rem;
    }
  }
  .link__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #006525;
    transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .link__svg {
    width: 0.75rem;
    height: 0.75rem;
    transform: rotate(-90deg);
  }
  .link__svg_rotate90 {
    transform: rotate(90deg);
  }
  .link__text {
    color: #fff;
    font-weight: 500;
  }
  @media (max-width: 1279px) {
    .link__text {
      font-size: 0.875rem;
    }
  }
  .main-page__title {
    letter-spacing: -0.02em;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
  }
  .main-page__press {
    padding-bottom: 120px;
    background: #fff;
  }

  .main-page__press-top {
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 1279px) {
    .main-page__press-top {
      margin-bottom: 1.25rem;
    }
  }
  @media (max-width: 1279px) {
    .main-page__press-btn {
      margin-top: 1.25rem;
    }
  }
  .main-page__press-grid {
    margin-top: 30px;
  }
  @media (max-width: 1279px) {
    .main-page__press-grid::-webkit-scrollbar {
      display: none;
    }
  }
  @media (max-width: 1279px) {
    .main-page__card:not(:first-child) {
      margin-left: 0.625rem;
    }
  }
  .main-page__container {
    padding: 1.25rem;
    width: 67.0625rem;
    background-color: #4f7852;
    border-radius: 1.25rem;
  }
  @media (max-width: 1279px) {
    .main-page__container {
      display: contents;
      width: auto;
    }
  }
  .main-page__route-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .main-page__route-wrapper {
    position: absolute;
    left: 56.75rem;
    top: 22.875rem;
  }
  @media (max-width: 1279px) {
    .main-page__route-wrapper {
      position: static;
    }
  }
  .main-page__route-heading {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.0125rem;
    color: #fff;
  }
  @media (max-width: 1279px) {
    .main-page__route-heading {
      font-size: 0.875rem;
    }
  }
  .main-page__route-inner {
    margin-top: 1.75rem;
    display: flex;
  }
  .main-page__route-item:not(:first-child) {
    margin-left: 1.875rem;
  }
  @media (max-width: 1279px) {
    .main-page__route-item:not(:first-child) {
      margin-left: 1.25rem;
    }
  }
  .main-page__route-icon {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  .main-page__route-svg {
    width: 5.4375rem;
    height: 2rem;
  }
  .main-page__route-text {
    max-width: 12.625rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff;
  }
  @media (max-width: 1279px) {
    .main-page__route-text {
      max-width: 9.5625rem;
      font-size: 0.75rem;
    }
  }
  .main-page__route-date {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff;
  }
  @media (max-width: 1279px) {
    .main-page__route-date {
      font-size: 1rem;
    }
  }
  .main-page__features {
    margin: 3.75rem 0 7.5rem;
  }
  @media (max-width: 1279px) {
    .main-page__features {
      margin: 1.5rem 0 3rem;
    }
  }
  .main-page__features-card {
    position: relative;
    z-index: 0;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
  }
  @media (max-width: 1279px) {
    .main-page__features-card {
      padding: 1rem;
      width: 15.5625rem;
      flex-shrink: 0;
    }
  }
  .main-page__features-bg {
    position: absolute;
    z-index: -1;
    right: 2.5rem;
    bottom: -0.1875rem;
    display: flex;
    align-items: center;
  }
  @media (max-width: 1279px) {
    .main-page__features-bg {
      right: 1rem;
      bottom: 1rem;
    }
  }
  .main-page__features-img {
    width: 19.375rem;
    height: 18.25rem;
  }
  @media (max-width: 1279px) {
    .main-page__features-img {
      width: 7.25rem;
      height: 6.8125rem;
    }
  }
  .main-page__features-top ul {
    margin-top: 0.75rem;
  }
  .main-page__features-top li {
    position: relative;
    z-index: 0;
    padding-left: 3.25rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
  }
  @media (max-width: 1279px) {
    .main-page__features-top li {
      padding-left: 2.25rem;
      font-size: 0.875rem;
    }
  }
  .main-page__features-top li:not(:first-child) {
    margin-top: 1rem;
  }
  @media (max-width: 1279px) {
    .main-page__features-top li:not(:first-child) {
      margin-top: 0.5rem;
    }
  }
  .main-page__features-top li::before {
    --size: 1.25rem;
    content: "";
    position: absolute;
    left: 0;
    top: 0.125rem;
    width: var(--size);
    height: var(--size);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9L8 14L17 5' stroke='%23006525' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-page__features-heading {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-family: "Halvar Breitschrift";
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  @media (max-width: 1279px) {
    .main-page__features-heading {
      font-size: 1rem;
    }
  }
  .main-page__features-text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  @media (max-width: 1279px) {
    .main-page__features-text {
      font-size: 0.875rem;
    }
  }
  .main-page__features-bot {
    margin-top: 2.0625rem;
    display: flex;
    justify-content: flex-end;
  }
  @media (max-width: 1279px) {
    .main-page__features-bot {
      margin-top: 3.3125rem;
    }
  }
  .main-page__features-icon {
    display: flex;
    align-items: center;
  }
  .main-page__features-svg {
    --size: 17.125rem;
    width: var(--size);
    height: var(--size);
  }
  @media (max-width: 1279px) {
    .main-page__features-svg {
      --size: 5.25rem;
    }
  }
  .main-page__numbers {
    display: flex;
  }
  @media (max-width: 1279px) {
    .main-page__numbers {
      margin-bottom: 3rem;
      display: block;
    }
  }
  .main-page__numbers-col:nth-child(1) {
    width: 36.6875rem;
    flex-shrink: 0;
    border-top: 1px solid #e9e9e9;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-col:nth-child(1) {
      width: auto;
      border-top: none;
    }
  }
  .main-page__numbers-col:nth-child(2) {
    width: 100%;
  }
  .main-page__numbers-container {
    padding: 3.75rem;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-container {
      padding: 0 1.25rem 1.25rem;
    }
  }
  .main-page__numbers-title {
    max-width: 19.1875rem;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-title {
      max-width: none;
    }
  }
  .main-page__numbers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 1279px) {
    .main-page__numbers-grid {
      grid-template-columns: 1fr;
    }
  }
  .main-page__numbers-item {
    padding: 3.75rem;
    height: 26.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-item {
      padding: 1.25rem;
      height: auto;
      display: block;
      border-left: none;
    }
  }
  .main-page__numbers-item:last-child {
    border-bottom: 1px solid #e9e9e9;
  }
  .main-page__numbers-text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-text {
      font-size: 0.875rem;
    }
  }
  .main-page__numbers-heading {
    color: #006525;
    text-transform: uppercase;
    letter-spacing: -0.07em;
    white-space: nowrap;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Halvar Breitschrift";
  }
  @media (max-width: 1279px) {
    .main-page__numbers-heading {
      margin-top: 0.5rem;
      font-size: 2rem;
      letter-spacing: -0.02em;
    }
  }
  .main-page__numbers-heading sup {
    display: inline-block;
    transform: translateY(-2px);
    font-size: 2.375rem;
    line-height: 1;
  }
  @media (max-width: 1279px) {
    .main-page__numbers-heading sup {
      font-size: 1.25rem;
    }
  }
  .press-card {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    height: 27.1875rem;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    transition: border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  @media (max-width: 1279px) {
    .press-card {
      width: 18.75rem;
      height: 17.3125rem;
      flex-shrink: 0;
    }
  }
  .press-card {
    width: 100% !important;
  }
  .press-card:hover {
    border-color: rgba(0, 0, 0, 0);
  }
  .press-card:hover .press-card__hover {
    transform: none;
  }
  .press-card__hover img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
  .press-card:hover .press-card__title,
  .press-card:hover .press-card__num,
  .press-card:hover .press-card__text {
    color: #fff;
  }
  .press-card:hover .press-card__wrapper {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .press-card:hover .press-card__icon {
    background-color: #f47435;
    border: 1px solid #e6e6e6;
  }
  .press-card:hover .press-card__svg path {
    stroke: #fff;
  }
  @media (max-width: 1279px) {
    .press-card--small {
      width: 100%;
      min-height: 9.5625rem;
      height: 100%;
    }
    .press-card--small .press-card__container {
      padding: 1.25rem 1.25rem 0.75rem;
    }
    .press-card--small .press-card__label {
      margin: 0 0.625rem 0.625rem;
    }
  }
  .press-card__hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateY(110%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #f47435;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .press-card__hover img {
    filter: brightness(0) invert(1);
    width: 150px !important;
  }
  .press-card__bg {
    width: 10.3125rem;
    height: 17.4375rem;
  }
  .press-card__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .press-card__container {
    padding: 1.25rem;
  }
  .press-card__title {
    color: #000;
    font-size: 25px;
    font-family: Futura PT !important;
    line-height: 1.3;
  }
  @media (max-width: 1279px) {
    .press-card__title {
      font-size: 20px;
    }
  }
  .press-card__label {
    margin: 1.25rem;
    padding: 0.5rem 0.9375rem;
    display: inline-block;
    color: #fff;
    font-family: "Halvar Breitschrift";
    text-transform: uppercase;
    letter-spacing: -0.01em;
    font-size: 0.5rem;
    line-height: 1.1;
    background: #181d1d;
    border-radius: 3.125rem;
  }
  @media (max-width: 1279px) {
    .press-card__label {
      margin: 0.625rem;
      padding: 0.375rem 0.75rem;
    }
  }
  @media (max-width: 1279px) {
    .press-card__label {
      font-size: 0.375rem;
    }
  }
  .press-card__wrapper {
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    transition: border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  @media (max-width: 1279px) {
    .press-card__wrapper {
      padding: 0.375rem 0.625rem 0.1875rem;
    }
  }
  .press-card__date {
    display: flex;
    color: #f47435;
    font-family: "Halvar Breitschrift";
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }
  @media (max-width: 1279px) {
    .press-card__date {
      align-items: center;
    }
  }
  .press-card__num {
    transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    font-size: 25px;
    font-family: "Halvar Breitschrift" !important;
    line-height: 1.1;
  }
  @media (max-width: 1279px) {
    .press-card__num {
      font-size: 18px;
    }
  }
  .press-card__text {
    margin-left: 0.5rem;
    margin-top: 0.4375rem;
    max-width: 4.3125rem;
    font-size: 0.625rem;
    font-family: Futura PT !important;
    line-height: 1.1;
    transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  @media (max-width: 1279px) {
    .press-card__text {
      margin-top: 0;
    }
  }
  @media (max-width: 1279px) {
    .press-card__text {
      max-width: none;
      font-size: 0.4375rem;
    }
  }
  .press-card__icon {
    --size: 1.75rem;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e6e6e6;
    transition: background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  @media (max-width: 1279px) {
    .press-card__icon {
      --size: 1.25rem;
    }
  }
  .press-card__svg {
    --size: 0.75rem;
    width: var(--size);
    height: var(--size);
    transform: rotate(-90deg);
  }
  @media (max-width: 1279px) {
    .press-card__svg {
      --size: 0.5625rem;
    }
  }
  .press-card__svg path {
    stroke: #181d1d;
    transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .purchase__inner {
    margin-top: 3.75rem;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    z-index: 10;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}
.js-masthead-carousel {
  height: 100vh;
  width: 100%;
}
.masthead h2 {
  text-transform: uppercase;
}
.masthead .counter span,
.masthead .in,
.masthead .spec-block-wrapper .spec-block > a > div > span {
  color: #fff;
}
.masthead {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 65.78%);
}
.masthead .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
  left: 0;
  top: 0;
}
.masthead .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
  left: 0;
  top: 0;
}
.masthead .swiper-pagination {
  position: absolute;
  right: 200px;
  left: auto;
  top: auto;
  width: 325px;
  height: 4px;
  bottom: 220px;
  background: #6aa7d7;
}
.masthead .swiper-pagination .swiper-pagination-progressbar-fill {
  transform: scale(1) !important;
  background: #292f3a;
  position: absolute;
  top: 0;
  right: 0 !important;
  left: auto !important;
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
}
.masthead .in {
  max-width: 925px;
  min-height: 830px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 5;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 48px;
}
.masthead .spec-block-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}
.masthead .spec-block-wrapper .spec-block {
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-size: contain;
  margin-left: -40px;
  padding: 30px 60px 30px 30px;
  font-style: italic;
}
.masthead .spec-block-wrapper .spec-block > a {
  color: #fff;
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.masthead .spec-block-wrapper .spec-block > a > div .spec-block__text-small {
  font-size: 14px;
}
.masthead .swiper-slide {
  overflow: hidden;
}
.masthead .video-slide {
  left: 100px;
  top: 100px;
  transform: scale(1.3);
}
@media screen and (max-width: 1024px) {
  .masthead .video-slide {
    top: 0;
  }
  .m-contact-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 728px) {
  .masthead .video-slide {
    left: 0;
    transform: scale(1);
  }
  /*.masthead {*/
  /*  margin-top: 40px;*/
  /*}*/
}
.masthead .shadow-wrapper {
  left: 0;
  box-shadow: inset 600px 0 100px #fc0404ab;
}
@media screen and (max-width: 640px) {
  .masthead .spec-block-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .masthead .spec-block-wrapper .spec-block {
    background: 0 0;
    gap: 10px;
    margin-left: 0;
    padding: 0;
  }
  .masthead .spec-block-wrapper .spec-block > a {
    font-size: 14px;
    gap: 10px;
  }
  .masthead .spec-block-wrapper .spec-block > a img {
    max-width: 26px;
  }
  .masthead .spec-block-wrapper .spec-block > a > div .spec-block__text-small {
    font-size: 10px;
  }
  .masthead .shadow-wrapper {
    left: 0;
    box-shadow: inset 0 -200px 50px rgba(13, 71, 161, 0.5);
  }
}
.masthead .btn {
  margin: 34px 0 0 9px;
}
.masthead .counter {
  position: absolute;
  color: #909aaa;
  bottom: 217px;
  z-index: 10;
  right: 550px;
}
.masthead-nav:after,
.masthead-nav:before {
  position: absolute;
  bottom: 0;
  transition: 0.2s linear;
  content: "";
  font-size: 0;
  border: none;
}
.masthead-nav:after {
  right: 100%;
  border-bottom: 48px solid #292f3a;
  border-left: 10px solid transparent;
}
.masthead-nav:before {
  border-top: 48px solid #292f3a;
  left: 100%;
  top: 0;
  border-right: 10px solid transparent;
}
.masthead-nav:hover {
  background: #424854;
}
.masthead-nav:hover:after {
  border-bottom: 48px solid #424854;
}
.masthead-nav:hover:before {
  border-top: 48px solid #424854;
}
.masthead-nav svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 8px;
  height: auto;
}
.masthead-nav.swiper-button-prev {
  margin-right: 69px;
  left: auto;
}
.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  left: 32px;
  box-shadow: 0 0 5px #efeded;
  .dropdown-item {
    padding: 10px 15px;
  }
}
.dropdown-menu {
  display: none;
}
.m-mobile-menu.is-show {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .m-mobile-menu.is-show {
    background-image: linear-gradient(90deg, #fff, #fff 50%, #f7f7f7 0);
    box-shadow: 0 4px 24px 0 rgba(54, 54, 52, 0.15);
    color: #363634;
    left: 0;
    position: fixed;
    right: 0;
    top: 57px;
    z-index: 1001;
  }
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu.is-show {
    background-color: #fff;
    background-image: none;
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mobile-menu.is-show .m-mobile-menu__body {
    flex: 0 0 50%;
    max-height: calc(100vh - 57px);
    max-height: calc(var(--vh, 1vh) * 100 - 57px);
    overflow-y: auto;
    padding: 2rem;
  }
  .m-mobile-menu.is-show .m-mobile-menu__body::-webkit-scrollbar {
    width: 0.25rem;
  }
  .m-mobile-menu.is-show .m-mobile-menu__body::-webkit-scrollbar-track {
    background: #fff;
  }
  .m-mobile-menu.is-show .m-mobile-menu__body::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 68%, 0.7);
    border-radius: 0.25rem;
  }
  .m-mobile-menu.is-show .m-mobile-menu__body::-webkit-scrollbar-thumb:hover {
    background-color: #adadad;
  }
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu.is-show .m-mobile-menu__body {
    flex-basis: auto;
    max-height: unset;
    overflow-y: unset;
    padding: 1.5rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mobile-menu.is-show .m-mobile-menu__footer {
    align-items: flex-end;
    background-color: #f7f7f7;
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu.is-show .m-mobile-menu__footer {
    flex-basis: auto;
    margin-top: auto;
    padding: 1.5rem 1rem;
  }
}
.m-mobile-menu.is-show .m-mobile-menu__footer .m-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu.is-show .m-mobile-menu__footer .m-button {
    display: inherit;
  }
}
.m-filter-block__counter.is-show {
  display: inline-flex;
}
.m-search.is-show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.m-popup-wrapper.is-show {
  display: flex;
}
.m-popup-video-wrapper.is-show {
  display: block;
}
.m-where-begin__content.is-show {
  display: block;
}
.m-where-begin .m-steps-member.is-show {
  display: block;
}
.m-button_type_switch.is-active,
.m-button_type_switch:hover {
  background-color: #f0ee0e;
  border-color: #f0ee0e;
}
.m-check.is-active {
  background-color: rgba(246, 244, 46, 0.3);
}
.m-nav__list li.is-active .m-nav__submenu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .m-nav__list li.is-active .m-nav__submenu {
    display: block;
  }
}
.m-nav__list li.is-active .m-nav__link_submenu {
  color: #000;
}
.m-nav__list li.is-active .m-nav__link_submenu svg {
  transform: rotate(-180deg);
}
.m-language-list__link.is-active {
  color: #9e9e9e;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .m-language-list__link.is-active {
    color: #fff;
  }
}
.m-language-list__link.is-active:before {
  background-color: #63666a;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
}
.m-language-list_theme-dark .m-language-list__link.is-active {
  color: #9e9e9e;
}
.m-content-nav__link.is-active {
  pointer-events: none;
}
.m-content-nav__link.is-active:after {
  display: block;
}
.m-sorting__button.is-active {
  background-color: #f0ee0e;
  border-color: #f0ee0e;
}
.is-active .m-select__field {
  border-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.is-active .m-select__field:after {
  transform: rotate(-180deg);
}
.is-active .m-select__options {
  display: block;
}
.m-select__item.is-active {
  background-color: #f0ee0e;
  color: #363634;
  pointer-events: none;
}
.m-pagination__arrow.is-active {
  opacity: 1;
}
.m-pagination__item.is-active {
  background-color: #f6f42e;
  border-color: #f6f42e;
}
.m-ui-tag-button.is-active svg {
  transform: rotate(90deg);
}
.m-header__container,
.m-search__wrapper,
.m-submenu__wrapper {
  font-size: 16px;
  margin: 0 auto;
  padding: 0 32px;
}
@media only screen and (max-width: 1200px) {
  .m-header__menu-button.is-active span {
    transform: scale(0);
  }
  .m-header__menu-button.is-active:before {
    transform: translateY(5px) rotate(135deg);
  }
  .m-header__menu-button.is-active:after {
    transform: translateY(-5px) rotate(-135deg);
  }
  .m-header__container,
  .m-search__wrapper,
  .m-submenu__wrapper {
    max-width: 48em;
  }
}
.m-button,
.m-header__menu-button,
.m-header__search,
.m-search__button,
.m-search__close-button {
  background: none;
  border: 0;
  outline: none;
}
.m-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  touch-action: manipulation;
  transition: background-color 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.m-button_type_default,
.check_zem {
  border: 1px solid #e8e8e8;
  border-radius: 0.57143em;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.57143em 1.71429em;
}
.check_zem {
  background: #242a4e;
  color: #fff;
  font-weight: bold;
}
.m-button_type_default {
  color: #000;
}
.m-button_type_switch {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  color: #363634;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1.3;
  padding: 0.375rem 0.875rem;
}
.m-button_type_switch.is-active,
.m-button_type_switch:hover {
  background-color: #f0ee0e;
  border-color: #f0ee0e;
}
.m-icon {
  font-size: 1rem;
}
.m-icon_type_around {
  fill: #000;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 32px;
  transition: border-color 0.2s ease;
  width: 32px;
  padding: 7px;
}
.m-icon_type_around path {
  fill: #000;
}
.m-mobile-menu .m-icon_type_around {
  fill: #adadad;
  border-color: #e8e8e8;
}
.m-icon_type_hover {
  transition: background-color 0.4s ease;
}
.m-icon_type_hover:hover {
  background-color: #f7f7f7;
}
.m-nav__list {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 1200px) {
  .m-nav__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .m-nav__list li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.m-nav__link {
  align-items: center;
  color: #000;
  cursor: default;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  gap: 0.5rem;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  padding-top: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.headerfixed .m-nav__link {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .m-nav__link {
    color: #000;
    gap: 0.25rem;
    padding: 0;
  }
}
.m-nav__link_submenu svg {
  fill: currentColor;
  height: 0.5rem;
  transition: transform 0.4s;
  width: 0.5rem;
}
.m-nav a.m-nav__link {
  cursor: pointer;
}
.m-nav__submenu {
  left: 0;
  opacity: 0;
  padding-right: 0.25rem;
  position: absolute;
  right: 0;
  top: 100%;
  transition: all 0.2s ease;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .m-nav__submenu {
    display: none;
    left: auto;
    opacity: 1;
    padding-right: 0;
    position: relative;
    right: auto;
    top: auto;
    visibility: visible;
  }
}
.m-nav__submenu:after {
  background-color: transparent;
  bottom: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .m-mobile-menu,
  .m-nav__submenu:after {
    display: none;
  }
  .m-mobile-menu__wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 48rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product .title a,
  .product .title span.a {
    font-size: 11px;
  }
  .m-mobile-menu__wrapper {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
  .m-footer__title-arrow.is-active {
    padding-bottom: 1rem;
  }
  .m-footer__title-arrow.is-active:after {
    transform: rotate(-180deg);
  }
}
.is-active .m-marking-card {
  background-color: #f0ee0e;
  border-color: #f0ee0e;
  cursor: default;
}
.m-page-navigation__item.is-active,
.m-page-navigation__item:hover {
  background-color: #f0ee0e;
  border-color: #f0ee0e;
}
.m-page-navigation__item.is-active {
  pointer-events: none;
}
.m-page-chapter-menu__item.is-active {
  background-color: rgba(240, 238, 14, 0.15);
}
@media only screen and (max-width: 1200px) {
  .m-page-chapter-menu__item.is-active {
    background-color: transparent;
  }
}
.m-page-chapter-menu__item.is-active:before {
  background-color: #f0ee0e;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.25rem;
}
@media only screen and (max-width: 1200px) {
  .m-page-chapter-menu__item.is-active:before {
    border-radius: 0.25rem 0.25rem 0 0;
    bottom: 0;
    height: 0.25rem;
    top: unset;
    width: 100%;
  }
}
.m-popup__list .m-check:not(.is-active):hover {
  background-color: #f7f7f7;
}
.ps-winners__video.is-active iframe {
  display: block;
}
.m-mobile-menu__footer {
  display: none;
}
.m-mobile-menu__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu__info {
    margin-top: 0;
  }
}
.m-mobile-menu__lk-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .m-mobile-menu__lk-button {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
  }
  .m-mobile-menu__lk-button .m-button {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.875rem 2.5rem;
    width: 100%;
  }
}
.m-mobile-menu__logo {
  flex-basis: 6.875rem;
  margin-left: auto;
}
.m-mobile-menu .m-language-list,
.m-mobile-menu .m-mobile-menu__logo {
  align-self: flex-start;
}
.m-mobile-menu .m-language-list {
  margin-top: 0.625rem;
}
.m-mobile-menu .m-contact-list,
.m-mobile-menu .m-social-list {
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
.m-mobile-menu .m-social-list {
  flex-direction: column;
}
.m-mobile-menu .m-contact-list li:last-child,
.m-mobile-menu .m-social-list li:last-child {
  flex-grow: 1;
  order: -1;
}
.m-submenu {
  background-image: linear-gradient(90deg, #fff, #fff 55%, #f7f7f7 0);
  box-shadow: 0 4px 24px 0 #36363426;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media only screen and (max-width: 1200px) {
  .m-submenu {
    background-image: unset;
    box-shadow: none;
    max-height: unset;
    overflow-y: visible;
  }
}
.m-submenu::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-submenu::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
.m-submenu::-webkit-scrollbar-thumb {
  background-color: rgba(99, 102, 106, 0.5);
  border-radius: 8px;
}
.m-submenu__wrapper {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__wrapper {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
}
.m-submenu__col {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 50%;
  padding: 2.5rem 1.5rem 2.5rem 0;
}
.m-submenu__col_size_large .drop_about {
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .product .title a,
  .product .title span.a {
    font-size: 11px;
  }
  .m-submenu__col {
    flex-basis: 100%;
    max-width: unset;
    padding: 0;
  }
}
.m-submenu__col:last-of-type {
  background-color: #f7f7f7;
  padding-left: 1.5rem;
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__col:last-of-type {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.m-submenu__col_size_small {
  flex-basis: 32%;
  gap: 1rem;
  max-width: 32%;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__col_size_small {
    flex-basis: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .m-submenu__col_size_small {
    flex-basis: 100%;
    max-width: unset;
  }
}
.m-submenu__col_size_large {
  flex-basis: 68%;
  gap: 1rem;
  max-width: 68%;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__col_size_large {
    display: none;
  }
  .m-submenu__col_visible {
    display: flex;
  }
}
.m-submenu__nav-link {
  align-items: center;
  color: #363634;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__nav-link {
    padding: 0;
    white-space: normal;
  }
}
.m-submenu__nav-link:hover {
  text-decoration: underline;
}
.m-submenu__title {
  color: #9e9e9e;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__title {
    display: none;
  }
}
.m-submenu__content-list {
  display: flex;
  gap: 1.5rem;
}
.m-submenu__content-list li {
  flex: 0 0 100%;
  max-width: 11.25rem;
}
.m-submenu__list-wrap {
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__list-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .subtekerler.m-submenu__list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.m-submenu__list {
  display: flex;
  flex: 1 0 calc(50% - 12px);
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__list {
    flex-basis: 100%;
    max-width: unset;
  }
}
.m-submenu__switcher {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .m-submenu__switcher {
    display: flex;
    gap: 1rem;
  }
}
.m-submenu__switcher .m-button_type_switch {
  height: 2rem;
}
.m-contact-list {
  align-items: center;
  display: flex;
  gap: 5px;
}
.m-contact-list__link {
  align-items: center;
  color: #363634;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
  text-decoration: none;
}
.m-contact-list__text {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: bold;
  color: #000000a3;
}
.m-language-list {
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
  display: flex;
  overflow: hidden;
}
.m-language-list li {
  flex: 0 0 2rem;
}
.m-language-list li:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.m-language-list__link {
  align-items: center;
  color: #63666a;
  display: flex;
  font-size: 13px;
  height: 1.375rem;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
  transition: color 0.4s ease;
  width: 2rem;
}
@media only screen and (max-width: 1200px) {
  .m-language-list__link {
    color: #fff;
  }
}
.m-language-list__link:hover {
  color: #363634;
}
.m-language-list__link.is-active {
  color: #000;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .m-language-list__link.is-active {
    color: #fff;
  }
}
.m-language-list__link.is-active:before {
  background-color: #63666a;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
}
.m-language-list_theme-dark .m-language-list__link {
  color: #363634;
}
.m-language-list_theme-dark .m-language-list__link.is-active {
  color: #9e9e9e;
}
.m-social-list {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.m-social-list li {
  flex-shrink: 0;
}
.m-social-list__link {
  align-items: center;
  color: #adadad;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 1200px) {
  .m-social-list__link {
    color: #fff;
  }
}
.m-social-list__text {
  color: #9e9e9e;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .m-social-list__text {
    max-width: unset;
  }
}
.body-s {
  font-size: 0.875rem;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .body-s {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.header.scrolled {
  background: #fff;
}
.scrolled .header__menu {
  background-color: #181d1d;
}
.scrolled .header__wrapper {
  border-color: #e3e3e3;
}
/*.scrolled .header__inner {*/
/*  padding: 0 32px;*/
/*}*/
.scrolled .header__link,
.scrolled .header__box-hover {
  color: #181d1d;
}
.scrolled .header__box:hover .header__box-hover {
  color: #fff;
}
.scrolled .header__box-svg path {
  stroke: #000;
}
.scrolled .header__box {
  border-color: #000;
}
.scrolled .header__lang-text {
  color: #000;
}
.scrolled .header__lang-svg path {
  stroke: #000;
}
.scrolled .header__box:hover .header__lang-svg path {
  stroke: #fff;
}
.scrolled .header__menu .header__menu-text,
.scrolled {
  color: #fff;
}
.scrolled .header__menu .header__burger {
  border-color: #fff;
}
@media (min-width: 1280px) {
  .header--scroll .header__inner {
    padding: 1rem 0;
  }
}
.header--scroll .header__box {
  border-color: rgba(24, 29, 29, 0.12);
}
.header--scroll .header__inner::before {
  opacity: 0;
}
.headerfixed.m-header {
  padding-top: 5px;
}
.header-menu {
  display: contents;
}
.header-menu__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  height: 300vh;
  background: rgba(24, 29, 29, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.header-menu.active .header-menu__overlay {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0s;
}
.header-menu__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  overflow: hidden;
  background: #fff;
}
.header-menu.active .header-menu__wrapper {
  transform: none;
  transition-delay: 0s;
}
.header-menu__container {
  padding: 4.25rem 0 7.5rem;
}
.header-menu__top {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(40px);
  margin-bottom: 2rem;
  display: none;
}
.header-menu.active .header-menu__col,
.header-menu.active .header-menu__bot-col,
.header-menu.active .header-menu__top {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.header-menu__lang {
  padding: 0.4375rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu__profile {
  margin-top: 1.25rem;
}
.header-menu__row {
  display: flex;
}
.header--menu .header__burger:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  transition: transform 0.4s 0.35s cubic-bezier(0.33, 1, 0.68, 1),
    background 0.4s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
.header--menu .header__burger:after {
  transform: translate(-50%, -50%) rotate(-135deg);
  background: #fff;
  transition: transform 0.4s 0.35s cubic-bezier(0.33, 1, 0.68, 1),
    background 0.4s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
.header--menu .header__menu .header__burger {
  height: 0;
  border-color: rgba(0, 0, 0, 0) !important;
  transition: height 0.35s 0s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.35s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-menu.active .header-menu__col,
.header-menu.active .header-menu__bot-col,
.header-menu.active .header-menu__top {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.header-menu__contact {
  display: flex;
}
.header-menu__title {
  font-family: "Halvar Breitschrift";
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
.header-menu__buttons {
  margin-top: 3.75rem;
}
.socials {
  display: flex;
}
.socials--black .socials__item {
  border-color: rgba(24, 29, 29, 0.12);
}

.sol {
  padding: 10px;
  color: #474e5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  /*width: 250px;*/
  li a {
    color: #212529 !important;
    white-space: nowrap;
  }
}
.sol li:nth-child(3) a {
    white-space: wrap;
}
.top_menu .sol li a {
  color: #000;
}
.drop-menu .sol li a:hover {
  background-color: #f1f1f9;
}
.drop-menu li a img {
  margin-right: 10px;
}
.drop-menu .sag li a:hover {
  background: #545454;
}
.drop-menu,
.drop-menu li {
  transition: 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.search-btn svg path {
  fill: white;
}
@media only screen and (min-width: 991px) {
  .header__item:hover .drop-menu {
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  }
  .drop-list:hover .nav-link:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-bottom: 0;
  }
}
.drop-menu {
  opacity: 0;
  position: absolute;
  background: white;
  top: 100%;
  z-index: 3;
  border-radius: 16px;
  will-change: transform;
  visibility: hidden;
  width: auto;
}
.drop-menu li a {
  padding: 9px 30px 9px 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  width: 100%;
}
.drop-menu li a img {
  margin-right: 8px;
  transition: 0.2s;
  max-width: 32px !important;
}
.socials__item {
  position: relative;
  z-index: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.socials__hover img {
  width: 85% !important;
}
.header-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.5rem;
  column-gap: 20px;
}
.header-menu__heading {
  position: relative;
  color: #181d1d;
  opacity: 1;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  text-transform: uppercase;
  font-family: "Halvar Breitschrift";
  letter-spacing: -0.01em;
  font-size: 0.75rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.header-menu__list-item {
  display: flex;
}
.header-menu__link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 1279px){
    .header-menu__wrapper{
        overflow-y: scroll;
    }
    .header-menu__title {
        font-size: 24px;
    }
    .header-menu__row{
        flex-direction: column;
    }
    .header-menu__grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .header-menu__buttons{
        margin-top: 30px;
    }
    .header-menu__grid .header-menu__heading, .header-menu__grid .header-menu__link{
        font-size: 16px;
    }
    .header-menu__partner a {
        width: 100px;
    }
    .header-menu__corp{
        margin-left: 0;
    }
    .header-menu__partners {
       margin-bottom: 44px;
    }

}
@media (max-width: 768px){
    .header-menu__grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 1280px) {
  .only-mobile {
    display: none;
  }
}
.header-menu__bot {
  border-top: 1px solid #e8e8e8;
  padding: 1.875rem 0;
}
.header-menu__bot-row {
  display: flex;
  align-items: center;
}
.header-menu__caption {
  font-weight: 500;
  color: #979797;
  font-size: 13px;
  line-height: 1.3;
}
.header.header--menu a,
.header.header--menu p,
.header.header--menu span {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .m-header {
    border-bottom: 1px solid #e8e8e8;
    left: 0;
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .m-header {
    padding: 0.5rem 0;
  }
}
.m-header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.headerfixed .m-header__wrapper {
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .m-header__wrapper {
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    max-width: 48rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-header__wrapper {
    padding: 0 1rem;
  }
}
.m-header__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
.m-header__row .m-header__container {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  width: 100%;
}
.m-header__container {
  align-items: center !important;
}
@media only screen and (max-width: 1200px) {
  .m-header__row .m-header__container {
    gap: 0;
    padding: 0;
  }
}
.m-header__row:nth-child(2) {
  padding-top: 0.5rem;
}
.headerfixed .m-header__row:nth-child(2) {
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .m-header__row:nth-child(2) {
    border-bottom: none;
    padding-top: 0;
  }
}
.m-header__row:nth-child(2) .m-header__container {
  gap: 1rem;
}
@media only screen and (max-width: 1200px) {
  .m-header__row:nth-child(2) .m-header__container {
    gap: 0;
  }
  .m-header__container {
    max-width: unset;
    padding: 0;
  }
}
.m-header__col {
  flex-shrink: 0;
  margin-left: auto;
}
.m-header__col,
.m-header__logo-block {
  align-items: center;
  display: flex;
  gap: 10px;
}
.m-header__logo-block {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .m-header__logo-block {
    flex-basis: auto;
  }
}
.m-header__logo {
  flex-shrink: 0;
  width: 80px;
}
@media only screen and (max-width: 1200px) {
  .m-header__logo {
    height: 2.5rem;
  }
}
.m-header__logo img {
  display: block;
  object-fit: contain;
}
.m-header__description {
  color: #000000a3;
  flex: 0 0 12.9375rem;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .m-header__description {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .m-header__description {
    margin-right: 1.2em;
  }
  .m-header__social-links {
    display: none;
  }
}
.m-header__contacts,
.m-header__language,
.m-header__lk,
.m-header__search {
  display: flex;
  flex: 0 0 auto;
  margin-left: auto;
}
.m-header__nav {
  flex: 1 0 auto;
}
@media only screen and (max-width: 1200px) {
  .m-header__nav {
    flex: 0 0 auto;
  }
  .m-header__lk {
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .m-header__lk {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .m-header__contacts,
  .m-header__language {
    display: none;
  }
}
.m-header__search {
  cursor: pointer;
  padding: 0;
}
.m-header__honest {
  display: flex;
  flex: 0 0 auto;
  position: relative;
}
.m-header__honest:hover .m-header__toolbox {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .m-header__honest {
    display: none;
  }
}
.m-header__toolbox {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
  bottom: -3rem;
  color: #fff;
  opacity: 0;
  padding: 8px;
  position: absolute;
  right: 2rem;
  transition: opacity 0.4s ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 99;
}
.m-header__toolbox:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8h24-3.183a5.136 5.136 0 0 1-4.17-2.143l-3.952-5.5a.855.855 0 0 0-1.39 0l-3.951 5.5A5.136 5.136 0 0 1 3.184 8H0Z' fill='%23000' fill-opacity='.6'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.875rem;
  top: -0.5rem;
  width: 1.5rem;
}
.m-header__menu-button {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .m-header__menu-button {
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: block;
    height: 2rem;
    width: 2rem;
  }
  .m-header__menu-button span,
  .m-header__menu-button:after,
  .m-header__menu-button:before {
    background-color: #adadad;
    border-radius: 0.25rem;
    content: "";
    display: block;
    height: 0.125rem;
    margin: 3px auto;
    transition: transform 0.2s ease-in-out;
    width: 0.75rem;
  }
}
.m-video-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.m-video-card__img {
  border-radius: 0.5rem;
  max-height: 6.25rem;
  max-width: 11.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 100px;
}
.m-video-card__text {
  color: #363634;
  font-size: 0.875rem;
  line-height: 1.25;
}
.m-card-trade {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.m-card-trade:hover .m-card-trade__icon {
  background-color: #fc0404;
  border-color: #fc0404;
  box-shadow: 0 5px 30px 0 #fc0404a8;
}
.m-card-trade:hover .m-card-trade__icon svg {
  filter: invert(1);
}
.m-card-trade:hover .m-card-trade__title {
  color: #9e9e9e;
}
.m-card-trade__icon {
  align-items: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 3.5rem;
  height: 3.5rem;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 3.5rem;
}
@media only screen and (max-width: 1200px) {
  .m-card-trade__icon {
    flex-basis: 3rem;
    height: 3rem;
    width: 3rem;
  }
}
.m-card-trade__icon svg {
  fill: #63666a;
  height: 2rem;
  width: 2rem;
}
@media only screen and (max-width: 1200px) {
  .m-card-trade__icon svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.m-card-trade__title {
  color: #363634;
  display: inline-block;
  flex: 0 0 calc(100% - 72px);
  font-size: 0.875rem;
  line-height: 1.25;
  transition: color 0.2s ease;
  font-weight: 600;
}
:root {
  --btn-search-size: 1rem;
}
.m-search {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(99, 102, 106, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: opacity 0.2s ease;
  visibility: hidden;
  z-index: 1001;
}
.m-search__layout {
  background-color: #fff;
  padding: 0.75rem 0 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .m-search__layout {
    padding: 0.5rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-search__layout {
    padding-bottom: 1rem;
  }
}
.m-search__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .m-search__wrapper {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-search__wrapper {
    gap: 1rem;
  }
}
.m-search__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.m-search__close-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 2.5rem;
}
.m-search__close-button:hover {
  background-color: #f7f7f7;
}
.m-search__close-button svg {
  fill: #adadad;
  height: 1rem;
  width: 1rem;
}
.m-search__field {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  display: flex;
  gap: 1.5rem;
  padding: 1.375rem;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .m-search__field {
    gap: 1rem;
    padding: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-search__field {
    padding: 0.75rem 0.875rem;
  }
}
.m-search__button {
  cursor: pointer;
  flex-shrink: 0;
  height: 1.5rem;
  padding: 0;
  width: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .m-search__button {
    height: 1rem;
    width: 1rem;
  }
}
.m-search__button svg {
  fill: hsla(0, 0%, 68%, 0.5);
  stroke: hsla(0, 0%, 68%, 0.5);
  height: 1.5rem;
  width: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .m-search__button svg {
    height: 1rem;
    width: 1rem;
  }
}
.m-search__input {
  border: none;
  color: #363634;
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1.35;
  outline: none;
  width: calc(100% - 3rem);
}
@media only screen and (max-width: 1200px) {
  .m-search__input {
    font-size: 1.25rem;
    line-height: 1.2;
    width: calc(100% - 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .m-search__input {
    font-size: 1rem;
    line-height: 1.25;
    width: calc(100% - 2rem);
  }
}
.m-search__input::-moz-placeholder {
  color: #9e9e9e;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 320px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}
svg {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
svg path {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .devices {
    display: none !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.no-tablet {
  display: none;
}
@media (min-width: 1201px) {
  .no-tablet {
    display: block;
  }
}
@media (max-width: 575px) {
  .no-tablet {
    display: block;
  }
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pointer-events-none {
  pointer-events: none;
}
a {
  color: #fff;
}
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  height: 100%;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(71, 78, 90, 0.4);
  z-index: 4;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
button {
  font-family: "Montserrat", sans-serif;
}
.title-104 {
  color: black;
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: -0.325rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-104 {
    font-size: 3.75rem;
    letter-spacing: -0.1375rem;
  }
}
@media (max-width: 767px) {
  .title-104 {
    font-size: 2.75rem;
  }
}
.title-76 {
  color: #474e5a;
  font-size: 4.75rem;
  font-weight: 500;
  letter-spacing: -0.2375rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-76 {
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }
}
.title-40 {
  color: #474e5a;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-40 {
    font-size: 1.375rem;
    letter-spacing: -0.055rem;
  }
}
.title-32 {
  color: #474e5a;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-32 {
    font-size: 1.25rem;
    letter-spacing: -0.04em;
  }
}
.text-24 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.text-24.home-hero__text {
  line-height: 150% !important;
  display: block;
}
@media (max-width: 540px){
    .text-24.home-hero__text{
        display: none;
    }
}
@media (max-width: 1200px) {
  .text-24 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.text-20,
ul {
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .text-20,
  ul {
    font-size: 1rem;
    line-height: 130%;
  }
}
.description {
  color: #474e5a;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .description {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.white {
  color: #fff;
}
.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.custom-placeholder__service {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  scale: 1 !important;
  top: 0 !important;
}
.custom-placeholder__service span {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  color: #9b9fa6;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .custom-placeholder__service span {
    font-size: 1rem;
    top: 1.125rem;
    left: 1rem;
  }
}
.custom-placeholder__service svg {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 1.375rem;
  right: 1.375rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1200px) {
  .custom-placeholder__service svg {
    width: 1rem;
    height: 1rem;
    top: 1.125rem;
    right: 1.125rem;
  }
}
.custom-placeholder__service svg path {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  stroke: #474e5a;
  opacity: 0.6;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .custom-placeholder__service svg:hover path {
    opacity: 1;
  }
}
.hover-line {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  display: inline-block;
}
.hover-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  top: 110%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1201px) {
  .hover-line:hover:before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.hover-line.inline-link:before {
  height: 1.5px;
  top: auto;
  bottom: 2%;
}
.hover-line_children {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) {
  .hover-line_children:hover a:before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  z-index: 1;
}
@media (max-width: 1200px) {
  .swiper-pagination {
    gap: 0.75rem;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #474e5a;
  opacity: 0.2;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 1.25rem;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination_white .swiper-pagination-bullet {
  background: #fff;
}
.contact-bottom {
  position: relative;
  margin-top: -4.875rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  background: #474e5a;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact-bottom {
    margin-top: -2.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.contact-bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 5rem;
}
@media (max-width: 1200px) {
  .contact-bottom-inner {
    padding: 1.25rem 1.25rem 3.75rem;
    gap: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .contact-bottom .button-ui {
    height: 4.25rem;
  }
}
@media (max-width: 1200px) {
  .contact-bottom .button-ui {
    width: 7.375rem;
  }
}
.accordion-ui {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) {
  .accordion-ui:hover {
    border-top: 1px solid #474e5a;
    border-bottom: 1px solid #474e5a;
    position: relative;
  }
}
.accordion-ui_menu {
  width: 100%;
  border-bottom: none;
}
.accordion-ui_menu .accordion-ui__header p {
  color: #474e5a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}
.accordion-ui__header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.1875rem;
  cursor: pointer;
}
.accordion-ui__header .title-32 {
  font-weight: 500;
}
.accordion-ui__header p {
  margin: 0 !important;
}
@media (min-width: 1201px) {
  .accordion-ui__header p {
    width: 50rem;
  }
}
.accordion-ui__header svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-ui__content {
  padding: 0 0 2.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .accordion-ui__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .accordion-ui__content {
    padding: 1rem 0;
    display: none;
  }
}
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 0.25rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.burger:before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #fff;
  z-index: 1;
  rotate: 45deg;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.burger span {
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.burger span:last-child {
  width: 1.1875rem;
  -ms-flex-item-align: start;
  align-self: start;
}
.button-circle {
  position: relative;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid var(--lines-borders, #e2e3e4);
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-circle svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1201px) {
  .button-circle:hover {
    background: var(--Yellow-Main, #f6f54d);
    border: 2px solid var(--lines-borders, #f6f54d);
  }
}
@media (min-width: 1201px) {
  .button-circle:active {
    background: #faf995;
    border: 2px solid #faf995;
  }
}
.button-circle_left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-circle_black {
  border: 2px solid white;
}
.button-circle_black svg path {
  stroke: #fff;
}
@media (min-width: 1201px) {
  .button-circle_black:hover svg path {
    stroke: #474e5a;
  }
}
@media (max-width: 1200px) {
  .button-circle {
    border: 1px solid var(--lines-borders, #e2e3e4);
    width: 1.875rem;
    height: 1.875rem;
  }
  .button-circle svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.button-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4375rem 0.75rem 0.4375rem 1.75rem;
  border-radius: 6.25rem;
  background: var(--Yellow-Main, #f6f54d);
  gap: 1.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-ui__text {
  display: inline-block;
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button-ui__arrow {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-ui__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1201px) {
  .button-ui:not(.cross):hover .button-ui__arrow {
    background-color: #474e5a;
  }
  .button-ui:not(.cross):hover .button-ui__arrow svg path {
    stroke: #fff;
  }
}
@media (min-width: 1201px) {
  .button-ui:active {
    background-color: #faf995;
  }
}
@media (max-width: 1200px) {
  .button-ui {
    padding: 0.5rem 0.75rem 0.5rem 1.25rem;
    gap: 0.75rem;
  }
  .button-ui__text {
    font-size: 1rem;
    letter-spacing: -0.16px;
  }
  .button-ui__arrow {
    width: 2rem;
    height: 2rem;
  }
  .button-ui__arrow svg {
    width: 1.09375rem;
    height: 1.09375rem;
  }
}
.button-ui.cross svg path {
  stroke: none;
}
@media (min-width: 1201px) {
  .button-ui.cross:hover .button-ui__arrow {
    background-color: #474e5a;
  }
  .button-ui.cross:hover .button-ui__arrow svg path {
    fill: #fff;
  }
}
.button-ui.wide {
  width: 100%;
}
.modal {
  height: 100%;
  width: 49.9375rem;
  background: #fff;
  position: fixed;
  z-index: 11;
  left: 100vw;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .modal {
    width: 25rem;
    margin-left: 23rem;
  }
}
@media (max-width: 767px) {
  .modal {
    margin-left: 11rem;
  }
}
@media (max-width: 575px) {
  .modal {
    width: 21.25rem;
    margin-left: 2.1875rem;
  }
}
.modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.75rem 0;
}
@media (max-width: 1200px) {
  .modal__inner {
    padding: 1.5rem 0;
  }
}
.modal__inner > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1200px) {
  .modal__inner > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.modal__inner .title-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-bottom: 2.5rem;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(71, 78, 90, 0.4);
  z-index: 11;
  -webkit-backdrop-filter: blur(0.875rem);
  backdrop-filter: blur(0.875rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  visibility: hidden;
  opacity: 0;
}
.modal__content {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__content::-webkit-scrollbar {
  display: none;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .modal__form {
    gap: 0.375rem;
  }
}
.modal__form .button-ui {
  margin-top: 2.5rem;
}
@media (max-width: 1200px) {
  .modal__form .button-ui {
    margin-top: 1.625rem;
  }
}
.modal__form .text-14 {
  margin-top: 1rem;
  color: #9b9fa6;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .modal__form .text-14 {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.modal__form .text-14 a {
  color: #474e5a;
}
.modal__close {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    background: #474e5a;
  }
  .modal__close:hover svg path {
    stroke: #fff;
  }
}
@media (max-width: 1200px) {
  .modal__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .modal__close svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.modal__close * {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.modal [data-submit-animation] {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal [data-submit-animation][data-form-item] {
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
  opacity: 0;
  visibility: hidden;
}
.modal [data-submit-animation="1"][data-form-item] {
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
  opacity: 0;
  visibility: hidden;
}
.modal__success {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .modal__success {
    gap: 2rem;
  }
}
.modal__success-svg {
  width: 7.1875rem;
  height: 7.1875rem;
}
@media (max-width: 1200px) {
  .modal__success-svg {
    width: 4rem;
    height: 4rem;
  }
}
.modal__success-svg svg {
  width: 100%;
  height: 100%;
}
.modal__success-text {
  text-align: center;
}
@media (max-width: 1200px) {
  .modal__success-text {
    width: 12.5rem;
  }
}
.modal__success-text .title-40 {
  margin-bottom: 0.5rem;
}
.modal__success-text .text-24 {
  color: #9b9fa6;
}
@media (min-width: 1201px) {
  .modal__success .button-ui {
    height: 4.25rem;
  }
}
.modal [data-form-success] {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
}
.modal [data-form-success].modal__success-svg {
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
}
.modal-wrapper {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.contact-us {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 60rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us {
    grid-template-columns: repeat(2, 22.5rem);
    gap: 0.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .contact-us {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.contact-us__contact {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  padding-left: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us__contact {
    gap: 1.5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .contact-us__contact {
    padding-left: 0;
    border-left: none;
  }
}
.contact-us__contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us__contact-text {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .contact-us__contact-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.contact-us__contact-text p {
  width: 40.5625rem;
}
@media (max-width: 1200px) {
  .contact-us__contact-text p {
    width: 18.125rem;
  }
}
.contact-us__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27.25rem;
}
@media (max-width: 1200px) {
  .contact-us__img {
    height: 12.5rem;
  }
}
.contact-us__img .picture {
  height: 100%;
  margin-left: -5.5rem;
}
@media (max-width: 1200px) {
  .contact-us__img .picture {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-us__img .picture {
    margin-left: 0;
  }
}
.contact-us__img .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-us .button-ui {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .contact-us .button-ui {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.footer {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  border-radius: 1.5rem 1.5rem 0px 0px;
  overflow: hidden;
  margin-top: -2.5rem;
}
.footer .footer__logo {
  height: 250px;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .footer {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.footer a,
.footer p {
  color: #474e5a;
}
.footer__inner {
  background: var(--Blue-Main, #cadbee);
  padding: 4rem 2.5rem 1.5rem;
}
.footer__box {
  border-top: 1px solid #474e5a;
  border-bottom: 1px solid #474e5a;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.footer__left {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #474e5a;
}
.footer__left svg path {
  fill: #474e5a;
}
.footer__right {
  display: grid;
  grid-template-columns: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2) calc(
      ((100vw - 9.375rem) / 8 + 0.625rem) * 2
    ) calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.footer__nav {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__nav:first-child {
  padding-left: 1.5rem;
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__logo svg {
  width: 13.8125rem;
  height: 3.0625rem;
}
.footer__block {
  margin-top: 5.125rem;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__row {
  padding-top: 1.5rem;
  font-size: 1rem;
  display: grid;
  grid-template-columns: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2) calc(
      ((100vw - 9.375rem) / 8 + 0.625rem) * 4 + 0.625rem
    ) calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.footer__phone {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.125rem;
  text-transform: uppercase;
}
.footer__mail {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.0625rem;
}
.footer__claud {
  text-transform: uppercase;
}
.footer__claud svg {
  width: 6.875rem;
  height: 0.8125rem;
}
@media (max-width: 1200px) {
  .footer__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2rem 1.25rem;
  }
  .footer__logo svg {
    width: 10.0625rem;
    height: 2.5rem;
  }
  .footer__box {
    border-top: 1px solid #474e5a;
    border-bottom: 1px solid #474e5a;
    padding-bottom: 1.5rem;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .footer__left {
    padding: 2rem 0;
    border-bottom: 1px solid #474e5a;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
  }
  .footer__right {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
  }
  .footer__nav {
    width: auto;
    gap: 1.25rem;
  }
  .footer__nav:first-child {
    padding-left: 0;
  }
  .footer__nav ul {
    gap: 0.875rem;
  }
  .footer__block {
    grid-column: span 2;
    margin-top: 0;
  }
  .footer__row {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.75rem;
  }
  .footer__row:last-child {
    -ms-flex-item-align: end;
    align-self: end;
  }
  .footer__phone {
    font-size: 1.75rem;
    letter-spacing: -0.0875rem;
  }
  .footer__mail {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.045rem;
  }
  .footer__claud {
    margin-left: auto;
    font-size: 0.875rem;
  }
  .footer__claud svg {
    width: 5.7338125rem;
    height: 0.625rem;
  }
}
@media (max-width: 767px) {
  .footer__left {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .footer__right {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .footer__nav {
    width: auto;
    gap: 1.25rem;
  }
  .footer__nav_equipments {
    grid-column: span 2;
  }
  .footer__nav:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }
  .footer__nav ul {
    gap: 1rem;
  }
  .footer__block {
    grid-column: span 2;
    margin-top: 0;
  }
  .footer__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .footer__row:last-child {
    -ms-flex-item-align: initial;
    align-self: initial;
  }
  .footer__claud {
    margin-left: 0;
  }
}
.header-equipments {
  position: relative;
}
.header-equipments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-equipments ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
.header-equipments ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.header-equipments__left {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  border-right: 1px solid #e2e3e4;
}
.header-equipments__left ul {
  max-width: 27.5rem;
}
.header-equipments__left a {
  text-transform: uppercase;
}
.header-equipments__right {
  position: relative;
  padding-left: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateX(0.625rem);
  transform: translate(0.625rem);
  opacity: 1;
  pointer-events: unset;
}
.header-equipments__block {
  padding-bottom: 0.375rem;
  position: absolute;
  inset: 0;
  left: 1rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(1.875rem);
  transform: translate(1.875rem);
  overflow: hidden;
}
.header-menu-links {
  position: relative;
}
.header-menu-links__inner {
  height: 100%;
}
.header-menu-links__inner ul {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(auto-fill, 25rem);
  grid-auto-flow: column;
  gap: 1.5rem 6.8125rem;
}
.header-menu-links__inner ul a {
  font-weight: 400;
  text-transform: uppercase;
}
.header-menu {
  position: relative;
}
.header-menu__block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  background-color: #fff;
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  z-index: 5;
}
.header-menu__block_about .header-menu-links {
  height: 12.5rem;
}
.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d2025),
    to(rgba(29, 32, 37, 0))
  );
  background: linear-gradient(180deg, #1d2025 0%, rgba(29, 32, 37, 0) 100%);
}
.header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  border-bottom: 1px solid #fff;
  background: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    border-bottom-color 0.25s;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-bottom-color 0.25s;
}
.header.--active .header__bg {
  top: 0;
  opacity: 1;
  border-bottom-color: #e2e3e4;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    border-bottom-color 0.5s;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-bottom-color 0.5s;
}
.header.--active .burger span {
  background-color: #474e5a;
}
.header a,
.header p,
.header span {
  color: var(--White, #fff);
}
.header.--active a {
  color: #474e5a;
}
.header.--active .header__bg {
  top: 0;
  opacity: 1;
  border-bottom-color: #e2e3e4;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    border-bottom-color 0.5s;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1), border-bottom-color 0.5s;
}
.header.--active a,
.header.--active p,
.header.--active span {
  color: #474e5a;
}
.header.--active .header__logo #logo-text-1,
.header.--active .header__logo #logo-text-2 {
  fill: #474e5a;
}
.header.--active .header__link svg path {
  fill: #474e5a;
}
.header_white a,
.header_white p,
.header_white span {
  color: #474e5a;
}
.header_white .header__logo #logo-text-1,
.header_white .header__logo #logo-text-2 {
  fill: #474e5a;
}
.header_white .header__inner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.header_white .header__link svg path {
  fill: #474e5a;
}
.header_white {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.header_white .burger span {
  background-color: #474e5a;
}
.header__logo {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
@media (max-width: 1200px) {
  .header__logo {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.header__logo svg {
  width: 13.8125rem;
  height: 3.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  -webkit-transform: translateX(0.5rem);
  transform: translate(0.5rem);
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.0125rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 5;
}
.header__list {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
  color: #474e5a;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0125rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
.header__link svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.header__link svg path {
  fill: #fff;
}

@media (max-width: 1200px) {
    .header__link{
        font-size: 14px;
    }
    .header__link svg {
        width: 15px;
        height: 15px;
    }
    
}

.header__item {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  height: 44px;
  align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2 - 0.625rem);
}
.header__language-link {
  opacity: 0.4;
}
@media (max-width: 1200px) {
  .header__language-link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1201px) {
  .header__language-link:hover {
    opacity: 1;
    color: #474e5a;
  }
}
.header__language-link.active {
  opacity: 1;
  pointer-events: none;
}
.header__language span {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .header__inner {
    /*padding: 0 1.25rem;*/
    height: 100px;
  }
  .header__logo, .header__logo-link {
    height: 90px;
  }

  .header__logo svg {
    width: 8.0625rem;
    height: 2rem;
  }
}
body {
  background-color: #cadbee;
}
.home-about {
  position: relative;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 4.25rem 2.5rem 9.375rem;
}
.home-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-about__breadcrumb {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
}
.home-about__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
@media (min-width: 1201px) {
  .home-about__breadcrumb .text-24 {
    line-height: 1;
  }
}
.home-about__box {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1201px) {
  .home-about__box .button-ui {
    height: 4.25rem;
  }
}
.home-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .home-about__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home-about__left p {
  max-width: 40rem;
}
@media (max-width: 1200px) {
  .home-about__left p {
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .home-about__left .text-24 {
    font-size: 0.9375rem;
    line-height: 1.1;
  }
}
/*@media (max-width: 575px) {*/
/*  .home-about__left .text-24 {*/
/*    width: 10.1875rem;*/
/*  }*/
/*}*/
.partnors_cont {
  margin: 50px 0 0;
}
.partnors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.partnor {
  display: inline-block;
  height: 150px;
  width: 25%;
  padding: 30px;
  border-radius: 15px;
  border-radius: 15px;
  box-shadow: -10px -10px 30px #fff, 10px 10px 30px #aeaec040;
  position: relative;
  overflow: hidden;
}
.partnor::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cddcdc;
  background-image: radial-gradient(
      at 50% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(0, 0, 0, 0.25) 100%
    );
  background-blend-mode: screen, overlay;
  border-radius: 50%;
  left: 0;
  bottom: -80%;
  transition: all 0.3s ease-in-out;
}
.partnor:hover::before {
  bottom: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.partnor:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.partnor img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.home-about__number {
  color: #474e5a;
  font-size: 12.8125rem;
  font-weight: 500;
  letter-spacing: -2.05rem;
  text-transform: uppercase;
}
.home-about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  border-left: 1px solid #e2e3e4;
  padding-left: 1.5rem;
}
.home-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 50rem;
}
.home-about__block span {
  color: #9b9fa6;
}


@media (max-width: 1200px){
    .home-about__box{
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .home-about__right{
        border-left: none;
        padding-left: 0;
    }
    .home-about__left_text{
        display: flex;
        gap: 70px;
        align-items: end;
    }
    .home-about__number{
        flex-shrink: 0;
        font-size: 200px;
        letter-spacing: -37px;
    }
    
    .home-about__left .text-24{
        margin-bottom: 60px;
    }
    .partnor{
        min-width: 180px;
    }
}

@media (max-width: 767px){
    .home-about__left_text{
        align-items: center;
    }
    .home-about__number{
        font-size: 100px;
        letter-spacing: -15px;
    }
    .home-about__left .text-24 {
        margin-bottom: 0px;
    }
}
@media (max-width: 470px){
    .home-about__left_text{
        gap: 30px;
    }
    .home-about__number {
        font-size: 70px;
    }    
    .partnor{
        width: 100%;
    }
}
/*@media (max-width: 1200px) {*/
/*  .home-about {*/
/*    border-radius: 1rem 1rem 0px 0px;*/
/*    padding: 2rem 1.25rem 4rem;*/
/*  }*/
/*  .home-about__breadcrumb {*/
/*    padding-bottom: 1.5rem;*/
/*  }*/
/*  .home-about__breadcrumb span {*/
/*    width: 0.5rem;*/
/*    height: 0.5rem;*/
/*  }*/
/*  .home-about__box {*/
/*    margin-top: 1.5rem;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    gap: 5.5rem;*/
/*  }*/
/*  .home-about__left {*/
/*    gap: 1rem;*/
/*  }*/
/*  .home-about__left p {*/
/*    max-width: 13.75rem;*/
/*  }*/
/*  .home-about__number {*/
/*    font-size: 6.75rem;*/
/*    letter-spacing: -1.09375rem;*/
/*  }*/
/*  .home-about__right {*/
/*    gap: 2.5rem;*/
/*    padding-left: 1rem;*/
/*    -ms-flex-negative: 0;*/
/*    flex-shrink: 0;*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*  }*/
/*  .home-about__block {*/
/*    -ms-flex-negative: 0;*/
/*    flex-shrink: 0;*/
/*    gap: 1rem;*/
/*    max-width: none;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .home-about__box {*/
/*    margin-top: 1.5rem;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 4rem;*/
/*  }*/
/*  .home-about__right {*/
/*    border-left: none;*/
/*    padding-left: 0;*/
/*  }*/
/*}*/



.home-decision {
  position: relative;
  background-color: #cadbee;
  overflow: hidden;
}
.home-decision__inner {
  padding: 4rem 2.5rem 8.75rem;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background-color: #474e5a;
  height: 100%;
}
.home-decision__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #5d636e;
  gap: 0.75rem;
}
.home-decision__breadcrumb p {
  color: #fff;
  text-transform: uppercase;
}
.home-decision__breadcrumb span {
  border-radius: 100px;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
}
.home-decision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}
.home-decision__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.home-decision__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16.8125rem;
  gap: 0.25rem;
}
.home-decision__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #5d636e;
  padding-left: 1.5rem;
  width: 100%;
  gap: 1.5rem;
}
.home-decision__right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home-decision__right-row p {
  max-width: 41.1875rem;
}
.home-decision__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.home-decision__block h2 {
  color: #fff;
}
.home-decision__block span {
  color: #9b9fa6;
}
.home-decision__swiper {
  margin-top: 4rem;
  margin-left: -2.5rem;
  width: 100vw;
}
.home-decision .swiper {
  position: relative;
  padding-left: 31.4375rem;
}
@media (max-width: 1200px) {
  .home-decision .swiper {
    padding-left: 1.25rem;
  }
}
.home-decision .swiper:after {
  content: "";
  position: absolute;
  width: 30.8125rem;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#474e5a),
    to(rgba(71, 78, 90, 0))
  );
  background: linear-gradient(90deg, #474e5a 0%, rgba(71, 78, 90, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.home-decision .swiper-slide {
  width: 42.375rem;
}
.home-decision .swiper-slide__inner {
  /*width: 42.375rem;*/
  background: #474e5a;
  mix-blend-mode: hue;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .home-decision .swiper-slide__inner {
    gap: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-decision .swiper-slide__inner:hover .swiper-slide__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 1200px) {
  .home-decision .swiper-slide__inner {
    /*width: 19.0625rem;*/
    border-radius: 0;
  }
}
.home-decision .swiper-slide__img {
  height: 25rem;
  border-radius: 0.75rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.home-decision .swiper-slide__img img {
    width: 100%;
    HEIGHT: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-decision .swiper-slide__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-decision .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-decision__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .home-decision__inner {
    padding: 2rem 1.25rem 4rem;
    border-radius: 1rem 1rem 0px 0px;
  }
  .home-decision__breadcrumb span {
    height: 0.5rem;
    width: 0.5rem;
  }
  .home-decision__right {
    border-left: none;
    padding-left: initial;
  }
  .home-decision__right-row p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .home-decision__block {
    gap: 1rem;
    max-width: none;
  }
  .home-decision__swiper {
    margin-top: 1.5rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: calc(100% + 2.5rem);
  }
  .home-decision .swiper {
    position: relative;
  }
  .home-decision .swiper-pagination {
    margin-top: 1.5rem;
  }
  .home-decision .swiper:after {
    display: none;
  }
  .home-decision .swiper-slide {
    width: 19.0625rem;
    border-radius: 0.375rem;
  }
  .home-decision .swiper-slide__inner {
    gap: 0.75rem;
  }
  .home-decision .swiper-slide__img {
    height: 11.25rem;
    border-radius: 0.375rem;
  }
  .home-decision .swiper-slide__title {
    font-size: 1.375rem;
    letter-spacing: -0.1rem;
  }
}
.home-equipments {
  position: relative;
  background: #474e5a;
  height: 51.625rem;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-equipments {
    height: auto;
  }
}
.home-equipments__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 3rem 2.5rem 8.75rem;
}
@media (max-width: 1200px) {
  .home-equipments__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2.5rem 1.25rem 4rem;
  }
}
.home-equipments__breadcrumb {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
}
.home-equipments__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .home-equipments__breadcrumb span {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.home-equipments__left {
  width: 30.4375rem;
  height: 34.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-right: 1px solid #e2e3e4;
}
@media (max-width: 1200px) {
  .home-equipments__left {
    display: none;
  }
}
.home-equipments__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-equipments__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.home-equipments__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 0.25rem;
  padding-right: 1.5rem;
}
.home-equipments__controls .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.home-equipments__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -1px;
}
.home-equipments__pagination {
  margin-right: 1.5rem;
  all: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  gap: 0.75rem;
}
@media (max-width: 1200px) {
  .home-equipments__pagination {
    margin: 1.5rem auto 0;
  }
}
.home-equipments .swiper {
  width: 87.125rem;
  height: 34.375rem;
}
@media (max-width: 1200px) {
  .home-equipments .swiper {
    width: 48rem;
    height: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 0.5rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .home-equipments .swiper {
    width: 36rem;
  }
}
@media (max-width: 575px) {
  .home-equipments .swiper {
    width: 23.4375rem;
  }
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide {
    border-left: none;
    border-right: 1px solid #e2e3e4;
  }
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .home-equipments .swiper-slide:hover {
    width: 41.1875rem;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__inner {
    width: 41.1875rem !important;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__inner {
    position: relative;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__link::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    height: 33%;
    width: 100%;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(24, 24, 27, 0.6) 80%,
      transparent 100%
    );
  }
  .home-equipments .swiper-slide:hover .swiper-slide__image {
    top: 0;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__title,
  .home-equipments .swiper-slide:hover .swiper-slide__number {
    color: #fff !important;
  }
}
.home-equipments .swiper-slide__inner {
  height: 100%;
  padding: 0 1.5rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__inner {
    padding: 0 0.75rem;
  }
}
.home-equipments .swiper-slide__link {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__link {
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }
  .home-equipments .swiper-slide__link * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.home-equipments .swiper-slide__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    width: 17rem;
    grid-template-columns: 15rem 1.25rem;
    gap: 0.75rem;
  }
}
.home-equipments .swiper-slide__image {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: -1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.products_swiper img {
  object-fit: contain;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__image {
    position: static;
    height: 15rem;
    border-radius: 0.4375rem;
    overflow: hidden;
  }
}
.home-equipments .swiper-slide__title,
.home-equipments .swiper-slide__number {
  width: 22.25rem;
  color: #474e5a;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__title,
  .home-equipments .swiper-slide__number {
    width: 100%;
  }
}
.home-hero {
  position: relative;
  height: 100vh;
}
.home-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
.home-hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home-hero__text {
  max-width: 42.75rem;
  margin-top: 2.5rem;
  color: #fff !important;
}
@media (max-width: 1200px) {
  .home-hero__text {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .home-hero__cards {
    width: 100vw;
    margin-left: -1.25rem;
    padding: 0 1.25rem;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-hero__cards::-webkit-scrollbar {
    display: none;
  }
}
.home-hero__cards-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4, 28.25rem);
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}
@media (max-width: 1200px) {
  .home-hero__cards-inner {
    grid-template-columns: repeat(4, 15.625rem);
  }
}
.home-hero__card {
  border-radius: 0.75rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 34px 34px 0px rgba(91, 112, 136, 0.07);
  box-shadow: 0 34px 34px #5b708812;
  height: 11.875rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
.home-hero__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-hero__card-row svg {
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  .home-hero__card:hover {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    background: #fff;
  }
}
@media (max-width: 1200px) {
  .home-hero__card {
    width: 15.625rem;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home-hero__cards-inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-hero__cards-inner::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .home-hero__card {
    border-radius: 0.5rem;
    height: 100%;
    min-height: 9.6875rem;
    padding: 1.25rem;
  }
  .home-hero__card-row svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home-hero__card {
    width: 15.625rem;
  }
}
.home-partners {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.home-partners__inner {
  padding: 8.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: var(--Blue-Main, #cadbee);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-partners .marque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.home-partners .marque__inner {
  margin-top: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.home-partners .marque__card {
  border-radius: 0.75rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 28.3125rem;
  height: 13.125rem;
}
.home-partners .marque picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  scale: 0.9;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@media (max-width: 1200px) {
  .home-partners__inner {
    padding: 4rem 0;
    border-radius: 1rem 1rem 0px 0px;
  }
  .home-partners .marque {
    gap: 0.5rem;
  }
  .home-partners .marque__inner {
    margin-top: 2.5rem;
    gap: 0.5rem;
  }
  .home-partners .marque__card {
    border-radius: 0.5rem;
    width: 11rem;
    height: 6rem;
  }
}
.home-projects {
  position: relative;
  overflow: hidden;
}
.home-projects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 4rem 0 8.75rem;
}
.home-projects__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
}
.home-projects__breadcrumb p {
  text-transform: uppercase;
}
.home-projects__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
.home-projects__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.home-projects__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.home-projects__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.home-projects__statistic span {
  color: #474e5a;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: -0.7rem;
  text-transform: uppercase;
  display: block;
}
.home-projects__statistic p {
  width: 21rem;
}
.home-projects__statistic * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-projects__right {
  border-left: 1px solid #e2e3e4;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.125rem;
}
.home-projects__right .title-76 span {
  color: var(--Dark-Main, #9b9fa6);
}
.home-projects__pagination {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.home-projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.home-projects .swiper {
  width: 100%;
  margin-top: 6rem;
}
.home-projects .swiper-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-projects .swiper-slide .projects-card__img {
  height: 26.75rem;
}
.home-projects .swiper-pagination {
  position: relative;
}
.home-projects .swiper:after {
  content: "";
  position: absolute;
  width: 30.8125rem;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(transparent)
  );
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.home-projects .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}
.home-projects .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #6f99c8;
  -webkit-animation: fill 4s linear forwards;
  animation: fill 4s linear forwards;
}
@-webkit-keyframes fill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.home-projects .projects-card {
  border-bottom: none !important;
}
@media (max-width: 1200px) {
  .home-projects .projects-card .title-32 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .home-projects__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2rem 0 4rem;
  }
  .home-projects__breadcrumb {
    padding-bottom: 1.5rem;
  }
  .main-page__press .home-projects__breadcrumb{
      padding-top: 2rem;
  }
  .home-projects__breadcrumb span {
    width: 0.5rem;
    height: 0.5rem;
  }
  .home-projects__box {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-projects__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
  .home-projects__left p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1200px) and (max-width: 575px) {
  .home-projects__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*@media (max-width: 1200px) and (max-width: 575px) {*/
/*  .home-projects__button {*/
/*    -ms-flex-item-align: end;*/
/*    align-self: flex-end;*/
/*    width: 10.3125rem;*/
/*  }*/
/*  .home-projects__button > a {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .home-projects__statistic {*/
/*    -webkit-box-orient: horizontal;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: row;*/
/*    flex-direction: row;*/
/*    gap: 30px;*/
/*  }*/
/*}*/
@media (max-width: 1200px) and (max-width: 767px) {
  .home-projects__statistic {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/*@media (max-width: 1200px) {*/
/*  .home-projects__statistic span {*/
/*    font-size: 5.25rem;*/
/*    letter-spacing: -0.525rem;*/
/*    width: 10.25rem;*/
/*  }*/
/*  .home-projects__statistic p {*/
/*    width: 10rem;*/
/*  }*/
/*  .home-projects__right {*/
/*    margin-top: 1.5rem;*/
/*    border-top: 1px solid #e2e3e4;*/
/*    padding-top: 1.5rem;*/
/*    border-left: none;*/
/*    padding-left: initial;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 6.125rem;*/
/*  }*/
/*  .home-projects .swiper {*/
/*    margin-top: 2.5rem;*/
/*  }*/
/*  .home-projects .swiper:after {*/
/*    display: none;*/
/*  }*/
/*}*/



.home-promo {
  position: relative;
  height: calc(100vh - 5.9375rem);
  background-color: #fff;
}
.home-promo__inner {
  position: relative;
  border-radius: 1.5rem 1.5rem 0px 0px;
  padding-top: 4rem;
  padding-left: 2.5rem;
  overflow: hidden;
  padding-bottom: 1.875rem;
  height: 100%;
  width: 100%;
}
.home-promo__block {
  position: relative;
  z-index: 1;
  height: 100%;
  border-left: 1px solid #474e5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem;
}
.home-promo__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-promo__background picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .home-promo__background picture img {
    width: auto;
  }
}
@media (max-width: 575px) {
  .home-promo__background picture {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-promo__background picture img {
    margin-left: -6.75rem;
  }
}
.home-promo__title {
  max-width: 41.875rem;
  line-height: 0.9;
}
@media (max-width: 1200px) {
  .home-promo__title {
    font-size: 2.75rem;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .home-promo {
    height: 35.625rem;
  }
  .home-promo__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding-top: 2rem;
    padding-left: 1.25rem;
  }
  .home-promo__block {
    padding-left: 1rem;
  }
  .home-promo__title {
    max-width: 19.9375rem;
  }
}
.input-ui {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.input-ui:focus-within span {
  top: 0.75rem;
  -webkit-transform: 1.5rem;
  transform: 1.5rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .input-ui:focus-within span {
    top: 0.5rem;
  }
}
.input-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span,
.input-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
.input-ui input:not(:-ms-input-placeholder) ~ .custom-placeholder__service span,
.input-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .input-ui
    input:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span,
  .input-ui
    textarea:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
  .input-ui
    input:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span,
  .input-ui
    textarea:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
}
.input-ui input:not(:-moz-placeholder-shown) ~ .custom-placeholder__service svg,
.input-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.input-ui input:not(:-ms-input-placeholder) ~ .custom-placeholder__service svg,
.input-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.input-ui input {
  width: 100%;
  height: 4.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--unnamed, #eee);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
  padding: 1.375rem 3.875rem 0.5rem 1.5rem;
  caret-width: 1px;
  caret-color: inherit;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .input-ui input:hover {
    border: 1px solid #474e5a;
  }
}
@media (max-width: 1200px) {
  .input-ui input {
    height: 3.25rem;
    padding-top: 1.125rem;
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 1rem;
  }
}
.input-ui input::-webkit-input-placeholder {
  opacity: 0;
}
.input-ui input::-moz-placeholder {
  opacity: 0;
}
.input-ui input:-ms-input-placeholder {
  opacity: 0;
}
.input-ui input::-ms-input-placeholder {
  opacity: 0;
}
.input-ui input:focus {
  border: 1px solid var(--unnamed, #eee) !important;
}
.menu-mobile {
  position: fixed;
  inset: 0;
  background-color: #fff;
  color: #474e5a;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.menu-mobile .accordion-ui {
  border: none;
}
.menu-mobile .accordion-ui__header {
  gap: 0.3125rem;
}
.menu-mobile .accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.menu-mobile .accordion__list a {
  text-transform: none;
  font-weight: 400;
}
.menu-mobile__inner {
  position: relative;
  padding-top: 5.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-mobile__inner:before {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: 1px;
  background: #e2e3e4;
  position: absolute;
  top: 3.75rem;
  left: 1.25rem;
}
.menu-mobile__box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
}
.menu-mobile__back {
  position: absolute;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  top: 0;
}
.menu-mobile__back button {
  padding: 0.5rem 1.25rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  color: #91959d;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.00875rem;
  text-transform: uppercase;
  opacity: 0.6;
}
.menu-mobile__back button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-mobile__back button svg path {
  stroke: #91959d;
}
.menu-mobile__page {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.menu-mobile__page li {
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.menu-mobile__page button {
  opacity: 0;
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
}
.menu-mobile__page.--active {
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.menu-mobile__page.--active li,
.menu-mobile__page.--active a {
  -webkit-transform: translateX(0);
  transform: translate(0);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
.menu-mobile nav {
  position: absolute;
  width: 100%;
  top: 2.625rem;
  height: 100%;
  padding-bottom: 2.5rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}
.menu-mobile nav::-webkit-scrollbar {
  display: none;
}
.menu-mobile nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.menu-mobile nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.875rem 0;
  color: #474e5a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}
.menu-mobile nav ul li:not(:last-child) {
  border-bottom: 1px solid #e2e3e4;
}
.menu-mobile__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.menu-mobile__footer span {
  color: #474e5a;
}
.projects-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  cursor: pointer;
}
@media (max-width: 1200px) {
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .projects-card:hover .projects-card__hover {
    top: 0;
  }
  .projects-card:hover .projects-card__hover-note {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.125s;
    transition-delay: 0.125s;
  }
  .projects-card:hover .projects-card__hover-btn {
    scale: 1;
    opacity: 1;
    visibility: visible;
  }
}
.projects-card__wrapper {
  position: relative;
}
.projects-card__img {
  width: 100%;
  height: 36.4375rem;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: url("/img/card-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.projects-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .projects-card__img {
    height: 13.625rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }
}
.projects-card__btn {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: var(--Yellow-Main, #f6f54d);
}
.projects-card__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.projects-card .title-32 {
  margin-bottom: 1.5rem;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (max-width: 1200px) {
  .projects-card .title-32 {
    margin-bottom: 1.25rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.projects-card__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--Yellow-Main, #f6f54d);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.projects-card__hover-note {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  /*width: 100%;*/
  text-align: left;
  opacity: 0;
  visibility: hidden;
  margin-top: 3.125rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.projects-card__hover-note .text-24{
    color: #fff;
    font-size: 22px;
}
.projects-card__hover-btn {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #474e5a;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  scale: 0.8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.projects-card__hover-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.textarea-ui {
  position: relative;
  padding: 1.8125rem 0 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--unnamed, #eee);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  cursor: text;
  height: 8.75rem;
}
.textarea-ui:focus-within span {
  top: 0.75rem;
  -webkit-transform: 1.5rem;
  transform: 1.5rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .textarea-ui:focus-within span {
    top: 0.5rem;
  }
}
.textarea-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span,
.textarea-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
.textarea-ui
  input:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span,
.textarea-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .textarea-ui
    input:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span,
  .textarea-ui
    textarea:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
  .textarea-ui
    input:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span,
  .textarea-ui
    textarea:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
}
.textarea-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg,
.textarea-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.textarea-ui
  input:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg,
.textarea-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .textarea-ui:hover {
    border: 1px solid #474e5a;
  }
}
@media (max-width: 1200px) {
  .textarea-ui {
    padding-top: 1.25rem;
    height: 7.5rem;
  }
}
.textarea-ui:focus-within {
  border: 1px solid var(--unnamed, #eee) !important;
}
.textarea-ui textarea {
  border: 1px transparent;
  padding-right: 3.875rem;
  padding-left: 1.5rem;
  height: 100%;
  width: 100%;
  resize: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
  caret-width: 1px;
  caret-color: inherit;
  font-family: "Montserrat", sans-serif;
  background: none !important;
  background-color: none !important;
}
@media (max-width: 1200px) {
  .textarea-ui textarea {
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 1rem;
  }
}
.textarea-ui textarea::-webkit-input-placeholder {
  opacity: 0;
}
.textarea-ui textarea::-moz-placeholder {
  opacity: 0;
}
.textarea-ui textarea:-ms-input-placeholder {
  opacity: 0;
}
.textarea-ui textarea::-ms-input-placeholder {
  opacity: 0;
}
.transition-screen {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 999;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.transition-screen svg {
  width: 13.8125rem;
  height: 3.4375rem;
}
@media (max-width: 1200px) {
  .transition-screen svg {
    width: 8.0625rem;
    height: 2rem;
  }
}
.transition-screen_black {
  background: #474e5a;
}
.modal-video {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(71, 78, 90, 0.4);
  z-index: 10;
  -webkit-backdrop-filter: blur(0.875rem);
  backdrop-filter: blur(0.875rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.modal-video__video {
  width: 57.0625rem;
  height: 37rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .modal-video__video {
    width: 31.25rem;
    height: 20.25rem;
  }
}
@media (max-width: 767px) {
  .modal-video__video {
    width: 36rem;
    height: 23.4375rem;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .modal-video__video {
    width: 23.4375rem;
    height: 15.1875rem;
  }
}
.modal-video__close {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: #474e5a;
}
.modal-video__close svg path {
  stroke: #fff;
}
@media (max-width: 1200px) {
  .modal-video__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal-video__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .modal-video__close svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.modal-video__close * {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@layer libs {
  :root {
    --swiper-theme-color: #007aff;
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
@media (min-width: 320px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}
svg {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
svg path {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .devices {
    display: none !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.no-tablet {
  display: none;
}
@media (min-width: 1201px) {
  .no-tablet {
    display: block;
  }
}
@media (max-width: 575px) {
  .no-tablet {
    display: block;
  }
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pointer-events-none {
  pointer-events: none;
}
a {
  color: #fff;
}
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  height: 100%;
}
.marque img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(71, 78, 90, 0.4);
  z-index: 4;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
button {
  font-family: "Montserrat", sans-serif;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-104 {
  color: #000;
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -0.325rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-104 {
    font-size: 3.75rem;
    letter-spacing: -0.1375rem;
  }
}
@media (max-width: 767px) {
  .title-104 {
    font-size: 2.75rem;
  }
}
.title-76 {
  color: #474e5a;
  font-size: 4.75rem;
  font-weight: 500;
  letter-spacing: -0.2375rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-76 {
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }
}
@media (max-width: 767px){
    .title-76 {
        font-size: 26px;
        line-height: 1.2;
    }
}
.title-40 {
  color: #474e5a;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
.swiper-slide__text .title-40 {
  font-size: 26px;
  line-height: 150%;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .title-40 {
    font-size: 1.375rem;
    letter-spacing: -0.055rem;
  }
}
@media (max-width: 992px){
    .swiper-slide__text .title-40 {
        font-size: 20px;
    }
}
.title-32 {
  color: #474e5a;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-32 {
    font-size: 1.25rem;
    letter-spacing: -0.04em;
  }
}
.text-24 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .text-24 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (max-width: 767px){
    .text-24 {
        font-size: 20px;
    }
}
.text-20,
ul {
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em;
}
@media (max-width: 1200px) {
  .text-20,
  ul {
    font-size: 1rem;
    line-height: 130%;
  }
}
.description {
  color: #474e5a;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .description {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
.white {
  color: #fff;
}
.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
.custom-placeholder__service {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  scale: 1 !important;
  top: 0 !important;
}
.custom-placeholder__service span {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  color: #9b9fa6;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .custom-placeholder__service span {
    font-size: 1rem;
    top: 1.125rem;
    left: 1rem;
  }
}
.custom-placeholder__service svg {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 1.375rem;
  right: 1.375rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1200px) {
  .custom-placeholder__service svg {
    width: 1rem;
    height: 1rem;
    top: 1.125rem;
    right: 1.125rem;
  }
}
.custom-placeholder__service svg path {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  stroke: #474e5a;
  opacity: 0.6;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .custom-placeholder__service svg:hover path {
    opacity: 1;
  }
}
.hover-line {
  position: relative;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  display: inline-block;
}
.hover-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  top: 110%;
  left: 0;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1201px) {
  .hover-line:hover:before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.hover-line.inline-link:before {
  height: 1.5px;
  top: auto;
  bottom: 2%;
}
.hover-line_children {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) {
  .hover-line_children:hover a:before {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}
.swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  z-index: 1;
}
@media (max-width: 1200px) {
  .swiper-pagination {
    gap: 0.75rem;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 2.5rem;
  height: 2px;
  border-radius: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #474e5a;
  opacity: 0.2;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 1.25rem;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination_white .swiper-pagination-bullet {
  background: #fff;
}
.contact-bottom {
  position: relative;
  margin-top: -4.875rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  background: #474e5a;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .contact-bottom {
    margin-top: -2.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.contact-bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem 2.5rem 5rem;
}
@media (max-width: 1200px) {
  .contact-bottom-inner {
    padding: 1.25rem 1.25rem 3.75rem;
    gap: 1.25rem;
  }
}
@media (min-width: 1201px) {
  .contact-bottom .button-ui {
    height: 4.25rem;
  }
}
@media (max-width: 1200px) {
  .contact-bottom .button-ui {
    width: 7.375rem;
  }
}
.accordion-ui {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) {
  .accordion-ui:hover {
    border-top: 1px solid #474e5a;
    border-bottom: 1px solid #474e5a;
    position: relative;
  }
}
.accordion-ui_menu {
  width: 100%;
  border-bottom: none;
}
.accordion-ui_menu .accordion-ui__header p {
  color: #474e5a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}
.accordion-ui__header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.1875rem;
  cursor: pointer;
}
.accordion-ui__header .title-32 {
  font-weight: 500;
}
.accordion-ui__header p {
  margin: 0 !important;
}
@media (min-width: 1201px) {
  .accordion-ui__header p {
    width: 50rem;
  }
}
.accordion-ui__header svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-ui__content {
  padding: 0 0 2.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .accordion-ui__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .accordion-ui__content {
    padding: 1rem 0;
    display: none;
  }
}
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 0.25rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.burger:before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #fff;
  z-index: 1;
  rotate: 45deg;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.burger span {
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.burger span:last-child {
  width: 1.1875rem;
  -ms-flex-item-align: start;
  align-self: start;
}
.button-circle {
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid var(--lines-borders, #e2e3e4);
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-circle svg {
  width: 1.5rem;
  height: 1.5rem;
}
.button-circle:after {
  content: "" !important;
}
@media (min-width: 1201px) {
  .button-circle:hover {
    background: var(--Yellow-Main, #f6f54d);
    border: 2px solid var(--lines-borders, #f6f54d);
  }
}
@media (min-width: 1201px) {
  .button-circle:active {
    background: #faf995;
    border: 2px solid #faf995;
  }
}
.button-circle_left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-circle_black {
  border: 2px solid white;
}
.button-circle_black svg path {
  stroke: #fff;
}
@media (min-width: 1201px) {
  .button-circle_black:hover svg path {
    stroke: #474e5a;
  }
}
@media (max-width: 1200px) {
  .button-circle {
    border: 1px solid var(--lines-borders, #e2e3e4);
    width: 1.875rem;
    height: 1.875rem;
  }
  .button-circle svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.button-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4375rem 0.75rem 0.4375rem 1.75rem;
  border-radius: 6.25rem;
  background: #f47435;
  gap: 1.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-ui__text {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button-ui__arrow {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.button-ui__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1201px) {
  .button-ui:not(.cross):hover .button-ui__arrow {
    background-color: #474e5a;
  }
  .button-ui:not(.cross):hover .button-ui__arrow svg path {
    stroke: #fff;
  }
}
@media (min-width: 1201px) {
  .button-ui:active {
    background-color: #faf995;
  }
}
@media (max-width: 1200px) {
  .button-ui {
    padding: 0.5rem 0.75rem 0.5rem 1.25rem;
    gap: 0.75rem;
  }
  .button-ui__text {
    font-size: 1rem;
    letter-spacing: -0.16px;
  }
  .button-ui__arrow {
    width: 2rem;
    height: 2rem;
  }
  .button-ui__arrow svg {
    width: 1.09375rem;
    height: 1.09375rem;
  }
}
.button-ui.cross svg path {
  stroke: none;
}
@media (min-width: 1201px) {
  .button-ui.cross:hover .button-ui__arrow {
    background-color: #474e5a;
  }
  .button-ui.cross:hover .button-ui__arrow svg path {
    fill: #fff;
  }
}
.button-ui.wide {
  width: 100%;
}
.modal {
  height: 100%;
  width: 49.9375rem;
  background: #fff;
  position: fixed;
  z-index: 11;
  left: 100vw;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .modal {
    width: 25rem;
    margin-left: 23rem;
  }
}
@media (max-width: 767px) {
  .modal {
    margin-left: 11rem;
  }
}
@media (max-width: 575px) {
  .modal {
    width: 21.25rem;
    margin-left: 2.1875rem;
  }
}
.modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.75rem 0;
}
@media (max-width: 1200px) {
  .modal__inner {
    padding: 1.5rem 0;
  }
}
.modal__inner > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 1200px) {
  .modal__inner > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.modal__inner .title-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-bottom: 2.5rem;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(71, 78, 90, 0.4);
  z-index: 11;
  -webkit-backdrop-filter: blur(0.875rem);
  backdrop-filter: blur(0.875rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  visibility: hidden;
  opacity: 0;
}
.modal__content {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__content::-webkit-scrollbar {
  display: none;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .modal__form {
    gap: 0.375rem;
  }
}
.modal__form .button-ui {
  margin-top: 2.5rem;
}
@media (max-width: 1200px) {
  .modal__form .button-ui {
    margin-top: 1.625rem;
  }
}
.modal__form .text-14 {
  margin-top: 1rem;
  color: #9b9fa6;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .modal__form .text-14 {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }
}
.modal__form .text-14 a {
  color: #474e5a;
}
.modal__close {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    background: #474e5a;
  }
  .modal__close:hover svg path {
    stroke: #fff;
  }
}
@media (max-width: 1200px) {
  .modal__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .modal__close svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.modal__close * {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.modal [data-submit-animation] {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal [data-submit-animation][data-form-item] {
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
  opacity: 0;
  visibility: hidden;
}
.modal [data-submit-animation="1"][data-form-item] {
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
  opacity: 0;
  visibility: hidden;
}
.modal__success {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .modal__success {
    gap: 2rem;
  }
}
.modal__success-svg {
  width: 7.1875rem;
  height: 7.1875rem;
}
@media (max-width: 1200px) {
  .modal__success-svg {
    width: 4rem;
    height: 4rem;
  }
}
.modal__success-svg svg {
  width: 100%;
  height: 100%;
}
.modal__success-text {
  text-align: center;
}
@media (max-width: 1200px) {
  .modal__success-text {
    width: 12.5rem;
  }
}
.modal__success-text .title-40 {
  margin-bottom: 0.5rem;
}
.modal__success-text .text-24 {
  color: #9b9fa6;
}
@media (min-width: 1201px) {
  .modal__success .button-ui {
    height: 4.25rem;
  }
}
.modal [data-form-success] {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
}
.modal [data-form-success].modal__success-svg {
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
}
.modal-wrapper {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.contact-us {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 60rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us {
    grid-template-columns: repeat(2, 22.5rem);
    gap: 0.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .contact-us {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.contact-us__contact {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
  padding-left: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us__contact {
    gap: 1.5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .contact-us__contact {
    padding-left: 0;
    border-left: none;
  }
}
.contact-us__contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .contact-us__contact-text {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .contact-us__contact-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.contact-us__contact-text p {
  width: 40.5625rem;
}
@media (max-width: 1200px) {
  .contact-us__contact-text p {
    width: 18.125rem;
  }
}
.contact-us__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27.25rem;
}
@media (max-width: 1200px) {
  .contact-us__img {
    height: 12.5rem;
  }
}
.contact-us__img .picture {
  height: 100%;
  margin-left: -5.5rem;
}
@media (max-width: 1200px) {
  .contact-us__img .picture {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .contact-us__img .picture {
    margin-left: 0;
  }
}
.contact-us__img .picture img {
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-us .button-ui {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .contact-us .button-ui {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.footer {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  border-radius: 1.5rem 1.5rem 0px 0px;
  overflow: hidden;
  margin-top: -2.5rem;
}
@media (max-width: 1200px) {
  .footer {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.footer a,
.footer p {
  color: #474e5a;
}
.footer__inner {
  background: var(--Blue-Main, #cadbee);
  padding: 4rem 2.5rem 1.5rem;
}
.footer__box {
  border-top: 1px solid #474e5a;
  border-bottom: 1px solid #474e5a;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.footer__left {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #474e5a;
}
.footer__left svg path {
  fill: #474e5a;
}
.footer__right {
  display: grid;
  grid-template-columns: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2) calc(
      ((100vw - 9.375rem) / 8 + 0.625rem) * 2
    ) calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.footer__nav {
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__nav:first-child {
  padding-left: 1.5rem;
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__logo svg {
  width: 13.8125rem;
  height: 3.0625rem;
}
.footer__block {
  margin-top: 5.125rem;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__row {
  padding-top: 1.5rem;
  font-size: 1rem;
  display: grid;
  grid-template-columns: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2) calc(
      ((100vw - 9.375rem) / 8 + 0.625rem) * 4 + 0.625rem
    ) calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.footer__phone {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.125rem;
  text-transform: uppercase;
}
.footer__mail {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.0625rem;
}
.footer__claud {
  text-transform: uppercase;
}
.footer__claud svg {
  width: 6.875rem;
  height: 0.8125rem;
}
@media (max-width: 1200px) {
  .footer__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2rem 1.25rem;
  }
  .footer__logo svg {
    width: 10.0625rem;
    height: 2.5rem;
  }
  .footer__box {
    border-top: 1px solid #474e5a;
    border-bottom: 1px solid #474e5a;
    padding-bottom: 1.5rem;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .footer__left {
    padding: 2rem 0;
    border-bottom: 1px solid #474e5a;
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
  }
  .footer__right {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
  }
  .footer__nav {
    width: auto;
    gap: 1.25rem;
  }
  .footer__nav:first-child {
    padding-left: 0;
  }
  .footer__nav ul {
    gap: 0.875rem;
  }
  .footer__block {
    grid-column: span 2;
    margin-top: 0;
  }
  .footer__row {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 0.75rem;
  }
  .footer__row:last-child {
    -ms-flex-item-align: end;
    align-self: end;
  }
  .footer__phone {
    font-size: 1.75rem;
    letter-spacing: -0.0875rem;
  }
  .footer__mail {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.045rem;
  }
  .footer__claud {
    margin-left: auto;
    font-size: 0.875rem;
  }
  .footer__claud svg {
    width: 5.7338125rem;
    height: 0.625rem;
  }
}
@media (max-width: 767px) {
  .footer__left {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .footer__right {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .footer__nav {
    width: auto;
    gap: 1.25rem;
  }
  .footer__nav_equipments {
    grid-column: span 2;
  }
  .footer__nav:nth-child(3) {
    grid-row: 1;
    grid-column: 2;
  }
  .footer__nav ul {
    gap: 1rem;
  }
  .footer__block {
    grid-column: span 2;
    margin-top: 0;
  }
  .footer__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .footer__row:last-child {
    -ms-flex-item-align: initial;
    align-self: initial;
  }
  .footer__claud {
    margin-left: 0;
  }
}
.header__burger {
  position: relative;
  z-index: 0;
  left: -6px;
  width: 100%;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  background-color: #cadbee;
}
.home-about {
  position: relative;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 4.25rem 2.5rem 9.375rem;
}
.home-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-about__breadcrumb {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
}
.home-about__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
@media (min-width: 1201px) {
  .home-about__breadcrumb .text-24 {
    line-height: 1;
  }
}
/*.home-about__box {*/
/*  margin-top: 1.5rem;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*}*/
/*@media (min-width: 1201px) {*/
/*  .home-about__box .button-ui {*/
/*    height: 4.25rem;*/
/*  }*/
/*}*/
.home-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
/*@media (max-width: 767px) {*/
/*  .home-about__left {*/
/*    -webkit-box-orient: horizontal;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: row;*/
/*    flex-direction: row;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .home-about__left p {*/
/*    max-width: none;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .home-about__left .text-24 {*/
/*    font-size: 0.9375rem;*/
/*    line-height: 1.1;*/
/*  }*/
/*}*/
/*@media (max-width: 575px) {*/
/*  .home-about__left .text-24 {*/
/*    width: 10.1875rem;*/
/*  }*/
/*}*/
/*.home-about__right {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*  -ms-flex-direction: column;*/
/*  flex-direction: column;*/
/*  gap: 4rem;*/
/*  border-left: 1px solid #e2e3e4;*/
/*  padding-left: 1.5rem;*/
/*}*/
.home-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 50rem;
}
.home-about__block span {
  color: #9b9fa6;
}
/*@media (max-width: 1200px) {*/
/*  .home-about {*/
/*    border-radius: 1rem 1rem 0px 0px;*/
/*    padding: 2rem 1.25rem 4rem;*/
/*  }*/
/*  .home-about__breadcrumb {*/
/*    padding-bottom: 1.5rem;*/
/*  }*/
/*  .home-about__breadcrumb span {*/
/*    width: 0.5rem;*/
/*    height: 0.5rem;*/
/*  }*/
/*  .home-about__box {*/
/*    margin-top: 1.5rem;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    gap: 5.5rem;*/
/*  }*/
/*  .home-about__left {*/
/*    gap: 1rem;*/
/*  }*/
/*  .home-about__left p {*/
/*    max-width: 13.75rem;*/
/*  }*/
/*  .home-about__number {*/
/*    font-size: 6.75rem;*/
/*    letter-spacing: -1.09375rem;*/
/*  }*/
/*  .home-about__right {*/
/*    gap: 2.5rem;*/
/*    padding-left: 1rem;*/
/*    -ms-flex-negative: 0;*/
/*    flex-shrink: 0;*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex: 1;*/
/*    flex: 1;*/
/*  }*/
/*  .home-about__block {*/
/*    -ms-flex-negative: 0;*/
/*    flex-shrink: 0;*/
/*    gap: 1rem;*/
/*    max-width: none;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .home-about__box {*/
/*    margin-top: 1.5rem;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    gap: 4rem;*/
/*  }*/
/*  .home-about__right {*/
/*    border-left: none;*/
/*    padding-left: 0;*/
/*  }*/
/*}*/
.home-decision {
  position: relative;
  background-color: #cadbee;
  overflow: hidden;
}
.home-decision__inner {
  padding: 4rem 2.5rem 8.75rem;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background-color: #474e5a;
  height: 100%;
}
.home-decision__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #5d636e;
  gap: 0.75rem;
}
.home-decision__breadcrumb p {
  color: #fff;
  text-transform: uppercase;
}
.home-decision__breadcrumb span {
  border-radius: 100px;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
}
.home-decision__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}
.home-decision__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
}
.home-decision__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16.8125rem;
  gap: 0.25rem;
}
.home-decision__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #5d636e;
  padding-left: 1.5rem;
  width: 100%;
  gap: 1.5rem;
}
.home-decision__right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home-decision__right-row p {
  max-width: 41.1875rem;
}
.home-decision__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.home-decision__block h2 {
  color: #fff;
}
.home-decision__block span {
  color: #9b9fa6;
}
.home-decision__swiper {
  margin-top: 4rem;
  margin-left: -2.5rem;
  width: 100vw;
}
.home-decision .swiper {
  position: relative;
  padding-left: 31.4375rem;
}
@media (max-width: 1200px) {
  .home-decision .swiper {
    padding-left: 1.25rem;
  }
}
.home-decision .swiper:after {
  content: "";
  position: absolute;
  width: 30.8125rem;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#474e5a),
    to(rgba(71, 78, 90, 0))
  );
  background: linear-gradient(90deg, #474e5a 0%, rgba(71, 78, 90, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.home-decision .swiper-slide {
  width: 42.375rem;
}
.home-decision .swiper-slide__inner {
  /*width: 42.375rem;*/
  background: #474e5a;
  mix-blend-mode: hue;
  cursor: pointer;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .home-decision .swiper-slide__inner {
    gap: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-decision .swiper-slide__inner:hover .swiper-slide__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.home-decision
  .swiper-slide__inner:hover
  .home-equipments
  .swiper-slide__title {
  color: #fff !important;
}
@media (max-width: 1200px) {
  .home-decision .swiper-slide__inner {
    /*width: 19.0625rem;*/
    border-radius: 0;
  }
}
.home-decision .swiper-slide__img {
  height: 25rem;
  border-radius: 0.75rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.home-decision .swiper-slide__img img {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-decision .swiper-slide__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-decision .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-decision__pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .home-decision__inner {
    padding: 2rem 1.25rem 4rem;
    border-radius: 1rem 1rem 0px 0px;
  }
  .home-decision__breadcrumb span {
    height: 0.5rem;
    width: 0.5rem;
  }
  .home-decision__right {
    border-left: none;
    padding-left: initial;
  }
  .home-decision__right-row p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .home-decision__block {
    gap: 1rem;
    max-width: none;
  }
  .home-decision__swiper {
    margin-top: 1.5rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: calc(100% + 2.5rem);
  }
  .home-decision .swiper {
    position: relative;
  }
  .home-decision .swiper-pagination {
    margin-top: 1.5rem;
  }
  .home-decision .swiper:after {
    display: none;
  }
  .home-decision .swiper-slide {
    width: 19.0625rem;
    border-radius: 0.375rem;
  }
  .home-decision .swiper-slide__inner {
    gap: 0.75rem;
  }
  .home-decision .swiper-slide__img {
    height: 11.25rem;
    border-radius: 0.375rem;
  }
  .home-decision .swiper-slide__title {
    font-size: 1.375rem;
    letter-spacing: -0.1rem;
  }
}
.home-equipments {
  position: relative;
  background: #474e5a;
  height: 51.625rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-equipments {
    height: auto;
  }
}
.home-equipments__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 3rem 2.5rem 8.75rem;
}
@media (max-width: 1200px) {
  .home-equipments__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2.5rem 1.25rem 4rem;
  }
}
.home-equipments__breadcrumb {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
}
.home-equipments__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .home-equipments__breadcrumb span {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.home-equipments__left {
  width: 30.4375rem;
  height: 34.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  border-right: 1px solid #e2e3e4;
}
@media (max-width: 1200px) {
  .home-equipments__left {
    display: none;
  }
}
.home-equipments__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-equipments__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.home-equipments__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 0.25rem;
  padding-right: 1.5rem;
}
.home-equipments__controls .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.home-equipments__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -1px;
}
.home-equipments__pagination {
  margin-right: 1.5rem;
  all: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  gap: 0.75rem;
}
@media (max-width: 1200px) {
  .home-equipments__pagination {
    margin: 1.5rem auto 0;
  }
}
.home-equipments .swiper {
  width: 87.125rem;
  height: 34.375rem;
}
@media (max-width: 1200px) {
  .home-equipments .swiper {
    width: 48rem;
    height: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 0.5rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .home-equipments .swiper {
    width: 36rem;
  }
}
@media (max-width: 575px) {
  .home-equipments .swiper {
    width: 23.4375rem;
  }
}
.home-equipments .swiper-slide {
  width: 26.75rem;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  border: none;
  border-left: 1px solid #e2e3e4;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide {
    width: 18.8125rem;
    border-left: none;
    border-right: 1px solid #e2e3e4;
  }
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .home-equipments .swiper-slide:hover {
    scalex: 1.1;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__inner {
  }
  .home-equipments .swiper-slide:hover .swiper-slide__image {
    top: 0;
  }
  .home-equipments .swiper-slide:hover .swiper-slide__title,
  .home-equipments .swiper-slide:hover .swiper-slide__number {
  }
}
.home-equipments .swiper-slide__inner {
  height: 100%;
  padding: 0 1.5rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__inner {
    padding: 0 0.75rem;
  }
}
.home-equipments .swiper-slide__link {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__link {
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }
  .home-equipments .swiper-slide__link * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.home-equipments .swiper-slide__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    width: 17rem;
    grid-template-columns: 15rem 1.25rem;
    gap: 0.75rem;
  }
}
.home-equipments .swiper-slide__image {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: -1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.swiper-slide__image {
  height: 100%;
}
.swiper-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__image {
    position: static;
    height: 15rem;
    border-radius: 0.4375rem;
    overflow: hidden;
  }
}
.home-equipments .swiper-slide__title,
.home-equipments .swiper-slide__number {
  width: 22.25rem;
  color: #474e5a;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1200px) {
  .home-equipments .swiper-slide__title,
  .home-equipments .swiper-slide__number {
    width: 100%;
  }
}
.home-hero {
  position: relative;
  height: 100vh;
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.home-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
.home-hero__background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .home-hero__text {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .home-hero__cards {
    width: calc(100% - 60px);
    margin-left: -1.25rem;
    padding: 0 1.25rem;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-hero__cards::-webkit-scrollbar {
    display: none;
  }
}
.home-hero__cards-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4, 28.25rem);
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 1200px) {
  .home-hero__cards-inner {
    grid-template-columns: repeat(4, 15.625rem);
  }
}
.home-hero__card {
  border-radius: 0.75rem;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 34px 34px 0px rgba(91, 112, 136, 0.07);
  box-shadow: 0 34px 34px #5b708812;
  height: 11.875rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
.home-hero__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-hero__card-row svg {
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1201px) {
  .home-hero__card:hover {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
    background: #fff;
  }
}
@media (max-width: 1200px) {
  .home-hero__card {
    width: 15.625rem;
  }
}
.home-hero__block {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 95%;
  padding-left: 32px;
}
.w50 {
  width: 50%;
}
.home-hero__title {
  line-height: 1.3;
  color: #fff;
  letter-spacing: -1px;
}
.main-page__intro-bot {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
}
.nav-card__icon,
.nav-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-card__icon {
  width: 50px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  top: 1.5rem;
}
.nav-card__icon:nth-last-child(1) {
  width: 50px;
}
.nav-card__arrow {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.5rem;
}
.nav-card__text {
  position: relative;
  z-index: 2;
  max-width: 180px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 17.6px;
  line-height: 1.3;
}
.nav-card__arrow-svg {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
}

.slider-buttons {
  display: flex;
  align-items: center;
}
.slider-buttons .swiper-button-prev:after,
.slider-buttons .swiper-rtl .swiper-button-next:after,
.slider-buttons .swiper-button-next:after,
.slider-buttons .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.slider-buttons__button.swiper-button-prev {
  left: -28px !important;
}
.slider-buttons__button {
  position: relative !important;
  z-index: 0;
  width: 8.75rem;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff4d;
  background: none;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
}
.slider-buttons__button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #006525;
}
.slider-buttons__span {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.slider-buttons__hover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-buttons__svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
  transform: rotate(90deg);
}
.slider-buttons__svg.right {
  transform: rotate(-90deg);
}
.slider-buttons__button:hover {
  border-color: #006525;
}
.slider-buttons__button:hover .slider-buttons__svg path {
  stroke: #fff;
}
.slider-buttons__button:hover::before {
  transform: none;
}
.slider-buttons__button:hover .slider-buttons__hover {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
@keyframes MoveUpInitial {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpEnd {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.main-page__intro-list {
  max-height: 48vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2.625rem;
  column-gap: 1.5rem;
}
.main-page__intro-heading {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}
.main-page__intro-text {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Manrope";
}
.main-page__intro-item {
  width: 193px;
}
@media (max-width: 1240px){
     .slider-buttons{
        display: none
    }   
}

@media (max-width: 1200px) {
    .home-hero__block{
        top: 20%;
        flex-direction: column;
        justify-content: start;
        gap: 20px;
    }
    .main-page__intro-list {
        align-items: start;
        gap: 30px;
    }
    .slider_title{
        width: 95%;
    }
    .slider_title .title-104{
        font-size: 40px;
    }
    .home-hero__text {
        margin-top: 20px;
        font-size: 18px;
    }

    .main-page__intro-links{
        width: 100%;
    }
    .home-hero__cards.main-page__intro-bot{
        width: 95%;
    }
    .main-page__intro-bot{
        bottom: 20px;
        left: 35px;
    }
    .nav-card__icon{
        left: 16px;
        top: 16px;
    }

}
@media (max-width: 992px) {
    .w50{
       width: 100%; 
    }
    .main-page__intro-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .main-page__intro-links{
        width: 100%;
        flex-direction: column;
        gap: 5px;
    }
    .main-page__intro-card {
        width: 100%;
        height: 84px;
    }


}

@media (max-width: 476px) {
    .slider_title .title-104 {
        font-size: 30px;
    }
    .main-page__intro-item {
        width: 40%;
    }
    .main-page__intro-card {
        height: 60px;
    }
    .nav-card__icon {
        left: 12px;
        top: 8px;
    }
    .nav-card__text {
        font-size: 14px;
    }
    .nav-card__arrow {
        bottom: 12px;
    }   
    .nav-card__arrow-svg {
        width: 20px;
    }
    
}
    /*@media (max-width: 1200px) {*/
/*  .home-hero {*/
/*    height: 100vh;*/
/*    min-height: 37.5rem;*/
/*  }*/
/*  .home-hero__inner {*/
/*    padding: 0;*/
/*  }*/
/*  .home-hero__block {*/
/*    max-width: 27.5rem;*/
/*  }*/
/*  .home-hero__title {*/
/*    max-width: none;*/
/*  }*/
/*  .home-hero__text {*/
/*    max-width: none;*/
/*    margin-top: 1.125rem;*/
/*  }*/
/*  .home-hero__cards-inner {*/
/*    -webkit-column-gap: 0.5rem;*/
/*    -moz-column-gap: 0.5rem;*/
/*    column-gap: 0.5rem;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) and (max-width: 767px) {*/
/*  .home-hero__cards-inner {*/
/*    width: -webkit-max-content;*/
/*    width: -moz-max-content;*/
/*    width: max-content;*/
/*    overflow-x: scroll;*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*  }*/
/*  .home-hero__cards-inner::-webkit-scrollbar {*/
/*    display: none;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) {*/
/*  .home-hero__card {*/
/*    border-radius: 0.5rem;*/
/*    height: 100%;*/
/*    min-height: 9.6875rem;*/
/*    padding: 1.25rem;*/
/*  }*/
/*  .home-hero__card-row svg {*/
/*    width: 2.25rem;*/
/*    height: 2.25rem;*/
/*  }*/
/*}*/
/*@media (max-width: 1200px) and (max-width: 767px) {*/
/*  .home-hero__card {*/
/*    width: 15.625rem;*/
/*  }*/
/*}*/
.home-partners {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.home-partners__inner {
  padding: 8.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: var(--Blue-Main, #cadbee);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-partners .marque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.home-partners .marque__inner {
  margin-top: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.home-partners .marque__card {
  border-radius: 0.75rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 28.3125rem;
  height: 13.125rem;
}
.home-partners .marque picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .home-partners__inner {
    padding: 4rem 0;
    border-radius: 1rem 1rem 0px 0px;
  }
  .home-partners .marque {
    gap: 0.5rem;
  }
  .home-partners .marque__inner {
    margin-top: 2.5rem;
    gap: 0.5rem;
  }
  .home-partners .marque__card {
    border-radius: 0.5rem;
    width: 11rem;
    height: 6rem;
  }
}
.home-projects {
  position: relative;
  overflow: hidden;
}
.home-projects__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.5rem 1.5rem 0px 0px;
  background: #fff;
  padding: 4rem 0 8.75rem;
}
.home-projects__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e2e3e4;
  gap: 0.75rem;
  padding: 0 32px 1.75rem;
}
.home-projects__breadcrumb p {
  text-transform: uppercase;
}
.home-projects__breadcrumb span {
  width: 1rem;
  height: 1rem;
  background-color: #474e5a;
  border-radius: 100px;
}
.home-projects__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  padding: 0 32px;
}
.home-projects__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(((100vw - 9.375rem) / 8 + 0.625rem) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.home-projects__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
.home-projects__statistic span {
  color: #474e5a;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: -0.7rem;
  text-transform: uppercase;
  display: block;
}
.home-projects__statistic p {
  width: 21rem;
}
.home-projects__statistic * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-projects__right {
  border-left: 1px solid #e2e3e4;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.125rem;
}
.home-projects__right .title-76 span {
  color: var(--Dark-Main, #9b9fa6);
}
.home-projects__pagination {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.home-projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.home-projects .swiper {
  width: 100%;
  margin-top: 6rem;
}
.home-projects .swiper-slide .projects-card__img {
  width: 100%;
}
@media (max-width: 1200px) {
  .home-projects .swiper-slide .projects-card__img {
    height: 13.75rem;
  }
}
.home-projects .swiper-pagination {
  position: relative;
}
.home-projects .swiper:after {
  content: "";
  position: absolute;
  width: 30.8125rem;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(transparent)
  );
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.home-projects .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}
.home-projects .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #6f99c8;
  -webkit-animation: fill 4s linear forwards;
  animation: fill 4s linear forwards;
}
@-webkit-keyframes fill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.home-projects .projects-card {
  border-bottom: none !important;
}
@media (max-width: 1200px) {
  .home-projects .projects-card .title-32 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .home-projects__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding: 2rem 0 4rem;
  }
  .home-projects__breadcrumb {
    padding-bottom: 1.5rem;
  }
  .home-projects__breadcrumb span {
    width: 0.5rem;
    height: 0.5rem;
  }
  .home-projects__box {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-projects__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
  .home-projects__left p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1200px) and (max-width: 575px) {
  .home-projects__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*@media (max-width: 1200px) and (max-width: 575px) {*/
/*  .home-projects__button {*/
/*    -ms-flex-item-align: end;*/
/*    align-self: flex-end;*/
/*    width: 10.3125rem;*/
/*  }*/
/*  .home-projects__button > a {*/
/*    width: 100%;*/
/*  }*/
/*}*/
@media (max-width: 1200px) {
  .home-projects__statistic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home-projects__statistic {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .home-projects__statistic span {
    font-size: 5.25rem;
    letter-spacing: -0.525rem;
  }
  /*.home-projects__statistic p {*/
  /*  width: 10rem;*/
  /*}*/
  .home-projects__right {
    margin-top: 1.5rem;
    border-top: 1px solid #e2e3e4;
    padding-top: 1.5rem;
    border-left: none;
    padding-left: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.125rem;
  }
  .home-projects .swiper {
    margin-top: 2.5rem;
  }
  .home-projects .swiper:after {
    display: none;
  }
}

@media (max-width: 767px){
    .home-projects__statistic span {
        font-size: 70px;
    }
}

.home-promo {
  position: relative;
  height: calc(100vh - 5.9375rem);
  background-color: #fff;
}
.home-promo__inner {
  position: relative;
  border-radius: 1.5rem 1.5rem 0px 0px;
  padding-top: 4rem;
  padding-left: 2.5rem;
  overflow: hidden;
  padding-bottom: 1.875rem;
  height: 100%;
  width: 100%;
}
.home-promo__block {
  position: relative;
  z-index: 1;
  height: 100%;
  border-left: 1px solid #474e5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem;
}
.home-promo__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-promo__background picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .home-promo__background picture img {
    width: auto;
  }
}
@media (max-width: 575px) {
  .home-promo__background picture {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-promo__background picture img {
    margin-left: -6.75rem;
  }
}
.home-promo__title {
  max-width: 41.875rem;
  line-height: 0.9;
}
@media (max-width: 1200px) {
  .home-promo__title {
    font-size: 2.75rem;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .home-promo {
    height: 35.625rem;
  }
  .home-promo__inner {
    border-radius: 1rem 1rem 0px 0px;
    padding-top: 2rem;
    padding-left: 1.25rem;
  }
  .home-promo__block {
    padding-left: 1rem;
  }
  .home-promo__title {
    max-width: 19.9375rem;
  }
}
.input-ui {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.input-ui:focus-within span {
  top: 0.75rem;
  -webkit-transform: 1.5rem;
  transform: 1.5rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .input-ui:focus-within span {
    top: 0.5rem;
  }
}
.input-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span,
.input-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
.input-ui input:not(:-ms-input-placeholder) ~ .custom-placeholder__service span,
.input-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .input-ui
    input:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span,
  .input-ui
    textarea:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
  .input-ui
    input:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span,
  .input-ui
    textarea:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
}
.input-ui input:not(:-moz-placeholder-shown) ~ .custom-placeholder__service svg,
.input-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.input-ui input:not(:-ms-input-placeholder) ~ .custom-placeholder__service svg,
.input-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.input-ui input {
  width: 100%;
  height: 4.25rem;
  border-radius: 0.625rem;
  border: 1px solid var(--unnamed, #eee);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
  padding: 1.375rem 3.875rem 0.5rem 1.5rem;
  caret-width: 1px;
  caret-color: inherit;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .input-ui input:hover {
    border: 1px solid #474e5a;
  }
}
@media (max-width: 1200px) {
  .input-ui input {
    height: 3.25rem;
    padding-top: 1.125rem;
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 1rem;
  }
}
.input-ui input::-webkit-input-placeholder {
  opacity: 0;
}
.input-ui input::-moz-placeholder {
  opacity: 0;
}
.input-ui input:-ms-input-placeholder {
  opacity: 0;
}
.input-ui input::-ms-input-placeholder {
  opacity: 0;
}
.input-ui input:focus {
  border: 1px solid var(--unnamed, #eee) !important;
}
.menu-mobile {
  position: fixed;
  inset: 0;
  background-color: #fff;
  color: #474e5a;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.menu-mobile .accordion-ui {
  border: none;
}
.menu-mobile .accordion-ui__header {
  gap: 0.3125rem;
}
.menu-mobile .accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.menu-mobile .accordion__list a {
  text-transform: none;
  font-weight: 400;
}
.menu-mobile__inner {
  position: relative;
  padding-top: 5.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-mobile__inner:before {
  content: "";
  display: block;
  width: calc(100% - 1.25rem);
  height: 1px;
  background: #e2e3e4;
  position: absolute;
  top: 3.75rem;
  left: 1.25rem;
}
.menu-mobile__box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
}
.menu-mobile__back {
  position: absolute;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  top: 0;
}
.menu-mobile__back button {
  padding: 0.5rem 1.25rem;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  color: #91959d;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.00875rem;
  text-transform: uppercase;
  opacity: 0.6;
}
.menu-mobile__back button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-mobile__back button svg path {
  stroke: #91959d;
}
.menu-mobile__page {
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.menu-mobile__page li {
  -webkit-transform: translateX(6.25rem);
  transform: translate(6.25rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.menu-mobile__page button {
  opacity: 0;
  -webkit-transform: translateX(-6.25rem);
  transform: translate(-6.25rem);
}
.menu-mobile__page.--active {
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.menu-mobile__page.--active li,
.menu-mobile__page.--active a {
  -webkit-transform: translateX(0);
  transform: translate(0);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
.menu-mobile nav {
  position: absolute;
  width: 100%;
  top: 2.625rem;
  height: 100%;
  padding-bottom: 2.5rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}
.menu-mobile nav::-webkit-scrollbar {
  display: none;
}
.menu-mobile nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.menu-mobile nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.875rem 0;
  color: #474e5a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}
.menu-mobile nav ul li:not(:last-child) {
  border-bottom: 1px solid #e2e3e4;
}
.menu-mobile__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.menu-mobile__footer span {
  color: #474e5a;
}
.projects-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  cursor: pointer;
}
@media (max-width: 1200px) {
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .projects-card:hover .projects-card__hover {
    top: 0;
  }

  .projects-card:hover .projects-card__hover-btn {
    scale: 1;
    opacity: 1;
    visibility: visible;
  }
}
.projects-card__wrapper {
  position: relative;
}
.projects-card__img {
  width: 100%;
  height: 36.4375rem;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: url("/img/card-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .projects-card__img {
    height: 13.625rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }
}
.projects-card__btn {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: var(--Yellow-Main, #f6f54d);
}
.projects-card__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.projects-card .title-32 {
  margin-bottom: 1.5rem;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (max-width: 1200px) {
  .projects-card .title-32 {
    margin-bottom: 1.25rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.projects-card__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f47435;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.projects-card__hover-btn {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #474e5a;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  scale: 0.8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.projects-card__hover-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.textarea-ui {
  position: relative;
  padding: 1.8125rem 0 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid var(--unnamed, #eee);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  cursor: text;
  height: 8.75rem;
}
.textarea-ui:focus-within span {
  top: 0.75rem;
  -webkit-transform: 1.5rem;
  transform: 1.5rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .textarea-ui:focus-within span {
    top: 0.5rem;
  }
}
.textarea-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span,
.textarea-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
.textarea-ui
  input:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span,
.textarea-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  span {
  top: 0.75rem;
  transform: scale(0.6);
}
@media (max-width: 1200px) {
  .textarea-ui
    input:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span,
  .textarea-ui
    textarea:not(:-moz-placeholder-shown)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
  .textarea-ui
    input:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span,
  .textarea-ui
    textarea:not(:-ms-input-placeholder)
    ~ .custom-placeholder__service
    span {
    top: 0.5rem;
  }
}
.textarea-ui
  input:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg,
.textarea-ui
  textarea:not(:-moz-placeholder-shown)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
.textarea-ui
  input:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg,
.textarea-ui
  textarea:not(:-ms-input-placeholder)
  ~ .custom-placeholder__service
  svg {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1201px) and (hover: hover) and (pointer: fine) {
  .textarea-ui:hover {
    border: 1px solid #474e5a;
  }
}
@media (max-width: 1200px) {
  .textarea-ui {
    padding-top: 1.25rem;
    height: 7.5rem;
  }
}
.textarea-ui:focus-within {
  border: 1px solid var(--unnamed, #eee) !important;
}
.textarea-ui textarea {
  border: 1px transparent;
  padding-right: 3.875rem;
  padding-left: 1.5rem;
  height: 100%;
  width: 100%;
  resize: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  color: #474e5a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
  caret-width: 1px;
  caret-color: inherit;
  font-family: "Montserrat", sans-serif;
  background: none !important;
  background-color: none !important;
}
@media (max-width: 1200px) {
  .textarea-ui textarea {
    padding-left: 1rem;
    padding-right: 3rem;
    font-size: 1rem;
  }
}
.textarea-ui textarea::-webkit-input-placeholder {
  opacity: 0;
}
.textarea-ui textarea::-moz-placeholder {
  opacity: 0;
}
.textarea-ui textarea:-ms-input-placeholder {
  opacity: 0;
}
.textarea-ui textarea::-ms-input-placeholder {
  opacity: 0;
}
.transition-screen {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  z-index: 999;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
}
.transition-screen svg {
  width: 13.8125rem;
  height: 3.4375rem;
}
@media (max-width: 1200px) {
  .transition-screen svg {
    width: 8.0625rem;
    height: 2rem;
  }
}
.transition-screen_black {
  background: #474e5a;
}
.modal-video {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(71, 78, 90, 0.4);
  z-index: 10;
  -webkit-backdrop-filter: blur(0.875rem);
  backdrop-filter: blur(0.875rem);
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.modal-video__video {
  width: 57.0625rem;
  height: 37rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .modal-video__video {
    width: 31.25rem;
    height: 20.25rem;
  }
}
@media (max-width: 767px) {
  .modal-video__video {
    width: 36rem;
    height: 23.4375rem;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .modal-video__video {
    width: 23.4375rem;
    height: 15.1875rem;
  }
}
.modal-video__close {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  background: #474e5a;
}
.modal-video__close svg path {
  stroke: #fff;
}
@media (max-width: 1200px) {
  .modal-video__close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modal-video__close svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .modal-video__close svg {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.modal-video__close * {
  -webkit-transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}



/*PRODUCT SWIPER*/

.image-wrap img{
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: contain;
    border-radius: 22px 22px 0 0;
}
    :root{
    --card-bg: #ffffff;
    --muted: #6b6b6b;
    --border: #e6e6e6;
    --accent: #00aaff; /* blue */
    --pill-bg: #f3f4f6;
    --radius: 20px;
    --card-padding: 24px;
    --shadow: 0 6px 18px rgba(16,24,40,0.06);
}

.card{
/*width:360px;*/
background: #f1f1f1;
border:1px solid var(--border);
border-radius:calc(var(--radius) + 4px);
padding:var(--card-padding);
padding-bottom: 0;
box-shadow:var(--shadow);
margin-top: 30px;
}


.card .top{
    display:flex;
    justify-content:space-between;
    align-items: start;
    gap:12px;
    margin-bottom:14px;
}


.price-pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 12px;
    background:var(--pill-bg);
    color:var(--muted);
    border-radius:999px;
    font-size: 17px;
    line-height: 30px;
}

.card-title{
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #171717;
    margin-bottom: 10px;
    /*min-height: 72px;*/
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.lead{
    font-size: 17px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 30px;
     display: -webkit-box;  
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   
    overflow: hidden;         
    text-overflow: ellipsis;  
}
.shine-target {
    position: relative;
    overflow: hidden;
}

.shine-target::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
    height: 150%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    transform: skewX(-10deg);
    transform-origin: center center;
    animation: shineMove 2s infinite;
}

@keyframes shineMove {
    0% {
        left: -10%;
    }
    100% {
        left: 110%;
    }
}
.div--u-imgyqowdo {
    width: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 888px;
    background-color:#242a4e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    flex-shrink: 0;
}


.svg_image--u-id6ehm2y4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40%;
    width: 40%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right: 0 4% 0 0;
    transition-property: all .3s ease;
    transition-behavior: normal
}

.svg_image--u-id6ehm2y4 > svg {
    flex-shrink: 0
}

.svg_image--u-id6ehm2y4 svg {
    width: 100%;
    height: 100%
}

.svg_image--u-id6ehm2y4 .path-irh9bw285 {
    fill: rgba(var(--color-iw16w76h9), 1)
}

.svg_image--u-id6ehm2y4 .path-izcf6f3le {
    fill: rgba(var(--color-i8bjvx5j9), 1)
}

.svg_image--u-id6ehm2y4 .path-ie0z2x738 {
    stroke: white
}
.imageFit--u-iumpvhw0j {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 276px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all .3s ease;
    transition-behavior: normal;
    border: 1px solid #ccc;
    background: #fff;
    
}

@media (max-width: 768px){
    .card{
        padding: 20px;
    }
    .card-title{
        font-size: 20px;
        line-height: 30px;
    }
    .div--u-imgyqowdo {
        height: 40px;
        width: 40px;
    }
    .card .top {
        margin-bottom: 0;
    }
    .lead {
        font-size: 16px;
        line-height: 24px;
    }
}



/*SERVICES INNER START*/

.transit-page__intro {
    position: relative;
    z-index: 0;
    height: 100vh;
}
.transit-page__intro::before{
    content: "";
    position: absolute;
    inset: 0; 
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}
.transit-page__intro > * {
    position: relative;
    z-index: 2;
}
.transit-page__intro-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.transit-page__intro-bg picture {
    width: 100%;
    height: 100%;
}
.transit-page__intro-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transit-page__intro-content {
    padding-top: 12.375rem;
    padding-bottom: 3.75rem;
}

.transit-page__intro-title {
    font-weight: 700;
    font-size: 6.625rem;
    line-height: .9;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: "Halvar Breitschrift";
    text-transform: uppercase;
    margin-top: 50px;
}


.transit-page__intro-bot {
    margin-left: calc((((100vw - (60px * 2) - (20px * 11)) / 12) + 20px) * 6);
}
.transit-page__intro-text {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Manrope';
}

.transit-page__intro-text {
    max-width: 46.1875rem;
}
.transit-page__routes-row {
    display: flex;
}
.transit-page__routes-col {
    flex-shrink: 0;
    width: 46.125rem;
}

@media (max-width: 1279px){
    .transit-page__intro-title{
        margin-top: 80px;
        font-size: 40px;
    }
    .transit-page__intro-text{
        max-width: 550px;
    }
}
@media (max-width: 1024px){
    .transit-page__intro-bot {
        margin-left: calc((((100% - (180px * 2) - (20px * 11)) / 12) + 20px) * 6);
    }
    .transit-page__intro-text {
        max-width: 100%;
    }
}
@media (max-width: 768px){
    .transit-page__intro-bot{
        margin-left: 0;
    }
    .transit-page__intro-title{
        font-size: 30px;
    }
    .transit-page__intro-text{
        font-size: 14px;
    }
}
.section--regular {
    margin-top: 7.5rem;
}
.transit-page__routes-col:nth-child(2) {
    margin-left: 10.75rem;
}
.transit-page__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}

.transit-page__carry {
    background-color: #eaf1ed;
}
.transit-page__carry {
    padding: 7.5rem 0;
}
.section--regular {
    margin-top: 7.5rem;
}
.transit-page__heading {
    max-width: 74.625rem;
    font-size: 2.875rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Halvar Breitschrift";
}

.transit-page__carry-list {
    margin-top: 3.75rem;
}
.transit-page__carry-item {
    display: flex;
    background-color: #fff;
}

.transit-page__carry-item:not(:first-child) {
    margin-top: .5rem;
}

.transit-page__carry-item {
    padding: 25px 2.5rem;
}
.transit-page__carry-col:nth-child(1) {
    width: 43.625rem;
}

.transit-page__carry-col {
    /*flex-shrink: 0;*/
    white-space: pre-line;
}
.transit-page__carry-col:nth-child(2) {
    margin-left: 10.75rem;
    width: 46.125rem;
}
.transit-page__carry-heading {
    text-transform: uppercase;
    font-family: "Halvar Breitschrift";
    letter-spacing: -0.02em;
    font-size: 22.4px;
    line-height: 1.2;
}
.transit-page__carry-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    white-space: pre-line;
}
.picture__img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}


@media (max-width: 1200px){
    .section--regular{
       margin-top: 55px; 
    }
    .transit-page__routes-row, .transit-page__carry-item{
        flex-direction: column;
        /*gap: 20px;*/
    }
    .transit-page__carry-col{
        white-space: normal;    
    }
    .transit-page__routes-col{
        width: 100%;
    }
    .transit-page__routes-col:nth-child(2){
        margin-left: 0;
    }
    .transit-page__carry-col:nth-child(2){
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 992px){
    .transit-page__heading{
        font-size: 40px;
    }
    .transit-page__carry-col:nth-child(1){
        width: 100%;
    }
}

@media (max-width: 768px){
    .transit-page__heading{
        font-size: 34px;
    }
    .transit-page__text{
        font-size: 18px;
    }
    .transit-page__carry-heading{
        font-size: 24px;
    }
    .transit-page__carry-text{
        font-size: 17px;
    }

}
@media (max-width: 540px){
    .transit-page__heading{
        font-size: 22px;
    }
    .transit-page__carry-item{
        padding: 15px;
    }
    .transit-page__carry-heading{
        font-size: 17px;
    }
    .transit-page__carry-text{
        font-size: 15px;
    }
}


/*SERVICES INNER END*/


/*PRODUCT INNER START*/

    .product_inner{
        padding-top: 190px;
    }
    
    .product_inner_content{
        display: flex;
        gap: 50px;
    }
    .product_title{
        /*margin: 20px 0 40px;*/
        font-size: 40px;
        color: #f47435;
    }
    .product_fulltitle{
        font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    }
    .product_text{
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: rgb(17,17,17);
        flex-grow: 1;
    }
    .img_container{
        position: sticky;
        top: 0;
        height: fit-content;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: 460px;
        flex-shrink: 0;
        img{
            max-height: 400px;
            width: 100%;
            object-fit: contain;
        }
    }
    .mb{
        margin: 20px 0;
    }
    .product-list{
        list-style: disc !important;
        font-size: 18px;
        color: #111;
        padding: 0 0 0 20px;
    }
    .btn{
        padding: 15px 32px;
        border-radius: 10px;
        font-size: 18px;
        background: #f47435;
        color: #fff;
        margin-top: 30px;
    }

    
    @media (max-width: 1024px){
        .product_inner_content {
            gap: 30px;
        }
        .product_title{
            font-size: 40px;
        }
        .img_container {
            width: 400px;
        }

    }
    
    @media (max-width: 992px){
        .product_inner_content {
            flex-direction: column-reverse;
        }
        .img_container {
            position: static;
            flex-direction: row;
            gap: 10px;
            width: 49%;
        }
        .product_title {
            font-size: 33px;
        }
    }
    
    @media (max-width: 640px){
        .img_container {
            flex-direction: column;
            width: 100%;
        }
    }    
/* Fullscreen popup */
    .img-popup {
        display: none;
        place-items: center;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: rgba(0, 0, 0, 1);
        text-align: center;
    }

    .popup-content {
       margin: auto;
        max-width: 80%;
        height: auto;
    }

    #close-btn {
        position: absolute;
        top: 10px;
        right: 25px;
        color: #999;
        font-size: 30px;
        cursor: pointer;
        transition: .3s;
    }
    #close-btn:hover{
        color: #fff;
    }
    
/*PRODUCT INNER END*/