/*for_whom*/

.o-metodike__for-whom {
    margin-bottom: 40px;
    margin-top: 60px;
}

.for-whom-ometode__inner {
    display: flex;
}

.for-whom-ometode__title {
    text-align: center;
    font-weight: 600;
}

.for-whom-ometode__item-wrap {
    display: flex;
    width: calc(33% - 20px);
    padding: 5px;
    border: 2px solid #e0e0e0;
}

.for-whom-ometode__item-wrap:nth-child(2) {
    margin: 0 30px;
}

.for-whom-ometode__item {
    background-color: #f4f4f4;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.for-whom-ometode__img-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.for-whom-ometode__text {
    padding: 0 20px;
    text-align: center;
    min-height: 170px;
}

.for-whom-ometode__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    background-color: #e20155;
    border-radius: 25px;
    color: #fff;
    font-family: 'PTSans';
    font-weight: 600;
    box-shadow: 0px 7px 17px 0px rgba(175, 0, 60, 0.44);
}

.for-whom-ometode__link:hover {
    color: #fff;
    background-color: #b30445;
}

@media(max-width:992px) {
    .for-whom-ometode__inner {
        flex-direction: column;
    }
    .for-whom-ometode__item-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .for-whom-ometode__item-wrap:nth-child(2) {
        margin: 0;
    }
}