

/* Start:/bitrix/templates/restola/components/bitrix/news.detail/trademark/style.css?17576845092541*/
.trademark__content__1__img{
    display: flex;
    gap:10px;
    margin-bottom: 100px;
}
.trademark__content__1__img img{
    width: 33%;
}
.trademark__content__2{
    display: flex;
    gap:40px;
}
b{
    font-weight: bold!important;
}
.color__section__2 .trademark__content_wrapper{
    display: flex;
    gap:40px;
    flex-direction: column;
}
.trademark__content__2 .trademark__content__2__img,.trademark__content__2 .trademark__content__2__block{
    width: 50%;
}
.trademark__content__2__block{
    display: flex;
    flex-direction: column;
}
.trademark__content__2 img{
    width: 100%;
}
.block__img__mob{
    display: none;
}
.trademark__content__2__block__img{
    display: flex;
    gap:40px;
}
.trademark__content__2 .trademark__content__2__block__img img{
    width: 50%;
}
.trademark__content__2__block div:last-child{
    margin-top: auto;
}
.trademark_wrap .color__section{
    padding: 40px 0px;
    margin-bottom: 100px;
}
.trademark_wrap .trademark__content__3{
    display: flex;
}
.trademark_wrap .trademark__content__3 .trademark__content__3__text, .trademark_wrap .trademark__content__3 .trademark__content__3__img{
    width: 50%;
}
.trademark_wrap .trademark__content__3 .trademark__content__3__img img{
    width: 100%;
}
.trademark__content__3__text{
    display: flex;
    align-items: center;
}
.trademark__content__3:nth-child(even) .trademark__content__3__text .section__title_wrapper{
    padding-left: 20px;
}
.section__actions{
    position: relative;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__type__1.page__trademarks{
    margin-bottom: 100px;
}
.section__type__1.page__trademarks{
    display: flex;
}
.section__type__1,.section.color__section{
    background-color: #D5E8DD;
}
.type__1__left,.type__1__right{
    width: 50%;
}
.type__1__left{
    margin-left: calc((100vw - 1490px) / 2);
}
.type__1__right img{
    width: 100%;
}
.type__1__head{
    display: flex;
    flex-direction: column;
}
.type__1__head .banner__action{
    margin-top: auto;
    margin-bottom: 60px;
}
.type__1__content{
    height: 100%;
}
.type__1__head{
    height: calc(100% - 50px);
}
.section__title_wrapper h1 {
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
    line-height: 110.00000000000001%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.type_page .page__trademarks .bx-breadcrumb{
    margin-top: 30px;
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/breadcrumb/.default/style.css?1757290438513*/
.bx-breadcrumb{
	display: flex;
	gap: 8px;
}
.bx-breadcrumb-item{
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #A3B0BE;
}
.bx-breadcrumb-item span{
	margin-left: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #A3B0BE;
}
.bx-breadcrumb-item:first-child span{
	margin-left: 0px;
}
.bx-breadcrumb-item.last-item, .bx-breadcrumb-item.last-item *{
	color: #36273B!important;
}
@media screen and (max-width: 1000px) {
	.type_page div.bx-breadcrumb{
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/news.list/trademarks/style.css?1757290438636*/
.trademarks_wrapper {
	padding: 100px 0;
	background: var(--color-11);
}

.trademarks__list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	padding-top: 10px;
}

.trademarks__item {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trademarks__item img {
	max-height: 100px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.trademark__action {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.trademarks_wrapper p.h3{
	margin: 22px 0 20px;
	font-family: 'Old Standard TT';
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
}
/* End */


/* Start:/bitrix/templates/restola/components/bitrix/catalog.section/popular_products_slider/style.css?17572904384060*/
.new_products{
    padding: 100px 0px;
}
.new_products .new_products_top{
    padding: 0px;
}
.new_products_title{
    font-family: 'Old Standard TT';
    font-weight: 700;
    font-size: 32px;
}
.new_products_text{
    max-width: 869px;
    margin-top: 12px;
}
.new_products_text p{
    font-weight: 450;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
}
.new_products_content{
    margin-top: 10px;
}
.new_products_slider{
    position: relative;
}
.new_products_slider_nav{
    width: 100%;
    height: 100%;
}
.new_products_slider_nav_left{
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.new_products_slider_nav_right{
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background-image: url("/bitrix/templates/restola/img/slider_left.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    top: 35%;
}
.new_products_slider_item_picture{
    width: 300px;
    height: 242px;
    display: flex;
    padding: 29px 0px;
    justify-content: center;
}
.new_products_slider_item_article--copy{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    gap: 6px;
}
.new_products_slider_item_article--copy::after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("/bitrix/templates/restola/img/copy.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.new_products_slider_item_name{
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.new_products_slider_item_fast_view{
    visibility: hidden;
    display: flex;
    margin-top: auto;
    background-color: #D5E8DD;
    height: 41px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor:pointer;
}
.new_products_slider_item_wrap{
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    height: 99%;
}
.new_products_slider_item_wrap:hover{
    border: 1px solid #C1CEDC;
}
.new_products_slider_item_wrap:hover .new_products_slider_item_fast_view{
    visibility: visible;
    opacity: 1;
}
.new_products_slider_item_desc{
    padding: 0px 12px;
}


/* Обёртка слайдера */
.product-card-fast-view-slider {
    max-width: 400px;
    margin-right: 20px;
}

/* Стрелки навигации */
.product-card-fast-view-slider-simple-navigation-left,
.product-card-fast-view-slider-simple-navigation-right {
    width: 30px;
    height: 30px;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.product-card-fast-view-slider-simple-navigation-left {
    left: 0;
}
.product-card-fast-view-slider-simple-navigation-right {
    right: 0;
}

/* Слайдер */
.product-card-fast-view-slider-items img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Миниатюры */
.product-card-fast-view-slider-all-picture-items {
    margin-top: 10px;
}
.product-card-fast-view-slider-all-picture-item {
    padding: 5px;
    cursor: pointer;
}
.product-card-fast-view-slider-all-picture-item img {
    width: 60px;
    height: auto;
    border: 2px solid transparent;
}
.product-card-fast-view-slider-all-picture-item.slick-current img {
    border-color: #333;
}

/* Контент продукта */
.product-card-fast-view-product-content {
    max-width: 450px;
}
.product-card-fast-view-product-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-card-fast-view-product-description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.btn-dark {
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
/* End */
/* /bitrix/templates/restola/components/bitrix/news.detail/trademark/style.css?17576845092541 */
/* /bitrix/templates/restola/components/bitrix/breadcrumb/.default/style.css?1757290438513 */
/* /bitrix/templates/restola/components/bitrix/news.list/trademarks/style.css?1757290438636 */
/* /bitrix/templates/restola/components/bitrix/catalog.section/popular_products_slider/style.css?17572904384060 */
