* {
    font-family: 'Nunito';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    z-index: 1000;
    background-color: #000000;
    height: 70px;
    margin: 0px;
    padding: 0px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: none;
    
}
.navbar-nav{
    margin-right: 20px;
}
.dropdown{
    font-size: 20px;
}
.first{
    margin-left: 30px;
}
.burger{
    outline: none;
    box-shadow: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
       
}
.navbar {
    background-color: #000000d7;
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    z-index: 1000;
    
}
.navbar a ,p{
    color: white;
    font-size: 22px;
}
.container-fluid{
    background-color: #000000d7;
}
.dropdown-menu{
    background-color: #000000d7;
    border: none;
}
.container-fluid_post{
    background-color: #00000000;
}
.show{
    background-color: #000000d7;
}
.navbar-brand img{
    background-color: white;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: 0px;
}
.navbar-brand{
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 5px;
    top: 5px;
}


.number_phone{
    display: flex;
    justify-content: end;
    width: auto;
    padding: 0px;
}
.number_phone a{
    width: 160px;
    margin: 2px;
    text-decoration: none;
    font-size: 18px;
}
.noname{
    text-align: center;
    height: 383px;
    width: 315px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(199, 199, 199, 1);
    border-radius: 20px;
    margin: 30px;
}
.noname img{
    border-radius: 50px;
    margin: 10px;
    width: 100px;
    height: 100px;
}
.noname h3{
    font-weight: bold;
    font-size: 25px;
}
.noname p{
    color: #000000;
    text-align: left;
    font-size: 23px;
}

.svaz{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    z-index: 1000;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(227, 227, 227, 0.62);
-moz-box-shadow: 0px 0px 13px 0px rgba(227, 227, 227, 0.62);
box-shadow: 0px 0px 13px 0px rgba(227, 227, 227, 0.62);
    border-radius: 50px;
}
.svaz_one{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    z-index: 900;
    transition:0.5s all;
}
.svaz_three{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    z-index: 900;
    transition:0.5s all;
}
.svaz_two{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    z-index: 900;
    transition:0.5s all;
}
.svaz_form_animate{
    position: fixed;
    bottom: 115px;
    right: 20px;
    width: 80px;
    z-index: 1000;
    transition:0.5s all;
}
.svaz_form_animate_one{
    position: fixed;
    bottom: 210px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    transition: 0.5s all;
}
.svaz_form_animate_two{
    position: fixed;
    bottom: 305px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 1000;
    transition: 0.5s all;
}
footer a:hover{
    color: white;
    text-decoration: underline white;
}
footer p {
    font-weight: 500;
    color: white;
}
footer a{
    font-weight: 500;
    color: white;
}
footer .mb-4, a {
    text-decoration: none;
    text-align: left;
    color: white;
}
footer h6{
    font-weight: 600;
}
footer p{
    margin: 0.5px;
    font-size: 17px;
}
footer {
    margin-top: 10px;
    padding-top: 0.5px;
    background-color:#343a40;
}
.button-order{
    display: flex;
    justify-content: center;
    max-width: 174px;
    align-items: center;
    padding:  7.5px 20px;
    width: 100%;
    text-align: center;
    background-color: white;
    border: 0;
    max-height: 40px;
    border-radius: 999px;
    margin-right: 12px;
    margin-left: 24px;
    font-size: 1rem;
    color: black;
}
.button-order a{
    font-family: "Nunito";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: black;
  
}
.button-order:hover{
    background-color: rgba(228, 228, 228, 1);
    font-family: "Nunito";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
/* Базовые стили для подменю */
/* Подменю */
/* Подменю */
.dropdown-submenu {
    position: relative;
    white-space: nowrap; /* Чтобы не переносилось */
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    position: absolute;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.dropdown-submenu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding-right: 24px; /* место под стрелку */
}
/* Стрелочка справа на одной строке */
.dropdown-submenu > a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    border: solid transparent;
    border-width: 4px 0 4px 6px;
    border-left-color: #fff;
    transition: transform 0.3s ease;
}

.dropdown-submenu:hover > a::after {
    transform: rotate(90deg);
}
.dropdown-item:hover {
   background-color: inherit;
    color: white;
}
.navbar-nav{
    margin-right: 0;
    margin-left: 260px;
}
.info-align-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mini{
    max-width: 100% !important;
}
.padding-big{
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}
@media (max-width: 1255px) {
    .navbar-nav {
        margin-left: 150px;
    }

}
@media (max-width: 1147px) {
    .navbar-nav {
        margin-left: 0px;
    }

}

.custom-slide img{
    width: min-content  !important;
}
.custom-slide{
    display: flex !important;
   justify-content: center !important;
}
@media(max-width:992px){
    .button-order{
        display: none;
    }
}

@media(max-width:768px){
    footer .mb-4, a {
        font-size: 16px;
    }
}
@media(max-width:375px){
    footer .mb-4, a {
        font-size: 1rem;
        text-align: center;
    }
}

@media(max-width:900px){
    footer{
        text-align: center;
    }
    .dropdown-item{
        font-size: 5px;
    }
    .svaz{
        width: 50px;
    }
    .svaz_one{
        width: 50px;
    }
    .svaz_two{
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 50px;
        z-index: 900;
        transition:0.5s all;
    }
    .svaz_three{
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 50px;
        z-index: 900;
        transition:0.5s all;
    }
    .svaz_form_animate{
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 50px;
        z-index: 1000;
        transition:0.5s all;
    }
    .svaz_form_animate_one{
        position: fixed;
        bottom: 140px;
        right: 20px;
        width: 50px;
        height: 50px;
        z-index: 1000;
        transition: 0.5s all;
    }
    .svaz_form_animate_two{
        position: fixed;
        bottom: 200px;
        right: 20px;
        width: 50px;
        height: 50px;
        z-index: 1000;
        transition: 0.5s all;
    }
    .first{
        margin-top: 60px;
        margin-left: 0px;
    }
    .number_phone{
        display: none;
    }
    
    .container-fluid{
        background-color: rgb(0, 0, 0);
    }

     
      .burger{
        z-index: 5000;
      }
      .top_text{
        color: white;
        font-weight: 600;
        font-size: 20px;
        position: absolute;
        bottom: 8%;
        left: 20px;
        width: 70%;
        text-align: left;
    }
    .button_text{
        background-color: #0000007c;
        color: white;
        position: absolute;
        bottom: 5%;
        left: 20px;
        font-size: 12px;
        padding: 2px 4px;
        border-radius: 20px;
        text-decoration: none;
    }
    .noname{
        text-align: center;
        height: 220px;
        width: 150px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.089);
        border: 2px solid rgba(199, 199, 199, 1);
        border-radius: 20px;
        margin: 5px;
    }
    .noname img{
        border-radius: 50px;
        margin: 10px;
        width: 50px;
        height: 50px;
    }
    .noname h3{
        font-weight: bold;
        font-size: 13px;
    }
    .noname p{
        color: #000000;
        text-align: left;
        font-size: 11px;
        font-weight: 500;
    }
    .navbar {
        background-color: #000000;
    }
    .container-fluid{
        background-color: #000000;
    }
    .dropdown-menu{
        background-color: #000000;
        border: none;
    }
    
}