.slider-header {
    float: left;
    height: 670px;
    margin: 0;
    clear: none;
    width: 100%;
    position: relative;
}

/*.slider-header__topline {
    float: left;
    height: 200px;
    clear: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background-image: url("../img/lada-topline.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    z-index: 101;
    opacity: 1;
    display: block;
    background-position: 50% 0;
    background-repeat: no-repeat no-repeat;
}*/

.slider-header__botline {
    float: left;
    height: 146px;
    clear: none;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    background-image: url("../img/lada-topline2.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    z-index: 99;
    bottom: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat no-repeat;
}

.slider-header__item {
    float: left;
    height: 650px;
    margin: 0;
    clear: none;
    width: 100%;
    background-attachment: scroll;
    -webkit-background-size: 1920px;
    background-size: 1920px;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    background-position: 50% 45px;
    background-repeat: no-repeat no-repeat;
}

.slider-header__item-content {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 170px;
    clear: none;
    width: 1200px;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
}

.slider-header__item-wrapper {
    float: right;
    height: auto;
    margin: 0;
    clear: none;
    width: 520px;
}

.slider-header__item-title {
    float: left;
    font-size: 45px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    clear: none;
    min-height: 0;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
}

.slider-header__item-text {
    float: left;
    font-size: 35px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0 0;
    clear: both;
    min-height: 0;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
}

.slider-header__item-price-prefix {
    float: left;
    font-size: 35px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 10px 0 0;
    clear: both;
    min-height: 0;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
    vertical-align: bottom;
    margin-right: 10px;
}

.slider-header__item-price {
    float: left;
    font-size: 90px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 20px 0 0;
    clear: both;
    min-height: 0;
    font-family: PragmaticaC;
    color: rgb(255, 255, 255);
    padding-right: 50px;
    background-image:url("../img/rub.svg");
    background-attachment: scroll;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: 100% 10px;
    background-repeat: no-repeat no-repeat;
}

.slider-header__item-button {
    clear: both;
}

.slider-header__paginator {
    float: left;
    height: auto;
    clear: none;
    width: 100%;
    position: absolute;
    top: 475px;
    left: 0%;
    right: auto;
    min-width: 0px;
    z-index: 99;
    bottom: auto;
}

.slider-header__paginator-wrapper1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

.slider-header__paginator-wrapper2 {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 520px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.slider-header__paginator-content {
    float: left;
    height: 40px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 300px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

.slider-header__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(255, 255, 255);
    padding-top: 7px;
}

.slider-header__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(255, 255, 255);
    padding-top: 12px;
    padding-left: 7px;
    border-left: 1px solid rgb(255, 255, 255);
}

.slider-header__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-w.svg) no-repeat no-repeat scroll 50% 50%;
}

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

.slider-header__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-w.svg) no-repeat no-repeat scroll 50% 50%;
}

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

.owl-dot {
    width:100%;
    border: 0;
}
.owl-dot.active {
    color: #fff;
}
.owl-dot:not(.active) {
    background: none;
}

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

