

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1783499324963*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	/*height: 22px;*/
	/*white-space: nowrap;*/
	display: flex;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #c3c3c3;
	transition: 1s;
}

.bx-breadcrumb:hover .bx-breadcrumb-item-text {
	color: #000000;
	transition: 1s;
}

span.separator {
	width: 20px;
	display: block;
	text-align: center;
	color: var(--gray);
}
/* End */


/* Start:/local/templates/yd2page/components/bitrix/menu/inner_top/style.css?17869625721393*/
.search-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	scrollbar-width: none;
	position: relative;
}

@media (max-width: 991px) {
	.search-tags-cloud {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}

	.search-tags-cloud > * {
		flex-shrink: 0;
		scroll-snap-align: start;
	}

	.tag-reviews {
		position: relative !important;
	}
}

.search-tag-item {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ededed;
	color: #787878;
	padding: 5px 10px 5px 14px;
	display: inline-block;
	font-size: 12pt;
	transition: 0.6s;
}

.search-tag-item:hover {
	background: var(--active);
	color: #fff;
}

.search-tag-item:hover sup{
	color: #fff;
}

.search-tag-item sup{
	color: var(--active);
	font-size: 10px;
	transition: 0.6s;
}

.tag-reviews {
	position: absolute;
	right: 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ededed;
	color: #787878;
	padding: 5px 10px 5px 14px;
	display: inline-block;
	font-size: 12pt;
	transition: 0.6s;
}
.tag-reviews:hover {
	background: var(--active);
	color: #fff;
}

.all-compilations {
	background-color: var(--second-active);
	color: #fff;
}
.all-compilations:hover {
	color: #fff;
}
.all-compilations sup{
	color: var(--white);
	font-size: 10px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/rounded/style.css?17901670782260*/
.pagenav-rounded {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}

.pagenav-rounded__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #eee;
    border-radius: 30px;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

a.pagenav-rounded__item {
    color: var(--second);
    text-decoration: none;
    transition: border-color 0.2s;
}

a.pagenav-rounded__item:hover {
    border-color: var(--second);
}

.pagenav-rounded__page {
    padding: 0 6px;
}

.pagenav-rounded__page--current {
    background: var(--second);
    border-color: var(--second);
    color: #fff;
}

.pagenav-rounded__dots {
    color: #ccc;
}

.pagenav-rounded--mobile-only {
    display: none;
}

/*   Стрелки у кнопок «Новее» / «Старше»   */
.pagenav-rounded__item--prev::before,
.pagenav-rounded__item--next::after {
    display: inline-block;
    transition: transform 0.1s;
}

.pagenav-rounded__item--prev::before {
    content: "\2190";
    margin-right: 0.5em;
}

.pagenav-rounded__item--next::after {
    content: "\2192";
    margin-left: 0.5em;
}

a.pagenav-rounded__item--prev:hover::before {
    transform: translateX(-3px);
}

a.pagenav-rounded__item--next:hover::after {
    transform: translateX(3px);
}

@media screen and (max-width: 600px) {
    .pagenav-rounded {
        gap: 4px;
        margin-top: 1rem;
    }

    .pagenav-rounded__item {
        min-width: 40px;
        height: 40px;
        padding: 0 4px;
    }

    /*   В кнопках остаются только стрелки, текст — для скринридеров   */
    .pagenav-rounded__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .pagenav-rounded__item--prev::before,
    .pagenav-rounded__item--next::after {
        margin: 0;
    }

    .pagenav-rounded--desktop-only {
        display: none;
    }

    .pagenav-rounded--mobile-only {
        display: inline;
    }
}

/* End */


/* Start:/local/templates/yd2page/components/bitrix/news/portfolio/bitrix/news.list/list/style.css?17836792391464*/
@media screen and (min-width: 992px) {
    .portfolio_title {
        margin-top: 3rem;
    }
    .portfolio-description {
        margin-top: 3rem;
    }
    .portfolio_block .portfolio_title a {
        font-size: 20pt;
        font-weight: bold;
    }
}

@media screen and (max-width: 991px) {
    .portfolio_title {
        margin-top: 1rem;
    }
    .portfolio_title a {
        font-size: 16pt;
        font-weight: bold;
    }
    .portfolio-description {
        margin-top: 1rem;
    }
    .some-link {
        font-size: 12pt;
    }
}

@media screen and (max-width: 767px) {
    .portfolio_block img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .portfolio_block:hover {
        box-shadow: 0 7px 20px 0 #e2e2e2cc;
        transform: scale(1.02);
    }
}

.portfolio_block {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    margin: 2vw 0 20px 0;
    background: #fff;
    transition: 2s;
}

.portfolio_block img {
    margin: 0;
    transition: 3s;
}

.video-container {
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.video-link {
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    background-image: url(/img/loading.gif);
    background-size: 50px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.sec-description, .sec-description p{
    font-size: 14pt;
    color: #6b6b6b;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1783499324963 */
/* /local/templates/yd2page/components/bitrix/menu/inner_top/style.css?17869625721393 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/rounded/style.css?17901670782260 */
/* /local/templates/yd2page/components/bitrix/news/portfolio/bitrix/news.list/list/style.css?17836792391464 */
