@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@media screen and (max-width: 414px) {
  /*---comments-all start---*/
  .box2 {
    background: red;
  }
  /*---comments-all end---*/
}
/*-----fonts-start----*/
/*-----fonts-end----*/
/*-----base-start----*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: "Onest", sans-serif;
  letter-spacing: -0.3px;
  color: #333333;
  font-size: 15px;
  min-width: 320px;
  min-height: 640px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  background-color: #ffffff;
}

a {
  color: inherit;
  display: inline-block;
}

p {
  margin: 0 0 30px;
}

.ln,
.ln li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-disk {
  padding: 0;
}
.custom-disk li {
  padding: 0;
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.custom-disk li:before {
  content: "";
  width: 4px;
  position: absolute;
  height: 4px;
  left: 0;
  top: 8px;
  background: #333333;
  border-radius: 100%;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.vertical-align * {
  margin: auto 0;
}

.img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.img-cover img {
  visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-weight: normal;
  line-height: 1.1;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 4px 0 25px;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 820px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
}
/*-----base-end----*/
/*-----content-start----*/
.main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main-grid .main-grid {
  padding: 0;
}

.main-full {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

section {
  padding: 45px 0 0px;
  position: relative;
  overflow: hidden;
}

.stub-section {
  height: 90px;
}

.head-btn-container {
  text-align: right;
}
.head-btn-container .back-btn {
  margin-top: 24px;
}

.head-section {
  margin-bottom: 15px;
}
.head-section h3 {
  color: #444444;
  font-weight: 500;
}
.head-section h3 a {
  color: #C19F56;
  text-decoration: none;
}
.head-section h3 a:hover {
  text-decoration: underline;
}
.head-section .stub-arrow {
  width: 180px;
}

.btn-container-section {
  padding: 40px 0 0px;
  text-align: center;
}
.btn-container-section .btn {
  width: 260px;
}

.breadcrumbs {
  font-size: 14px;
  padding: 8px 8px;
  color: #98A1A7;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.breadcrumbs em {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
  background-image: url("../images/arrows/carret-right-gray.svg");
  vertical-align: middle;
}
.breadcrumbs a {
  text-decoration: none;
  color: #333333;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  vertical-align: middle;
  border: 0;
  margin: 0 5px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}

.content {
  position: relative;
  min-height: calc(100vh - 300px);
}
.content h1 {
  padding: 10px 0 30px;
}
.content img {
  max-width: 100%;
}

.section-stub {
  height: 75px;
}

.Toastify {
  padding: 0;
}

@media (max-width: 576px) {
  section {
    padding: 35px 0 0px;
  }
}
/*-----default-content-end----*/
/*-----elements-start----*/
.tag {
  background-color: #98A1A7;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 0px 11px 1px;
  margin: 0 8px 15px 0;
  text-decoration: none;
  font-weight: 600;
}
.tag:hover {
  background-color: #C19F56;
  color: #ffffff;
}
.tag i, .tag span {
  vertical-align: middle;
}

.tag-new {
  background-color: #4CAF50;
  color: #ffffff;
}
.tag-new i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url("../images/icons-app/new-ico.svg");
  margin-right: 2px;
}

.tag-sales {
  background-color: #FFD747;
  color: #333333;
}
.tag-sales i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url("../images/icons-app/sales-ico.svg");
}

.link {
  font-weight: 600;
  font-size: 15px;
  color: #14143C;
  text-decoration: none;
}
.link:hover {
  color: #C19F56;
}

.phone-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/phone-stroke-white.svg");
}

.mail-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/mail-white.svg");
}

.marker-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}

.date-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/calendar-black.svg");
}

.time-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/time-black.svg");
}

.view-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/view-black.svg");
}

.rewiews-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/rew-black.svg");
}

.user-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/avatar-black.svg");
}

.btn {
  background: none;
  text-decoration: none;
  border: 1px solid;
  border-color: #ffffff;
  color: #333333;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font: inherit;
  font-size: inherit;
  font-weight: bold;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  width: 160px;
}
.btn i, .btn em {
  font-style: normal;
}
.btn:hover {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

.btn--black {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn--black:hover {
  background: #FFAE17;
  color: #ffffff;
  border-color: #FFAE17;
}

.btn--black-border {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn--black-border:hover {
  background: #C19F56;
  color: #ffffff;
  border-color: #C19F56;
}

.btn--yellow {
  background-color: #FFD747;
  border-color: #FFD747;
  color: #333333;
}
.btn--yellow:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

.btn--yellow-border {
  border-color: #FFD747;
}

.btn--disabled {
  background-color: #E6E9EC;
  border-color: #E6E9EC;
  color: #333333;
  cursor: inherit;
}
.btn--disabled:hover {
  background: #E6E9EC;
  color: #333333;
  border-color: #E6E9EC;
}

.btn--gold-border {
  background: none;
  border-color: #C19F56;
  color: #C19F56;
}
.btn--gold-border:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

.btn--white-border {
  background: none;
  border-color: #E6E9EC;
  color: #333333;
  line-height: 1.2;
}
.btn--white-border:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.btn--white-border span {
  text-align: left;
  display: inline-block;
}

.btn--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
  line-height: 1.2;
}
.btn--white:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.btn--white span {
  text-align: left;
  display: inline-block;
}

.btn--gray {
  background: #E6E9EC;
  border-color: #E6E9EC;
  color: #333333;
  line-height: 1.2;
}
.btn--gray:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.btn--gray span {
  text-align: left;
  display: inline-block;
}

.btn--black-border {
  background: #ffffff;
  border-color: #333333;
  color: #333333;
  line-height: 1.2;
}
.btn--black-border:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}
.btn--black-border span {
  text-align: left;
  display: inline-block;
}

.btn-disabled {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.btn-disabled:hover {
  background-color: #FFD747;
  color: #333333;
  border-color: #FFD747;
}

/*pagination page start*/
.pagination {
  text-align: center;
  margin: 45px 0 45px;
  position: relative;
  z-index: 2;
}
.pagination a, .pagination span {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  line-height: 27px;
  border: 1px solid #E6E9EC;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  color: #98A1A7;
  cursor: pointer;
}
.pagination a:hover {
  color: #C19F56;
  border-color: #C19F56;
}
.pagination span {
  background-color: #C19F56;
  color: #ffffff;
}
.pagination.selected {
  color: #ffffff;
  background-color: #C19F56;
}
.pagination .prev,
.pagination .next {
  background-size: 100%;
  font-size: 0;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: 0;
  visibility: hidden;
}
.pagination .prev {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-left-gray.svg");
}
.pagination .prev:hover {
  background-color: #C19F56;
  background-image: url("../images/arrows/carret-left-white.svg");
}
.pagination .next {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-right-gray.svg");
}
.pagination .next:hover {
  background-color: #C19F56;
  background-image: url("../images/arrows/carret-right-white.svg");
}

/*pagination page end*/
.close-btn {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/close-black.svg");
  cursor: pointer;
}
.close-btn:hover {
  background-image: url("../images/icons/close-gray.svg");
}

.logout-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/log-out-black.svg");
  cursor: pointer;
}
.logout-btn:hover {
  background-image: url("../images/icons/log-out-gray.svg");
}

.login-btn {
  cursor: pointer;
}
.login-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/log-in-black.svg");
}
.login-btn:hover i {
  background-image: url("../images/icons/log-in-gray.svg");
}

.wishlist-btn-counter {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/like-fill-black.svg");
  cursor: pointer;
  position: relative;
}
.wishlist-btn-counter:hover {
  background-image: url("../images/icons/like-fill-gray.svg");
}
.wishlist-btn-counter span {
  width: 18px;
  position: absolute;
  height: 18px;
  right: -6px;
  bottom: -6px;
  background-color: #C19F56;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
}

.hamburger-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/hamburger-black.svg");
  cursor: pointer;
}
.hamburger-btn:hover {
  background-image: url("../images/icons/hamburger-gray.svg");
}

.phone-btn {
  border-color: #333333;
  cursor: pointer;
  text-decoration: none;
}
.phone-btn i, .phone-btn span {
  display: inline-block;
  vertical-align: middle;
}
.phone-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icons/phone-stroke-white.svg");
}
.phone-btn:hover {
  color: #FFD747;
}
.phone-btn:hover i {
  background-image: url("../images/icons/phone-stroke-yellow.svg", midlle, 28px);
}

.mail-btn {
  border-color: #333333;
  cursor: pointer;
}
.mail-btn i, .mail-btn span {
  display: inline-block;
  vertical-align: middle;
}
.mail-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  background-image: url("../images/icons/mail-white.svg");
}
.mail-btn:hover {
  color: #FFD747;
}
.mail-btn:hover i {
  background-image: url("../images/icons/mail-yellow.svg");
}

.marker-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
}
.marker-btn i, .marker-btn span {
  display: inline-block;
  vertical-align: middle;
}
.marker-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}
.marker-btn:hover {
  color: #C19F56;
}

.edit-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
  border-color: #333333;
}
.edit-btn i, .edit-btn span {
  display: inline-block;
  vertical-align: middle;
}
.edit-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/edit-black.svg");
}
.edit-btn:hover {
  color: #ffffff;
}
.edit-btn:hover i {
  background-image: url("../images/icons/edit-white.svg");
}

.delete-btn {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px;
  background-image: url("../images/icons-app/trash-black.svg");
  border: 1px solid #E6E9EC;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
}
.delete-btn:hover {
  background-color: #FFD747;
}

.add-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
  border-color: #333333;
}
.add-btn i, .add-btn span {
  display: inline-block;
  vertical-align: middle;
}
.add-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/plus-black.svg");
}
.add-btn:hover {
  color: #ffffff;
}
.add-btn:hover i {
  background-image: url("../images/icons/plus-white.svg");
}

.sidebar-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/sidebar-black.svg");
  cursor: pointer;
}
.sidebar-btn:hover {
  background-image: url("../images/icons/sidebar-gray.svg");
}

/* next,prev-btn */
.prev-btn,
.next-btn {
  cursor: pointer;
  padding: 6px 13px;
}
.prev-btn i, .prev-btn span,
.next-btn i,
.next-btn span {
  display: inline-block;
  vertical-align: middle;
}
.prev-btn i,
.next-btn i {
  margin-left: 15px;
  margin-right: 15px;
}
.prev-btn:hover,
.next-btn:hover {
  color: #98A1A7;
}
.prev-btn.btn,
.next-btn.btn {
  border-color: #333333;
}

.back-btn {
  text-decoration: none;
  font-weight: 600;
}
.back-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-left-black.svg");
}
.back-btn.btn i {
  margin-left: -15px;
}
.back-btn.btn:hover {
  color: #ffffff;
}
.back-btn.btn:hover i {
  background-image: url("../images/arrows/carret-left-gray.svg");
}

.prev-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-left-black.svg");
}
.prev-btn.btn i {
  margin-left: -15px;
}
.prev-btn.btn:hover {
  color: #ffffff;
}
.prev-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-left-white.svg");
}

.next-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-right-black.svg");
}
.next-btn.btn i {
  margin-right: -15px;
}
.next-btn.btn:hover {
  color: #ffffff;
}
.next-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-right-white.svg");
}

/* next,prev-btn */
.video-btn {
  cursor: pointer;
}
.video-btn span {
  border-radius: 100%;
  width: 76px;
  position: absolute;
  height: 76px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 2px solid #ffffff;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn i {
  border-radius: 100%;
  width: 54px;
  position: absolute;
  height: 54px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url("../images/icons/play-white.svg");
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn:hover span {
  width: 80px;
  height: 80px;
}
.video-btn:hover i {
  width: 50px;
  height: 50px;
}

.btn-reg {
  max-width: 400px;
  width: 100%;
  border-color: #333333;
  padding: 9px 15px;
}
.btn-reg i, .btn-reg span {
  display: inline-block;
  vertical-align: middle;
}
.btn-reg:hover {
  color: #ffffff;
}

.google-reg-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
}
.google-reg-btn i, .google-reg-btn span {
  display: inline-block;
  vertical-align: middle;
}
.google-reg-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons-app/google-color.svg");
}
.google-reg-btn:hover {
  color: #ffffff;
}
.google-reg-btn:hover i {
  background-image: url("../images/icons-app/google-color.svg");
}

.vk-reg-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
}
.vk-reg-btn i, .vk-reg-btn span {
  display: inline-block;
  vertical-align: middle;
}
.vk-reg-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons-app/vk-color.svg");
}
.vk-reg-btn:hover {
  color: #ffffff;
}
.vk-reg-btn:hover i {
  background-image: url("../images/icons-app/vk-color.svg");
}

.mail-reg-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
}
.mail-reg-btn i, .mail-reg-btn span {
  display: inline-block;
  vertical-align: middle;
}
.mail-reg-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons-app/mail-color.svg");
}
.mail-reg-btn:hover {
  color: #ffffff;
}
.mail-reg-btn:hover i {
  background-image: url("../images/icons-app/mail-color.svg");
}

.phone-reg-btn {
  border-color: #333333;
  cursor: pointer;
  padding: 6px 13px;
}
.phone-reg-btn i, .phone-reg-btn span {
  display: inline-block;
  vertical-align: middle;
}
.phone-reg-btn i {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons-app/phone-color.svg");
}
.phone-reg-btn:hover {
  color: #ffffff;
}
.phone-reg-btn:hover i {
  background-image: url("../images/icons-app/phone-color.svg");
}

