
/* Слайдер поп-апов  */

  .shirina{
   background:none !important; right: 0 !important;left: 0 !important;}  
  .parpadding{padding:0 !important;}
  .tn-atom .t-form__errorbox-wrapper, .tn-form__errorbox-popup , .t-form-success-popup { z-index: 9999999 !important; }



  .anku-slider3 .t-rec .t396__artboard {
    width: 100% !important;
    height: 450px !important;
    word-break: normal !important;
    background: transparent !important;
  }

  /* lg */
  @media screen and (max-width: 1199px) {
    .anku-slider3 .t-rec .t396__artboard {
      height: 450px !important;
    }
  }

  /* md */
  @media screen and (max-width: 959px) {
    .anku-slider3 .t-rec .t396__artboard {
      height: 450px !important;
    }
  }

  /* sm */
  @media screen and (max-width: 639px) {
    .anku-slider3 .t-rec .t396__artboard {
      height: 450px !important;
    }
  }
  /*
  @media screen and (max-width: 479px) {
    .anku-slider3 .t-rec .t396__artboard {
      height: 350px !important;
    }
  }
*/
  .anku-slider3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }

  .anku-slider3 .t-rec,
  .anku-slider3 .t396__artboard {
    overflow: hidden !important;
  }

  /* hide filters */
  .anku-slider3 .t-rec .t396__artboard>.t396__carrier,
  .anku-slider3 .t-rec .t396__artboard>.t396__filter {
    display: none !important;
  }


/* Мобильный слайдер с видео */
	.tildoshnaya-slider-owl .t-rec .t396__artboard  {
		/* Указываем высоту слайда */
		height: 400px !important;
		/* Указываем ширину слайда */
		width: 700px !important;
	}
	.tildoshnaya-slider-owl {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
		align-content: stretch;
	}
       .tildoshnaya-slider-owl .t-rec,
       .tildoshnaya-slider-owl .t396__artboard {
              overflow: hidden !important;
        }
        
/* Мобильный слайдер с блоками контента  */
.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}




