:root { 
  --bg-color: #eee;
  --text-col: #000;
  --bg-clo2: #fff;
  --block-col: #fff;
  --boto: #ddd;
  --comboxtext: #fff;
  --inpt: #fff;
  --btn-bg: #fff;
  --ssilk-color: #0000CF;
  --border-input: #bbb;
}

.dark-theme {
  --bg-color: #0E0E11;
  --text-col: #f0f0f0;
  --block-col: #202022;
  --bg-clo2: #333;
    --boto: #9b9b9c;
    --comboxtext: #9b9b9c;
    --inpt: #333;
    --btn-bg: #333;
    --ssilk-color: #f7f21a;
     --border-input: #555;
}


body{
font-family: 'Times New Roman';
background: var(--bg-color);
color: var(--text-col);
scroll-behavior: smooth;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}


.head{
position: absolute;
top: 0;
max-width: 1300px;
width: 100%;
margin:0 auto;
left:0;
right:0;
height: 100vh;
}

.content{
position: absolute;
display: block;
top: 50px;
max-width: 1300px;
z-index:1;
padding-top: 3px;
width: 100%;
margin: 0 auto;
left: 0;
right: 0;
overflow: auto;
margin-bottom: 170px;

}


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

.mySwiper{
position: fixed;
display: flex;
top: 0px;
padding: 2px 0px 2px 90px;
left: 0px;
overflow-x: auto;
z-index: 2;
background: #333;
}
.mySwiper::-webkit-scrollbar {
display: none;
}

@media screen and (max-width: 900px){
.mySwiper {
width: calc(100% - 65px);
padding-left: 65px;
}
}
/* Когда ширина окна от 1100 пикселей, ширина  div-2 будет 900px */
@media screen and (min-width: 900px){
.mySwiper {
padding-left: 90px;
width: calc(100% - 90px);
}
}


.slidy{
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
background: #333;
border-radius: 9px;
flex-wrap: nowrap;
width: 98%;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #fff;
cursor: pointer;
margin-right: 4px;
white-space: nowrap;
padding: 3px 10px;
-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;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
font-weight: bold;
/*-webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;*/
/*-moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;*/
/*box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;*/
}

.slidyCuin{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 4px 7px;
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    background: #fff;
    color: #333;
    margin-left: 3px;
    top: 0;
    left: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
/*-webkit-box-shadow: 0px 0px 4px 1px rgba(34, 60, 80, 0.4) inset;*/
/*-moz-box-shadow: 0px 0px 4px 1px rgba(34, 60, 80, 0.4) inset;*/
/*box-shadow: 0px 0px 4px 1px rgba(34, 60, 80, 0.4) inset;*/
}

