
.gtea_item_about * {
    padding: 0;
    margin: 0;
}

.gtea_item_about:not(:last-child):after {
    background-color: rgba(0,54,72,.2);
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gtea_item_about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between
}

.gtea_item_about__head {
    position: relative
}

.gtea_head_item__title {
    color: #003648;
    font-weight: 700
}

.gtea_head_item__number {
    color: rgba(0,54,72,.12);
    font-weight: 700;
    position: absolute
}

.gtea_item_about__text {
    -webkit-box-flex: 1;
    color: #003648;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 300
}

.gtea_item_about__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #161616;
    color: #002c40;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: HelveticaNeueCyr,sans-serif;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .036rem;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
    will-change: color,border-color;
    border-radius: .6rem;
    padding: 0 2rem;
    font-size: 1.8rem;
    height: 5.8rem;
    line-height: 5.6rem;
    min-width: 20rem;
}

.gtea_item_about__link:hover {
    background-color: #72a545;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .gtea_item_about {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 14rem 3rem 0;
        width: 33.333%
    }
    .gtea_about_section__body {
        margin: 0 -14rem -3rem 0;
    }

    .gtea_about_section__body,
    .gtea_item_about {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-content: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gtea_item_about:not(:last-child,:nth-child(3n)) {
        position: relative
    }

    .gtea_item_about__link,.gtea_other_services_btn {
        font-size: 1.8rem;
        height: 5.8rem;
        line-height: 5.6rem
    }

    .gtea_item_about:not(:last-child,:nth-child(3n)):after {
        height: 60%;
        position: absolute;
        right: 7rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: .1rem;
    }


}


@media screen and (min-width: 1199px) {

    .gtea_item_about__head {
        padding: 7.6rem 0 2.6rem
    }

    .gtea_head_item__title {
        font-size: 3.6rem;
        letter-spacing: .074rem
    }

    .gtea_head_item__number {
        font-size: 14rem;
        left: -.2rem;
        letter-spacing: .4rem;
        top: -.4rem
    }

    .gtea_item_about__text {
        font-size: 2rem;
        letter-spacing: .042rem;
        line-height: 1.6
    }

    .gtea_item_about__text:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media screen and (max-width: 1200px) {
    .gtea_item_about__head {
        padding:6rem 0 3.2rem
    }

    .gtea_head_item__title {
        font-size: 3rem;
        letter-spacing: .05rem
    }

    .gtea_head_item__number {
        font-size: 10.8rem;
        left: .2rem;
        letter-spacing: .316rem;
        top: -.2rem
    }

    .gtea_item_about__text {
        font-size: 1.6rem;
        letter-spacing: .02em;
        line-height: 1.75
    }

    .gtea_item_about__text:not(:last-child) {
        margin-bottom: 2.4rem
    }
}

@media screen and (max-width: 1023px) {
    .gtea_item_about:not(:last-child):after {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: .1rem;
        margin-top: 5.74rem;
    }
}
