

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1522433947139*/
.page-nav{
	color: #797979;
	font-size: 16px;
	margin: 20px 0;
	display: block;
	cursor: default;
}

.page-nav a{
	color: #000;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider-tests/style.css?15676938333902*/
/*Adv*/
.slider-adv {
  background-image: linear-gradient(44deg, #B692E8 0%, #7C57C7 100%);
}

.slider-adv__name {
  font-family: 'BS', sans-serif;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1;
}

.owl-carousel .owl-item img.slider-adv__wikium-logo {
  width: 42px;
  margin-bottom: 10px;
}

.slider-adv__num {
  font-family: 'BS', sans-serif;
  font-size: 24px;
  color: #FFE602;
  display: block;
  line-height: 1;
}

.slider-adv__caption {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.slider-adv__num-wrap {
  display: inline-block;
  margin-right: 20px;
}

.slider-adv__num-row {
  margin-top: 36px;
}

.slider-adv__btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  background-color: #FFE602;
  font-family: 'BS', sans-serif;
  font-size: 21px;
  color: #805BCA;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
}

@media (max-width: 750px) and (min-width: 600px) {
  .slider-adv__name {
    font-size: 20px;
  }

  .slider-adv__num-row {
    margin-top: 26px;
  }
}

@media (max-width: 599px) {
  .owl-carousel .owl-item img.slider-adv__wikium-logo {
    display: inline-block;
  }

  .slider-adv__name-wrap {
    display: flex !important;
    flex-direction: row;
  }

  .slider-adv__name {
    margin-top: 0;
    font-size: 20px;
    margin-left: 20px;
  }

  .slider-adv__num-row {
    margin-top: 20px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
  }

  .slider-adv__btn {
    margin-top: 0;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    line-height: 45px;
  }
}

/*END Adv*/



.slider-tests{
  background: #D9E1E7;
  height: 400px;
  cursor: move; 
  margin-top: -40px;
}

.slider-tests__items{
  width: 264px; 
  height: 326px; 
  border-radius: 5px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 44px 33px 0 33px;
  transform: scale(1);
  box-shadow: 0 0 0 rgba(46,61,73,0);
  transition: transform 1s, box-shadow 0.5s;
  text-decoration: none !important;
}
.slider-tests__items.slider-tests__items_img-only{
  padding: 0;
}

.owl-stage-outer,
.owl-stage,
.owl-item{
  height: 100%;
}

.owl-item{
  display: flex;
}

.slider-tests__items > span{
  display: block;
}

.slider-tests__items__name{
  font-family: 'BS', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 14px;
}

.slider-tests__items__img{
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  max-width: 200px;
}

.slider-tests__items__category{
  opacity: 0.6;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
}

.owl-carousel .owl-item img.slider-tests__items__img{
  width: auto;
}

.slider-tests__items__arrow{
  opacity: 0;
  width: 16px;
  height: 13px;
  margin-top: 14px;
  background: url('/local/templates/main/img/slider-tests__arrow.svg');
}

.slider-tests__items:hover .slider-tests__items__arrow{
  animation: arrowTranslate 0.5s;
  opacity: 1;
}

@keyframes arrowTranslate{
  0% {
    transform: scale(0);

  }
  50% {
    transform: scale(1.2);

  }
  100% {
    transform: scale(1);

  }
}

.slider-tests__items:hover{
  animation: sliderItemTranslate 0.5s;
  box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
  text-decoration: none !important;
}

@keyframes sliderItemTranslate{
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
} 

@media (max-width: 599px){
  .slider-tests{
      height: 160px;
  }

  .slider-tests__items{
    width: 100%;
    height: 100%;
    border-radius: 0; 
    padding: 30px 0 0px 30px;
  }

  .slider-tests__items__img {
    max-width: 150px;
  }
}

@media (min-width: 720px) {
  body{
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .slider-tests {
    margin-top: -20px;
  }
}


/* End */


/* Start:/local/templates/main/js/owl/owl.carousel.min.css?15224339472891*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/components/harlamoff/test.filter/templates/.default/style.css?163230119311056*/

.filter-category__a-with-child:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 17px;
	right: 16px;
	width: 0;
	height: 0;
	border-top: 7px solid #8B9CAB;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.filter-category__li.open .filter-category__a-with-child:after {
	display: none;
}


.test-list__test__time-load.test-filter__ico,
.test-list__test__ok.test-filter__ico {
	bottom: 7px;
}
.test-filter__pro {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 5px 2px 9px;
	background: rgba(159, 229, 249, 0.5);
	border-radius: 2px 0px 0 20px;
	color: #2caae2;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 11px;
}

.test-list__filter__category__name .test-filter__ico{
	display: none;
}



.test-list__page {
    margin-top: 20px;
}

.test-list__page__h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #5E5C74;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.test-list__page_description {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 14px;
	color: #8B9DAC;
	margin-top: 0;
}

.test-list__head-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 68px;
}

