
@font-face {
    font-family: "CoreSansBold"; /* Имя шрифта */
    src: url(/font/CoreSansDS55Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face{
    font-family: "Bookman Old Style" ;
    src: url(/font/Bookman.ttf);
}
@font-face{
        font-family: "CoreSans75Black";
        src: url(/font/CoreSansDS75Black.ttf);
        
    }
@font-face{
    font-family: "Bookman Old Style Bold" ;
    src: url(/font/BOOKOSB.TTF);
    
}
.header{
    background-color: #2b2e35;
}
.header_fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}

div{
    font-display: swap;
}
nav{
    overflow:auto;
    white-space: nowrap;
}
.margin{
    margin-right: 10px;
}

.margin5px{
    margin-right: 5px;
}

.header-info{
    background-color: #3a6029;
    border: 1.3px solid white;
    border-right: none;
    border-color: rgb(255, 255, 255);
    font-family: "Bookman Old Style";
    opacity: 0.74;
    box-shadow: 0px 10px 20.24px 2.76px rgba(0, 0, 0, 0.7),inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.font-weight{
    font-family: "Bookman Old Style Bold";
    font-weight: 800;
}


.logo {
    display: inline-block;
    border: 1.3px white solid;
    background-color: #292929; 
    width:100%;
    border-color: rgb(255, 255, 255);
    background-color: rgb(39, 41, 46);
    opacity: 0.74;
    box-shadow: 0px 10px 20.24px 2.76px rgba(0, 0, 0, 0.7),inset 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    
}

.btn-outline-danger {
    color: #41b144;
    background-color: transparent;
    background-image: none;
    border-color: #41b144;
    height: 50px;
}

.btn-outline-danger:hover {
    color: white;
    background-color: #41b144;
    border-color: #41b144
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #41b144;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: white;
    background-color: #41b144;
    border-color: #41b144
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none
}


.geo-prefix{
    font-family: "Bookman Old Style Bold";
    font-size: 18px; font-weight: 1000;margin-left: 10px; margin-top:25px; color: white;
}

.geo-name{
    font-family: "Bookman Old Style Bold";
    font-weight: 1000; font-size: 28px; margin-left: 3px; margin-top:15px;color: white;
}
.body-content{
    margin-top: 180px;
}
.header-phone{
    display: none;
}
.header-phone-info{
    display: flex !important;
}
.basket-cost{
    margin-right: 20px;
}

.nav-mobile{
    margin-top: 78px;
    background-color: rgb(39, 41, 46);
    display: none;

}
.nav-mobile-fixed{
    width: 100%;
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 1000;
}
.phone{
    font-family: Bookman Old Style;
    font-weight: bold;
    font-size: 15px;
}
@media screen and (max-width: 1100px){
    .geo-name{
        display: none;
    }
    .geo-prefix{
        display: none;
    }
    .geo-svg{
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .header{
        display: none;
    }
    .body-content{
        margin-top: 0;
    }
    .header-phone{
        display: block;
        width: 100%;
    }
    .header-phone-info{
        background-color: #41b144;
        position: fixed;
        width: 100%;
        z-index: 100;
        top:0;

    }
    .nav-mobile{
        background-color: #27292e;
        display: block;
    }
    .nav-mobile-fixed{
        background-color: #27292e;
        display: block;
        visibility: hidden;
    }
}


@media screen and (max-width: 380px) {
    .basket-cost-element{
        display: none!important;
    }
}



.categories{
    margin-top: 5px; overflow-x:hidden;scroll-behavior: smooth;
}


.time{
        font-family: Bookman Old Style;
        font-size: 13px;
    }

.link-category{
    color: rgb(192, 193, 194);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.basket-block{
    cursor: pointer;
}





.toggle-nav{
    position: fixed;
    opacity: 1;
    height: auto;
    top:auto;
    visibility: visible;
}


.display-nav{
    top: auto;
    position: fixed;
    animation: display 0.5s linear 0s 1 forwards;
    visibility: visible;
}

.hide-nav{
    animation: hide 0.5s linear 0s 1 forwards;
    position: absolute;
    visibility: hidden;
    top: 142px;
    
}

@keyframes display{
    from {
        opacity: 0;
    }
    to{
        opacity: 1;

    }
}

@keyframes hide{
    from{
        opacity: 1;
        visibility: visible;
    }
    to{
        opacity: 0;
        visibility: hidden;
    }
}

.cost-mobile{
    font-family: CoreSansBold; 
    font-size:18px;
     margin-right:5px;
}

.button-navigation{
    border: 0;
    outline:0;
}

.back-2{
    background-color: rgb(39, 41, 46);
    z-index: 10;
    width: 10%;

}
.swiper-container-2{
    background-color: rgb(39, 41, 46);
}
.next-2{
    background-color: rgb(39, 41, 46);
    width: 10%;
    z-index: 10;

}

.textsize{
    font-size: 10px;
}

.slide-active{          
    border:1px green solid;
    border-radius: 50px;
    padding:0 5px	
}
.basket-phone{
    position: relative;
    border-width: 0.95px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    opacity: 0.64;
    box-shadow: 0px 10px 19.36px 2.64px rgba(0, 0, 0, 0.7),inset 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
    padding: 2px;
    width: 56px;
    height: 57px;
    background-color: #336b27;
            

}

.red-circle{
    position: absolute;
    border-radius: 50%;
    background-color: #b63b3b;
    top:-10px;
    right: 0;
    height: 22px;
    width: 22px;
    box-shadow: none;
    z-index: 100;
    opacity: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
}
.logo-mob{
    width: 78px;
    height: 78px;
    outline: none;
}


.category-header{
    font-family: "CoreSans75Black";
    text-transform: uppercase;
}

.no-wrap{
    white-space: nowrap;
}

.link-category:hover{text-decoration: underline}
#next{
    cursor: pointer
}
.back, .next:hover{
    cursor: pointer
}