

/* Start:/local/templates/woolspirit_adaptive/components/bitrix/news.list/hits/style.css?175078383712612*/
.hits-banners {
    display: flex;
    flex-wrap: wrap;
}

.hits-banners-item {
    flex-basis: 50%;
    margin-bottom: 30px;
    position: relative;
}

.hits-banners-item:nth-child(even) {
    margin-bottom: 20px;
    padding-right: 15px;
}

.hits-banners-item:nth-child(odd):not(:first-child) {
    margin-bottom: 20px;
    padding-left: 15px;
}

.hits-banners-item:first-child {
    flex-basis: 100%;
    padding-right: 0;
}

.hits-banners-item img {
    width: 100%;
}

.top-banner-link {
    position: absolute;
    bottom: 10%;
    left: 50%;
    color: #887572;
    font-size: 24px;
    margin-left: -98px;
}

.top-banner-link img {
    width: 48px;
}

.hits-block-delivery {
    font-family: "Roboto Light", sans-serif;
    margin-top: 140px;
}

.hits-delivery-title,
.hits-reviews-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 43px;
    margin-bottom: 82px;
}

.hits-delivery-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.hits-delivery-item {
    flex-basis: 50%;
    padding: 0 10px 30px 0;
    max-width: 100%;
}

.hits-info-title {
    font-size: 42px;
    text-align: center;
    margin: 70px 0 30px 0;
}

.hits-delivery-item:nth-child(even) {
    padding: 0 0 30px 10px;
}

.hits-delivery-item-inner {
    background-color: #F3F3F3;
    height: 100%;
    padding: 65px 40px 50px 40px;
    border-radius: 10px;
}

.hits-delivery-item .delivery-title {
    margin-bottom: 39px;
    font-size: 20px;
    font-weight: bold;
}

.hits-delivery-item .delivery-text {
    font-size: 18px;
    line-height: 31px;
    overflow: hidden;
}

.hits-block-payment {
    font-family: "Roboto Light", sans-serif;
    margin-top: 69px;
}

.hits-payment-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 43px;
    margin-bottom: 82px;
}

.hits-payment-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
}

.hits-payment-item {
    padding: 55px 40px 35px 40px;
    background-color: #F3F3F3;
    max-width: 100%;
}

.hits-payment-item:first-child {
    border-radius: 30px 30px 0 0;
}

.hits-payment-item:last-child {
    border-radius: 0 0 30px 30px;
}

.hits-payment-item:nth-child(even) {
    background-color: rgba(71, 49, 45, 0.9);
    color: #fff;
}

.hits-payment-item .payment-title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}

.hits-payment-item .payment-text {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}

.hits-block-reviews {
    font-family: "Roboto Light", sans-serif;
    margin-top: 98px;
    padding-bottom: 60px;
}

.page_txt .breadcrumb {
    display: none;
}

.hit-review-inner {
    width: 89%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    background-color: #F3F3F3;
    border-radius: 10px;
}

.hit-review-left {
    flex-basis: 26%;
    text-align: center;
}

.hit-review-img {
    padding: 40px;
}

.hit-review-img img {
    max-width: 157px;;
}

.hit-review-right {
    padding: 40px 40px 40px 0;
    font-style: italic;
    flex-basis: 74%;
    font-size: 18px;
    line-height: 29px;
}

.hit-review-name {
    font-size: 19px;
}

.hit-review-name {
    padding: 0 40px;
}
.hit-review-buyed {
    padding: 0 40px 40px 40px;
}

.hit-review.item {

}

#reviews-slider {
    position: relative;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 23px;
    height: 42px;
    margin-top: -21px;
}

.owl-prev:after {
    content: '';
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 23px;
    height: 42px;
    background: url(/local/templates/woolspirit_adaptive/components/bitrix/news.list/hits/images/left.svg) 0px 0px no-repeat;
}

.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 23px;
    height: 42px;
    margin-top: -21px;
}

.owl-next:after {
    content: '';
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 23px;
    height: 42px;
    background: url(/local/templates/woolspirit_adaptive/components/bitrix/news.list/hits/images/right.svg) 0px 0px no-repeat;
}