.mouse-down-btn {
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid #C19F56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0 auto;
}
.mouse-down-btn .dot {
  margin: 2px auto 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #C19F56;
  -webkit-animation: dotMove 2s ease-in-out forwards infinite;
          animation: dotMove 2s ease-in-out forwards infinite;
}

@-webkit-keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.sales-btn {
  background-color: #FFD747;
}
.sales-btn i, .sales-btn span {
  vertical-align: middle;
}
.sales-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url("../images/icons/sales-black.svg");
}
.sales-btn:hover i {
  background-image: url("../images/icons/sales-white.svg");
}
.sales-btn.new-sales-btn i {
  background-image: url("../images/icons-app/new-ico-black.svg");
  background-size: 21px;
}
.sales-btn.new-sales-btn:hover i {
  background-image: url("../images/icons-app/new-ico.svg");
}

.filter-btn {
  background-color: #FFD747;
}
.filter-btn i, .filter-btn span {
  vertical-align: middle;
}
.filter-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url("../images/icons/filter-black.svg");
}
.filter-btn:hover i {
  background-image: url("../images/icons/filter-white.svg");
}

.social {
  display: inline-block;
  vertical-align: middle;
}
.social a {
  display: inline-block;
  margin: 0 9px 0 0;
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-radius: 100%;
  background-color: #FFD747;
  padding: 6px;
  vertical-align: middle;
}
.social a img,
.social a .ico-hover {
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
  height: 16px;
}
.social a:hover {
  background-color: #333333;
}
.social a:hover .ico-hover {
  opacity: 1;
  visibility: visible;
}
.social .whatsapp-btn {
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons-app/wazap-color.svg");
  border-radius: 0;
}
.social .whatsapp-btn:hover {
  background: none;
  background-image: url("../images/icons-app/wazap-color-black.svg");
}
.social .ico-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.preloader-container {
  position: relative;
  height: 120px;
}

