/**
 * Стили для White Label
 */

/*body:not(.excursion) header.background-page
    background-image: none;
}
 */

main.commonPage.helpCenterPage {
    background-size: 1900px 100px !important;
}

main.commonPage.helpCenterPage .static-tabs {
    margin-top: 30px;
}

.filter-widget h1 {
    background: none;
    width: 100%;
}

button.recolored .search-pixmap {
    background-position-y: 0;
    background-size: 10px;
}

.big-bottom-button {
    text-align: center;
    margin: 25px auto;
}

.big-bottom-button a {
    margin-bottom: 25px;
    color: #918cff;
}

.catalogue-title-text {
    width: 100%;
}


.main-panel .tools div:last-child {
    padding-right: 10px;
}

main.helpCenterPage .page {
    margin: 0 auto;
    width: 100%;
    padding: 10px 40px;
    max-width: 1050px;
}


header.transfers-header {
    min-height: 200px;
    margin-bottom: 20px;
    background: #2f8e6c;
    background: -moz-linear-gradient(left,#2f8e6c 0,#2e816f 17%,#2d766f 33%,#295d6b 67%,#284b69 83%,#28466a 100%);
    background: -webkit-linear-gradient(left,#2f8e6c 0,#2e816f 17%,#2d766f 33%,#295d6b 67%,#284b69 83%,#28466a 100%);
    background: linear-gradient(to right,#2f8e6c 0,#2e816f 17%,#2d766f 33%,#295d6b 67%,#284b69 83%,#28466a 100%);
    background-repeat: repeat;
    background-size: auto auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f8e6c',endColorstr='#28466a',GradientType=1);
    background-size: 1900px 200px;
    background-repeat: no-repeat;
    margin-top: 0;
}

header.transfers-header.enlarged{
    min-height: 300px;
    background-size: 1900px 300px;
}

@media (max-width: 480px) {
    a.pixmap.logo {
        background-position: left;
    }
}
