


.H-w.section-w {
    max-width: 1170px;
}


.H.-sticky {
    position: fixed; z-index: 600;
    left: 0; top: 0; right: 0;
}

.H.-sticky.-sh {
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,.2); box-shadow: 0px 0px 3px 2px rgba(0,0,0,.2); }




    .H-w {
        height: 72px;

        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: space-between;
-moz-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;

        -webkit-transition: height .3s ease, padding .3s ease;
-moz-transition: height .3s ease, padding .3s ease;
-ms-transition: height .3s ease, padding .3s ease;
-o-transition: height .3s ease, padding .3s ease;
transition: height .3s ease, padding .3s ease;
    }

    
    .H-side-w {
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: space-between;
-moz-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
    }



.H-col {
    float: left;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.H-col[name="phone"] {
    margin-right: 15px;
}

.H-col[name="callback"] {
    margin-right: 30px;
    margin-left: 20px;
}





.H-burger-menu {
    cursor: pointer;
}

.H-burger-menu-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.H-col[name="social"] {
    margin-right: 10px;
}
.H-col[name="social"] .Sl-item {
    display: inline-block;
    margin-left: -2px;
}



@media (max-width: 1100px) {
    .H-w {
        padding-bottom: 20px;
    }
    .H .Lg {
        position: relative;
    }
    .H .Lg-col[name="title"] {
        margin-right: 0;
    }
    .H .Lg-col[name="slogan"] {
        position: absolute;
        top: 100%;
        margin-top: 2px;
        display: block;
        white-space: nowrap;
    }
}

@media (max-width: 960px) {
    .H-side[right] {
        position: relative;
    }
    .H-col[name="social"] {
        position: absolute;
        top: 100%;
    }
    .H-col[name="callback"] {
        margin-left: 10px;
    }
    .H-col[name="phone"] {
        margin-right: 10px;
    }

}

@media (max-width: 810px) {
    .H-col[name="phone"],
    .H-col[name="social"] {
        display: none
    }
}

@media (max-width: 480px) {
    .H-w {
        height: 67px;

        -webkit-transition: height .3s ease;
-moz-transition: height .3s ease;
-ms-transition: height .3s ease;
-o-transition: height .3s ease;
transition: height .3s ease;
    }


    .H-side[left] {
        margin-left: 15px;

    }
    .H-side[right] {
        margin-right: 8px;
    }

    .H-burger-menu SVG PATH {
        display: none;
    }

    .H-col[name="phone"] {
        display: none;
    }
    .H-col[name="social"] {
        display: none;
    }
    .H-col[name="callback"] {
        display: none;
    }
}