/* *** ====================================================== slider__content ================================================================ *** */
.b-slider {
    width: 100%;
    height: 100%;
}

.b-slider__aside {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 95px;
    height: calc(100% + 70px);
    z-index: 5;
}

@media (max-width: 800px) {
    .b-slider__aside {
        display: none;
    }
}

.b-aside__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 0px;
    overflow: hidden;
}

.b-aside__block_menu {
    width: 100%;
    height: 35%;
}

.b-aside__block_slider {
    position: relative;
    height: 65%;
}

.b-aside-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    max-width: 50vw;
    height: 100%;
}

.b-aside-slider .slick-list {
    height: 100%;
}

.b-aside-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.b-aside-slider .b-aside-slider__item {
    height: unset;
}

.b-aside-slider .b-aside-slider__item img {
    position: relative;
    width: 50vw;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.b-aside__block_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-aside__block_menu .button {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    stroke: #ffffff;
    text-transform: lowercase;
}

.b-aside__block_menu .button svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 20px;
}

.b-menu__button svg line {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b-menu__button:hover svg line {
    stroke: #ada090;
}

.b-menu__button:hover svg line:nth-child(1),
.b-menu__button:hover svg line:nth-child(3) {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
}

.b-slider__container {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.b-slider__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.b-slider__wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.b-slider__item {
    height: unset;
    background-position: center;
    background-size: cover;
}

.b-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 12.5%;
}

@media (max-width: 1100px) {
    .b-slider__content {
        padding-left: 20%;
    }
}

@media (max-width: 800px) {
    .b-slider__content {
        padding-left: 15px;
    }
}

.b-slider__cell:nth-child(1) {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 62.5%;
}

@media (max-width: 800px) {
    .b-slider__cell:nth-child(1) {
        width: 100%;
    }
}

.b-slider__cell:nth-child(2) {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
}

.b-slider__outer-link {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -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%;
}

.b-slider__outer-link:before {
    content: "";
    position: absolute;
    top: 30px;
    width: 1px;
    height: calc(50% - 130px);
    background-color: rgba(255, 255, 255, 0.15);
}

.b-slider__outer-link:after {
    content: "";
    position: absolute;
    bottom: 30px;
    width: 1px;
    height: calc(50% - 130px);
    background-color: rgba(255, 255, 255, 0.15);
}

.b-slider__outer-link a {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(173, 160, 144, 0.19);
    -webkit-animation-name: "pulse_down";
    -moz-animation-name: "pulse_up";
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-box-shadow: 0 0 0 5px rgba(12, 12, 12, 0.5);
    box-shadow: 0 0 0 5px rgba(12, 12, 12, 0.5);
}

.b-slider__outer-link a:before {
    content: "";
    position: absolute;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    border: 1px solid rgba(173, 160, 144, 0.19);
}

.b-slider__outer-link a:after {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    border: 1px solid rgba(173, 160, 144, 0.19);
}

.b-slider__outer-link a:hover:before {
    -webkit-animation: rotate-x 7s infinite linear;
    animation: rotate-x 7s infinite linear;
}

.b-slider__outer-link a:hover:after {
    -webkit-animation: rotate-y 5s infinite linear;
    animation: rotate-y 5s infinite linear;
}

.b-slider__outer-link a span:first-child {
    line-height: 36px;
    font-size: 36px;
}

.b-slider__outer-link a span:last-child {
    line-height: 14px;
    font-size: 14px;
}

/* *** ====================================================== slider__dots ================================================================ *** */

.b-slider__dots {
    position: absolute;
    top: calc(100% - 70px);
    right: 0px;
    left: 0px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 31.25%;
}

.b-slider__dots .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-slider__dots .slick-dots li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    margin-right: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.b-slider__dots .slick-dots li:hover,
.b-slider__dots .slick-dots li.slick-active {
    border: 1px solid #ada090;
}

.b-slider__dots .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #ada090;
    border-radius: 50%;
    background-color: transparent;
    color: transparent;
}

.b-slider__dots .slick-dots li:hover button,
.b-slider__dots .slick-dots li.slick-active button {
    width: 11px;
    height: 11px;
    background-color: #ada090;
    color: #ada090;
    cursor: pointer;
}

.b-slider__title {
    font-weight: 900;
    font-size: 2vw;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

@media (max-width: 1100px) {
    .b-slider__title {
        font-size: 22px;
    }
}

@media (max-width: 800px) {
    .b-slider__title {
        margin-top: 30px;
    }
}

.b-slider__subtitle {
    font-weight: 900;
    font-size: 7vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .b-slider__subtitle {
        font-size: 55px;
    }
}

.b-slider__accessory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
    margin-left: 24%;
    margin-top: 5%;
    margin-bottom: 5%;
}

@media (max-width: 1100px) {
    .b-slider__accessory {
        margin-bottom: 1%;
    }
}

.b-slider__accessory_text {
    font-size: 1.2vw;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .b-slider__accessory_text {
        font-size: 14px;
    }
}

.b-slider__stock {
    font-size: 1vw;
    color: #ffffff;
    max-width: 250px;
    margin-left: 24%;
}

@media (max-width: 1100px) {
    .b-slider__stock {
        font-size: 12px;
    }
}

.b-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

@media (max-width: 1100px) {
    .b-slider__accessory_link {
        margin-left: 15px;
    }

    .b-slider__accessory_link svg {
        width: 50px;
    }
}

.b-slider__accessory_link {
    margin-left: 35px;
}

@media (max-width: 768px) {
    .b-slider__dots {
        display: none;
    }

    .b-slider__content {
        height: 85%;
    }
}

.b-slider__accessory_link a {
    display: inline-block;
    animation: moveArrow 1s ease infinite;
}

@keyframes moveArrow {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}
