

/* Start:/local/templates/rais/components/bitrix/news.list/main-banner/style.css?17639736443715*/
.banner-main {
    height: calc(100svh + 30px);
}

.banner-main__swiper {
    height: 100%;
}

.banner-main__swiper-wrapper {
    height: calc(100% - 30px);
}

.banner-main__swiper-slide {
    position: relative;
}

.banner-main__photo {
    height: 100%;
}

.banner-main__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.2;
}

.banner-main__content {
    width: max-content;
    max-width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    color: #FFFDEA;
    text-align: center;
    z-index: 2;
}

.banner-main__heading {
    font-family: 'Bounded';
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-main__link {
    width: 350px;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFDEA;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #FFFDEA;
    margin-bottom: 10px;
}

.banner-main__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFDEA;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.4s ease;
}

.banner-main__link span {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.banner-main__link:hover:after {
    transform: scaleX(1);
}

.banner-main__link:hover span {
    color: #281D18;
}

.banner-main__text {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-main__swiper-button-prev, .banner-main__swiper-button-next {
    width: 3px;
    height: 155px;
    position: absolute;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    background: #B5A99D;
    z-index: 3;
    cursor: pointer;
}

.banner-main__swiper-button-prev {
    left: 20px;
}

.banner-main__swiper-button-next {
    right: 20px;
}

.banner-main__swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.banner-main__swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background: #281D18;
    border-radius: 0;
    margin: 0 !important;
    opacity: 0.2;
    transition: all .4s ease;
}

.banner-main__swiper-pagination .swiper-pagination-bullet-active {
    width: 155px;
}

@media (max-width: 768px) {
    .banner-main {
        height: calc(100svh + 20px);
    }

    .banner-main__swiper-wrapper {
        height: calc(100% - 20px);
    }

    .banner-main__overlay {
        opacity: 0.3;
    }

    .banner-main__content {
        bottom: 100px;
        gap: 15px;
    }

    .banner-main__heading {
        font-size: 20px;
    }

    .banner-main__link {
        width: 210px;
        height: 40px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .banner-main__text {
        font-size: 16px;
        font-weight: 400;
    }

    .banner-main__swiper-button-prev, .banner-main__swiper-button-next {
        height: 70px;
        top: calc(50% - 10px);
    }

    .banner-main__swiper-button-prev {
        left: 15px;
    }

    .banner-main__swiper-button-next {
        right: 15px;
    }

    .banner-main__swiper-pagination {
        gap: 8px;
        margin-top: 10px;
    }

    .banner-main__swiper-pagination .swiper-pagination-bullet {
        width: 50px;
    }

    .banner-main__swiper-pagination .swiper-pagination-bullet-active {
        width: 125px;
    } 
}
/* End */


/* Start:/local/templates/rais/components/bitrix/catalog.section/product-slider/style.css?17767788645723*/
.collection-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    color: #281D18;
    margin-top: 50px;
    margin-bottom: 80px;
}
.collection-new__header {
    width: 100%;
    position: relative;
}
.collection-new__arrows {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    gap: 30px;
}
.collection-new__arrow {
    width: 100%;
    height: 100%;
    position: static;
    margin: 0;
}
.collection-new__arrow::after {
    content: '';
}
.collection-new__subtitle {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 20px;
}
.collection-new__title {
    font-family: 'Bounded';
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.collection-new__slider {
    width: 100%;
}
.collection-new__link {
    width: 295px;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #281D18;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #281D18;
}
.collection-new__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #281D18;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .4s ease;
}
.collection-new__link span {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}
.collection-new__link:hover:after {
    transform: scaleX(1);
}
.collection-new__link:hover span {
    color: #FFFEF9;
}
.card {
    color: #281D18;
    text-decoration: none;
}
.card:hover .card__photo img {
    transform: scale(1.1);
}
.card__photo {
    max-height: 600px;
    position: relative;
    aspect-ratio: 0.65;
    background: #F3EFE4;
    transition: all .4s ease;
}
.card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}
.card__tag {
    height: 35px;
    /*position: absolute;*/
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #DCCDB0;
    border-radius: 3px;
    padding: 9px 20px;
    box-sizing: border-box;
}
.card__badge {
    height: 35px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F3EFE4;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(40,29,24,0.3);
    border-radius: 3px;
    padding: 9px 15px;
    box-sizing: border-box;
}
.card__favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}
.card__favorite path {
    fill: transparent;
    transition: all .4s ease;
}
.card__favorite:hover path{
    fill: #281D18;
}
.card__add-to-cart {
	height: auto !important;
	width: auto !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .4s ease;
}
.card__add-to-cart:hover {
    transform: scale(1.1);
}
.card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.card__title {
    font-weight: 600;
    text-transform: uppercase;
}
.card__colors {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.card__color {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}
.card__color:after {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 50%;
}
.card__color--active:after {
    border: 1px solid #D9D9D9;
}
.card__colors-more {
    font-size: 14px;
    font-weight: 500;
    margin-left: 2px;
}
@media (max-width: 768px) {
    .collection-new {
        gap: 30px;
        padding: 0 15px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .collection-new__arrows {
        top: 0px;
        right: 0px;
        transform: none;
    }
    .collection-new__subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .collection-new__title {
        font-size: 20px;
    }
    .collection-new__cards {
        margin-bottom: 5px;
    }
    .collection-new__link {
        width: 210px;
        height: 40px;
        font-size: 12px;
    }
    .card__tag {
        height: 20px;
        top: 10px;
        left: 10px;
        font-size: 10px;
        border-radius: 1.7px;
        padding: 4px 10px;
    }
    .card__badge {
        height: 20px;
        left: 10px;
        bottom: 10px;
        font-size: 10px;
        border-radius: 1.7px;
        padding: 4px 10px;
    }
    .card__favorite {
        top: 10px;
        right: 10px;
    }
    .card__favorite svg {
        width: 22px;
        height: auto;
    }
    .card__add-to-cart {
        right: 10px;
        bottom: 10px;
    }
    .card__add-to-cart svg {
        width: 35px;
        height: auto;
    }
    .card__content {
        gap: 2px;
        font-size: 12px;
        padding: 8px 5px;
    }
    .card__colors {
        gap: 10px;
        margin-top: 6px;
    }
    .card__color {
        width: 24px;
        height: 24px;
    }
    .card__color:after {
        width: 27px;
        height: 27px;
    }
    .card__colors-more {
        font-size: 10px;
        font-weight: 400;
        margin-left: -5px;
    }
}
/* End */


/* Start:/local/templates/rais/components/bitrix/news.list/categories/style.css?17752063402842*/
.categories {
    padding: 70px 0px 90px;
    overflow: hidden;
}

.categories__title {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px;
    margin-bottom: 40px;
}

.categories__gender-options {
    position: relative;
    display: flex;
    gap: 60px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(181,169,157,0.8);
    padding-bottom: 14px;
    margin: 0 20px 25px;
}

.categories__gender-option {
  position: relative;
  cursor: pointer;
}

.categories__underline {
  position: absolute;
  bottom: -1.5px;
  height: 3px;
  background: #281D18;
  transition: all 0.4s ease;
}

.categories__options-wrapper {
    position: relative;
    min-height: 320px;
}

.categories__options {
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 20px;
    transition: all .4s ease;
    padding: 0 20px 20px;
    overflow-x: auto;
    scrollbar-width: thin;
}


.categories__options-female {
    transform: translateX(-110%);
}

.categories__options-female.categories__options--active {
    transform: translateX(0);
}

.categories__options-male {
    transform: translateX(110%);
}

.categories__options-male.categories__options--active {
    transform: translateX(0);
}


.category {
    min-width: 210px;
	max-width: 260px;
    flex: 1;
    color: #281D18;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.category:hover .category__photo img {
    transform: scale(1.1);
}

.category__photo {
    aspect-ratio: 0.75;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3EFE4;
    border-radius: 8px;
    margin-bottom: 15px;
}

.categories__options-male .category__photo {
    background: #281C18;
}

.category__photo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all .4s ease;
}

@media (max-width: 768px) {
    .categories {
        padding: 60px 0px 60px;
    }

    .categories__title {
        font-size: 16px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .categories__gender-options {
        font-size: 12px;
        padding-bottom: 10px;
        margin: 0 15px 20px;
    }

    .categories__options-wrapper {
        min-height: 170px;
    }

    .categories__options {
        width: calc(100% - 30px);
        gap: 10px;
        padding: 0 15px 10px;
        scrollbar-width: none;
    }

    .category {
        min-width: 110px;
        font-size: 12px;
    }

    .category:hover .category__photo img {
        transform: scale(1.1);
    }

    .category__photo {
        height: 145px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .category__photo img {
        max-width: 80%;
        max-height: 80%;
    }
}
/* End */


/* Start:/local/templates/rais/components/bitrix/news.list/collection-slider/style.css?17736614403429*/
.collection-slider {
    color: #281D18;
    margin-top: 100px;
    margin-bottom: 80px;
}

.collection-slider__header {
    position: relative;
    margin-bottom: 40px;
}

.collection-slider__title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
}

.collection-slider__arrows {
    position: absolute;
    right: 8px;
    bottom: 0;
    display: none;
    gap: 30px;
}

.collection-slider__arrow {
    background: none;
    border: none;
    cursor: pointer;
    transition: all .4s ease;
}

.collection-slider__arrow.swiper-button-disabled {
    opacity: 0.5;
}

.collection-slider__swiper {
    margin-bottom: 40px;
}

.collection-slider__card {
	max-height: 550px;
    aspect-ratio: 0.65;
    height: auto;
    position: relative;
    overflow: hidden;
}

.collection-slider__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
    transition: all .4s ease;
}

.collection-slider__card:hover .collection-slider__card-img {
    transform: scale(1.1);
}

.collection-slider__card-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.collection-slider__card-icon rect {
    transition: all .4s ease;
}

.collection-slider__card:hover .collection-slider__card-icon rect {
    fill-opacity: 0.5;
}

.collection-slider__buttons {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.collection-slider__button {
    width: 100%;
    height: 45px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #281D18;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #281D18;
}

.collection-slider__button--black {
    color: #FFFEF9;
    background: #281D18;
}

.collection-slider__button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #281D18;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .4s ease;
}

.collection-slider__button--black:after {
    background: #FFFEF9;
}

.collection-slider__button span {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.collection-slider__button:hover:after {
    transform: scaleX(1);
}

.collection-slider__button:hover span {
    color: #FFFEF9;
}

.collection-slider__button--black:hover span  {
    color: #281D18;
}

@media (max-width: 768px) {
    .collection-slider {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .collection-slider__header {
        margin-bottom: 30px;
    }

    .collection-slider__title {
        max-width: 180px;
        font-size: 16px;
        font-weight: 400;
        margin: 0 auto;
    }

    .collection-slider__arrows {
        display: flex;
    }

    .collection-slider__swiper {
        padding: 0 15px;
        margin-bottom: 35px;
    }

    .collection-slider__card:hover .collection-slider__card-img {
        transform: scale(1);
    }

    .collection-slider__card-icon {
        width: 35px;
        height: auto;
        right: 10px;
        bottom: 10px;
    }

    .collection-slider__buttons {
        width: 210px;
    }

    .collection-slider__button {
        height: 40px;
        font-size: 12px;
        font-weight: 400;
    }
}
/* End */
/* /local/templates/rais/components/bitrix/news.list/main-banner/style.css?17639736443715 */
/* /local/templates/rais/components/bitrix/catalog.section/product-slider/style.css?17767788645723 */
/* /local/templates/rais/components/bitrix/news.list/categories/style.css?17752063402842 */
/* /local/templates/rais/components/bitrix/news.list/collection-slider/style.css?17736614403429 */
