/* HEADER */
header .header-top {
    padding-bottom: 0px;
}

header .phones {
    font-size: 16px;
}

header .phones .highlited {
    color: #D77F24;
}

header .main-menu {
    background: #1D2527;

/* Кнопка "Конструктор ежедневников" */
}
.nm {
	float: right;
	margin-right: 350px;
	position: relative;
	z-index: 1099;
}

/* Блок "ПОЧЕМУ МЫ?" */
.advantages {
    background: #F77E32;
    color: #FFF;
    padding: 50px 0 50px;
}

.advantages .container {
    padding: 0 45px 5px;
}

.advantages .container .bx-content {
    margin: 0;
}

.advantages .line-heading {
    margin-bottom: 60px;
}

.advantages .row .col-md-2 {
    padding: 0;
}

.advantages h4 {
    color: #FFF;
}

.advantages h5 {
    color: #FFF;
}

.advantages img {
    height: 100px;
    width: 100px;
    padding: 20px 0;
}

/* Контакты */
.map {
    margin: 40px 0 20px;
}

.contacts {
    font-size: 16px;
    margin-top: 60px;
    padding: 0 40px;
    text-align: center;
}

.contacts .icon {
    border-radius: 50px;
    background: #3E6079;
    height: 96px;
    width: 96px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.contacts .icon svg {
    fill: #FFF;
    height: 56px;
    width: 56px;
}

.contacts .name {
    font-size: 15px;
    padding: 10px 0;
}

.contacts .highlited {
    color: #D77F24;
}

.contacts .text {
    font-family: 'SegoeUILight';
}

.contacts-question {
    font-size: 17px;
    margin-top: 60px;
    text-align: center;
}

.bx-footer .contacts {
    margin: 0;
    text-align: left;
}

.bx-footer .social {
    text-align: center;
}

.bx-footer .social a {
    display: inline-block;
    text-decoration: none;
}

.bx-footer .social .fb div,
.bx-footer .social .vk div {
    background-size: cover;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    margin: 0 3px;
}

.bx-footer .social .fb div {
    background-image: url(img/soc/fb.png);
}

.bx-footer .social .vk div {
    background-image: url(img/soc/vk.png);
}

.bx-footer .member {
    text-align: center;
}

.bx-footer .member img {
    width: 100px;
}

/* Бывает, что в Chrome или Safari выскакивает стандартный скролбар
::-webkit-scrollbar {
    display:none;
} */