@import url(https://fonts.googleapis.com/css?family=Manrope:regular,500,600display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
:active,
:focus {
  outline: 0
}
body,
html {
/*   height: 100%; */
  min-width: 320px;
  scrollbar-gutter: stable
}
body {
  color: var(--454545);
  line-height: 1;
  font-family: var(--font-family);
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.load * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important
}
body {
  color: var(--454545);
  font-weight: 600;
  background: #f0f0f0
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper.new-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative
}

.wrapper section {
	padding-bottom: 0;
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem
}
:root {
  --454545: #454545;
  --f6f0dd: #f6f0dd;
  --ff6666: #f66;
  --e1d4af: #e1d4af;
  --color: #000;
  --font-family: "Manrope",sans-serif
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.zapoved-intro {
  padding-top: 200px;
}
.zapoved-intro__banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  padding-top: 1.25rem
}
.zapoved-intro__gradient {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(8.71deg,rgba(20,42,26,.5) 35.12%,rgba(102,102,102,0) 65.38%)
}
.zapoved-intro__image {
  max-width: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.zapoved-intro__image--mob {
  display: none
}
.zapoved-intro__content {
  position: relative;
  z-index: 2;
}
.zapoved-intro__title {
  font-size: 35px;
  line-height: 113%;
  letter-spacing: -.05em;
  color: #393939
}
.zapoved-intro__title span {
  color: #ff804b
}
.zapoved-intro__subtitles {
  display: grid
}
.zapoved-intro__subtitles p {
  font-weight: 500;
  font-size: 16px;
  line-height: 142%;
  color: #393939
}
.zapoved-intro__link {
  width: 100%;
/*   max-width: 23.875rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  padding-left: .8125rem;
  padding-right: .5625rem;
  margin: 0 auto;
  border-radius: 15px;
  background: #3e7f50
}
.zapoved-intro__link span {
  font-size: 16px;
  line-height: 124%;
  letter-spacing: -.02em;
  color: #fff
}
.zapoved-offer__title {
  line-height: 87%;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #393939;
  text-align: center
}
.zapoved-offer__items {
  display: flex;
  justify-content: space-between;
  gap: .625rem;
  flex-wrap: wrap;
  margin-bottom: .625rem
}
.zapoved-offer__item {
  width: 24%;
  border-radius: 1.25rem;
  padding: .625rem;
  min-height: 23rem;
  background: #fff;
  text-align: center
}
.zapoved-offer__image {
  max-width: 100%;
  border-radius: 1.25rem
}
.zapoved-offer__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 105%;
  max-width: 233px;
  margin: 0 auto
}
.zapoved-offer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-align: center
}
.zapoved-offer-important {
  display: flex;
  gap: .375rem
}
.zapoved-offer-important__content {
  border-radius: 1.25rem;
  background: #3e7f50
}
.zapoved-offer-important__title {
  margin-bottom: .875rem;
  line-height: 105%;
  color: #fff
}
.zapoved-offer-important__text {
  font-weight: 500;
  line-height: 116%;
  color: #fff
}
.zapoved-offer-important__image {
  border-radius: 1.25rem;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.what-receive__container {
  display: flex;
  justify-content: space-between;
  gap: 2.1875rem
}
.what-receive__title {
  line-height: 100%;
  letter-spacing: -.02em
}
.what-receive__items {
  border-radius: 1.25rem;
  background: #fff
}
.what-receive__item {
  display: flex
}
.what-receive__item:not(:last-child) {
  margin-bottom: 1.25rem
}
.what-receive__num {
  font-size: 24px;
  line-height: 107%;
  text-align: center;
  color: #ff804b
}
.what-receive__text {
  font-weight: 400;
  line-height: 130%
}

.send-me {
	margin-bottom: 120px;
}

.send-me__container {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.send-me__image {
  max-width: 100%;
  border-radius: 1.25rem;
  width: 100%
}
.send-me__content {
  padding-top: 3.75rem;
  padding-right: 1.25rem;
  padding-bottom: 3.25rem;
  border-radius: 1.25rem;
  background: #ff804b
}
.send-me__title {
  line-height: 96%;
  letter-spacing: -.01em;
  color: #fffbf3
}
.send-me__link-mail {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
.send-me__text {
  font-weight: 400;
  line-height: 146%;
  letter-spacing: .03em;
  color: rgba(255,251,243,.9)
}
.send-me__link {
  margin-bottom: .625rem;
  font-size: 25px;
  line-height: 146%;
  letter-spacing: .03em;
  color: #fffbf3
}
@media (min-width:47.99875em) {
  .zapoved-intro__content {
    background-color: #fff;
    border-radius: 20px;
    max-width: 455px;
    padding-top: 4.0625rem;
    padding-right: 1.125rem;
    padding-bottom: 2.1875rem;
    padding-left: 2.3125rem
  }
  .zapoved-intro__subtitles p {
    max-width: 23.875rem
  }
  .what-receive__items {
    max-width: 34.875rem
  }
}
@media (min-width:75em) {
  .zapoved-intro {
    margin-bottom: 7.8125rem
  }
  .zapoved-intro__title {
    margin-bottom: 2.125rem
  }
  .zapoved-intro__title {
    font-size: 2.1875rem
  }
  .zapoved-intro__subtitles {
    gap: 1.0625rem
  }
  .zapoved-intro__subtitles {
    margin-bottom: 2.3125rem
  }
  .zapoved-offer {
    margin-bottom: 7.5rem
  }
  .zapoved-offer__title {
    font-size: 3.4375rem
  }
  .zapoved-offer__title {
    margin-bottom: 3rem
  }
  .zapoved-offer__image {
    margin-bottom: 1.875rem
  }
  .zapoved-offer__name {
    margin-bottom: .875rem
  }
  .zapoved-offer-important__content {
    padding-top: 2.625rem
  }
  .zapoved-offer-important__content {
    padding-right: 5.8125rem
  }
  .zapoved-offer-important__content {
    padding-left: 2.75rem
  }
  .zapoved-offer-important__content {
    padding-bottom: 2.6875rem
  }
  .zapoved-offer-important__title {
    font-size: 2.1875rem
  }
  .zapoved-offer-important__text {
    font-size: 1.375rem
  }
  .what-receive {
    margin-bottom: 4.625rem
  }
  .what-receive__title {
    font-size: 3.4375rem
  }
  .what-receive__items {
    padding-top: 2.875rem
  }
  .what-receive__items {
    padding-right: 8.125rem
  }
  .what-receive__items {
    padding-bottom: 2.9375rem
  }
  .what-receive__items {
    padding-left: 3rem
  }
  .what-receive__item {
    gap: 1.25rem
  }
  .what-receive__num {
    font-size: 1.5rem
  }
  .what-receive__text {
    font-size: 1.125rem
  }
  .send-me__container {
    gap: 2.5rem
  }
  .send-me__content {
    padding-left: 3rem
  }
  .send-me__title {
    font-size: 2.1875rem
  }
  .send-me__title {
    margin-bottom: 2.1875rem
  }
  .send-me__text {
    font-size: 1.25rem
  }
  .send-me__text--theme {
    font-size: 1rem
  }
  .send-me__text--theme {
    margin-bottom: 2rem
  }
}

@media (max-width:20em) {
  .zapoved-intro {
    margin-bottom: 5rem
  }
  .zapoved-intro__title {
    margin-bottom: 1.375rem
  }
  .zapoved-intro__title {
    font-size: 1.5625rem
  }
  .zapoved-intro__subtitles {
    gap: .875rem
  }
  .zapoved-intro__subtitles {
    margin-bottom: .9375rem
  }
  .zapoved-offer {
    margin-bottom: 5rem
  }
  .zapoved-offer__title {
    font-size: 1.875rem
  }
  .zapoved-offer__title {
    margin-bottom: 2.1875rem
  }
  .zapoved-offer__image {
    margin-bottom: 1.25rem
  }
  .zapoved-offer__name {
    margin-bottom: .625rem
  }
  .zapoved-offer-important__content {
    padding-top: 1.5625rem
  }
  .zapoved-offer-important__content {
    padding-right: 1.875rem
  }
  .zapoved-offer-important__content {
    padding-left: 1.875rem
  }
  .zapoved-offer-important__content {
    padding-bottom: 3.375rem
  }
  .zapoved-offer-important__title {
    font-size: 1.5625rem
  }
  .zapoved-offer-important__text {
    font-size: 1rem
  }
  .what-receive {
    margin-bottom: 5.625rem
  }
  .what-receive__title {
    font-size: 1.875rem
  }
  .what-receive__items {
    padding-top: 1.875rem
  }
  .what-receive__items {
    padding-right: 1.25rem
  }
  .what-receive__items {
    padding-bottom: 1.875rem
  }
  .what-receive__items {
    padding-left: 1.4375rem
  }
  .what-receive__item {
    gap: .625rem
  }
  .what-receive__num {
    font-size: 1.25rem
  }
  .what-receive__text {
    font-size: .875rem
  }
  .send-me__container {
    gap: .625rem
  }
  .send-me__content {
    padding-left: 1.9375rem
  }
  .send-me__title {
    font-size: 1.75rem
  }
  .send-me__title {
    margin-bottom: 1.875rem
  }
  .send-me__text {
    font-size: .875rem
  }
  .send-me__text--theme {
    font-size: .875rem
  }
  .send-me__text--theme {
    margin-bottom: 3.125rem
  }
}
@media (max-width:61.99875em) {
  .zapoved-offer__item {
    width: 49%;
    justify-content: center;
    min-height: 20rem
  }
}
@media (max-width:47.99875em) {
  .zapoved-intro__container {
    padding: 1rem 1rem 1.4375rem;
    background-color: #fff;
    border-radius: 1.25rem;
    margin-right: .8125rem;
    margin-left: .8125rem
  }
  .zapoved-intro__banner {
    margin-bottom: 1.5rem
  }
  .zapoved-intro__image {
    display: none
  }
  .zapoved-intro__image--mob {
    display: block
  }
  .zapoved-intro__title {
    line-height: 100%;
    letter-spacing: -.02em;
    color: var(--color)
  }
  .zapoved-intro__subtitles p {
    font-size: 14px;
    color: var(--454545)
  }
  .zapoved-intro__link span {
    font-size: 14px
  }
  .zapoved-offer__title {
    line-height: 100%;
    letter-spacing: -.02em;
    color: var(--color)
  }
  .zapoved-offer__name {
    font-size: 20px
  }
  .zapoved-offer-important {
    background: #3e7f50;
    border-radius: 1.25rem;
    flex-direction: column-reverse;
    padding-top: .625rem;
    padding-right: .625rem;
    padding-left: .625rem
  }
  .zapoved-offer-important__title {
    text-align: center
  }
  .zapoved-offer-important__text {
    text-align: center;
    font-weight: 400
  }
  .what-receive__container {
    flex-direction: column
  }
  .what-receive__item {
    flex-direction: column;
    align-items: flex-start
  }
	
.send-me {
	margin-bottom: 100px;
}

  .send-me__container {
    grid-template-columns: auto;
    justify-content: center
  }
  .send-me__title {
    line-height: 98%
  }
  .send-me__text {
    color: rgba(255,251,243,.9)
  }
  .send-me__link {
    font-size: 20px
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .zapoved-intro__banner {
    height: 15.4375rem
  }
}
@media (max-width:29.99875em) {
  .send-me__container {
    margin-right: -1.25rem;
    margin-left: -1.25rem
  }
}
@media (min-width:20em)and (max-width:75em) {
  .zapoved-intro {
    margin-bottom: clamp(5rem ,3.9772727273rem + 5.1136363636vw ,7.8125rem)
  }
  .zapoved-intro__title {
    margin-bottom: clamp(1.375rem ,1.1022727273rem + 1.3636363636vw ,2.125rem)
  }
  .zapoved-intro__title {
    font-size: clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)
  }
  .zapoved-intro__subtitles {
    gap: clamp(.875rem ,.8068181818rem + .3409090909vw ,1.0625rem)
  }
  .zapoved-intro__subtitles {
    margin-bottom: clamp(.9375rem ,.4375rem + 2.5vw ,2.3125rem)
  }
  .zapoved-offer {
    margin-bottom: clamp(5rem ,4.0909090909rem + 4.5454545455vw ,7.5rem)
  }
  .zapoved-offer__title {
    font-size: clamp(1.875rem ,1.3068181818rem + 2.8409090909vw ,3.4375rem)
  }
  .zapoved-offer__title {
    margin-bottom: clamp(2.1875rem ,1.8920454545rem + 1.4772727273vw ,3rem)
  }
  .zapoved-offer__image {
    margin-bottom: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
  }
  .zapoved-offer__name {
    margin-bottom: clamp(.625rem ,.5340909091rem + .4545454545vw ,.875rem)
  }
  .zapoved-offer-important__content {
    padding-top: clamp(1.5625rem ,1.1761363636rem + 1.9318181818vw ,2.625rem)
  }
  .zapoved-offer-important__content {
    padding-right: clamp(1.875rem ,.4431818182rem + 7.1590909091vw ,5.8125rem)
  }
  .zapoved-offer-important__content {
    padding-left: clamp(1.875rem ,1.5568181818rem + 1.5909090909vw ,2.75rem)
  }
  .zapoved-offer-important__content {
    padding-bottom: clamp(2.6875rem ,3.625rem + -1.25vw ,3.375rem)
  }
  .zapoved-offer-important__title {
    font-size: clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)
  }
  .zapoved-offer-important__text {
    font-size: clamp(1rem ,.8636363636rem + .6818181818vw ,1.375rem)
  }
  .what-receive {
    margin-bottom: clamp(4.625rem ,5.9886363636rem + -1.8181818182vw ,5.625rem)
  }
  .what-receive__title {
    font-size: clamp(1.875rem ,1.3068181818rem + 2.8409090909vw ,3.4375rem)
  }
  .what-receive__items {
    padding-top: clamp(1.875rem ,1.5113636364rem + 1.8181818182vw ,2.875rem)
  }
  .what-receive__items {
    padding-right: clamp(1.25rem ,-1.25rem + 12.5vw ,8.125rem)
  }
  .what-receive__items {
    padding-bottom: clamp(1.875rem ,1.4886363636rem + 1.9318181818vw ,2.9375rem)
  }
  .what-receive__items {
    padding-left: clamp(1.4375rem ,.8693181818rem + 2.8409090909vw ,3rem)
  }
  .what-receive__item {
    gap: clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem)
  }
  .what-receive__num {
    font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
  }
  .what-receive__text {
    font-size: clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)
  }
  .send-me__container {
    gap: clamp(.625rem ,-.0568181818rem + 3.4090909091vw ,2.5rem)
  }
  .send-me__content {
    padding-left: clamp(1.9375rem ,1.5511363636rem + 1.9318181818vw ,3rem)
  }
  .send-me__title {
    font-size: clamp(1.75rem ,1.5909090909rem + .7954545455vw ,2.1875rem)
  }
  .send-me__title {
    margin-bottom: clamp(1.875rem ,1.7613636364rem + .5681818182vw ,2.1875rem)
  }
  .send-me__text {
    font-size: clamp(.875rem ,.7386363636rem + .6818181818vw ,1.25rem)
  }
  .send-me__text--theme {
    font-size: clamp(.875rem ,.8295454545rem + .2272727273vw ,1rem)
  }
  .send-me__text--theme {
    margin-bottom: clamp(2rem ,3.5340909091rem + -2.0454545455vw ,3.125rem)
  }
}
@media (max-width:47.99875em)and (min-width:75em) {
  .zapoved-intro__banner {
    height: 35.75rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:75em) {
  .zapoved-intro__banner {
    height: clamp(15.4375rem ,8.0511363636rem + 36.9318181818vw ,35.75rem)
  }
}


@media (max-width:920px) {
  .zapoved-intro  {
    padding-top: 60px;
  }
}

@media (max-width:560px) {
  .zapoved-offer__item {
    width: 100%;
  }
}

.telegram-bottom {
	z-index: 8;
}

#media-reports-slider {
	border-radius: 0;
}


/* Стили для слайдера */
.slider {
    max-width: 100%;
	margin-top: 40px;
    margin-bottom: 90px;
    position: relative;
    min-height: 150px;
    padding-left: 0 !important;
    padding-right: 0 !important;
	border-radius: 0 !important;
    /* overflow: hidden; убираем, так как теперь слайды будут иметь фиксированную ширину */
}

/* Стили для слайдов */
/* slick теперь устанавливает ширину через inline styles на основе slidesToShow */

.slick-slide {
		margin-right: 20px;
}

.slick-slide > div {
    padding: 5px; /* Внутренние отступы слайда */
    box-sizing: border-box;
    text-align: center; /* Центрируем содержимое слайда */
}

/* --- Стили для изображений внутри слайдов --- */
.slider .slide-content-img { /* Используем общий класс для изображений */
    width: 100%; /* Изображение занимает всю ширину слайда */
    height: auto; /* Сохраняем пропорции */
    display: block; /* Делаем блочным элементом */
    border-radius: 8px; /* Скругление углов */
    /* object-fit: cover; // Не используем cover, так как хотим масштабировать изображение, чтобы оно помещалось */
    object-fit: contain; /* Масштабируем изображение, чтобы оно целиком помещалось в рамку слайда, сохраняя пропорции */
    /* --- Устанавливаем ограничения ширины для разных типов --- */
    /* Эти значения будут ограничивать масштабирование внутри фиксированной ширины слайда */
}

/* --- Ограничения ширины для фото-слайдов (больших) --- */
.slider .slider-item--photo .slide-content-img {
    max-width: 480px; /* Максимальная ширина изображения в большом фото-слайде */
    min-width: 327px; /* Минимальная ширина изображения в большом фото-слайде */
    /* object-fit: scale-down; // Альтернатива contain, если нужно уменьшать, но не увеличивать */
}

/* --- Ограничения ширины для видео- и маленьких фото-слайдов --- */
.slider .slider-item--video .slide-content-img,
.slider .slider-item--small-photo .slide-content-img {
    max-width: 200px; /* Максимальная ширина изображения в видео/маленьком слайде */
    min-width: 142px; /* Минимальная ширина изображения в видео/маленьком слайде */
    /* object-fit: scale-down; // Альтернатива contain */
}

/* Подписи */
.slider .slide-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}


.slider-item img {
	border-radius: 15px;
}

/* Стили стрелок Slick */
.slick-prev,
.slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev:hover,
.slick-next:hover {
    background-color: white;
}

.slick-prev::before,
.slick-next::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
}

.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Скрытие видео внутри слайда */
.slider .video-file {
    display: none;
}

/* --- Адаптивность --- */
/* На десктопе (предположим, от 1200px) показываем 3 слайда */
@media (min-width: 1200px) {
    .slider {
        max-width: calc((100vw - 100px) / 3 * 3.5); /* Пример: ширина 3.5 слайдов, если 3 слайда в ряд (100vw - отступы) / 3 * 3.5 */
        /* Лучше задать конкретную ширину или использовать slidesToShow в JS */
    }
    /* Настройка в JS будет более точной */
}


.video__preview::after {
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    z-index: 3;
    background: url(https://pansionat-zapovednyi.ru/wp-content/themes/zapovedny/assets/images/play.svg) center center / cover no-repeat;
}

.video__preview {
	 height: auto;
    min-height: 100%;
}

.slider-item img {
	border-radius: 15px;
}

.slider-item.slider-item--video.slick-slide {
	width: 200px;
}

@media (max-width: 767.99px) {
	.slider-item.slider-item--video.slick-slide {
	width: 142px;
}
}


.fancybox-slide--video .fancybox-content {
    background: #000;
    width: auto !important;
    height: 100% !important;
}

.slide-caption {
	display: none;
}

.slick-prev:hover::before {
    opacity: 0.7;
}

.slick-next:hover::before {
    opacity: 0.7;
}

.slick-next::before {
	
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDUwIDApIiBmaWxsPSIjM0U3RjUwIi8+CjxwYXRoIGQ9Ik0xNS45OTk5IDI0SDMwLjU4NTlMMjUuMjkyOSAxOC43MDdMMjYuNzA2OSAxNy4yOTNMMzQuNDEzOSAyNUwyNi43MDY5IDMyLjcwN0wyNS4yOTI5IDMxLjI5M0wzMC41ODU5IDI2SDE1Ljk5OTlWMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.slick-prev::before, .slick-next::before {
transition: all .3s ease-in-out;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
}

.slick-arrow {
	background: none !important;
		
}

.slick-prev, .slick-next {
	  width: 0;
    height: 0;
    background-color: transparent !important;
	display: block !important;
}

.slick-prev::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiMzRTdGNTAiLz4KPHBhdGggZD0iTTM0LjAwMDEgMjRIMTkuNDE0MUwyNC43MDcxIDE4LjcwN0wyMy4yOTMxIDE3LjI5M0wxNS41ODYxIDI1TDIzLjI5MzEgMzIuNzA3TDI0LjcwNzEgMzEuMjkzTDE5LjQxNDEgMjZIMzQuMDAwMVYyNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-prev, .slick-next {
	top: -90px;
}

.slick-arrow.slick-next {
    right: 50px;
}

.slick-arrow.slick-prev {
    right: 110px;
    left: auto;
}

@media (max-width: 767.99px) {
	.slick-prev, .slick-next {
    bottom: -30px;
    top: auto;
}
	
	.slick-arrow.slick-prev {
		right: auto;
		left: 40%;

	}

.slick-arrow.slick-next {
    right: auto;
	left: 54%;
}
}

@media (max-width: 440px) {
		.slick-arrow.slick-prev {
		right: auto;
		left: 34%;

	}
}

