.directions-projects__container {
    align-items: center;
    display: flex;
    flex-direction: column
}

.directions-projects__list-wrapper {
    margin: 0 -10px;
    max-width: calc(100% + 20px);
    min-width: 0;
    position: relative
}

.directions-projects__list {
    padding: 60px 0 42px;
    position: relative;
    width: 100%
}

.directions-projects__item {
    padding: 8px 14px 30px
}

.directions-projects__view {
    align-items: center;
    background: #fff;
    border: 1px solid #aef0ae;
    border-radius: 5.4em;
    box-shadow: 0 0 20px 0 rgba(12, 158, 15, .15);
    color: #01c102;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.6;
    min-height: 42px;
    padding: 10px 36px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: color, background;
    transition-timing-function: ease-in-out
}

.directions-projects__view:hover {
    background: #01c102;
    color: #fff
}

.directions-projects__view-icon {
    font-size: .75rem;
    margin-left: 1.3333333333em;
    width: 1.2em
}

.slider-bullets {
    align-items: center;
    bottom: 30px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}

.slider-bullets__bullet {
    background: #fff;
    border: 2px solid #01c102;
    border-radius: 50%;
    color: transparent;
    display: block;
    font-size: 0;
    height: 14px;
    line-height: 0;
    padding: 0;
    transition: background .15s ease-in-out;
    width: 14px
}

.slider-bullets__bullet:hover,
.slider-bullets__bullet_active {
    background: #01c102
}

@media only screen and (min-width:43.5em) {
    .directions-projects__list-wrapper {
        margin: 0;
        max-width: 100%
    }

    .directions-projects__list {
        grid-gap: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .directions-projects__item {
        padding: 0
    }

    .slider-bullets {
        display: none
    }
}

@media only screen and (min-width:48em) {

    .directions-projects__list:after,
    .directions-projects__list:before {
        background: transparent url(../img/bg-dots.png) repeat 0 0;
        content: "";
        display: block;
        height: 166px;
        position: absolute;
        width: 275px;
        z-index: -1
    }

    body.no-js .directions-projects__list:after,
    body.no-js .directions-projects__list:before,
    body.no-webp .directions-projects__list:after,
    body.no-webp .directions-projects__list:before {
        background-image: url(../img/bg-dots.png)
    }

    body.webp .directions-projects__list:after,
    body.webp .directions-projects__list:before {
        background-image: url(../img/bg-dots.webp)
    }

    .directions-projects__list:before {
        left: -76px;
        top: 20px
    }

    .directions-projects__list:after {
        bottom: 15px;
        right: -20px
    }
}

@media only screen and (min-width:62em) {
    .directions-projects__list {
        grid-gap: 30px;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 85px
    }

    .directions-projects__list:before {
        top: 0
    }

    .directions-projects__list:after {
        bottom: 42px
    }

    .directions-projects__view {
        font-size: .9375rem;
        min-height: 81px;
        padding: 10px 76px
    }

    .directions-projects__view-icon {
        font-size: .9375rem
    }
}

@media only screen and (min-width:75em) {
    .directions-projects__list:before {
        top: -24px
    }

    .directions-projects__list:after {
        right: -110px
    }
}