.slides{
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
}
.all_users{
    width: 100%;
    height: 313px;
    opacity: 1;
    transition: 1s;
    justify-content: space-between;
}
.galery{
    position: relative;
    width: auto;
    max-height: 313px;
    opacity: 1;
    transition: opacity 0.5s;
    cursor: zoom-in;
}
.galery_hidden{
    position: absolute;
    width: auto;
    max-height: 313px;
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
    z-index: -1;
}
.big{
    width: auto;
    max-height: 550px;
    opacity: 1;
    transition: 0.5s;
    cursor: zoom-out;
    z-index: 10;
    box-shadow: 0px 0px 50px rgba(4, 30, 60, 0.7);
    height: 150%;
}
.slide_box{
    display: flex;
    width: 100%;
    position: relative;
}
.btn_galery_left{
    position: absolute;
    height: 50px;
    width: 50px;
    align-self: center;
    background: none;
    background-color: #6b936a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    opacity: 0.8;
    transition: 0.25s;
    z-index: 1;
}
.btn_galery_left:hover{
    opacity: 1;
    background-color: #47e947;
}
.btn_galery_left:active{
    opacity: 0.3;
}
.btn_galery_right{
    position: absolute;
    height: 50px;
    width: 50px;
    align-self: center;
    right: 0;
    background: none;
    background-color: #6b936a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    opacity: 0.8;
    transition: 0.25s;
    z-index: 1;
}
.btn_galery_right:hover{
    opacity: 1;
    background-color: #47e947;
}
.btn_galery_right:active{
    opacity: 0.3;
}
.nav_btn_left{
    position: relative;
    top: 50%;
    align-self: center;
}
.nav_btn_right{
    position: relative;
    top: 50%;
    align-self: center;
}
.item_galery{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hidden_full{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    background-color: #546569;
    justify-content: center;
    opacity: 0;
    transition: 0.7s; 
    z-index: 2;
}
.full_screen{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    background-color: #546569;
    justify-content: center;
    opacity: 1;
    transition: 0.7s; 
    z-index: 2;
}
.showed_full{
    padding: 5%;
    padding-top: 15%;
    padding-top: 50px;
    top: 0;
    left: 0%;
    opacity: 1;
    background-color: rgb(84, 101, 105);
    max-width: 90%;
    max-height: 90%;
    cursor: zoom-out;
    transition: ease-out 1s;
    height: 100%;
}
.btn_close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 5;
}
.calmonth{
  text-align:center;
  font-size:22px;
  font-weight:bold;
}
.caldoublelock, .calweek, .calday, .calweeknr, .caldateother, .caldateotherlock24, .caldateotherlock12on, .caldateotherlock12off, .caldatenormal, .caldatenormallock24, .caldatenormallock12on, .caldatenormallock12off{
  width:12.5%;
  text-align:center;
}
.caldoublelock, .calweeknr, .caldateother, .caldateotherlock24, .caldateotherlock12on, .caldateotherlock12off, .caldatenormal, .caldatenormallock24, .caldatenormallock12on, .caldatenormallock12off{
  font-size:26px;
  font-weight:bold;
  border-right:1px solid #ff0000;
}
.caldateother, .caldateotherlock12on, .caldateotherlock12off, .caldatenormal, .caldatenormallock12on, .caldatenormallock12off{
  cursor:pointer;
}
.caldateotherlock12on, .caldatenormallock12on{
  background-image: linear-gradient(to bottom right,#ffffff 50%,#ebebeb 50%);
}
.caldateotherlock12off, .caldatenormallock12off{
  background-image: linear-gradient(to top left,#ffffff 50%,#ebebeb 50%);
}
.caldoublelock{
  background-image: linear-gradient(to bottom right,#ebebeb 20%,#ffffff 60%,#ebebeb 20%);
}
.caldateotherlock24, .caldatenormallock24{
  background-image:radial-gradient(#ffffff,#ebebeb);
}
.calweek, .calday, .calweeknr{
  color:#ff0000;
  border-right:1px solid #ff0000;
}
.caldateother, .caldateotherlock24, .caldateotherlock12on, .caldateotherlock12off{
  color:#c9c9c9;
}
.calweeknr{
  color:#ebebeb;
}
.ycaldateotherlock12offon, .ycaldatenormallock12onoff, .ycaldateotherlock12onoff, .ycaldatenormallock12offon, .ycaldateotherlock24, .ycaldateotherlock12on, .ycaldateotherlock12off, .ycaldatenormallock24, .ycaldatenormallock12on, .ycaldatenormallock12off{
  width:12.5%;
  text-align:center;
}
.ycaldateotherlock12offon, .ycaldatenormallock12onoff, .ycaldateotherlock12onoff, .ycaldatenormallock12offon, .ycaldateotherlock24, .ycaldateotherlock12on, .ycaldateotherlock12off, .ycaldatenormallock24, .ycaldatenormallock12on, .ycaldatenormallock12off{
  font-size:26px;
  font-weight:bold;
  border-right:1px solid #ff0000;
  cursor:pointer;
}
.ycaldateotherlock12on, .ycaldatenormallock12on{
  background-image: linear-gradient(to bottom right,#ffffff 50%,#ffd143 50%);
}
.ycaldateotherlock12off, .ycaldatenormallock12off{
  background-image: linear-gradient(to top left,#ffffff 50%,#ffd143 50%);
}
.ycaldateotherlock12offon, .ycaldatenormallock12offon{
  background-image: linear-gradient(to bottom right,#ebebeb 50%,#ffd143 50%);
}
.ycaldateotherlock12onoff, .ycaldatenormallock12onoff{
  background-image: linear-gradient(to top left,#ebebeb 50%,#ffd143 50%);
}
.ycaldateotherlock24, .ycaldatenormallock24{
  background-image:radial-gradient(#ffffff,#ffd143);
}
.ycaldateotherlock24, .ycaldateotherlock12on, .ycaldateotherlock12off{
  color:#c9c9c9;
}