.animate2{

  position:relative;

  margin:0 auto;/* устанваливаем блок div по центру страницы*/

  width:60px; /* Ширина */

  height: 60px;  /* Высота */                

}

.animate2 img {

  position:absolute; /* абсолютное позиционирование*/

  left: 0; /* выравниваем картинки по левому верхнему углу div-а*/

  top: 0; /* выравниваем картинки по левому верхнему углу div-а */  

}

.animate2 img.first { /* первая картинка полностью прозрачная */

  opacity:0;

  filter:alpha (opacity=0);

}

.animate2:hover img.first { /* при наведении курсора первая картинка становится не прозрачной */

  opacity:1;

  filter:alpha (opacity=100);

}

.animate2:hover img.second, .animate2 img.second:hover { /* а вторая при наведении курсора становится прозрачной */

  opacity:0;

  filter:alpha (opacity=0);

}



@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
 
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
 
.swing:hover {
  -webkit-animation: swing 0.6s ease;
  animation: swing 0.6s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.shrink:hover {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.grow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.aligntext{

  text-indent: 25px;

  text-align: justify;
  
  font-family: "PT Sans";
  
  font-weight: 400;
}

.25{

  text-indent: 25px;
  
  font-family: "PT Sans";
  
  font-weight: 400;
}

.touch1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #b90b0b;
    font-size: 18px;
    line-height: 20px;
    padding: 30px 0 20px;
    font-family: "PT Sans";
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 15px;
    margin: -3rem 0;
    padding: 3rem 0;
    
}
.touch2 {
padding: 0;
    margin: 0;
    list-style: none;
    li{
      background: url('images/joomlead/arrow.png') no-repeat 0;
      border-bottom: 1px solid #464646;
      padding: 0px 0px 5px 25px;
      a{
        color: #939393;
        &:hover{
          color: $accent-color-2;
        }
      }
    }
    li:last-child {
      border: none;
    }
  }
}

.ulunderline{
    padding: 0;
    margin: 0;
    list-style: none;
    li{
      text-decoration: underline;
      padding: 0px 0px 5px 25px;
      a{
        color: #939393;
        &:hover{
          color: $accent-color-2;
        }
      }
    }
    li:last-child {
      border: none;
    }
  }
  
  
  .boxing {
    background: #f3f3f3;
    color: #131313;
    padding: -5rem -5;
    
  }
    
  .liveinternet1{

   position:relative;

  margin:0 auto;/* устанваливаем блок div по центру страницы*/

  width:15px; /* Ширина */

  height: 15px;  /* Высота */                 

}

.liveinternet img {

  position:relative; /* абсолютное позиционирование*/

  right:0 auto; /* выравниваем картинки по левому верхнему углу div-а*/

  bottom:0 auto; /* выравниваем картинки по левому верхнему углу div-а */  
 
  width:15px; /* Ширина */

  height:15px;  /* Высота */
 
  top:8px;
}

.cl-effect-15 a {
    color: rgba(0,0,0,0.2);
    font-weight: 700;
    text-shadow: none;
}

.cl-effect-15 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    transform: scale(0.9);
    opacity: 0;
}

.background{
    background: #f2f2f2;
}

.my_div {
	    max-width:100%;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	
.wrapper {
  overflow: hidden;
}
 
table {
  border: 1px solid black;
  width: 900px;
}
 
td {
  padding: 1px;
}
 
@media (max-width:900px) {
  .wrapper {
    overflow-x: scroll;
  }
}
left, top, right и bottom