.add-my-test-btn__plus {
    transition: all .3s ease-out;
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
}

.add-my-test-btn__plus:before,
.add-my-test-btn__plus:after {
	content: '';
	position: absolute;
	border-radius: 1px;
	background: #fff;
 	transition: all .3s ease-out;
}

.add-my-test-btn__plus:before {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
}

.add-my-test-btn__plus:after {
    width: 2px;
    height: 100%;
    top: 0;
    left: calc(50% - 1px);
}

.add-my-test-btn:hover {
    color: #37474f;
    background-color: transparent;
}

.add-my-test-btn:hover .add-my-test-btn__plus:before,
.add-my-test-btn:hover .add-my-test-btn__plus:after {
	background: #37474f;
}

.add-my-test-btn:after {
	background-color: #009DE9;
}

.add-my-test-btn__text {
    padding-right: 15px;
}


.test-list__add-my-test-btn.add-my-test-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 599px) {
	.test-list__add-my-test-btn {
		width: 190px;
		transition: all .3s ease-out;
		box-shadow: -30px 0px 25px #f2f4f7, -58px 0px 19px rgba(241, 244, 247, 0.3);
	}

	.js-transform-to-circle .add-my-test-btn__text {
	    display: none;
	}

	.js-transform-to-circle.test-list__add-my-test-btn {
		width: 58px;
		animation: transformToCircle 1s linear 0.1s forwards;
		padding: 0;
	}

	.js-transform-to-circle .add-my-test-btn__plus {
		width: 14px;
		height: 14px;
	}


	@keyframes transformToCircle {
		0% {border-radius: 5px;}
		10% {border-radius: 50%;}
		50% {box-shadow: none; border-radius: 50%;}
		100% {box-shadow: 0 4px 4px rgba(0,172,255,0.1), 0 8px 8px rgba(0,172,255,0.1), 8px 16px 16px rgba(0,172,255,0.15), 8px 32px 32px rgba(0,172,255,0.15); border-radius: 50%;}
	}

}


    


/*Filter START*/

.test-list__filter {
    margin-top: 20px;
}

.test-list__filter__category{
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	background: #D9E1E7;
	border-radius: 3px;
	font-size: 14px;
	color: #8B9CAB;
	width: 165px;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
}

.test-list__filter__category__triangle{
	position: absolute;
    top: 19px;
    right: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid #8B9CAB;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.test-list__filter__category__items{
	display: none;
}

.test-list__filter__category:hover > ul{
    display: block;
    background: #FFFFFF;
    box-shadow: 0 8px 8px rgba(180, 192, 202, 0.11), 
    			0 16px 16px rgba(178, 189, 197, 0.01), 
				8px 32px 32px rgba(166, 176, 185, 0.16), 
				8px 64px 64px rgba(186, 194, 202, 0.28);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 27px;
    width: 230px;
    padding: 20px 0 10px;

}

.test-list__filter__category:hover{
	background: #FFFFFF;
	box-shadow: 0 5px 24px 0 rgba(0,0,0,0.08), 0 14px 24px 0 rgba(0,0,0,0.08);
	cursor: pointer;
	z-index: 1;
	animation: filterAnim 0.3s;
}

