@media (min-width: 576px)
.modal-dialog {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.header1 {
    padding: 10px 0;
    background: #fff;
}

.header_logo {
    font-size: 32px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Racing Sans One', sans-serif;
    transition: all 0.3s ease;
}

.header_logo:hover {
    color: #9CCC65;
}

.header1 .header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
.header1 .header_logo, .header1_menu .header_logo {
    width: 223px;
    min-width: 223px;
} */
@media  (max-width: 1200px) and (min-width: 769px) {
    /**Логотип+ТПП*/
    .tppWidth {
        max-width: 100px;
    }
    .header_logo {
        max-width: 210px!important;
    }
}
@media (max-width: 768px) and (min-width: 576px) {
    /**Логотип+ТПП*/
    .tppWidth {
        max-width: 100px;
    }
    .header_logo {
        max-width: 190px!important;
    }
}

.header1 .nav, .header1_menu .nav {
    font-size: 15px;
    font-weight: 600;
}

.header1 .nav-link, .header1_menu .nav-link {
    color: var(--main-color);
    position: relative;
}

.nav-link:hover {
    color: #e94e1b!important;
    position: relative;
}

.header1_menu .nav-item {
    padding-top: 10px;
}

.header1 .nav-link span, .header1_menu .nav-link span {
    position: absolute;
    top: -15px;
    left: 50%;
    background-color: #ffeb41;
    padding: 5px 10px;
    border-radius: 9px;
    font-size: 9px;
    transform: translateX(-50%);
}

.header1_menu .nav-link span {
    left: 20px;
    transform: translateX(0);
}

.header1 .header_whatsapp, .header1_menu .header_whatsapp {
    display: flex;
    align-items: center;
}

.header1 .header_whatsapp_img, .header1_menu .header_whatsapp_img {
    position: relative;
    min-width: 64px;
    margin-right: 14px;
}

.header1 .header_whatsapp .dot, .header1_menu .header_whatsapp .dot {
    width: 8px;
    height: 8px;
    background-color: #00CF00;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 19px;
    right: 2px;
}

.header1 .header_whatsapp .dot:before, .header1_menu .header_whatsapp .dot:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #00CF00;
    opacity: 0.25;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

.header1 .header_wa_btn, .header1_menu .header_wa_btn {
    text-align: center;
}

.header1 .header_wa_btn p, .header1_menu .header_wa_btn p {
    font-size: 13px;
    letter-spacing: 0.33px;
    font-weight: 500;
    margin-bottom: 8px;
}

.header1 .header_phone {
    text-align: center;
}

.header1 .header_phone .dot {
    display: inline-block;
    position: relative;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: #00CF00;
    border-radius: 50%;
    z-index: 2;
    margin-right: 7px;
}

.header1 .header_phone .dot:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #00CF00;
    opacity: 0.25;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

.header1 .header_phone_time {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.33px;
}

.header1 .header_phone_link {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 1.05px;
    text-decoration: none;
    color: var(--main-color);
}

.header1 .header_phone_link:hover {
    text-decoration: none;
    color: var(--main-color);
}

.header1 .header_phone_popup_open {
    font-weight: 600;
    letter-spacing: 0.65px;
    color: var(--btn-bg);
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 2px dashed var(--btn-bg);
    width: 201px;
    margin: 0 auto;
    cursor: pointer;
}

.burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    min-width: 40px;
    height: 25px;   
    cursor: pointer;
}

.burger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background: var(--btn-bg);
}

@media screen and (max-width: 1629.8px){
 /*   .header1 .header_logo {
        width: 180px;
        min-width: 180px;
    } */
    .header1 .nav {
        font-size: 13px;
    }
    .header1 .header_whatsapp_img {
        position: relative;
        width: 50px;
        min-width: 50px;
        margin-right: 10px;
    }
    .header1 .btn {
        font-size: 10px;
    }
    .header1 .header_phone_time {
        font-size: 11px;
    }
    .header1 .header_phone_link {
        font-size: 18px;
    }
}

@media screen and (max-width: 1399.8px){

}

@media screen and (max-width: 1199.8px){

}

@media screen and (max-width: 991.8px){

}

@media screen and (max-width: 767.8px){

}

@media screen and (max-width: 575.8px){
  .header1 .btn {
        font-size: 10px;
        display: none!important;
    }
}