@charset "UTF-8";
/**/
.btn-main-menu {
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 1110;
}

.btn-main-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.btn-main-menu span:nth-child(1) {
  top: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn-main-menu span:nth-child(2) {
  bottom: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn-main-menu:hover span {
  width: 90%;
}

.btn-main-menu.active span:nth-child(1) {
  top: 46%;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
          transform: rotateZ(45deg) translateY(-50%);
}

.btn-main-menu.active span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
}

.btn-main-menu.active:hover span {
  width: 100%;
}

.btn-main-menu.active:hover span:nth-child(1) {
  -webkit-transform: rotateZ(35deg) translateY(-50%);
          transform: rotateZ(35deg) translateY(-50%);
}

.btn-main-menu.active:hover span:nth-child(2) {
  -webkit-transform: rotateZ(-35deg) translateY(-50%);
          transform: rotateZ(-35deg) translateY(-50%);
}

.btns-language {
  list-style: none;
  font-size: .8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
}

.btns-language li.active {
  display: none;
}

.btn-buy {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #000;
  background: #e9e9e9;
  padding: 20px 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.btn-buy:hover {
  background: #bcbcbc;
  color: #000;
}

.btn-products {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.btn-products i {
  font-size: 3rem;
}

.btn-products p {
  font-size: .875rem;
  font-weight: 900;
  opacity: 0;
  position: relative;
  top: -10px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.btn-products:hover {
  top: calc(100% - 10px);
  color: #000;
}

.btn-products:hover p {
  opacity: 1;
  top: 0;
}

.btn-home {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.btn-home p {
  font-size: .875rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.btn-home i {
  font-size: 2.5rem;
}

.fancybox-bg {
  opacity: .8;
  background: #000;
}

.fancybox-content {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
}

.fancybox-slide--html .fancybox-collection-content {
  padding: 44px 0px 0px 0px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 85%;
  margin-top: -70px;
}

.fancybox-slide--html .fancybox-collection-content .collection-caption {
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  font-size: 0.87rem;
}

.fancybox-slide--html .fancybox-collection-content .collection-img {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  max-height: calc(570px);
}

.fancybox-slide--html .fancybox-container-12 {
  max-width: 875px;
}

.fancybox-slide--html .fancybox-container-14 {
  max-width: 1024px;
}

.fancybox-slide--html .fancybox-container-16 {
  max-width: 1180px;
}

.fancybox-slide--html [class^="fancybox-container-"],
.fancybox-slide--html [class*=" fancybox-container-"] {
  padding-top: 44px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}

.fancybox-slide--html [class^="fancybox-container-"] .fancybox-button,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button {
  background: #fff;
  opacity: 1;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.fancybox-slide--html [class^="fancybox-container-"] .fancybox-button:hover,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button:hover {
  background: #000;
  color: #fff;
}

.fancybox-slide--html .fancybox-container-content {
  padding: 44px 5px 0px 5px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-container-content .fancybox-button {
  background: transparent;
  color: #fff;
  padding: 0px;
  width: auto;
}

.fancybox-slide--html .fancybox-container-content .fancybox-button:hover {
  color: #cf202f;
}

.fancybox-button {
  background: transparent;
  opacity: 1;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.fancybox-button:hover {
  background: transparent;
  color: #f47920;
}

.fancybox-close-small {
  right: 0px;
  font-size: 30px;
  padding: 0;
  outline: none;
  width: 30px;
  height: 30px;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-navigation .fancybox-button {
  height: 50px;
  width: 50px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button[disabled], .fancybox-show-nav .fancybox-navigation .fancybox-button[disabled]:hover {
  color: #000;
  cursor: default;
  outline: none;
  opacity: 0.2;
}

.fancybox-caption {
  background: transparent;
  bottom: unset;
  top: 30px;
  margin: 0;
  padding: 0;
}

.fancybox-caption .fancybox-caption__body {
  font-size: 14px;
  color: #fff;
}

.fancybox-thumbs {
  display: none;
  background: transparent;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
}

.fancybox-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}

.fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 5px solid #fff;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.fancybox-slide--image {
  padding: 88px 0 44px;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li a {
  font-size: .75rem;
  font-weight: 900;
  color: #000;
  padding: 1px 5px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.footer-menu li a:hover, .footer-menu li a.active {
  background: #000;
  color: #fff;
}

.copyrights {
  font-family: Arial;
  font-size: 0.6875rem;
  color: #afafaf;
  text-align: right;
}

.copyrights span {
  opacity: 1;
}

.copyrights a {
  position: relative;
  color: #afafaf;
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.copyrights a:hover {
  color: #000;
}

.copyrights a:hover:after {
  width: 100%;
}

.copyrights a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 00%;
  height: 1px;
  background: #000;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-menu {
    margin-left: 0;
  }
  .copyrights {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .footer-menu {
    text-align: center;
  }
}

.header {
  padding-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 50px;
  -webkit-transition: background 250ms ease-out, padding-top 250ms ease-out, padding-bottom 250ms ease-out;
  transition: background 250ms ease-out, padding-top 250ms ease-out, padding-bottom 250ms ease-out;
}

.header.sticky {
  padding: 15px 0px;
  background: #e9e9e9;
}

#side-menu .btn-main-menu span {
  background: #fff;
}

#side-menu .side-menu-header {
  margin: 120px 0;
}

#side-menu .main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

#side-menu .main-menu li {
  display: block;
  font-size: 2.8125rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

#side-menu .main-menu li a {
  color: #fff;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

#side-menu .main-menu li a.active, #side-menu .main-menu li a:hover {
  color: #000;
  background: #fff;
}

#side-menu .main-menu li:last-child {
  margin-bottom: 0;
}

#side-menu .side-menu-footer {
  margin-top: 140px;
}

@media only screen and (max-width: 575px) {
  #side-menu {
    padding: 0px 30px;
  }
  #side-menu .btn-main-menu {
    width: 38px;
    height: 38px;
  }
  #side-menu .main-menu li {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-height: 830px) {
  #side-menu .side-menu-header {
    margin: 100px 0;
  }
  #side-menu .side-menu-footer {
    margin-top: 140px;
  }
}

@media only screen and (max-height: 790px) {
  #side-menu .side-menu-header {
    margin: 80px 0;
  }
  #side-menu .main-menu li {
    font-size: 2rem;
  }
  #side-menu .side-menu-footer {
    margin-top: 80px;
  }
}

