

/* Start:/local/templates/template.main/components/ma/news.list/template.creative.banners/style.css?17024418404065*/
.b-banners {
    margin-bottom: 42px;
    padding-top: 30px
}

.b-creative-title {
    margin-bottom: 30px;
}

.b-banners_section {
    position: relative;
    display: flex;
    /*-ms-flex-pack: distribute;*/
    /*justify-content: space-around;*/
    margin: 0 0 50px;
}

.b-banners_section.count-4,
.b-banners_section.count-5 {
    flex-wrap: wrap;
}

/*.b-banners_section.count-3::after,
	.b-banners_section.count-4::after,
	.b-banners_section.count-5::after {
		content: '';
		display: table;
		clear: both;
	}*/

@media (min-width: 1072px) {
    .b-banners_section.count-3 .b-banners_item {
        min-height: 260px;
    }
}

.b-banners_section.count-3 .b-banners_item {
    /*float: left;*/
    position: relative;

    margin: 0 0 20px 20px;
    background: transparent center no-repeat;
    background-size: cover;
}

.count-3 > .b-banners_item:first-child {
    margin-left: 0;
}

.count-4 .b-banners_item:nth-of-type(1),
.count-5 .b-banners_item:nth-of-type(1),
.count-4 .b-banners_item:nth-of-type(3),
.count-5 .b-banners_item:nth-of-type(3) {
    margin-left: 0;
}

.count-4 .b-banners_item,
.count-5 .b-banners_item {
    width: calc(50% - 10px);
}

.count-5 .b-banners_item:nth-of-type(5) {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 20px;
    transform: translate(-50%, -50%);
    background: #41454d;
}

.b-banners-block {
    display: flex;
}

.count-3 .b-banners-block {
    flex-direction: column;
}

.b-banners_item a,
.b-banners_item a:visited,
.b-banners_item a:hover,
.b-banners_item a:active {
    position: relative;
    display: block;
    width: 100%;
    /*height: 0;*/
    overflow: hidden;
    color: #fff;
}

.b-banners_item a::after,
.b-banners_item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 125px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.75;
    transition: all 0.25s;
}

.b-banners_item a:hover::after,
.b-banners_item a:active::after {
    height: 150px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8;
}

.b-banners_item a::before {
    top: 0;
    bottom: unset;
    height: 100px;
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0) 100%);
    opacity: 0;
}

.b-banners_item a:hover::before,
.b-banners_item a:active::before {
    opacity: 0.6;
}


/*.b-banners_item img {
				transform: scale(1);
				transform-origin: 50% 50%;
				transition: transform .3s ease;
			}
			.b-banners_item img:hover {
				transform: scale(1.05);
			}*/
.b-banners_item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}

.b-banners_item-info_title {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
}

@media (max-width: 1072px) {
    .b-banners_item-info_title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 120% */
        letter-spacing: -0.2px;
    }
}

@media (max-width: 820px) {
    .b-banners_section.count-3 {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 18px;
    }

    .b-banners_section.count-3 .b-banners_item-info {
        padding: 10px;
    }

    .b-banners_section.count-3 .b-banners_item-info_title {
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 24px;
    }

}

@media (max-width: 550px) {
    .b-banners_section.count-3 {
        flex-direction: column;
    }
    .b-banners_section.count-3 .b-banners_item-info_title {
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 24px;
    }
    .b-banners_section.count-3 .b-banners_item {
        margin: 0 0 16px 0;

    }
    .b-banners_section.count-3 .b-banners_item img {
        width: 100%;
    }

}
/* End */


/* Start:/local/templates/template.main/components/ma/news.list/promo-block/style.css?1753688248895*/
.promo-block {
	margin-bottom: 80px;
}

.promo-block__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.promo-block__item {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	padding: 20px 34px 30px;
}

.promo-block__item-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
}

.promo-block__title {
	max-width: 420px;
	font-weight: 400;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 40px;
	letter-spacing: -0.2px;
}

.g-button.promo-block__button {
	font-size: 13px;
	padding: 14px 34px;
}

