@font-face {
    font-family: "TitleLogin";
	src: url("/administrator/fonts/19950.otf");
}
body{
    background:#f7eac9;
    margin:0px;
    overflow-x:hidden;
}
/*Настройка плашек*/
.block{
    width: 70vw;
    min-width:750px;
    background:#fffa;
    margin:10px auto;
    padding:10px;
    border-radius:10px;
    border:#89CFE6 dashed 2px;
}
.subblock{
    width: 98%;
    min-width:700px;
    background:#fffa;
    margin:10px auto;
    border-radius:10px;
    border:#89CFE6 dashed 2px;
}
.bold{
    font-weight:bold;
}
.Headlines h3 {  
display: table;
  width: auto;
  margin: 10px auto;
  padding: 15px;
  letter-spacing: 2px;
  background: #cbdcea;
  border: 2px dashed #007dc4;
  color: #007dc4;
  box-shadow: 0 0 0 4px #cbdcea;
}
/*таблички*/
#time {
    display:block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 121px;
  padding: 11px 0;
  overflow: hidden;
  border: 1px dashed rgba(255,255,255,1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal 14px/0 Tahoma, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(-90deg, rgba(182,182,234,1) 0, rgba(47,181,196,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(182,182,234,1) 0, rgba(47,181,196,1) 100%);
  background: linear-gradient(180deg, rgba(182,182,234,1) 0, rgba(47,181,196,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}
#param{
    font-weight:bold;
}
#title{
    font-size:20px;
    font-weight:bold;
}
#subtitle{
    color:gray;
}
/*форма обратной связи*/
.BC_plate input{
    margin-left:20px;
    margin-right:20px;
      display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 14px/normal "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,0);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
#backcall {
    border-top:white 2px dashed;
    border-bottom:white 2px dashed;
    padding-bottom:10px;
    width:100vw;
    background:#94ccd1;
}

/* Модальное окно*/
#window{
    display:none;
    width:100vw;
    height:100vh;
    position:fixed;
    background:#000a;
}
.modal_window{
    border-radius:10px;
    top:5vh;
    left:5vh; 
    width:90vw;
    position:fixed;
    background:white;
    height:90vh;
    object-fit: scale-down;
}
.modal_window img{
    height: 80vh;
    width: 80vw;
    object-fit: scale-down;
    display:block;
    margin:5px auto;
}
.modal_window span{
    font-family: "Times New Rooman";
    font-weight: bold;
    border-radius: 100px 0 100px 0px;
    border: 5px #ff6161 double;
    display: block;
    width: 600px;
    font-size: 25px;
    height: 30px;
    background: #ff9494;
    margin: auto;
    margin-top: 10px;
    color: white;
    text-align:center;
}
    .modal_window span:hover{color: white;
    border-radius: 0px 100px 0px 100px;
    background: #007dc4;
    transition-duration: 0.5s;
    border: 5px #cbc3f7 double;
}

   .button{
   font-family:"Times New Rooman";
   font-weight:bold;
   border-radius:100px 0 100px 0px;
   border:5px #ff6161 double;
   display:block;
   width:600px;
   font-size:25px;
   height:30px;
   background:#ff9494;
   margin:auto;
   margin-top:10px;
   color:white;
   }.button:hover{
   color:white;
   border-radius:0px 100px 0px 100px;
   background:#007dc4;
   transition-duration: 0.5s;
   border:5px #cbc3f7 double;
   }
   .tab{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    border: 2px dashed #007dc4bb;
    color: #007dc4bb;
    margin: 0px 10px;
    font-size: 1.17em;
   }
   .tab_activ{
    background-color:#cbdcea;
    box-shadow: 0 0 0 4px #cbdcea;
    border: 2px dashed #007dc4;
    color: #007dc4;
   }