.header_wrapper{
    width: 100%;
    background-color: #fff;

    
}

.header_topper_weapper{
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

.header_topper{
    width: 100%;
    max-width:1140px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: auto 15px;
}

.header_topper_item{
    margin-left: 20px;
    padding: 7px;
    font-weight: 300;
    font-family: "Roboto","Andika",sans-serif;
    line-height: 1.2;
    font-size: 14px;
}

.header_topper_item:hover{
    text-decoration: underline;
    color:var(--red);
}


.header_middle{
    width: 100%;
    max-width:1140px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;

}

.header_middle_items{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header_middle_items img{
    max-height: 130px;
    width: auto;
}

.header_middle_items_info{
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 15px;
}

.header_middle_items_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    height: 48px;
    width: 160px;
    background-color: #fff;
    border-radius: 24px;
    transition: .15s ease;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    font-family: "Roboto Slab","Andika",sans-serif;
    border: 1px solid var(--red);
    color:var(--red);
}

.header_middle_items_btn:hover{
    color:#fff;
    background-color: var(--red);
}

.header_middle_items_info_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color:var(--red);
    
}

.header_middle_items_info_container p{
    margin-left:10px;
    font-size: 16px;
    font-weight: 400;
    color:black;
}

header{
    background-color: var(--red);
    width: 100%;
    z-index: 998;
}

header.fixed{
    position: fixed;
    top: 0;
}

.header_main_wrapper{
    min-height: 50px;
    width: 100%;
    height: inherit;
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header_menu{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 1;
}

.header_menu li a{
    color: #fff;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 12px;
    transition: .15s;
    white-space: nowrap;
    text-transform: uppercase;
}

.header_menu li a:hover{
    color: #000;
}

.header_cart{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    background-color: #fff;
    min-height: 50px;
    color:black;
    cursor: pointer;
}

.header_cart:hover{
    color:var(--red);
}

.cart_price{
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    font-family: "Roboto Slab","Andika",sans-serif;
    line-height: 1;
}

.cart_icon{
    font-size: 24px;
    line-height: 1;
}

.cart_icon::before{
    content: "\f154";
    font-family: 'F';
    font-style: normal;
}

.cart_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: row;
    flex-wrap: nowrap;
}

.cart_count{
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 18px;
    margin-top: -4px;
    margin-left: -8px;
    padding: 3px 4px;
    color: #fff;
    border-radius: 50%;
    background: var(--red);
    font-size: 12px;
    
    font-family: "Roboto","Andika",sans-serif;
    line-height: 1;
    width: 25px;
    height: 25px;
}

.timework{
    transition: .25s ease;
    top: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 16px rgb(0 0 0 / 15%);
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transform: scale(0);
    z-index: 1;

}

.timework_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px;
}

.timework_item p{
    font-weight: 300;
    font-family: "Roboto","Andika",sans-serif;
}

.timework_item:nth-child(odd) {
    background-color: #fff;
}

.timework_item:nth-child(even) {
    background-color: #ecf0f1;
}

