

/* Start:/local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594*/
/* Хлебные крошки */
.bx-breadcrumb {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #1c1c26;
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bx-breadcrumb-item {
	display: inline-block;
	margin-right: 0.6em;
	white-space: nowrap;
}

.bx-breadcrumb-item a {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item a:hover,
.bx-breadcrumb-item a:focus {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item-span {
	color: #fa9e00;
}
i.fa.fa-angle-right {
	color: #f1f2f4;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?17448232345981*/
div.news-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	word-wrap: break-word;
	margin-top: 15px;
}
@media (max-width: 1799px) {
	div.news-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 1299px) {
	div.news-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 769px) {
	div.news-list {
		grid-template-columns: 1fr ;
	}
}

.news-item{
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #f1f2f4;

}

.newsItem-category{
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 1;
	padding: 5px 10px;
	background-color: #f1f2f4;
	color: #404246;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 10px;
}

.newsItem-img {
	height: 171px;
	display: block;
	object-fit: cover;
}
@media (max-width: 1799px) {
	.newsItem-img {
		height: 238px;
	}
}
@media (max-width: 1299px) {
	.newsItem-img {
		height: 278px;;
	}
}
@media (max-width: 769px) {
	.newsItem-img {
		height: 208px;;
	}
}
.newsItem-img img{
	height: 100%;
	display: block;
	object-fit: cover;
}

.newsItem-title{
	font-family: "Fira Sans", "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	line-height: 1.2;
	color: currentColor;
	padding: 7.5px 15px;
	font-size: 19px;
	flex-grow: 1;
}

.newsItem-link {

	font-family: Roboto, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: max-content;
	margin: 22px 0 15px 15px;
	border-radius: 2px;
	border: 0;
	padding: 10px 24px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	background-image: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .3slinear;
	transition: all .3slinear;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px!important;
	color: #fff!important;
	background-color: #fc9f00;
}

.newsItem-link:hover {
	color: #fff;
	background-color: #fbd374;
}

.feedback-container{
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.feedback{
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3slinear;
	transition: all .3slinear;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
	margin: 5px 0;
	border-radius: 8px;
	font-size: .8rem;
	line-height: 1rem;
	white-space: normal;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	padding: 8px 20px;
	background-color: #fc9f00;
	color: #fff!important;
	cursor: pointer;
}

.feedback:hover {
	color: #fff;
	background-color: #fbd374;
}


.news-date-time {
	color:#486DAA;
}

.container{
	font-family: Roboto, sans-serif;
	max-width: 100%;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.swiper-wrapper img{
	width: 100%;
}

h2{
	margin-bottom: 20px;
}

.fancybox__footer{
	display: none;
}

@media (max-width: 992px) {
	.container {
		width: 972px;
	}
}
@media (max-width: 768px) {
	.container {
		width: 100%;
	}
}


a:hover, a:focus {
	color: #da2b2b;
}



.img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.page__canvas{
	margin-top: 162px;
}

.page__header {
	margin-top: 40px;
	margin-bottom: 20px;
}

.page__header-title {
	margin: 0;
	font-size: 64px;
}
@media (max-width: 1024px) {
	.page__header-title {
		font-size: 48px;
	}
}

.footer_form{
	margin-top: 20px;
}

.footer_form__container {
	padding: 0 10px;
	max-width: 1140px;
}

@media (max-width: 1200px) {
	.footer_form__container {
		max-width: 960px;
	}
}

@media (max-width: 992px) {
	.footer_form__container {
		max-width: 720px;
	}.
}

@media (max-width: 768px) {
	.footer_form__container {
		max-width: 540px;
	}
}


.footer_form {
	margin-bottom: 60px;
	font-family: Roboto;
}

.footer_form__content {
	position: relative;
	background: #F1F2F4;
	padding: 40px;
	border-radius: 40px;
	width: 100%;
}
@media (max-width: 991px) {
	.footer_form__content {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
		align-items: center;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.footer_form__content {
		border-radius: 20px;
		padding: 24px 15px 0;
	}
}

#footer_form, .footer_form__content_left {
	display: flex;
	flex-direction: column;
	max-width: 568px;
	gap: 20px;
}

.form_footer__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 37.5px;
}
@media (max-width: 768px) {
	.form_footer__title {
		font-size: 22px;
		line-height: 26px;
	}
}

.footer_form__desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}
@media (max-width: 768px) {
	.footer_form__desc {
		font-size: 16px;
		line-height: 20px;
	}
}

#footer_form, .footer_form__content_left {
	display: flex;
	flex-direction: column;
	max-width: 568px;
	gap: 20px;
}
@media (max-width: 1200px) {
	.footer_form__content_left {
		width: 400px;
	}
}
@media (max-width: 991px) {
	#footer_form, .footer_form__content_left {
		width: 100%;
		max-width: unset;
	}
}

.footer_form__control input[type="tel"] {
	border: unset;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #E6E6E6;
	color: #000000;
	padding: 19px 23px;
}

.footer_form__submit {
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 18px;
	cursor: pointer;
}

.footer_form__content_right {
	right: 19px;
	position: absolute;
	bottom: 0;
}
@media (max-width: 1200px) {
	.footer_form__content_right {
		right: 0;
		width: 400px;
	}
}
@media (max-width: 991px) {
	.footer_form__content_right {
		position: relative;
		width: 305px;
	}
}

/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594 */
/* /local/templates/generator/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?17448232345981 */
