.mar-left {
    margin-left: 40px;
}

.burger {
    width: 100%;
    height: 100vh;
    background-color: #252525;
    position: fixed;
    z-index: 100;
    top: 70px;
    left: 100vw;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    
}

.burger-link {
    /* margin-top: 25px; */
    margin-bottom: 25px;
    font-size: 22px;
    color: white;
    font-weight: 600;
}
.header {
    z-index: 100;
    padding: 20px 0px;
    width: 100%;
    background-color: #383838;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}
.header__nav {
    display: flex;
    align-items: center;
    /* height: 80px; */

}
.header__logo {
    margin-right: 30px;
    
}
.header__logo-img {
    height: 22px;
}
.header__logo-txt-img {
    display: none;
}
.header__nav-link {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.header__tel {
    margin-left: auto;
    /* margin-right: 50px; */
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.header__tel-img {
    height: 25px;
    
}
.header__tel-img-link {
    display: none;
}
.header__social-link {
    margin-right: 20px;
}
.header__social-img {
    width: 35px;
}
.burger-img {
    display: none;
}
.header__burger {
    display: none;
}