

/* Start:/local/templates/tula_2.0/components/bitrix/news.list/news-mix/style.css?16382351284222*/
.news-mix {
	--offset-news: 48px;
}

.news-mix__col-wrap {
	display: flex;
}

.news-mix__picture {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.news-mix__picture-data {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-mix__add {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	width: 300px;
	margin-left: var(--offset-news);
}

.news-mix__title {
	align-self: flex-start;
	margin: 0 0 30px 0;
}

.news-mix__main {
	flex-grow: 1;
}

.news-mix__plug {
	display: flex;
	margin-bottom: 20px;
}

.news-mix__line {
	display: flex;
}

.news-mix__line--bottom {
	display: none;
}

.news-mix__plug .news-mix__line {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	width: calc(34.94% - var(--offset-news));
	margin-left: var(--offset-news);
}

.news-mix__plug .line-card-news {
	display: none;
}

.news-mix__plug .line-card-news:nth-child(1),
.news-mix__plug .line-card-news:nth-child(2) {
	flex-grow: 1;
	display: flex;
}

.news-mix__plug .line-card-news:nth-child(1) {
	margin-bottom: 20px;
}

.news-mix__plug ~ .news-mix__line .line-card-news {
	margin-right: var(--offset-news);
}

.news-mix__plug ~ .news-mix__line .line-card-news:last-child {
	margin-right: 0;
}

.news-mix__add-data {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-mix__tape {
	margin-bottom: 30px;
}

.news-mix__tape .simple-card-news {
	margin-bottom: 30px;
}

.news-mix__tape .simple-card-news:last-child {
	margin-bottom: 0;
}

.news-mix__widget {
	margin-top: auto;
}

@media screen and (max-width: 1023px) {
	.news-mix {
		--offset-news: 22px;
	}

	.news-mix__title {
		margin-bottom: 22px;
	}

	.news-mix__plug {
		flex-direction: column;
		margin-bottom: 0;
	}

	.news-mix__main {
		margin-bottom: var(--offset-news);
	}

	.news-mix__plug .news-mix__line {
		flex-direction: row;
		width: 100%;
		margin-left: 0;
	}

	.news-mix__plug .line-card-news:nth-child(1) {
		margin-bottom: 0;
		margin-right: var(--offset-news);
	}

	.news-mix__add {
		width: calc(34.256% - var(--offset-news));
	}

	.news-mix__tape {
		margin-bottom: 35px;
	}

	.news-mix__picture-data > .news-mix__line {
		display: none;
	}

	.news-mix__tape .simple-card-news {
		margin-bottom: var(--offset-news);
	}

	.news-mix__tape .simple-card-news:nth-child(5) {
		margin-bottom: 0;
	}

	.news-mix__tape .simple-card-news:nth-child(6),
	.news-mix__tape .simple-card-news:nth-child(7){
		display: none;
	}

	.news-mix__line--bottom {
		display: flex;
		margin-top: var(--offset-news);
	}

	.news-mix__line--bottom .line-card-news {
		margin-right: var(--offset-news);
	}

	.news-mix__line--bottom .line-card-news:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
	.news-mix__tape {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}

	.news-mix__tape .simple-card-news {
		flex-grow: 1;
	}
}

@media screen and (min-width: 767px) {
	.news-mix__tape {
		padding-left: 10px;
		border-left: 1px solid var(--color-gray);
	}
}

@media screen and (max-width: 767px) {
	.news-mix__col-wrap {
		flex-direction: column;
	}

	.news-mix__add {
		width: 100%;
		margin-left: 0;
	}

	.news-mix__line--bottom {
		display: none;
	}

	.news-mix__picture {
		margin-bottom: 48px;
	}

	.news-mix__tape {
		margin-bottom: 32px;
	}

	.news-mix__tape .simple-card-news {
		margin-bottom: 16px;
	}

	.news-mix__tape .simple-card-news:nth-child(5) {
		margin-bottom: 16px;
	}

	.news-mix__tape .simple-card-news:nth-child(6),
	.news-mix__tape .simple-card-news:nth-child(7) {
		display: block;
	}

	.news-mix__main {
		margin-bottom: 32px;
	}

	.news-mix__line.owl-carousel {
		opacity: 0;
		transition: opacity var(--transition-default) ease;
	}

	.news-mix__line.owl-carousel.owl-loaded {
		opacity: 1;
	}

	.news-mix__line.owl-carousel .line-card-news {
		height: 100%;
	}

	.news-mix__plug .line-card-news {
		display: flex;
		margin-right: 0;
	}

	.news-mix__plug .line-card-news:nth-child(1) {
		margin-right: 0;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/news.list/weather/style.css?16353197461630*/
.widget-weather {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.widget-weather__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1px;
}

.widget-weather__name {
	margin: 0 0 9px 0;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: var(--color-black);
}

.widget-weather__info {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.28;
	color: var(--color-black);
}

.widget-weather__info--temp {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.25;
}

.widget-weather__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.widget-weather__main {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0;
	}

	.widget-weather__name {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.widget-weather__info:nth-child(1) {
		margin-right: 15px;
	}

	.widget-weather__info--temp {
		font-size: 36px;
	}

	.widget-weather__footer {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.widget-weather {
		flex-direction: row;
		justify-content: space-between;
	}

	.widget-weather__main {
		justify-content: flex-start;
	}

	.widget-weather__info:nth-child(1) {
		margin-right: 0;
	}

	.widget-weather__info--temp {
		margin: 0 auto;
	}

	.widget-weather__footer {
		flex-direction: column;
		flex-shrink: 0;
		width: auto;
		margin-left: 15px;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/news.list/currency/style.css?16353201001678*/
.widget-currency__col {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-currency__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1.5px solid var(--color-light-gray);
}

.widget-currency__col:last-child .widget-currency__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-currency__name {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.28;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-black);
}

.widget-currency__value {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.28;
	text-transform: uppercase;
	color: var(--color-black);
}

@media screen and (max-width: 1023px) {
	.widget-currency {
		display: flex;
		justify-content: space-between;
	}

	.widget-currency__col {
		flex: 0 0 50%;
		width: 100%;
		max-width: 160px;
	}

	.widget-currency__col:nth-child(1) {
		padding-right: 24px;
	}

	.widget-currency__col:nth-child(2) {
		padding-left: 24px;
	}

	.widget-currency__item {
		padding-bottom: 0;
		border-bottom: none;
	}

	.widget-currency__item:last-child {
		margin-bottom: 0;
	}

	.widget-currency__name {
		margin-right: 10px;
		font-size: 16px;
	}

	.widget-currency__value {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.widget-currency__item {
		padding-bottom: 6px;
		border-bottom: 1.5px solid var(--color-light-gray);
	}

	.widget-currency__item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/photo.sections.top/top-photo/style.css?16371343573752*/
.top-photo__header {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 30px;
}

.top-photo__title {
	margin: 0 15px 0 0;
}

.top-photo__link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: var(--color-blue);
}

.top-photo__link svg {
	margin-left: 12px;
	transform: translateX(0);
	transition: transform var(--transition-default) ease;
}

.top-photo__link:hover svg {
	transform: translateX(5px);
}

.top-photo__link path {
	stroke: currentColor;
}

.top-photo__list {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 33px;
	grid-column-gap: 48px;
}

.top-photo__item-wrap {
	display: flex;
	flex-direction: column;
}

.top-photo__item-wrap:nth-child(1) {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
}

.top-photo__item-wrap:nth-child(2) {
	grid-row: 3 / 4;
	grid-column: 1 / 2;
}

.top-photo__item-wrap:nth-child(3) {
	grid-row: 3 / 4;
	grid-column: 2 / 3;
}

.top-photo__item-wrap:nth-child(4) {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
}

.top-photo__item-wrap:nth-child(5) {
	grid-row: 1 / 2;
	grid-column: 4 / 5;
}

.top-photo__item-wrap:nth-child(6) {
	grid-row: 2 / 4;
	grid-column: 3 / 5;
}

.top-photo__item {
	flex-grow: 1;
}

.top-photo__foreground {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 18px;
}

.top-photo__foreground::before {
	z-index: -1;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.top-photo__name {
	margin: 0 0 6px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: var(--color-white);
}

.top-photo__item-wrap:nth-child(1) .top-photo__name,
.top-photo__item-wrap:nth-child(6) .top-photo__name {
	margin-bottom: 12px;
	font-size: 24px;
}

.top-photo__date {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: var(--color-white);
}

@media screen and (max-width: 1403px) {
	.top-photo__list {
		grid-gap: 22px;
	}
}

@media screen and (max-width: 1279px) {
	.top-photo__name {
		font-size: 14px;
	}

	.top-photo__item-wrap:nth-child(1) .top-photo__name,
	.top-photo__item-wrap:nth-child(6) .top-photo__name {
		font-size: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.top-photo__header {
		margin-bottom: 20px;
	}

	.top-photo__list {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(3, 1fr);
	}

	.top-photo__item-wrap:nth-child(1) {
		grid-row: 1 / 3;
		grid-column: 1 / 3;
	}

	.top-photo__item-wrap:nth-child(2) {
		grid-row: 1 / 2;
		grid-column: 3 / 4;
	}

	.top-photo__item-wrap:nth-child(3) {
		grid-row: 2 / 3;
		grid-column: 3 / 4;
	}

	.top-photo__item-wrap:nth-child(4) {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}

	.top-photo__item-wrap:nth-child(5) {
		grid-row: 4 / 5;
		grid-column: 1 / 2;
	}

	.top-photo__item-wrap:nth-child(6) {
		grid-row: 3 / 5;
		grid-column: 2 / 4;
	}

	.top-photo__name {
		font-size: 16px;
	}

	.top-photo__item-wrap:nth-child(1) .top-photo__name,
	.top-photo__item-wrap:nth-child(6) .top-photo__name {
		font-size: 20px;
	}

	.top-photo__item {
		padding: 12px;
	}
}

@media screen and (min-width: 768px) {
	.top-photo__list.owl-carousel {
		display: grid;
	}
}

@media screen and (max-width: 767px) {
	.top-photo__list {
		display: flex;
	}

	.top-photo__item {
		padding: 10px;
	}

	.top-photo__name {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/news.list/articles-main/style.css?16394656983146*/
.articles-main__header {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 30px;
}

.articles-main__title {
	margin: 0 15px 0 0;
}

.articles-main__link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: var(--color-blue);
}

.articles-main__link svg {
	margin-left: 12px;
	transform: translateX(0);
	transition: transform var(--transition-default) ease;
}

.articles-main__link:hover svg {
	transform: translateX(5px);
}

.articles-main__link path {
	stroke: currentColor;
}

.articles-main__list {
	--v-offset-articles: 40px;
	--h-offset-articles: 48px;
}

.articles-main__simple-list {
	display: flex;
	margin-bottom: var(--v-offset-articles);
}

.articles-main__simple-list-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--h-offset-articles) / -2);
	margin-right: calc(var(--h-offset-articles) / -2);
}

.articles-main__simple-item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	padding-left: calc(var(--h-offset-articles) / 2);
	padding-right: calc(var(--h-offset-articles) / 2);
	padding-top: var(--v-offset-articles);
}

.articles-main__simple-item:nth-child(1),
.articles-main__simple-item:nth-child(2) {
	padding-top: 0;
}

.articles-main__simple-item .simple-quote,
.articles-main__simple-item .simple-article {
	height: 100%;
}

.articles-main__simple-item .simple-quote {
	position: relative;
	padding-right: 20px;
}

.articles-main__simple-item .simple-quote::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 4px);
	background-color: var(--color-gray);
}

.articles-main__simple-list .tia {
	flex-shrink: 0;
	align-self: flex-start;
	width: calc(25.9% - var(--h-offset-articles));
	max-width: 300px;
	margin-left: var(--h-offset-articles);
}

.articles-main__photo-list {
	display: flex;
}

.articles-main__photo-list.owl-carousel {
	display: flex;
}

.articles-main__photo-list .line-card-news {
	margin-right: var(--h-offset-articles);
}

.articles-main__photo-list .line-card-news:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1023px) {
	.articles-main__header {
		margin-bottom: 20px;
	}

	.articles-main__simple-list .tia {
		display: none;
	}

	.articles-main__list {
		--v-offset-articles: 22px;
		--h-offset-articles: 22px;
	}
}

@media screen and (max-width: 767px) {
	.articles-main__list {
		--v-offset-articles: 20px;
		--h-offset-articles: 20px;
	}

	.articles-main__simple-list {
		flex-direction: column;
		margin-bottom: 32px;
	}

	.articles-main__simple-item {
		flex-basis: 100%;
		max-width: 100%;
	}

	.articles-main__simple-item:nth-child(2) {
		padding-top: var(--v-offset-articles);
	}

	.articles-main__simple-list .tia {
		display: block;
		width: 100%;
		max-width: unset;
		margin-left: 0;
		margin-top: 32px;
	}

	.articles-main__photo-list.owl-carousel .line-card-news {
		height: 100%;
	}

	.articles-main__simple-item .simple-quote::after {
		display: none;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/news.list/video-main/style.css?16358189361634*/
.videos-main__header {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 30px;
}

.videos-main__title {
	margin: 0 15px 0 0;
}

.videos-main__link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: var(--color-blue);
}

.videos-main__link svg {
	margin-left: 12px;
	transform: translateX(0);
	transition: transform var(--transition-default) ease;
}

.videos-main__link:hover svg {
	transform: translateX(5px);
}

.videos-main__link path {
	stroke: currentColor;
}

.videos-main__list.owl-carousel {
	display: grid;
}

.videos-main__list {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 13px;
	grid-column-gap: 24px;
}

.videos-main__list .videos-main__item:nth-child(1) {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}

@media screen and (max-width: 1023px) {
	.videos-main {
		width: 100vw;
		margin-left: calc(var(--offset-container) * -1);
		overflow: hidden;
	}

	.videos-main__header {
		margin-bottom: 20px;
		padding-left: var(--offset-container);
		padding-right: var(--offset-container);
	}

	.videos-main__list {
		display: flex;
	}

	.videos-main__list.owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.videos-main__list.owl-carousel .owl-stage {
		margin-left: -28.5px;
	}
}

@media screen and (max-width: 767px) {
	.videos-main__list {
		padding-left: var(--offset-container);
		padding-right: var(--offset-container);
	}

	.videos-main__list.owl-carousel .owl-stage-outer {
		overflow: hidden;
	}

	.videos-main__list.owl-carousel .owl-stage {
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/tula_2.0/components/bitrix/news.list/projects-main/style.css?16358195711585*/
.projects-main__header {
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 30px;
}

.projects-main__title {
	margin: 0 15px 0 0;
}

.projects-main__link {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: var(--color-blue);
}

.projects-main__link svg {
	margin-left: 12px;
	transform: translateX(0);
	transition: transform var(--transition-default) ease;
}

.projects-main__link:hover svg {
	transform: translateX(5px);
}

.projects-main__link path {
	stroke: currentColor;
}

.projects-main__mobile-text {
	display: none;
}

.projects-main__list.owl-carousel {
	display: flex;
}

.projects-main__list {
	display: flex;
}

.projects-main__item {
	flex-grow: 1;
	margin-right: 48px;
}

.projects-main__item:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1279px) {
	.projects-main__item {
		margin-right: 22px;
	}
}

@media screen and (max-width: 1023px) {
	.projects-main {
		width: 100vw;
		margin-left: calc(var(--offset-container) * -1);
		overflow: hidden;
	}

	.projects-main__header {
		margin-bottom: 20px;
		padding-left: var(--offset-container);
		padding-right: var(--offset-container);
	}

	.projects-main__list {
		display: flex;
	}

	.projects-main__list.owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.projects-main__list.owl-carousel .owl-stage {
		margin-left: -28.5px;
	}
}

@media screen and (max-width: 767px) {
	.projects-main__link span:not(.projects-main__mobile-text) {
		display: none;
	}

	.projects-main__mobile-text {
		display: inline;
	}
}
/* End */
/* /local/templates/tula_2.0/components/bitrix/news.list/news-mix/style.css?16382351284222 */
/* /local/templates/tula_2.0/components/bitrix/news.list/weather/style.css?16353197461630 */
/* /local/templates/tula_2.0/components/bitrix/news.list/currency/style.css?16353201001678 */
/* /local/templates/tula_2.0/components/bitrix/photo.sections.top/top-photo/style.css?16371343573752 */
/* /local/templates/tula_2.0/components/bitrix/news.list/articles-main/style.css?16394656983146 */
/* /local/templates/tula_2.0/components/bitrix/news.list/video-main/style.css?16358189361634 */
/* /local/templates/tula_2.0/components/bitrix/news.list/projects-main/style.css?16358195711585 */