.otvetBtnNice{
display: none;
text-align: center;
cursor: pointer;
transform: translateY(-5px);
border: 0;
text-decoration:none;
border-radius: 20px;
background: #acd5e4;
-webkit-box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
-moz-box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
color: #000;
font-size: calc(24px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
padding: 5px 35px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}



.slidyArowLeft{
position: absolute;
display: block;
font-size: calc(20px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
top: 50%;
transform: translateY(-50%);
left: 3px;
padding: 0;
}

.slidyArowRight{
position: absolute;
display: block;
font-size: calc(20px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
top: 50%;
transform: translateY(-50%);
right: 3px;
padding: 0;
}

.swiper-slide-prev{

font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.swiper-slide-active{
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));

}

.swiper-slide-next{

font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.boxWind{
position: absolute;
display: none;
top: 0;
left: 0;
background: #fff;
height: calc(100% - 2px);
width: 100%;
z-index: 9999999999999;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
border-radius: 10px 0px 10px 10px;
border: 1px solid #000;
}


.boxZad2{
position: absolute;
display: none;
top: 0;
left: 0;
background: #fff;
height: 100%;
width: 100%;
z-index: 9999999999999;
font-size: calc(18px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));

}


.boxText{
position: absolute;
display: block;
background: #fff;
border-radius: 10px;
top: 30px;
left: 15px;
height: calc(100% - 160px);
width: calc(100% - 50px);
overflow: auto;
z-index: 9999999999996;
padding: 10px;


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

.boxTextZad2{
position: absolute;
display: block;
top: 30px;
left: 25px;
height: calc(100% - 120px);
width: calc(100% - 50px);
overflow: auto;
z-index: 9999999999996;

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

.exit{
position: absolute;
display: block;
top: 3px;
right: 50px;
z-index: 99999999999999;
cursor: pointer;
font-size: calc(26px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
color: #b63b4d;
-webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.exitZad2{
position: absolute;
display: block;
top: 3px;
right: 3px;
z-index: 99999999999999;
cursor: pointer;
font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #b63b4d;
}

.butEnt2{
position: fixed;
display: none;
justify-content: center;
max-width: 1000px;
width: 100vw;
margin:0 auto;
left:0;
right:0;
bottom: 4px;

}

#otvet{
position: relative;
display: inline-block;
outline: 0 !important;
left: 1px;
background: #fff;
color: #000;
height: 1.5em;
text-align: center;
border: 0;
border-radius: 3px;
font-size: calc(20px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: 'Times New Roman';
padding: 0 0.5em 0 0.5em;
width: calc(80% - 2.2em);
border: 1px solid #000;
}

#otvet::-webkit-input-placeholder {

opacity: 0.7;
color: #000;
text-align: center;
font-size: 1rem;
transform: translateY(-.25rem);
}

#otvet:-moz-placeholder {

opacity: 0.7;
color: #000;
text-align: center;
font-size: 1rem;
transform: translateY(-.25rem);
}

#otvet::-moz-placeholder {
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
opacity: 0.7;
color: #000;
text-align: center;
font-size: 1rem;
transform: translateY(-.25rem);
}

#otvet:-ms-input-placeholder {

opacity: 0.7;
color: #000;
text-align: center;
font-size: 1rem;
transform: translateY(-.25rem);

}

.otvetBtn{
position: relative;
display: inline-block;
text-align: center;
left: 5px;
border: 0;
top: 4px;
border-radius: 3px;
cursor: pointer;
transform: translateY(-2px);
height: 1.5em;
margin-bottom: 7px;
text-decoration:none;
background: #acd5e4;
color: #000;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
-moz-box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
box-shadow: 0px 5px 0px 0px rgba(42, 99, 120, 1);
}

.tim{
position: absolute;
top: 50%;
transform: translate(0, -50%);
left: 13px;
display: block;
text-align: center;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
color: #b63b4d;
}

.butEnt3{
position: fixed;
display: none;
justify-content: center;
max-width: 900px;
width: 90vw;
margin:0 auto;
left:0;
right:0;
bottom: 5px;

}




.nextButon{
position: relative;
display: block;
float: right;
text-align: center;
cursor: pointer;
border: 0;
background: #A8E4A0;
text-decoration:none;
border-radius: 3px;
margin-top: 70px;
margin-bottom: 7px;
color: #000;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
padding: 5px 10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
transform: translateY(-1px);
}

.proveritOtveti{
position: relative;
display: block;
left:0;
right:0;
margin:0 auto;
text-align: center;
cursor: pointer;
border: 0;
background: #A8E4A0;
text-decoration:none;
border-radius: 3px;
margin-top: 70px;
margin-bottom: 7px;
color: #000;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
padding: 5px 10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
transform:translateY(-1px);
}

.proveritZanovo{
position: relative;
display: block;
left:0;
right:0;
margin:0 auto;
text-align: center;
cursor: pointer;
border: 0;
background: #A8E4A0;
text-decoration:none;
border-radius: 3px;
margin-top: 70px;
margin-bottom: 7px;
color: #000;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
padding: 5px 10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
transform:translateY(-1px);
}


.textStar{
position: fixed;
display: none;
bottom: 2.3em;
left: 0;
right: 0;
margin: 0 auto;
max-width: 1000px;
width: 90%;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
color: #000;
text-align: center;

}

.textStartext{
position: relative;
display: inline-block;
font-size: calc(10px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
bottom: -0.3em;
left: 0px;
font-weight: bold;
color: #000;

}




.blokcInsZad{
border: 1px dashed #000;
margin-bottom: 10px;
padding: 0 5px;
border-radius: 15px;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
}


.idZad{
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-weight: bold;
padding: 0 50px;
width: calc(100% - 50px);
}

.idZad:hover{
color: #b63b4d;
cursor: pointer;
}

.textZad{
margin-top: 10px;
display: none;
padding: 0 10px;
}
.otvetZad{
position: relative;
width: calc(100% - 30px);
display: none;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
cursor: pointer;
text-align: right;
color: #b63b4d;
bottom: 15px;
}


.samOtvet{
display: none;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
color: #b63b4d;
font-weight: bold;
}
.blockVariantCreateCansel{
position: fixed;
display: inline-block;
top: 0;
right: 10px;
font-size: calc(20px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
margin: 0;
padding: 0;
}
.blockVariantCreateCansel:hover{
opacity: 0.5;
}



.blockVariantCreate2{
position: absolute;
display: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #E7EDF9;
overflow: hidden;
z-index: 9999999999;
}
.blockVariantCreate3{
position: absolute;
display: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #E7EDF9;
overflow: hidden;
z-index: 9999999999;
}

.blockVariantCreate4{
position: absolute;
display: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #E7EDF9;
overflow: hidden;
z-index: 9999999999;
}


.vdeZadPole{
position: relative;
top: 50px;
border-radius: 3px;
padding-bottom: 200px;
width: calc(100% - 22px);
padding-left: 10px;
padding-right: 10px;
text-align: center;
}



.blockVariantCreate5{
position: absolute;
display: none;
top: 0;
right: 0;
margin: auto;
width: 50%;
background: #fff;
overflow: hidden;
z-index: 9999999999;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.73);
-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.73);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.73);
}

.blockVariantCreate6{
position: absolute;
display: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #E7EDF9;
overflow: hidden;
z-index: 9999999999;
}

.tablizaResultExit{
position: absolute;
display: block;
left: auto;
top: 80px;
right: 10px;
color: #fff;
background: #008080;
border: 0;
border-radius: 5px;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
padding: 3px 10px;
outline: 0;
-webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
}

.tablizaResultExit:active {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transform: translateY(3px);
}

.tablizaResult{
position: relative;
display: inline-block;
top: 40px;
left: 5px;
width: 40%;
height: calc(100% - 240px);
overflow: auto;
font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}


.tablizaResultZada{
position: relative;
display: inline-block;
top: 40px;
left: 10px;
width: 50%;
height: calc(100% - 240px);
overflow: auto;
background: #fff;
border-radius: 10px;
padding: 5px 20px;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}


.ResulttABL1{
text-align: center;
font-family: "Gill Sans", sans-serif;
/*font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));*/
color: #000;
background: #fff;
padding: 5px 20px;
font-weight: bold;
border-spacing: 0px;
border-collapse: collapse;
border: 1px solid #000;
border-radius: 5px;
max-width: 40%;
}
.ResulttABL2{

text-align: center;
/*font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));*/
color: #000;
background: #fff;
border: 1px solid #000;
font-weight: bold;
vertical-align: middle;
border-radius: 5px;
}

/*.ResulttABL3{*/
/*display: flex;*/
/*justify-content: center;*/
/*font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));*/
/*color: #000;*/
/*background: #fff;*/
/*border: 1px solid #000;*/
/*font-weight: bold;*/
/*vertical-align: middle;*/
/*border-radius: 5px;*/
/*}*/
.ResulttABL{
text-align: center;
font-family: "Gill Sans", sans-serif;
/*font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));*/
color: #000;
border: 1px solid #000;
border-spacing: 0px;
border-collapse: collapse;
height: 100% !important;
padding: 5px;
border-radius: 5px;
}

.cdcdcdc{
position: relative;
display: block;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
margin: 30px 10px;
color: #000;
font-family: "Gill Sans", sans-serif;
text-align: center;
}
.cdcdcdc1{
position: relative;
display: block;
width: 95%;
bottom: 20px;
left: 0;
right: 0;
margin: 0 auto;
}
.cdcdcdc2{
position: relative;
display: inline-block;
width: 25%;
text-align: center;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
border: 1px solid #000;
}
.cdcdcdc2:hover{
color: #fff;
background: #000;
}
.cdcdcdc3{
position: relative;
display: inline-block;
width: 25%;
text-align: center;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
border: 1px solid #000;
margin-left: 2px;
float: right;
}

.cdcdcdc3:hover{
color: #fff;
background: #000;
}


.countTrueItvResult{
position: relative;
display: block;
top: 0;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;

}


.arrowLefs{
position: absolute;
display: block;
font-size: calc(24px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
top: 50%;
transform: translateY(-50%);
left: 0px;
cursor: pointer;
}
.arrowLefs:hover{
opacity: 0.5;
}

.arrowRigs{
position: absolute;
display: block;
font-size: calc(24px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
top: 50%;
transform: translateY(-50%);
right: 0px;
cursor: pointer;
}

.arrowRigs:hover{
opacity: 0.5;
}

#dntblockVariantCreate{
position: absolute;
display: none;
left: auto;
top: auto;
bottom: 70px;
right: 30px;
color: #fff;
background: #008080;
border: 0;
border-radius: 5px;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
padding: 3px 10px;
outline: 0;
-webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
}

#dntblockVariantCreate2{
position: absolute;
display: none;
left: auto;
top: auto;
bottom: 70px;
right: 30px;
color: #fff;
background: #008080;
border: 0;
border-radius: 5px;
font-size: calc(18px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
padding: 3px 10px;
outline: 0;
-webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
}

.lineCreate{
position: relative;
top: 40px;
display: block;
width: 100%;
background: #008080;
height: 3px;
border: 0;
}
.lineCreate2{
position: relative;
top: 10px;
display: block;
width: 100%;
background: #008080;
height: 3px;
border: 0;
}

.createTextBtb{
position: relative;
display: block;
left: 20px;
top: 40px;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}

.imgIns{
position: relative;
display: block;
top: 10%;
width: 90vw;
left: 0;
right: 0;
margin: 0 auto;
height: 80vh;


}

.ins1{display: block;width: 100%;}
.ins2{display: none;width: 100%;}
.ins3{display: none;width: 100%;}
.ins4{display: none;width: 100%;}
.ins5{display: none;width: 100%;}
.ins6{display: none;width: 100%;}
.ins7{display: none;width: 100%;}
.ins8{display: none;width: 100%;}




.createTextBtb2{
position: relative;
display: block;
width: 99%;
left: 10px;
top: 10px;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}

.poleCreate{
position: relative;
left: 0;
right: 0;
margin: 0 auto;
width: 90%;
height: calc(90% - 50px);
top: 40px;
}

.leftPole{
position: relative;
display: inline-block;
left: 0;
right: 0;
margin: 0;
width: 40vw;
height: 100%;
top: 0;
}

.rightPole{
position: relative;
display: inline-block;
left: 0;
right: 0;
margin: 0;
width: 40vw;
height: 100%;
top: 0;
}

.textPoleLeft1{
position: absolute;
display: block;
left: 20px;
top: 40px;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}
.blockInputVvod{
position: absolute;
display: block;
left: 20px;
top: 80px;
font-family: "Gill Sans", sans-serif;
}
#createpolevvod1{
display: inline-block;
padding: 0 5px;
width: 2vw;
height: auto;
text-align: center;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}
#createpolevvod2{
display: inline-block;
padding: 0 5px;
width: 8vw;
height: auto;
text-align: center;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}
#createpolevvod3{
display: inline-block;
width: 8vw;
height: auto;
padding: 0 5px;
text-align: center;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}

.textPoleLeft2{
position: absolute;
display: block;
left: 20px;
top: 20%;
width: 60%;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
text-align: justify;
}

.textPoleLeft3{
position: absolute;
display: block;
left: 0;
top: 40px;
width: 60%;
font-family: "Gill Sans", sans-serif;
font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
text-align: justify;
}

.imgBlank{
position: absolute;
display: block;
width: 40vw;
height: auto;
top: 110px;
}
#dntblockVariantCreate:active {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transform: translateY(3px);
}

#dntblockVariantCreate2:active {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transform: translateY(3px);
}

img{
position: relative;
display: block;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
width: 100%;
height: auto;
max-width: 700px;
}

.logikaJpeg{
width: 100%;
max-width: 100%;
height: auto;
}

.BlockEgeCenterSamoZAda{
display: none;
font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.text3{
position: relative;
display: block;
left: 20px;
top: 40px;
font-family: "Gill Sans", sans-serif;
font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}
.blockTextBlank{
position: relative;
display: block;
margin-top: 2px;
top: 20px;
left: 20px;
}

.input123{
position: relative;
top: 2px;
display: inline-block;
font-family: "Gill Sans", sans-serif;
font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #a1a1a1;
border: 1px solid #a1a1a1;
padding: 4px 8px;
background: #fff;
margin-right: 3px;

}


#btnIzmena{
display: inline-block;
font-family: "Gill Sans", sans-serif;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
color: #fff;
background: rgb(134,0,0);
background: linear-gradient(0deg, rgba(134,0,0,1) 0%, rgba(65,0,0,1) 100%);
border: 0;
border-radius: 10px;
padding: 5px 30px;
}
#btnIzmena:hover{
opacity: 0.6;
}


.bTextUl{
position: relative;
display: table;
left: 20px;
top: 40px;
font-family: "Gill Sans", sans-serif;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
color: #000;
background: #fff;
padding: 10px 20px 30px 10px;
}

.spisl{
position: relative;
display: block;
left: 30px;
}




.footerSplsliTui{
position: absolute;
bottom: 0;
left: 0;
width: 100%;

height: 80px;
}

.footerSplsliTuiBlock1{
position: relative;
display: block;
top: 0;
left: 0;
width: 100%;
}

.footerSplsliTuiBlock2{
position: fixed;
display: none;
left: 0;
width: 100%;
bottom: 0;
}


.btnFooterSplsliTuiBlock2{
position: relative;
top: 0;
left: 50px;
display: inline-block;
width: calc(80% - 50px);
color: #000;
font-family: "Gill Sans", sans-serif;
}
#btnFooterSplsliTuiBlock1Btn{
position: relative;
display: inline-block;
top: -4px;
border: 0;
background: rgb(21,177,0);
background: linear-gradient(0deg, rgba(21,177,0,1) 0%, rgba(17,65,0,1) 57%);
left: 25px;
color: #fff;
padding: 6px 40px;
font-family: "Gill Sans", sans-serif;
font-size: calc(10px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
border-radius: 15px;
-webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
}


#btnFooterSplsliTuiBlock1Btn:active {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transform: translateY(3px);
}

#btnFooterSplsliTuiBlock1Btn:hover{
opacity: 0.6;
}

