@font-face {
    font-family: "MyriadPro Light";
    src: url(//semalt.com/css/fonts/MyriadPro-Light.woff), url(//semalt.com/css/fonts/MyriadPro-Light.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro Bold";
    src: url(//semalt.com/css/fonts/MyriadPro-Bold.woff), url(//semalt.com/css/fonts/MyriadPro-Bold.otf);
    font-weight: normal;
    font-style: normal;
}

.header-semalt-main{
    z-index: 9996;
    position: absolute;
    top: 40px;
    background: transparent;
    height: 84px;
}

.header-semalt-main.fixed .header-semalt {
    background: white;
}

.header-semalt-main.fixed{
    background: white;
    position:fixed;
    color: #282828;
    top: 0;
    box-shadow: 0 4px 4px 0 rgba(51,62,72,0.13), 0 4px 4px 0 rgba(51,62,72,0.13);
}

.header-semalt-main.fixed .header-semalt ul#menuMain a:hover,
.header-semalt-main.fixed .header-semalt ul#menuMain span:hover{
    background-color: #efefef;
}
.header-semalt-main.fixed .header-semalt .logo-semalt{
    background: url(//semalt.com/img/logo-semalt-2017-black.png);
    background-size: cover;
}
.header-semalt-main.fixed .user-block .popup-holder{
    color: #000000;
}
.header-semalt-main.fixed .user-block .popup-holder a.opener::after{
    border-top: 7px solid #000;
}
.header-semalt-main.fixed #timerDate,.header-semalt-main.fixed #timerTime{
    background: #000000;
    color: white;
}
.header-semalt-main.fixed .header-semalt{
    background: white;
    color: #000000;
}
.header-semalt-main.fixed .header-pannel{
    background: #e8e9eb;
}
.header-semalt-main.fixed .header-pannel .rmenu a{
    color: #8b8d8f;
}
.header-semalt-main.fixed .header-pannel .rmenu a:hover{
    color: #454749;
}
.header-semalt-main.fixed .header-semalt ul#menuMain li a,
.header-semalt-main.fixed .header-semalt ul#menuMain li span{
    color: #000000;
    text-shadow:none;
}
.header-semalt-main.fixed .header-semalt .select_lang{
    display: none;
}
.header-semalt-main.fixed .header-semalt .right-side{
    display: none;
}

.header-semalt-main.fixed .header-semalt ul li.menuActive a,.header-semalt-main.fixed .header-semalt ul li.menuActive span {
    background-color: #efefef;
}
.product-button{
    display: none;
}
.header-semalt-main.fixed .product-button{
    display: inline-block;
    float: right;
    min-width: 130px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    border-radius: 3px;
    line-height: 45px;
    color: #fff;
    font-family:"MyriadPro Semibold", "Ebrima", Arial;
    font-size: 16px;
    cursor: pointer;
    background: #f39c12;
    transition: all 0.2s;
    height: 46px;
    position: relative;
}

body.lang_es .header-semalt-main.fixed .product-button,body.lang_fr .header-semalt-main.fixed .product-button{
    padding-left: 10px;
    padding-right: 10px;
}

.header-semalt-main.fixed .product-button.color{
    background: #2ecc71;
}

.header-semalt-main.fixed .product-button a{
    color: white;
    /*width: 100%;*/
    height: 100%;
    display: block;
}
.header-semalt-main.fixed .product-button:hover {
    transition: all 0.2s;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
}

