.actions {
    margin: 0;
}

.actions__header {
    float: none;
    font-size: 40px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 0px auto;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaLightC;
    color: rgb(73, 89, 102);
    padding-right: 20px;
    padding-left: 20px;
    display: block;
}

.actions__list {
    float: none;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    width: 1200px;
    min-height: 50px;
    margin-right: auto;
}

.actions__item {
    float: left;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    height: auto;
}

.actions__item img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    margin-bottom: 20px;
    max-width: 375px;
    max-height: 300px;
}

.slider-actions__paginator {
    float: left;
    height: 40px;
    margin: 40px 0px 0px;
    clear: left;
    width: 300px;
    display: block;
}

.slider-actions__curr-slide {
    float: left;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0;
    margin-top: 0;
    clear: none;
    min-height: 31px;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
    padding-top: 7px;
}

.slider-actions__slides-count {
    float: left;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 7px;
    clear: none;
    min-height: 31px;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
    padding-top: 12px;
    padding-left: 7px;
    border-left: 1px solid rgb(73, 89, 102);
}

.slider-actions__arrow-left {
    float: left;
    height: 40px;
    margin-left: 0;
    margin-top: 0;
    clear: none;
    width: 30px;
    -webkit-background-size: 16px;
    background-size: 16px;
    display: block;
    background: url(../img/lada-arr3-b.svg) no-repeat no-repeat scroll 50% 50%;
}

.slider-actions__arrow-left:hover {
    background: url(../img/lada-arr3-b.svg) no-repeat no-repeat scroll 35% 50%;
}

.slider-actions__arrow-right {
    float: right;
    height: 40px;
    margin: 0;
    clear: none;
    width: 30px;
    display: block;
    -webkit-background-size: 16px;
    background-size: 16px;
    background: url(../img/lada-arr2-b.svg) no-repeat no-repeat scroll 50% 50%;
}

.slider-actions__arrow-right:hover {
    background: url(../img/lada-arr2-b.svg) no-repeat no-repeat scroll 65% 50%;
}

.slider-actions__dots {
    display: flex;
    justify-content: space-between;
    float: left;
    height: 4px;
    margin: 20px 0;
    clear: none;
    width: 140px;
    border-radius: 2px;
    background-color: rgba(73, 89, 102, 0.4);
}

.owl-dot {
    width: 100%;
    border: 0;
}

.slider-actions__dots .owl-dot.active {
    background-color: rgb(73, 89, 102);
}

.slider-actions__dots .owl-dot:not(.active) {
    background: none;
}

@media only screen and (max-width: 1279px) {
    .actions__list {
        width: 980px;
    }

    .slider-actions__arrow-left,
    .slider-actions__arrow-right {
        width: 30px;
        height: 40px;
    }

    .slider-actions__curr-slide,
    .slider-actions__slides-count {
        width: 40px;
        height: 40px;
    }

    .slider-actions__dots {
        width: 140px;
        height: 4px;
    }
}

@media only screen and (max-width: 1023px) {
    .actions__list {
        width: 900px;
    }
}

@media only screen and (max-width: 959px) {
    .actions__list {
        width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .actions__list {
        width: 660px;
    }
}

@media only screen and (max-width: 719px) {
    .actions__list {
        width: 580px;
    }
}

@media only screen and (max-width: 639px) {
    .actions__header {
        font-size: 30px;
    }

    .actions__list {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .actions {
        margin-top: 0px;
    }

    .actions__header {
        width: 420px;
    }

    .actions__list {
        width: 420px;
    }
}

@media only screen and (max-width: 479px) {
    .actions__header {
        width: 300px;
    }

    .actions__list {
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .actions__list {
        width: 280px;
    }

    .slider-actions__dots {
        width: 120px;
    }
}