<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:1029px) {

  .top-menu .logo &gt; a {
    width: 100px;
    height: 20px;
    background-position: left;
  }

  .top-menu .menu-item { display: none; }

  .top-menu .logo {
    margin-right: auto;
    margin-left: unset;
  }

  .top-menu {
    flex-direction: row-reverse;
  }

  body .s-m { display: block; }

  body .burger-menu {
    width: 21px;
    height: 15px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/menu.svg);
    margin-left: auto;
    margin-right: unset;
  }

  body .header-mob-icon {
    height: 12px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/share.svg);
    margin-left: auto;
    margin-right: unset;
    width: 12px;
  }

  body .header-mob-icon-contact {
    background-image: url(../images/contact.svg);
    width: 16px;
  }
  body .header-mob-icon-search {
    background-image: url(../images/search.svg);
  }

  body .text-outline {
    font-size: 60px;
    text-align: right;
    line-height: 120px;
  }

  .main-slider-text {
    font-size: 25px;
    line-height: 1.2em;
  }

  .main-slider-slide-image {

    height: 640px;
  }
  /* .main-slider .slick-arrow {
    display: none !important;
  } */

  .main-slider-text-block::before {
    width: 176px;
    height: 136px;
  }

  .main-slider-button {
    margin-top: 30px;
    font-size: 16px;
    padding: 3px 30px;
  }

  .mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile-menu .menu-item {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: right;
    direction: rtl;
    border-bottom: 1px solid #C6C5C5;
  }

  .mobile-menu .menu-item:last-child {
    border-bottom: 0px;
  }

  .mobile-menu .menu-item a {
    color: #901923;
  }

  .main-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    font-size: 0px;
    text-align: center;
    padding-bottom: 30px;
  }
  .main-slider .slick-dots &gt; li &gt; button { display: none; }

  .main-slider .slick-dots &gt; li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0);
    margin: 0 5px;
  }

  .main-slider .slick-dots &gt; li.slick-active {
    background-color: #fff;
  }

  form.main-filters {
    display: block;
    top:0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  form.main-filters &gt; div:nth-child(1) {
    font-size: 24px;
    margin-bottom: 15px;
  }
  form.main-filters &gt; div &gt; div {
    font-size: 16px;
  }

  form.main-filters &gt; div &gt; input, form.main-filters &gt; div &gt; select {
    margin-bottom: 20px;
    width: 100%;
  }

  form.main-filters &gt; div &gt; button {
    margin-bottom: 40px;
    width: 100%;
  }

  .row-mob-reverse {
    flex-direction: column-reverse;
  }

  .second-slider-text, .second-slider-options &gt; div, a.second-slider-button, a.second-slider-button:hover {
    font-size: 18px;
  }

  .star-title &gt; div {
    font-size: 24px;
    margin-top: 0px;
  }
  .star-title &gt; div::after {
    display: none;
  }
  .star-title &gt; span {
    height: 12px;
  }

  .second-slider-options &gt; div {
    flex: 0 100%;
    margin-bottom: 5%;

  }

  .second-slider-image {
    width: 320px;
    height: 398px;
  }

  .second-slider-image &gt; img {
    width: 254px;
    height: 329px;
    top: 34px;
    left: 60px;
  }

  .second-slider .slick-dots {
    top: unset;
    left: 5px;
    bottom: 15%;
  }

  .second-slider .slick-dots li.slick-active button::after {
    width: 15px;
    height: 1px;
    right: -15px;
  }

  .second-slider-image {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  form.main-filters &gt; div &gt; button {
    font-size: 16px;
  }

  .third-slider-top-options &gt; div::before { display: none; }

  .third-slider-top-options {
    text-align: right;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
  }

  .third-slider-top-options &gt; div {
    margin: 0;
    margin-left: 10px;
    font-size: 18px;
  }

  .third-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .third-slider-slide {
    padding-left: 0px;
    padding-right: 0px;
  }

  .third-slider-slide-btn-container {
    left: unset;
    right: 0;
    bottom: -45px;
  }

  .third-slider-slide-btn {
    font-size: 18px;
  }

  .third-slider-slide-caption {
    left: 0;
    font-size: 26px;
    height: 50px;
    max-height: 50px;
  }

  .third-slider-border {
    width: 100%;
    left: 0;
    top: 14%;
    border: 3px solid #901923;
    height: 206px;
  }

  .third-slider-slide &gt; img {
    height: 206px;
  }

  .third-slider .slick-prev {
    left: 42.5%;

  }

  .third-slider .slick-next {
    left: 57.5%;

  }

  .third-slider .slick-arrow {
    bottom: -60px;
  }

  .fourth-slider-container .slick-prev {
      left: -24px;
      border: 0px;
  }
  .fourth-slider-container .slick-next {
      right: -24px;
      border: 0px;
      background-color: rgba(0, 0, 0, 0);
      background-image: url(../images/rarrb.svg);

  }
  .fourth-slider-container .slick-arrow {
    top: 23%;

  }

  .fourth-slider-slide-inner &gt; img {
    height: 170px;
  }

  .fourth-slider-slide-title {
    font-size: 18px;
  }
  .fourth-slider-slide-text, a.fourth-slider-slide-sub {
    font-size: 16px;
  }
  .fourth-slider-slide-sub-line {
    height: 1px;
    width: 30px;
    top: 12px;
    left: -45px;
  }

  .fourth-slider-container {
    margin-top: 30px;
  }

  .bottom-block-text {
    font-size: 16px;
  }

  .bottom-block-text &gt; strong, .bottom-block-text &gt; p &gt; strong {
    font-size: 22px;
  }

  .big-stars &gt; div {
    flex: 0 100%;

  }

  body .slick-initialized .testimonials-slide.slick-slide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .testimonials-slide &gt; div {
    flex: 0 100%;
    display: block;
    width: 100% !important;

  }

  .testimonials-slide &gt; div:nth-child(2) &gt; img {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .testimonials-slider {
    margin-top: 70px;
  }

  .testimonials-slide &gt; div:nth-child(1) {
    text-align: center;
  }

  .testimonials-slide &gt; div:nth-child(1) &gt; p &gt; strong {
    font-size: 18px;
  }

  .testimonials-slide &gt; div:nth-child(1) {
    font-size: 16px;
  }

  .bottom-gallery {
    padding-bottom: 100px;
  }

  .footer-form {
    border-bottom: 0px;
  }

  .footer-form &gt; div {
    flex: 0 100%;
  }

  .footer-form &gt; div:nth-child(1) {
    padding-bottom: 20px;
  }

  .footer-form &gt; div:nth-child(3) {
    flex: 0 60%;
  }
  .footer-form &gt; div:nth-child(4) {
    flex: 0 40%;
  }

  .footer-form-hr { display: none; }

  .footer-form input {
    width: 100%;
    height: 41px;
  }

  .footer-form button {
    height: 42px;
    box-sizing: content-box;
    width: 100%;
  }

  .after-footer { display: none; }

  .footer-logo {
    width: 154px;
    margin-bottom: 25px;
  }

  .footer-column-2 a, .footer-column-1 a, .footer-column-3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    padding-right: 15px;
  }

  .single-post-top, .category-title {
    font-size: 36px;
  }

  .category-title {
    padding-top: 0px;
  }

  .third-slider-slide {
    margin-bottom: 85px;
  }





}
</pre></body></html>