body{

font-family: 'Times New Roman';
color: #000;
overflow-x: hidden;
overflow-y: hidden;
 background: #fff;
   touch-action: none;
}
.menuBlock{
  position: fixed;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  border-radius: 3px;
padding: 2px 1px;
  background: #fff;
border: 1px solid #bbb;
cursor: auto;
z-index: 30;
}
.menuBlock2{
  position: fixed;
  display: inline-flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 3px;
  left: 50%;
    transform: translateX(-50%);

  border-radius: 3px;
padding: 3px 1px;
  background: #fff;
border: 1px solid #bbb;
cursor: auto;
z-index: 30;
}
.figuroBlock{
  position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: 50px;
  display: none;
  border: 1px solid #bbb;
  background: #fff;
  padding: 2px;
  border-radius: 5px;
  z-index: 31;
}

.figuroBlockDown{
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.fji2{
  position: relative;
  display: flex;
    cursor: pointer;
    margin: 0 5px;
  align-content: center;
  align-items: center;
  justify-content: center;
     touch-action: none;
     border-radius: 3px;
     padding: 2px;
}

.fji2:hover{
  background: #eee;
}

.menuTextBlock{
   position: fixed;
   display: flex;
     align-content: center;
  align-items: center;
  justify-content: center;
   top: 4px;
   right: 4px;
   width: 40px;
   height: 40px;
  text-align: center;
  margin: 0;
  background: #fff;
  cursor: pointer;
  padding: 0px;
  border-radius: 3px;
border: 1px solid #bbb;
z-index: 30;
transform: translateY(-1px);
}


ul{
  margin: 0;
   list-style-type: none;
   padding-left: 0;
}

.huiy{
  position: relative;
  display: block;
  width: 100%;
 margin: 0;
margin-bottom: 0;
   font-size: 16pt;
  text-align: center;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  padding: 0;
-webkit-box-shadow: 0px -3px 3px -2px rgba(34, 60, 80, 0.6);
-moz-box-shadow: 0px -3px 3px -2px rgba(34, 60, 80, 0.6);
box-shadow: 0px -3px 3px -2px rgba(34, 60, 80, 0.6);
}
.huiy:hover{
  color: #b63b4d;
}

.dwdwd{
  position: relative;
  font-size: 12pt;
  text-align: left;
   color: #000;
   left: 0px;
    cursor: pointer;
    margin: 0;
}

.gbhghb{
  position: relative;
  display: none;
}

#fgfgrt{
  width: 90%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #000;
 font-family: "Times New Roman";
 color: #000;
 margin: 0;
}

#fgfgrt::placeholder {
 color: #000;
 opacity: 0.5;
 text-align: center;
}

.qwe323{
  position: relative;
  display: block;
  left: 0;
  
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12pt;
}

.fji{
  position: relative;
  display: flex;
    cursor: pointer;
    margin: 0 5px;
  align-content: center;
  align-items: center;
  justify-content: center;
     touch-action: none;
     border: 1px solid #ddd;
     border-radius: 3px;
     padding: 2px;
}




.erttr{
  position: relative;
  display: none;
  padding-bottom: 20px;
 }

.CalculatorBlock{
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0px;
  right: 0;
  margin: 0;
  padding: 0;
  top: 20px;
  bottom: 0;

  /*border: 1px solid #F00;*/
}

