/* preview-block start */
.preview-block {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: auto;
    margin-bottom: 60px;
}

.preview-block__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

@media(max-width: 450px){
    .preview-block__img {
        height: inherit;
    }
}

.preview-block__title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 12px;
}

.preview-block__title-name {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 250;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (min-width: 321px) {
    .preview-block__title-name {
        font-size: 41px;
        line-height: 41px;
    }
}

@media screen and (min-width: 768px) {
    .preview-block {
        margin-bottom: 70px;
    }

    .preview-block__title {
        left: 22px;
    }

    .preview-block__title-name {
        font-size: 51px;
        line-height: 51px;
    }

    .preview-block,
    .preview-block__img {
        height: 229px;
    }
}

@media screen and (min-width: 1024px) {
    .preview-block__title {
        left: 30px;
    }

    .preview-block__title-name {
        font-size: 81px;
        line-height: 81px;
    }

    .preview-block,
    .preview-block__img {
        height: 337px;
    }
}

@media screen and (min-width: 1920px) {
    .preview-block {
        margin-bottom: 120px;
    }

    .preview-block__title {
        left: 90px;
    }

    .preview-block__title-name {
        font-size: 81px;
        line-height: 81px;
    }

    .preview-block,
    .preview-block__img {
        height: 377px;
    }
}
/* preview-block end */

/* collections-block start */
.collections-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}

.collections-list__item:not(:last-child) {
    margin-bottom: 45px;
}

.collections-name {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.collections-name__main {
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.collections-name__counter,
.collections-name__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    color: #00000080;
}

.collections-name__counter {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.035em;
}

.collections-name__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 250;
    margin-top: 0;
    margin-bottom: 0;
}

.collections-list__item.active .collections-name__title,
.collections-list__item.active .collections-name__counter {
    color: #000;
}

@media screen and (min-width: 321px) {
    .collections-list__item:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .collections-list {
        padding: 0 20px;
    }

    .collections-name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .collections-name__main {
        margin-top: 0;
    }

    .collections-name__counter {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
        margin-right: 45px;
    }

    .collections-name__title {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .collections-list {
        padding: 0 30px;
    }

    .collections-list__item:not(:last-child) {
        margin-bottom: 70px;
    }

    .collections-name__counter {
        margin-right: 60px;
    }

    .collections-name__title {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1920px) {
    .collections-list {
        padding: 0;
    }

    .collections-name__title {
        font-size: 45px;
				line-height: 120%;
    }
}
/* collections-block end */

/* collections-body start */
.collections-list__item .collections-wrapper {
    max-height: 0;
    transition: max-height .4s linear;
    overflow: hidden;
    position: relative;
}

.collections-list__item.active .collections-wrapper {
    position: relative;
    transition: max-height .4s linear;
    max-height: 850px;
    padding-bottom: 80px;
}

@media screen and (min-width: 1024px) {
    .collections-list__item.active .collections-wrapper {
        max-height: 600px;
    }
}

.collections-list__item.active .collections-body {
    display: flex;
}

.collections-body__item {
    padding-top: 30px;
}

.collections-body__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.collections-body__img-source {
    width: 100%;
    height: 100%;
    max-height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
}

.collections-body__img-picture {
    width: 100%;
}

.collections-body__info {
    overflow: hidden;
}

.collections-body__info .collections-info__title,
.collections-body__info .collections-info__text,
.collections-body__info .collections-info__link {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
}

.collections-body__info .collections-info__title {
    display: block;
    font-weight: 250;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
    text-decoration: none;
}

.collections-body__info .collections-info__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0.035em;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    display: none;
}

.collections-body__info .collections-info__text br {
    display: block;
    content: "";
    height: 15px;
}

.collections-body__info .collections-info__link {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.5);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
}

.collections-links {
    margin-top: 45px;
}

.collections-links .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.collections-links .collections-links__block {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.collections-links  .collections-links__block-link {
    cursor: pointer;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 25px;
}

.collections-links  .collections-links__block-link.active {
    opacity: 1;
}

.collections-links .swiper-pagination {
    position: initial;
    margin-top: 5px;
}

.collections-links .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 15px !important;
}

.collections-links .swiper-pagination-bullet-active {
    color: #BB559D;
}

/* TODO: раскидать по медиазапросам */

@media screen and (max-width: 767px) {
    .collections-links {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .collections-links {
        display: none;
    }

    .collections-list__item .collections-wrapper {
        display: flex;
    }

    .collections-body.collections-swiper {
        overflow: hidden;
    }
}

.collections-links__desktop {
    min-width: 250px;
    margin-top: 60px;
    overflow-y: auto;
    margin-right: 40px;
}

.collections-links__desktop::-webkit-scrollbar {
    width: 5px;
}

.collections-links__desktop::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
}

.collections-links__desktop::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2px;
}

.collections-links__desktop-item {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    opacity: 0.5;
    letter-spacing: 0.035em;
    cursor: pointer;
}

.collections-links__desktop-item.active {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
	.collections-links__desktop {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
    .collections-links__desktop {
        min-width: 375px;
    }

    .collections-links__desktop-item {
        font-size: 24px;
        line-height: 24px;
    }
}

.collections-list__item.active .collections-swiper-scrollbar {
    height: 5px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #c4c4c4;
    left: 0 !important;
    bottom: 50px !important;
    width: 100% !important;
}

.collections-list__item.active .collections-swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #000;
    border-radius: 0;
    height: 5px;
}

.slides-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.slides-counter__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.slides-counter__btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.slides-counter__btn.slider-arrow--left {
    padding: 0 12px 0 0;
}

.slides-counter__btn.slider-arrow--right {
    padding: 0 0 0 12px;
}

.slides-counter__btn.slider-arrow--right .slider-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slides-counter .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    width: auto !important;
    color: rgba(0, 0, 0, 0.5);
    min-width: 70px;
}

.slides-counter .swiper-pagination .swiper-pagination-current {
    color: rgba(0, 0, 0);
}

.slide-counter {
    display: none;
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    margin-bottom: 0;
}

.slide-counter__current {
    color: rgba(0, 0, 0);
}

@media screen and (min-width: 321px) {
}

@media screen and (min-width: 768px) {
    .collections-list__item.active .collections-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .collections-body__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 60px;
    }

    .collections-links__desktop {
        margin-bottom: 20px;
    }

    .collections-body__img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 15px;
    }

    .collections-body__img-source {
        max-width: 520px;
    }

    .collections-body__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15px;
    }

    .collections-body__info .collections-info__title {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 41px;
    }

    .collections-body__info .collections-info__text {
        display: block;
    }

    .collections-body__info .collections-info__link {
        display: block;
    }

    .collections-body__info-wrapper {
        max-width: 380px;
    }

    .slide-counter {
        display: block;
    }

    .slides-counter {
        justify-content: flex-end;
    }

    .slides-counter .swiper-pagination {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .collections-body__img {
        padding-right: 20px;
    }

    .collections-body__info {
        padding-left: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .collections-body__info .collections-info__title {
        font-size: 30px;
				line-height: 120%;
    }
}

@media screen and (min-width: 1920px) {
    .collections-body__img {
        padding-right: 45px;
    }

    .collections-body__info {
        padding-left: 45px;
    }

		.collections-body__info .collections-info__title {
			font-size: 32px;
			line-height: 120%;
		}

    .collections-links__desktop {
        min-width: 375px;
        margin-right: 52px;
    }
}

.new{
    font-weight: bold;
    color:#bb559d;
}

/* collections-body end */
