.banner__slider {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner__slider .flarge {
  line-height: normal;
}

.slide-count-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-count-wrap,
.slide-count-wrap span {
  color: #fff;
  font-size: 16px;
}

.slider-nav {
  position: absolute;
  bottom: 75px;
  right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.arrow-slide-c {
  position: relative;
  right: 0;
}

ul.arrow-slide-c li {
  display: inline-table;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: var(--green);
}

ul.arrow-slide-c li:hover {
  background: #2a332f;
}

ul.arrow-slide-c li.prev-slk {
  margin-right: 120px;
}


ul.arrow-slide-c li.prev-slk {
  background-image: url("../images/svg/arrow-bt-down-white.svg");
	background-position: center 12px;
	background-repeat: no-repeat;
	background-size: 12px;
  transform: rotate(90deg);
}

ul.arrow-slide-c li.next-slk {
  background-image: url("../images/svg/arrow-bt-down-white.svg");
	background-position: center 12px;
	background-repeat: no-repeat;
	background-size: 12px;
  transform: rotate(-90deg);
}

.container.container-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35%;
}

.slick-slider-dots {
  display: inline-table;
}

.slick-slider-dots .slick-dots {
  position: relative;
  bottom: 0;
}


.slide-count {
  position: absolute;
  bottom: 150px;
  right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  position: absolute !important;
  bottom: 40%;
  left: 0;
  right: 0;
}

.slide-content-in {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slide-content-in h1 {
  font-size: 58px;
  margin-bottom: 20px;
}

.slide-content-in p {
  font-size: 20px;
  letter-spacing: 1.3px;
  line-height: 1.6;
}


.slide-cat {
  position: relative;
  padding-left: 30px;
}

.slide-cat::before {
  width: 20px;
  height: 8px;
  background: #D26327;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slide {
	position: relative;
	-webkit-transition: 1s;
	transition: 1s;
  float: left;
  width: 100%;
}

.slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0,0,0,.2);
}

.slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(117,117,117,0.1) 50%);
}

.slide .slide__img {
	width: 100%;
	height: calc(100vh - 40px);
  min-height: 600px;
	overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: cover !important;
}


.slide .slide__img img {
  width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide .slide__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}

.slide__content--headings {
  max-width: 600px;
  width: 100%;
}

.slide__content--headings .title {
  margin-top: 20px;
}

[data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-transition: opacity 0.5s ease 0.3s;
	transition: opacity 0.5s ease 0.3s;
	-webkit-transition: 1s;
	transition: 1s;
}

.slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.dots-relative .slick-dots {
  padding: 30px 0;
  position: relative;
}


@media screen and (max-width: 1280px) {


  .slick-nav.prev-arrow {
    left: -10px;
  }

  .slick-nav.next-arrow {
    right: -10px;
  }

  .slide-content-in {
    max-width: 400px;
  }

  .slide-content-in h1 {
    font-size: 36px;
  }

}


@media screen and (max-width: 1080px) {


	.slide-content .fmedium {
		font-size: 20px;
	}

}

@media screen and (max-width: 767px) {

  .slide-content-in {
    max-width: 300px;
  }

  .slide-content-in h1 {
      font-size: 26px;
      margin-bottom: 20px;
  }

  .slide-content-in p {
    font-size: 10px;
  }


  .slide .slide__img {
    height: 130vw;
  }

  .slide .slide__img {
    min-height: 500px;
  }

}