.test-list__filter__category > ul > li,
.filter-category__2-li {
	display: block;
	width: 100%;
}

.test-list__filter__category > ul > li > a,
.sort-item{
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #8B9CAB;
	letter-spacing: 0;
	padding-left: 25px;
}

.test-list__filter__category > ul > li > a:hover,
.sort-item:hover{
	color: #FF6C74;
}

.filter-active{
	background: #F1F4F7;
}

.test-list__filter__category__name{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    padding-right: 18px;
    height: 100%;
    position: absolute;
}

.test-list__filter__category.select-status{
	margin-left: 10px;
}

.test-list__filter__category.select-status .test-list__filter__category__items{
	width: 200px;
}

.test-list__filter__category__items > li{
	position: relative;
}

.test-list__filter__category__items > ul > li.process::after,
.test-list__filter__category__items > ul > li.complete::after,
.test-list__filter__category__items > ul > li.list::after{
	content: " ";
	display: block;
	position: absolute;
	right: 25px;
	top: 10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat !important;
}

.test-list__filter__category__items > ul > li.process::after{
	background-image: url("/local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/image/time-load.svg");
}

.test-list__filter__category__items > ul > li.complete::after{
	background-image: url("/local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/image/ok.svg");
}

.test-list__filter__category__items > ul > li.list::after{
	background-image: url("/local/templates/main/img/list_icon_filter.svg");
	background-position: center;
}


.test-list__filter__category.sort{
	width: 110px;
	float: right;
}


.test-list__filter__category.sort:hover ul{
    width: 150px;
    right: 0 !important;
    left: auto;
}

.test-list__filter__category__arrow{
	display: block;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 10px;
	height: 11px;
	background-image: url("/local/templates/main/img/filter_arrow_down.svg");
}

.test-list__filter__category__arrow.active{
	transform: rotate(180deg);
}

@keyframes filterAnim {
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}


/*Loader START*/
.loader-wrap{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	clear: both;
}

.loader {
	width: 45px;
	height: 10px;
	font-size: 0;
	margin: auto auto -6px;
}

.loader-item {
	display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 6px;
	border-radius: 50%;
	background: #8b9cab;
	-webkit-animation: anim .8s infinite linear;
	      animation: anim .8s infinite linear;
}

.loader-item:nth-child(2) {
	-webkit-animation-delay: -.6s;
	      animation-delay: -.6s;
}
.loader-item:nth-child(3) {
	-webkit-animation-delay: -.4s;
	      animation-delay: -.4s;
}

@-webkit-keyframes anim {
	0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: .2;
	}
	50% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	opacity: .6;
	}
	100% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: .2;
	}
}

@keyframes anim {
	0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: .2;
	}
	50% {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
	opacity: .6;
	}
	100% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: .2;
	}
}


/*Loader END*/

@media (max-width: 396px){
	.test-list__filter__category.select-status:hover ul{
		width: 170px;
	}
}


@media (max-width: 468px){

	.test-list__filter {
	    display: flex;
	}

	.test-list__filter__category {
		float: left !important;
	    padding: 0 15px;
	    margin-right: 10px;
	}

	.test-list__filter__category.select-status{
		margin-left: 0;
	}

	.test-list__filter__category.sort,
	.test-list__filter__category{
		width: 100% !important;
	}

	.test-list__filter__category.sort{
		min-width: 45px;
		max-width: 45px;
	}
}


@media (max-width: 534px){
	.test-list__filter__category.sort .test-list__filter__category__name{
		display: none;
	}

	.test-list__filter__category.sort{
		width: 45px;
		padding: 0;
		margin-right: 0 !important;
	}

	.test-list__filter__category__arrow{
		right: 17px;
	}

	.test-list__filter__category__items > ul > li.process::after,
	.test-list__filter__category__items > ul > li.complete::after,
	.test-list__filter__category__items > ul > li.list::after{
		right: 10px;
	}

	.test-list__filter__category > ul > li > a,
	.sort-item{
		padding-left: 22px;
	}

	.slider-tests__items__name {
	    font-size: 20px;
	    margin-top: 8px;
	    line-height: 1.2em;
	    width: 60%;
	}

}