@media only screen and (max-height: 680px) {
  #side-menu .side-menu-header {
    margin: 70px 0;
  }
}

@media only screen and (max-height: 660px) {
  #side-menu .main-menu li {
    font-size: 1.8rem;
  }
}

@media only screen and (max-height: 605px) {
  #side-menu .side-menu-header {
    margin: 50px 0;
  }
  #side-menu .main-menu li {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-height: 520px) {
  #side-menu .side-menu-header .img-310 {
    width: 200px;
  }
}

@media only screen and (max-height: 480px) {
  #side-menu .main-menu li {
    font-size: 1.2rem;
  }
  #side-menu .side-menu-footer {
    margin-top: 40px;
  }
}

@media only screen and (max-height: 405px) {
  #side-menu .side-menu-header {
    margin: 30px 0;
  }
}

@media only screen and (max-height: 360px) {
  #side-menu .side-menu-header {
    margin: 20px 0 30px;
  }
  #side-menu .side-menu-header .img-310 {
    width: 150px;
  }
  #side-menu .main-menu li {
    margin-bottom: .6rem;
  }
  #side-menu .side-menu-footer {
    margin-top: 25px;
  }
  #side-menu .side-menu-footer a {
    font-size: .8rem;
  }
}

::-moz-selection {
  color: #fff;
  background: #000;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #000;
  opacity: 1;
}

