.frog{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #333;
     z-index: 999999998;
     opacity: 0.8;
     transition: all 1s;
}


.btnMenu{
    position: fixed;
    display: block;
    top: 2px;
    left: 2px;
    color: #333;
    padding: 3px 5px;
    margin: 0;
    background: #FF8D8D;
    cursor: pointer;
    z-index: 99999999;
    text-align: center;
    border-radius: 3px;
 font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
     font-family: "Times New Roman";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
font-weight: bold;


}
.btnMenu:hover{
    opacity: 0.5;
}



.btnMenuBlock{
  position: fixed;
  display: inline-flex;
  flex-direction: column;
    top: 0;
left: 0;
bottom: 0;
 background: #fff;
 z-index: 999999999;
height: 100vh;
overflow-y: auto;
 font-family: "Times New Roman";
  transition: transform 0.3s;
transform:translateX(-100%);
}





.btnMenuBlock::-webkit-scrollbar {
  width: 0;
}

.menuHeadText{
  position: fixed;
  max-width: 1000px;
  width: 100%;
  top: 0;
  margin: 0 auto;
  text-align: right;
    color: #fff;
    background: #140D5D;
    z-index: 9;
    line-height: 40px;
    
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
 font-family: "Times New Roman";
}


.menuHead{
position: relative;
display: block;
line-height: 40px;
margin: 3px auto;
font-size: 100%;
text-align: right;
cursor: pointer;
background: #fff;
width: 90%;
text-decoration: none;
color: #000;
 font-family: "Times New Roman";

}
.menuHead:hover{
background: #b63b4d;
color: #fff;
}



.autoBlock{
    position: relative;
    display: flex;
    justify-content: center;
align-items: center;
    top:  0px;
    width: 100%;
padding: 20px 0;
    background: #fff;
    z-index: 999999999;
border-bottom: 1px solid #ddd;
}

.human{
    position: relative;
     display: none;
    font-family: "Times New Roman";
  color: #000;
  font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
cursor: pointer;
    font-weight: bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    /*text-decoration: underline;*/
    max-width: 230px;
}
.human:hover{
opacity: 0.5;
}

.Gost{
position: relative;
     display: block;
    font-family: "Times New Roman";
  color: #000;
  font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
cursor: pointer;
    font-weight: bold;
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis;
    text-decoration: underline;
}
.Gost:hover{
    opacity: 0.5;
}

.autoRizBlock{
    position: relative;
    display: block;
    top: 0;
    width: calc(100% - 6px);
    background: #424874;
    margin-bottom: 3px;
    height: 150px;
    border-top: 2px solid #000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}


.row{
    color: #fff;
    font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    position: relative;
  line-height: 100px;
  width: calc(100% - 25px);
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    top: 0;
}
.row1{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    position: relative;
  cursor: pointer;
  width: 70px;
  top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #140D5D;
    padding: 3px 20px;
    border-radius: 15px;
    background: #fff;
}
.row1:hover{
    color: #b63b4d;
   
}
#phone{
    position: relative;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    color: #000;
    outline:none;
    
    border: 0;
    border-radius: 15px;
    background: #e5f4ff;
    font-family: "Times New Roman";
    text-align: center;
}
#phone::placeholder{
    opacity: 0.3;
}
#btnPhone{
    position: relative;
    display: none;
    margin: 0 auto;
    font-family: "Times New Roman";
    outline: none;
    border: 1px solid #140D5D;
    border-radius: 15px;
    background: #fff;
    color: #000;
    padding: 0 15px;
    font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    text-align: center;
    cursor: pointer;
    top: 10px;
}

#btnPhone:hover{
    color: #b63b4d;
    border: 1px solid #b63b4d;
}

.autoRizBlock2{
    position: relative;
    display: none;
    top: 36px;
    width: calc(100% - 6px);
    background: #424874;
    margin-bottom: 3px;
    height: 150px;
    border-top: 2px solid #000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    
}

.logout{
    text-align: center;
    width: 99%;
    color: #fff;
}
.rtui{
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: "Times New Roman";
    outline: none;
    border: 1px solid #140D5D;
    border-radius: 15px;
    background: #fff;
    color: #000;
    padding: 0 15px;
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    text-align: center;
    cursor: pointer;
    top: 0;
}

@media screen and (max-width: 600px) {
  #dontTouch {
    visibility: hidden;
    display: none;
  }
}

.obAvtire{
    position: relative;
    display: flex; 
    align-items: center;
    cursor: pointer;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #a1a1a1;
    border-radius: 10px;
}

.obAvtire2{
    font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    margin-right: 5px;
    background: #fff;
}
.obAvtire3{
    font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    cursor: pointer;
}

.fotorText{
    font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    cursor: pointer;
    color: #000;
    padding: 3px 9px;
    border: 1px solid #a1a1a1;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
}

.fotor{
    position: fixed;
    display: inline-flex;
    align-items: center;
    align-content: space-around;
    flex-direction: column;
    bottom: 10px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 10px;
    padding-left: 20px;
}
.fotorVlock{
    display: flex;
    padding: 8px 10px;
    border: 1px solid #a1a1a1;
      justify-content: space-evenly;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100%;
}

.prog-menu{
    position: relative;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
    z-index: 2;
}

.prog-menuLi{
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
}
.prog-menuLi:hover{
background: #eee;
}

.prog-menuLi2{
    display: flex;
justify-content: space-between;
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
}
.prog-menuLi2:hover{
background: #eee;
}
.prog-menuLi2Ar{
    margin-right: 5px;
    opacity: 0.5;
    font-size: calc(8px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
}

.prog-menuLi3{
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    padding: 7px 10px;
    color: #000;
    text-decoration: none;
    padding-left: 35px;
}
.prog-menuLi3:hover{
background: #eee;
}

#v1{
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear;
    height: 0;
    overflow: hidden;
}

#v2{
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear;
    height: 0;
    overflow: hidden;
}

#v3{
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear;
    height: 0px;
    overflow: hidden;
}

.nochBlock{
    position: sticky;
    display: flex;
    justify-content: space-around;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 3;
    font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    padding: 5px 0;
}



#erre34{
    display: none;
}

.toggle-switch {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    text-indent: 10px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 3;
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    padding: 5px 0;
}
.toggle-switch:hover{
    background: #eee;
}

/*@media (max-width: 600px) {*/
/*  .toggle-switch {*/
/*    top: 56px;*/
/*  }*/
/*}*/

/*@media (min-width: 600px) {*/
/*  .toggle-switch {*/
/*    top: 62px;*/
/*  }*/
/*}*/
.slider {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
    width: 32px;
    height: 16px;
  background-color: #ccc;
  border-radius: 34px;
  transition: background-color 0.3s;
}
.slider::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  border-radius: 50%;
  transition: transform 0.3s;
}
input:checked + .slider { 
    background-color: #eee; 
}
input:checked + .slider::before {
    top: 50%;
    transform: translate(16px, -50%); 
    
}


.cookie-notification {
            position: fixed;
            bottom: calc(-100% + 20px);
            left: 50%;
            transform: translateX(-50%);
            background-color: #333;
            color: #fff;
            padding: 15px 20px;
            border-radius: 20px;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
            width: fit-content;
            max-width: 90%;
            text-align: center;
            z-index: 1000;
            transition: all 1s ease-out;
        }
        .cookie-notification.show { bottom: 20px; }
        .accept-btn {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 5px;
            cursor: pointer;
            margin-left: auto;
            display: block;
        }
.accept-btn:hover { background-color: #218838; }















