.uc-cards {
  max-width: 1600px;
  margin: 0 auto;
}


.uc-cards .t959__card-overlay {
  background: linear-gradient(
    0.48deg,
    rgba(0, 0, 0, 0) 40.96%,
    rgba(0, 0, 0, 0.5) 93.77%
  ) !important;
}

.uc-cards .t959__card {
  filter: grayscale(1) !important;
  padding: 0 15px;
}

.uc-cards .t959__card-inner {
  background: linear-gradient(
    0.48deg,
    rgba(0, 0, 0, 0) 40.96%,
    rgba(0, 0, 0, 0.5) 93.77%
  ) !important;
}

.uc-cards .t959__card:hover {
  filter: grayscale(0) !important;
}

.uc-cards .t-card__descr {
  position: relative;
  transition: all 0.5s ease;
}

.uc-cards .t-card__descr:before {
  position: absolute;
  content: "→";
  width: 13px;
  height: 10px;
  top: -1px;
  left: -29px;
  opacity: 0;
}

.uc-gallery {
  max-width: 1600px;
  margin: 0 auto;
}

.uc-gallery .t959__row {
  text-align: center;
}

.uc-gallery .t959__card-overlay {
  opacity: 0;
}

.uc-gallery .t959__card-inner {
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  ) !important;
}

.uc-gallery .t-card__title {
  display: none;
}

.uc-gallery--partners {
  max-width: 1600px;
  margin: 0 auto;
}

.uc-gallery--partners .t959__row {
  text-align: center;
}

.uc-gallery--partners .t959__card {
    max-width: 300px;
}

.uc-gallery--partners .t959__card-overlay {
  opacity: 0;
}

.uc-gallery--partners .t959__card-inner {
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  ) !important;
}

.uc-gallery--partners .t-card__title {
  display: none;
}

.header__top * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header__top ul {
  list-style: none;
}

.header__top a {
  text-decoration: none;
}

.header__top {
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #028272;
  font-family: "Roboto flex", Arial, sans-serif;
}

.header__top .container {
  max-width: 100%;
  width: 100%;
  padding: 0 20px 0 0;
}

.header__top .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.header__logo {
  background-color: #ffffff;
  padding: 16px 28px;
  line-height: 1;
  height: 100%;
}

.header__menu {
  margin-right: auto;
}

.menu__list {
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__item {
  border-right: 0.5px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
}

.menu-item__dropdown {
  display: none;
}

.menu__link {
  display: block;
  padding: 29px 26px;
  line-height: 1;
  color: #ffffff !important;
}

.menu__link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.header__phone {
  margin-left: auto !important;
  margin-right: 25px;
  padding: 10px;
  color: #ffffff;
}

.header__language {
  color: #ffffff;
  margin-right: 25px;
}

.language__list {
  line-height: 1;
  padding: 29px 25px !important;
  margin-bottom: 0 !important;
  display: flex;
  gap: 7px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.3);
  border-left: 0.5px solid rgba(255, 255, 255, 0.3);
}

.language__item > .language__link {
  color: rgba(255, 255, 255, 0.3) !important;
}

.language__item.language__item--active > .language__link {
  color: #ffffff !important;
}

.language__item > .language__link:hover {
  color: #ffffff !important;
}

.burger {
  width: 45px;
  height: 45px;
  background-color: white;
  position: relative;
}

.burger:before,
.burger:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 2px;
  background-color: #028272;
}

.burger:before {
  top: 18px;
  left: 12px;
}

.burger:after {
  bottom: 18px;
  left: 12px;
}

.uc-section__title * {
  margin: 0;
  padding: 0;
}
.uc-section__title {
  max-width: 1600px;
  margin: 0 auto;
  padding: 90px 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto flex", Arial, sans-serif;
  box-sizing: border-box;
}

.uc-section__title .section-title__number {
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-bottom: 25px;
}

.uc-section__title .section-title__name {
  font-size: 41px;
  letter-spacing: -0.5px;
}

.uc-section__title .section__link {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  text-decoration: none;
  color: #028272 !important;
}

.uc-section__title .link__img {
  display: block;
  background: no-repeat
    url("https://static.tildacdn.com/tild3737-6465-4231-a161-363139613836/arrov.svg");
  width: 15px;
  height: 15px;
}

@media (max-width: 1400px) {
  .menu__link {
    padding: 29px 15px;
  }

  .header__phone {
    margin-right: 10px;
  }

  .language__list {
    padding: 28px 15px !important;
  }
}

@media (max-width: 1435px) {
    .header__phone {
        margin-right: 10px;
    }
    
    .menu__link {
        padding: 29px 10px;
    }
    
    .header__language {
    margin-right: 10px;
    }
    .language__list {
    padding: 28px 10px !important;
    }
}

@media (max-width: 1183px) {
    .header__phone {
        margin-right: 5px;
    }
    
    .menu__link {
        padding: 29px 5px;
    }
    
    .header__language {
    margin-right: 5px;
    }
    .language__list {
    padding: 28px 5px !important;
    }
}

@media (max-width: 1175px) {
  .header__menu {
    display: none;
  }
  .header__language {
    margin-right: 15px;
    }
    .language__list {
    padding: 28px 15px !important;
    }
}

@media (max-width: 958px) {
  .uc-cards .t959__card {
    margin-bottom: 15px;
    filter: grayscale(0) !important;
  }

  .uc-gallery .t959__card {
    margin-bottom: 15px;
    filter: grayscale(0) !important;
  }
  
  .uc-gallery--partners .t959__card {
    margin-bottom: 15px;
    filter: grayscale(0) !important;
  }
}

@media (max-width: 593px) {
  .header__logo {
      padding: 16px 5px;
  }
  
  .language__list {
        padding: 28px 5px !important;
    }
} 

@media (max-width: 530px) {
  .header__phone {
    display: none;
  }
  .header__language {
    margin-left: auto;
  }
}

@media (max-width: 400px) {
  .uc-section__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 15px;
  }
  
  .header__top .container {
      padding-right: 5px;
  }
}

@media (max-width: 370px) {
  .container {
    padding: 0 5px;
  }
  .header__language {
    margin-right: 10px;
  }
  .language__list {
    padding: 28px 10px !important;
  }
}

@media (hover: hover) {
  .t959__card:hover .t-card__descr {
    transform: translateX(29px);
    transition: all 0.5s ease;
  }

  .t959__card:hover .t-card__descr:before {
    opacity: 1;
  }

  .uc-section__title a:hover {
    opacity: 0.6;
  }

  .menu__item:hover > .menu-item__dropdown {
    opacity: 1;
    visibility: visible;
  }

  .menu-item__dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: fit-content;
    padding: 20px 25px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    background-color: #ffffff;
    cursor: default;
  }
  .menu-item-dropdown__item {
    color: #000000 !important;
    transition: 200ms;
    white-space: nowrap;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }
  .menu-item-dropdown__item:last-child {
    margin-bottom: 0;
  }
  .menu-item-dropdown__item:hover {
    color: #028272 !important;
  }
}