.promo-block__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #600058;
}

.promo-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (max-width: 1024px) {
	.promo-block__inner {
		flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/template.main/components/ma/catalog.section.list/template.categories/style.css?17332019195194*/
.b-collection-title {
    margin: 20px 0 30px;
    text-align: left !important;
}

.b-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px 50px;
}

.b-collection_section {
    flex: 0 1 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.b-collection_section_holder:link,
.b-collection_section_holder:visited,
.b-collection_section_holder:hover,
.b-collection_section_holder:active {
    position: relative;
    display: block;
    /*margin: 0 0 0 20px;*/
    /*padding: 20px 20px 30px;*/
    text-decoration: none;
    /* background-color: #343840; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: inherit;
}

.b-collection_section_holder,
.b-collection_section_title,
.b-collection_section_description {
    position: relative;
    z-index: 2;
}

.b-collection_section_holder {
    position: relative;
    /*width: 120px;*/
    /*height: 120px;*/
    margin-bottom: 13px;
    /*padding: 5px;*/
    /*font-weight: bold;*/
    font-size: 22px;
    /*background: #fff;*/
    color: var(--color-pink);
}

.b-collection_section_link,
.b-collection_section_link:visited,
.b-collection_section_link:hover,
.b-collection_section_link:active {
    position: relative;
    display: block;
    width: 100%;
    /*height: 0;*/
    overflow: hidden;
    color: #fff;
}

.b-collection_section_link::after,
.b-collection_section_link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 125px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.75;
    transition: all 0.25s;
}

.b-collection_section_holder:hover .b-collection_section_link::after {
    height: 150px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8;
}

.b-collection_section_link::before {
    top: 0;
    bottom: unset;
    height: 100px;
    opacity: 0;
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 0) 100%);
}

.b-collection_section_holder:hover .b-collection_section_link::before {
    opacity: 0.6;
}

.b-collection_section_holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.b-collection_section_holder img,
.b-collection_section_holder span {
}

.b-collection_section_text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*transform: translate(-50%, -50%);*/
    font-family: 'Helvetica Neue', 'Rouble', 'Arial', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
}

.b-collection_section_text a,
.b-collection_section_text a:hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.b-collection_section_text a:hover {
    text-decoration: underline;
}

.b-collection_section_text-holder {
}

.b-collection_section_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}

.b-collection_section_info-title {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
}

.b-collection_section_info-description {
    display: block;
}

.b-collection_section_title {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
}

.b-collection_section_description {
    min-height: 57px;
    font-size: 14px;
    line-height: 19px;
}

.b-collection_section_description p {
    margin: 0;
}

.b-collection_section_links {
}

.b-collection_section_links_item {
    margin: 0 0 10px;
    font-size: 16px;
    text-align: center;
}

.b-collection_section_links_item a {
    text-decoration: none;
}

.b-collection_section_links_item a:hover {
    text-decoration: underline;
}

@media (max-width: 831px) {
    .b-collection_section_holder .b-collection_section_info-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 24px;
    }

    .b-collection_section_holder .b-collection_section_info {
        padding: 10px;
    }

    .b-collection {
        margin: 0;
        padding-left: 6px;
        padding-right: 6px;
        gap: 16px;
    }

    .b-collection .b-collection_section {
        min-width: 300px;
        padding: 0;
    }

    .b-collection_section .b-collection_section_links .b-collection_section_links_item {
        margin-bottom: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (max-width: 647px) {
    .b-collection .b-collection_section {
        min-width: 100%;
        padding: 0;
    }
    .b-collection .b-collection_section img {
        width: 100%;
        object-fit: cover;
    }
    .b-collection .b-collection_section .b-collection_section_holder {
        /*height: 300px;*/
        overflow: hidden;
    }
}
/* End */
/* /local/templates/template.main/components/ma/news.list/template.creative.banners/style.css?17024418404065 */
/* /local/templates/template.main/components/ma/news.list/promo-block/style.css?1753688248895 */
/* /local/templates/template.main/components/ma/catalog.section.list/template.categories/style.css?17332019195194 */
