header .navbar {
    padding: 0;
}

.header-fixedName{
    height: 30px;
    align-items: flex-end;
}

/* .header-bg_white {
    background: #fff;
} */

.header-logoH {
    height: 50px;
    max-width: 160px;
}

.top-menu-navLink {
    color: var(--main-color, black);
    font-size: 18px;
    display: flex;
    transition: 300ms;
    text-decoration: none;
    font-weight: 400;
}

.header-contacts a {
    color: var(--main-color, black);
    font-size: 16px;
}

.header-contacts a:hover {
    text-decoration: none;
}

.header-contacts a:hover > div {
    text-decoration: underline;
}

header .fa-phone-square {

    font-size: 24px;
    margin-bottom: 4px;
}

header .fa-envelope-o {
    font-size: 24px;
    margin-bottom: 4px;
}

.header-logo{
    max-height:65px;    
}
.phoneIcon,.envelopeIco{ 
   width: 25px;
    height: 25px;
    transition: 300ms;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-background-size: 25px;
    background-color: transparent;
}
.phoneIcon{
    background-image: url(/themes/landing-october/assets/images/noun_Phone_o.svg);    
}
.envelopeIco{
    background-image: url(/themes/landing-october/assets/images/noun_Email.svg); 
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.instagram, .facebook, .vkontakte, .twitter {
    width: 30px;
    height: 30px;
    transition: 300ms;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 50%;
    background-color: var(--textbgc-color, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
}



.fa-angle-left:before {
    align-self: center;
}

.fa-angle-right:before {
    align-self: center;
}



/* гамбургер */
.header-hamburgerMenu {
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-hamburgerMenu.is-active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-hamburgerMenu:before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-hamburgerMenu.is-active:before {
    border: 2px solid var(--textbgc-color, #fff);
}

.header-hamburgerMenu.is-active .line {
    background-color: var(--textbgc-color, #fff);
}

.header-hamburgerMenu.is-active .line {
    width: 20px;
}

.header-hamburgerMenu.is-active .line:nth-child(2) {
    opacity: 0;
}

.header-hamburgerMenu.is-active .line:nth-child(1) {
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}

.header-hamburgerMenu.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(90deg);
    -ms-transform: translateY(-14px) rotate(90deg);
    -o-transform: translateY(-14px) rotate(90deg);
    transform: translateY(-14px) rotate(90deg);
}


.three {
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: var(--main-color, black);
    text-align: center;
}


.header-hamburgerMenu .line {
    width: 35px;
    height: 3px;
    background-color: var(--main-color, black);
    display: block;
    margin: 11px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}



header.fixed {
    position:  fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
    background-color: var(--main-color, black) ;
}

header.fixed .header-bg_white {
    background-color: var(--main-color, black) ;
}

header.fixed .img-fluid.filter {
    filter: brightness(0) invert(1);
}

header.fixed .top-menu-navLink,
header.fixed .header-contacts a {
    color: var(--textbgc-color, #fff);
}

header.fixed .header-hamburgerMenu .line {
    background-color: var(--textbgc-color, #fff);
}



@media (max-width: 1200px) {
    .padding-control-left {
        padding-left: 80px !important;
    }

    #_Sphere p {
        font-family: 'Montserrat', serif;
        font-weight: 500;
        font-size: 16px !important;
        color: #4c5462;
        word-break: break-all;
    }
    .top-menu-navLink {
    font-size: 16px;
    }
    .header-contacts a {
    font-size: 14px;
    }
}

@media (max-width: 991px) {
    .sphere-reverse-row {
        flex-wrap: wrap-reverse !important;
    }
}

@media (max-width: 767px) {
    
    #_Top_menu > ul{
    padding-left: 65px;
    }
    #_Top-menu>ul>li{
        width: 100%;
    }
    .header-itemMenuBg {
        background: var(--main-color, black);
        padding-top: 16px;
        padding-bottom: 16px;
        color: var(--textbgc-color, #fff);;
    }

    .top-menu-navLink {
        font-weight: bold;
    }

    .header-itemMenuBg {
        position: absolute !important;
        top: 0;
        z-index: 2;
        left: 0;
        padding-left: 3rem !important;
        padding-right: 3rem !important;

    }

    .top-menu-navLink {
        color: var(--textbgc-color, #fff);
        margin-bottom: 8px;
    }

    .top-menu-navLink:hover {
        color: #4c5462;
  /*       background: var(--textbgc-color, #fff); */
        text-decoration: none;
        padding-left: 8px;
    }

    .header-contacts a {
        color: var(--textbgc-color, #fff);
    }

    .header-contacts a:hover {
        color: var(--textbgc-color, #fff);
    }

    .fa-phone {
        color: var(--textbgc-color, #fff);
    }
    .header-padContact{
     padding-left: 78px;   
    }
    .header-fixedName {
    height: auto;
    align-items: flex-start;
    padding-left: 78px;
    }

}

@media (max-width: 540px) {
    .padding-control-left {
        padding-left: 75px !important;
    }

    .text-confg {
        padding-right: 30px;
    }
}
@media (max-width: 478px) {
    .header-padContact{
     padding-left: 60px;   
    }
    .header-fixedName {
    padding-left: 60px;
    }
}
@media (max-width: 410px) {
    .header-padContact{
     padding-left: 50px;   
    }
    .header-fixedName {
    padding-left: 50px;
    }
}
@media (max-width: 361px) {
    .header-padContact{
     padding-left: 35px;   
    }
    .header-fixedName {
    padding-left: 35px;
    }
}
@media (max-width: 331px) {
    .header-padContact{
     padding-left: 30px;   
    }
    .header-fixedName {
    padding-left: 30px;
    }
}

@media (max-width: 452px) {
    .sphere-dali-452:before {
        top: 144px !important;
    }
}

@media (max-width: 360px) {
    .padding-control-left {
        padding-left: 30px !important;
    }
}