#reviews-slider .owl-buttons .owl-prev:hover,
#reviews-slider .owl-buttons .owl-next:hover {
    background: none;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.hit-text-img {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.hit-img {
    display: flex;
    flex-basis: 43%;
    padding: 0 25px 0 0;
    align-items: center;
}

.hit-text {
    display: flex;
    align-items: center;
    flex-basis: 57%;
    padding: 0 0 0 50px;
}

.hit-text.only-text,
.hit-text-img:nth-child(odd) .hit-text.only-text,
.hit-text-img:nth-child(even) .hit-text.only-text {
    flex-basis: 100%;
    padding: 0;
}

.hits-products-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 43px;
    margin-top: 148px;
    margin-bottom: 62px;
}

.hits-top-banner-text {
    font-family: "Roboto Light", sans-serif;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    /*left: 35%;*/
    top: 37%;
    font-weight: 400;
    background: linear-gradient(135deg, #9A793D, #AE6F1A, #F5CD90, #8E5118, #FCDB7C, #9D6120, #FFDE94);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px;
}
.hits-top-banner-text .hits-top-banner-text-title {
    font-size: 89px;
    line-height: 105px;
}
.hits-top-banner-text .hits-top-banner-text-second {
    font-size: 43px;
    line-height: 50px;
}
.hits-banners-item .hits-banner-text {
    background: linear-gradient(135deg, #9A793D, #AE6F1A, #F5CD90, #8E5118, #FCDB7C, #9D6120, #FFDE94);
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 400;
    height: 100%;
    line-height: 113px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hits-banners-item .hits-banner-text-wrapper {
    position: absolute;
    width: calc(100% - 15px);
    height: 29%;
    text-align: center;
    bottom: 0;
    background: rgba(71, 49, 45, 0.69);
}
.hit-text-img:nth-child(even) {
    flex-direction: row-reverse;
}

.hit-text-img:nth-child(even) .hit-img {
    padding: 0 0 0 80px;
}

.hit-text-img:nth-child(even) .hit-text {
    padding: 0 25px 0 0;
}

.hit-text-img:nth-child(odd) .hit-img {
    flex-basis: 57%;
    padding: 0 20px 0 0;
    justify-content: center;
}

.hit-text-img:nth-child(odd) .hit-img img {
    width: 66%;
}

.hit-text-img:nth-child(odd) .hit-text {
    flex-basis: 43%;
}

.hit-img img {
    width: 100%;
    height: auto;
}

.hit-annotation-wrapper {
    flex-basis: 100%;
    height: fit-content;
}

.annotation-inner {
    width: 42%;
    margin-left: 5.5%;
    margin-top: 50px;
    padding-left: 30px;
    border-left: 1px solid black;
    font-size: 14px;
}

@media (max-width: 1220px) {
    .hits-detail-wrapper,
    .hits-block-reviews {
        padding: 0 15px;
    }
    .hits-block-reviews {
        padding: 0 15px 30px 15px;
    }
}

@media (max-width: 1024px) {
    .hits-banners-item {
        margin-bottom: 5px;
    }
    .hits-banners-item:nth-child(even) {
        padding-right: 2.5px;
    }
    .hits-banners-item:nth-child(odd):not(:first-child) {
        padding-left: 2.5px;
    }
    .hits-banners-item .hits-banner-text-wrapper {
        width: calc(100% - 2.5px);
    }
    .hits-delivery-wrapper {
        display: flex;
        flex-direction: column;
    }
    .hits-info-title,
    .hits-delivery-title,
    .hits-payment-title,
    .hits-payment-title,
    .hits-products-title {
        font-size: 30px;
    }

    .hits-products-title {
        margin-top: 61px;
        margin-bottom: 20px;
    }

    .hit-text-img:nth-child(even) .hit-img,
    .hits-delivery-item,
    .hits-payment-wrapper,
    .hit-text,
    .hit-text-img:nth-child(even) .hit-text,
    .hit-text-img:nth-child(odd) .hit-img,
    .hits-delivery-item:nth-child(even) {
        padding: 20px;
    }

    .hit-img {
        align-self: center;
    }

    .annotation-inner {
        width: auto;
        padding-right: 20px;
    }

    .hit-review-right {
        padding: 20px 20px 20px 0;
        flex-basis: calc(73% - 40px);
    }

    .hits-top-banner-text .hits-top-banner-text-title {
        font-size: 45px;
    }

    .hits-top-banner-text .hits-top-banner-text-second {
        font-size: 27px;
    }

    .hits-top-banner-text {
        top: 30%;
    }

    .top-banner-link {
        font-size: 18px;
        margin-left: -74px;
    }

    .top-banner-link img {
        width: 36px;
    }

    .hits-block-reviews,
    .hits-block-payment,
    .hits-block-delivery {
        margin-top: 60px;
    }

    .hits-payment-title,
    .hits-reviews-title,
    .hits-delivery-title,
    .hits-products-title {
        margin-bottom: 29px;
    }

    .hits-banners-item .hits-banner-text {
        font-size: 27px;
        line-height: 86px;
    }

    .hit-review-right {

    }
}
@media (max-width: 820px) {
    .hit-review-right {
        flex-basis: calc(73% - 60px);
    }
}
@media (max-width: 767px) {
    .hits-info-title,
    .hits-delivery-title,
    .hits-reviews-title,
    .hits-payment-title,
    .hits-products-title {
        font-size: 20px;
    }
    .hit-text-img:nth-child(odd) .hit-img img {
        width: 100%;
    }
    .hits-detail-wrapper .hit-text-img {
        flex-direction: column;
        padding: 0;
    }

    .hit-review-inner {
        flex-direction: column;
    }

    .hits-top-banner-text {
        top: 20%;
    }

    .hits-top-banner-text .hits-top-banner-text-title {
        line-height: 50px;
    }

    .hits-top-banner-text .hits-top-banner-text-title {
        font-size: 27px;
    }

    .hits-top-banner-text .hits-top-banner-text-second {
        font-size: 13px;
    }

    .top-banner-link {
        font-size: 8px;
        margin-left: -35px;
    }

    .top-banner-link img {
        width: 21px;
    }

    .hits-block-reviews,
    .hits-block-payment,
    .hits-block-delivery {
        margin-top: 20px;
    }

    .hits-payment-title {
        margin-bottom: 0;
    }

    .hits-delivery-title {
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .hits-banners-item .hits-banner-text {
        font-size: 16px;
        line-height: 52px;
    }

    .owl-prev,
    .owl-next {
        width: 15px;
        height: 30px;
        margin-top: -8px;
    }

    .owl-prev:after,
    .owl-next:after {
        width: 15px;
        height: 30px;
        background-size: cover;
    }

    .hit-review-right {
        padding:30px;
    }

    .hit-review-left {
        display: flex;
    }

    .name-text-wrapper {
        align-self: center;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .hit-review-name {
        font-size: 30px;
        padding: 0;
        font-weight: bold;
        margin-bottom: 14px;
        line-height: 35px;
    }

    .hit-review-buyed {
        font-size: 30px;
        padding: 0;
        line-height: 35px;
    }

    .hit-text-img .hit-img,
    .hit-img img {
        align-self: center;
    }
}

@media (max-width: 570px) {
    .hit-review-left {
        display: flex;
    }

    .hit-review-img {
        flex-basis: 30%;
        padding: 50px 10px;
    }

    .hit-review-img img {
        width: 100%;
    }

    .name-text-wrapper {
        flex-basis: 70%;
        align-self: center;
        display: flex;
    }

    .hit-review-right {
        padding:30px;
    }

    .name-text-wrapper {
        align-self: center;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .hit-review-name {
        font-size: 18px;
        padding: 0;
        font-weight: bold;
        margin-bottom: 14px;
        line-height: 23px;
    }

    .hit-review-buyed {
        font-size: 18px;
        padding: 0;
        line-height: 23px;
    }

    .hits-banners-item .hits-banner-text {
        font-size: 13px;
        line-height: 35px;
    }
}
/* End */
/* /local/templates/woolspirit_adaptive/components/bitrix/news.list/hits/style.css?175078383712612 */
