/*** Хидер для сайта B2C ***/

.c-header-top-line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 83px;
    background: url(../../img/common/header/header-line.png);
    z-index: 9;
}

.c-ht-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.c-ht-wrapper-min {
    height: 150px;
}

.c-header-top {
    position: absolute;
    top: -5px;
    background: url(../../img/common/header/header-top.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 290px;
    height: 150px;
    z-index: 9;
}

.c-ht-content-wrapper {
    padding-top: 20px;
    margin: 0 auto;
}

.c-logo {
    float: left;
    width: 20%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.c-logo a {
    display: block;
    /*width: 232px;*/
    /*height: 72px;*/
    /*background: url(../../img/common/header/logo.png) no-repeat center center;*/
    min-width: 150px;
    background-size: contain;
    margin: 0 10px;
}

.c-logo a img {
    width: 100%;
}

.c-h-content {
    position: relative;
    float: left;
    width: 80%;
}

.c-h-contacts {
    float: left;
    width: 20%;
    color: #fff;
    text-align: right;
    padding-left: 20px;
    margin-top: 13px;
}

.c-h-phone {
    font-size: 22.5pt;
    font-family: "Daxline Pro Bold";
}

.c-h-phone i {
    font-size: 18pt;
    margin-top: 5px;
    margin-right: 5px;
}

.c-h-address {
    font-size: 11pt;
}

.c-h-order-call a {
    text-decoration: underline;
    color: #f6bc26;
    font-size: 15pt;
}

.c-h-order-call a:hover {
    color: #f6bc26;
    text-decoration: none;
}

.c-h-links {
    position: relative;
    float: left;
    width: 80%;
    color: #fff;
    background: transparent;
    text-align: center;
}

/*** Категории ***/

.c-h-cats {
    padding-left: 45px;
}

.c-h-cat-titles {
    margin-top: 20px;
}

.c-h-cat-titles ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-h-cat-titles ul li {
    position: relative;
    display: inline-block;
}

.c-h-cat-titles ul li i {
    font-size: 14pt;
    margin-top: 5px;
}

.c-h-cat-titles ul li > a {
    font-size: 13pt;
    text-decoration: underline;
    margin-right: 20px;
    color: #fff;
    padding: 5px;
}

.c-h-cat-titles ul li ul {
    position: absolute;
    display: none;
    width: 210px;
    top: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    z-index: 9999;
}

.c-h-cat-titles ul li ul li {
    display: block;
}

.c-h-cat-titles ul li:hover ul {
    display: block;
}

.c-h-cat-titles ul li ul li a {
    display: block;
    width: 100%;
    font-size: 11pt;
    padding: 5px 10px 5px;
    background-color: #fff;
    color: #000;
}

.c-h-cat-titles ul li ul li a:hover {
    background-color: #ff8500;
    color: #fff;
    text-decoration: none;
}

/*** Типы услуг (b2c/b2b) ***/

.c-h-links-type {
    margin-top: 25px;
}

.c-h-links-type ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.c-h-links-type ul li {
    display: inline-block;
    text-align: center;
    padding: 5px 15px 20px;
    background: transparent;
}

.c-h-links-type ul li a {
    display: block;
    color: inherit;
    padding: 0;
    text-decoration: none;
    border: none;
    border-bottom: 1px dashed #fff;
    font-size: 14pt;
    border-radius: 5px;
}

.c-h-links-type ul li a:hover {
    background: none;
    color: inherit;
    border: none;
    border-bottom: 1px dashed #fff;
}

.c-h-links-type ul li.active {
    border-radius: 5px;
}

.c-h-links-type ul li.active a {
    text-decoration: none;
    border: none;
    background-color: rgb(0, 48, 82);
    color: #fff;
    padding: 5px 10px;
}

.c-h-links-type ul li.active a:hover,
.c-h-links-type ul li.active a:active {
    color: inherit;
    border: none;
    outline: none;
}

/*** Вспомогательный блок с инфой ***/
.c-header-helper {
    position: absolute;
    display: none;
    top: 81px;
    width: 100%;
    padding: 80px 20px 20px;
    z-index: 8;
    background: #fff;
    /*border: 1px solid #000;*/ /* Для отладки */
}

@media only screen and (max-width: 1400px) {

    .c-ht-wrapper {
        width: 100%;
    }

    .c-ht-content-wrapper {
        margin: 0 5%;
    }

    .c-h-content {
        width: 75%;
    }

    .c-h-links {
        width: 75%;
    }

    .c-h-contacts {
        width: 25%;
    }

    .c-h-links .tab-content .tab-pane li {
        padding-right: 10px;
    }

    .c-h-links .tab-content .tab-pane li a {
        font-size: 12pt;
    }

    .c-h-cats {
        padding: 25px 0 0 5px;
    }

    .c-h-cat-titles {
        margin-top: 0;
    }

    .c-h-cat-titles ul li > a {
        margin-right: 0;
    }

    .c-h-links-type {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1200px) {

    .c-ht-wrapper-min {
        height: 130px;
    }

    .c-header-top-line {
        height: 63px;
    }

    .c-header-top {
        height: 120px;
    }

    .c-ht-content-wrapper {
        padding-top: 5px;
    }

    .c-logo {
        padding-top: 10px;
    }

    .c-logo a {
        width: 200px;
    }

    .c-h-content {
        padding-top: 0;
    }

    .c-h-links {
        padding-top: 10px;
        padding-left: 50px;
        width: 65%;
    }

    .c-h-cats {
        padding-top: 0;
    }

    .c-h-cat-titles ul li > a {
        font-size: 12pt;
    }

    .c-h-links-type {
        margin-top: 5px;
    }

    .c-h-links-type ul li a {
        font-size: 12pt;
    }

    .c-h-links .tab-content {
        padding: 5px;
    }

    .c-h-contacts {
        padding-top: 0;
        padding-left: 0;
        width: 35%;
    }

    .c-h-address {
        font-size: 10pt;
    }

    .c-h-order-call a {
        font-size: 12pt;
    }

    .c-header-helper {
        top: 50px;
    }
}

@media only screen and (max-width: 992px) {

    .c-ht-wrapper-min {
        height: 120px;
    }

    .c-ht-content-wrapper {
        margin: 0 auto;
    }

    .c-header-top-line {
        height: 50px;
    }

    .c-header-top {
        height: 97px;
    }

    .c-logo {
        margin-left: 40px;
        padding-top: 5px;
    }

    .c-logo a {
        width: 160px;
    }

    .c-h-content {
        width: 65%;
        margin: 0 auto;
    }

    .c-h-tabs {
        padding-bottom: 0;
    }

    .c-h-links .tab-content .tab-pane li a {
        font-size: 10pt;
    }

    .c-h-links {
        width: 70%;
        padding-top: 5px;
    }

    .c-h-cats {
        padding-left: 0;
    }

    .c-h-cat-titles i {
        display: none;
    }

    .c-h-cat-titles ul li > a {
        margin-right: 0;
        line-height: 1;
    }

    .c-h-links-type ul li a {
        font-size: 10pt;
    }

    .c-h-links-type ul li.active a {
        padding-top: 0;
    }

    .c-h-links .tab-content {
        padding: 0;
    }

    .c-h-contacts {
        width: 30%;
        padding-left: 0;
        margin-top: 0;
    }

    .c-h-phone {
        font-size: 16pt;
    }

    .c-h-address {
        font-size: 10pt;
    }

    .c-h-order-call a {
        font-size: 12pt;
    }

    .c-header-helper {
        top: 20px;
    }

    .c-header-helper .h-helper-links li {
        display: inline-block;
        margin-bottom: 20px;
    }
}