.juiop2{
  position: relative;
  display: flex;
    text-align: right;
    left: 1px;
  border: 0;
  width: calc(100% - 6px);
  resize: none;
  color: #000;
    font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
  font-family: "Times New Roman";
  outline: 1px solid #333;
  overflow: hidden;
  top: 0px;
  white-space: nowrap;
   touch-action: none;
  height: calc(13px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
  line-height: calc(13px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
}

.juiop2::-webkit-scrollbar {
  width: 0px; /* Ширина всего элемента навигации */
}

.juiop2::placeholder{
  text-align: right;
font-size: calc(14px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
  color: #000;
  opacity: 1;

}
.juiop3{
  position: relative;
  width: 100%;
    background: #333;
}

.juiop4{
  font-size: calc(8px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
}

td{
    font-size: calc(12px + (6 + 6 * 0.7) * ((100vw - 320px)/1000));
      background: #fff;
    cursor: pointer;
    height: 30px;
    text-align: center;
    width: 20%;
    border-radius: 3px;
}


.td1{
  background: #ddd;
}
.td2{
  background: #FFB0B0;
}
.td5{
  background: #F0E68C;
}

.exitDistant{
   position: fixed;
   display: flex;
     align-content: center;
  align-items: center;
  justify-content: center;
   top: 4px;
   right: 3px;
   width: 40px;
   height: 40px;
  text-align: center;
    background: #fff;
  margin: 0;
  cursor: pointer;
  border-radius: 3px;
border: 1px solid #bbb;
z-index: 30;
transform: translateY(-1px);
}

.content{
  position: absolute;
  display: block;
  left: 125px;
  top: 5px;
  width: calc(100vw - 128px);
  height: calc(100vh - 10px);
}
.trash{
  position: fixed;
  bottom: 0;
  left: 120px;
  cursor: pointer;
    z-index: 99999999;
}
.trash:hover{
  opacity: 0.5;
}

video{
  position: relative;
  top: 0;
  left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 15px);
    border-radius: 15px;
    bottom: 0;
    right: 0;
}


.fffgfs{

  position: relative;
  outline: none;
  color: #000;
  margin: 5px 0;
padding: 2px;
  cursor: pointer;
  border-radius: 35px;
}


#color{
  position: relative;
  display: inline-block;
  top: 5px;
  margin: 0;
  width: 40px;
  height: 30px;
  outline: none;
  left: 5px;
  border: 1px dashed #000;

}
#range{
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 7px;
  width: 35px;
  font-size: 10pt;
  height: 24px;
  color: #000;
  text-align: center;
 font-family: "Times New Roman";
  outline: none;
}

#range::-webkit-outer-spin-button,
#range::-webkit-inner-spin-button {
opacity: 1;
}

.rangeText{
  position: relative;
  display: inline-block;

  width: 28px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  font-size: 16px;
}



#file{
  display: none;
}

#file2{
  display: none;
}
.insert{
  position: relative;
  display: flex;
    align-content: center;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
   font-family: "Times New Roman";
   font-size: 12pt;
   color: #000;
   background-color: rgba(28,28,28,0);
   border: 0; 
   outline: none;
   cursor: pointer;
}

.insert:hover{
  color: #b63b4d;
}

.pencil {
  position: relative;
  left: 10px;
}

canvas{
  position: absolute;
  left: 0;
  top: 0px;
width: calc(100% - 0px);
height: calc(100% - 0px);
    background: linear-gradient( #ddd, transparent 1px), linear-gradient( 90deg, #ddd, transparent 1px);
  background-size: 0px 0px;
  background-position: center center;
cursor: crosshair;
z-index: 8;
transition: transform 0.4s ease-out; /* Плавность */
border-bottom: 3px solid #333;
 overflow-x: hidden;
 touch-action: none;
}



.elem{
  position: fixed;
  display: block;
  padding: 20px;
  cursor: grab;
   margin-top: 80px;
   margin-left: 50%;
  width: 10%;
  height: 10%;
  background: #333;
 transition: transform 0.1s ease-in-out; /* Плавность для масштабирования */
 z-index: 3;
 touch-action: auto;
}

.elem:hover {
  cursor: drop;
}

.elem:active {
  cursor: grabbing;
}






.kuyuk{
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 2px;
  font-size: 8pt;
color: #000;
z-index: 29;
}

.kuyuk:hover{
  color: #b63b4d;
}


embed{
   position: relative;
  left: -20px;
  top: 10px;
  width: calc(100% + 38px);
  height: calc(100% + 8px);
border: 1px solid #333;
transform-origin: 0 0; /* Масштабирование из верхнего левого угла */
            transition: transform 0.3s ease-in-out; /* Плавность для самого iframe */
}

.emb4{
position: absolute;
display: block;
border: 1px solid #eee;
border-radius: 3px;
width: 50px;
top: 4px;
left: 5px;
font-size: 10pt;
text-align: center;
}

.emb4::-webkit-outer-spin-button,
.emb4::-webkit-inner-spin-button {
opacity: 1;
}

img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
   touch-action: none;
   background: transparent !important;
   border: 1px dashed #ddd;
}

