

/* Start:/local/components/project/box.detail/templates/new/style.css?175093675310729*/
body .breadcrumbs {
    border-bottom: none;
}
.spadream-box-detail__banner {
    width: 100%;
    max-height: 230px;
    overflow: hidden;
}
.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
}
.box__title {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 50px;
    text-transform: uppercase;
    color: #26262A;
}
.box__line {
    height: 150px;
    width: 1px;
    background:#CACBCE;
}
.box__heading {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #989BA0;
    text-transform: uppercase;
    padding-bottom: 23px;
}
.box__buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    max-width: 400px;
    border-top: 1px solid #CACBCE;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.box__price {
    font-family: 'Bebas Neue';
    font-weight: normal;
    color: #26262A;
    font-size: 50px;
    line-height: 40px;
    margin: 0;
}
.box__buy-button {
    padding-left: 20px;
}
.box__link {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    display: block;
    background: #26262A;
    height: 49px;
    width: 270px;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    font-family: 'Georgia';
    cursor: pointer;
}
.box__ruble {
    font-family: 'ALSRubl';
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    margin-left: 5px;
    color: #26262A;
}
.vs-universal-product {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 300px;
    padding-right: 0;
    border-top: 1px solid #CACBCE;
}
.set__list .row:first-child .vs-universal-product {
    border-top: none;
}
.set__list .row:nth-child(even) .vs-universal-product {
    padding-right: 300px;
    padding-left: 0;
}
.sets {
    background: #F1F3F3;
}
.set__list {
    padding: 0;
    border-top: 3px solid #26262A;
    border-bottom: 3px solid #26262A;
}
.set__list .row {
    margin: 0;
}
.set__item {
    list-style: none;
}
.set__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 570px;
}
.set__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    padding: 50px;
    background: #FFFFFF;
    z-index: 2;
    position: absolute;
    top: 145px;
    left: 0;
    box-sizing: border-box;
}
.set__img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.set__list .row:nth-child(even)  .set__img {
    left: unset;
    right: 0;
}

.set__specification {
    background: #26262A;
}
.set__inner {
    padding: 78px 100px 80px 200px;
}

.set__list .row:nth-child(even) .set__inner {
    padding: 78px 200px 80px 100px;
}

