

/* Start:/local/components/fl/objects.filter/templates/.default/style.css?1737127097345*/
@media (max-width: 575px) {
    #main_filter .base-type {
        display: none;
    }
}
.disabled{
    pointer-events: none !important;
}
#main_filter .dropdown-toggle-lol {
	width: 100%;
	text-align: left;
    cursor: default;
}
.before{
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 12px;
    color: rgb(255, 33, 67);
}

/* End */


/* Start:/local/components/fl/main_page_menu/templates/.default/style.css?17321997113290*/
.main__page__cover {
    background-image: url('/local/assets/page/main/main_page_bg_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
}

.main__page__cover h2 {
    font-size: 3rem;
    font-weight: bold;
    white-space: pre-line;
}

.main__page__cover button {
    display: inline-block;
    line-height: 1.2;
    font-size: 0.95rem;
    padding: 5px 10px;
    transition: background-color 0.9s;
    border-radius: 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.main__page__cover button:hover {
    cursor: pointer;
    transition: background-color 0.9s;
    color: #fff;
    background-color: #ff2143;
}

.vertical__line {
    line-height: 1.2;
    height: 12px;
    border-left: 2px solid #000;
    display: inline-block;
    margin: 0 4px;
}

.menu__brokers {
    position: relative;
}

.menu__brokers__wrap {
    position: absolute;
    top: 100%;
    width: 400px;
    z-index: 100;
    right: 5%;
    height: 0;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    overflow: hidden;
    background-color: #eee;
    border-radius: 1rem;
}

.menu__brokers__wrap_content {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
}

.menu__brokers__wrap a {
    flex: 0 0 25%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}

.single-dot {
    width: 4px;
    height: 4px;
    background-image: url('/local/assets/page/main/single-dot-8.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-self: center;
}

.menu__brokers__wrap a:hover {
    color: #000;
    text-shadow: 1px 1px 10px #ff2143;
    text-decoration: none;
}

@media (max-width: 770px) {
    .main__page__cover h2 {
        font-size: 2rem;
    }

    .main__page__cover button {
        display: inline-block;
        line-height: 1;
        font-size: 16px;
        margin: 5px 0;
    }

    .vertical__line {
        height: 0;
        display: block;
    }
}

@media (max-width: 440px) {
    /*.main__page__cover {*/
    /*    background-color: rgba(0, 0, 0, .3);*/
    /*    background-blend-mode: multiply;*/
    /*    color: #fff;*/
    /*}*/
    .main__page__cover h2 {
        font-size: 1.6rem;
        margin-right: 10px;
    }

    .main__page__cover {
        background-position: top;
        min-height: 400px;
    }

    .menu__brokers__wrap {
        right: 0;
    }

    .menu__brokers {
        display: block;
    }

    .menu__brokers__wrap {
        width: 300px;
        max-width: 100%;
    }

    .menu__brokers__wrap_content {
        text-align: center;
    }

    .menu__brokers__wrap a {
        font-size: 10px;
        padding: 0 6px;
    }

    /*.single-dot {*/
    /*    width: 3px;*/
    /*    height: 3px;*/
    /*}*/
}

@media (max-width: 340px) {

}

/* End */


/* Start:/local/components/fl/tag.list/templates/.default/style.css?1553612986327*/
.tag-list__title{
    display: flex;
    justify-content: space-between;
}

.tag-list__tabs{
    display:flex;
}

.tag-list__header{
    margin: auto 0;
}

@media screen and (max-width: 1000px){
    .tag-list__tabs{
        margin: 10px 0;
    }
    .tag-list__title{
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/specialization/style.css?156130480487*/
.specialty__type a {
	color: #000;
}
.specialty__type a:hover {
	color: #ff2143;
}
/* End */


/* Start:/local/components/fl/objects.list/templates/new/style.css?15755048911009*/
.props__img__a {
	display: block;
	height: 100%;
}
.props__header .props__title {
	max-height: none;
	overflow: visible;
	white-space: normal;
	line-height: 110%;
}
.catalog__body .props_tiles .props__img {
	padding-bottom: 0;
	min-height: 275px;
}
.icon-location_solid {
	margin-right: 4px;
}
.props__img {
	position: relative;
}
.props__item:hover button, .props__item:hover .currentPhoto {
	opacity: 1;
	transition: opacity 600ms  ease-out;
}
.props__item:hover {
	transition: box-shadow 1000ms ease-out;
}
.props__item button, .props__item .currentPhoto {
	opacity: 0;
}

@media only screen and (max-width: 991px){
	.props__item button,.props__item .currentPhoto
	{
		opacity: 1;
	}
}
.currentPhoto {
	position: absolute;
	bottom: 20px;
	border-radius: 3px;
	left: 20px;
	box-sizing: content-box;
	height: 12px;
	padding: 4px 8px 4px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?15519727112917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/arrisLatest/style.css?1683727353422*/
.news__item img {
    width: 100%;
    height: 100%;
    margin: 5px 0;
    float: none !important;
    object-fit: contain;
    /*object-fit: fill;*/
    /*background: #e9e7e4;*/
}

.news__item .news__title {
    outline: none;
}

@media only screen and (max-width: 968px) {
    .news__item {
        width: 50% !important;
    }
}

.news__img-wrapper {
    height: 200px;
    overflow: hidden;
}

/* End */


/* Start:/local/components/fl/seo.text/templates/.default/style.css?1551972711531*/
div.seotext {
    margin-top: 57px;
}
div.seotext h2 {
    text-align: center;
    color: #1b3f4f;
    font-weight: normal;
    font-size: 22px;

}
div.seotext p {
    text-align: center;
    margin: 25px;
    font-size: 16px;
    line-height: 1.5;
}
div.inline-g {
    margin: 25px 0px;
}
div.inline-g p {
    display: inline-block;
    width: 43.7%;
    vertical-align: middle;
    margin: 0px;
    padding: 3%;
}
div.inline-g p:nth-child(1) {
    border-right: 1px solid #aaaaaa;
}

.seo-text h3{
    color: #891c2e!important;
}
/* End */
/* /local/components/fl/objects.filter/templates/.default/style.css?1737127097345 */
/* /local/components/fl/main_page_menu/templates/.default/style.css?17321997113290 */
/* /local/components/fl/tag.list/templates/.default/style.css?1553612986327 */
/* /local/templates/.default/components/bitrix/news.list/specialization/style.css?156130480487 */
/* /local/components/fl/objects.list/templates/new/style.css?15755048911009 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagenavigation/style.css?15519727112917 */
/* /local/templates/.default/components/bitrix/news.list/arrisLatest/style.css?1683727353422 */
/* /local/components/fl/seo.text/templates/.default/style.css?1551972711531 */
