.b-list__item > a {
    color: #000;
}

.b-social-buttons__item {
    display: inline-block;
    height: 100%;
    margin-right: 32px;
    min-width: 25px;
    vertical-align: middle;
}

.b-contacts-panel__col{
	position: relative;
}

.b-contacts-panel__col .composite-margin{
	padding-top: 20px;
}

@media (max-width: 1024px)
{
    .b-top-promo__info
    {
	    margin-top: auto;
	    margin: auto;
    }
}

.b-top-promo:before{
	left: 0;
	top: 0;
}
.b-top-promo_type-video .b-top-promo__info{
	margin-bottom: auto;
}

.e-button_type-trans[href="/sozdavatel.pdf"] {
	margin: auto;
    margin-top: 10px;
	display: block;
	width: 350px;
}

.b-contacts-panel .e-button_type-trans[href="/sozdavatel.pdf"] {
	/*margin: 0px;*/
    margin-top: 10px;
	/*display: block;*/ 
	width: 350px;
}

.b-top-promo__nav {
	position: fixed;
	left: 0px;
}

.icon-arrow-left, .icon-arrow-right {
	text-shadow: 0px 1px 2px black;
}

@media (max-width: 768px) {
	.e-button_type-trans[href="/sozdavatel.pdf"] {
		width: 90%;
	}
}

.b-search-map .map-columns {
	margin: 20px auto;
}

.b-top-promo__slider-arrow-right{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	z-index: 1000;
	cursor: pointer;
}

.b-top-promo__slider-arrow-right:before{
	color: white;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -18px -18px 0 0;
	font-size: 36px;
	line-height: 1;
}
.b-top-promo__slider-arrow-right:hover:before{
	color: #74ba61;
	font-size: 40px;
	line-height: 1;
	margin:-20px -20px 0 0;
}
.b-top-promo__slider-arrow-left{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	z-index: 1000;
	cursor: pointer;
}

.b-top-promo__slider-arrow-left:before{
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	font-size: 36px;
	line-height: 1;
}
.b-top-promo__slider-arrow-left:hover:before{
	color: #74ba61;
	font-size: 40px;
	line-height: 1;
	margin:-20px 0 0 -20px;
}
.slick-arrow{
	z-index: 1001;
}