.juiop{
  position: relative;
  left: -20px;
  width: calc(100% + 18px);
  height: calc(100% - 1px);
    font-size: 14pt;
 padding: 10px;
cursor: text;
  color: #000;
  font-family: "Times New Roman";
  outline: none;
  overflow: auto;
background: #fff;
border: 1px solid #333;
z-index: 3;
 touch-action: none;
}

.juiop::-webkit-scrollbar {
  width: 3px; 
}

.juiop::-webkit-scrollbar-track {
  background: #fff; 
}

.juiop::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 3px; 
  border: 1px solid #000; 
  
}

.kuyuk45 {
    background: #fff;
     position: absolute;
     outline: 0;
     border: 0;
     border-radius: 5px;
  top: 2px;
  left: 3px;

}



.fedal{
  position: absolute;
  display: none;
  top: 0;
  width: 120px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 30;
  padding: 5px;
  border-radius: 5px;
    opacity: 0.4;
}
.fedal:hover{
  opacity: 1;
}

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

.fedal2{
  position: relative;
  display: flex;
  justify-content: space-evenly;
  height: 50%;
}

.cfb{
  padding: 3px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.cfb:hover{
  background: #eee;
}

blockquote{
  background: #eee;
  display: inline-block;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 7px;
}

.ImgCarus{
  position: absolute;
  display: block;
    width: 100%;
    height: 100%;
}



.setingBlock{
  position: absolute;
  top: 2px;
  right: 2px;
  background: #fff;
  border-radius: 7px;
  display: none;
  width: 200px;
padding-bottom: 10px;
border: 1px solid #bbb;
z-index: 40;
}



.setingBlockExit{
  
     position: absolute;
     display: inline-block;
  top: -2px;
  right: 3px;
  text-align: center;
  margin: 0;
  color: #000;
  border-radius: 25px;
cursor: pointer;
z-index: 6;
}
.setingHik{
  position: relative;
  display: block;
  margin: 0;
  width: calc(100% - 10px);
  text-align: center;
}

.setingBlockExit:hover{
  color: #b63b4d;
}

.setingSpis{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.setingSpisLi{
  display: flex;
  justify-content: space-between;
  font-size: 14pt;
  width: 100%;
  margin-bottom: 10px;
}

#set::-webkit-outer-spin-button,
#set::-webkit-inner-spin-button {
opacity: 1;
}
.colorBtn{
  position: relative;
  display: inline-block;
margin: 5px 0;
padding: 2px;
  cursor: pointer;
  outline: 1px dashed #aaa;
  border-radius: 3px;
}




.CaruselBlock{
  position: relative;
  display: flex;
  width: calc(100% + 38px);
  height: calc(100% + 19px);
  border: 0;
  resize: none;
  background: #fff;
  outline: none;
  overflow-y: hidden;
  overflow-x: auto;
  left: -20px;
  top: 0px;
   touch-action: none;
 border: 1px solid #333;
  transition: transform 0.5s ease-in-out;
}

.PluSs{
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: 5px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 2;
}

.arowL{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  font-size: 40px;
  cursor: pointer;
  color: #aaa;
  z-index: 2;
}

.arowR{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  font-size: 40px;
  cursor: pointer;
  color: #aaa;
  z-index: 2;
}

.svgCanvas{
  position: fixed;
  display: block;
  border: 1px solid #333;
}