.set__title {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    color: #e463a0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.set__heading {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}
.set__heading:after {
    content: '';
    display: block;
    width: 38px;
    border: 1px solid #e463a0;
    margin-top: 20px;
}
.set__link {
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 45px;
    padding: 0 45px;
    text-decoration: none;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Georgia';
    box-sizing: border-box;
}
.set__link:hover {
    color: #000;
    background: #e463a0;
    border: 2px solid #e463a0;
    -webkit-box-shadow: 0 0 40px #26262a;
    -moz-box-shadow: 0 0 40px #26262a;
    box-shadow: 0 0 40px #26262a;
}
.set__inner_distance {
    padding: 78px 200px 80px 100px;
}
.set__heading_length {
    max-width: 350px;
}
.set__text {
    font-family: 'Georgia';
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: white;
}
.reviews {
    margin-top: 30px;
}
.reviews__subject {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 22px;
    line-height: 25px;
    color: #26262A;
    padding-bottom: 7px;
}
.reviews .reviews__container.swiper-container {
    max-width: 600px;
    margin: 0;
    padding-bottom: 25px;
}
body .swiper-container-horizontal > .swiper-pagination-bullets,
body .swiper-pagination-custom,
body .swiper-pagination-fraction {
    width: 95%;
    bottom: 0;
}
.reviews__wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}
.instagram-review {
    position: relative;
    width: 170px !important;
    min-width: 170px !important;
    margin-right: 30px;
    transition: margin .3s;
}
.instagram-review:hover {
    /*margin-top: -7px;*/
}
.instagram-review__preview-image {
    max-height: 170px;
    overflow: hidden;
}
.instagram-review__preview-image img {
    width: 100%;
    height: auto;
}
.instagram-review__owner-image {
    position: relative;
    left: 10px;
    top: -25px;
    width: 45px;
    margin-bottom: -12px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.instagram-review__owner-full-name {
    font-size: 15px;
    margin: 0 0 5px 0;
}
.instagram-review__owner-user-name {
    color: #e463a0;
    font-size: 15px;
    letter-spacing: 1px;
}

.vs-subscribe-title {
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    margin-top: 60px;
}
.vs-subscribe form{
    width: 100%;
    max-width: 450px;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
}
.vs-subscribe {
    padding-bottom: 20px;
    background-color: #F1F3F3;
}
body input.page__subscription-form-email {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    background-color: transparent;
    border: 1px solid #56575c;
    padding: 11px 16px 10px 16px;
    width: 100%;
    color: #989BA0;
}
.page__subscription-form-submit {
    background-color: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 14px;
    padding: 0;
}
.page__subscription-form-submit:hover svg.svg-input-arrow {
    fill: #25262a;
}
.page__subscription-form-submit svg.svg-input-arrow {
    width: 20px;
    height: 14px;
    fill: #e463a0;
}
@media screen and (max-width: 1200px) {
    .box .d-none {
        display: none;
    }
    .box__investment {
        margin-top: 30px;
    }
    .box__line {
        margin-left: auto;
    }
    .set__inner {
        padding: 78px 60px 80px 185px;
    }
}
@media screen and (max-width: 768px) {
    .spadream-box-detail__banner img {
        width: 100%;
        height: auto;
    }
    .box__buy {
        max-width: 100%;
    }
    .box__buy-button {
        flex: 1;
    }
    .box__link {
        width: 100%;
    }
    .box__heading {
        font-size: 28px;
    }
    .set__list {
        margin: 0;
        padding: 0;
    }
    .vs-universal-product,
    .set__list .row:nth-child(even) .vs-universal-product {
        padding-left: 0;
        padding-right: 0;
    }
    .set__item {
        padding-top: 0;
    }
    .set__product {
        flex-direction: column;
        margin-top: -60px;
        min-height: unset;
    }
    .set__img {
        position: relative;
        left: unset;
        right: unset;
        margin: 0 auto;
        top: 60px;
    }
    .set__specification {
        margin: 0 auto;
        width: 100%;
    }
    .set__inner,
    .set__list .row:nth-child(even) .set__inner {
        padding: 120px 60px 60px;
    }
    .set__link {
        font-size: 14px;
        padding: 0 35px;
    }
    .vs-subscribe form.page__subscription-form {
        max-width: unset;
        margin-bottom: 40px;
    }
    .vs-subscribe .page__subscription-form-email {
        max-width: unset;
    }
}
@media screen and (max-width: 480px) {
    .sets .container,
    .vs-subscribe .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .set__list .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .vs-subscribe .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .box {
        padding: 30px 0;
    }
    .box__title {
        font-size: 31px;
        line-height: 31px;
    }
    .box__heading {
        max-width: 220px;
    }
    .box__investment {
        margin-top: 20px;
    }
    .box__buy {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .box__buy-button {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .vs-universal-product {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: none;
    }
    .vs-universal-product:before {
        content: '';
        display: block;
        margin: -30px 20px;
        border-top: 1px solid #CACBCE;
    }
    .set__product {
        margin-top: -30px;
        padding-top: 30px;
    }
    .set__img {
        top: 30px;
        width: 280px;
        height: 280px;
        padding: 30px;
    }
    .set__title {
        font-size: 30px;
        line-height: 30px;
    }
    .set__heading {
        font-size: 28px;
        line-height: 30px;
    }
    .set__inner,
    .set__list .row:nth-child(even) .set__inner {
        padding: 60px 20px 30px;
    }
    .set__link {
        width: 100%;
        margin-top: 15px;
    }
    .vs-subscribe-title {
        font-size: 33px;
        line-height: 33px;
        margin-top: 30px;
    }
    .vs-subscribe form.page__subscription-form {
        margin-top: 30px;
    }
    .reviews {
        margin: 30px 0 0 20px;
    }
    .instagram-review {
        width: 150px !important;
        min-width: 150px !important;
    }
    .instagram-review__preview-image {
        max-height: 150px;
    }
}

/* End */
/* /local/components/project/box.detail/templates/new/style.css?175093675310729 */
