.adv {
    padding: 25px 0;
}

.text-vykup {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #828282;
    max-width: 800px;
    margin: auto;
    padding: 10px 0;
}

.text-vykup a,.plan a {
    color: #f36b23;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.text-vykup--left {
    text-align: left;
}

.plan .row {
    display: flex;
    justify-content: center;
}

.plan .col-sm-3 {
    width: 25%;
}
.plan {
    margin: auto;
    padding: 60px 0 60px;
    position: relative;
    width: 100%;
    max-width: 1170px;
    z-index: 143; }
.plan.service .item {
    position: relative; }
.plan.service .item::after {
    display: none; }
.plan h2 {
    color: #495365;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 50px; }
.plan .row > div:last-child .item::after {
    display: none; }
.plan .item {
    position: relative; }
.plan .item::after {
    content: '';
    position: absolute;
    right: -76px;
    top: 58px;
    background: url("../img/sep_3.png") no-repeat;
    display: block;
    width: 150px;
    height: 25px;
    z-index: -1; }
.plan .item .image {
    padding-bottom: 15px; }
.plan .item .image img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
.plan .item .name {
    color: #495365;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.03em;
    display: block;
    text-align: center; }
.plan .item p {
    font-weight: 400;
    font-size: 14px;
    padding: 0 25px;
    line-height: 23px;
    text-align: center;
    color: #828282;}


.advantages {
    padding: 100px 0;
    position: relative;
    width: 100%;
    z-index: 143;
    background: url("../img/bg_15.png") no-repeat center 0;
    background-position: center top;
    background-size: cover; }
.advantages .item {
    position: relative; }
.advantages .item .image {
    padding-bottom: 15px; }
.advantages .item .image img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
.advantages .item .name {
    color: #495365;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.03em;
    display: block;
    text-align: center; }
.advantages .item p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px;
    text-align: center; }

.advantages .row {
    display: flex;
    justify-content: center;
}

.advantages .row .col-md-3  {
    width: 25%;
}

@media screen and (min-width: 1000px) {
    .work__item img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1000px) {
    .header__item-x {
        grid-area: x;
    }
    .header__item-y {
        grid-area: y;
    }
    .header__item-l {
        grid-area: l;
    }
    .header__wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "l x"
        "l y";
    }
    .header-logo {
        padding-right: 5px;
    }

    .header__icon {
        width: 25px;
        height: 25px;
    }
    .header .container {
        padding: 0 5px;
    }
    .header__work {
        font-size: 12px;
        font-weight: bold;
        line-height: 11px;
    }
    .plan .col-sm-3 {
        width: 100%;
        margin: 10px 0;
    }
    .plan .item::after {
        display: none;
    }
    .adv {
        padding: 10px 0;
    }
    .plan {
        padding: 25px 0;
    }
    .plan .row {
        flex-direction: column;
    }
    .advantages .item .name {
        font-size: 16px;
    }
    .advantages .item p {
        font-size: 14px;
        padding: 0 25px;
    }
    .advantages {
        padding: 25px 0;
    }
    .advantages .row {
        flex-direction: column;
    }

    .advantages .row .col-md-3  {
        width: 100%;
        margin: 15px 0;
    }
}