.list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 600ms ease-in-out 50ms;
  transition: all 600ms ease-in-out 50ms;
}

.list-move {
  -webkit-transition: all 600ms ease-in-out 50ms;
  transition: all 600ms ease-in-out 50ms;
}

.list-enter-active {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.list-leave-active {
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
  position: relative;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  display: none;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.drawer-enter-active,
.drawer-leave-active {
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}

.drawer-enter,
.drawer-leave-to {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

hr {
  border-color: #000;
}

hr.small {
  margin: 0;
  width: 56px;
}

.ls-00 {
  letter-spacing: 0px !important;
}

.ls-01 {
  letter-spacing: 1px !important;
}

.lh-12 {
  line-height: 1.2rem;
}

.lh-15 {
  line-height: 1.5rem;
}

.lh-20 {
  line-height: 2rem;
}

.text-dynamic h1,
.text-dynamic h2,
.text-dynamic h3,
.text-dynamic p {
  color: #272525;
}

.text-dynamic h2 {
  margin-bottom: 25px;
}

.text-dynamic h3 {
  font-size: .875rem;
  margin: 20px 0px;
}

.text-dynamic p {
  margin-bottom: 15px;
  line-height: 1.5rem;
  font-size: .8125rem;
}

.text-dynamic ul {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-dynamic ul li {
  margin-bottom: 20px;
}

.text-90 {
  -webkit-transform: rotateZ(-90deg) translateX(50%);
          transform: rotateZ(-90deg) translateX(50%);
}

@media only screen and (min-width: 768px) {
  .text-md-90 {
    -webkit-transform: rotateZ(-90deg) translateX(50%);
            transform: rotateZ(-90deg) translateX(50%);
  }
  .text-md-nowrap {
    white-space: nowrap;
  }
}

/**/
[v-cloak] {
  display: none;
}

.categories-wrapper {
  position: fixed;
  top: 100%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translateX(-50%) translateY(-44px);
          transform: translateX(-50%) translateY(-44px);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  text-align: center;
  max-height: 80%;
}

.categories-wrapper .btn-categories {
  background: #272525;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 14px 40px;
  text-align: center;
}

.categories-wrapper .btn-categories i {
  display: none;
}

.categories-wrapper .categories-list {
  min-width: 550px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background: #ededed;
  text-align: center;
  padding: 50px 10px 40px;
}

.categories-wrapper .categories-list li {
  margin-bottom: 12px;
}

.categories-wrapper .categories-list li button {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 3px 5px;
}

.categories-wrapper .categories-list li button.active {
  background: #000;
  color: #fff;
}

.categories-wrapper.active {
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}

.next-category-wrapper {
  text-align: left;
  display: block;
  padding-top: 350px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}

.next-category-wrapper .next-category-title {
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: .875rem;
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}

.next-category-wrapper:hover .next-category-title {
  right: 35px;
}

.product-wrapper {
  margin-bottom: 10px;
}

.product-wrapper a {
  display: block;
  padding-top: 350px;
  position: relative;
}

.product-wrapper a::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.product-wrapper a .product-title {
  position: absolute;
  bottom: 35px;
  left: 15px;
  right: 15px;
  font-size: .875rem;
  font-weight: 900;
  background: #fff;
  padding: 20px 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}

.product-wrapper a:hover {
  color: #000;
}

.product-wrapper a:hover::before {
  opacity: 1;
}

.product-wrapper a:hover .product-title {
  opacity: 1;
  bottom: 45px;
}

.product-inner-text {
  background: #e9e9e9;
  text-align: right;
  padding: 60px 30px 60px 60%;
}

.product-inner-text .btn-back {
  position: absolute;
  left: 15px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  padding-left: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-align: left;
  height: 30px;
  width: 70px;
}

.product-inner-text .btn-back:hover {
  padding-left: 0px;
}

.product-inner-text .product-inner-desc p {
  font-size: .6875rem;
  line-height: 1.5;
}

.product-inner-text hr {
  border: 0;
  border: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 0px;
}

.product-inner-text hr::after {
  content: "";
  width: 90px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 90%;
}

.product-inner-slider {
  height: 100vh;
  min-height: 700px;
}

.product-inner-slider .swiper-slide {
  opacity: .1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}

.product-inner-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.product-inner-slider .btn-slider-prev,
.product-inner-slider .btn-slider-next {
  position: absolute;
  left: 50%;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.product-inner-slider .btn-slider-prev {
  top: 25%;
}

.product-inner-slider .btn-slider-next {
  top: 75%;
}

.filters {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.filters li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.filters li::before {
  content: "//";
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
}

.filters li:first-child {
  margin-left: 0px;
}

.filters li:first-child::before {
  display: none;
}

.filters li button {
  font-size: .875rem;
  font-weight: 900;
  padding: 2px 5px;
}

.filters li button:hover {
  background: #4f4f4f;
  color: #fff;
}

.filters li button.active {
  background: #000;
  color: #fff;
}

.list-article {
  display: block;
  background: #e9e9e9;
  padding: 30px 20px 30px 100px;
  position: relative;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  margin-bottom: 1rem;
}

.list-article p {
  font-size: .875rem;
  font-weight: 900;
}

.list-article .date {
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 11px 15px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.list-article .category {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-article .category span {
  position: absolute;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  font-size: .5rem;
}

.list-article .category::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 20px;
  height: 1px;
  right: 100%;
  top: 50%;
}

.list-article:hover {
  background: #ddd;
}

.list-article:hover .date {
  background: #4f4f4f;
  -webkit-transform: translate(55%, -50%);
          transform: translate(55%, -50%);
}

.news-slider-wrapper {
  position: relative;
  background: #e9e9e9;
  padding: 0 5% 0 20%;
}

.news-slider-wrapper .btn-back {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  padding-left: 10px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  width: 100px;
  height: 32px;
}

.news-slider-wrapper .btn-back span {
  font-size: .6rem;
  position: absolute;
  top: 46%;
  left: calc(100% - 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-slider-wrapper .btn-back:hover {
  padding-left: 0px;
}

.news-slider-wrapper .news-inner-slider {
  height: 740px;
  margin-top: -300px;
}

.news-slider-wrapper .news-inner-slider .swiper-slide {
  opacity: .2;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

.news-slider-wrapper .news-inner-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.news-slider-wrapper .category {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-slider-wrapper .category span {
  position: absolute;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  font-size: .7rem;
}

.news-slider-wrapper .category::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 20px;
  height: 1px;
  right: 100%;
  top: 50%;
}

.news-slider-wrapper .category.no-photos {
  left: unset;
  right: 100px;
}

.news-slider-navigation {
  padding: 5px 5% 5px 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.news-slider-navigation .btn-slider-prev,
.news-slider-navigation .btn-slider-next {
  background: #000;
  color: #fff;
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
}

.news-slider-navigation .btn-slider-prev i,
.news-slider-navigation .btn-slider-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-slider-navigation .btn-slider-prev {
  margin-right: 2px;
}

.text-news-inner {
  text-align: justify;
}

.text-news-inner h1,
.text-news-inner h2,
.text-news-inner h3,
.text-news-inner p {
  color: #272525;
}

.text-news-inner h2 {
  margin-bottom: 25px;
}

.text-news-inner h3 {
  font-size: .875rem;
  margin: 20px 0px;
}

.text-news-inner p {
  margin-bottom: 15px;
  line-height: 1.2rem;
  font-size: .6875rem;
}

.text-news-inner ul {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-news-inner ul li {
  margin-bottom: 20px;
}

.news-inner-date {
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 11px 15px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.news-inner-date.no-photos {
  right: 0px;
  top: 52%;
}

.locations-list-wrapper {
  position: relative;
}

.locations-list-wrapper .locations-list .btn-location {
  width: 100%;
  background: #e9e9e9;
  text-align: right;
  padding: 20px 25px;
  margin-top: 2px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.locations-list-wrapper .locations-list .btn-location p {
  font-size: .875rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.locations-list-wrapper .locations-list .btn-location p.small {
  font-size: .6875rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.locations-list-wrapper .locations-list .btn-location:hover {
  background: #4f4f4f;
  color: #fff;
}

.locations-list-wrapper .locations-list .btn-location.active {
  background: #000;
  color: #fff;
}

.locations-list-wrapper .scroll-up,
.locations-list-wrapper .scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.locations-list-wrapper .scroll-up.hide,
.locations-list-wrapper .scroll-down.hide {
  height: 0px;
  opacity: 0;
}

.locations-list-wrapper .scroll-up {
  top: 0;
  cursor: url("../img/arrow-up.cur"), pointer;
  background: whitesmoke;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(245, 245, 245, 0)), to(whitesmoke));
  background: linear-gradient(360deg, rgba(245, 245, 245, 0) 15%, whitesmoke 100%);
}

.locations-list-wrapper .scroll-down {
  bottom: 0;
  cursor: url("../img/arrow-down.cur"), pointer;
  background: whitesmoke;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, whitesmoke), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(360deg, whitesmoke 15%, rgba(245, 245, 245, 0) 100%);
}

.gm-style .gm-style-iw-c {
  background-color: #000;
  border-radius: 0px;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-t::after {
  background: #000;
}

.gm-style .gm-ui-hover-effect {
  position: relative;
}

.gm-style .gm-ui-hover-effect::after {
  content: "\2716\FE0F";
  display: block;
  position: absolute;
  color: #fff;
}

.gm-style .gm-ui-hover-effect img {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .product-inner-text {
    padding: 60px 30px 60px 40%;
  }
}

@media only screen and (max-width: 991px) {
  .filters {
    text-align: left;
  }
  .product-inner-text {
    padding: 60px 30px 60px 30%;
  }
}

@media only screen and (max-width: 767px) {
  .locations-list-wrapper {
    height: 400px;
    overflow: auto;
  }
  .locations-list-wrapper .scroll-up,
  .locations-list-wrapper .scroll-down {
    display: none;
  }
  .news-slider-wrapper .category {
    left: 50%;
    top: calc(100% + 10px);
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .product-inner-slider {
    height: 60vh;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header {
    padding-top: 20px;
  }
  .categories-wrapper .categories-list {
    padding: 30px 10px 20px;
  }
  .categories-wrapper .categories-list li {
    margin-bottom: 10px;
  }
  .categories-wrapper .btn-categories {
    padding: 10px 20px;
  }
  .categories-wrapper .btn-categories span {
    display: none;
  }
  .categories-wrapper .btn-categories i {
    display: block;
  }
  .product-inner-text hr::after {
    left: unset;
    right: 0;
  }
  .product-inner-slider {
    min-height: unset;
    height: unset;
  }
  .list-article {
    margin-bottom: 85px;
    padding: 40px 20px 30px;
    text-align: center;
  }
  .list-article .date {
    right: unset;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .list-article .category {
    left: 50%;
    top: 100%;
  }
  .list-article .category::before {
    right: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
  }
  .list-article .category span {
    -webkit-transform: translate(-50%, 20px) rotateZ(0deg);
            transform: translate(-50%, 20px) rotateZ(0deg);
  }
  .list-article:hover .date {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .news-slider-wrapper .news-inner-slider {
    height: 80vh;
    margin-top: -300px;
  }
  .news-slider-wrapper .category.no-photos {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
            transform: translateX(-50%) rotateZ(90deg);
  }
  .news-inner-date.no-photos {
    right: 90px;
    top: 50%;
  }
  .locations-list-wrapper {
    height: 200px;
  }
  .locations-list-wrapper .locations-list .btn-location {
    text-align: center;
  }
  .news-slider-wrapper .btn-back span {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map*/