/* Первый слайд */

.uc-one-slide .t-col_6 {
    max-width: 100%;
}

.uc-partners .t738__img {
    max-height: 30px;
}


.uc-contacts {
    z-index: 100;
    position: relative;
}

@media screen and (min-width: 981px) {
    .uc-crew .t-img {
        margin-top: -70px;
    }
}


.uc-visuals .t1029 .t-heading_md {
    margin-bottom: 15px;
}






/* Удалить скроллбар */
.uc-change-case .t397__col::-webkit-scrollbar {
  display: none;
}
.uc-change-case .t397__col {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}



.t718 .t718__contentwrapper {
    text-align: left !important;
}







.ez-back-button {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-image: url("https://static.tildacdn.com/tild6665-3736-4135-b031-383632386634/back.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px;
    position: fixed;
    border-radius: 999px;
    padding: 1px;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.ez-back-button:hover {
    background-color: #e0e0e0;
}




/* Команда (Архив) */
.t772__imgwrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
background: linear-gradient(to bottom,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 0.6) 60%,
  #fff 100%);
  z-index: 20;
}

.t772__textwrapper .t-card__uptitle {
        letter-spacing: 0;

}





/* Команда */
.t923__imgwrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 60%,
    #fff 100%);
    z-index: 20;
}

.t923__textwrapper .t-card__uptitle {
    letter-spacing: 0;
}

