#wrapper-screen {
  height: 440px;
  width: 960px;
}

.left-button-slide, .left-button-slide.active.slick-disabled {
  position: absolute;
  width: 23px;
  height: 49px;
  top: 50%;
  left: -23px;
  margin-top: -28px;
  background-image: url(../img/arrow_new_block.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.right-button-slide, .right-button-slide.active.slick-disabled {
  position: absolute;
  width: 23px;
  height: 49px;
  top: 50%;
  right: -23px;
  margin-top: -28px;
  background-image: url(../img/arrow_new_block.png);
  background-repeat: no-repeat;
  background-position: 0 -49px;
}

.right-button-slide.active:not(.slick-disabled) {
  background-position: -46px -49px;
  cursor: pointer;
}

.left-button-slide.active:not(.slick-disabled) {
  background-position: -46px 0;
  cursor: pointer;
}

.right-button-slide.active:not(.slick-disabled):hover {
  background-position: -23px -49px;
}

.left-button-slide.active:not(.slick-disabled):hover {
  background-position: -23px 0;
}

#wrapper-slider {
  position: relative;
}

.columns figure:first-child,
.columns figure.first {
  width: 295px;
  margin-left: 0;
}

.columns figure:first-child section,
.columns figure.first section {
  border-left-color: transparent;
}

.columns figure:first-child section>img,
.columns figure.first section>img {
  margin-left: 0;
}

.columns figure {
  float: left;
  width: 320px;
  height: 440px;
  position: relative;
  display: block;
}

.columns figure .more {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  min-height: auto;
  margin: 18px 0 10px;
}

#main .columns figure p {
  line-height: 17px;
}
.img_holder {
	display: flex;
	height: 200px;
	overflow:hidden;
}
.img_holder img {
	width:100%;
	height:100%;
	min-width:none;
	min-height: auto;
	object-fit: cover;
}
.columns .more.dowble_sring {
	min-height:2em;
}