.attachments_files_type {
  
  position: relative;
  display: inline-block;
  margin: 7px;
  text-align: center;
  
}

.attachments_files_type img{
  
  max-width: 60px;
  border-radius: 5px;
  
}

.attachments_delete{
  
  position: absolute;
  left: -3px;
  top: -3px;
  background-color: white;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  z-index: 2;
  
}

.avatar {
  
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #5E6678;

}

.avatar-o {
  
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  background-color: #5E6678;
  position: relative;

}

.avatar-o span{

  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.avatar-online-touch {
  
  right: -1px; 
  bottom: 0; 
  position: absolute;
  
}

.avatar-online-touch span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-touch i{
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 10px;
  
}

.avatar-online-web {
  
  right: -1px; 
  bottom: 0; 
  position: absolute;
  
}

.avatar-online-web span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-web i{
 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 7px;
  
}

.corner-box {
  
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) no-repeat 100% 0 / 15px 15px, linear-gradient(-135deg, transparent 10px, #337AB7 0);
                  
}

.corner-box::before{
  
  content: '';
  position: absolute;
  top: 15px; 
  right: 0;
  background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,0.1) 0) 100% 0 no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);

}

.corner-box-icons {
  
  position: absolute; 
  top: -9px; 
  left: 50%; 
  transform: translateX(-50%);
  
}

.corner-box-ext {
  
  position: absolute; 
  top: 12px; 
  left: 50%; 
  transform: translateX(-50%); 
  font-size: 13px;
  
}

/*
------------
Версия 1.7.7
------------
*/

.links_show {
  
  padding: 8px;
  border-radius: 7px;
  border: 1px #C2D3E7 solid;
  margin-top: 2px;
  margin-bottom: 2px;

}

.links_show b{
  
  color: #4B555F;

}

.btn, .btn-o, .button, .button-o, .button2, .button3, .modal-bottom-button, .upload-container-button, .ptr-a, .menu-profile-button {
  
  cursor: pointer;
  
}

#profile-menu-modal span, .profile-menu-modal span, .panel-top-modal span{
  
  cursor: pointer;
  
}

.input-info {
  
  z-index: 109;
  
}

block-figure-2 {
    margin: 40px auto;
    padding: 0;
    position: relative;
    max-width: 600px;
    width: 100%;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
    transition: all .3s;
}    
.block-figure-2:after {
    content: "";
    transition: all .3s;
    clip-path: polygon(calc(100% - 100px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 100px), 0 0);
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 8px solid #BFE2FF;
    border-bottom: 8px solid #BFE2FF;
}
.block-figure-2 .figure-1{
    position: absolute;
    bottom: -22px;
    left: -22px;
    width: 300px;
    height: 180px;
    background: #337AB7;
    clip-path: polygon(100% 0, 100% 100%, 56px 100%, 0 70px, 0 0);
    transition: all .3s;    
}
.block-figure-2 .figure-2{
    position: absolute;
    top: -22px;
    right: -22px;
    width: 230px;
    height: 130px;    
    background: #337AB7;
    clip-path: polygon(100% 60px, 100% 100%, 0 100%, 0 0, 110px 0);    
    transition: all .3s;
}
.block-figure-2:hover {
    filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.5));
}
.block-figure-2:hover .figure-1 {
    transform: translate(25px, -25px);
}
.block-figure-2:hover .figure-2 {
    transform: translate(-25px, 25px);
}
.block-figure-2 .figure-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    padding: 20px 40px;
    min-height: 190px;
}
.block-figure-2 .figure-txt h3 {  
    text-transform: uppercase;
    color: #337AB7;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 20px; 
    margin: 6px 0;
}
.block-figure-2 .figure-txt p { 
    font-family: Verdana, sans-serif;
    font-size: 16px; 
    margin: 6px 0;
}
@media (max-width: 660px) {
    .block-figure-2 {
        width: calc(100% - 50px);
    }
    .block-figure-2 .figure-txt h3 {  
        font-size: 18px; 
    }    
}
@media (max-width: 420px) {
    .block-figure-2 .figure-txt h3 {  
        font-size: 16px; 
    }
    .block-figure-2 .figure-txt p { 
        font-size: 13px; 
    }
    .block-figure-2,
    .block-figure-2:hover{
        filter: none;
        border: 4px solid #BFE2FF;    
    }    
    .block-figure-2 .figure-txt {
        padding: 10px;
    }
    .block-figure-2:after,    
    .block-figure-2 .figure-1,    
    .block-figure-2 .figure-2 {
        display: none;
    }
}

#mono {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#mono label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
#mono input {
  position: absolute;
  left: -9999px;
}
#mono input:checked + label img {
  -webkit-transform: translate(0, -350px);
      -ms-transform: translate(0, -350px);
          transform: translate(0, -350px);
}
#mono #tex {
  position: absolute;
  padding: 20px;
  z-index: 1;
  top: 0;
  left: 0;
}
#mono img {
  width: 500px;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}