.timework_item:nth-child(1) {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.timework_item:nth-last-child(1) {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.watch_active{
    transform: scale(1);
    opacity: 1;
}

.hiddnemenuelements{
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;    
    align-items: flex-start;
    flex-direction: column;
    top: 0;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 0 16px rgb(0 0 0 / 22%);
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.507);
    backdrop-filter: blur(10px);
    padding-left: 0;
    padding-right: 0;
    margin-left: -100px;
    opacity: 0;
    transition: .25s;
    transform: scale(0);
    max-height: 50vh;
    overflow-y: auto;
    z-index: 2;
}



.hiddnemenuelements li{
    margin: 2.5px 0px;
    padding: 5px 15px;
    transition: .15s;
    border-radius: 24px;
    color:black;
}

.hiddnemenuelements li a{
    width: 100%;
    color:inherit;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: .15s;
    white-space: nowrap;
}


.hiddnemenuelements li:hover{
    background-color: var(--red);
    color:white;
}
.hiddnemenuelements li a:hover{
    color:white;
}


.hiddnemenuelements.hidden_menu_active{
    opacity: 1;
    transform: scale(1);
}


.authh_wrapper, .profile_wrapper{
    width: 100%;
    min-height: 100vh;
    background-color: transparent;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    scale: 0;
    transition: .25s;
    z-index: 3;
}

.auth_window, .profile_windows{
    width: 290px;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 20px 60px -2px rgb(27 33 58 / 40%);
}

.auth_title, .auth_description, .tel_numbers{
    margin: 10px 0px;
}

.auth_title{
    font-family: "Roboto","Andika",sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.auth_description{
    font-family: "Roboto","Andika",sans-serif;
    font-weight: 300;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.tel_numbers, .code_numbers{
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background-clip: padding-box;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-weight: 400;

}

.auth_send_code{
    width: 100%;
    color: var(--red);
    border-color: var(--red);
    background: transparent;
    font-size: 16px;
    font-family: "Roboto Slab","Andika",sans-serif;
    border: 1px solid;
    padding: 0 30px;
    line-height: 48px;
    border-radius: 24px;
    font-weight: 400;
    margin-top: 20px;
    transition:  .25s;
}

.auth_send_code:disabled{
    opacity: .7;
}

.auth_send_code:hover{
    background-color: var(--red);
    color:white;
}

.auth_chekbox_wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.auth_chekbox_wrapper_item{
    min-height: 24px;
    min-width: 24px;
    
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .25s;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c3c3c3;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    min-width: 24px;
    min-height: 24px;
    transition: .25s;
}

.custom-checkbox:checked + label::before {
    border-color: var(--red);
    background-color: var(--red);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.auth_check_box_text{
    font-family: "Roboto","Andika",sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 12px;
    color:#828282;
    margin-left: 5px;
}

.auth_check_box_text a{
    color: var(--red);
}

.chekbox_label{
    border: 2px solid transparent;
    border-radius: 5px;
}

@keyframes inputError {
    from {
        transform: scale(1);
        transform: rotate(0deg);
    }
    25% {
        transform: scale(1.5);
        transform: rotate(-10deg);
    }
    50% {
        transform: scale(1.1);
        transform: rotate(10deg);
    }
    75% {
        transform: scale(1.5);
        transform: rotate(-10deg);
    }
    to {
        transform: scale(1);
        transform: rotate(0deg);
    }
    }
.validateerror_animation{
    animation: inputError .25s;
    border: 2px solid var(--red);
}

.auth_description.stage2{
    font-size: 16px;
}

.auth_back_btn{
    margin: 10px 0px;
    width: 100%;
    color:#b44418;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 14px;
    transition: .25s;
}

.auth_back_btn:hover{
    text-decoration: underline;
    color:var(--red);
}

.code_numbers{
    font-size: 26px;
}


.header_middle_items_profile{
    font-family: "Roboto","Andika",sans-serif;
    font-size: 16px;
    color:var(--red);
    cursor: pointer;
    font-weight: 300;
    padding: 5px;
    border-bottom: 1px dashed rgb(51 51 51 / 58%);
    transition: .25s;
}

.header_middle_items_profile:hover{
    transform: translateY(1px);
    border-bottom: 1px dashed transparent;
}

.flaticon-smartphone{
    font-size: 30px;
    margin-right: 10px;
}

.flaticon-smartphone::before{
    content: "\f155";
    font-family: 'F';
    font-style: normal;
    color:var(--red);
}

.profile_windows{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}

.profile_avatar{
    max-width: 100px;
    height: auto;
}

.profile_bonuses{
    margin: 15px 0px;
    color: var(--red);
    font-weight: 900;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 16px;
}

.profile_link{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0px;
    transition: .25s;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto Slab","Andika",sans-serif;
    
}

.profile_link span{
    padding-bottom: 2.5px;

}

.profile_link:hover{
    background-color: var(--red);
    color:white;
}

.profile_quit{
    margin: 20px 0px;
    margin-bottom: 0;
    line-height: 32px;
    color: var(--red);
    border: 1px solid var(--red);
    font-size: 14px;
    padding: 0 48px;
    border-radius: 24px;
    background-color:white;
    font-family: "Roboto Slab","Andika",sans-serif;
    transition: .25s
}

.profile_quit:hover{
    color:white;
    background-color: var(--red);
}




/* --- АДАПТАЦИЯ --- */



.header_mobile_menu{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    display: none;
}
.header_mobile_menu span{
    font-family: "Roboto Slab","Andika",sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.header_mobile_menu_lines{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 35px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 3px;
    
}
.header_mobile_menu_lines_line{
    height: 3px;
    width: 60%;
    background-color: var(--red);
    margin: 2px 0px;
}


@media(max-width:990px){
    .header_topper_weapper,.header_middle{
        display: none;
    }
    .header_main_wrapper{
        max-width: 720px;
    }
    .header_menu{
        display: none;
    }
    .header_mobile_menu{
        display: flex;
    }
    
}

@media(max-width:800px){
    .header_cart{
        margin-right: 40px;
    }
    .header_mobile_menu{
        margin-left: 40px;
    }
}


@media(max-width:440px){
    .header_cart{
        
    }
    .header_mobile_menu{
        margin-left: 0px;

    }
    .header_mobile_menu_lines{
        height: 50px;
        border-radius: 0;
    }
}


.mobile_menu_wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    background-color: #fafafa;;
    z-index: 999;
    overflow: auto;
    scale: 0;
}

.mobile_menu_close_wrapper{
    background-color: #333;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.mobile_menu_close{
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.mobile_menu_close button{
    background: transparent;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 24px;
    font-weight: 300;

}

.mobile_menu_close button span{
    margin-right: 10px;
    margin-left: 10px;
    font-size: 24px;
}



.mobile_menu_content_wrapper{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile_menu_content_content{
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



@media(max-width:1200px){
    .mobile_menu_close, .mobile_menu_content_content, .mobile_menu_content_menu, .header_main_wrapper, .header_middle, .header_topper_weapper{
        max-width: 960px;
        margin: 0px auto;
    }
}

@media(max-width:990px){
    .mobile_menu_close, .mobile_menu_content_content, .mobile_menu_content_menu, .header_main_wrapper, .header_middle, .header_topper_weapper{
        max-width: 720px;
        margin: 0px auto;
    }
}
@media(max-width:770px){
    .mobile_menu_close ,.mobile_menu_content_content, .mobile_menu_content_menu{
        max-width: 540px;
        margin: 0px auto;
    }
}

@media(max-width:570px){
    .mobile_menu_close ,.mobile_menu_content_content, .mobile_menu_content_menu{
        max-width: 100%;
        padding: 0px 20px;
    }
}



.mobile_menu_content_content_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mobile_menu_content_content_top img{
    max-width:calc(100vw / 2.5);
    height: auto;
}



.mobile_menu_content_content_top .header_middle_items_info{
   padding: 0;
    
}
.mobile_menu_content_content_top .header_middle_items_info p{
    font-size: calc(calc(100vw + 100vh) * 0.013);
}


.mobile_menu_content_middle{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0px;
}


.mobile_menu_content_middle .header_middle_items_info{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;

}


.mobile_menu_content_middle .header_middle_items_info .header_middle_items_info_container{
    width: 100%;
}

.mobile_menu_content_middle .header_middle_items_info .header_middle_items_info_container p{
    font-size: calc(calc(100vw + 100vh) * 0.014);
}

body > div.header_wrapper > div.mobile_menu_wrapper > div.mobile_menu_content_wrapper > div > div.mobile_menu_content_middle > div > div > p > span{
    font-weight: 300;
}


.mobile_menu_content_menu{
    width: 100%;
    margin: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    overflow: auto;
}

.mobile_menu_content_menu a{
    padding: 15px;
    border: 1px solid #eee;
    width: 100%;
    background-color: #fff;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-weight: 300;
    height: 50px;
    
}

.mobile_menu_content_menu_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
}

.mobile_menu_content_menu button{ 
    padding: 15px;
    border: 1px solid #eee;
    min-width: 35%;
    background-color: #fff;
    font-family: "Roboto Slab","Andika",sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.mobile_menu_content_menu a{
    cursor: pointer;
}

.mobile_menu_content_menu_btn_hidden_menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;

}

.mobile_menu_content_menu_btn_hidden_menu.hmactive{
    display: flex;
}

.mobile_menu_content_menu_btn_hidden_menu a{
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #828282;
    font-family: "Roboto","Andika",sans-serif;
}

.header_540_wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px 10px;
    display: none;
}

.header_main_wrapper_540_text{
    color:white;
    font-size: 16px;
    line-height: 40px;
    font-family: "Roboto","Andika",sans-serif;
    font-weight: 300;
}

.header_540_wrapper a svg{
    margin-right: 5px;
}

.header_540_wrapper a{
    color:white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "Roboto","Andika",sans-serif;
}


.header_540_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    box-shadow: 0 0 2px #aaa;
}





.header_540_menu{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 9999;
    display: none;
}

._540_menu_item{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:var(--red);
}

._540_menu_item a{
    font-size: 10px;
    color:#000;
    font-family: "Roboto","Andika",sans-serif;
    font-weight: 300;
    margin-top: 3px;
}

._540_cart{
    position: relative;
}

._540_cart_count{
    position: absolute;
    top: -5px;
    right: -15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px #aaa;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto","Andika",sans-serif;
    border: 1px solid var(--red);
}

@media(max-width:540px){
    .header_cart{
        display: none;
    }
    .header_mobile_menu{
        display: none;
    }
    .header_540_wrapper{
        display: flex;
    }
    .header_540_menu{
        display: flex;
    }
    footer{
        padding-bottom: 50px;
    }
    .mobile_menu_content_content{
        padding-bottom: 50px;
    }
}
.auth_send_code_sms{
    width: 100%;
    text-align: center;
}


.mobile_menu_content_menu_btn_hidden_menu ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}


.worktime{
    font-weight: 300;
    font-family: "Roboto Slab","Andika",sans-serif;
    line-height: 1.2;
    font-size: 14px;
    margin-left: 10px;

    font-size: 16px;
    font-weight: 400;
    color: black;
}


.timework_trigger{
    font-family: "Roboto Slab","Andika",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.