textarea.input-block__body{resize: none;}
.achievements__content:before {z-index: -1;}
.overlay {z-index: 13;}
.card-achievements__text {font-size: 2rem}
p.detail-info__text{border-top:unset}
.about-info__running-item{white-space: nowrap;}
.margin__bottom {margin-bottom: 6.4rem;}
@media (max-width: 576px) {
    .title {
        font-size: 3.4rem;
    }
}
.big-text {
    text-align: justify;
}
.menu__info-body img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  will-change: transform;
}

.team-detail__block-text {
    font-size: 2rem;
    line-height: 140%;
    color: var(--black-100);
    max-width: unset;
}
.team-detail__block-text ul{
    padding-left: 2.3rem;
}
.team-detail__block-text ul li {
    list-style: disc;
}
.team-detail__block-body {
    width: 50.2rem;
}
@media (max-width: 576px) {
    .team-detail__block-body {
        width: 100%;
    }
    .team-detail__block-text {
        font-size: 1.6rem;
        width: 100%;
    }
}
/* .swiper-gray__text {
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
} */

.about-reviews .swiper-gray__text {
    -webkit-line-clamp: unset;
}
@media (min-width: 769px) {
    .about-practics .subtitle {
        margin: 0 auto 6.1rem;
    }
}

@media(min-width: 577px) {
    .detail-info__text {
        grid-column: 2;
    }
}
.detail-info__items {
    grid-template-columns: 1fr 1fr;
}
.card-achievements {
    cursor: pointer;
}

.detail-info__text {
    a {
        overflow-wrap: anywhere;
        color: var(--green-light);
    }
}

@media (max-width: 576px) {
    .detail-info__items {
        grid-template-columns: 1fr;
    }
}

.map__img {   width: 68.8rem;   height: 68.8rem; }
@media (max-width: 1024px) {
    .map__img {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .map__img {
        height: 28.8rem;
    }
}
.contacts__map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 71.3rem;
}
@media (max-width: 576px) {
    .contacts__map {
        height: 35.3rem;
    }
}

.contacts--big {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}
.block-practics__item:first-child img, .block-practics__item:nth-child(2) img {
    transform: unset;
    top: 0;
}
@media (min-width: 769px) {
    .team-detail__title {
        font-size: 6.3rem;
    }
}
@media (max-width: 576px) {
    .title {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .advantages__body-decor {
        left: -30%;
        top: 21%;
    }
}

@media (max-width: 576px) {
    .big-text {
        font-size: 3rem;
        text-align: justify;
    }
}
.swiper-pagination-custom .swiper-pagination-bullet-active {
    width: 1.8rem !important;
    border-radius: 99px;
}
@media (max-width: 576px) {
    .about-news__items {
        margin-bottom: 1.6rem;
    }
}
@media (max-width: 576px) {
    .about-news__card {
        min-height: 37.6rem;
    }
}

@media (max-width: 576px) {
    .art__title {
        font-size: 5rem;
        hyphens: none;
        white-space: normal;
        line-height: 102%;
    }
}
@media (max-width: 576px) {
    .big-text {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 150%;
        letter-spacing: -0.01em;
        text-align: unset;
    }
    .card-advantages .p-text {
        font-size: 1.5rem;
    }
    .map__contacts {
        display: none;
    }
}

.news-detail .title {
    font-size: 4.2rem;
}
@media (max-width: 576px) {
    .news-detail .title {
        font-size: 2rem;
    }
}
@media (max-width: 576px) {
    .block-practics__item {
        padding: 1.6rem 0;
        font-size: 1.8rem;
        font-family: var(--font-family);
        font-weight: 400;
    }
}
@media (max-width: 576px) {
    .wrapper--gss .header {
        background: var(--black-10);
        padding: 1.5rem 0;
    }
    .wrapper--gss .menu {
        background: var(--black-10);
        
    }
}

.mobile-title{
    display: none;
}
.desc-title{
    display: block;
}
@media (max-width: 769px) {
    .desc-title{
        display: none;
    }
    .mobile-title{
        display: block;
    }
}