body {
  /*@media (max-width: 1920px) {
		.top-slider .lSAction {
			top: 371px;
		}
	}
	
	@media (max-width: 1366px) {
		.top-slider .lSAction {
			top: 181px;
		}
	}
	
	@media (max-width: 1280px) {
		.top-slider .lSAction {
			top: 251px;
		}
	}
	
	@media (max-width: 1024px) {
		.top-slider .lSAction {
			top: auto;
    		right: 362px;
		}
	}
	
	@media (max-width: 1023px) {
		.top-slider .lSAction {
			top: 230px;
    		right: auto;
		}
	}*/
}
body .top-slider__body {
  min-height: 90px !important;
  padding: 10px;
  margin-bottom: 47px;
}
body .top-slider .lSAction {
  top: auto;
  bottom: 0;
  right: 0;
}
body .top-slider .lSAction > a {
  width: 50px;
  height: 50px;
}
.left-folders__title a {
  color: #fff;
  text-decoration: none;
}
.top-slider__item {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .top-slider__title {
    font-size: 21px;
  }
  .top-slider__body {
    min-width: unset;
  }
  body .top-slider__body {
    min-height: unset;
  }
  .top-slider__desc {
    font-size: 15px;
  }
  .top-slider__title + .top-slider__desc {
    margin-top: 3px;
  }
}
