.vr-project,
.vr-projects-list {
    max-width: 1130px;
    margin: 0 auto;
}

.vr-project__title {
    margin-bottom: 30px;

    font-size: 26px;
    line-height: 1.27;
    font-weight: 400;
}

.vr-project__video-wrapper {
    position: relative;

    padding-bottom: 56.25%;
    margin-bottom: 50px;
}


.vr-project__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vr-project__title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E9EDF1;
}

.vr-project__video-hint {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);

    padding: 9px 59px;

    font-size: 14px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    opacity: 0;

    transition: opacity 0.3s ease-in;
}

.vr-project__video:hover ~ .vr-project__video-hint {
    opacity: 1;
}

.vr-project__video-hint::before {
/*    content: '';*/

/*    position: absolute;*/
/*    top: -9px;*/
/*    left: 50%;*/
/*    z-index: -1;*/

/*    width: 20px;*/
/*    height: 20px;*/
/*    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);*/
/*    background-color: #fff;*/

/*    transform: translateX(-50%) rotate(45deg);*/
}

.vr-project__video-title {
    font-size: 26px;
    line-height: 1.27;
    font-weight: 400;
}

.vr-project__360-wrapper {
    position: relative;

    padding-bottom: 56.25%;
    margin-bottom: 100px;
}

.vr-project__360-wrapper::before {
    content: '';

    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 14px;

    transform: translateX(-50%);
    width: 159px;
    height: 71px;
    background-image: url("../images_v2/vr/360-mouse-arrows.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.vr-project__360-controls {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 21px;

    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 50px;
    height: 50px;
    padding: 0 15px;

    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #F0F3F7;
}

.vr-project__360-btn {
    width: 27.5px;
    height: 27.5px;


    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.vr-project__360-btn--share {
    background-image: url("/images_v2/vr/share.svg");
    margin-right: 20px;
}

.vr-project__360-btn--vr {
    background-image: url("/images_v2/vr/vr.svg");
}

.vr-project__360-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vr-project__share-popup {
    position: absolute;
    right: 67px;
    bottom: 75px;

    display: none;

    padding: 10px;

    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #F0F3F7;
    /*box-shadow:  0 0 5px rgba(0, 0, 0, 0.5);*/
}

.vr-project__share-popup .flex {
    flex-direction: column;
}

.vr-project__share-popup .social-network:not(:last-child) {
    margin-bottom: 0.5rem;
}

.vr-project__360-hint {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);

    padding: 9px 59px;

    font-size: 14px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    opacity: 0;

    transition: opacity 0.3s ease-in;
}

.vr-project__360-iframe:hover ~ .vr-project__360-hint {
    opacity: 1;
}

.vr-project__vr-wrapper {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;
}

.vr-project__vr-close-btn {
    position: absolute;
    z-index: 2;

    left: 50%;
    top: 25px;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    border: none;
    background-color: #FFFFFF;

    transform: translateX(-50%);
}

.vr-project__vr-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vr-project__vr-hint {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);

    padding: 9px 59px;

    font-size: 14px;
    line-height: 19px;
    text-align: center;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    opacity: 0;

    transition: opacity 0.3s ease-in;
}

.vr-project__vr-iframe:hover ~ .vr-project__vr-hint {
    opacity: 1;
}

.vr-project__aside {
    margin-top: 15px;
    border-left: 1px solid #EEF2F6;
}

.vr-project__info {
    padding: 25px 30px;
}

.vr-project__info p {
    margin: 0 0 5px;

    font-size: 16px;
}

.vr-project__info p:last-child {
    margin-bottom: 0;
}

.vr-project .pagination__container {
    padding-top: 0;
}

.vr-project .pagination {
    margin-bottom: 40px;
}


.slider-product--vr .slider-product__right {
    margin-left: 0;
    margin-right: 0;
}


.lookbook {
    max-width: 286px;
}

.lookbook__img-wrapper {
    margin-bottom: 20px;
}

.lookbook__type {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.36;

    color: #818489;
}

.lookbook__title {
    min-height: 47px;
    margin-bottom: 15px;

    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.lookbook__price span {
    font-size: 26px;
    line-height: 20px;
    font-weight: 700;

    color: #272727;
}
.slider-product .btn-group--inline
.lookbook__price-currency {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 1200px) {
    .slider-product .btn-group--inline {
        display: flex;
    }

    .vr-project__360-iframe-link {
        position: absolute;

        display: block;
        width: 100%;
        padding-bottom: 56.25%;
    }

    .vr-project__360-iframe {
        /*z-index: -1;*/
    }

    .vr-project__360-wrapper::before {
        display: none;
    }
}

@media (max-width: 1100px) {
    .vr-project__360-wrapper::before {
        background-image: url("../images_v2/vr/360-arrows.svg");
    }

    .vr-project__video-hint,
    .vr-project__360-hint {
        opacity: 1;
    }

    .vr-project__video-wrapper {
        margin-bottom: 55px;
    }
}


@media (max-width: 767px) {

    .body {
        overflow-x: hidden;
    }

    .vr-project__title,
    .vr-project__video-title {
        font-size: 24px;
    }

    .vr-project__aside {
        border-left: none;
    }

    .vr-project__info {
        padding: 15px 0;
    }

    .vr-project__video-wrapper {
        /*display: none;*/
    }

    .vr-project__360-btn--share {
        margin-right: 35px;
    }

    .vr-project__share-popup {
        right: 42px;
        bottom: 65px;
        padding: 5px;
    }

    .vr-project__360-controls {
        right: 5px;
        bottom: 5px;
    }

    .vr-project__360-btn {
        width: 20px;
        height: 20px;
    }

    .vr-project__360-btn--share {
        margin-right: 15px;
    }

    .vr-project__360-btn svg {
        width: 100%;
        height: 100%;
    }

    .vr-project__video-hint,
    .vr-project__360-hint {
        padding: 9px 15px;
    }
}
