/* Шапка */
.b-header {
    /* position: absolute; */
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #60372c; /* #54616e; */
}

.b-btn {
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 40px;
    border-radius: 13px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-out;
    margin-top: -65px;
}

.b-btn:hover {
    opacity: 0.8;
}

.b-header-nav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 20px 0;

}

.b-header-logo {
    max-width: 110px;
}

.b-logo-wrap {
    display: block;
    max-width: 120px;
}

.b-header.--ins {
    /* background: url('/images/bgheader.jpg');
    background-size: cover;
    position: static; */
    background-color: #60372c; /* #54616e; */
}

.b-header.--ins .b-header-logo {
    max-width: 80px;
}

.b-header.--ins .b-btn {
    margin-top: 0 !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.b-header.--ins .b-header-nav {
    padding: 10px 0;
}


/* Шапка */