@media only screen and (max-width: 1279px) {
    .slider-header__item {
        -webkit-background-size: 1700px;
        background-size: 1700px;
        background-position: 55% 85px;
    }

    .slider-header__item-content {
        width: 980px;
        margin-top: 185px;
        clear: none;
    }

    .slider-header__item-wrapper {
        width: 450px;
    }

    .slider-header__item-text {
        margin-top: 5px;
    }

    .slider-header__item-price {
        margin-top: 10px;
    }

    .slider-header__paginator-wrapper1 {
        width: 980px;
    }

    .slider-header__paginator-wrapper2 {
        width: 450px;
    }

    .slider-header__paginator-content {
        width: 300px;
        height: 40px;
    }

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

    .slider-header__curr-slide,
    .slider-header__slides-count {
        width: 40px;
        height: 40px;
    }

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

@media only screen and (max-width: 1023px) {
    .slider-header {
        height: 550px;
    }

    /*.slider-header__topline {
        background-position: 80% 0;
    }*/

    .slider-header__botline {
        height: 110px;
    }

    .slider-header__item {
        height: 550px;
        -webkit-background-size: 1400px;
        background-size: 1400px;
        background-position: 55% 76px;
    }

    .slider-header__item-content {
        width: 900px;
        margin-top: 140px;
    }

    .slider-header__item-wrapper {
        width: 400px;
    }

    .slider-header__item-title {
        font-size: 40px;
        display: block;
    }

    .slider-header__item-text {
        margin-top: 5px;
        font-size: 30px;
    }

    .slider-header__item-price-prefix {
        margin-top: 5px;
        font-size: 30px;
    }

    .slider-header__item-price {
        margin-top: 10px;
        font-size: 80px;
    }

    .slider-header__paginator {
        top: 400px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 900px;
    }

    .slider-header__paginator-wrapper2 {
        width: 400px;
    }
}

@media only screen and (max-width: 959px) {
    .slider-header__botline {
        height: 121px;
    }

    .slider-header__item-content {
        width: 720px;
    }

    .slider-header__item-wrapper {
        width: 350px;
    }

    .slider-header__item-title {
        font-size: 35px;
    }

    .slider-header__item-text {
        font-size: 25px;
    }

    .slider-header__item-price-prefix {
        font-size: 25px;
    }

    .slider-header__item-price {
        font-size: 70px;
    }

    .slider-header__paginator {
        top: 385px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 720px;
    }

    .slider-header__paginator-wrapper2 {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-header {
        height: 490px;
    }

    .slider-header__botline {
        height: 95px;
        background-position: 60% 100%;
    }

    .slider-header__item {
        height: 490px;
        -webkit-background-size: 1200px;
        background-size: 1200px;
    }

    .slider-header__item-content {
        width: 660px;
    }

    .slider-header__item-wrapper {
        width: 300px;
    }

    .slider-header__item-title {
        font-size: 30px;
    }

    .slider-header__item-text {
        font-size: 21px;
    }

    .slider-header__item-price-prefix {
        font-size: 21px;
    }

    .slider-header__item-price {
        font-size: 50px;
    }

    .slider-header__paginator {
        top: 345px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 660px;
    }

    .slider-header__paginator-wrapper2 {
        width: 300px;
    }
}

@media only screen and (max-width: 719px) {
    .slider-header__botline {
        height: 94px;
    }

    .slider-header__item {
        -webkit-background-size: 1053px;
        background-size: 1053px;
        background-position: 62.3% 82px;
    }

    .slider-header__item-content {
        width: 580px;
    }

    .slider-header__paginator-wrapper1 {
        width: 580px;
    }
}

@media only screen and (max-width: 639px) {
    .slider-header__botline {
        height: 91px;
        background-position: 70% 100%;
    }

    .slider-header__item-content {
        width: 540px;
    }

    .slider-header__paginator-wrapper1 {
        width: 540px;
    }
}

@media only screen and (max-width: 599px) {
    .slider-header {
        height: 680px;
    }

    /*.slider-header__topline {
        background-position: 100% 0;
    }*/

    .slider-header__botline {
        height: 107px;
        background-position: 60% 100%;
    }

    .slider-header__item {
        height: 680px;
        -webkit-background-size: 1200px;
        background-size: 1200px;
        background-position: 24% 13px;
    }

    .slider-header__item-content {
        width: 420px;
        margin-top: 315px;
    }

    .slider-header__item-wrapper {
        margin-top: 0;
        width: 420px;
        height: auto;
    }

    .slider-header__item-title {
        font-size: 40px;
    }

    .slider-header__item-text {
        margin-top: 5px;
        margin-left: 0;
        clear: both;
    }

    .slider-header__item-price {
        margin-top: 10px;
        margin-left: 0;
        clear: both;
    }

    .slider-header__paginator {
        top: 520px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 420px;
    }

    .slider-header__paginator-wrapper2 {
        width: 420px;
    }

    .slider-header__paginator-content {
        display: block;
        clear: none;
    }
}

@media only screen and (max-width: 479px) {
    .slider-header {
        height: 630px;
    }

    /*.slider-header__topline {
        background-position: 100% -15px;
    }*/

    .slider-header__botline {
        height: 108px;
    }

    .slider-header__item {
        height: 630px;
        -webkit-background-size: 1137px;
        background-size: 1137px;
        background-position: 26% 4px;
    }

    .slider-header__item-content {
        margin-top: 282px;
        width: 300px;
    }

    .slider-header__item-wrapper {
        width: 300px;
    }

    .slider-header__item-title {
        font-size: 30px;
    }

    .slider-header__paginator {
        top: 480px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 300px;
    }

    .slider-header__paginator-wrapper2 {
        width: 300px;
    }
}

@media only screen and (max-width: 369px) {
    .slider-header {
        height: 590px;
    }

    .slider-header__botline {
        height: 68px;
        background-position: 90% 100%;
    }

    .slider-header__item {
        height: 589px;
        -webkit-background-size: 1080px;
        background-size: 1080px;
        background-position: 28% 4px;
    }

    .slider-header__item-content {
        margin-top: 283px;
    }

    .slider-header__paginator {
        top: 475px;
        bottom: auto;
    }
}

@media only screen and (max-width: 320px) {
    .slider-header {
        height: 510px;
    }

    .slider-header__botline {
        height: 63px;
    }

    .slider-header__item {
        height: 512px;
        -webkit-background-size: 930px;
        background-size: 930px;
        background-position: 29% 6px;
    }

    .slider-header__item-content {
        width: 280px;
        margin-top: 230px;
    }

    .slider-header__item-wrapper {
        width: 280px;
    }

    .slider-header__item-title {
        font-size: 25px;
    }

    .slider-header__item-text {
        font-size: 18px;
    }

    .slider-header__item-price-prefix {
        font-size: 18px;
    }

    .slider-header__item-price {
        margin-top: 10px;
        font-size: 40px;
        -webkit-background-size: 25px;
        background-size: 25px;
        padding-right: 30px;
        background-position: 100% 2px;
    }

    .slider-header__paginator {
        top: 405px;
        bottom: auto;
    }

    .slider-header__paginator-wrapper1 {
        width: 280px;
    }

    .slider-header__paginator-wrapper2 {
        width: 280px;
    }

    .slider-header__paginator-content {
        width: 280px;
    }

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