.header {

}

.search-box .crt-search-field { /*ВРЕМЕННО*/
    display: none;
}

.header .header-wrap {
    position: relative;
    padding: 0 0 40px 0;
    background-color: #fff;
    overflow: hidden; /* must have */
}

.header .header-wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 125px solid #fee400;
    border-left: 3000px solid transparent;
}

.header-logo-wr {
    position: relative;
    overflow: hidden;
}

.header .header-logo {
    width: 159px;
    height: 165px;
    margin: 20px 0 0 0;
    float: left;
    background-image: url(/img/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header .header-logo-wr .logo-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .header-text {
    margin: 42px 0 0 -5px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.header .header-phone {
    position: relative;
    left: 45px;
    float: right;
    width: 210px;
    height: 60px;
    padding: 0 0 0 0;
    line-height: 60px;
    margin: 34px 0 0 0;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    text-align: center;
    background-image: url(../../img/ring-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header .header-phone p {
    padding: 0 0 0 0;
    line-height: 60px;
}

.header .header-btn {
    text-decoration: none;
    float: right;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 202px;
    height: 65px;
    line-height: 58px;
    margin: 34px 0 0 0;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-size: 19px;
    background-image: url(../../img/btn-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-family: Museo-Cyrl;
    -webkit-filter: brightness(95%);
    -moz-filter: brightness(95%);
    -o-filter: brightness(95%);
    -ms-filter: brightness(95%);
    filter: brightness(95%);
}

.header .header-btn:focus {
    outline: none;
}

.header .header-btn:hover {
    text-decoration: none;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
}

.phone-head {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 32px 0 0 0;
    margin: 0 0 0 -2px;
}

.phone-head a {
    color: #000;
    text-decoration: none;
}

.phone-head a:hover {
    color: #000;
    text-decoration: none;
}

.menu-row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.menu-logo {
    margin-right: auto;
}
.spec-box {
    min-width: 215px;
}

/*--------------------------------- SEARCH ----------------------------------*/

.crt-search {
    
}

.crt-search .crt-search-icon {
    position: absolute;
    top: 18px;
    right: 45px;
    border: none;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-image: url(/includes/img/lp.png);
    background-repeat: no-repeat;
    background-position: 50% 47%;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
}

.crt-search .crt-search-field {
    z-index: 1;
    display: none;
    position: absolute;
    height: 44px;
    width: 280px;
    right: 40px;
    top: 18px;
    margin: 0 0 0 0;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 50px;
    background-color: #232121;
}

.crt-search .crt-search-field.active {
    display: block;
}

.crt-search input.search-input {
    font-size: 14px;
    font-family: inherit;
    padding: 0 40px 0 40px;
    height: 44px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    color: #8d8d8d;
}

.crt-search input.search-input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.crt-search input:focus {
    outline: none;
}

.crt-search .input-group-ad {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url(/includes/img/lp.png);
    background-repeat: no-repeat;
    background-position: 50% 47%;
    color: #ffffff;
}

.crt-search .input-group-ad .search-btn {
    padding: 0 0 0 0;
    z-index: 99;
    background: transparent;
    color: #545454;
    font-size: 0 !important;
    padding-left: 0;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.crt-search .crt-search-close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url(/includes/img/cross-min.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    z-index: 2;
}

.spec-box-wr {
    display: table;
    padding: 32px 0 0 0;
    margin: 0 0 0 -35px;
}

.spec-box-call {
    float: left;
    max-width: 120px;
    white-space: nowrap;
}

.spec-box-call a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #000000;
}

.spec-box-call a:hover {
    text-decoration: none;
    color: #ff3b23;
}

.spec-box-profile {
    right: -50px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    padding: 0 0 0 28px;
    background-image: url(../../img/man.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.spec-box-profile-enter,
.spec-box-profile-enter:visited,
.spec-box-profile-enter:focus {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #000000;
}

.spec-box-profile-enter:hover {
    color: #ff3b23;
}

.spec-box-profile-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    display: block;
}

.spec-box-profile-name,
.spec-box-profile-name:visited,
.spec-box-profile-name:focus {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #000000;
}

.spec-box-profile-name:hover {
    color: #ff3b23;
}

.search-box .crt-search-field {
    z-index: 1;
    position: absolute;
    height: 44px;
    width: 360px;
    left: 0;
    top: 20px;
    margin: 0 0 0 20px;
    box-shadow: 0 0 0 3px #e7e7e7 inset;
    border-radius: 50px;
    background-color: #fff;
}

.search-box.mb-content .crt-search-field {
    position: relative;
    margin: 0 20px 0 20px;
    padding: 0 0 0 0;
    width: auto;
    top: 13px;
}

.search-box .input-group-ad {
    position: absolute;
    top: 0;
    right: 8px;
    border: none;
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url(/includes/img/lp.svg);
    background-repeat: no-repeat;
    background-position: 50% 49%;
    color: #ffffff;
}

.search-box .search-input {
    outline: none;
    font-size: 14px;
    font-family: inherit;
    padding: 0 50px 0 30px;
    height: 44px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    color: #8d8d8d;
}

.search-box .search-btn {
    outline: none;
    padding: 0 0 0 0;
    z-index: 99;
    background: transparent;
    color: #545454;
    font-size: 0 !important;
    padding-left: 0;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}




/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .header .header-logo {
        width: 70px;
        height: 72px;
        margin: 35px 0 0 0;
    }
    .header .header-wrap {
        min-height: 155px;
    }
    .header .header-phone {
        left: 0;
        float: right;
        width: 110px;
        font-size: 13px;
        background-image: none;
    }
    .header .header-btn {
        width: 126px;
        height: 40px;
        line-height: 40px;
        margin: 42px 0 0 0;
        font-size: 14px;
        background-image: none;
        background-color: #fb0069;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .crt-search .crt-search-field {
        width: 310px;
    }
    .crt-search .crt-search-icon {
        right: -40px;
    }
    .crt-search .crt-search-field {
        z-index: 1001;
        right: -40px;
    }
    .phone-head {
        left: 10px;
    }
    .header .header-logo {
        width: 70px;
        height: 72px;
        margin: 35px 0 0 0;
    }
    .header .header-wrap {
        min-height: 155px;
    }
    .header .header-phone {
        left: -15px;
        float: right;
        width: 140px;
        font-size: 16px;
        background-image: none;
    }
    .header .header-btn {
        width: 202px;
        height: 40px;
        line-height: 40px;
        margin: 42px 0 0 0;
        font-size: 19px;
        background-image: none;
        background-color: #fb0069;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    /*.phone-head {
        left: -75px;
    }*/
    /*------------------------*/
    .search-box .crt-search-field {
        width: 100%;
        margin: 0 0 0 -10px;
        box-shadow: none;
    }
    .phone-head {
        margin: 0 0 0 0;
    }
    .spec-box-wr {
        margin: 0 0 0 -90px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .search-box .crt-search-field {
        width: 100%;
        margin: 0 0 0 -30px;
    }
    .phone-head {
        margin: 0 0 0 0;
    }
    .spec-box-wr {
        margin: 0 0 0 -90px;
    }
}

@media (min-width: 1441px) {

}








/*--------------------------------------- SPECIAL ---------------------------------------*/

@media (min-width: 320px) and (max-width: 350px) {
    .col-header-btn {
        width: 100%;
    }
    .header .header-logo {
        margin: 25px 0 0 0;
    }
    .header .header-phone {
        margin: 14px 0 0 0;
        left: 70px;
        width: 160px;
        font-size: 16px;
    }
    .header .header-btn {
        margin: 0 auto;
        float: initial;
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .header .header-logo {
        width: 65px;
        height: 67px;
    }
}

.menu-black-mobile .mb-sm-mob{
    font-size: 10px;
    color: white;
    vertical-align: middle;
    display: table-cell;
    height: 53px;
    text-align: center;
    visibility: initial;
    background: #232121;
    padding: 0px 3px;
}

.emh-reg-rab{
	color: #000;
	font-size: 14px;
	text-align: left;
}

.phone-head {
    padding: 14px 0 0 0;
}