body {
    font-family: Verdana, sans-serif;
    margin: 0;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(55, 60, 66, 0.8);
  }
  .modal::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.modal { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.modal{ overflow: -moz-scrollbars-none; }
  
  /* Modal Content */
  .modal-content {
    position: absolute;
    display: block;
  
    top: 80%;
          left: 80%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_{
    position: absolute;
    display: block;
  
    top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_1 {
    position: absolute;
    display: block;
  
    top: 80%;
          left: 70%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_2 {
    position: absolute;
    display: block;
    margin-top: 100px;
    top: 80%;
          left: 70%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_3 {
    position: absolute;
    display: block;
  
    top: 60%;
          left: 75%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_4 {
    position: absolute;
    display: block;
    margin-top: -60px;
    top: 80%;
          left: 70%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_5 {
    position: absolute;
    display: block;
    margin-top: -60px;
    top: 80%;
          left: 65%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_6 {
    position: absolute;
    display: block;
    /*margin-top: -60px;*/
    top: 80%;
          left: 65%;
          transform: translate(-50%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_7 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-50%,-70%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_8 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-50%,-85%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_9 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-40%,-40%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_10 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-40%,-30%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_11 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-40%,-50%);
    
    width: 90%;
    max-width: 1200px;
  }
  .modal-content_12 {
    position: absolute;
    display: block;
    margin-top: 30px;
    top: 80%;
          left: 55%;
          transform: translate(-50%,-100%);
    
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index:2;
  }
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  .mySlides {
    display: none;
  }
  .cursor {
    cursor: pointer;
  }
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  img.hover-shadow {
    transition: 0.3s;
  }
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }