@CHARSET "UTF-8";

#mn-head {
    position: relative;
    width: 100%;
    height: 99px;
    background: #3B3938;
    border-bottom: 1px solid #000000;
}

@media screen and  (max-width: 680px) {
    #mn-head {
        height: 59px;
    }
}

#mn-head > a.menu {
    float: left;
    display: none;
    width: 30px;
    height: 30px;
    margin-top: 35px;
    margin-left: 50px;
    background: url("/themes/boxun2025/icons/bmenu.gif");
}

@media screen and  (max-width: 1000px) {
    #mn-head > a.menu {
        display: block;
    }
}

@media screen and  (max-width: 680px) {
    #mn-head > a.menu {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 20px;
        margin-left: 50px;
        background: url("/themes/boxun2025/icons/smenu.gif");
    }
}


#mn-head .logo {
    float: left;
    display: block;
    width: 211px;
    height: 39px;
    margin-left: 50px;
    margin-top: 30px;
    background-image: url("/themes/boxun2025/logos/bw_211.png");
}

@media screen and  (max-width: 680px) {
    #mn-head .logo {
        float: left;
        display: block;
        width: 108px;
        height: 20px;
        margin-left: 40px;
        margin-top: 20px;
        background-image: url("/themes/boxun2025/logos/bw_108.png");
    }
}

#mn-head > div {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 12px;
    margin-right: 12px;
    color: #FFFFFF;
    font-size: 15px;
}

@media screen and  (max-width: 1000px) {
    #mn-head > div {
        max-width: 250px;
    }
}

#mn-head .email {
    padding-left: 30px;
    margin-left: 30px;
    color: #FFFFFF;
    background: url("/themes/boxun2025/icons/letter.gif") no-repeat left 3px;
}

#mn-head .phone {
    padding-left: 30px;
    margin-left: 25px;
    color: #FFFFFF;
    background: url("/themes/boxun2025/icons/phone.gif") no-repeat left 2px;
}

@media screen and  (max-width: 680px) {
    #mn-head .email, #mn-head .phone {
        display: none;
    }
}

#mn-basket {
    display: block;
}

#mn-basket > div {
    height: 25px;
    padding-top: 8px;
    padding-left: 15px;
    background: url("/themes/boxun2025/icons/basket.gif") no-repeat left 1px;
}

#mn-basket > div > a {
    display: block;
    padding: 1px 4px;
    background-color: #E60012;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#mn-menu {
    display: flex;
    flex-direction: row;
    visibility: visible;
    position: absolute;
    right: 10px;
    bottom: 0;
    list-style: none;
    background-color: #3B3938;
    border-top: 1px solid #6B6968;
}

@media screen and  (max-width: 1000px) {
    #mn-menu {
        flex-direction: column;
        visibility: hidden;
        left: 0;
        top: 100px;
        right: auto;
        bottom: auto;
        border: none;
        padding-bottom: 5px;
    }
}

@media screen and  (max-width: 680px) {
    #mn-menu {
        top: 60px;
    }
}

#mn-menu li {
    display: block;
    margin-top: 5px;
    padding-bottom: 8px;
}

@media screen and  (max-width: 1000px) {
    #mn-menu li {
        width: 160px;
        text-align: center;
        margin-inline: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #6B6968;
    }
    #mn-menu li:last-child {
        border: none;
    }
}

#mn-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

#mn-menu li.current a {
    padding-bottom: 2px;
    border-bottom: 5px solid #E60012;
}

@media screen and  (max-width: 1000px) {
    #mn-menu li.current a {
        padding-bottom: 5px;
    }
}

#mn-menu li a:hover {
    color: #FB9998;
}

#mn-footer {
    display: flex;
    background-color: #3B3938;
    padding-inline: 20px;
    padding-block: 40px;
}

#mn-footer .contacts {
    width: 275px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 25px;
}

@media screen and  (max-width: 680px) {
    #mn-footer {
        padding-block: 30px;
    }
    #mn-footer .contacts {
        margin-block: 0;
    }
}

#mn-footer .contacts .name {
    font-size: 14px;
    color: #CCCCCC;
    padding-bottom: 20px;
}

#mn-footer .contacts .phone, #mn-footer .contacts .email, #mn-footer .contacts .address {
    display: block;
    padding-bottom: 10px;
    padding-left: 54px;
    font-size: 15px;
    color: #FFFFFF;
}

#mn-footer .contacts .phone {
    background: url("/themes/boxun2025/icons/phone.gif") no-repeat 28px 2px;
}
#mn-footer .contacts .email {
    background: url("/themes/boxun2025/icons/letter.gif") no-repeat 28px 3px;
}
#mn-footer .contacts .address {
    font-size: 12px;
    background: url("/themes/boxun2025/icons/geo.gif") no-repeat 31px 3px;
}

#mn-footer .catalog {
    flex-grow: 1;
    margin-inline: 50px;
    list-style: none;
    column-count: 2;
    gap: 10%;
}

@media screen and  (max-width: 1000px) {
    #mn-footer .catalog {
        column-count: 1;
    }
}

@media screen and  (max-width: 680px) {
    #mn-footer .catalog {
        display: none;
    }
}

#mn-footer .catalog li {
    padding-block: 5px;
}

#mn-footer .catalog a {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

#mn-container {
    width: 100%;
    max-width: 94%;
    margin: 50px auto 70px;
}

#mn-over {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}

#mn-fader {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}

#mn-over-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 210;
}