

/* Start:/local/templates/fb/components/bitrix/news.list/banner/style.css?1761042695721*/
/* Убираем ограничения контейнера внутри баннера */
.banner_level .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slider-main {
    position:relative;
    overflow:hidden;
    width:auto;
    height:100%;
}

.flexslider ul.slides > li a img {
    width:100%;
    height:auto;
    display: block;
    max-width: 100%;
    max-height: 250px;
}

.banner_level {
    position: relative;
    transition: all 0.5s ease;
}

.banner_level.scrolled {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner_level .container {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/fb/components/bitrix/news.list/cities_list/style.css?1761042695150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/search.title/fb.search/style.css?17610426954375*/
div.title-search-result {
	border:1px solid #c6c6c6;
	background-color: #ffffff;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display: -webkit-box;
}

table.title-search-result td.title-search-item img {
	/*vertical-align:top;*/
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/fb/components/bitrix/search.title/fb.search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

/* search (.search__wrapper ) */
.search__wrapper {
	flex: 1;
	padding: 0 15px;
}
.search__wrapper #title-search {
	display: grid;
	width: 100%;
	height: 30px;
}
.search__wrapper #title-search-input {
	padding: 3px 40px 3px 10px;
	color: #ffffff;
	width: 100%;
	height: 30px;
	outline: none;
	background: none;
	border: 1px solid #ffffff40;
}
.layout-secondary .search__wrapper #title-search-input {
	color: #353535;
	border: 1px solid #70707080;
}
.search__wrapper .search__form {
	position: relative;
	height: 37px;
	transition: all 0.3s;
}
.search__wrapper .search__btn {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("/local/templates/fb/components/bitrix/search.title/fb.search/images/search_white.svg");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.layout-secondary .search__wrapper .search__btn {
	background-image: url("/local/templates/fb/components/bitrix/search.title/fb.search/images/search1.svg");
}
.search__btn-mobile {
	position: relative;
	display: none;
	background: #ffffff;
	background-image: url("/local/templates/fb/components/bitrix/search.title/fb.search/images/search1.svg");
	background-repeat: no-repeat;
	background-position: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s;
}
.header__aside.open .search__btn-mobile {
	background-image: url("/local/templates/fb/components/bitrix/search.title/fb.search/images/close.svg");
	background-size: 70%;
}
.header__aside.open .search__btn-mobile {
	position: absolute;
	right: 0;
	display: block;
	position: absolute;
	right: 0;
}
.header__aside.open .search__form {
	position: absolute;
	width: calc(100% - 31px);
	left: 0;
}
.header__aside.open .search__wrapper #title-search-input {
	background-color: #2d2e35;
}

@media screen and (max-width: 990px) {
	.search__btn-mobile {
		display: block;
		justify-self: center;
		align-self: center;
	}
	.search__form {
		display: none;
	}
	.header__aside-select {
		width: 70px;
	}
	.title-search-result {
		left: 25px !important;
		width: calc(100% - 45px) !important;
	}
	.table.title-search-result td {
		white-space: normal;
	}
	table.title-search-result td.title-search-item img {
		height: max-content;
	}
}

/* End */


/* Start:/local/templates/fb/components/bitrix/news.detail/phone_header/style.css?1761042695168*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/news.detail/phone/style.css?1761042695155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/menu/main_menu/style.css?1761042695812*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/fb/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.menu-elem__hidden {
	display: none;
}
.menu-elem__hidden.active {
	display: block;
}
.menu-elem__btn {
	color: #e50071;
	font-weight: 600;
	font-size: 12px;
}
.menu-elem__btn:hover {
	color: #9D0505FF;
	text-decoration: underline;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/news.detail/phone_header_mobile/style.css?1761042695168*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/menu/footer_menu/style.min.css?1761042695490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/fb/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/fb/components/bitrix/news.list/social/style.css?1761042695150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fb/components/bitrix/news.detail/address/style.css?1761042695168*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bezr/form.result.new.befsend/style.css?1761042717184*/