.header-contacts{
    background: linear-gradient(to right, #172134 0%,#01404b 50%,#172134 100%);
    height: 40px;
    width: 100%;
    z-index: 9997;
    position: absolute;
    top: 0;
    line-height:normal;
}
.header-contacts.fixed{
    /* position: fixed; */
    z-index: 9996;
}
.header-contacts a{
    color:white;
    text-decoration: none;
}

.header-tel {
    width: 180px;
    text-align: center;
    background: #f39c12;
    height: 30px;
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    font-family: "MyriadPro Bold";
    padding-top: 15px;
    display: inline-block;
    letter-spacing: 1px;
    padding-left: 20px
}
.header-contacts.fixed .header-tel{
    background: transparent;
    padding-top: 12px;
    font-family: "MyriadPro Light";
    text-align: left;
    opacity: .7;
}
.header-tel a{
    position: relative;
}
.header-tel a::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(//semalt.com/img/header-contacts/phone.png);
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: -23px;
}
.header-email {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: "MyriadPro Light";
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    margin-top: 10px;
}
.header-contacts.fixed .header-email{
    margin-left: 0;
    opacity: .7;
}
.header-email a{
    position: relative;
}
.header-email a::before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(//semalt.com/img/header-contacts/mail.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1px;
    left: -26px;
}

.header-social{
    float:right;
    padding-top: 10px;
}
.header-social .icons{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    opacity: .4;
}
.header-social .icons.facebook{
    background: url("//semalt.com/img/header-contacts/facebook.png");
    background-size: 100% 100%;
}
.header-social .icons.linkedin{
    background: url("//semalt.com/img/header-contacts/linkedin.png");
    background-size: 100% 100%;
}
.header-social .icons.twitter{
    background: url("//semalt.com/img/header-contacts/twitter.png");
    background-size: 100% 100%;
}
.header-social .icons.instagram {
    background: url("//semalt.com/img/header-contacts/instagram.png");
    background-size: 100% 100%;
}

/* ///////////////////////////////////////////// */


.new .header-contacts .wrap-header-contacts {
    display:  flex;
    justify-content:  space-between;
    width: 1080px;
    margin: 0 auto;
}

.new .header-contacts .wrap-header-contacts .email-phone{
    display:  flex;
}

.new .header-contacts .header-email {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: "MyriadPro Light";
    display: inline-block;
    margin: 10px 25px 0 27px;
    vertical-align: top;
}
.new .header-contacts .header-tel {
    width: 275px !important;
    text-align: left;
    background: #f39c12;
    height: 43px !important;
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
    font-family: "MyriadPro Bold";
    padding: 0;
    letter-spacing: 1px;
    padding-left: 0;
    display:  flex;
    flex-wrap:  wrap;
    transition: 0.2s height;
    overflow: hidden;
    cursor: pointer;
}

.new .header-contacts .header-tel.active {
    transition: 0.2s height;
    background: #e28400;
    height: 87px !important;
}

.new .header-contacts .header-tel .tel-block{
    padding: 13px 0 13px 45px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.new .header-contacts .header-tel .tel-block:first-of-type {
    padding:  2px 0 7px 45px;
    background: #f39c12;
}

.new .header-contacts .header-tel p.text {
    padding: 3px 0 0 45px;
    font-family: "MyriadPro Light";
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0;
    background: #f39c12;
}


.new .header-contacts .header-tel a{
    width: 160px;
    display: inline-block;
}

.new .header-contacts .header-tel a::before {
    display: none;
}

.new .header-contacts .header-tel .tel-block:first-of-type a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -25px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(//semalt.com/img/qa-phone-white.png);
    display: block;
}
.new .header-contacts .header-tel .tel-block span{
    position: relative;
    display: inline-block;
    width: 55px;
}
.new .header-contacts .header-tel .tel-block:first-of-type span::after{
    display: block;
    width: 0;
    position: absolute;
    top: 5px;
    right: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
}
.new .header-contacts .header-tel.active .tel-block:first-of-type span::after{
    display: block;
    width: 0;
    position: absolute;
    top: 5px;
    right: 0;
    border-top:0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
}

/* ///////////////////////////////////////////// */


.activity_click{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.with_arrow {
    padding-right: 20px;
    position:  relative;
}
.header-semalt-main.fixed .product-button a.with_arrow_right {
    padding-right: 10px;
}

.with_arrow::after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: -5px;
    content: '';
    background: url(//semalt.com/img/audit/icon1.svg);
    background-size: 100% 100%;
    filter: invert(100%);
}
.with_arrow_right::after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 6px;
    content: '';
    background: url(//semalt.com/img/arrow-right.png);
    background-size: 100% 100%;
}

/*body.lang_es .header-semalt-main.fixed .product-button,body.lang_fr .header-semalt-main.fixed .product-button{*/
    /*padding-left: 9px;*/
    /*padding-right: 9px;*/
/*}*/