@media (max-width: 599px){
	.test-list__page{
	    margin-top: 20px;
	}

	.test-list__filter{
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.test-list__page__h1{
	    font-size: 22px;
	    line-height: 1.2;
	}
}


@media (min-width: 600px) and (max-width: 991px){
	.test-list__page{
	    margin-top: 30px;
	}

	.test-list__filter{
	    margin-top: 30px;
	    margin-bottom: 20px;
	}

	.test-list__page__h1{
	    font-size: 26px;
	}
}
/*Filter END*/


.filter-category__2-ul {
	display: none;
	margin: 0;
	padding: 0;
}

.filter-category__back {
	display: none;

	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #00a1eb;
	letter-spacing: 0;
	padding-left: 25px;

	/*position: relative;*/
	/*transition: all .2s ease;*/
}
.filter-category__li.open .filter-category__back {
	display: block;
}
.filter-category__back:before{
	/*position: absolute;*/
	/*top: 19px;*/
	/*right: 16px;*/
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #00a1eb transparent transparent;
	margin-right: 8px;
}
/*.filter-category__back:after {*/
/*	!*position: absolute;*!*/
/*	!*top: 14px;*!*/
/*	!*left: 14px;*!*/
/*	-webkit-transform: rotateY(-180deg);*/
/*	transform: rotateY(-180deg);*/
/*	content: 'tt';*/
/*	width: 12px;*/
/*	height: 10px;*/
/*	color: #000;*/
/*	background: url('/local/templates/main/img/slider-tests__arrow.svg') center center;*/
/*	background-size: cover;*/
/*	transition: all .2s ease;*/
/*}*/

/*.filter-category__back:hover:after {*/
/*	left: 11px;*/
/*}*/

.filter-category__li.open .filter-category__2-ul{
	display: block;
}

.filter-category__2-a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #8B9CAB;
	letter-spacing: 0;
	padding-left: 40px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/style.css?16227416382937*/
.rm-list-tests-wrp {
    margin-bottom: 25px;
}


.ajax-list div:nth-child(n+4){
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.category-desc {
    color: #8c9cab;
    margin-bottom: 20px;
}

.btn_load{display:block; text-align:center;color:#69687c;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:1px}
.btn_load:hover{opacity:0.7}
/*.btn_load:after{margin-left:10px;display:inline-block;color:#000;content:"";-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}*/

.admin-item.test-list__test{
    background-color: #bebebe;
}

.btn_mr_tc.row.ajax-pager-wrap{
    padding-top: 20px;
}

.test-list__test{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    position: relative;
    height: 100px;
    text-decoration: none!important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.test-list__test:hover{
    box-shadow: 8px 14px 21px rgba(163, 172, 181, 0.23);
    transform: translateY(-3px);
}


.test-list__test__time-load{
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-image: url("/local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/image/time-load.svg");

}

.test-list__test__text{
    padding-left: 124px;
    padding-right: 20px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.test-list__test__title{
    display: block;
    font-weight: 400;
    color: #5e5d73;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    width: 100%;
}

.test-list__test__img{
    height: 76px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.test-list__wrap{
    padding-top: 40px;
    padding-bottom: 40px;
}

.h1{
    padding: 30px 0px 0;
    margin: 0;
}

.test-list__test__ok{
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 10px;
    background-image: url("/local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/image/ok.svg");


}

@media (max-width: 991px){
    .test-list__wrap{
        padding-top: 10px;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?1522433947139 */
/* /local/templates/main/components/bitrix/news.list/slider-tests/style.css?15676938333902 */
/* /local/templates/main/js/owl/owl.carousel.min.css?15224339472891 */
/* /local/components/harlamoff/test.filter/templates/.default/style.css?163230119311056 */
/* /local/templates/main/components/bitrix/news/tests/bitrix/news.list/.default/style.css?16227416382937 */