.footerSplsliTuiBlock2first{
position: relative;
display: inline-block;
left: 30px;
width: 30%;
top: 0;
font-family: "Gill Sans", sans-serif;
color: #000;
}

.footerSplsliTuiBlock2first1{
position: relative;
display: inline-block;
top: 0px;
right: 30px;
font-family: "Gill Sans", sans-serif;
color: #000;
float: right;

}
#codeEge{
position: relative;
display: inline-block;
top: 0;
font-family: "Gill Sans", sans-serif;
color: #000;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
text-align: center;
}
#codeEge:placeholder{
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
text-align: center;
opacity: 0.6;
}

#beginEGE{
position: relative;
display: inline-block;
top: 0;
font-family: "Gill Sans", sans-serif;
border: 0;
background: rgb(0,7,134);
background: linear-gradient(0deg, rgba(0,7,134,1) 0%, rgba(0,33,65,1) 100%);
color: #fff;
padding: 6px 20px;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
border-radius: 10px;
-webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 1);
}

#beginEGE:hover{
opacity: 0.6;
}

#beginEGE:active {
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transform: translateY(3px);
}



.vverhBlock{
position: relative;
display: inline-block;
left: 0;
top: 0;
width: 100%;
background: #22365B;
height: auto;
}

.vverhBlockFirst{
position: relative;
display: inline-block;
top: 0;
width: 49%;
float: left;
}

.vverhBlockFirstTime{
position: relative;
display: inline-block;
color: #fff;
border: 1px solid #20B2AA;
border-radius: 10px;
padding: 5px 10px;
font-size: calc(4px + (10 + 10 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
}

.vverhBlockFirstText{
position: relative;
display: inline-block;
color: #fff;
font-size: calc(4px + (10 + 10 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
}

.vverhBlockecond{
position: relative;
display: inline-block;
top: 0;
width: 49%;
float: right;
text-align: right;
}

.vverhBlockecondBtnExit{
position: relative;
display: inline-block;
color: #fff;
font-size: calc(4px + (10 + 10 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
background: #22365B;
padding: 6px 10px;
}
.vverhBlockecondBtnExit:hover{
opacity: 0.6;
}

.vverhBlockecondBtnExit2{
position: relative;
display: inline-block;
color: #fff;
font-size: calc(4px + (10 + 10 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
background: #22365B;
padding: 6px 10px;

}

.blockRightEGE{
position: absolute;
display: flex;
flex-direction: column;
flex: 1;
top: 0;
width: 5%;
height: 95%;
}

.blockRightEGETExt{
position: relative;
display: block;
width: 100%;
color: #22365B;
font-size: calc(4px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
text-align: center;
}

.blockRightEGETExt2{
position: relative;
display: block;
width: 100%;
color: #22365B;
font-size: calc(4px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
font-family: "Gill Sans", sans-serif;
text-align: center;
}

.blockRightEGEBlockEgeCenter{
position: relative;
display: block;
width: 100%;
height: 98%;
color: #000;
}
.blockRightEGEBlock{
position: relative;
display: flex;
flex-direction: column;
flex: 1;
top: 0;
width: 100%;
height: 100%;
text-align: center;
overflow: auto;
color: #000;
}
.blockRightEGEBlock::-webkit-scrollbar {
width: 0;
}

.blockRightEGEBlockbtn{
background: #fff;
display: flex;
justify-content: center;
align-items: baseline;
width: 1.4em;
height: 1.2em;
line-height: 1.2em;
text-align: center;
padding: 1px 2px;
margin: 5px auto;
border-radius: 3px;
cursor: pointer;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
font-family: "Gill Sans", sans-serif;
color: #000;
font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}
.blockRightEGEBlockbtn:hover{
opacity: 0.6;
}
.blockRightEGEBlockbtn:active{
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
}


.fdc{
font-weight: bold;
}

.BlockEgeCenter{
position: absolute;
top: 0;
left: 6%;
display: inline-block;
width: calc(92% - 100px);
height: calc(90vh - 90px);
background: #fff;
margin: 0;
font-family: "Times New Roman", sans-serif;
font-size: calc(4px + (12 + 12 * 0.7) * ((100vw - 320px)/1000));
color: #000;
padding: 10px 50px;
overflow: auto;
}


.BlockEgeFooterOtvets{
position: absolute;
display: none;
left: 6%;
width: 92%;
top: auto;
bottom: 45px;
background: #fff;
justify-content: flex-end;
height: 70px;
}

#BlockEgeOtvetinput{
position: relative;
top: 50%;
transform: translateY(-50%);
font-family: "Gill Sans", sans-serif;
color: #000;
width: 15%;
height: 49%;
right: 30px;
border: 1px solid #403a3a;
border-radius: 3px;
text-align: center;
padding: 0 10px;
outline: 0;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
}


.BlockEgeOtvetBtnCansel{
position: relative;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
font-family: "Gill Sans", sans-serif;

color: #000;
top: 50%;
transform: translateY(-50%);
height: 50%;
right: 34px;
font-size: calc(10px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
text-decoration: underline;
}


.BlockEgeOtvetBtn{
position: relative;
top: 50%;
transform: translateY(-50%);
font-family: "Gill Sans", sans-serif;
color: #000;
border: 0;
border-radius: 3px;
cursor: pointer;
background: #68ffdc;
height: 50%;
right: 20px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52);
}

.BlockEgeOtvetBtn:hover{
opacity: 0.8;
}

.BlockEgeOtvetBtn:active {
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.52) inset;
}

/*ol {*/
/*padding: 0;*/
/*margin: 0;*/
/*position: relative;*/
/*font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));*/
/*left: 15px;*/
/*top: 10px;*/
/*}*/

.icon{
position: fixed;
display: none;
right: 0;
transform: translateX(calc(100% - 50px));
margin: 0;
overflow-y: scroll;
z-index: 5;
height: calc(100% - 80px);
flex-direction: column;

background: #333;
padding-left: 10px;
transition: all 0.5s ease;
top: 0;
padding-top: 60px;
padding-bottom: 200px;

}


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

.vklo{
position: relative;
display: table;
width: calc(90% - 40px);
left: 0;
right: 0;
margin: 0 auto;
margin-bottom: 20px;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
cursor: pointer;
font-family: "Times New Roman";
background: var(--inpt);
border-radius: 10px;
}

.vkloH{
position: relative;
display: block;
padding: 10px 10px;
margin: 0 auto;
width: calc(100% - 20px);
letter-spacing: 1px;
border-radius: 3px;
color: var(--text-col);
}
.vkloH1{
margin: 0;
display: none;
padding: 3px 10px;
width: calc(100% - 20px);
color: var(--text-col);
background: var( --block-col);

}

.texrt{
    text-align: center; width: 70%;left: 0;  right: 0;  margin: 13px auto 20px auto; font-size: calc(24px + (4 + 4 * 0.7) * ((100vw - 320px)/1000)); color:#000;
    color: var(--text-col);
}
.texrt2{
    text-align: center; color: var(--text-col);
}

#tablBallHead{
position: relative;
display: inline-flex;
justify-content: center;
background: var(--block-col);
border-radius: 10px;
left: 50%;
-webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
padding: 0 17px 17px 17px;

}

#tablBall{
text-align: center;
padding: 0px 5px;
font-size: 8px;
}

#tablBall0{
text-align: center;
padding: 0px 10px;
border-radius: 4px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
}

#tablBall1{
text-align: center;
background: #FF7F7F;
padding: 0px 10px;
border-radius: 4px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}

#tablBall2{
text-align: center;
background: #fae4a4;
padding: 0px 10px;
border-radius: 4px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}

#tablBall3{
text-align: center;
background: #b6d7a8;
padding: 0px 5px;
border-radius: 4px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
color: #000;
}
#tablBall4{
text-align: center;
background: #363636;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
}

.punkt {
position: relative;
cursor: pointer;
display: inline-flex;
white-space: nowrap;
align-items: center;
text-decoration:none;
/*margin: 10px 0;*/
padding: 5px 0px;
left: -5px;
border-radius: 5px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
background: #333; 
color: #fff;
font-family: "Times New Roman";
}

.cursTum{
position: relative;
width: calc(100% - 65px);
left: 0px;
padding: 0 10px;
padding-bottom: 200px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
z-index: 1;

}



.kolp{
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: calc(95% - 40px);
    padding: 2px 20px;
   color: var(--text-col);
background: var( --block-col);
    border-radius: 3px;
-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
}



@media screen and (max-width: 900px){
.cursTum {
 margin-top: 40px;
}
}
/* Когда ширина окна от 1100 пикселей, ширина  div-2 будет 900px */
@media screen and (min-width: 900px){
.cursTum {
margin-top: 60px;
}
}


.typeD{
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1300));
font-weight: bold;
border-radius: 7px;
margin: 3px 0;
min-width: 40px;
}

