@charset "UTF-8";
.filter_section .options_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_section .products_list {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .listing_section .products_list {
    margin: 0 -15px;
  }
}

.listing_bg:after, .listing_bg .section_title, .listing_bg > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.filter_section .filter_block.opened > .filter_button:before, .sorting_block .bootstrap-select.show .dropdown-toggle:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_bg > img {
  object-fit: cover;
}

.listing_bg iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.listing_bg {
  position: relative;
  overflow: hidden;
}
.listing_bg:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.listing_slider .slick-arrow:before, .filter_section .options_list a.selected:before, .sorting_block .bootstrap-select > .dropdown-toggle:before, .filter_section .options_list a.selected:after, .sorting_block .bootstrap-select > .dropdown-toggle:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.listing_nav {
  position: relative;
}

.listing_bg {
  display: block;
  color: #ffffff;
  border-radius: 4px;
  background-size: 0;
  margin-bottom: 36px;
  margin-top: 20px;
}
.listing_bg:before {
  padding-bottom: 12.7%;
}
.listing_bg .section_title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
  font-family: "cormorant_goramond_medium", "playfair_medium", "sylfaen_regular", "mardoto_regular";
}
.listing_bg:after {
  transform-origin: center;
  -webkit-transfrom-origin: center;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.filter_list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.items_block {
  color: rgba(0, 0, 0, 0.3);
  font-family: "medium";
  font-size: 180%;
  line-height: 20px;
  width: 20%;
}

.select_list {
  width: 20%;
  text-align: end;
}

.sorting_block select {
  visibility: hidden;
}
.sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.sorting_block .bootstrap-select .btn {
  outline: none !important;
  background: transparent !important;
  color: #333333;
  position: relative;
  font-size: 180%;
  line-height: 19px;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 3;
  min-width: 165px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.sorting_block .bootstrap-select .btn:focus {
  background: none;
  border: none;
}
.sorting_block .bootstrap-select > .dropdown-toggle:focus {
  border: none;
  outline: none !important;
}
.sorting_block .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.sorting_block .bootstrap-select > .dropdown-toggle:before {
  color: #000000;
  font-size: 55%;
  content: "";
  margin-left: 15px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sorting_block .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  text-align: center;
}
.sorting_block .bootstrap-select > .dropdown-toggle .filter-option {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sorting_block .bootstrap-select .dropdown-menu:not(.inner) {
  margin: 0;
  padding: 6px;
  width: 100% !important;
  background: #ffffff;
  min-width: 0 !important;
  max-width: none !important;
  border: none;
  box-shadow: 0 0.8px 40px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 3px;
  margin-top: 4px;
}
.sorting_block .bootstrap-select .dropdown-item {
  padding: 3px 5px;
  font-family: "medium";
  color: #000000;
  font-size: 160%;
  line-height: 15px;
}
.sorting_block .bootstrap-select .dropdown-item.active, .sorting_block .bootstrap-select .dropdown-item:active {
  background: transparent;
  color: #666666;
}
.sorting_block .bootstrap-select .dropdown-item.selected {
  color: rgba(0, 0, 0, 0.3);
}
.sorting_block .bootstrap-select .inner.show {
  overflow: hidden !important;
  text-align: center;
}
.sorting_block .bootstrap-select.show .btn {
  color: #f9b638;
}
.sorting_block .bootstrap-select.show .btn:before {
  color: #f9b638;
}
.sorting_block .bootstrap-select.show .dropdown-toggle:before {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_filter {
  width: 60%;
}

.filter_section .filter_inner {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.filter_section .filter_block {
  position: relative;
}
.filter_section .filter_block.opened > .filter_button {
  color: #f9b638;
}
.filter_section .filter_block.opened > .filter_button:before {
  color: #f9b638;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_section .filter_button {
  height: 45px;
  display: flex;
  align-items: center;
  border: solid transparent;
  border-width: 0 1px;
  margin: 0;
  font-weight: normal;
  padding: 0 20px;
  color: #000000;
  font-size: 190%;
  line-height: 18px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.filter_section .filter_button:before {
  margin-left: 15px;
  margin-top: -3px;
  font-size: 45%;
  color: #000000;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_section select {
  visibility: hidden;
}
.filter_section .options_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  box-shadow: 0 0.8px 40px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  z-index: 10;
  padding-left: 20px;
  border-radius: 5px;
}
.filter_section .options_list .scroll-wrapper {
  height: 360px !important;
}
.filter_section .options_list ul li {
  margin-top: 4px;
  margin-bottom: 12px;
}
.filter_section .options_list ul li:first-child a {
  padding-top: 20px;
}
.filter_section .options_list ul li:last-child {
  margin-bottom: 0;
}
.filter_section .options_list ul li:last-child a {
  padding-bottom: 20px;
}
.filter_section .options_list a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 180%;
  line-height: 20px;
  padding-right: 20px;
}
.filter_section .options_list a.selected:before {
  border-color: #fcd878;
  background: #fcd878;
  color: #000000;
  font-size: 70%;
  content: "";
}
.filter_section .options_list a:before {
  -o-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  min-width: 27px;
  max-width: 27px;
  width: 100%;
  height: 27px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  margin-right: 15px;
}
.filter_section .options_list .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  width: 4px;
  right: 0;
}
.filter_section .options_list .scroll-y div.scroll-element_outer {
  top: 7px;
  right: 7px;
  bottom: 7px;
}
.filter_section .options_list .scroll-y div.scroll-element_outer:before {
  display: block;
  content: "";
  position: absolute;
  left: -8px;
  top: -7px;
  bottom: -7px;
  width: 21px;
  background: #ffffff;
  border-left: 1px solid #e0e0e0;
}
.filter_section .options_list .scroll-y div.scroll-element_track {
  z-index: 2;
  background: transparent;
  width: 4px;
}
.filter_section .options_list .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: #f9b638;
  right: 0;
}
@media (max-width: 1199px) {
  .filter_section {
    font-size: 120%;
  }
}

.mob_filter_button {
  display: none;
}

.listing_section {
  padding-top: 80px;
}
.listing_section .more_button {
  padding-bottom: 50px;
  text-align: center;
}
.listing_section .more_button a {
  font-size: 180%;
  color: #000000;
  line-height: 18px;
}
.listing_section .more_button a:before {
  content: "+";
  font-size: 125%;
  margin-right: 10px;
}
.listing_section .more_button button {
  font-size: 180%;
  color: #000000;
  line-height: 18px;
  border: none;
  background: none;
  margin: 0 auto;
}
.listing_section .more_button button:before {
  content: "+";
  font-size: 125%;
  margin-right: 10px;
}

.products_list {
  padding: 0;
  list-style-type: none;
}
.products_list li {
  margin-bottom: 55px;
}

.listing_slider {
  position: relative;
  padding: 65px;
  border-radius: 4px;
  background: #000000 no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 35px;
}
.listing_slider .inner_block {
  max-width: 770px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.listing_slider .slider_title {
  font-size: 400%;
  line-height: 1.33em;
  font-family: "medium";
  letter-spacing: 0.5px;
  text-align: center;
  color: #fcd878;
  margin-bottom: 60px;
}
.listing_slider .slider_block {
  text-align: center;
}
.listing_slider .slider_block img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  border-radius: 50%;
}
.listing_slider .slider_author {
  color: rgba(255, 255, 255, 0.4);
  font-family: "medium";
  font-size: 180%;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.listing_slider .text_slider {
  margin-top: 32px;
  margin-bottom: 20px;
  font-family: "light";
  font-size: 230%;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.listing_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #ffffff;
  background: #ffffff;
  top: 0;
  margin-top: 30px;
  font-size: 0;
  border: none;
  background: none;
}
.listing_slider .slick-arrow:before {
  font-size: 16px;
  display: block;
}
.listing_slider .slick-prev {
  right: 50%;
  margin-right: 100px;
}
.listing_slider .slick-prev:before {
  content: "";
}
.listing_slider .slick-next {
  left: 50%;
  margin-left: 100px;
}
.listing_slider .slick-next:before {
  content: "";
}

@media (max-width: 1199px) {
  .filter_section .options_list a {
    font-size: 160%;
    line-height: 17px;
  }
  .filter_section .options_list a:before {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .filter_section .options_list a.selected:before {
    font-size: 47%;
  }

  .items_block,
.filter_section .filter_button,
.sorting_block .bootstrap-select .btn {
    font-size: 160%;
    line-height: 17px;
  }

  .filter_section .filter_button {
    padding: 0 10px;
  }
  .filter_section .filter_button:before {
    margin-bottom: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .listing_bg:before {
    padding-bottom: 20%;
  }

  .sorting_block .bootstrap-select .btn {
    font-size: 140%;
  }
  .sorting_block .bootstrap-select .btn:before {
    margin-left: 8px;
  }

  .mob_filter_button {
    display: flex;
    color: inherit !important;
    align-items: center;
    font-size: 140%;
  }
  .mob_filter_button:before {
    box-shadow: -5px -5px 0 0, 0 -5px 0 0, 2px -5px 0 0, 5px -5px 0 0, -5px 0 0 0, 5px 0 0 0, 2px 0 0 0, -5px 5px 0 0, 0 5px 0 0, 5px 5px 0 0, 2px 5px 0 0;
    display: block;
    content: "";
    height: 1px;
    width: 3px;
    border-top: 1px solid;
    margin-right: 13px;
    margin-top: -2px;
    margin-left: 10px;
  }

  .items_block {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    width: max-content;
  }

  .sorting_block {
    width: auto;
  }

  .select_list {
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .menu_filter {
    position: absolute;
    top: 23px;
    left: 20px;
    max-width: 450px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 0.8px 40px 0 rgba(0, 0, 0, 0.08);
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_filter .filter_inner {
    width: 100%;
    flex-direction: column;
  }
  .menu_filter .filter_block {
    width: 100%;
  }
  .menu_filter .filter_block:not(:last-child) {
    order: 1;
  }
  .menu_filter .filter_block .filter_button {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
  }
  .menu_filter .options_list {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-width: 1px 0 0;
    box-shadow: none;
  }
  .menu_filter .options_list a {
    text-align: left;
    padding-right: 30px;
  }
  .menu_filter .options_list .scroll-wrapper {
    height: 280px !important;
  }
  .menu_filter .options_list .scroll-y > div.scroll-element_outer:before {
    left: -4px;
  }
  .menu_filter .options_list .scroll-y > div .scroll-bar {
    right: -2px;
  }
  .menu_filter.opened {
    z-index: 150;
    opacity: 1;
  }

  .listing_section {
    padding-top: 60px;
  }
  .listing_section .more_button {
    padding-bottom: 25px;
  }
  .listing_section .products_list li {
    margin-bottom: 30px;
  }

  .listing_slider {
    padding: 20px;
  }
  .listing_slider .slider_title {
    font-size: 300%;
    margin-bottom: 25px;
  }
  .listing_slider .text_slider {
    font-size: 200%;
    margin-top: 20px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  .listing_bg:before {
    padding-bottom: 25%;
  }

  .listing_slider .slick-prev {
    margin-right: 55px;
  }
  .listing_slider .slick-next {
    margin-left: 55px;
  }

  .menu_filter {
    max-width: 280px;
  }
}
.web .filter_section .sorting_block .bootstrap-select .btn,
.web .filter_section .filter_button {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .filter_section .sorting_block .bootstrap-select .btn:hover,
.web .filter_section .filter_button:hover {
  color: #f9b638;
}
.web .filter_section .sorting_block .bootstrap-select .btn:hover:before,
.web .filter_section .filter_button:hover:before {
  color: #f9b638;
}
.web .filter_section .options_list a:hover:before {
  border-color: #f9b638;
}
.web .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .sorting_block .bootstrap-select .dropdown-item:hover {
  color: #f9b638;
  background: none;
}
.web .listing_slider .slick-prev,
.web .listing_slider .slick-next,
.web .listing_section .more_button a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .listing_slider .slick-prev:hover,
.web .listing_slider .slick-next:hover,
.web .listing_section .more_button a:hover {
  color: #f9b638;
}

.touch .listing_slider .slick-prev,
.touch .listing_slider .slick-next,
.touch .listing_section .more_button a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .listing_slider .slick-prev:active,
.touch .listing_slider .slick-next:active,
.touch .listing_section .more_button a:active {
  color: #f9b638;
}
.touch .filter_section .sorting_block .bootstrap-select .btn,
.touch .filter_section .filter_button {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .filter_section .sorting_block .bootstrap-select .btn:active,
.touch .filter_section .filter_button:active {
  color: #f9b638;
}
.touch .filter_section .sorting_block .bootstrap-select .btn:active:before,
.touch .filter_section .filter_button:active:before {
  color: #f9b638;
}
.touch .filter_section .options_list a:active:before {
  border-color: #f9b638;
}
.touch .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .sorting_block .bootstrap-select .dropdown-item:active {
  color: #f9b638;
  background: none;
}

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