.preloader {
  overflow: hidden;
  border-radius: 50%;
  background: #FFD747;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #FFD747), color-stop(42%, rgba(255, 166, 1, 0)));
  background: linear-gradient(to right, #FFD747 10%, rgba(255, 166, 1, 0) 42%);
  -webkit-animation: loadAnimate 1.4s infinite linear;
          animation: loadAnimate 1.4s infinite linear;
  width: 30px;
  position: absolute;
  height: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0);
  margin-left: -15px;
  margin-top: -15px;
}
.preloader:before {
  width: 50%;
  height: 50%;
  background: #FFD747;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-----elements-end----*/ 
/*-----grid-start----*/
.col-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.col-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

@media (max-width: 1680px) {
  .col-xxl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1440px) {
  .col-xl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1280px) {
  .col-lg-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-md-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-md-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-md-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-md-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-md-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-md-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-md-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-md-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-md-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-md-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-md-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 820px) {
  .col-sm-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 576px) {
  .col-xs-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
.col-offset-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-offset-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-offset-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-offset-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-offset-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-offset-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-offset-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-offset-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-offset-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-offset-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-offset-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-offset-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

@media (max-width: 1680px) {
  .col-offset-xxl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xxl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xxl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xxl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xxl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xxl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xxl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xxl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xxl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xxl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xxl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xxl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1440px) {
  .col-offset-xl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1280px) {
  .col-offset-lg-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-lg-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-lg-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-lg-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-lg-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-lg-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-lg-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-lg-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-lg-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-lg-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-lg-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-lg-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 992px) {
  .col-offset-md-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-md-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-md-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-md-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-md-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-md-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-md-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-md-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-md-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-md-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-md-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-md-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 820px) {
  .col-offset-sm-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-sm-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-sm-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-sm-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-sm-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-sm-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-sm-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-sm-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-sm-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-sm-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-sm-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-sm-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 576px) {
  .col-offset-xs-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xs-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xs-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xs-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xs-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xs-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xs-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xs-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xs-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xs-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xs-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xs-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
.hidden {
  display: none;
}

@media (min-width: 1440px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 821px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 820px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/*-----grid-end----*/
/*-----forms-start----*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  height: 150px;
}

.input-decorate,
.custom-select,
.file-decorate {
  padding: 12px 15px;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  resize: none;
  width: 100%;
  background: none;
  color: #333333;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #E6E9EC;
}
.input-decorate:focus,
.custom-select:focus,
.file-decorate:focus {
  outline: 0;
  border-color: #FFAE17;
}
.input-decorate::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .file-decorate::-webkit-input-placeholder {
  color: #333333;
}
.input-decorate::-moz-placeholder, .custom-select::-moz-placeholder, .file-decorate::-moz-placeholder {
  color: #333333;
}
.input-decorate:-ms-input-placeholder, .custom-select:-ms-input-placeholder, .file-decorate:-ms-input-placeholder {
  color: #333333;
}
.input-decorate::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .file-decorate::-ms-input-placeholder {
  color: #333333;
}
.input-decorate::placeholder,
.custom-select::placeholder,
.file-decorate::placeholder {
  color: #333333;
}

.input-search {
  font-size: 14px;
  background-color: #f4f4f4;
  border-radius: 30px;
  text-transform: initial;
  font-weight: 600;
  border: 0;
  padding: 14px 12px;
  width: 100%;
  color: #14143C;
}
.input-search:focus {
  outline: 0;
}
.input-search::-webkit-input-placeholder {
  font-weight: 500;
}
.input-search::-moz-placeholder {
  font-weight: 500;
}
.input-search:-ms-input-placeholder {
  font-weight: 500;
}
.input-search::-ms-input-placeholder {
  font-weight: 500;
}
.input-search::placeholder {
  font-weight: 500;
}

.file-decorate-error span,
.input-error {
  border-color: #ed1834;
}

.mail-error {
  border-color: #FFAE17;
}

.error-hint {
  color: #ed1834;
  margin-top: 2px;
}

.input-box {
  margin: 0 0 15px;
}

.agreement-box {
  text-align: right;
}
.agreement-box .wpcf7-acceptance {
  display: inline-block;
}

.input-animate {
  position: relative;
  padding-top: 30px;
  margin: 0 0 30px;
}
.input-animate label {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 39px;
  left: 0px;
  cursor: pointer;
}
.input-animate .input-decorate {
  border: 0;
  border-bottom: 1px solid #333333;
  padding-left: 0;
  padding-right: 0;
}
.input-animate .input-decorate::-webkit-input-placeholder {
  visibility: hidden;
}
.input-animate .input-decorate::-moz-placeholder {
  visibility: hidden;
}
.input-animate .input-decorate:-ms-input-placeholder {
  visibility: hidden;
}
.input-animate .input-decorate::-ms-input-placeholder {
  visibility: hidden;
}
.input-animate .input-decorate::placeholder {
  visibility: hidden;
}
.input-animate textarea:focus + label,
.input-animate textarea.input-empty + label,
.input-animate input:focus + label,
.input-animate input.input-empty + label {
  top: 0px;
  opacity: 0.5;
}

/*-custom-select-*/
.custom-select {
  cursor: pointer;
  position: relative;
  background-color: #f8f8f8;
}
.custom-select input {
  width: 0;
  position: absolute;
  height: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.custom-select ul {
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background-color: #f8f8f8;
  border: 1px solid #E6E9EC;
  border-radius: 8px;
  margin-left: -1px;
  width: calc(100% + 2px);
  max-height: 180px;
}
.custom-select ul li {
  padding: 5px 14px;
  cursor: pointer;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.custom-select ul li.hide-selected {
  display: none;
}
.custom-select ul li:hover {
  background: #E6E9EC;
}
.custom-select.active {
  z-index: 3;
}
.custom-select.active ul {
  visibility: visible;
  opacity: 1;
}
.custom-select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.custom-select span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  width: calc(100% - 20px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.custom-select i {
  background-position: -1px 0px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  width: 22px;
  position: absolute;
  height: 22px;
  z-index: 2;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E6E9EC;
  border-radius: 100%;
}

/*-custom-select-*/
/*-file-upload-*/
.file-input-item {
  position: relative;
  margin-top: 30px;
}
.file-input-item:first-child {
  margin-top: 0;
}

.input-file {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.file-decorate {
  cursor: pointer;
}
.file-decorate span {
  display: block;
  width: 100%;
  padding-left: 30px;
}
.file-decorate span::before {
  content: "";
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icons/download-black.svg");
}
.file-decorate i {
  width: 30px;
  position: absolute;
  height: 30px;
  z-index: 2;
  right: 8px;
  top: 12px;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/icons/trash-black.svg");
  border-radius: 100%;
  cursor: pointer;
}
.file-decorate i:hover {
  background-color: #98A1A7;
  background-image: url("../images/icons/trash-white.svg");
}

.file-decorate-full i {
  display: block;
}

.hiddened-file {
  opacity: 0;
}

.notice-file {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
}
.notice-file em {
  font-style: normal;
}
.notice-file i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/warning-black.svg");
  margin-left: 15px;
}

.notice-file--show {
  display: block;
}

/*-photo-upload-*/
.input-photo {
  width: 150px;
  height: 150px;
  position: relative;
  cursor: pointer;
  position: relative;
}
.input-photo .input-file-container,
.input-photo .file-input-item,
.input-photo .file-decorate {
  height: 100%;
}

.input-file-user {
  width: 100%;
  position: absolute;
  height: 50%;
  left: 0;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/avatar-black.svg");
  opacity: 0.5;
}

/*-checkbox-start-*/
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  padding: 5px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox:last-child,
.radio:last-child {
  margin-right: 0;
}
.checkbox input,
.radio input {
  margin: 0;
  width: 30px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox input:checked ~ span,
.radio input:checked ~ span {
  background-color: #FFD747;
  border-color: #FFD747;
}
.checkbox input:checked ~ span:after,
.radio input:checked ~ span:after {
  display: block;
}
.checkbox span,
.radio span {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0px;
  top: 5px;
  border: 1px solid #98A1A7;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox span:after,
.radio span:after {
  content: "";
  width: 10px;
  position: absolute;
  height: 10px;
  left: 4px;
  top: 4px;
  background-color: #ffffff;
  border-radius: 100%;
  display: none;
}

.checkbox-input {
  position: relative;
  padding-left: 35px;
}
.checkbox-input.active i::after {
  content: "";
  width: 19px;
  position: absolute;
  height: 19px;
  left: 3px;
  top: 3px;
  background-color: #FFD747;
  border-radius: 100%;
}
.checkbox-input:hover i {
  background-color: #98A1A7;
}
.checkbox-input i {
  width: 25px;
  position: absolute;
  height: 25px;
  z-index: 2;
  left: 0px;
  top: 0px;
  background-color: #E6E9EC;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
}

.agreement span {
  width: 21px;
  position: absolute;
  height: 21px;
  left: 0px;
  top: 5px;
  background-color: #FFD747;
  border-radius: 0%;
  border: 1px solid #ffffff;
}
.agreement span:after {
  content: "";
  background: none;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0%;
  top: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/agree-lite-white.svg");
}
.agreement input:checked ~ span {
  border-color: #ffffff;
}

.checkbox-line {
  position: relative;
}
.checkbox-line .checkbox-basket {
  position: relative;
  top: 0;
  left: 0;
}
.checkbox-line i {
  margin-right: 8px;
}
.checkbox-line i, .checkbox-line span {
  vertical-align: middle;
}

/*-checkbox-wp-*/ 
.password-field {
  position: relative;
}
.password-field input {
  padding-left: 45px;
}
.password-field i {
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/unview-black.svg");
  cursor: pointer;
}
.password-field i:hover {
  background-image: url("../images/icons/unview-gray.svg");
}
.password-field i[data-visibility=true] {
  background-image: url("../images/icons/view-black.svg");
}
.password-field i[data-visibility=true]:hover {
  background-image: url("../images/icons/view-gray.svg");
}

.ico-field {
  position: relative;
}
.ico-field input {
  padding-left: 45px;
}
.ico-field i {
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* range-sliders */
.style-range-container {
  position: relative;
  height: 50px;
}
.style-range-container .slider-track {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #ffffff;
}
.style-range-container .range-num {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.style-range-container .range-num::before {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: -28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-color: #14143C;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.style-range-container input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  outline: none;
  background: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.style-range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

input[type=range]:active + .range-num {
  color: #C19F56;
}
input[type=range]:active + .range-num::before {
  border-color: #C19F56;
  background-color: #C19F56;
  -webkit-animation: useCircle 1s infinite;
          animation: useCircle 1s infinite;
}

@-webkit-keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.range-sliders-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range-sliders-input span {
  margin: auto 8px;
}
.range-sliders-input .input-decorate {
  border: 1px solid #E6E9EC;
  padding-left: 21px;
  padding-right: 12px;
}

.range-slider-second .slider-track {
  background-color: #E6E9EC;
  height: 4px;
  border-radius: 6px;
  margin-top: -2px;
}
.range-slider-second .slider-track-color {
  left: 25%;
  right: 75%;
  background-color: #C19F56;
  width: auto;
}
.range-slider-second input[type=range]::-webkit-slider-thumb {
  border: 1px solid #C19F56;
  background-color: #ffffff;
}

.hidden-input-irs {
  display: none;
}

/*-dragdrop-upload-*/
.dragdrop-zone {
  position: relative;
  margin: 15px 0 30px 0px;
  width: 100%;
  padding: 15px;
  min-height: 90px;
  border: 1px dashed #14143C;
  background: #98A1A7;
  color: #14143C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
}
.dragdrop-zone span {
  display: inline-block;
  margin: auto;
  max-width: 80%;
  text-align: center;
}
.dragdrop-zone .preloader:after {
  background-color: #edeffb;
}
.dragdrop-zone.dragged {
  opacity: 0.8;
}

.dragdrop-file-item {
  height: 90px;
  width: 120px;
  display: inline-block;
  font-size: 0;
  margin-right: 15px;
  position: relative;
}
.dragdrop-file-item img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.dragdrop-file-item i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/icons/trash-white.svg");
  width: 30px;
  position: absolute;
  height: 30px;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: #14143C;
  border-radius: 100%;
  cursor: pointer;
  margin: -15px;
}
.dragdrop-file-item i:hover {
  background-image: url("../images/icons/trash-black.svg");
  background-color: #ffffff;
}

.dragdrop-file-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #14143C;
  overflow: hidden;
  position: relative;
}

/*-dragdrop-upload-*/
.input-date-container {
  position: relative;
}
.input-date-container i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 18px;
}

/*.wpcf7-form*/
.wpcf7-form-control-wrap {
  position: relative;
  text-align: left;
}

.wpcf7-radio,
.wpcf7-checkbox,
.wpcf7-acceptance {
  position: relative;
  display: block;
  font-size: 15px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  position: relative;
  padding-left: 30px;
}
.wpcf7-radio input,
.wpcf7-checkbox input,
.wpcf7-acceptance input {
  position: absolute;
  visibility: hidden;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0px;
  top: 0px;
  border: 1px solid #98A1A7;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  background: none;
  width: 10px;
  position: absolute;
  height: 10px;
  left: 6px;
  top: 6px;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:before,
.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:before {
  background-color: #FFD747;
  border-color: #FFD747;
}
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background-color: #ffffff;
  border-radius: 4px;
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url("../images/icons/agree-lite-black.svg");
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}

.wpcf7-spinner {
  background-color: #14143C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.form-default .wpcf7 form .wpcf7-response-output {
  width: 420px;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  color: #333333;
  margin: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
}

.popup form .wpcf7-response-output {
  position: relative;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  font-size: 15px;
}

/*.wpcf7-form*/
/*wp comments*/
.comment-reply-title {
  display: none;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-notes {
  display: none;
}

/*wp comments*/
.wpcf7-response-output {
  display: none !important;
}

/*-----forms-end----*/
/*-----blocks-start----*/
.stub {
  height: 166px;
}

header {
  width: 100%;
  position: fixed;
  height: auto;
  z-index: 4;
  left: 0;
  top: auto;
  background-color: #ffffff;
  min-width: 320px;
}
header a {
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header .btn {
  padding: 9px 5px 12px;
  text-transform: uppercase;
  line-height: 1.5;
  height: 42px;
}
header .search-container {
  width: 100%;
}
header .phone-btn {
  font-size: 18px;
  font-weight: bold;
}
header .feedback-btn {
  border-bottom: 2px solid #FFD747;
}
header .feedback-btn:hover {
  text-decoration: none;
  background-color: #FFD747;
}
header .timework {
  margin-left: auto;
}
header .timework div {
  display: inline-block;
}
header .timework span {
  font-size: 14px;
  color: #98A1A7;
}
header .social-default {
  text-align: center;
}
header .social-default a {
  margin: 0 3px;
}

.feedback-header {
  line-height: 1.2;
  text-align: center;
  margin: auto;
}

.header-body {
  padding-top: 8px;
  padding-bottom: 8px;
}

.logo-container {
  gap: 15px;
}

.logo img {
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-header-container {
  background-color: #333333;
  color: #ffffff;
}

.nav-header {
  width: 100%;
}
.nav-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-header li {
  position: relative;
}
.nav-header li ul {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  background-color: #ffffff;
  padding: 0;
  width: 260px;
  border: 1px solid #E6E9EC;
  font-weight: 400;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  opacity: 0;
  visibility: hidden;
}
.nav-header li ul li {
  border-bottom: 1px solid #E6E9EC;
  display: block;
}
.nav-header li ul li:last-child {
  border: 0;
}
.nav-header li ul a {
  color: #ffffff;
  padding: 15px 0;
  text-transform: initial;
}
.nav-header li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.nav-header a {
  position: relative;
  padding: 14px 0;
  padding-right: 20px;
  text-transform: uppercase;
}
.nav-header a:hover {
  text-decoration: none;
  color: #FFD747;
}
.nav-header a i {
  width: 20px;
  position: absolute;
  height: 20px;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/arrows/carret-down-white.svg");
  font-size: 0;
}
.nav-header a:hover i {
  background-image: url("../images/arrows/carret-down-yellow.svg");
}
.nav-header li.current-menu-item a {
  color: #FFD747;
}

.nav-roof {
  width: 100%;
}
.nav-roof ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.city-choise {
  width: 100%;
}
.city-choise span {
  cursor: pointer;
  display: block;
}
.city-choise i {
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-position: -1px 0px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  width: 22px;
  position: absolute;
  height: 22px;
  z-index: 2;
  right: 5px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  cursor: pointer;
}

.city-choise-list {
  width: 300px;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #E6E9EC;
  border-radius: 8px;
  padding: 35px 15px 15px 15px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.city-choise-list ul {
  position: relative;
  top: 8px;
}
.city-choise-list.show {
  display: block;
}
.city-choise-list li {
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.city-choise-list li.hidden {
  display: none;
}
.city-choise-list li:hover {
  background-color: #FFD747;
  color: #333333;
}

.header-roof {
  border-bottom: 1px solid #E6E9EC;
  padding: 11px 0;
}
.header-roof .bold {
  font-weight: bold;
}

.confirm-region {
  width: 300px;
  position: absolute;
  height: auto;
  z-index: 6;
  left: 50%;
  top: 166px;
  background-color: #FFD747;
  padding: 14px;
  border-radius: 8px;
  display: none;
  margin-left: -590px;
  text-align: center;
}
.confirm-region h3 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}
.confirm-region .choise-default-region {
  margin-right: 7px;
}
.confirm-region .close-btn {
  background-image: url("../images/icons/close-white.svg");
}
.confirm-region.show {
  display: block;
}
.confirm-region .btn {
  font-size: 12px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  text-transform: inherit;
  width: 130px;
}

.popup-cities .popup-container {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 1195px) {
  .confirm-region {
    margin: 0;
    left: 0;
  }
}
@media (max-width: 1100px) {
  .nav-roof {
    font-size: 14px;
  }
  header .timework {
    font-size: 12px;
  }
  header .phone-btn {
    font-size: 14px;
  }
  .nav-header {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .stub {
    height: 60px;
  }
  header .social-default {
    width: 60px;
  }
  header .social-default a {
    margin: 0;
  }
  header .phone-btn {
    font-size: 12px;
  }
  .city-choise .custom-select {
    font-size: 12px;
  }
  .nav-header {
    font-size: 10px;
  }
}
@media (max-width: 820px) {
  .market-header {
    margin-right: 15px;
  }
  header .social-default {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .stub {
    height: 107px;
  }
  .market-header {
    margin-right: 30px;
  }
  header {
    border-bottom: 1px solid #98A1A7;
  }
  .market-part {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/span 6;
  }
  .confirm-region {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
    font-size: 15px;
  }
}
.user-header {
  position: relative;
  margin-left: auto;
  width: 90px;
}

.admin-panel {
  text-align: right;
  position: relative;
}
.admin-panel > * {
  vertical-align: middle;
}
.admin-panel .likes-btn {
  margin-right: 15px;
}

.panel-img-container {
  border: 1px solid #E6E9EC;
  border-radius: 100%;
  padding: 3px;
  display: inline-block;
  margin-right: 15px;
  font-size: 0;
}
.panel-img-container:hover, .panel-img-container.active {
  background-color: #C19F56;
}

.panel-img-account {
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #E6E9EC;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}

.popup-panel {
  width: 200px;
  position: absolute;
  height: auto;
  z-index: 3;
  right: 0;
  top: calc(100% + 15px);
  background-color: #ffffff;
  padding: 2px 8px;
}

.admin-popup-panel {
  font-size: 12px;
  padding: 8px 8px 8px;
}

.popup-panel-mail {
  margin: 0 0 4px;
}

.market-header {
  margin-left: auto;
}
.market-header:hover .market-popup-panel {
  opacity: 1;
  visibility: visible;
}

.market-panel {
  font-size: 12px;
  text-align: center;
}

.basket-btn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/icons/basket-white.svg");
  background-color: #444444;
  border-radius: 100%;
  position: relative;
}

.market-count {
  text-align: center;
  display: inline-block;
  background-color: #FFD747;
  border-radius: 100%;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  height: 18px;
  right: -14px;
  top: 11px;
}

.market-name-count {
  font-weight: 600;
}

.basket-btn-mobile {
  display: none;
}

@media (max-width: 576px) {
  .basket-btn-desk {
    display: none;
  }
  .basket-btn-mobile {
    display: inline-block;
  }
  .market-popup-panel {
    display: none;
  }
}
.market-popup-panel {
  width: 300px;
  padding: 0;
  background: none;
  border: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 15px;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  background-color: #f8f8f8;
}
.market-popup-panel h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.market-popup-panel .btn {
  width: 100%;
  font-size: 12px;
}

.market-popup-panel-container {
  margin-bottom: 15px;
  max-height: 310px;
  overflow-y: auto;
}

.popup-panel-card {
  border-bottom: 1px solid #E6E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}
.popup-panel-card h3 {
  font-size: 12px;
  display: inline-block;
}
.popup-panel-card:last-child {
  border-bottom: 0;
}
.popup-panel-card a {
  text-decoration: none;
}
.popup-panel-card a:hover {
  color: #98A1A7;
}
.popup-panel-card .product-controls {
  border: 1px solid #FFD747;
  font-size: 12px;
}
.popup-panel-card .product-controls span {
  line-height: 1.2;
}

.basket-popup-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E9EC;
}
.basket-popup-item h3 {
  font-size: 12px;
}
.basket-popup-item .product-line-color {
  font-size: 10px;
}
.basket-popup-item .product-price {
  font-size: 21px;
}
.basket-popup-item .product-controls {
  border: 2px solid #E6E9EC;
  width: 120px;
}
.basket-popup-item .product-controls span {
  line-height: 30px;
}
.basket-popup-item .delete-btn {
  width: 30px;
  height: 30px;
  background-size: 24px;
}

.basket-popup-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer {
  position: relative;
  background-color: #333333;
  color: #ffffff;
  padding: 30px 0 0;
}
footer ul, footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #FFD747;
}
footer .footer-nav {
  gap: 0 15px;
}
footer .large-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
footer .large-nav .nav {
  width: 25%;
}
footer .large-nav li {
  line-height: 1.2;
}
footer .large-nav li h4 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
footer .logo-container {
  text-align: center;
  margin: 0 0 15px;
}
footer .logo-container a {
  max-width: 100%;
}
footer .logo-text {
  font-size: 14px;
  margin: 0 0 45px;
  padding: 30px 0 0;
  border-top: 1px solid #ffffff;
}
footer .nav {
  margin-bottom: 50px;
}
footer .nav li {
  margin-bottom: 12px;
}
footer h3 {
  font-size: 18px;
  color: inherit;
  margin: 0 0 13px;
  font-weight: bold;
}
footer .feedback {
  /*width: 164px;*/
  margin: 0 0 0 auto;
}

.feedback-footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.feedback-footer-item a {
  margin-left: 0;
  display: block;
}
.feedback-footer-item i {
  margin-left: 0;
  margin-right: 10px;
}

.feedback-footer-nav {
  margin: 10px 0 0 0;
}

.footer-links-container {
  background-color: #444444;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}

.footer-stub {
  height: 40px;
}

@media (max-width: 576px) {
  .footer-links {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  footer .feedback {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .feedback-footer-item a {
    margin: 0px auto;
    position: relative;
    left: -20px;
  }
  .feedback-footer-nav {
    margin: 15px auto;
  }
  .feedback-footer-nav a {
    left: 0;
  }
}
.map-home {
  height: 400px;
  position: relative;
}
.map-home #map {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.search-container {
  position: relative;
  z-index: 5;
}
.search-container .spinner {
  left: auto;
  right: 8px;
}
.search-container .preloader-container {
  width: 60px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.search-container .preloader-container.active {
  opacity: 1;
}
.search-container .btn-search {
  width: 100%;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  background-color: #FFD747;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.search-container .btn-search:hover {
  background-color: #333333;
  color: #f4f4f4;
}

.search-ajax .search-input {
  padding-left: 60px;
}

.search {
  border: 2px solid #FFD747;
  position: relative;
  border-radius: 8px;
  z-index: 4;
}
.search i {
  position: absolute;
  right: 0;
  top: 0;
}
.search .close-btn {
  margin: 0;
  right: 50px;
  top: 10px;
  display: none;
}
.search.search-on .close-btn {
  display: block;
}

i.search-loop,
button.search-loop {
  background-color: #FFD747;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icons/loop-black.svg");
  display: block;
  cursor: pointer;
  top: 0;
  right: 0;
  border: 0;
  position: absolute;
}
i.search-loop:hover,
button.search-loop:hover {
  background-image: url("../images/icons/loop-gray.svg");
}

.search-input {
  font-size: 16px;
  text-transform: initial;
  font-weight: 600;
  border: 0;
  padding: 12px;
  width: 100%;
  color: #14143C;
  border-radius: 6px;
}
.search-input:focus {
  outline: 0;
}
.search-input::-webkit-input-placeholder {
  font-weight: 500;
}
.search-input::-moz-placeholder {
  font-weight: 500;
}
.search-input:-ms-input-placeholder {
  font-weight: 500;
}
.search-input::-ms-input-placeholder {
  font-weight: 500;
}
.search-input::placeholder {
  font-weight: 500;
}

.search-list-container {
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 4;
  left: 0;
  top: calc(100% + 4px);
  background-color: #ffffff;
  padding: 15px 10px 15px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  opacity: 0;
  visibility: hidden;
  max-height: 290px;
  overflow-y: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  line-height: 1.2;
  font-size: 14px;
}
.search-list-container a {
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: 600;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.search-list-container a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
.search-list-container.active {
  opacity: 1;
  visibility: visible;
}
.search-list-container h3 {
  font-weight: 600;
  font-size: 14px;
  color: #98A1A7;
  text-transform: uppercase;
  margin: 0 0 8px 0px;
}
.search-list-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-list-container li:last-child {
  margin-bottom: 0;
}

.search-item-img {
  width: 40px;
  height: 40px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-item-info {
  width: calc(100% - 50px);
}

.search-item-category {
  font-size: 12px;
  color: #98A1A7;
}

.search-list-line {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
}
.search-list-line:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-overlay {
  background-color: #333333;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.search-overlay.active {
  opacity: 0.45;
  visibility: visible;
}

.lSSlideOuter,
.lSSlideWrapper,
.lightSlider,
.lslide {
  height: 100%;
}

.lSAction {
  width: 100%;
  position: absolute;
  height: 28px;
  left: 0;
  top: 50%;
  margin-top: -24px;
}

.lSPrev,
.lSNext {
  width: 27px;
  position: absolute;
  height: 27px;
  left: auto;
  top: 0%;
  background-color: #ffffff;
  font-size: 0;
  border: 1px solid #98A1A7;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 15px;
}
.lSPrev:hover,
.lSNext:hover {
  background-color: #333333;
  border-color: #333333;
}

.lSPrev {
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-left-gray.svg");
}
.lSPrev:hover {
  background-image: url("../images/arrows/carret-left-white.svg");
}

.lSNext {
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-right-gray.svg");
}
.lSNext:hover {
  background-image: url("../images/arrows/carret-right-white.svg");
}

.lSPager {
  width: 100%;
  position: absolute;
  height: auto;
  left: 0;
  bottom: 0px;
  text-align: center;
  font-size: 0;
}
.lSPager li {
  display: inline-block;
}
.lSPager a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.lSPager a::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0%;
  top: 50%;
  background-color: #ffffff;
  opacity: 0.5;
}
.lSPager li.active a::after, .lSPager li:hover a::after {
  opacity: 1;
}

.main-slider-item {
  position: relative;
}
.main-slider-item img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.half-slider-container {
  height: 400px;
  background-color: #f4f4f4;
}
.half-slider-container .lSAction {
  width: 150px;
  left: 50%;
  bottom: 45px;
  top: auto;
}

.half-slider-vertical {
  margin: auto 0;
}

.half-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.half-slider-img,
.half-slider-description {
  width: 50%;
  height: 100%;
  position: relative;
}

.half-slider-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  height: calc(100% - 90px);
}

.slider-section .lSSlideWrapper {
  overflow: visible;
}
.slider-section .lSAction {
  width: 70px;
  top: -52px;
  left: auto;
  right: 0px;
  margin: 0;
}
.slider-section .lSPrev, .slider-section .lSNext {
  margin: 0;
}
.slider-section .head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-section h2,
.slider-section h3 {
  text-align: left;
  margin: 0;
}
.slider-section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-section h2 span {
  display: inline-block;
  margin: auto;
}
.slider-section .btn-container {
  margin: auto;
  margin-right: 0;
}
.slider-section .arrow-stub {
  width: 170px;
}

.head-section .btn {
  width: 270px;
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .slider-section .lSAction {
    top: -76px;
  }
  .slider-section .btn {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .slider-section .arrow-stub {
    display: none;
  }
  .slider-section .btn {
    width: 140px;
  }
}
.thumb-slider-container {
  height: 535px;
}
.thumb-slider-container .lSSlideWrapper {
  height: calc(100% - 80px);
}

.thumb-container {
  overflow: hidden;
  position: relative;
}
.thumb-container ul, .thumb-container li {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.thumb-container .lSGallery {
  bottom: 0;
}
.thumb-container .lSGallery a {
  width: 100%;
  height: 70px;
  position: relative;
  border-radius: 0;
  margin: 0;
}
.thumb-container .lSGallery a img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-container .lSGallery a::after {
  display: none;
}

.thumb-slider-item {
  position: relative;
}

@media (max-width: 576px) {
  .thumb-slider-container {
    height: 360px;
  }
  .thumb-slider-container .lSSlideWrapper {
    height: calc(100% - 85px);
  }
  .thumb-container .lSGallery a {
    height: 80px;
  }
}
.long-slider-container {
  padding-bottom: 45px;
}
.long-slider-container .lSSlideWrapper {
  overflow: visible;
}

.long-slider-item {
  height: 310px;
  position: relative;
}

@media (max-width: 820px) {
  .long-slider-item {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .long-slider-container {
    padding: 0 30px;
  }
}
/*-----popup-start----*/
/*-----popup-start----*/
.popup {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup h3 {
  font-size: 18px;
  font-weight: 600;
}
.popup h3, .popup h4 {
  color: inherit;
  text-align: center;
}
.popup .btn {
  width: 100%;
}

.popup-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #14143C;
  opacity: 0.3;
}

.close-btn--popup {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  z-index: 2;
}

.popup-container {
  position: relative;
  background-color: #E6E9EC;
  max-width: 380px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0px 0px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  overflow-y: auto;
  max-height: 100%;
  border-radius: 10px;
}
.popup-container .wpcf7 {
  padding: 20px;
}

.form-default-head {
  background-color: #FFD747;
  padding: 17px 0 14px;
}

.popup-container .checkbox {
  font-size: 14px;
}
.popup-container .popup-hint {
  padding: 8px 19px 0;
}

.popup-navigation ul, .popup-navigation li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup-navigation .social {
  margin-bottom: 15px;
}
.popup-navigation .social a {
  margin: 0 15px;
}
.popup-navigation .popup-container {
  background-color: #ffffff;
}

.popup-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.popup-navigation-footer {
  padding: 15px;
}

.popup-navigation-menu {
  margin-bottom: 0;
  padding: 15px;
}
.popup-navigation-menu li {
  margin-bottom: 15px;
  position: relative;
}
.popup-navigation-menu li i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  width: 24px;
  position: absolute;
  height: 24px;
  z-index: 2;
  right: 5px;
  top: 0;
}
.popup-navigation-menu li ul {
  background-color: #E6E9EC;
  display: none;
  padding: 8px 0;
}
.popup-navigation-menu li ul li {
  padding: 4px 15px;
  margin: 0;
}
.popup-navigation-menu li li {
  margin-bottom: 4px;
  border-top: 0;
  border-bottom: 1px solid #E6E9EC;
  padding: 0 15px;
}
.popup-navigation-menu li li:last-child {
  margin: 0;
  border: 0;
}
.popup-navigation-menu li:hover ul {
  display: block;
}
.popup-navigation-menu li:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup-navigation-menu a {
  color: #14143C;
  text-decoration: none;
}
.popup-navigation-menu a:hover {
  color: #C19F56;
}

.popup-navigation-footer {
  text-align: center;
}
.popup-navigation-footer .phone-btn {
  font-size: 20px;
  font-weight: 600;
}
.popup-navigation-footer .phone-btn i {
  background-color: #333333;
  border-radius: 100%;
}

.popup-navigation-footer-item {
  margin: 8px 0;
}

.popup-category {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  position: fixed;
  height: auto;
  z-index: 6;
  left: 0;
  top: 145px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.popup-category.show {
  opacity: 1;
  visibility: visible;
}
.popup-category .btn {
  width: 100%;
}
.popup-category .close-btn {
  top: 0px;
}
.popup-category .main-grid {
  border: 1px solid #E6E9EC;
  border-radius: 15px;
  padding: 55px 15px 15px;
  background-color: #ffffff;
}

.popup-category-item {
  margin: 15px 0;
  background-color: #f4f4f4;
  border: 1px solid #E6E9EC;
  border-radius: 15px;
  padding: 15px;
  font-weight: 600;
}
.popup-category-item:first-child {
  margin-top: 0;
}
.popup-category-item:last-child {
  margin-bottom: 0;
}
.popup-category-item img {
  width: 24px;
}
.popup-category-item a {
  text-decoration: none;
  line-height: 1.2;
}
.popup-category-item a:hover {
  text-decoration: underline;
}
.popup-category-item h3 {
  font-size: 15px;
  font-weight: bold;
}
.popup-category-item h3 span {
  display: inline-block;
  width: calc(100% - 60px);
}
.popup-category-item h3 em {
  font-size: 12px;
  position: relative;
  top: -4px;
  font-style: normal;
}
.popup-category-item h3 i {
  vertical-align: top;
}
.popup-category-item ul {
  padding-left: 28px;
}
.popup-category-item li {
  margin-bottom: 3px;
}
.popup-category-item li em {
  font-style: normal;
  font-size: 12px;
  position: relative;
  top: -2px;
  font-weight: 60;
}

@media (max-width: 576px) {
  .popup-category {
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: scroll;
  }
}
.preloader-popup {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 32px;
  padding-top: 120px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.preloader-popup.loaded {
  opacity: 0;
  visibility: hidden;
}

/*-----blocks-start----*/ 
/*-----pages-start----*/ 
/*-----detail-start----*/ 
.detail-links {
  margin: 30px 0 15px;
}

.detail-roof {
  background-color: #f4f4f4;
  padding: 15px 0;
  margin: 0 0 45px;
}
.detail-roof .main-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-roof .next-btn {
  margin-left: auto;
}

.detail-roof-info {
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail-roof-info-item {
  display: inline-block;
  margin-right: 15px;
}
.detail-roof-info-item i, .detail-roof-info-item span {
  vertical-align: middle;
}

.post-views {
  display: inline-block;
}

@media (max-width: 576px) {
  .detail-roof-info {
    display: block;
    width: 50%;
  }
  .detail-roof-info-item {
    width: 48%;
    margin: 0;
  }
  .detail-roof-info-item:first-child {
    width: 100%;
  }
  .detail-roof {
    padding: 5px 0;
    font-size: 14px;
  }
  .detail-roof .prev-btn,
  .detail-roof .next-btn {
    padding: 0;
    font-size: 0;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail-roof .prev-btn i,
  .detail-roof .next-btn i {
    margin: auto;
  }
}
.tabs {
  position: relative;
  padding: 0;
}

.tabs-sticky {
  position: sticky;
  top: 68px;
  z-index: 2;
}

.tabs-nav {
  font-weight: bold;
  position: relative;
}
.tabs-nav li {
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 15px;
  border: 2px solid #E6E9EC;
}
.tabs-nav li:hover, .tabs-nav li.active {
  border-color: #FFD747;
}

.tabs-container {
  font-size: 14px;
}
.tabs-container p {
  margin: 0 0 15px;
}
.tabs-container h3, .tabs-container h4 {
  margin: 15px 0 8px;
  font-size: 18px;
  font-weight: bold;
}
.tabs-container h4 {
  font-size: 15px;
}
.tabs-container table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.tabs-container td {
  border: 1px solid #E6E9EC;
  padding: 15px;
}
.tabs-container img {
  width: 100%;
}
.tabs-container ul {
  padding-left: 15px;
  position: relative;
  list-style-type: disc;
}

.tabs-container {
  position: relative;
}

.tabs-item {
  position: absolute;
  width: 100%;
  visibility: hidden;
  padding: 15px 0;
}
.tabs-item.active {
  visibility: visible;
  position: relative;
}

.tabs-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.tabs-images-item {
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.tabs-images-item:hover {
  opacity: 0.75;
}
.tabs-images-item img {
  width: 100%;
}

@media (max-width: 576px) {
  .tabs-nav {
    overflow-x: auto;
  }
  .tabs-nav ul {
    width: 100%;
  }
  .tabs-item {
    overflow-x: auto;
  }
  .tabs-item table {
    width: 1000px;
  }
}
@media (max-width: 375px) {
  .tabs-nav li {
    padding: 9px 10px 7px;
  }
}
.pricelist-section .btn {
  margin-bottom: 15px;
}
.pricelist-section .btn-container {
  text-align: center;
}
.pricelist-section .whatsapp-btn {
  width: 340px;
}

.btn-hint a {
  text-decoration: none;
}

.pricelist-list {
  margin: 0 auto 45px;
}
.pricelist-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #E6E9EC;
  padding: 25px 0;
}
.pricelist-list li:last-child {
  border-bottom: 1px solid #E6E9EC;
}
.pricelist-list h3 {
  font-size: 18px;
  width: calc(100% - 180px);
  text-transform: initial;
  position: relative;
}
.pricelist-list h3 span {
  display: inline-block;
  padding-right: 45px;
}
.pricelist-list h3 .question-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.pricelist-price {
  font-size: 24px;
  font-weight: 600;
}

.question-ico {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/question-black.svg");
  cursor: pointer;
  position: relative;
}
.question-ico:hover {
  background-image: url("../images/icons/question-gray.svg");
}
.question-ico:hover .question-popup {
  opacity: 1;
  visibility: visible;
}

.question-popup {
  width: 560px;
  position: absolute;
  height: auto;
  right: 0;
  bottom: 50px;
  border-radius: 4px;
  padding: 30px;
  font-style: normal;
  background-color: #E6E9EC;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 500;
}
.question-popup::after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  right: 0;
  bottom: -9px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #E6E9EC;
}

@media (max-width: 576px) {
  .question-popup {
    min-width: 300px;
    width: 90vw;
    padding: 8px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .question-popup::after {
    right: 50%;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
  }
}
.comments-section h3 {
  margin-bottom: 15px;
}

.comments-item {
  border: 1px solid #E6E9EC;
  padding: 15px;
  margin: 0 0 30px;
}

.comments-head {
  border-bottom: 1px solid #E6E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}

.comments-name {
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
}

.comments-date {
  display: inline-block;
  font-size: 12px;
}

.comments-grade {
  font-weight: 600;
}

.comments-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.comments-text {
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.comments-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comments-stars {
  text-align: right;
}

.stars-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/star-black.svg");
  cursor: pointer;
}
.stars-ico:hover, .stars-ico.active {
  background-image: url("../images/icons/star-fill-black.svg");
}

.comments-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments-navigation a {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .comments-section .prev-btn,
  .comments-section .next-btn {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .comments-navigation {
    display: block;
    text-align: center;
  }
}
.stage {
  background-color: #14143C;
  color: #ffffff;
  position: relative;
  padding-bottom: 40px;
}
.stage h2, .stage h3 {
  color: inherit;
}

.stage-num {
  width: 70px;
  height: 70px;
  background-color: #C19F56;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  border-radius: 100%;
  margin: 0 0 15px;
  bottom: 0;
  z-index: 2;
}
.stage-num span {
  margin: auto;
}

.stage-item {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}
.stage-item h3 {
  margin: 0 0 15px;
}

.border-stub {
  width: 0%;
  position: absolute;
  height: 50%;
  right: 0;
  top: 130px;
  background-color: #14143C;
}

.border-stub-3 {
  width: calc(100% - 70px);
}

.border-stub-2 {
  width: calc(75% - 70px);
}

.border-stub-1 {
  width: calc(50% - 70px);
}

.border-stage {
  position: absolute;
  width: 430%;
  height: 400px;
  top: -150px;
}

.video-detail {
  background-color: #14143C;
  color: #ffffff;
  position: relative;
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.video-detail .video-container {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
}
.video-detail .img-cover {
  height: 100%;
}
.video-detail .video-wather {
  width: 80%;
  position: absolute;
  height: 80%;
  left: 10%;
  top: 10%;
  opacity: 0.6;
}
.video-detail h2 {
  color: inherit;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 28px;
}
.video-detail h3 {
  color: inherit;
}
.video-detail .video-text {
  margin-bottom: 30px;
}
.video-detail .btn {
  width: 220px;
}

.video-container {
  position: relative;
  background-color: #14143C;
}
.video-container video,
.video-container img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.video-container iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-water-catalog .main-grid {
  padding: 0;
}
.services-water-catalog .video-info {
  padding: 30px 30px;
}

@media (max-width: 576px) {
  .video-detail {
    height: 600px;
    padding-top: 300px;
  }
  .video-detail .video-container {
    left: 0;
    width: 100%;
    height: 300px;
  }
}
.simple-item {
  margin-bottom: 45px;
  position: relative;
}
.simple-item h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 45px 0 15px;
}
.simple-item h3:first-child {
  margin-top: 0;
}
.simple-item p {
  margin: 0 0 15px;
}
.simple-item .simple-item-text-container {
  position: relative;
}
.simple-item:last-child {
  margin-bottom: 0;
}

.simple-item-bg {
  width: calc(100% - 30px);
  position: absolute;
  height: 100%;
  left: 15px;
  top: 0;
  background-color: #E6E9EC;
}

.simple-item-img {
  position: relative;
}

.simple-item-text {
  padding: 60px;
}
.simple-item-text a:hover {
  color: #C19F56;
  text-decoration: none;
}

@media (max-width: 820px) {
  .simple-item-text {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .simple-item-text {
    padding: 30px;
  }
  .simple-item-img {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 300px;
  }
}
.num {
  background-color: #14143C;
  color: #ffffff;
  padding: 90px 0 110px;
}
.num h2 {
  font-size: 32px;
  color: inherit;
  text-align: center;
  margin: 0 0 60px;
  text-transform: uppercase;
}

.num-item {
  text-align: center;
}
.num-item i {
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  color: #C19F56;
  margin: 0 0 10px;
  font-weight: 600;
}
.num-item span {
  display: block;
}

/*-----detail-end----*/  
/*-----main-start----*/ 
.main-home {
  margin: 30px 0 0;
  position: relative;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}
.main-home h1 {
  margin: 0;
  margin-bottom: 30px;
  color: inherit;
}
.main-home h2 {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
}
.main-home .main-home-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  z-index: 1;
}
.main-home .btn {
  width: 240px;
}
.main-home .lSPager {
  bottom: 40px;
  margin-left: 150px;
}

.main-home-img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.main-home,
.main-slider-item {
  height: 550px;
  display: block;
}

/*SLIDER*/
.main-slider-item .main-home-info {
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  opacity: 0;
}
.main-slider-item.active .main-home-info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.main-slider-item:not(.last) .main-home-info,
.main-slider-item:not(.first) .main-home-info {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.main-slider-item.first:not(.clone) .main-home-info,
.main-slider-item.last:not(.clone) .main-home-info {
  -webkit-transition: none;
  transition: none;
}

.main-slider-item.last.active:not(.clone) .main-home-info,
.main-slider-item.first.active:not(.clone) .main-home-info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

/*SLIDER*/
@media (max-width: 1024px) {
  .main-home,
  .main-slider-item {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .main-home, .main-slider-item {
    height: 160px;
  }
}
@media (max-width: 320px) {
  .main-home,
  .main-slider-item {
    height: 140px;
  }
}
.banner {
  background-color: #333333;
  color: #ffffff;
  padding: 75px 0;
}
.banner .img-container {
  text-align: center;
}
.banner img {
  width: 100%;
  max-width: 182px;
}
.banner h3 {
  color: inherit;
  margin: 0 0 30px;
}
.banner .btn {
  width: 320px;
}
.banner .banner-text {
  margin: 0 0 30px;
}

.product-category {
  margin-bottom: 45px;
  color: #000;
}
.product-category h1 {
  padding: 0;
}

.products-category-inner {
  padding: 0;
}
.products-category-inner .head-section {
  display: none;
}

.product-category-item {
  height: 140px;
  position: relative;
  background-color: #FFD747;
  border-radius: 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.product-category-item h4 {
  font-weight: 600;
  color: #000;
}
.product-category-item.gray {
  background-color: #E6E9EC;
}
.product-category-item.orange {
  background-color: #FFAE17;
}
.product-category-item.large {
  height: 300px;
}

.product-category-item-img {
  width: 132px;
  position: absolute;
  height: auto;
  left: 15px;
  bottom: 0;
}

.product-category-item-link {
  margin-left: auto;
  margin-top: auto;
  text-align: right;
  padding-right: 15px;
  position: relative;
  width: 50%;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 8px;
  margin-right: 8px;
}
.product-category-item-link i {
  position: absolute;
  right: 0;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/arrows/carret-right-black.svg");
}

.row-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.face-2 .product-category-item-img {
  width: 90px;
  bottom: 0;
  left: 30px;
}

.face-4 .product-category-item-img {
  width: 230px;
  bottom: 0;
  left: 0;
}
.face-4 .product-category-item-link {
  margin-top: 15px;
}

.face-5-1 .product-category-item-img {
  width: 81px;
  bottom: 10px;
  left: 51px;
}

.face-6 .product-category-item-img {
  width: 92px;
}

.face-7 .product-category-item-img {
  width: 92px;
}

.face-8 .product-category-item-img {
  width: 260px;
  left: -10px;
}
.face-8 .product-category-item-link {
  margin-bottom: auto;
  margin-top: 15px;
}

.face-9 .product-category-item-img {
  width: 92px;
  bottom: 6px;
  left: 41px;
}

.face-10 .product-category-item-img {
  width: 92px;
}

.face-11 .product-category-item-img {
  width: 92px;
}

.face-12 .product-category-item-img {
  width: 92px;
}

.face-13 .product-category-item-img {
  width: 92px;
}

.face-14 .product-category-item-img {
  width: 90px;
}

@media (max-width: 1024px) {
  .product-category-item-img {
    width: 120px;
  }
  .product-category-item-link {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .face-4 .product-category-item-link {
    margin-top: 25px;
  }
  .product-category-item-img {
    width: 130px;
    left: 0;
  }
  .face-6 .product-category-item-img {
    width: 92px;
    left: 10px;
  }
  .face-10 .product-category-item-img {
    width: 92px;
    left: 10px;
  }
  .product-category-item.large {
    height: 140px;
  }
  .product-category-item.large img {
    width: 87px;
    bottom: 0px;
    left: 18px;
  }
  .product-category-item-link {
    font-size: 10px;
    padding: 0;
    margin-top: 30px;
    width: 80px;
  }
  .product-category-item-link i {
    top: -16px;
  }
  .face-2 .product-category-item-img {
    width: 80px;
    bottom: 0;
    left: 0;
  }
  .face-4 .product-category-item-img {
    width: 140px;
    bottom: 30px;
  }
  .face-8 .product-category-item-img {
    width: 190px;
    left: -10px;
  }
  .face-8 .product-category-item-link {
    margin-bottom: auto;
    margin-top: 25px;
  }
  .face-9 .product-category-item-img {
    width: 92px;
    bottom: 2px;
    left: 13px;
  }
  .face-13 .product-category-item-img {
    width: 82px;
    left: 10px;
  }
  .row-xs-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .row-xs-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .product-category-item.face-5-1 {
    height: 300px;
  }
  .product-category-item.face-5-1 .product-category-item-img {
    width: 150px;
    left: 0px;
  }
  .product-category {
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .face-9 .product-category-item-img {
    width: 72px;
    bottom: 2px;
    left: 7px;
  }
}
@media (max-width: 320px) {
  .product-category-item-img {
    width: 100px;
  }
  .face-6 .product-category-item-img {
    width: 72px;
  }
  .face-7 .product-category-item-img {
    width: 72px;
  }
  .product-category-item-link {
    font-size: 9px;
  }
  .product-category-item.face-5-1 .product-category-item-img {
    width: 160px;
  }
  .face-13 .product-category-item-img {
    width: 72px;
  }
  .face-10 .product-category-item-img {
    width: 72px;
  }
}
.filter-section {
  background-color: #f4f4f4;
  overflow: visible;
  border-radius: 8px;
}
.filter-section h3 {
  font-size: 20px;
  font-weight: 600;
}
.filter-section .style-range-container span {
  color: #ffffff;
}
.filter-section .head-section {
  background-color: #FFD747;
  color: #333333;
  padding: 15px 15px;
  border-radius: 8px 8px 0 0;
}
.filter-section .filter-body {
  padding: 0px 15px 15px;
}
.filter-section .btn-container {
  text-align: right;
}

.filter-item--checkbox {
  margin-top: 0px;
  margin-bottom: 15px;
}

.contacts-info {
  color: #333333;
  padding-right: 5px;
  position: relative;
}
.contacts-info::before {
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  height: 100%;
  left: 15px;
  top: 0;
  background-color: #FFD747;
}

.contacts-item {
  position: relative;
  padding: 0 15px;
}

.contacts-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-item-black {
  background-color: #333333;
  color: #FFD747;
  border-radius: 0 25px 25px 25px;
  width: 240px;
  padding: 12px 30px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-bottom: -6px;
  font-weight: bold;
  line-height: 1.3;
}

.custom-balloon {
  background-color: #FFD747;
  color: #333333;
  padding: 10px 20px;
  border-radius: 15px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  width: 240px;
  margin-left: 20px;
  position: relative;
}
.custom-balloon .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 3px;
}

.advantages-item {
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}
.advantages-item h3 {
  display: inline-block;
  font-size: 24px;
  text-transform: initial;
  margin: 0 15px 0 15px;
  color: #14143C;
  vertical-align: middle;
}
.advantages-item:hover .advantages-hint {
  opacity: 1;
  visibility: visible;
}

.advantages-item-img {
  background-color: #333333;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantages-item-img img {
  width: 60px;
  height: 60px;
  margin: auto;
}

.advantages-item-text {
  position: relative;
}
.advantages-item-text i {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/warning-gray.svg");
}

.advantages-hint {
  width: 100%;
  position: absolute;
  height: auto;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  padding: 30px;
  font-style: normal;
  background-color: #f4f4f4;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.advantages-hint::after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #f4f4f4;
}

.partners {
  padding: 75px 0 0px;
  position: relative;
  overflow: hidden;
}
.partners .lSSlideWrapper {
  padding: 0 0 60px;
  overflow: visible;
}
.partners .lSSlideWrapper .lSAction {
  z-index: 2;
}

.partners-slider-container {
  padding-right: 45px;
}

.partners-container {
  text-align: center;
}

.partners-item {
  background-color: #333333;
  border-radius: 100%;
  text-align: center;
}
.partners-item img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .partners-item img {
    width: 80%;
  }
}
.faq-delimetr-container {
  position: relative;
}

.faq-delimetr {
  width: 1px;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #E6E9EC;
}

.faq-item {
  border-bottom: 1px solid #E6E9EC;
  font-size: 14px;
  position: relative;
  padding-bottom: 30px;
}
.faq-item:first-child {
  border-top: 1px solid #E6E9EC;
}

.faq-head {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.faq-head h3 {
  font-size: 24px;
  color: #14143C;
  cursor: pointer;
  text-transform: initial;
}
.faq-head h3:hover {
  color: #C19F56;
}
.faq-head span {
  display: inline-block;
  margin: auto 0 auto auto;
  width: 60px;
}
.faq-head i {
  cursor: pointer;
  width: 48px;
  position: absolute;
  height: 48px;
  z-index: 2;
  right: 0;
  top: 25px;
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 1px solid #98A1A7;
  border-radius: 100%;
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
.faq-head i:hover {
  background-color: #14143C;
  border-color: #14143C;
  background-image: url("../images/arrows/carret-down-white.svg");
}

.faq-content {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  max-height: 0;
  padding-right: 45px;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

.faq-item--active h3 {
  color: #C19F56;
}
.faq-item--active i {
  background-image: url("../images/arrows/carret-down-white.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #14143C;
  border-color: #14143C;
}
.faq-item--active .faq-content {
  padding-top: 15px;
  max-height: 200px;
}

.feedback-home {
  background-color: #14143C;
  color: #ffffff;
  padding: 90px 0;
}
.feedback-home h2 {
  color: inherit;
  margin: 0 0 30px;
}
.feedback-home a {
  color: #C19F56;
}
.feedback-home .form-btn-container {
  text-align: right;
}
.feedback-home .btn {
  width: 330px;
}

.feedback-text a:hover {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 992px) {
  .feedback-home h2 {
    text-align: center;
  }
  .feedback-home .feedback-text {
    text-align: center;
  }
  .feedback-home .form-btn-container {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .feedback-home {
    padding: 59px 0 60px;
  }
}
.search-section {
  padding: 60px 0 150px;
  background-color: #14143C;
  overflow: visible;
}
.search-section .img-cover {
  opacity: 0.5;
}
.search-section h2 {
  text-align: center;
  position: relative;
  color: #ffffff;
  margin: 0 0 30px;
}

.team-item {
  text-align: center;
}

.team-item-img {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
.team-item-img h4 {
  margin-bottom: 8px;
}

/*-----main-end----*/ 
/*-----news-start----*/ 
.news-item {
  background-color: #ffffff;
}
.news-item a {
  text-decoration: none;
}
.news-item h3 {
  font-size: 18px;
  text-transform: initial;
  margin: 0 0 15px;
}
.news-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  position: relative;
  overflow: hidden;
}
.news-item h3 a:hover {
  color: #C19F56;
}

.news-item-info {
  padding: 30px 15px;
  border: 1px solid #E6E9EC;
}

.news-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  margin: 0 0 30px;
  min-height: 84px;
  font-size: 14px;
}

.news-item-img {
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #14143C;
}
.news-item-img .img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.news-item-img.no-img .img-cover {
  background-size: 100px;
}
.news-item-img img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.news-item-img:hover .img-cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #C19F56;
  margin: 0 0 13px;
  font-weight: 600;
}

.news-main {
  margin-bottom: 45px;
}

/*-----news-end----*/ 
/*-----blog-start----*/ 
.blog-item {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.blog-item a {
  text-decoration: none;
}
.blog-item h3 {
  font-size: 18px;
  text-transform: initial;
  margin: 0 0 15px;
}
.blog-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  position: relative;
  overflow: hidden;
}
.blog-item h3 a:hover {
  color: #C19F56;
}

.blog-item-info {
  padding: 30px 15px;
  border: 1px solid #E6E9EC;
}

.blog-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  margin: 0 0 30px;
  min-height: 84px;
  font-size: 14px;
}

.blog-item-img {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #14143C;
}
.blog-item-img .img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.blog-item-img.no-img .img-cover {
  background-size: 100px;
}
.blog-item-img img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.blog-item-img:hover .img-cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-item-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #C19F56;
  margin: 0 0 13px;
  font-weight: 600;
}

/*-----blog-end----*/  
/*-----services-start----*/ 
.services-item {
  background-color: #E2E2E2;
  font-size: 14px;
  position: relative;
  height: 100%;
  border-radius: 15px;
  line-height: 1.2;
}
.services-item:hover {
  background-color: #FFD747;
}
.services-item:hover i {
  background-color: #333333;
  background-image: url("../images/icons/agree-lite-yellow.svg");
}
.services-item a {
  text-decoration: none;
  width: 100%;
}
.services-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: auto 0;
  width: calc(100% - 57px);
  padding: 0 15px;
}
.services-item h4 {
  font-weight: bold;
  margin: 0 0 4px;
  font-size: inherit;
}

.services-item-head {
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-item-head i {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url("../images/icons/agree-lite-white.svg");
  border-left: 1px solid #ffffff;
  border-top-right-radius: 15px;
}

.services-item-info {
  position: relative;
}

.services-item-img img {
  height: 74px;
  width: auto;
  max-width: none;
}

.services-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.services-catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-catalog-item .services-item {
  width: 290px;
}

.services-item-description {
  font-size: 12px;
  width: calc(100% - 300px);
  max-width: 230px;
  margin: 0 auto;
}

.usloviya-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E9EC;
  margin-bottom: 15px;
}
.usloviya-line .services-item {
  height: auto;
}

.usloviya-line-description {
  font-size: 14px;
  max-width: 770px;
  margin: 0 auto;
}
.usloviya-line-description h4 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.usloviya-line-description p {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .services-catalog-item {
    display: block;
    margin-bottom: 15px;
  }
  .services-catalog-item .services-item {
    width: 100%;
    height: auto;
  }
  .services-item-description {
    width: 100%;
    margin-top: 8px;
    max-width: none;
  }
  .services-item-description h4 {
    margin: 0 0 2px;
  }
}
.services-main {
  background-color: #345459;
  color: #ffffff;
  height: calc(100vh - 140px);
  min-height: 620px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-main .main-grid {
  width: 100%;
  height: 100%;
}
.services-main h1 {
  color: inherit;
  padding-top: 18px;
  padding-bottom: 15px;
}
.services-main .btn {
  width: 280px;
  background: #C19F56;
  color: #333333;
}
.services-main .btn:hover {
  background: none;
  border-color: #ffffff;
}

.services-main-img-container {
  width: calc(55.5% - 15px);
  position: absolute;
  height: 100%;
  left: calc(44.5% + 15px);
  top: 0;
}
.services-main-img-container video {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-main-img-container img {
  width: 80%;
  position: absolute;
  height: 80%;
  left: 50%;
  top: 50%;
  max-width: 350px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0.75;
}

.services-main-front {
  position: relative;
  z-index: 2;
}

.services-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.services-main-info-container {
  margin: auto 0;
}

.services-main-price {
  display: inline-block;
  color: #14143C;
  background-color: #ffffff;
  padding: 3px 30px;
  border-radius: 30px;
}

.services-main-text {
  margin-bottom: 30px;
}
.services-main-text p {
  margin-top: 0;
  margin-bottom: 15px;
}
.services-main-text p:last-child {
  margin-bottom: 0;
}

.services-main-wather {
  width: calc(44.5% + 15px);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url("../images/wather-sign.svg");
}

@media (max-width: 1240px) {
  .services-main {
    height: calc(100vh - 110px);
  }
  .services-main h1 {
    font-size: 32px;
  }
}
@media (max-width: 820px) {
  .services-main-img-container {
    width: calc(35.5% - 15px);
    position: absolute;
    height: 100%;
    left: calc(64.5% + 15px);
    top: 0;
  }
}
@media (max-width: 576px) {
  .services-main {
    height: calc(100vh - 98px);
  }
  .services-main h1 {
    font-size: 24px;
  }
  .services-main .main-grid {
    height: 65%;
  }
  .services-main-info-container {
    padding-top: 30px;
  }
  .services-main-img-container {
    width: 100%;
    top: 65%;
    height: 35%;
    left: 0;
  }
}
/*-----services-end----*/ 
/*-----product-start----*/ 
.basket-total .btn-container {
  margin-top: 8px;
}
.basket-total .btn {
  width: 100%;
}

.basket-total-container {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
}
.basket-total-container h3 {
  font-weight: 600;
  font-size: 20px;
}

.basket-total-weight {
  font-size: 14px;
  font-weight: 300;
}

.basket-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.basket-total-delimetr {
  height: 1px;
  background: #98A1A7;
  margin: 15px 0;
}

.basket-total-sale b {
  color: #4CAF50;
}

.basket-total-total {
  font-size: 18px;
}

.basket-total-hint {
  font-size: 12px;
}

.basket-line-card {
  background-color: #f8f8f8;
  border: 1px solid #E6E9EC;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.basket-line-card h3 {
  font-size: 15px;
}
.basket-line-card a {
  text-decoration: none;
}
.basket-line-card .product-controls {
  border: 1px solid #E6E9EC;
  background-color: #ffffff;
  width: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-right: 8px;
}
.basket-line-card .product-line-color {
  font-size: 12px;
}
.basket-line-card .product-line-img {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.basket-line-card .product-line-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.basket-line-card .product-line-info .product-art {
  margin-top: auto;
}
.basket-line-card .product-wasprice {
  font-size: 12px;
}
.basket-line-card .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-basket {
  width: 25px;
  position: absolute;
  height: 25px;
  z-index: 2;
  left: -6px;
  top: -6px;
  background-color: #E6E9EC;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
}
.checkbox-basket.active::after {
  content: "";
  width: 19px;
  position: absolute;
  height: 19px;
  left: 3px;
  top: 3px;
  background-color: #FFD747;
  border-radius: 100%;
}
.checkbox-basket:hover {
  background-color: #98A1A7;
}

.basket-list-head {
  background-color: #f8f8f8;
  border: 1px solid #E6E9EC;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket-list-head .checkbox-basket {
  position: relative;
  top: 0;
  left: 0;
}

.basket-list-choise-all {
  margin: auto 0;
}
.basket-list-choise-all i, .basket-list-choise-all span {
  vertical-align: middle;
}
.basket-list-choise-all i {
  margin-right: 8px;
}

.basket-empty {
  margin-top: 30px;
}
.basket-empty .btn {
  margin-top: 15px;
}

.basket-empty {
  text-align: center;
}
.basket-empty h1 {
  text-align: left;
}
.basket-empty .link {
  color: #FFAE17;
  font-size: 20px;
}
.basket-empty .link:hover {
  text-decoration: underline;
}

.basket-empty-hint {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.basket-empty-img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/basket-empty.svg");
}

.order-grid {
  min-height: 500px;
}

.order-form {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  margin-bottom: 45px;
}
.order-form .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-form .input-box label {
  width: 30%;
}
.order-form .input-box span {
  width: 70%;
}

.order-delivery h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.order-delivery-body {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #E6E9EC;
}

.order-delivery-cost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.order-delivery-cost-item h4 {
  width: 40%;
  margin: auto 0;
  font-size: 15px;
}
.order-delivery-cost-item .order-delivery-value {
  width: 60%;
}
.order-delivery-cost-item .order-delivery-value.green {
  color: #4CAF50;
}
.order-delivery-cost-item .order-delivery-value.large {
  font-size: 24px;
}

.order-checkbox-hint {
  font-size: 12px;
  color: #98A1A7;
  padding-left: 34px;
  margin-top: -5px;
}

.order-delivery-footer .checkbox {
  margin: 8px 0 0 30px;
}

.order-delivery-value {
  position: relative;
}

.order-delivery-popup {
  width: 100%;
  position: absolute;
  height: 150px;
  z-index: 2;
  left: 0;
  top: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  overflow-y: auto;
}

.order-delivery-address {
  padding: 8px;
  cursor: pointer;
}
.order-delivery-address:hover {
  background-color: #E6E9EC;
}

.order-loading {
  font-weight: 600;
  color: #4CAF50;
}

.success-container {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: rgba(152, 161, 167, 0.5);
}

.success-popup {
  position: absolute;
  width: 300px;
  height: 250px;
  border-radius: 10px;
  border: 2px solid #FFAE17;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-weight: 600;
  text-align: center;
  padding: 30px 15px 15px;
}
.success-popup h3 {
  font-size: 21px;
  font-weight: 600;
}

.err-popup {
  height: auto;
}

.success-popup-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/order-done.svg");
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 11px;
}

.success-hint {
  line-height: 1.1;
}

@media (max-width: 576px) {
  .order-form .input-box {
    display: block;
  }
  .order-content h1 {
    padding-bottom: 0;
  }
  .order-content .head-btn-container {
    margin-bottom: 15px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .order-content .head-btn-container .back-btn {
    margin: 0;
  }
}
.catalog-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.catalog-filter .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.catalog-filter-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

.catalog-filter-container {
  margin-bottom: 15px;
}
.catalog-filter-container .btn {
  width: 100%;
}

.catalog-select-container {
  border-radius: 6px;
  position: relative;
  width: 320px;
  background-color: #ffffff;
  padding: 15px;
  position: absolute;
  z-index: 3;
  top: -68px;
  right: 0px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.catalog-select-container.show {
  opacity: 1;
  visibility: visible;
}
.catalog-select-container .catalog-select-btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.catalog-select-container h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
}

.catalog-select-name {
  width: 80px;
  font-weight: 600;
  display: block;
}

.catalog-select-from::before,
.catalog-select-to::before {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 2;
}

.catalog-select-from {
  position: relative;
}
.catalog-select-from::before {
  content: "От";
}

.catalog-select-to {
  position: relative;
}
.catalog-select-to::before {
  content: "До";
}

.catalog-select-container-head {
  position: relative;
}
.catalog-select-container-head .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.catalog-select-btn {
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  font-size: inherit;
  padding: 10px 12px;
  display: inline-block;
  background-color: #f8f8f8;
  cursor: pointer;
  width: 100%;
}
.catalog-select-btn i {
  width: 22px;
  height: 22px;
  background-color: #E6E9EC;
  border-radius: 100%;
  background-position: center -1px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  display: inline-block;
  position: absolute;
  margin-left: 8px;
  right: 27px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog-select-btn:hover {
  background-color: #FFD747;
}

.catalog-select-fields {
  background-color: #f8f8f8;
  margin-bottom: 8px;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  height: 0;
  position: relative;
  overflow: hidden;
}
.catalog-select-fields ul {
  padding: 8px 14px;
}

.catalog-select-item.active .catalog-select-fields {
  height: auto;
}
.catalog-select-item.active .catalog-select-btn {
  border-radius: 4px 4px 0 0;
}
.catalog-select-item.active .catalog-select-btn i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.catalog-select-radio {
  padding: 8px 10px;
}

.catalog-select-line {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E6E9EC;
}
.catalog-select-line:last-child {
  border-bottom: none;
}
.catalog-select-line span {
  margin: auto 0;
}
.catalog-select-line .input-decorate {
  width: 85px;
  padding: 7px 5px 9px;
  padding-left: 25px;
}

.product-nav {
  background-color: #f8f8f8;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  position: relative;
  z-index: 3;
}
.product-nav em {
  width: 20px;
  position: absolute;
  height: 20px;
  right: 0;
  top: 0;
  background-color: #E6E9EC;
  border-radius: 100%;
  margin: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/arrows/carret-right-black.svg");
  display: none;
}
.product-nav a,
.product-nav .product-nav-link {
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #f8f8f8;
  position: relative;
  padding-right: 35px;
}
.product-nav a:hover, .product-nav a.active,
.product-nav .product-nav-link:hover,
.product-nav .product-nav-link.active {
  border-color: #E6E9EC;
  background-color: #ffffff;
}
.product-nav a:hover em, .product-nav a.active em,
.product-nav .product-nav-link:hover em,
.product-nav .product-nav-link.active em {
  display: block;
}
.product-nav ul, .product-nav li {
  padding: 0;
}
.product-nav li {
  margin: 0;
}
.product-nav li i {
  font-style: normal;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.product-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.product-nav li ul {
  width: 100%;
  position: absolute;
height: auto;
  min-height: 100%;
  z-index: 2;
  left: 100%;
  top: 0;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  margin-left: 8px;
  border-radius: 8px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.product-nav li ul em {
  display: block;
}

.product-nav-topic {
  display: none;
}

.product-menu-mobile {
  display: none;
}

@media (max-width: 576px) {
  .product-nav {
    overflow: hidden;
    display: none;
    z-index: 3;
    padding: 15px;
  }
  .product-nav.show {
    display: block;
  }
  .product-nav li a {
    padding: 8px 15px 8px 35px;
  }
  .product-nav li li a {
    padding-left: 15px;
  }
  .product-nav li.active > ul {
    display: block;
  }
  .product-nav li.active > .product-nav-link > em {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .product-nav li ul {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: none;
    font-size: 14px;
  }
  .product-menu-mobile {
    display: inline-block;
  }
  .product-menu-mobile:hover {
    background-color: #FFD747;
    color: #333333;
    border-color: #FFD747;
  }
  .product-menu-mobile i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icons/hamburger-black.svg");
  }
  .product-menu-mobile.active i {
    background-image: url("../images/icons/close-black.svg");
    background-size: 15px;
  }
  .product-nav-link {
    display: none;
  }
  .product-nav-topic {
    display: block;
  }
  .product-nav-mobile {
    display: block;
  }
}
.product-item {
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  position: relative;
  height: 100%;
  border-radius: 8px;
}
.product-item:hover {
  border-color: #FFD747;
}
.product-item a {
  text-decoration: none;
}
.product-item h3 {
  margin: 0 0 13px;
  font-size: 12px;
  text-transform: initial;
  height: 24px;
}
.product-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  position: relative;
  overflow: hidden;
  font-size: inherit;
}
.product-item h3 a:hover {
  color: #C19F56;
}

.product-item-element {
  display: none;
}
.product-item-element.active {
  display: block;
}

.product-item-tags {
  position: absolute;
  font-size: 12px;
  padding: 15px 20px 0;
  z-index: 2;
  top: 0;
}
.product-item-tags .tag {
  margin-bottom: 0;
  width: 65px;
  padding: 4px 0;
  text-align: center;
  font-size: 10px;
}
.product-item-tags .tag i {
  position: relative;
  top: -1px;
}

.product-item-info {
  padding: 0 15px 15px;
}

.product-price {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.product-price span {
  font-size: 12px;
}

.product-wasprice {
  color: #98A1A7;
  position: relative;
  display: inline-block;
}
.product-wasprice span {
  position: relative;
}
.product-wasprice span::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  top: 9px;
  background-color: #4CAF50;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.product-item-img {
  width: 100%;
  height: 156px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 0;
  margin-top: 28px;
}

.product-item-cover {
  width: 80%;
  position: absolute;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  background-size: contain;
}
.product-item-cover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-product-container {
  margin: 9px 0;
}

.product-stock {
  color: #4CAF50;
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  font-size: 12px;
}
.product-stock::before {
  content: "";
  width: 4px;
  position: absolute;
  height: 4px;
  left: 0;
  top: 7px;
  background-color: #4CAF50;
  border-radius: 100%;
}

.product-stock-order {
  color: #98A1A7;
}
.product-stock-order::before {
  background-color: #98A1A7;
}

.product-item-footer {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-art {
  font-size: 12px;
}

.product-main-mobile {
  display: none;
}

.product-item-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  height: 16px;
}
.product-item-choise i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/arrows/carret-down-black.svg");
  display: none;
}
.product-item-choise:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-choise-color-item {
  border: 1px solid #E6E9EC;
  border-radius: 100%;
  padding: 0px 3px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 0;
}
.product-choise-color-item:hover, .product-choise-color-item.active {
  background-color: #FFD747;
}

.product-detail-main a.product-choise-color-item {
  color: #333333;
}

.product-choise-color-container {
  position: relative;
  height: 16px;
  width: calc(100% - 75px);
}
.product-choise-color-container .product-choise-color-overlay {
  padding: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  height: auto;
  left: 0;
  top: -5px;
}
.product-choise-color-container .product-choise-color-item {
  vertical-align: top;
  margin-bottom: 3px;
}
.product-choise-color-container .product-choise-color-tag {
  margin-right: 5px;
  cursor: pointer;
}
.product-choise-color-container .product-choise-color-tag.active em::before {
  border-color: #FFD747;
}

#true_loadmore {
  opacity: 0;
}

@media (max-width: 576px) {
  .product-main-mobile {
    display: block;
    margin-top: 15px;
  }
  .product-main-mobile .product-item {
    margin-bottom: 15px;
  }
}
.product-detail-main {
  border-bottom: 1px solid #E6E9EC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.thumb-container-product .lslide {
  border-radius: 14px;
  border: 2px solid #E6E9EC;
}
.thumb-container-product .img-cover {
  background-size: contain;
  width: 80%;
  left: 10%;
}
.thumb-container-product .lSGallery li {
  position: relative;
  border-radius: 8px;
  border: 2px solid #E6E9EC;
}
.thumb-container-product .lSGallery li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb-container-product .lSGallery li.active {
  border-color: #FFD747;
}
.thumb-container-product .single-slider {
  height: 455px;
}
.thumb-container-product .single-slider .thumb-slider-item {
  height: 100%;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 2px solid #E6E9EC;
}

.product-detail-characteristics {
  font-size: 16px;
}
.product-detail-characteristics ul {
  margin-bottom: 8px;
}
.product-detail-characteristics ul b {
  font-weight: 600;
}
.product-detail-characteristics a {
  color: #4CAF50;
}
.product-detail-characteristics a:hover {
  color: #333333;
  text-decoration: none;
}

.product-choise-color-tag {
  text-decoration: none;
  margin-right: 15px;
  color: #333333;
}
.product-choise-color-tag.active span {
  text-decoration: underline;
}
.product-choise-color-tag.beige-topaz em {
  background-color: #ECDDDD;
}
.product-choise-color-tag.white-cloud em {
  background-color: #FAF7F7;
}
.product-choise-color-tag.cosmic-gray em {
  background-color: #676667;
}
.product-choise-color-tag.matte-crystal em {
  background-color: #F4F4F4;
}
.product-choise-color-tag.sea-sand em {
  background-color: #FDEACC;
}
.product-choise-color-tag.clear-crystal em {
  background-color: #F8F8F8;
}
.product-choise-color-tag.silver em {
  background-color: #C4C3C1;
}
.product-choise-color-tag.gray-topaz em {
  background-color: #A2A2A2;
}
.product-choise-color-tag.dark-chestnut em {
  background-color: #775549;
}
.product-choise-color-tag.anthracite em {
  background-color: #6C6A69;
}
.product-choise-color-tag.beige em {
  background-color: #FFE6C3;
}
.product-choise-color-tag.burgundy em {
  background-color: #964040;
}
.product-choise-color-tag.bronze em {
  background-color: #865D24;
}
.product-choise-color-tag.blue-light em {
  background-color: #4EB0D9;
}
.product-choise-color-tag.green-orange-lid em {
  background-color: #FFDE25;
}
.product-choise-color-tag.red-blue-lid em {
  background-color: #981414;
}
.product-choise-color-tag.yellow em {
  background-color: #FFDE25;
}
.product-choise-color-tag.orange em {
  background-color: #FF8E1C;
}
.product-choise-color-tag.green em {
  background-color: #3F8B05;
}
.product-choise-color-tag.brown em {
  background-color: #804419;
}
.product-choise-color-tag.red em {
  background-color: #DA2222;
}
.product-choise-color-tag.gray em {
  background-color: #545556;
}
.product-choise-color-tag.dark-gray em {
  background-color: #C4C3C1;
}
.product-choise-color-tag.blue em {
  background-color: #124E92;
}
.product-choise-color-tag.white em {
  background-color: #FFFFFF;
}
.product-choise-color-tag.mint-yellow em {
  background-color: #E1F264;
}
.product-choise-color-tag.mint-green em {
  background-color: #C4DC11;
}
.product-choise-color-tag.mint-blue em {
  background-color: #31D49B;
}
.product-choise-color-tag.mint em {
  background-color: #A3F3D7;
}
.product-choise-color-tag.natural em {
  background-color: #F1F5F4;
}
.product-choise-color-tag.unpainted em {
  background-color: #E8EAEA;
}
.product-choise-color-tag.orange-white em {
  background-color: #FFB266;
}
.product-choise-color-tag.transparent-mint em {
  background-color: #C2FFC9;
}
.product-choise-color-tag.transparent-blue em {
  background-color: #C2E1FF;
}
.product-choise-color-tag.transparent em {
  background-color: #F8FBFF;
}
.product-choise-color-tag.pink em {
  background-color: #FFD4E7;
}
.product-choise-color-tag.light-green em {
  background-color: #B0E7A9;
}
.product-choise-color-tag.light-gray em {
  background-color: #E4E7E3;
}
.product-choise-color-tag.gray-white em {
  background-color: #F0F3EF;
}
.product-choise-color-tag.gray-green em {
  background-color: #97B992;
}
.product-choise-color-tag.gray-lead-orange em {
  background-color: #97B992;
}
.product-choise-color-tag.gray-blue em {
  background-color: #54607B;
}
.product-choise-color-tag.gray-antique em {
  background-color: #5E626A;
}
.product-choise-color-tag.blue-white em {
  background-color: #C0DEFF;
}
.product-choise-color-tag.blue-orange-lid em {
  background-color: #063F81;
}
.product-choise-color-tag.dark-burgundy em {
  background-color: #680717;
}
.product-choise-color-tag.purple em {
  background-color: #461075;
}
.product-choise-color-tag.chrome em {
  background-color: #716C75;
}
.product-choise-color-tag.black em {
  background-color: #000000;
}
.product-choise-color-tag em, .product-choise-color-tag span {
  vertical-align: middle;
}
.product-choise-color-tag em {
  font-style: normal;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #98A1A7;
  margin-right: 3px;
  position: relative;
}
.product-choise-color-tag em::before {
  content: "";
  border-radius: 100%;
  border: 1px solid #98A1A7;
  width: 18px;
  position: absolute;
  height: 18px;
  left: -3px;
  top: -3px;
}

a.product-choise-color-tag {
  color: #333333;
}

.product-detail-price-container {
  border-radius: 14px;
  border: 2px solid #E6E9EC;
  padding: 15px;
  margin-bottom: 30px;
}
.product-detail-price-container .product-wasprice {
  margin-bottom: 5px;
}
.product-detail-price-container .product-stock {
  margin-bottom: 11px;
}

.btn-order-price {
  width: 100%;
}

.product-detail-price {
  font-size: 21px;
  background-color: #4CAF50;
  color: #ffffff;
  border-radius: 8px;
  padding: 9px 12px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-detail-price span {
  font-size: 14px;
}

.product-detail-nds {
  font-size: 12px;
  color: #98A1A7;
  margin-bottom: 3px;
}

.product-detail-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.product-detail-controls-container .btn,
.product-detail-controls-container .product-controls {
  width: 50%;
}
.product-detail-controls-container .btn {
  padding: 12px 3px;
}

.product-controls {
  border-radius: 8px;
  border: 2px solid #FFD747;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.product-controls span {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
}

.product-controls-count {
  width: 41%;
}

.product-controls-btn {
  cursor: pointer;
  width: 31%;
}
.product-controls-btn:hover {
  background-color: #FFD747;
}

.product-detail-art {
  color: #98A1A7;
  font-size: 12px;
}

.product-feedback {
  background-color: #f4f4f4;
  border-radius: 15px;
  overflow: hidden;
}
.product-feedback .btn {
  width: 100%;
}

.product-feedback-head {
  background-color: #FFD747;
  color: #333333;
  text-align: center;
}
.product-feedback-head h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 24px 0;
}

.product-feedback-body {
  padding: 15px;
}

.characteristics-list em {
  display: inline-block;
  font-style: normal;
  border-bottom: 1px solid #98A1A7;
}
.characteristics-list em > b {
  min-width: 35px;
  text-align: right;
}
.characteristics-list li {
  display: inline-block;
  width: 49%;
}
.characteristics-list span {
  display: inline-block;
  width: 200px;
}
.characteristics-list b {
  display: inline-block;
  font-weight: normal;
  background-color: #ffffff;
  position: relative;
  top: 1px;
}

.product-detail-question {
  background-color: #FFD747;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.product-question-head {
  border-bottom: 1px solid #ffffff;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.product-question-head i {
  width: 63px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("../images/agree.svg");
}

.product-question-body {
  padding: 22px;
  font-size: 12px;
  position: relative;
  padding-right: 100px;
}
.product-question-body h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
}
.product-question-body i {
  width: 100px;
  position: absolute;
  height: 100px;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product-question.svg");
}

.product-question-hint {
  font-size: 10px;
  margin: 5px 0 0;
}

.product-cheaper {
  margin-top: 15px;
  background-color: #FFD747;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 8px 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-cheaper span {
  display: inline-block;
  margin: auto 0;
}
.product-cheaper .btn {
  width: auto;
}

.product-detail-tags {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.btn-container-filter {
  display: none;
}

@media (max-width: 576px) {
  .btn-container-filter {
    display: block;
  }
  .thumb-container-product .thumb-slider-container {
    height: 270px;
  }
  .thumb-container-product .lSSlideWrapper {
    height: calc(100% - 72px);
  }
  .thumb-container-product .lSGallery a {
    height: 60px;
  }
  .thumb-container-product .single-slider {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .characteristics-list li {
    width: 100%;
  }
  .characteristics-list span {
    width: auto;
  }
  .characteristics-list em {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
  }
  .characteristics-list em > b {
    margin-left: auto;
  }
}
/*-----product-end----*/ 
/*-----reviews-start----*/ 
.reviews-item h2 {
  font-size: 15px;
  color: #14143C;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.reviews-text {
  background-color: #f4f4f4;
  padding: 45px 15px;
  font-weight: 500;
  color: #14143C;
  text-align: center;
  margin: 0 0 30px;
  border-radius: 15px;
  position: relative;
}
.reviews-text::after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: 22px;
  top: calc(100% - 11px);
  background-color: #f4f4f4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reviews-img {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  vertical-align: middle;
}

.reviews-date {
  color: #98A1A7;
  font-size: 14px;
  font-weight: 600;
}

/*-----reviews-end----*/ 
/*-----cabinet-start----*/ 
.cabinet-name {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0px;
}

.cabinet-mail {
  font-size: 14px;
  color: #98A1A7;
  margin: 0px 0 30px;
}

.cabinet-img {
  width: 160px;
  height: 240px;
  position: relative;
}

.cabinet-nav {
  font-size: 20px;
}
.cabinet-nav li {
  margin-bottom: 8px;
}
.cabinet-nav a {
  text-decoration: none;
}
.cabinet-nav a.active, .cabinet-nav a:hover {
  text-decoration: underline;
}

.cabinet-controls {
  margin-bottom: 45px;
}
.cabinet-controls .link {
  margin-right: 30px;
}

.records-list .btn-container {
  padding: 8px 0;
}

.records-line {
  border-bottom: 1px solid #E6E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.records-img {
  width: 60px;
  height: 60px;
  position: relative;
}

.chat-list {
  border: 1px solid #E6E9EC;
  height: 580px;
}

.chat-img {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.chat-item {
  padding: 0 15px;
  height: 90px;
  border-bottom: 1px solid #E6E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.chat-item:hover {
  background-color: #E6E9EC;
}

.chat-name {
  font-weight: 600;
}

.chat-date {
  font-size: 12px;
}

/*MAIN*/
.chat-main {
  border: 1px solid #E6E9EC;
  height: 580px;
}

.chat-head {
  border-bottom: 1px solid #E6E9EC;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

.chat-body,
.chat-controls {
  padding: 15px;
}

.chat-message-container {
  border: 1px solid #E6E9EC;
  height: 260px;
  padding: 15px;
}

.chat-message {
  background-color: #E6E9EC;
  padding: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}

.chat-avatar-img {
  width: 30px;
  height: 30px;
}

.chat-message--answer {
  text-align: right;
  background-color: rgba(193, 159, 86, 0.2);
}
.chat-message--answer .chat-message-body {
  margin-left: auto;
}
.chat-message--answer .chat-img {
  margin: 0 0 0 15px;
}

/*-----cabinet-end----*/ 
/*-----pages-start----*/ 
.map {
  height: 400px;
  position: relative;
}

#map {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.contacts-info {
  margin-bottom: 45px;
}
.contacts-info a {
  text-decoration: none;
}
.contacts-info a:hover {
  color: #C19F56;
}

.contacts-info {
  margin-bottom: 30px;
}

.contacts-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-page-item i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("../images/market-stroke.svg");
}

.contacts-page-item-info {
  width: calc(100% - 20px);
  font-size: 12px;
}
.contacts-page-item-info h4 {
  font-size: 15px;
  margin: 0 0 3px;
}

.contacts-item-body {
  margin-left: 36px;
}

.contacts-ico {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.contacts-page {
  margin-bottom: 50px;
}

.contacts-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.contacts-tabs li {
  display: inline-block;
  border: 2px solid #E6E9EC;
  border-radius: 4px;
  padding: 7px 16px;
  font-weight: 600;
  cursor: pointer;
  color: #444;
  font-size: 14px;
}
.contacts-tabs li:hover, .contacts-tabs li.active {
  border-color: #FFD747;
}
.contacts-tabs li h4 {
  font-weight: inherit;
  font-size: inherit;
}

.contacts-middle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #98A1A7;
  margin-top: 20px;
  padding-bottom: 15px;
}
.contacts-middle-info .phone-btn,
.contacts-middle-info .mail-btn {
  font-weight: 600;
  font-size: 16px;
}
.contacts-middle-info .phone-btn i {
  background-image: url("../images/icons/phone-stroke-gray.svg");
}
.contacts-middle-info .mail-btn {
  margin-right: 18px;
}
.contacts-middle-info .mail-btn i {
  background-image: url("../images/icons/mail-black.svg");
}

.contacts-middle-btns a {
  vertical-align: middle;
  margin-right: 8px;
}

.contacts-middle-info-right li {
  display: inline-block;
  margin-left: 21px;
}

.city-item {
  display: none;
}
.city-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.city-item.active {
  display: -ms-grid;
  display: grid;
}
.city-item .main-grid {
  padding: 0;
}

.popup-map-item {
  width: 100%;
  position: absolute;
  height: calc(100% - 60px);
  z-index: 2;
  left: 30px;
  top: 30px;
  max-width: 220px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 15px 20px 40px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
.popup-map-item.active {
  opacity: 1;
  visibility: visible;
}
.popup-map-item i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("../images/market-stroke.svg");
  position: absolute;
  left: 15px;
  top: 19px;
}

.popup-map-container {
  max-width: 150px;
  font-size: 12px;
}
.popup-map-container h3 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}
.popup-map-container .timework {
  margin-top: 30px;
}
.popup-map-container .btn-container {
  position: absolute;
  bottom: 15px;
}

.contacts-select {
  display: none;
}

.contacts-page-item-mobile-container {
  display: none;
  position: relative;
}

.btn-mobile-container {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

.whatsapp-ico,
.telegram-ico {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.telegram-ico {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/telegram-color.svg");
}

.whatsapp-ico {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/whatsapp-color.svg");
}

.contacts-middle-info-right-mobile {
  display: none;
}

.map-contacts-page .btn {
  position: absolute;
  width: 340px;
  right: 0;
  bottom: 0;
  margin: 25px 20px;
}
.map-contacts-page .city-item {
  display: none;
}

@media (max-width: 1280px) {
  .contacts-tabs {
    gap: 5px;
  }
  .contacts-tabs li {
    padding: 7px 13px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .contacts-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .contacts-item-body {
    font-size: 14px;
  }
  .contacts-item h3 {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .contacts-select {
    display: block;
  }
  .contacts-tabs {
    display: none;
  }
  .contacts-middle-info {
    display: block;
    margin: 10px 0 0px;
    padding: 0 0 5px;
  }
  .contacts-middle-info .phone-btn,
  .contacts-middle-info .mail-btn {
    display: block;
    margin-bottom: 4px;
  }
  .contacts-middle-info .phone-btn i,
  .contacts-middle-info .mail-btn i {
    margin-left: 0;
  }
  .contacts-middle-info-right {
    display: none;
  }
  .contacts-middle-info-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts-middle-info-right li {
    margin: 0;
    font-size: 10px;
  }
  .contacts-middle-info-right a {
    font-size: 0;
    margin-top: -7px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url("../images/download-link.svg");
  }
  .contacts-page {
    margin-bottom: 15px;
  }
  .contacts-page-item-desk {
    display: none;
  }
  .contacts-page-item-mobile-container {
    height: 70px;
    display: block;
  }
  .contacts-page-item-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .btn-mobile-container {
    display: block;
  }
  .contacts-page-item-info h4 {
    font-weight: 600;
  }
  .contacts-slider-container {
    width: 70%;
    overflow: visible;
  }
  .contacts-slider-container .lSSlideWrapper {
    overflow: visible;
  }
  .city-item {
    overflow: hidden;
  }
  .map-contacts-page .map {
    height: auto;
  }
  .map-contacts-page #map {
    height: 240px;
  }
  .map-contacts-page .btn {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .map-contacts-page .city-item.active {
    display: block;
  }
  .popup-map-item {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
    height: auto;
  }
  .popup-map-item.active {
    display: block;
  }
  .popup-map-container .btn-container {
    display: none;
  }
  .contacts-middle-info-right-mobile {
    display: block;
  }
  .contacts-middle-btns .whatsapp-ico,
  .contacts-middle-btns .telegram-ico {
    display: none;
  }
}
.about {
  text-align: center;
  margin: 0 auto;
}

.about-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/404.jpg");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.23);
}
.about-img h1 {
  font-size: inherit;
  color: inherit;
  margin: auto;
}

.about-text {
  margin: 30px 0;
}

.page-about ul {
  padding-left: 20px;
}
.page-about li {
  margin-bottom: 15px;
}

.page-about-topic {
  background-color: #FFD747;
  font-size: 15px;
  padding: 15px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-about-subtopic {
  background-color: #FFD747;
  padding: 15px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
}
.page-about-subtopic span {
  max-width: 430px;
  margin: 0 auto;
  display: block;
}

.page-about-imgs {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
}
.page-about-imgs img {
  width: 100%;
}

.page-about-logo {
  text-align: right;
}
.page-about-logo img {
  max-width: 430px;
  margin: 0 0 10px;
}

.about-footer.main-grid {
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 20px 30px;
}

.default-slider-container {
  height: auto;
}
.default-slider-container img {
  width: calc(100% - 100px);
  margin-left: 50px;
  margin-top: 0px;
}

@media (max-width: 576px) {
  .page-about-logo img {
    width: 100%;
  }
}
.search-form-container {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
.search-form-container .search-container {
  width: calc(100% - 164px);
  display: inline-block;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin: 0 0 8px;
}
.search-form .search-container {
  width: calc(100% - 190px);
}

.search-form-hint {
  color: #98A1A7;
  font-size: 14px;
}
.search-form-hint span {
  margin-right: 8px;
}
.search-form-hint b {
  color: #14143C;
}

.search-item {
  margin-bottom: 30px;
}
.search-item a {
  text-decoration: none;
}
.search-item a:hover {
  color: #C19F56;
}
.search-item h4 {
  padding: 4px;
  font-size: 20px;
  margin: 0 0 15px;
}

.search-item-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E9EC;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-item-head h3 {
  margin-right: 30px;
}
.search-item-head h4 {
  color: #98A1A7;
}
.search-item-head h4 span {
  display: inline-block;
  margin-right: 8px;
  font-weight: 500;
}

.highlight-text {
  background-color: #FFD747;
}

.page-404 {
  text-align: center;
  margin: 0 auto;
}
.page-404 h1 {
  text-align: left;
}
.page-404 .link {
  color: #FFAE17;
  font-size: 20px;
}
.page-404 .link:hover {
  text-decoration: underline;
}

.page-404-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/404.svg");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.23);
}

.page-404-text {
  margin: 0px 0;
  text-transform: uppercase;
  font-size: 24px;
}

/*-----pages-end----*/  
/*-----pages-end----*/
/*# sourceMappingURL=theme-style.css.map */