@media (max-width: 1200px) {
.uc-cards {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
}

@media screen and (max-width: 980px) {
    .t770__logowrapper {
        padding: 0px;
    }
}

@media screen and (max-width: 980px) {
    .t770__alladditional {
        padding-top: 0px;
    }
}

.t-title_xl {
    font-size: 72px;
  color: white; /* цвет текста */
  text-shadow: 
    0 0 10px #1a237e,  /* размытая тёмно-синяя обводка */
    0 0 20px #1a237e,  /* увеличиваем толщину */
    0 0 30px #1a237e;  /* ещё сильнее размытие */
}

@media screen and (max-width: 980px) {
    .t-title_xl {
        font-size: 50px;
    }
}

@media screen and (max-width: 640px) {
    .t-title_xl {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    .t-title_xl {
        font-size: 30px;
    }
}

@media screen and (max-width: 360px) {
    .t-title_xl {
        font-size: 20px;
    }
}

.t603__title.t-name.t-name_sm, .t603__descr.t-text.t-text_xs {
    display: none;
}

.js-feed-post-title {
        font-size: 42px;
    line-height: 1.35;
}

.t-redactor__text {
     font-size: 20px;
}

@media screen and (max-width: 480px) {
   .js-feed-post-title {
        font-size: 40px;
}
    }

.t-zoomer__title {
    font-weight: 600;
    margin-bottom: 5px;
}

.t-carousel__zoomer__wrapper {
    position: relative;
}

.t-zoomer__comments {
     position: absolute;
     height: auto !important;
     padding-bottom: 0;
     padding-top: 0;
     bottom: 0;
     left: 100%;
     line-height: 1.5;
}

@media screen and (max-width: 1700px) {
.t-zoomer__comments {
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
}

@media screen and (max-width: 1200px) {
    .t-zoomer__title {
        font-size: 16px;
    }
}