@font-face{
	font-family: 'WebSymbolsLiga';
	src: url('../fonts/websymbolsligaregular.eot');
	src: url('../fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/websymbolsligaregular.woff') format('woff'),
	url('../fonts/websymbolsligaregular.ttf') format('truetype'),
	url('../fonts/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}

@font-face {
	font-family: 'PT Serif';
	src: url('../fonts/pt_serif-web-italic-webfont.eot');
	src: url('../fonts/pt_serif-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_serif-web-italic-webfont.woff') format('woff'),
	url('../fonts/pt_serif-web-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

.liga, .sym { font-family: WebSymbolsLiga; font-style: normal; }
i.sym{ font-style: normal;}
.nav-pills .sym{
	margin-right: 14px;
}

.flag{
	background:url('../img/flags.png') 0 0 no-repeat;
	height:11px;
	width:16px;
	display:inline-block;
	margin-right: 14px;
}
.ru{
	background-position: 0 0;
}
.ua{
	background-position:-110px 0;
}
.bel{
	background-position:-224px 0;
}
.kz{
	background-position:-363px 0;
}

.clear { clear: both; }


.list_to_attract_attention.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list_to_attract_attention.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 0;
}
.list_to_attract_attention .blc_tariff_item{
	width: 25% !important;
}
.list_to_attract_attention.row-fluid [class*="span"]{
	margin: 0;
	padding: 25px 25px 0;
}
a#logo {
    background: url(https://www.suntimes.ru/bitrix/templates/bbs_1.3.4/less/../img/colors/cherry/logo_new.png) -2px 0 no-repeat;
}

header div.container	{
    align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;

}
header h2 {
    padding: 0 25px;
}

#map{
	height: 500px;
}
#PROPERTY_6, #PROPERTY_318{
	width: 100%;
}
	.cross-control {
    background: url('/bitrix/templates/bbs_1.3.4/components/yenisite/bbs.full/avito_v1/ya_map/pin_food.png') no-repeat;
    position: absolute;
    width: 33px;
    height: 36px;
}
.ymaps-2-1-76-searchbox-input__input[placeholder]{
	width: 500px;
}
/*.control-group-318{
	display: none;
}*/
#PROPERTY_6{
	margin-bottom: 20px;
}
.blc_products .photo{
	height: 160px;
}
.address-data{
	margin-bottom: 10px; 
}

@media screen and (max-width: 1200px){
	body header{
		height: auto;
	}

	header div.container h2 {
	    width: 40%;
	}
}

@media screen and (max-width: 991px){
	.list_to_attract_attention .blc_tariff_item{
		width: 50% !important;
	}

	header div.container{
		display: block;
	}
	header div.container h2{
		width: auto;
	}
} 
@media screen and (max-width: 767px){
	.list_to_attract_attention .blc_tariff_item{
		width: 100% !important;
	}
	#mainmenu > li > .m.m_tr{
        line-height: 1;
        padding: 8px 0 7px 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
                        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }

    #mainmenu > li > .m.m_tr:before{
        position: static;
    }

    section.blc_social .name{
    	margin-right: auto;
    }
}