.checkbox-privacy{
	margin-right: 2px;
	height: 10px;
}
input[type="submit"]:disabled, button[type="submit"]:disabled{
	opacity:0.6;
	cursor:default;
	pointer-events: none;
}

/* End */


/* Start:/local/templates/fb/components/bezr/form.result.new.befsend/main_form/style.css?1761042695623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/fb/components/bezr/form.result.new.befsend/main_form/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/fb/components/bezr/form.result.new.befsend/main_form/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/fb/components/bezr/form.result.new.befsend/events_form/style.css?1761042695623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/fb/components/bezr/form.result.new.befsend/events_form/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/fb/components/bezr/form.result.new.befsend/events_form/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/fb/styles.css?1761042695854*/
pre {
    background-color: black;
    color: white;
    z-index: 99999;
}
.__jivoMobileButton {
    z-index: 100 !important;
    bottom: 50px !important;
}
.marquiz-widget__container {
    z-index: 102 !important;
}
center a {
    display: none;
}

.nav-phone {
    display: none;
    position: relative;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.nav-phone a {
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .nav-phone {
        display: block;
    }
}

.button-primary__text {
    white-space: nowrap;
}

.action-modal-popup-button-wrapper {
    z-index: 110 !important;
}

.ag_cookie_alert_window {
    z-index: 110;
}

#CalltouchWidgetFrame {
    z-index: 110 !important;
}
div.feedback, section.feedback {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* End */


/* Start:/local/templates/fb/template_styles.css?17610426951022*/
.schema-organization {
   display:none;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

.wrapper.secondary-section__mb-16 {
   margin-bottom: 4rem;
}

.card-container {
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity));
   padding: 1.25rem .75rem;
}
@media (min-width: 768px) {
   .card-container {
      padding-top: 72px;
      padding-bottom: 72px;
      padding-left: 4rem;
      padding-right: 4rem;
   }
}
.product-description__text {
   margin-top: 2.5rem;
   font-family: Suisse, sans-serif;
   font-size: 18px;
}
.page__products-wrapper .secondary-section {
   margin-top: 7rem;
}

.banner-primary__btn-link {
   text-align: center;
}
.banner-primary__btn-link:hover {
   color: #ffffff;
   text-decoration: none;
}
@media (max-width: 768px) {
   .desktop-show-all.btn__main {
      display: none;
   }
}

header {
   transition: padding-bottom 0.3s ease;
}

/*
.padding-223 {
   padding-bottom: 223px;
}
*/

/* End */
/* /local/templates/fb/components/bitrix/news.list/banner/style.css?1761042695721 */
/* /local/templates/fb/components/bitrix/news.list/cities_list/style.css?1761042695150 */
/* /local/templates/fb/components/bitrix/search.title/fb.search/style.css?17610426954375 */
/* /local/templates/fb/components/bitrix/news.detail/phone_header/style.css?1761042695168 */
/* /local/templates/fb/components/bitrix/news.detail/phone/style.css?1761042695155 */
/* /local/templates/fb/components/bitrix/menu/main_menu/style.css?1761042695812 */
/* /local/templates/fb/components/bitrix/news.detail/phone_header_mobile/style.css?1761042695168 */
/* /local/templates/fb/components/bitrix/menu/footer_menu/style.min.css?1761042695490 */
/* /local/templates/fb/components/bitrix/news.list/social/style.css?1761042695150 */
/* /local/templates/fb/components/bitrix/news.detail/address/style.css?1761042695168 */
/* /bitrix/components/bezr/form.result.new.befsend/style.css?1761042717184 */
/* /local/templates/fb/components/bezr/form.result.new.befsend/main_form/style.css?1761042695623 */
/* /local/templates/fb/components/bezr/form.result.new.befsend/events_form/style.css?1761042695623 */
/* /local/templates/fb/styles.css?1761042695854 */
/* /local/templates/fb/template_styles.css?17610426951022 */
