.text-block {
    padding: 0px 0 80px 0;
}

.text-block__text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.text-block__descr {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    text-align: justify;
    color: #263238;
    font-weight: 300;
    max-width: 945px;
    position: relative;
}
@media(max-width:480px) {
    .text-block__descr:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 40px;
        background: linear-gradient(rgba(225, 225, 225, .0), #ffffff);
        bottom: 0;
        left: 0;
    }
    .text-block__descr.active:after {
        content: none;
    }
}


.text-block__descr p {
    margin: 0;
    margin-bottom: 22px;
    padding: 0;
}
.text-block__descr ul {
    padding-left: 25px;
}
.text-block__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #263238;
    margin-right: 20px;
}


.featch__descr {
    font-size: 16px;
    line-height: 19px;
    color: #263238;
    font-weight: 300;
}
.featch__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featch__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.featch__modal {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(141, 141, 141, 0.25);
    color: #263238;
    padding: 8px 16px;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);width: calc(100% + 84px);
    background: #fff;
    border-radius: 5px;
    display: none;
    text-align: center;
    justify-content: center;
    min-height: 44px;
}
@media(min-width:1310px) {
    .featch__item:hover .featch__modal {
        display: flex;
    }
}
.text-block__featch {
    margin-top: 32px;
}
.featch__wrap {
    margin-top: 31px;
}







.text-block__descr-btn {
    font-size: 10px;
    line-height: 11px;
    color: #263238;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
}
.text-block__descr-btn svg {
    width: 12px;
}
.text-block__descr-btn svg path {
    fill: #263238;
}

.text-block__descr-btn.revert svg {
    transform: rotate(0deg);
}

.text-block__descr-btn svg {
    display: block;
    margin-left: 5px;
    transform: rotate(180deg);
}

.text-block__descr-btn {
    display: none;
}
