
 
 /* СЃС‚РёР»Рё РѕСЃРЅРѕРІРЅРѕРіРѕ РєРѕРЅС‚РµР№РЅРµСЂР° СЃР»Р°Р№РґРµСЂР° */
    .slider {
      overflow: hidden;
      
      
    }

    

    /* СЃС‚РёР»Рё РґР»СЏ РєРѕРЅС‚РµР№РЅРµСЂР° СЃР»Р°Р№РґРѕРІ */
    .slider__items {
      display: flex;
      transition: transform 0.6s ease;
    }

    /* СЃС‚РёР»Рё РґР»СЏ СЃР»Р°Р№РґРѕРІ */
    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    /* СЃС‚РёР»Рё РґР»СЏ РєРЅРѕРїРѕРє "РІРїРµСЂРµРґ" Рё "РЅР°Р·Р°Рґ" */
    .slider__control {
      position: absolute;
	  top: 35%; 
      width: 38px; 
	  
      opacity: 2.5;
      
	  margin-left: -25px;
	  margin-right: -28px;
      no-repeat;
      
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9;
    }

    .slider__control_prev {
      left: 0;
    }

    .slider__control_next {
      right: 0px;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }


 /* СЃС‚РёР»Рё РґР»СЏ РёРЅРґРёРєР°С‚РѕСЂРѕРІ */
    .slider__indicators {
      
      right: 0;
      bottom: -25px;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
    }

    .infoblock .rights{width:11px; background: url(/image/pinfo/infoblock_right.png) no-repeat -1px top;}
	
	
    @media (min-width: 576px) {
      .slider__item {
        height: 170px;
		width: 25px;
      }

      
    }

    
	
  .slider__control_prev::before {
      background-image: url("/imgs/t2.png");
	  width:32px;
	  height:32px;
	 
    }

    .slider__control_next::before {
      background-image: url("/imgs/t1.png");
	  width:32px;
	  height:32px;
	  
    }
