

/* Start:/local/templates/brusnika/components/bitrix/news.list/content.fob/style.css?17505772378731*/
.fob-section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 auto;
}

.fob-section_type_full {
	width: 1400px;
}

@media screen and (max-width: 768px) {
	.fob-section_type_full {
		width: 100%;
	}
}

.fob-section_type_short {
	width: 1020px;
}

@media screen and (max-width: 768px) {
	.fob-section_type_short {
		width: 100%;
	}
}

.fob-section_view_cardblock {
	gap: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.fob-section_view_cardblock {
		gap: 10px;
	}
}

.fob-section__caption {
	text-align: center;
}

.fob-infoblock__video {
	width: 100%;
}

.fob-caption {
	font-family: "SF Pro Display", sans-serif;
	color: #526B2A;
	text-transform: uppercase;
	line-height: 1.4;
}

.fob-caption_level_1 {
	font-size: 96px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.fob-caption_level_1 {
		font-size: 33px;
	}
}

.fob-caption_level_2 {
	font-size: 40px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.fob-caption_level_2 {
		font-size: 24px;
	}
}

.fob-image-grid {
	display: -ms-grid;
	display: grid;
}

.fob-image-grid_template_1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: 1fr 30px 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 30px;
}

.fob-image-grid_template_1>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.fob-image-grid_template_1>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.fob-image-grid_template_1>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.fob-image-grid_template_1>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.fob-image-grid_template_1>*:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.fob-image-grid_template_1>*:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.fob-image-grid_template_1>*:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.fob-image-grid_template_1>*:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

@media screen and (max-width: 768px) {
	.fob-image-grid_template_1 {
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: 1fr;
		grid-template-rows: repeat(1, 1fr);
		gap: 15px;
	}

	.fob-image-grid_template_1>*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.fob-image-grid_template_1>*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
}

.fob-image-grid__item {
	overflow: hidden;
}

.fob-image-grid__item_pos_1 {
	-ms-grid-column-span: 2;
	grid-column: span 2/span 2;
	-ms-grid-row-span: 2;
	grid-row: span 2/span 2;
}

@media screen and (max-width: 768px) {
	.fob-image-grid__item_pos_1 {
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column-span: 2;
		grid-column: span 2/span 2;
		height: 480px;
	}
}

@media screen and (max-width: 768px) {
	.fob-image-grid__item_pos_2 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		height: 230px;
	}
}

@media screen and (max-width: 768px) {
	.fob-image-grid__item_pos_3 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		height: 230px;
	}
}

@media screen and (max-width: 768px) {
	.fob-image-grid__item_pos_4 {
		-ms-grid-row: 3;
		grid-row-start: 3;
		height: 230px;
	}
}

@media screen and (max-width: 768px) {
	.fob-image-grid__item_pos_5 {
		-ms-grid-row: 3;
		grid-row-start: 3;
		height: 230px;
	}
}

.fob-image-grid__image {
	width: 100%;
	max-width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@media screen and (max-width: 768px) {
	.fob-image-grid__image {
		height: auto;
	}
}

.fob-image-grid__image:hover {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.9;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.fob-blockquote {
	text-align: center;
}

.fob-blockquote__text {
	font-family: "SF Pro Display", sans-serif;
	font-size: 20px;
	font-style: italic;
	margin: 0;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.fob-blockquote__text {
		font-size: 18px;
	}
}

.fob-blockquote__caption {
	padding-bottom: 20px;
}

.fob-blockquote__body {
	width: 65%;
	margin: 60px auto;
	position: relative;
}

.fob-blockquote__body:before {
	content: "";
	background: url("/local/templates/brusnika/images/icons/blockqoute-start.png") 0 0 no-repeat;
	width: 48px;
	height: 43px;
	display: block;
	position: absolute;
	top: -35px;
	left: -40px;
}

.fob-blockquote__body:after {
	content: "";
	background: url("/local/templates/brusnika/images/icons/blockqoute-end.png") 0 0 no-repeat;
	width: 48px;
	height: 43px;
	display: block;
	position: absolute;
	bottom: -25px;
	right: -40px;
}

@media screen and (max-width: 768px) {
	.fob-blockquote__body {
		width: 80%;
		margin: 30px auto;
	}
}

.fob-blockquote__body_style_noq:before {
	content: "";
	background: none;
}

.fob-blockquote__body_style_noq:after {
	content: "";
	background: none;
}

.fob-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

@media screen and (max-width: 768px) {
	.fob-page {
		width: 100%;
		gap: 20px;
	}
}

.fob-page__text {
	font-family: "SF Pro Display", sans-serif;
}

.fob-page__text_type_ceo-block {
	font-size: 40px;
	text-transform: uppercase;
	padding-block: 20px;
	padding-inline: 60px;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.fob-page__text_type_ceo-block {
		font-size: 20px;
		padding-inline: 20px;
		padding-block: 10px;
	}
}

.fob-infoblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-block: 15px;
}

@media screen and (max-width: 768px) {
	.fob-infoblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.fob-infoblock_direction_l2r {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 768px) {
	.fob-infoblock_direction_l2r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.fob-infoblock_direction_r2l {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
	.fob-infoblock_direction_r2l {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.fob-infoblock__image-container {
	width: 49%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
	.fob-infoblock__image-container {
		width: 100%;
	}
}

.fob-infoblock__image-wrapper {
	width: 100%;
	overflow: hidden;
}

.fob-infoblock__image {
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.fob-infoblock__image:hover {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.9;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.fob-infoblock__additional-img {
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	.fob-infoblock__additional-img {
		display: none;
	}
}

.fob-infoblock__body-wrapper {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 49%;
}

@media screen and (max-width: 768px) {
	.fob-infoblock__body-wrapper {
		width: 100%;
	}
}

.fob-infoblock__image-caption {
	padding-block: 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.fob-infoblock__image-caption_direction_l2r {
	text-align: right;
}

.fob-infoblock__image-caption_direction_r2l {
	text-align: left; }
/* End */
/* /local/templates/brusnika/components/bitrix/news.list/content.fob/style.css?17505772378731 */
