.transition_none {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}
/* transform el */
/* /transform el */
/* border radius */
.sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after, .sp-slideshow__items, .sp-slideshow__item-img, .sp-slideshow__item-over-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before, .sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after, .sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next, .sp-slideshow__item-img, .sp-slideshow__item-img img, .sp-slideshow__item-over-img img, .sp-slideshow__item-content, .sp-slideshow__item-content:after, .sp-slideshow__item-title, .sp-slideshow__item-descr, .sp-slideshow__childs {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.sp-slideshow__item-but {
  color: #8a6804;
  -webkit-box-shadow: 0 1px 5px rgba(28, 26, 26, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(28, 26, 26, 0.3);
  -o-box-shadow: 0 1px 5px rgba(28, 26, 26, 0.3);
  box-shadow: 0 1px 5px rgba(28, 26, 26, 0.3);
  text-shadow: 0 1px #fff;
  border: 1px solid #f9f7f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: none;
}
.sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
  content: '';
  position: absolute;
}
.sp-slideshow__item-but:after {
  border: 2px solid rgba(249, 247, 245, 0.3);
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-color: rgba(249, 247, 245, 0.6);
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(28, 26, 26, 0.2);
  background: -webkit-linear-gradient(top, rgba(28, 26, 26, 0.2), rgba(245, 242, 237, 0));
  background: -moz-linear-gradient(top, rgba(28, 26, 26, 0.2), rgba(245, 242, 237, 0));
  background: -o-linear-gradient(top, rgba(28, 26, 26, 0.2), rgba(245, 242, 237, 0));
  background: -ms-linear-gradient(top, rgba(28, 26, 26, 0.2), rgba(245, 242, 237, 0));
  background: linear-gradient(top, rgba(28, 26, 26, 0.2), rgba(245, 242, 237, 0));
  -webkit-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
.sp-slideshow__item-but:before {
  background: rgba(245, 242, 237, 0);
  background: -webkit-linear-gradient(top, rgba(245, 242, 237, 0), rgba(28, 26, 26, 0.1));
  background: -moz-linear-gradient(top, rgba(245, 242, 237, 0), rgba(28, 26, 26, 0.1));
  background: -o-linear-gradient(top, rgba(245, 242, 237, 0), rgba(28, 26, 26, 0.1));
  background: -ms-linear-gradient(top, rgba(245, 242, 237, 0), rgba(28, 26, 26, 0.1));
  background: linear-gradient(top, rgba(245, 242, 237, 0), rgba(28, 26, 26, 0.1));
  -webkit-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.5);
  -o-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.5);
  left: 1px;
  top: 2px;
  right: 1px;
  bottom: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 0;
  opacity: 0;
}
.sp-slideshow__item-but.active, .sp-slideshow__item-but:hover {
  text-shadow: 0 -1px 1px #e3dacc;
  -webkit-box-shadow: 0 5px 5px rgba(28, 26, 26, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(28, 26, 26, 0.3);
  -o-box-shadow: 0 5px 5px rgba(28, 26, 26, 0.3);
  box-shadow: 0 5px 5px rgba(28, 26, 26, 0.3);
  color: #bc8d05;
}
.sp-slideshow__item-but.active:before, .sp-slideshow__item-but:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
.sp-slideshow__item-but.active:after, .sp-slideshow__item-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 0;
  opacity: 0;
}
.sp-slideshow__item-but:active {
  -webkit-box-shadow: 0 -1px 3px rgba(28, 26, 26, 0.2);
  -moz-box-shadow: 0 -1px 3px rgba(28, 26, 26, 0.2);
  -o-box-shadow: 0 -1px 3px rgba(28, 26, 26, 0.2);
  box-shadow: 0 -1px 3px rgba(28, 26, 26, 0.2);
}
.sp-slideshow__item-but:active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
.sp-slideshow__item-but {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 52px;
  width: 240px;
  font-size: 0.9rem;
  line-height: 1.1em;
  font-family: 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
  font-weight: 800;
  padding: 1em 1.5em;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
  -webkit-border-top-left-radius: 8.6666666667px;
  -webkit-border-top-right-radius: 8.6666666667px;
  -webkit-border-bottom-right-radius: 8.6666666667px;
  -webkit-border-bottom-left-radius: 8.6666666667px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 8.6666666667px;
  -moz-border-radius-topright: 8.6666666667px;
  -moz-border-radius-bottomright: 8.6666666667px;
  -moz-border-radius-bottomleft: 8.6666666667px;
  -moz-background-clip: padding;
  border-top-left-radius: 8.6666666667px;
  border-top-right-radius: 8.6666666667px;
  border-bottom-right-radius: 8.6666666667px;
  border-bottom-left-radius: 8.6666666667px;
  background-clip: padding-box;
}
.sp-slideshow__item-but:after {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
@media screen and (max-width: 1200px) {
  .sp-slideshow__item-but {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 50px;
    width: 230px;
    font-size: 0.9rem;
    line-height: 1.1em;
    font-family: 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 1em 1.5em;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
    -webkit-border-top-left-radius: 8.3333333333px;
    -webkit-border-top-right-radius: 8.3333333333px;
    -webkit-border-bottom-right-radius: 8.3333333333px;
    -webkit-border-bottom-left-radius: 8.3333333333px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 8.3333333333px;
    -moz-border-radius-topright: 8.3333333333px;
    -moz-border-radius-bottomright: 8.3333333333px;
    -moz-border-radius-bottomleft: 8.3333333333px;
    -moz-background-clip: padding;
    border-top-left-radius: 8.3333333333px;
    border-top-right-radius: 8.3333333333px;
    border-bottom-right-radius: 8.3333333333px;
    border-bottom-left-radius: 8.3333333333px;
    background-clip: padding-box;
  }
  .sp-slideshow__item-but:after {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}
@media screen and (max-width: 992px) {
  .sp-slideshow__item-but {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 48px;
    width: 220px;
    font-size: 0.9rem;
    line-height: 1.1em;
    font-family: 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 1em 1.5em;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-background-clip: padding;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-clip: padding-box;
  }
  .sp-slideshow__item-but:after {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sp-slideshow__item-but {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 46px;
    width: 210px;
    font-size: 0.9rem;
    line-height: 1.1em;
    font-family: 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 1em 1.5em;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
    -webkit-border-top-left-radius: 7.6666666667px;
    -webkit-border-top-right-radius: 7.6666666667px;
    -webkit-border-bottom-right-radius: 7.6666666667px;
    -webkit-border-bottom-left-radius: 7.6666666667px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 7.6666666667px;
    -moz-border-radius-topright: 7.6666666667px;
    -moz-border-radius-bottomright: 7.6666666667px;
    -moz-border-radius-bottomleft: 7.6666666667px;
    -moz-background-clip: padding;
    border-top-left-radius: 7.6666666667px;
    border-top-right-radius: 7.6666666667px;
    border-bottom-right-radius: 7.6666666667px;
    border-bottom-left-radius: 7.6666666667px;
    background-clip: padding-box;
  }
  .sp-slideshow__item-but:after {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}
@media screen and (max-width: 560px) {
  .sp-slideshow__item-but {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 44px;
    width: 200px;
    font-size: 0.9rem;
    line-height: 1.1em;
    font-family: 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
    font-weight: 800;
    padding: 1em 1.5em;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
  .sp-slideshow__item-but, .sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
    -webkit-border-top-left-radius: 7.3333333333px;
    -webkit-border-top-right-radius: 7.3333333333px;
    -webkit-border-bottom-right-radius: 7.3333333333px;
    -webkit-border-bottom-left-radius: 7.3333333333px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 7.3333333333px;
    -moz-border-radius-topright: 7.3333333333px;
    -moz-border-radius-bottomright: 7.3333333333px;
    -moz-border-radius-bottomleft: 7.3333333333px;
    -moz-background-clip: padding;
    border-top-left-radius: 7.3333333333px;
    border-top-right-radius: 7.3333333333px;
    border-bottom-right-radius: 7.3333333333px;
    border-bottom-left-radius: 7.3333333333px;
    background-clip: padding-box;
  }
  .sp-slideshow__item-but:after {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.sp-slideshow__buttons-arrow_prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sp-slideshow__buttons-arrow_next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Safari and Chrome */
/* IE 9 */
/* Safari ≥ 5.0, Chrome ≥ 4.0 */
/* Firefox ≥ 3.6 */
/* opera ≥ 9.5 */
.sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
  content: '';
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: transparent url("/images/navigation/small_arrow.png") no-repeat 50% 50%;
  background-image: -webkit-linear-gradient(transparent, transparent), url("/images/navigation/small_arrow.svg");
  background-image: -moz-linear-gradient(transparent, transparent), url("/images/navigation/small_arrow.svg");
  background-image: linear-gradient(transparent, transparent), url("/images/navigation/small_arrow.svg");
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
}
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__buttons-arrow_prev:focus:after, .sp-slideshow__buttons-arrow_next:focus:after, .sp-slideshow__buttons-arrow_prev:hover:after, .sp-slideshow__buttons-arrow_next:hover:after {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__buttons-arrow_prev:active:after, .sp-slideshow__buttons-arrow_next:active:after {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
}
.sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
  top: 19px;
  right: 19px;
  bottom: 19px;
  left: 19px;
}
.sp-slideshow__buttons-arrow_prev span, .sp-slideshow__buttons-arrow_next span {
  font-size: 0;
}
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
  content: '';
  position: absolute;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__buttons-arrow_prev:focus:after, .sp-slideshow__buttons-arrow_next:focus:after, .sp-slideshow__buttons-arrow_prev:hover:after, .sp-slideshow__buttons-arrow_next:hover:after {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__buttons-arrow_prev:active:after, .sp-slideshow__buttons-arrow_next:active:after {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1200px) {
  .sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next {
    min-width: 56px;
    min-height: 56px;
  }
  .sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}
@media screen and (max-width: 992px) {
  .sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next {
    min-width: 52px;
    min-height: 52px;
  }
  .sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next {
    min-width: 48px;
    min-height: 48px;
  }
  .sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}
@media screen and (max-width: 560px) {
  .sp-slideshow__buttons-arrow_prev, .sp-slideshow__buttons-arrow_next {
    min-width: 44px;
    min-height: 44px;
  }
  .sp-slideshow__buttons-arrow_prev:after, .sp-slideshow__buttons-arrow_next:after {
    top: 14.5px;
    right: 14.5px;
    bottom: 14.5px;
    left: 14.5px;
  }
}
/* line: 53, ../../scss/spSlides.scss */
/* line: 12, ../../scss/spSlides.scss */
.sp-slideshow {
  width: 100%;
}
/* line: 60, ../../scss/spSlides.scss */
.sp-slideshow__size_img {
}
/* line: 61, ../../scss/spSlides.scss */
.sp-slideshow__size_img, .sp-slideshow__size_img img {
  width: 100%;
}
/* line: 65, ../../scss/spSlides.scss */
.sp-slideshow__items {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
/* line: 73, ../../scss/spSlides.scss */
.sp-slideshow__item {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
/* line: 78, ../../scss/spSlides.scss */
.sp-slideshow__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 30%;
  background: rgba(38, 36, 36, 0.5);
  background: -webkit-linear-gradient(top, rgba(38, 36, 36, 0.5), rgba(38, 36, 36, 0));
  background: -moz-linear-gradient(top, rgba(38, 36, 36, 0.5), rgba(38, 36, 36, 0));
  background: -o-linear-gradient(top, rgba(38, 36, 36, 0.5), rgba(38, 36, 36, 0));
  background: -ms-linear-gradient(top, rgba(38, 36, 36, 0.5), rgba(38, 36, 36, 0));
  background: linear-gradient(top, rgba(38, 36, 36, 0.5), rgba(38, 36, 36, 0));
}
/* line: 89, ../../scss/spSlides.scss */
.sp-slideshow__item-img {
}
/* line: 92, ../../scss/spSlides.scss */
.sp-slideshow__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line: 100, ../../scss/spSlides.scss */
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__item-over-img {
  -webkit-transform: translate(70%, 0) skew(-20deg, 0deg);
  -moz-transform: translate(70%, 0) skew(-20deg, 0deg);
  -ms-transform: translate(70%, 0) skew(-20deg, 0deg);
  -o-transform: translate(70%, 0) skew(-20deg, 0deg);
  transform: translate(70%, 0) skew(-20deg, 0deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}
/* line: 104, ../../scss/spSlides.scss */
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__item-over-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: translate(-66.8%, 0) skew(20deg, 0deg);
  -moz-transform: translate(-66.8%, 0) skew(20deg, 0deg);
  -ms-transform: translate(-66.8%, 0) skew(20deg, 0deg);
  -o-transform: translate(-66.8%, 0) skew(20deg, 0deg);
  transform: translate(-66.8%, 0) skew(20deg, 0deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line: 113, ../../scss/spSlides.scss */
.sp-slideshow__item-content {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #4a4a4a;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding-right: 5%;
  z-index: 5;
}
/* line: 129, ../../scss/spSlides.scss */
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__item-content:before, .sp-slideshow__item-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: -200%;
  bottom: -10%;
  z-index: -1;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  -webkit-transform-origin: 0% 0;
  -moz-transform-origin: 0% 0;
  -ms-transform-origin: 0% 0;
  -o-transform-origin: 0% 0;
  transform-origin: 0% 0;
}
/* line: 138, ../../scss/spSlides.scss */
.sp-slideshow__item-content:after {
  left: 15%;
  -webkit-box-shadow: 20px -10px 150px rgba(38, 36, 36, 0.5);
  -moz-box-shadow: 20px -10px 150px rgba(38, 36, 36, 0.5);
  -o-box-shadow: 20px -10px 150px rgba(38, 36, 36, 0.5);
  box-shadow: 20px -10px 150px rgba(38, 36, 36, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(253, 252, 252, 0.8);
}
/* line: 149, ../../scss/spSlides.scss */
.sp-slideshow__item-content:before {
  left: 14%;
  -webkit-box-shadow: 10px -10px 50px rgba(38, 36, 36, 0.5);
  -moz-box-shadow: 10px -10px 50px rgba(38, 36, 36, 0.5);
  -o-box-shadow: 10px -10px 50px rgba(38, 36, 36, 0.5);
  box-shadow: 10px -10px 50px rgba(38, 36, 36, 0.5);
  border-right: 1px solid rgba(253, 252, 252, 0.8);
  border-left: 1px solid rgba(251, 250, 249, 0.8);
}
/* line: 160, ../../scss/spSlides.scss */
.sp-slideshow__item-title {
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: -1px -1px 10px rgba(38, 36, 36, 0.5), 1px -1px 10px rgba(38, 36, 36, 0.5), 1px 1px 10px rgba(38, 36, 36, 0.5), -1px 1px 10px rgba(38, 36, 36, 0.5);
}
/* line: 173, ../../scss/spSlides.scss */
.sp-slideshow__item-descr {
  font: 300 1em/1.5em 'Montserrat', Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  position: relative;
  width: 100%;
}
/* line: 181, ../../scss/spSlides.scss */
.sp-slideshow__item-descr:before, .sp-slideshow__item-descr:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
}
/* line: 188, ../../scss/spSlides.scss */
.sp-slideshow__item-descr:after {
  background: rgba(195, 13, 8, 0.9);
  background: -webkit-linear-gradient(left, rgba(195, 13, 8, 0.9), rgba(38, 36, 36, 0.1));
  background: -moz-linear-gradient(left, rgba(195, 13, 8, 0.9), rgba(38, 36, 36, 0.1));
  background: -o-linear-gradient(left, rgba(195, 13, 8, 0.9), rgba(38, 36, 36, 0.1));
  background: -ms-linear-gradient(left, rgba(195, 13, 8, 0.9), rgba(38, 36, 36, 0.1));
  background: linear-gradient(left, rgba(195, 13, 8, 0.9), rgba(38, 36, 36, 0.1));
  bottom: 0;
}
/* line: 192, ../../scss/spSlides.scss */
.sp-slideshow__item-descr:before {
  background: rgba(38, 36, 36, 0.9);
  background: -webkit-linear-gradient(left, rgba(38, 36, 36, 0.9), rgba(195, 13, 8, 0.1));
  background: -moz-linear-gradient(left, rgba(38, 36, 36, 0.9), rgba(195, 13, 8, 0.1));
  background: -o-linear-gradient(left, rgba(38, 36, 36, 0.9), rgba(195, 13, 8, 0.1));
  background: -ms-linear-gradient(left, rgba(38, 36, 36, 0.9), rgba(195, 13, 8, 0.1));
  background: linear-gradient(left, rgba(38, 36, 36, 0.9), rgba(195, 13, 8, 0.1));
  top: 0;
}
/* line: 198, ../../scss/spSlides.scss */
.sp-slideshow__item-but {
  color: #fff3cd;
  -webkit-box-shadow: 0 1px 5px rgba(97, 6, 4, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(97, 6, 4, 0.5);
  -o-box-shadow: 0 1px 5px rgba(97, 6, 4, 0.5);
  box-shadow: 0 1px 5px rgba(97, 6, 4, 0.5);
  text-shadow: 0 1px 0 #920a06;
  border: 1px solid #f96f6b;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(195, 13, 8, 0.9);
  width: 80%;
}
.sp-slideshow__item-but::after, .sp-slideshow__item-but::before {
  content: '';
  position: absolute;
}
.sp-slideshow__item-but:after {
  border: 1px solid rgba(249, 111, 107, 0.3);
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-bottom-color: rgba(249, 111, 107, 0.6);
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(48, 3, 2, 0.2);
  background: -webkit-linear-gradient(top, rgba(48, 3, 2, 0.2), rgba(195, 13, 8, 0));
  background: -moz-linear-gradient(top, rgba(48, 3, 2, 0.2), rgba(195, 13, 8, 0));
  background: -o-linear-gradient(top, rgba(48, 3, 2, 0.2), rgba(195, 13, 8, 0));
  background: -ms-linear-gradient(top, rgba(48, 3, 2, 0.2), rgba(195, 13, 8, 0));
  background: linear-gradient(top, rgba(48, 3, 2, 0.2), rgba(195, 13, 8, 0));
  -webkit-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.7);
  -o-box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: insert 0 0 10px rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
.sp-slideshow__item-but:before {
  background: rgba(195, 13, 8, 0);
  background: -webkit-linear-gradient(top, rgba(195, 13, 8, 0), rgba(48, 3, 2, 0.1));
  background: -moz-linear-gradient(top, rgba(195, 13, 8, 0), rgba(48, 3, 2, 0.1));
  background: -o-linear-gradient(top, rgba(195, 13, 8, 0), rgba(48, 3, 2, 0.1));
  background: -ms-linear-gradient(top, rgba(195, 13, 8, 0), rgba(48, 3, 2, 0.1));
  background: linear-gradient(top, rgba(195, 13, 8, 0), rgba(48, 3, 2, 0.1));
  -webkit-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.7);
  -o-box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: insert 0 0 20px rgba(0, 0, 0, 0.7);
  left: 1px;
  top: 2px;
  right: 1px;
  bottom: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 0;
  opacity: 0;
}
.sp-slideshow__item-but.active, .sp-slideshow__item-but:hover {
  text-shadow: 0 -1px 1px #920a06;
  -webkit-box-shadow: 0 5px 5px rgba(48, 3, 2, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(48, 3, 2, 0.3);
  -o-box-shadow: 0 5px 5px rgba(48, 3, 2, 0.3);
  box-shadow: 0 5px 5px rgba(48, 3, 2, 0.3);
  color: #fff;
}
.sp-slideshow__item-but.active:before, .sp-slideshow__item-but:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
.sp-slideshow__item-but.active:after, .sp-slideshow__item-but:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 0;
  opacity: 0;
}
.sp-slideshow__item-but:active {
  -webkit-box-shadow: 0 -1px 3px rgba(48, 3, 2, 0.2);
  -moz-box-shadow: 0 -1px 3px rgba(48, 3, 2, 0.2);
  -o-box-shadow: 0 -1px 3px rgba(48, 3, 2, 0.2);
  box-shadow: 0 -1px 3px rgba(48, 3, 2, 0.2);
}
.sp-slideshow__item-but:active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 1;
  opacity: 1;
}
/* line: 205, ../../scss/spSlides.scss */
.sp-slideshow__item.sp-selected, .sp-slideshow__item:hover {
}
/* line: 208, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item {
}
/* line: 209, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-content {
}
/* line: 216, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-title {
}
/* line: 220, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-title, .sp-slideshow__item:hover .sp-slideshow__item-descr {
}
/* line: 223, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-but {
}
/* line: 226, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-img {
}
/* line: 227, ../../scss/spSlides.scss */
/* Safari and Chrome */
/* IE 9 */
.sp-slideshow__item:hover .sp-slideshow__item-img:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
/* line: 231, ../../scss/spSlides.scss */
.sp-slideshow__item:hover .sp-slideshow__item-over-img {
}
/* line: 236, ../../scss/spSlides.scss */
.sp-slideshow__childs {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
}
/* line: 244, ../../scss/spSlides.scss */
.sp-slideshow__buttons {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: space-between;
}
/* line: 249, ../../scss/spSlides.scss */
.sp-slideshow__buttons-arrow {
}
/* line: 250, ../../scss/spSlides.scss */
.sp-slideshow__buttons-arrow_prev {
}
/* line: 253, ../../scss/spSlides.scss */
.sp-slideshow__buttons-arrow_next {
}
/* line: 256, ../../scss/spSlides.scss */
.sp-slideshow__buttons-arrow.sp-disabled {
  pointer-events: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ieVal);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* line: 13, ../../scss/spSlides.scss */
.sp-slideshow__items {
}
/* line: 15, ../../scss/spSlides.scss */
.sp-slideshow__item {
}
/* line: 16, ../../scss/spSlides.scss */
.sp-slideshow__item-content {
  padding-top: 50px;
  font-size: 1.1rem;
}
/* line: 20, ../../scss/spSlides.scss */
.sp-slideshow__item-img {
}
/* line: 23, ../../scss/spSlides.scss */
.sp-slideshow__item-descr {
  padding: 18px 0;
  margin: 18px 0;
}
/* line: 27, ../../scss/spSlides.scss */
.sp-slideshow__item-but {
  margin-top: 36px;
  height: 56px;
}
/* line: 31, ../../scss/spSlides.scss */
.sp-slideshow__item-descr {
}
/* line: 33, ../../scss/spSlides.scss */
.sp-slideshow__item-img {
}
/* line: 36, ../../scss/spSlides.scss */
.sp-slideshow__item.sp-odd {
}
/* line: 37, ../../scss/spSlides.scss */
.sp-slideshow__item.sp-odd .sp-slideshow__item-title {
}
/* line: 40, ../../scss/spSlides.scss */
.sp-slideshow__item.sp-even {
}
/* line: 41, ../../scss/spSlides.scss */
.sp-slideshow__item.sp-even .sp-slideshow__item-title {
}
/* line: 46, ../../scss/spSlides.scss */
.sp-slideshow__childs {
}
/* line: 48, ../../scss/spSlides.scss */
.sp-slideshow__buttons {
  width: 384px;
}
@media screen and (max-width: 1200px) {
  /* line: 264, ../../scss/spSlides.scss */
  /* line: 12, ../../scss/spSlides.scss */
  .sp-slideshow {
  }
  /* line: 13, ../../scss/spSlides.scss */
  .sp-slideshow__items {
  }
  /* line: 15, ../../scss/spSlides.scss */
  .sp-slideshow__item {
  }
  /* line: 16, ../../scss/spSlides.scss */
  .sp-slideshow__item-content {
    padding-top: 49px;
    font-size: 1rem;
  }
  /* line: 20, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 23, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
    padding: 16px 0;
    margin: 16px 0;
  }
  /* line: 27, ../../scss/spSlides.scss */
  .sp-slideshow__item-but {
    margin-top: 32px;
    height: 52px;
  }
  /* line: 31, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
  }
  /* line: 33, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 36, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd {
  }
  /* line: 37, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd .sp-slideshow__item-title {
  }
  /* line: 40, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even {
  }
  /* line: 41, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even .sp-slideshow__item-title {
  }
  /* line: 46, ../../scss/spSlides.scss */
  .sp-slideshow__childs {
  }
  /* line: 48, ../../scss/spSlides.scss */
  .sp-slideshow__buttons {
    width: 384px;
  }
}
@media screen and (max-width: 992px) {
  /* line: 273, ../../scss/spSlides.scss */
  /* line: 12, ../../scss/spSlides.scss */
  .sp-slideshow {
  }
  /* line: 13, ../../scss/spSlides.scss */
  .sp-slideshow__items {
  }
  /* line: 15, ../../scss/spSlides.scss */
  .sp-slideshow__item {
  }
  /* line: 16, ../../scss/spSlides.scss */
  .sp-slideshow__item-content {
    padding-top: 43px;
    font-size: 0.9rem;
  }
  /* line: 20, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 23, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
    padding: 14px 0;
    margin: 14px 0;
  }
  /* line: 27, ../../scss/spSlides.scss */
  .sp-slideshow__item-but {
    margin-top: 28px;
    height: 48px;
  }
  /* line: 31, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
  }
  /* line: 33, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 36, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd {
  }
  /* line: 37, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd .sp-slideshow__item-title {
  }
  /* line: 40, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even {
  }
  /* line: 41, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even .sp-slideshow__item-title {
  }
  /* line: 46, ../../scss/spSlides.scss */
  .sp-slideshow__childs {
  }
  /* line: 48, ../../scss/spSlides.scss */
  .sp-slideshow__buttons {
    width: 384px;
  }
  /* line: 281, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow {
  }
}
@media screen and (max-width: 767px) {
  /* line: 284, ../../scss/spSlides.scss */
  /* line: 12, ../../scss/spSlides.scss */
  .sp-slideshow {
  }
  /* line: 13, ../../scss/spSlides.scss */
  .sp-slideshow__items {
  }
  /* line: 15, ../../scss/spSlides.scss */
  .sp-slideshow__item {
  }
  /* line: 16, ../../scss/spSlides.scss */
  .sp-slideshow__item-content {
    padding-top: 37.5px;
    font-size: 0.8rem;
  }
  /* line: 20, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 23, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
    padding: 13px 0;
    margin: 13px 0;
  }
  /* line: 27, ../../scss/spSlides.scss */
  .sp-slideshow__item-but {
    margin-top: 26px;
    height: 36px;
  }
  /* line: 31, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
  }
  /* line: 33, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 36, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd {
  }
  /* line: 37, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd .sp-slideshow__item-title {
  }
  /* line: 40, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even {
  }
  /* line: 41, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even .sp-slideshow__item-title {
  }
  /* line: 46, ../../scss/spSlides.scss */
  .sp-slideshow__childs {
  }
  /* line: 48, ../../scss/spSlides.scss */
  .sp-slideshow__buttons {
    width: 384px;
  }
  /* line: 292, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow {
  }
  /* line: 293, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item {
  }
  /* line: 294, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item-content {
  }
}
@media screen and (max-width: 560px) {
  /* line: 299, ../../scss/spSlides.scss */
  /* line: 12, ../../scss/spSlides.scss */
  .sp-slideshow {
  }
  /* line: 13, ../../scss/spSlides.scss */
  .sp-slideshow__items {
  }
  /* line: 15, ../../scss/spSlides.scss */
  .sp-slideshow__item {
  }
  /* line: 16, ../../scss/spSlides.scss */
  .sp-slideshow__item-content {
    padding-top: 35px;
    font-size: 0.7rem;
  }
  /* line: 20, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 23, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
    padding: 12.5px 0;
    margin: 12.5px 0;
  }
  /* line: 27, ../../scss/spSlides.scss */
  .sp-slideshow__item-but {
    margin-top: 25px;
    height: 34px;
  }
  /* line: 31, ../../scss/spSlides.scss */
  .sp-slideshow__item-descr {
  }
  /* line: 33, ../../scss/spSlides.scss */
  .sp-slideshow__item-img {
  }
  /* line: 36, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd {
  }
  /* line: 37, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-odd .sp-slideshow__item-title {
  }
  /* line: 40, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even {
  }
  /* line: 41, ../../scss/spSlides.scss */
  .sp-slideshow__item.sp-even .sp-slideshow__item-title {
  }
  /* line: 46, ../../scss/spSlides.scss */
  .sp-slideshow__childs {
  }
  /* line: 48, ../../scss/spSlides.scss */
  .sp-slideshow__buttons {
    width: 384px;
  }
  /* line: 307, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow {
  }
  /* line: 308, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__size_img {
    padding-top: 70px;
  }
  /* line: 313, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__items, .sp-slideshow .sp-slideshow__item {
  }
  /* line: 317, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item {
  }
  /* line: 320, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item-img, .sp-slideshow .sp-slideshow__item-content {
    min-width: 80%;
  }
  /* line: 323, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item-content {
    padding: 52px 10% 0 20%;
    text-align: center;
    align-items: center;
  }
  /* line: 327, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item-content:after {
    left: 63%;
  }
  /* line: 330, ../../scss/spSlides.scss */
  .sp-slideshow .sp-slideshow__item-content:before {
    left: 62%;
  }
}


/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background svg */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background image */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background svg */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* transition */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background svg */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background image */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
/* background svg */

/* opacity */
/* box shadow */
/* background gradient */

/* opacity */
/* box shadow */