.punktText{
position: relative;
display: flex;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1300));
left: 0px;
margin: 0;
padding: 3px 10px;
/*width: 100%;*/
color: #fff;
/*width: 0px;*/
}

.obuxBlockDiv{
    position: relative;
    width: 100%;
    display: flex;
    bottom: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
    margin: 20px auto;
    font-size: calc(14px + (10 + 10 * 0.7) * ((100vw - 320px)/1000));
color: var(--text-col);
}
.obuxBlockDiv::before,
.obuxBlockDiv::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid;
  border-color: var(--text-col);
}

.obuxBlockTest{
    position: sticky;
    top: 60px;
}


.vidGlo{
position: relative;
display: block;
width: 99%;
height: auto;
left: 0;
right: 0;
margin: 0 auto;

border-radius: 5px;
}


.obuxBlock{
position: relative;
display: flex;
align-items: flex-start;
width: 99%;
left: 0;
right: 0;
margin: 20px auto;
border-radius: 7px;
transition: all 0.3s ease;
background: var(--block-col);
color: var(--text-col);
padding: 3px;
}

.obuxBlock:hover {
    
    
}

.obuxHead{
position: relative;
display: block;
left: 0;
font-size: calc(12px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
color: var(--text-col);
background: var(--block-col);
text-align: center;
padding: 10px;
border-radius: 5px;
border: 1px solid #777;
}
.obuxCont{
position: relative;
display: flex;
flex-direction: column;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
background: #fff;
border-radius: 0 7px 7px 0;
}

.obuxContText{
position: relative;
display: block;
padding: 0px 10px;
font-size: calc(10px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
text-align: left;
border-radius: 0 7px 0 0;
background: var(--block-col);
color: var(--text-col);
}

.obuxContBlockOtvet{
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
top: auto;
bottom: 0px;
padding: 15px 0;
border-radius: 0 0 7px 0;
background: var(--block-col);
color: var(--text-col);
}
.obuxInput{
position: relative;
display: inline-flex;
outline: 0;
border: 0;

border-bottom: 1px solid;
border-color: #777;
color: var(--text-col);
width: 50%;
text-align: center;

font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: 'Times New Roman';
background: var(--inpt);
}

.obuxInput::placeholder {
    display: inline-flex;
    align-content: center;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
opacity: 0.2;
color: var(--text-col);
text-align: center;
margin: auto;
}


.obuxInputBtn{
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
border: 0;
background: var(--btn-bg);
color: var(--text-col);
text-decoration:none;
border-radius: 10px;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
padding: 3px 10px;
margin-left: 7px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);

transform:translateY(-1px);
}

.obuxInputBtnOtv{
display: none;
}


.kilogramm{
display: none;
}

.boxProb{
position: relative;
display: none;
top:0;
left: 0;
width: 100%;
padding-bottom: 160px;
/*background: #fff;*/
/*border-radius: 10px;*/
}
.boxZad{
position: relative;
display: block;
width: calc(100% - 60px);
top: 20px;
left: 20px;
/*border-bottom: 1px dashed #000;*/
margin-bottom: 1.5em;
color: var(--text-col);
background: var( --block-col);
border-radius: 10px;
padding: 7px 5px;

}
.boxDay{
overflow: hidden;
}
.dayContent{
position: relative;
display: inline-flex;
margin: 0 auto;
left: 0;
right: 0;
overflow: hidden;
width: 99%;
margin-bottom: 23px;
padding: 0;
z-index: 5;
background: var(--block-col);
color: var(--text-col);
border-radius: 3px;
/*-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
}

.dayContent3{
position: relative;
display: block;
margin: 0 auto;
left: 30px;
right: 0;
overflow: hidden;
border-radius: 3px;
background: var( --block-col);
color: var(--text-col);
width: calc(99% - 60px);
padding: 0;
z-index: 1;
/*-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
}


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

.dayContenttextBtnOpen{
position: relative;
display: block;
left: 0;
right: 0;
margin: 0;
width: 1vw;
line-height: 1vw;
padding: 0 10px;
font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
color: #fff;
background: #333;
text-align: center;
border-radius: 0;
writing-mode:vertical-rl;
}

.dayContenttextBtnOpen2{
position: relative;
display: block;
top: 5px;
margin: 0;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
text-align: center;
color: var(--text-col);
background: var( --block-col);
}


.daytext{
position: relative;
display: block;
left: 0;
right: 0;
padding: 10px;
margin: auto;
height: auto;
width: calc(100% - 60px);
overflow: auto;
z-index: 9999999999996;
margin-bottom: 20px;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));

}
.daytext2{
position: relative;
display: block;
border-radius: 10px;
left: 15px;
height: auto;
width: calc(100% - 50px);
overflow: auto;
z-index: 9999999999996;
padding: 10px;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
text-align: left;
}


.allVar{
position: relative;
display: none;
top: 10px;
width: 99%;
margin-bottom: 170px;
}


.btnvar{
position: relative;
display: inline-block;
border: 0;
margin-bottom: 20px;
margin-right: 20px;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
text-align: right;
left: 25px;
border-radius: 10px;
background: var( --block-col);
color: var(--text-col);
cursor: pointer;
padding: 4px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4);
-moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4);
box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4);
}

.btnvarText{
position: relative;
display: inline-block;
font-size: calc(16px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
margin: 0;

}


.dowonvar{
position: relative;
display: inline-block;
left: 0;
font-size: calc(12px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
top: 50%;
padding: 4px;
border-radius: 4px;
margin: 0;
-webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;
-moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;
box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.4) inset;
}
.probText{
position: relative;
display: inline-block;
width: 90%;
left: 5px;
color: var(--text-col);
text-align: left;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));

cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;

overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.probText:hover{
color: #b63b4d;

}


.count{
position: absolute;
display: inline-block;
border-radius: 10px;
text-align: center;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
right: 10px;
 top: 50%;
    transform: translateY(-50%);
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;
font-weight: bold;
background: var(--block-col);

color: var(--text-col);
padding: 4px 20px;
}

.minus{
position: absolute;
display: none;
text-align: center;
font-size: calc(10px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
right: 0;
top: 0;
/*transform: translateY(-50%);*/
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;
}

.minus3{
position: absolute;
display: none;
text-align: center;
font-size: calc(10px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;
}

.createVar{
position: fixed;
display: inline-block;
left: 50%;
transform: translate(-50%, -1px);
white-space: nowrap ;
margin: 0 auto;
bottom: 15px;
border-radius: 5px;
font-size: calc(20px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
background: var(--btn-bg);

color: var(--text-col);
text-align: center;
cursor: pointer;
padding: 4px 10px;
border: 0;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.vdeZad{
width: 100%;
display: none;
margin-bottom: 120px;
margin-top: 40px;
z-index: 1;
}

.lineBtnBlcPole{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100vh;
    z-index: 1;
    background: #333;
}

.lineBtnBlc{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    left: 60px;
    width: calc(100% - 60px);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 5;
}

@media screen and (max-width: 900px){
.lineBtnBlc {
top: 40px;
}
}
/* Когда ширина окна от 1100 пикселей, ширина  div-2 будет 900px */
@media screen and (min-width: 900px){
.lineBtnBlc {
top: 50px;
}
}

.lineBtn0{
    position: relative;
    display: flex;
    white-space: nowrap;
    padding: 0 3px;
color: var(--text-col);
    font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1.2em;
    justify-content: center;
    align-items: center;
}


.lineBtn{
    position: relative;
    display: flex;
    white-space: nowrap;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 0 3px;
    background: #fff;
    color: #333;
    font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1.2em;
    justify-content: center;
align-items: center;
}
.lineBtn1{
    position: relative;
    display: flex;
    white-space: nowrap;
    border-radius: 3px;
    padding: 0 3px;
    font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1.2em;
    justify-content: center;
align-items: center;
font-weight: bold;
}

.lineBtnStart{
    position: relative;
    display: inline-block;
    background: var(--btn-bg);
color: var(--text-col);
    font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
    padding: 5px 25px;
    border-radius: 10px;
    margin-top: 10%;
    left: 50%;
    transform: translateX(-50%);

-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
border: 0;
transform: translateY(-1px);
}

.randBlockChek{
position: fixed;
display: inline-flex;
left: 0;
margin: 0;
overflow-y: scroll;
z-index: 5;
height: calc(100% - 90px);
flex-direction: column;
padding-left: 4px;
padding-right: 4px;
background: #333;
top: 0;
padding-top: 80px;
padding-bottom: 200px;



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


.randBlockChek::-webkit-scrollbar {
height: 0px;             
}



a{
    color: var(--ssilk-color);
}

.randBlockChekDox{
position: relative;
display: inline-block;
padding: 2px 10px;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
border-radius: 3px;
margin: 3px;
text-align: center;
background: #fff;
color: #555;
-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.4);
-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.4);
box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.4);
cursor: pointer;
}

.randBlockChekDox:hover{
outline: 2px solid #000;
}


.vdeZadStartBlock{
position: relative;
transform: translateX(-2rem);
width: 50%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
bottom: 17px;
}

.vdeZadinputBlock{
position: relative;
display: flex;
justify-content: center;
align-items: center;
top: 10px;
width: 100%;
margin-bottom: 30px;
}




.vdeZadinput{
position: relative;
display: block;
width: 40%;
outline: 0;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
border-radius: 20px;
padding: 3px 15px;
text-align: center;
z-index: 4;
border: 1px solid;
border-color: var(--border-input);
color: var(--text-col);
background: var(--inpt);
/*-webkit-box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
/*-moz-box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
/*box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
}
.vdeZadinput::placeholder{
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
opacity: 0.6;
}


.vdeZadinputBtn{
position: relative;
display: inline-block;
padding: 4px 10px;
border-radius: 10px;
margin-left: 10px;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
background: var(--btn-bg);
color: var(--text-col);
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
border: 0;
transform: translateY(-1px);
}

.dayOtvetokBpol{
position: relative;
display: none;
justify-content: center;
align-items: center;
font-family: 'Times New Roman';
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.dayOtvetokBpolText{
position: relative;
display: inline-block;
}

.dayOtvetokBpolOtvet{
position: relative;
display: inline-block;
padding: 3px 10px;
margin-left: 10px;
border-radius: 10px;
border: 1px solid #333;
}


.vsezadvlozh {
position: relative;
top: 10px;
display: none;
padding: 10px 0;
}

.vsezadsamo{
text-decoration: underline;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
cursor: pointer;
margin-left: 45px;
margin-bottom: 10px;


}

@-webkit-keyframes slide-rotate-hor-top{0%{-webkit-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}100%{-webkit-transform:translateY(-150px) rotateX(-90deg);transform:translateY(-150px) rotateX(-90deg)}}@keyframes slide-rotate-hor-top{0%{-webkit-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}100%{-webkit-transform:translateY(-150px) rotateX(-90deg);transform:translateY(-150px) rotateX(-90deg)}}
.vsezadsamo:hover{
color: #b63b4d;
}


.boxDay{
position: relative;
top: 20px;
width: 98%;
display: none;
margin: 0 auto;
margin-bottom: 170px;
padding-top: 3px;

}

.dayNameBlock{
position: relative;
display: flex;
justify-content: space-around;

}

.dayName{
position: relative;
display: inline-block;
font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
left: 0;

cursor: pointer;
}
.dayName:hover{
color: #b63b4d;


}


.timer{
position: relative;
display: inline-block;
text-align: center;
margin:0 auto;
left: 50%;
transform: translateX(-50%);
padding: 3px 10px;
bottom: 0;
font-family: 'Times New Roman';
color: #fff;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
z-index: 4;
background: #000;
border-radius: 20px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);
}

.boxZadStatCecProzTExt{
position: absolute;
margin: 0;
left: 0;
bottom: 2px;
text-align: right;
z-index: 3;

font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
}
/*------------------------------------------------------------*/

.circle {
position: relative;
display: inline-block;
top: 3px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #FFCDB2;
overflow: hidden;
}

.circle.per-25 {
background-image: conic-gradient(#0f0 0%, #000 0);
}

.circle .inner {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 37px;
height: 37px;
background: #fff;
border-radius: 50%;
font-size: 20px;
color: #000;
}





.circle2 {
position: absolute;
display: block;
top: 0px;
width: 44px;
height: 44px;
border-radius: 50%;
background: #FFCDB2;
overflow: hidden;
z-index: 5;
right: 0;
}

.circle2.per-252 {
background-image: conic-gradient(#0f0 0%, #000 0);
}

.circle2 .inner2 {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 58px;
height: 38px;
background: #fff;
border-radius: 35px;
font-size: 28px;
color: #000;
}

/*------------------------------------------------------------*/
.boxZadStatCecProz{
position: relative;
display: inline-block;
height: 2px;
width: 64px;
border-radius: 50%;
z-index: 3;

}

.boxZadStatCecProz[value]::-webkit-progress-bar {
background: #dadada;
border-radius: 20px;

}


.boxZadStatCecProz[value]::-webkit-progress-value {
/* style rules */
height: 25px;
padding: 0;
width: 100%;
background-color: #000;
box-sizing: border-box;
border-radius: 20px;
-webkit-box-shadow: 3px 0px 3px -2px rgba(0, 0, 0, 0.74);
-moz-box-shadow: 3px 0px 3px -2px rgba(0, 0, 0, 0.74);
box-shadow: 3px 0px 3px -2px rgba(0, 0, 0, 0.74);
}

.dayFooter{
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
max-width: 1300px;
width: 100%;
margin:0 auto;
left:0;
right:0;
bottom: 17px;
}



.dayFooterInput{
position: relative;
display: inline-block;
outline: 0;
border: 1px solid;
border-color: var(--border-input);
color: var(--text-col);
text-align: center;
border-radius: 20px;
font-size: calc(24px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: 'Times New Roman';
padding: 0 10 0 10px;
width: calc(60% - 20px);
background: var(--inpt);
/*-webkit-box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
/*-moz-box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
/*box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.27) inset;*/
}

.dayFooterInput::placeholder {
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
opacity: 0.4;
color: #000;
text-align: center;
margin: auto;
transform: translateY(-.25rem);
}

.dayFooterInput2{
position: relative;
display: inline-block;
outline: 0;
border: 0;
text-align: center;
border-radius: 10px;
font-size: calc(24px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: 'Times New Roman';
padding: 0 10px 0 10px;
width: calc(40% - 20px);
background: var(--inpt);
color: var(--text-col);
/*margin-top: 10px;*/
margin-bottom: 15px;
border: 1px solid;
border-color: var(--border-input);
}

.dayFooterInput2::placeholder {
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
opacity: 0.4;
color: #000;
text-align: center;
margin: auto;
transform: translateY(-.25rem);
}

.dayFooterButt{
position: relative;
display: inline-block;
margin: 0;
text-align: center;
left: 10px;
border-radius: 10px;
cursor: pointer;
text-decoration:none;
background: var(--btn-bg);
color: var(--text-col); /* Цвет текста */
padding: 4px 10px;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-o-user-select: none;
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
border: 0;
transform: translateY(-1px);
}




.statistics{
display: none;
margin-bottom: 300px;
}


.statBlockBall{
position: relative;
top: 0;
display: inline-block;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
color: #fff;
text-align: center;
padding: 3px 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
background: #000;
margin-right: 10px;
}

.statBlockBallGlac{
position: relative;
display: flex;
align-items: center;
justify-content: center;
top: 5px;
left: 0;
right: 0;
margin: 0 auto;
width: 99%;
}

.statBlockText{
position: relative;
display: inline-block;
margin: 0;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.statBlockCount{
position: relative;
display: inline-block;
margin: 0;
color: var(--text-col);
font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
font-weight: bold;
}

.statBlockBall1{
position: relative;
top: 0;
left: 0;
right: 0;
margin: 0 10px;
display: inline-block;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
color: #000;
text-align: center;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
background: #fff;
padding: 3px 10px;
}


.statBlockText1{
position: relative;
display: inline-block;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
right: auto;
text-align: left;
margin: 0;
padding: 0 5px;
}



.statBlockBall12{
position: relative;
top: 15px;
left: 0;
right: 0;
margin: 0 auto;
margin-top: 6px;
display: flex;
/*align-items: flex-end;*/
flex-direction: column-reverse;
width: calc(99% - 20px);
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
color: #000;
border-radius: 10px;
padding-bottom: 20px; 
}
.statBlockBall13{
position: relative;
top: 15px;
left: 0;
right: 0;
margin: 0 auto;
margin-top: 6px;
display: flex;

width: calc(99% - 20px);
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
color: #000;
border-radius: 10px;
padding-bottom: 10px;
}

.boxZadStat{
position: relative;
display: flex;
width: 96%;
top: 10px;
left: 5px;
text-align: left;
margin-bottom: 1em;
}

.boxZadStat1{
position: relative;
display: block;
width: 96%;
top: 10px;
left: 5px;
text-align: center;
margin-bottom: 1em;
}

.probTextStat{
position: absolute;
display: inline-block;
/*top: 50%;*/
/*transform: translateY(-50%);*/
top: 4px;
padding: 0 10px;
border-radius: 5px;
left: 45px;
height: 37px;
line-height: 37px;
color: #000;
text-align: left;
background: #fff;
font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}
.probTextStat1{
position: relative;
display: inline-block;
width: 100%;
left: 10px;
color: #000;

text-align: center;
font-size: calc(18px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
-moz-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-khtml-user-select: none;
overflow: hidden;
-webkit-line-clamp: 1;
font-weight: bold;
}

.boxZadStatCec{
position: absolute;
bottom: -1px;
right: 40px;
display: inline-block;
width: 40%;
color: #000;

font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
margin-bottom: 20px;
}


.boxZadStatCecProz1{
position: absolute;
display: inline-block;
right: 0;
bottom: 0;
color: #000;
padding: 0 10px;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
font-weight: bold;
width: 10%;
text-align: right;
}


.statBlockBall178{
position: relative;
display: flex;
flex-direction: column;
align-content: center;
justify-content: space-between;
align-items: center;
color: var(--text-col);
background: var( --block-col);
left: 0;
right: 0;
margin: 1% 5px;
padding: 5px 10px;
width: calc(100% - 20px);
border-radius: 10px;
/*-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
}
.statBlockBall178Text{
position: relative;
display: inline-block;
width: 100%;
margin: 0;
color: var(--text-col);
padding: 3px;
border-radius: 5px;
text-align: center;
font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.statBlockBall178TextNumb{
position: relative;
display: inline-block;
margin: 0;
color: var(--text-col);
font-size: calc(16px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
font-weight: bold;

}

.dayOtvetok{
display: none;
}

.shaker{
animation-duration: 0.25s;
animation-name: horizontal-shaking;
border: 1px solid red;
}

@keyframes horizontal-shaking {
0% { transform: translateX(0) }
25% { transform: translateX(30px) }
50% { transform: translateX(-30px) }
75% { transform: translateX(30px) }
100% { transform: translateX(0) }
}



.vdeZadstar{
display: inline-block;
margin:0 auto;
left: auto;
right: auto;
width: 7%;
text-align: center;
-webkit-animation: bounce-in-fwd 1.1s both;
}
@-webkit-keyframes bounce-in-fwd {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
38% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
55% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
72% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
81% {
-webkit-transform: scale(0.84);
transform: scale(0.84);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
89% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
95% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
}

.vdeZadStartBlockOtcen{
position: absolute;
left: 0;
top: 0;
font-size: calc(18px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.izmBtn{

    cursor: pointer;
    margin-left: 15px;

padding: 4px 10px;
border-radius: 25px;

top: 20px;
font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 320px)/1000));
background: var(--btn-bg);

color: var(--text-col);
-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
border: 0;
transform: translateY(-1px);
}

.tableZas{
    position: relative;
    display:block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-collapse: separate;
    color: var(--text-col);
background: var( --block-col);
    padding: 20px;
    border-radius: 10px;
/*    -webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
/*box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
}
tr{
    margin-bottom: 5px;
}
.tableZas td{
 color: var(--text-col);
background: var(--inpt);
  border-radius: 5px;
  padding: 0px 3px;
  font-size: calc(8px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
  border: 1px solid #777;
}


.tableZas  .dd1{
    white-space: nowrap;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    color: var(--text-col);
background: var( --block-col);
}

.tableZas .ddd1{
   color: var(--text-col);
background: var( --block-col);
    font-weight: bold;
    text-align: right;
}



.tableHtml{
    padding: 10px;
    background: transparent;
    margin-bottom: 5px;
    width: calc(100%-20px);
    overflow: auto;
}


.tableHtml::-webkit-scrollbar {
  width: 5px; /* Ширина ползунка */
  background-color: #fff; /* Цвет фона полосы */
  height: 5px;
  border-radius: 5px;
}

.tableHtml::-webkit-scrollbar-thumb {
  background-color: #bbb; /* Цвет ползунка */
  border-radius: 5px;
}

.tableHtml2{
  color: var(--text-col);
background: var( --block-col);
    padding: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
    /*-moz-box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/
    /*box-shadow: 0px 0px 2px 1px rgba(34, 60, 80, 0.2);*/

}


.thght0{
    border: 1px solid #333;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    background: #333;
}

.thght1{
    border: 1px solid #333;
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    white-space: nowrap;
}

.ssilki{
    
    padding: 3px 10px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background:#FFFF00;
-webkit-box-shadow: 0px 0px 1px 1px rgba(122, 122, 122, 0.4);
-moz-box-shadow: 0px 0px 1px 1px rgba(122, 122, 122, 0.4);
box-shadow: 0px 0px 1px 1px rgba(122, 122, 122, 0.4);
}

.obuxBlockDivKR{
    position: relative;
    display: flex;
    width: 100%;
flex-direction: column;
}

.vkloHArr{
    position: absolute;
    right: 10px;
    bottom: 10px;
    /*transform: translateY(-50%);*/
    font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
}

.vklo67{
position: relative;
display: inline-block;
/*width: calc(90% - 40px);*/
padding: 4px 25px;
/*padding-left: 25px;*/
left: 50%;
transform: translateX(-50%);
margin-top: 20px;
margin-bottom: 20px;
font-size: calc(26px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
font-family: "Times New Roman";
background: var(--block-col);
color: var(--text-col);
border-radius: 10px;
}
.hourglass{
    position: absolute;
    left: -15px;
    top: -15px;
    background: #fff;
    /*border: 2px dashed #8B0000;*/
    border-radius: 8px;

}

.vkloH67{
    text-align: center;
    margin: 0;
}
.vkloH167{
     text-align: center;
     margin: 0;
}
