.new-container{
    max-width:1200px;
    width:95%;
    margin:0 auto;
}
header{
    position:fixed;
    top:0;
    width:100%;
    left:0;
    background:white;
    z-index:10;
    box-shadow: 0px 4px 7px -3px rgba(34, 60, 80, 0.2);
}

.new-top-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:10px;
    padding-bottom:15px;
}
.new-top-header-logo{
    display:block;
    width: 140px;
}
.new-top-header-logo img{
    width:100%;
    display:block;
}
.new-top-header-contact{
    display:flex;
    align-items:center;
}
.new-top-header-contact-phones{
    margin-right:20px;
}
.new-top-header-contact-phones a{
    /*display: block;*/
    font-size: 20px;
    color: #222222;
    transition:0.5s;
    padding-right:10px;
}
.new-top-header-contact-phones a:hover{
    color:#2cc006;
    transition:0.5s;
}
.new-top-header-contact-phones span{
    display:block;
    font-size: 14.3px;
    line-height: 1;
}
.new-top-header-contact-soc{
    display:flex;
    margin-right:25px;
}
.new-top-header-contact-soc a{
    display:block;
    padding-left:5px;
    padding-right:5px;
    transition:0.5s;
    transform:scale(1);
}
.new-top-header-contact-soc a:hover{
    transition:0.5s;
    transform:scale(1.1);
}
.new-top-header-contact-soc a img{
    display:block;
    width: 40px;
}
.new-top-header-contact-popup-button{
    color: #ffffff;
    border-color: #2cc006;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #2cc006;
    display:flex;
    justify-content:center;
    align-items:center;
    height:50px;
    padding-left:15px;
    padding-right:15px;
    cursor:pointer;
    border:2px solid #2cc006;
    transition:0.5s;
}
.new-top-header-contact-popup-button:hover{
    background:transparent;
    color:#2cc006;
    transition:0.5s;
}

.new-bottom-header{
    padding-top:15px;
    padding-bottom:15px;
    border-top: 1px solid #222222ad;
}
.new-bottom-header .menu{
    display:flex;
    justify-content:space-between;
}
.new-bottom-header .menu li a{
    display:block;
    /*padding-left:10px;*/
    /*padding-right:10px;*/
    font-size: 16px;
    color: #222222;
    transition: 0.5s;
    font-family: Open Sans, Arial, sans-serif;
    line-height:1;
}
.new-bottom-header .menu li.current_page_item a{
    color: #2cc006;
}
.new-bottom-header .menu li a:hover{
    color: #2cc006;
    transition: 0.5s;
}
.new-mob-menu{
    display:none;
}
@media(max-width:1124px){
    .new-bottom-header .menu li a{
        font-size: 14px;
    }
}
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container{
    padding-top: 123px;
}
.new-top-header-button{
    display:none;
}
@media(max-width:768px){
    .new-bottom-header{
        display:none;
    }
    .new-top-header-contact{
        /*display:none;*/
    }
    .new-top-header>.new-top-header-contact>.new-top-header-contact-soc,.new-top-header>.new-top-header-contact>.new-top-header-contact-popup-button,.new-top-header>.new-top-header-contact>.new-top-header-contact-phones span{
        display:none;
    }
    .new-top-header>.new-top-header-contact .new-top-header-contact-phones a{
        font-size:14px;
    }
    .new-top-header-button{
        display:block;
        position:relative;
        width:40px;
        height:30px;
        transition:0.5s;
    }
    .new-top-header{
        position:relative;
    }
    .new-top-header-button div{
        width:100%;
        border-bottom:1px solid black;
        position:absolute;
        transform:rotate(0);
        transition:0.5s;
        opacity:1;
    }
    .new-top-header-button div:nth-child(1){
        top:0;
        left:0;
    }
    .new-top-header-button div:nth-child(2){
        bottom:14px;
        right:0;
    }
    .new-top-header-button div:nth-child(3){
        bottom:0;
        left:0;
    }
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container{
        padding-top:77px;
    }
    .new-top-header-button.active{
        
    }
    .new-top-header-button.active div:nth-child(1){
        top:20px;
        left:0;
        transform:rotate(45deg);
    }
    .new-top-header-button.active div:nth-child(2){
        opacity:0;
        right:-105%;
    }
    .new-top-header-button.active div:nth-child(3){
            bottom: 8px;
        left:0;
        transform:rotate(-45deg);
    }
    .new-mob-menu{
        /*display:block;*/
        top:75px;
        position:fixed;
        padding:10px;
        width:100vw;
        height:calc(100vh - 75px);
        left:0;
        padding-left:-2.5%;
        padding-right:-2.5%;
        background:white;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        padding-bottom:110px;
    }
    .new-mob-menu .menu a{
       width: 100%;
        font-size: 18px;
        color: #222222;
        display: block;
        margin-bottom: 10px;
    }
    .new-top-header-contact-phones{
        margin-bottom:10px;
    }
    .new-top-header>.new-top-header-contact .new-top-header-contact-phones{
        margin:0;
    }
    .new-top-header-contact-phones a{
        display:block;
    }
    .new-top-header-contact-soc{
        margin-bottom:10px;
        margin-right:0;
    }
}


.new-popup-cont{
    position:fixed;
    top:0;
    left:0;
    display:none;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    z-index:20;
}
.new-popup-back{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000000eb;
    transition:0.5s;
    transform:scale(1);
    opacity:0;
}
.new-popup-form{
    width:95%;
    max-width:380px;
    z-index:1;
    transition:0.1s;
    transform:scale(0);
    opacity:0;
}

.new-popup-cont.active{
    display:flex;
}
.new-popup-cont .new-popup-back.active{
    transform:scale(1);
    opacity:1;
}
.new-popup-cont .new-popup-form.active{
    transform:scale(1);
    opacity:1;
}











