.slider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-box .slider-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;
}

.slider-box .slider-items .slider-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    height: 100%;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

#sliderKatalog .dots-layouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

#sliderKatalog .dots-layouts .dots {
    width: 6px;
    height: 4.07px;
    background: #C4C4C4;
    border-radius: 2px;
    margin: 8px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}

#sliderKatalog .dots-layouts .dots.active {
    width: 24px;
    background: #FB6157;
}

#sliderKatalog .btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 57.03px;
    background: #292A2D;
    border-radius: 4px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

#sliderKatalog .btn:hover {
    background: #FB6157;
}

#sliderKatalog .btn svg {
    fill: #F9F9F9;
    width: 12px;
    height: 12px;
}

#sliderKatalog .btn.btnPrev {
    left: 50px;
}

#sliderKatalog .btn.btnPrev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sliderKatalog .btn.btnNext {
    right: 50px;
}

#sliderKatalog .btn.disabled {
    opacity: 0.4;
}

#sliderKatalog .dots-layoutsKatalog {
    z-index: 2;
}

#sliderKatalog .dots-layoutsKatalog .katalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sliderKatalog .dots-layoutsKatalog .katalog .katalog-item {
    color: #292A2D;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 238px;
    height: 57.03px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sliderKatalog .dots-layoutsKatalog .katalog .katalog-item:last-of-type {
    margin-right: 0;
}

#sliderKatalog .dots-layoutsKatalog .katalog .katalog-item.active {
    color: #FB6157;
}

#sliderKatalog .slider-items {
    height: 730px;
    width: 80%;
    margin-top: 70px;
}

#sliderKatalog .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 554px;
    height: 514px;
}

#sliderKatalog .slider-item .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 514px;
    height: 514px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 64px;
    position: relative;
    -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.04);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.04);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#sliderKatalog .slider-item .box .box_img {
    border-radius: 4px 4px 32px 4px;
    width: 100%;
    height: 256px;
}

#sliderKatalog .slider-item .box .box_desc {
    display: none;
    color: #C4C4C4;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.2em;
    margin-bottom: 9px;
    margin-left: 58.5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#sliderKatalog .slider-item .box .box_title {
    color: #292A2D;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    margin-left: 47.5px;
    height: 256px;
    width: 223px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#sliderKatalog .slider-item .box.active {
    background: linear-gradient(180deg, #B9B9B9 0%, #E4E3E3 50.3%, #B9B9B9 100%);
    -webkit-box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.15);
    box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.15);
}

#sliderKatalog .slider-item .box.active .box_logo {
    color: #FFFFFF;
}

#sliderKatalog .slider-item:first-child .box .box_img {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/slider2/item (9).png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sliderKatalog .slider-item:nth-child(2) .box .box_img {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/slider2/item (8).png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sliderKatalog .slider-item:nth-child(3) .box .box_img {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/slider2/item (7).png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sliderKatalog .slider-item:nth-child(4) .box .box_img {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/slider2/item (1).png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sliderKatalog .slider-item:nth-child(5) .box .box_img {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/slider2/item (10).png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sliderPrimary .dots-layouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 98px;
    right: 190px;
}

#sliderPrimary .dots-layouts .dots {
    width: 6px;
    height: 4.07px;
    background: #C4C4C4;
    border-radius: 2px;
    margin: 8px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
}

#sliderPrimary .dots-layouts .dots.active {
    width: 24px;
    background: #FB6157;
}

#sliderPrimary .btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 2px solid #FB6157;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 4px 24px 4px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    bottom: 80px;
}

#sliderPrimary .btn svg {
    fill: #F9F9F9;
    width: 12px;
    height: 12px;
}

#sliderPrimary .btn.btnPrev {
    right: 84px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sliderPrimary .btn.btnNext {
    right: 20px;
}

#sliderPrimary .btn.disabled {
    opacity: 0.5;
}

#sliderPrimary .slider-items {
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#sliderPrimary .slider-items .slider-track {
    margin: 0;
    -webkit-transition: none;
    transition: none;
    background-color: rgba(196,196,196,0.3);
}

#sliderPrimary .slider-items .slider-track .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0px 0px 64px 0px;
    -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.04);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.04);
}
#sliderPrimary .box-1-content {
    position: relative;
    max-width: 1440px;
    height: 100%;
    width: 100%;
    margin: auto;
    z-index: 10;
    padding: 0 20px;
}
#sliderPrimary .box-1-content .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
}

#sliderPrimary .box-1-content .box .evr {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 96px;
    z-index: 2;
}

#sliderPrimary .box-1-content .box .evr img {
    margin: 0 0 12px;
}

#sliderPrimary .box-1-content .box .evr span {
    text-align: center;
}

#sliderPrimary .box-1-content .box .evr span span {
    margin-top: 8px;
}

#sliderPrimary .box-1-content .box .box_title {
    color: #F9F9F9;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    width: 584px;
    display: block;
    margin-bottom: 40px;
    z-index: 2;
}

#sliderPrimary .slider-items .slider-track .slider-item .box .box_title span.brand {
    font-weight: 600px;
}

#sliderPrimary .box-1-content .box .buttonBorder {
    margin-bottom: 80px;
    border: 2px solid #FB6157;
    z-index: 2;
}

#sliderPrimary .box-1-content .box .buttonBorder .buttonBorder-arrow {
    border-left: 2px solid #FB6157;
}

#sliderPrimary .slider-items .slider-track .slider-item .shadow {
    z-index: 1;
    border-radius: 0px 0px 64px 0px;
}
#sliderPrimary .slider-items .slider-track .slider-item {
    background-color: transparent;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sliderPrimary .slider-items .slider-track .slider-item:first-child {
    background-image: url("/local/templates/avrora-vw/images/slider1/image_605.png");
}

#sliderPrimary .slider-items .slider-track .slider-item:nth-child(2) {
    background-image: url("/local/templates/avrora-vw/images/slider1/item5.png");
}

#sliderPrimary .slider-items .slider-track .slider-item:nth-child(3) {
    background-image: url("/local/templates/avrora-vw/images/slider1/background3.png");
}

#sliderPrimary .slider-items .slider-track .slider-item:nth-child(4) {
    background-image: url("/local/templates/avrora-vw/images/slider1/background4.png");
}