:root {
  --background-color: #fff;
  --background-dark: #1B1D21;
  --background-granit: #2C2E34;
  --text-color: #2C2E34;
  --accent-color: #B0814B;
  --white-color: #F8F8F8;
  --dark-color: #2C2E34;
  --line-gold: #E2E2E2;
  --block-bg: #F8F8F8;
  --color-border: #E2E2E2;
  --color-info: #5B5B5B;
  --color-wtext: #fff;
  --border-btn: #C6C6C6;
  --color-text-btn: #6E737A;
  --block-white: #fff;
  --bg-tabs: #E2E2E2;
  --bg-main: #F8F8F8;
  --color-block-text: #F8F8F8;
  --color-title: #fff;
  --color-shadow: #F8F8F8;
  --color-close: #8C929B;
  --cl-dark: #2C2E34;
  --cl-white: #fff;
  --cl-bgcard: #F6F6F6;
  --cl-grey: #272727;
  --cl-greylignt: #E2E2E2;
  --cl-white2: #fff;
  --cl-wd: #FFFFFF;
  --cl-lgd: #FFFFFF;
  --cl-gr: #E2E2E2;
  --cl-dg: #6E737A;
  --cl-grw: #2C2E34;
  --cl-gl: #EEE3D7;
  --bg-brand: #f8f8f8;
  --bg-brand-hover: #f3f3f3;
  --bg-news: #F6F6F6;
  --text-info: #5B5B5B;
  --input-bg: #fff;
  --input-bd: #e2e2e2;
  --input-text: #6E737A;
  --input-hover-bg: #fff;
  --input-hover-bd: #473030;
  --input-hover-text: #6E737A;
  --input-bd-active: #B0814B;
  --input-bg-active: #EEE3D7;
  --cl-fav-hover: #E45252;
  --cl-fav-active-hover: #D62626;
  --bg-more: #F8F8F8;
  --cl-card: #EDE7E0;
  --cl-inp-error: #F8CFCF;
  --filter-invert: invert(0);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #1B1D21;
    --background-dark: #fff;
    --background-granit: #E2E2E2;
    --text-color: #F8F8F8;
    --accent-color: #B0814B;
    --white-color: #2C2E34;
    --dark-color: #F8F8F8;
    --line-gold: #B0814B;
    --block-bg: #1B1D21;
    --color-border: #6E737A;
    --color-info: #6E737A;
    --color-wtext: #E2E2E2;
    --border-btn: #E2E2E2;
    --color-text-btn: #E2E2E2;
    --block-white: #2C2E34;
    --bg-tabs: #1B1D21;
    --bg-main: #1B1D21;
    --color-block-text: #E2E2E2;
    --color-title: #E2E2E2;
    --color-shadow: #1B1D21;
    --color-close: #E2E2E2;
    --cl-dark: #fff;
    --cl-white: #2C2E34;
    --cl-bgcard: #191B1F;
    --cl-grey: #fff;
    --cl-greylignt: #2C2E34;
    --cl-white2: #1B1D21;
    --cl-wd: #1B1D21;
    --cl-lgd: #212328;
    --cl-gr: #2C2E34;
    --cl-dg: #6E737A;
    --cl-grw: #FFFFFF;
    --cl-gl: #3C332A;
    --bg-brand: #212328;
    --bg-brand-hover: #1F2126;
    --bg-news: #191B1F;
    --text-info: #6E737A;
    --input-bg: #1B1D21;
    --input-bd: #2C2E34;
    --input-text: #6E737A;
    --input-hover-bg: #1B1D21;
    --input-hover-bd: #1B1D21;
    --input-hover-text: #6E737A;
    --button-hover: #B0814B;
    --input-bd-active: #B0814B;
    --input-bg-active: #3C332A;
    --cl-fav-hover: #E45252;
    --cl-fav-active-hover: #D62626;
    --bg-more: #212328;
    --cl-card: #2D2825;
    --cl-inp-error: #461F22;
    --filter-invert: invert(1);
  }
}
html {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 360px;
  min-height: 100vh;
  font-family: "SFPRODISPLAY", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: var(--cl-dark);
  background-color: var(--background-color);
  scroll-behavior: smooth !important;
}
@media (max-width: 1499px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}
html.light-theme {
  --background-color: #fff;
  --background-dark: #1B1D21;
  --background-granit: #2C2E34;
  --text-color: #2C2E34;
  --accent-color: #B0814B;
  --white-color: #F8F8F8;
  --dark-color: #2C2E34;
  --line-gold: #E2E2E2;
  --block-bg: #F8F8F8;
  --color-border: #E2E2E2;
  --color-info: #5B5B5B;
  --color-wtext: #fff;
  --border-btn: #C6C6C6;
  --color-text-btn: #6E737A;
  --block-white: #fff;
  --bg-tabs: #E2E2E2;
  --bg-main: #F8F8F8;
  --color-block-text: #F8F8F8;
  --color-title: #fff;
  --color-shadow: #F8F8F8;
  --color-close: #8C929B;
  --cl-dark: #2C2E34;
  --cl-white: #fff;
  --cl-bgcard: #F6F6F6;
  --cl-grey: #272727;
  --cl-greylignt: #E2E2E2;
  --cl-white2: #fff;
  --cl-wd: #FFFFFF;
  --cl-lgd: #FFFFFF;
  --cl-gr: #E2E2E2;
  --cl-dg: #6E737A;
  --cl-grw: #2C2E34;
  --cl-gl: #EEE3D7;
  --bg-brand: #f8f8f8;
  --bg-brand-hover: #f3f3f3;
  --bg-news: #F6F6F6;
  --text-info: #5B5B5B;
  --input-bg: #fff;
  --input-bd: #e2e2e2;
  --input-text: #6E737A;
  --input-hover-bg: #fff;
  --input-hover-bd: #473030;
  --input-hover-text: #6E737A;
  --input-bd-active: #B0814B;
  --input-bg-active: #EEE3D7;
  --cl-fav-hover: #E45252;
  --cl-fav-active-hover: #D62626;
  --bg-more: #F8F8F8;
  --cl-card: #EDE7E0;
  --cl-inp-error: #F8CFCF;
  --filter-invert: invert(0);
}
html.dark-theme {
  --background-color: #1B1D21;
  --background-dark: #fff;
  --background-granit: #E2E2E2;
  --text-color: #F8F8F8;
  --accent-color: #B0814B;
  --white-color: #2C2E34;
  --dark-color: #F8F8F8;
  --line-gold: #B0814B;
  --block-bg: #1B1D21;
  --color-border: #6E737A;
  --color-info: #6E737A;
  --color-wtext: #E2E2E2;
  --border-btn: #E2E2E2;
  --color-text-btn: #E2E2E2;
  --block-white: #2C2E34;
  --bg-tabs: #1B1D21;
  --bg-main: #1B1D21;
  --color-block-text: #E2E2E2;
  --color-title: #E2E2E2;
  --color-shadow: #1B1D21;
  --color-close: #E2E2E2;
  --cl-dark: #fff;
  --cl-white: #2C2E34;
  --cl-bgcard: #191B1F;
  --cl-grey: #fff;
  --cl-greylignt: #2C2E34;
  --cl-white2: #1B1D21;
  --cl-wd: #1B1D21;
  --cl-lgd: #212328;
  --cl-gr: #2C2E34;
  --cl-dg: #6E737A;
  --cl-grw: #FFFFFF;
  --cl-gl: #3C332A;
  --bg-brand: #212328;
  --bg-brand-hover: #1F2126;
  --bg-news: #191B1F;
  --text-info: #6E737A;
  --input-bg: #1B1D21;
  --input-bd: #2C2E34;
  --input-text: #6E737A;
  --input-hover-bg: #1B1D21;
  --input-hover-bd: #1B1D21;
  --input-hover-text: #6E737A;
  --button-hover: #B0814B;
  --input-bd-active: #B0814B;
  --input-bg-active: #3C332A;
  --cl-fav-hover: #E45252;
  --cl-fav-active-hover: #D62626;
  --bg-more: #212328;
  --cl-card: #2D2825;
  --cl-inp-error: #461F22;
  --filter-invert: invert(1);
}

.main {
  flex: 1 1 auto;
  width: 100%;
  padding-top: 121px;
}
@media (max-width: 1399px) {
  .main {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .main {
    padding-top: 106px;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 64px;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px !important;
  text-decoration-color: transparent;
  text-underline-position: auto;
  text-underline-offset: 0.1em;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  color: #B0814B;
  text-decoration-color: inherit;
}

svg {
  display: block;
  flex: 0 0 auto;
}

img {
  vertical-align: top;
  max-width: 100%;
  user-select: none;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  box-shadow: none;
}

.w-100 {
  width: 100%;
}

.slider__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider__nav__btn {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid var(--cl-gr);
  color: #6E737A;
  margin-left: 10px;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__nav__btn:first-child {
  margin-left: 0;
}
.slider__nav__btn.disable {
  border-color: var(--cl-gr);
  color: var(--cl-gr);
  cursor: default;
}
@media (hover: hover) {
  .slider__nav__btn:not(.disable):hover {
    color: #B0814B;
    border-color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .slider__nav__btn:not(.disable):hover {
    color: #fff;
    border-color: #B0814B;
    background-color: #B0814B;
  }
}
.slider__nav__btn svg {
  max-width: 16px;
  max-height: 16px;
  stroke: currentColor;
}

.downloads {
  margin: -10px;
}
.downloads__item {
  padding: 10px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1404px;
  }
}

.mbtn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  outline: none !important;
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.mbtn:disabled {
  background-color: var(--bg-brand) !important;
  border-color: var(--bg-brand) !important;
  cursor: default !important;
}
.mbtn.color-green {
  color: #37BB4F !important;
}
.mbtn.color-red {
  color: #DD2727 !important;
}
.mbtn.mbtn__small {
  padding: 15px 18px;
  font-size: 18px;
}
.mbtn.mbtn__small2 {
  padding: 15px 18px;
  font-size: 18px;
}
@media (max-width: 1399px) {
  .mbtn.mbtn__small2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mbtn.mbtn__small2 {
    padding: 15px 18px;
    font-size: 18px;
  }
}
.mbtn.mbtn__middle {
  padding: 20px 40px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .mbtn.mbtn__middle {
    font-size: 16px;
    padding: 17px 30px;
  }
}
.mbtn.mbtn__big {
  padding: 20px 40px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .mbtn.mbtn__big {
    font-size: 16px;
    padding: 17px 20px;
  }
}
.mbtn.mbtn__middle2 {
  padding: 17px 40px;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .mbtn.mbtn__middle2 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .mbtn.mbtn__middle2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mbtn.mbtn__middle2 {
    padding: 14px 20px;
    font-size: 16px;
  }
}
.mbtn.mbtn__white {
  border-color: #fff;
  color: #fff;
}
@media (hover: hover) {
  .mbtn.mbtn__white:not(:disabled):hover {
    border-color: #B0814B;
    color: #fff;
    background-color: #B0814B !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mbtn.mbtn__white:not(:disabled):hover {
    border-color: #B0814B;
    color: #fff;
    background-color: #B0814B !important;
  }
}
.mbtn.mbtn__primary {
  background-color: #B0814B;
  border-color: #B0814B;
  color: #fff;
}
@media (hover: hover) {
  .mbtn.mbtn__primary:not(:disabled):hover {
    color: #fff;
    background-color: #9E7443;
    border-color: #9E7443;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mbtn.mbtn__primary:not(:disabled):hover {
    color: #fff;
    background-color: #9E7443;
    border-color: #9E7443;
  }
}
.mbtn.mbtn__grey {
  background-color: var(--cl-dark);
  border-color: var(--cl-dark);
  color: var(--cl-white);
}
@media (hover: hover) {
  .mbtn.mbtn__grey:not(:disabled):hover {
    color: #fff;
    background-color: #B0814B;
    border-color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mbtn.mbtn__grey:not(:disabled):hover {
    color: #fff;
    background-color: #B0814B;
    border-color: #B0814B;
  }
}
.mbtn.mbtn__grey:disabled {
  color: var(--cl-greylignt);
  background-color: var(--bg-brand);
  border-color: var(--bg-brand);
}
.mbtn.mbtn__bordered {
  background-color: transparent !important;
}
@media (hover: hover) {
  .mbtn.mbtn__bordered.mbtn__white:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent !important;
    border-color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mbtn.mbtn__bordered.mbtn__white:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent !important;
    border-color: #B0814B;
  }
}
.mbtn.mbtn__bordered.mbtn__grey {
  color: var(--background-granit);
}
@media (hover: hover) {
  .mbtn.mbtn__bordered.mbtn__grey:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent !important;
    border-color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mbtn.mbtn__bordered.mbtn__grey:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent !important;
    border-color: #B0814B;
  }
}

.h1 {
  padding: 0;
  margin: 52px 0;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .h1 {
    font-size: 42px;
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}
.h1:first-child {
  margin-top: 0;
}
.h1:last-child {
  margin-bottom: 0;
}

.h2 {
  padding: 0;
  margin: 50px 0 30px 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .h2 {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }
}
.h2:first-child {
  margin-top: 0;
}
.h2:last-child {
  margin-bottom: 0;
}

.h3 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .h3 {
    font-size: 24px;
    margin: 20px 0 10px 0;
  }
}
.h3:first-child {
  margin-top: 0;
}
.h3:last-child {
  margin-bottom: 0;
}

.h4 {
  padding: 0;
  margin: 60px 0 30px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .h4 {
    font-size: 20px;
    margin: 60px 0 30px 0;
  }
}
.h4:first-child {
  margin-top: 0;
}
.h4:last-child {
  margin-bottom: 0;
}

.h5 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .h5 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}
.h5:first-child {
  margin-top: 0;
}
.h5:last-child {
  margin-bottom: 0;
}

.h6 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .h6 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
}
.h6:first-child {
  margin-top: 0;
}
.h6:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.block__title {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .block__title {
    margin-bottom: 32px;
  }
}
.block__title .h1, .block__title .h2, .block__title .h3, .block__title .h4 {
  margin-bottom: 20px;
}
.block__title .h1:last-child, .block__title .h2:last-child, .block__title .h3:last-child, .block__title .h4:last-child {
  margin-bottom: 0;
}
.block__title__body {
  margin-bottom: 20px;
}
.block__title__body:last-child {
  margin-bottom: 0;
}
.block__title .mbtn {
  min-width: 294px;
}
.block__title .block__text {
  max-width: 629px;
}
@media (max-width: 991px) {
  .block__title__des {
    padding-top: 20px;
  }
}
.block__title__padd {
  padding-top: 20px;
}

.block__text {
  position: relative;
}
.block__text h1 {
  padding: 0;
  margin: 50px 0 30px 0;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .block__text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .block__text h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .block__text h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .block__text h1 {
    font-size: 42px;
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .block__text h1 {
    font-size: 30px;
  }
}
.block__text h1:first-child {
  margin-top: 0;
}
.block__text h1:last-child {
  margin-bottom: 0;
}
.block__text h2 {
  padding: 0;
  margin: 50px 0 30px 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .block__text h2 {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .block__text h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .block__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .block__text h2 {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }
}
.block__text h2:first-child {
  margin-top: 0;
}
.block__text h2:last-child {
  margin-bottom: 0;
}
.block__text h3 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .block__text h3 {
    font-size: 24px;
    margin: 20px 0 10px 0;
  }
}
.block__text h3:first-child {
  margin-top: 0;
}
.block__text h3:last-child {
  margin-bottom: 0;
}
.block__text h4 {
  padding: 0;
  margin: 60px 0 30px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .block__text h4 {
    font-size: 20px;
    margin: 60px 0 30px 0;
  }
}
.block__text h4:first-child {
  margin-top: 0;
}
.block__text h4:last-child {
  margin-bottom: 0;
}
.block__text h5 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .block__text h5 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}
.block__text h5:first-child {
  margin-top: 0;
}
.block__text h5:last-child {
  margin-bottom: 0;
}
.block__text h6 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 991px) {
  .block__text h6 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
}
.block__text h6:first-child {
  margin-top: 0;
}
.block__text h6:last-child {
  margin-bottom: 0;
}
.block__text p {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .block__text p {
    margin-top: 20px;
  }
}
.block__text p:first-child {
  margin-top: 0;
}
.block__text a {
  color: inherit;
}
.block__text a:hover, .block__text a:focus {
  text-decoration-color: #B0814B;
  color: #B0814B;
}
.block__text img {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 52px 0;
}
@media (max-width: 991px) {
  .block__text img {
    margin: 32px 0;
  }
}
.block__text img:last-child {
  margin-bottom: 0;
}
.block__text img:first-child {
  margin-top: 0;
}
.block__text blockquote {
  display: block;
  margin: 30px 0;
  background-color: var(--bg-brand);
  position: relative;
  padding: 32px 32px 32px 88px;
  border-radius: 10px;
  color: #6E737A;
}
@media (max-width: 767px) {
  .block__text blockquote {
    padding: 70px 20px 20px 20px;
  }
}
.block__text blockquote:first-child {
  margin-top: 0;
}
.block__text blockquote:last-child {
  margin-bottom: 0;
}
.block__text blockquote::after {
  content: url(./../img/ic-quotes.svg);
  position: absolute;
  left: 30px;
  top: 30px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  fill: #E2E2E2;
  z-index: 1;
}
@media (max-width: 767px) {
  .block__text blockquote::after {
    left: 20px;
    top: 20px;
  }
}
.block__text blockquote span {
  display: block;
  color: var(--cl-dark);
  padding-top: 10px;
}
.block__text figure {
  display: block;
  width: 100%;
  position: relative;
  margin: 52px 0;
}
@media (max-width: 991px) {
  .block__text figure {
    margin: 32px 0;
  }
}
.block__text figure:last-child {
  margin-bottom: 0;
}
.block__text figure:first-child {
  margin-top: 0;
}
.block__text figure img {
  display: block;
  width: 100%;
  margin: 0;
}
.block__text figure figcaption {
  display: block;
  padding-top: 20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .block__text figure figcaption {
    font-size: 14px;
  }
}
.block__text ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.block__text ul:first-child {
  margin-top: 0;
}
.block__text ul:last-child {
  margin-bottom: 0;
}
.block__text ul > li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
}
.block__text ul > li:first-child {
  margin-top: 0;
}
.block__text ul > li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--background-granit);
}
.block__text .text__big {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .block__text .text__big {
    font-size: 18px;
  }
}
.block__text.policy {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.block__text.policy .h2, .block__text.policy .h3, .block__text.policy .h4, .block__text.policy .h5, .block__text.policy .h6 {
  padding-top: 30px;
}
.block__text.policy .h1 {
  margin-bottom: 20px;
}

.form {
  margin: 0;
}
.form__line {
  position: relative;
  margin: -8px -10px;
}
@media (max-width: 1399px) {
  .form__line {
    margin: -8px;
  }
}
.form__line > div {
  padding: 8px 10px;
}
@media (max-width: 1399px) {
  .form__line > div {
    padding: 8px;
  }
}
.form__line > div.form__line__item__footer {
  padding-top: 24px;
}
.form__place {
  position: relative;
  display: block;
  margin: 0;
}
.form__place.size-mini .form__place__input {
  padding: 22px 20px 8px 20px;
  min-height: 56px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .form__place.size-mini .form__place__input {
    padding: 21px 20px 8px 20px;
    min-height: 50px;
    font-size: 15px;
  }
}
.form__place.size-mini .form__place__label {
  padding-top: 14px;
}
.form__place.size-mini.active .form__place__label {
  padding-top: 8px;
}
.form__place__input {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid var(--cl-greylignt);
  border-radius: 6px;
  background: var(--cl-white2);
  color: var(--cl-dark);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  padding: 16px 20px;
  height: 62px;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .form__place__input {
    height: 52px;
    font-size: 16px;
    padding: 15px 20px;
  }
}
.form__place__input:hover, .form__place__input:focus {
  border-color: #B0814B;
  cursor: pointer;
}
.form__place__input::placeholder {
  color: #6E737A;
}
.form__place__input::-webkit-outer-spin-button, .form__place__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__place__input.active {
  border-color: #B0814B;
}
.form__place__input.inputfull {
  border-color: #B0814B;
  color: var(--cl-dark);
  background: var(--input-bg-active);
}
.form__place__input.error {
  border-color: #FF0000;
}
.form__place__input.error.inputfull {
  border-color: #FF0000;
  background-color: var(--cl-inp-error);
}
.form__place__info {
  margin-top: 5px;
  color: var(--text-info);
  display: none;
}
.form__place__info.active {
  display: block;
}
.form__textarea {
  display: block;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid var(--input-bd);
  border-radius: 6px;
  background: var(--input-bg);
  color: var(--cl-dark);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  padding: 16px 8px 16px 20px;
  min-height: 62px;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .form__textarea {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .form__textarea {
    font-size: 16px;
  }
}
.form__textarea.active {
  border-color: var(--input-bd-active);
  background-color: var(--input-bg-active);
}
.form__textarea.error {
  border-color: #FF0000;
}
.form__textarea textarea {
  max-height: 153px;
  resize: none;
  overflow-y: auto;
  width: 100%;
  background: none;
  color: var(--cl-dark);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  padding: 0;
  border: none;
  padding-right: 12px;
  outline: none;
}
@media (max-width: 1199px) {
  .form__textarea textarea {
    font-size: 16px;
  }
}
.form__textarea textarea::-webkit-scrollbar {
  width: 4px;
  margin: 0;
  background-color: #8C929B;
}
.form__textarea textarea::-webkit-scrollbar-thumb {
  background-color: var(--cl-greylignt);
}
.form__info {
  position: relative;
  color: var(--text-info);
}
.form__info a {
  color: #B0814B;
  text-decoration: none;
}
.form__info a:hover, .form__info a:focus {
  color: #9E7443;
}
.form__foot {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .form__foot {
    padding-top: 32px;
  }
  .form__foot .mbtn {
    margin-top: 16px;
  }
}
.form__link-wicon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #B0814B;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .form__link-wicon {
    width: 100%;
    font-size: 16px;
  }
}
.form__link-wicon.form__link-wicon-red {
  color: #E2E2E2;
}
@media (hover: hover) {
  .form__link-wicon:hover {
    color: #9E7443;
  }
  .form__link-wicon.form__link-wicon-red:hover {
    color: #DD2727;
  }
}
@media (hover: none) and (pointer: coarse) {
  .form__link-wicon:hover {
    color: #9E7443;
  }
}
@media (hover: none) and (pointer: coarse) and (max-width: 991px) {
  .form__link-wicon:hover {
    background-color: #2C2E34;
    border-color: #2C2E34;
  }
}
@media (hover: none) and (pointer: coarse) {
  .form__link-wicon :hover {
    color: #DD2727;
  }
}
@media (hover: hover) {
  .form__link-wicon.form__link-wicon-red :hover {
    color: #DD2727;
  }
}
@media (hover: none) and (pointer: coarse) {
  .form__link-wicon.form__link-wicon-red :hover {
    color: #DD2727;
  }
}
.form__link-wicon i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.form__link-wicon i svg {
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.form__link-wicon span {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.form__select {
  position: relative;
  z-index: 5;
}
.form__select.form__select__disabled .form__select__label {
  color: var(--cl-greylignt);
  border-color: var(--cl-greylignt);
  cursor: default;
}
.form__select.active {
  z-index: 8;
}
.form__select.active .form__select__label {
  border-color: #B0814B;
  color: var(--cl-dark);
}
.form__select.active .form__select__label i {
  transform: rotate(180deg);
  color: #6E737A;
}
.form__select.active .js--select-dropdown {
  display: block;
}
.form__select.active.dubleactive {
  z-index: 7;
}
.form__select.dubleactive {
  z-index: 5;
}
.form__select.dubleactive .form__select__label {
  border-color: #B0814B;
  color: var(--cl-dark);
  background-color: var(--input-bg-active);
}
.form__select__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 1.2;
  color: #6E737A;
  border: 1px solid var(--cl-greylignt);
  background-color: var(--cl-white2);
  border-radius: 6px;
  min-height: 62px;
  padding: 18px 55px 18px 20px;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .form__select__label {
    min-height: 52px;
    font-size: 16px;
    padding: 15px 55px 15px 20px;
  }
}
.form__select__label:hover {
  border-color: #B0814B;
  background-color: var(--cl-white2);
}
.form__select__label span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__select__label i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E737A;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .form__select__label i {
    right: 18px;
  }
}
.form__select__label i svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}
.form__select__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 212px;
  display: none;
  z-index: 10;
}
.form__select__dropdown__body {
  background-color: var(--cl-lgd);
  border-radius: 6px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.24);
}
.form__select__dropdown__clear {
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid var(--cl-greylignt);
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 0.3s;
  color: #6E737A;
  font-size: 20px;
}
.form__select__dropdown__clear:hover {
  color: #B0814B;
}
.form__select__dropdown__clear:hover i {
  color: #B0814B;
}
.form__select__dropdown__clear i {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E737A;
  transition: all ease 0.3s;
}
.form__select__dropdown__clear i svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}
.form__select__dropdown__padd {
  padding: 8px 4px 8px 20px;
}
.form__select__dropdown__scroll {
  max-height: 230px;
}
.form__select__dropdown__list {
  list-style: none;
  margin: 0;
  padding: 12px 8px 12px 0;
}
.form__select__dropdown__list li {
  margin-bottom: 24px;
}
.form__select__dropdown__list li:last-child {
  margin-bottom: 0;
}
.form__select__dropdown__list li.form__grouplabel {
  color: #6E737A;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.form__select__dropdown__list ul {
  list-style: none;
  margin: 0;
  padding: 24px 0 0 24px;
}
.form__select__colors {
  list-style: none;
  margin: -6px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.form__select__colors li {
  padding: 6px;
}
.form__select-width {
  min-width: 213px;
}
@media (max-width: 991px) {
  .form__select-width {
    padding-top: 30px;
  }
}
.form__check {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .form__check:hover span i {
    border-color: #B0814B;
  }
}
.form__check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
}
.form__check input.check-hulf ~ span i::after,
.form__check input.check-hulf ~ span i::before {
  opacity: 1;
}
.form__check input:checked ~ span i {
  color: #fff;
  background-color: #B0814B;
  border-color: #B0814B;
}
.form__check span {
  display: block;
  color: var(--cl-dark);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 34px;
}
.form__check span i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--cl-gr);
  border-radius: 4px;
  color: transparent;
  transition: all ease 0.3s;
}
.form__check span i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  z-index: 3;
  opacity: 0;
  transition: all ease 0.4s;
}
.form__check span i::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #B0814B;
  z-index: 2;
  opacity: 0;
  transition: all ease 0.4s;
}
.form__check span i svg {
  max-width: 10px;
  max-height: 10px;
  fill: currentColor;
}
.form__check span b {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  font-weight: normal;
}
.form__radio {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (hover: hover) {
  .form__radio:hover span i {
    border-color: #B0814B;
  }
}
.form__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
}
.form__radio input:checked ~ span i {
  border-color: #B0814B;
}
.form__radio input:checked ~ span i::after {
  opacity: 1;
}
.form__radio span {
  display: block;
  color: var(--cl-dark);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  padding: 0 0 0 44px;
}
.form__radio span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  border: 1px solid var(--cl-gr);
  border-radius: 50%;
  color: transparent;
  transition: all ease 0.3s;
}
.form__radio span i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all ease 0.3s;
  background-color: #B0814B;
  opacity: 0;
  z-index: 2;
}
.form__radio span b {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  font-weight: normal;
}
.form__check__color {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.form__check__color.form__check__color__white span {
  outline: 1px solid #F8F8F8;
  outline-offset: -1px;
}
.form__check__color input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10;
}
.form__check__color input:checked ~ span i {
  opacity: 1;
}
.form__check__color input:checked ~ span i::after {
  opacity: 1;
}
.form__check__color span {
  display: block;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  position: relative;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .form__check__color span {
    width: 37px;
    height: 37px;
  }
}
.form__check__color span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  transition: all ease 0.3s;
  opacity: 0;
}
.form__check__color span i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.form__check__color span i svg {
  max-width: 10px;
  max-height: 10px;
  fill: currentColor;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .form__check__color span i svg {
    max-width: 11px;
    max-height: 11px;
  }
}
.form__double {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.form__double .form__double__first {
  position: relative;
}
.form__double .form__double__first .form__select__label,
.form__double .form__double__first .form__place__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__double .form__double__first .form__select__label .form__select__label,
.form__double .form__double__first .form__select__label .form__place__input,
.form__double .form__double__first .form__place__input .form__select__label,
.form__double .form__double__first .form__place__input .form__place__input {
  z-index: 6;
}
.form__double .form__double__first:hover {
  z-index: 7;
}
.form__double .form__double__first:hover .form__place__input,
.form__double .form__double__first:hover .form__select {
  z-index: 7;
}
.form__double .form__double__first.active {
  z-index: 6;
}
.form__double .form__double__first.active .form__place__input,
.form__double .form__double__first.active .form__select {
  z-index: 6;
}
.form__double .form__double__last {
  margin-left: -1px;
  position: relative;
}
.form__double .form__double__last .form__select__label,
.form__double .form__double__last .form__place__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form__double .form__double__last:hover {
  z-index: 6;
}
.form__double .form__double__last:hover .form__place__input,
.form__double .form__double__last:hover .form__select {
  z-index: 6;
}

.choices__inner {
  border-color: var(--color-border);
  background-color: transparent;
  padding: 16px 40px 16px 20px;
  border-radius: 6px;
  min-height: 56px;
  font-size: 20px;
  line-height: 1;
}
.choices__list--single {
  padding: 0;
}
.choices__item--selectable {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choices[data-type*=select-one]::after {
  width: 10px;
  height: 10px;
  right: 20px;
  margin-top: -5px;
  border: none;
  border-left: 2px solid var(--background-granit);
  border-bottom: 2px solid var(--background-granit);
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

.simplebar-track {
  width: 4px;
  background-color: var(--cl-greylignt);
}
.simplebar-track.simplebar-vertical {
  width: 4px;
  border-radius: 2px;
}
.simplebar-track.simplebar-horizontal {
  display: none;
}
.simplebar-scrollbar::before {
  background-color: #8C929B;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.iti {
  width: 100%;
}

.iti__selected-country-primary {
  padding-left: 20px;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  padding-left: 64px !important;
  width: 100%;
}

.iti__arrow {
  margin-left: 8px;
}

.iti__dropdown-content {
  background-color: var(--cl-lgd) !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  background-color: var(--cl-lgd);
  border-radius: 6px;
  border: none;
  overflow: hidden;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.24);
}

.iti__search-input {
  border: none;
  padding: 12px 20px;
  border-bottom: 1px solid var(--cl-greylignt);
  background-color: var(--cl-lgd);
  color: var(--text-color);
}
.iti__search-input:hover, .iti__search-input:focus {
  outline: none;
}
.iti__search-input::placeholder {
  color: var(--input-text);
}
.iti__search-input::-webkit-outer-spin-button, .iti__search-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.iti__country-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iti__country-list::-webkit-scrollbar {
  width: 5px;
  margin: 0;
  background-color: #E2E2E2;
}
.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #8C929B;
}

.iti__country {
  padding: 12px 20px;
}

.block__padd {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 991px) {
  .block__padd {
    padding: 30px 0;
  }
}
.block__padd:first-child, .block__padd.block__padd__first {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .block__padd:first-child, .block__padd.block__padd__first {
    padding-top: 60px;
  }
}
.block__padd:last-child, .block__padd.block__padd__last {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .block__padd:last-child, .block__padd.block__padd__last {
    padding-bottom: 60px;
  }
}
.block__padd.block__padd__nolast {
  padding-bottom: 52px;
}
@media (max-width: 991px) {
  .block__padd.block__padd__nolast {
    padding-bottom: 32px;
  }
}
.block__padd.block__padd__nofirst {
  padding-top: 52px;
}
@media (max-width: 991px) {
  .block__padd.block__padd__nofirst {
    padding-top: 32px;
  }
}
.block__padd__wline {
  height: 1px;
  background-color: var(--cl-greylignt);
  margin-bottom: 40px;
}

.block__more {
  text-align: center;
  padding-top: 52px;
}
@media (max-width: 991px) {
  .block__more {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .block__more .mbtn {
    display: block;
    width: 100%;
  }
}

.block__wbg {
  padding: 104px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.block__wbg__body {
  padding: 64px;
  border-radius: 10px;
  background-color: var(--bg-brand);
  color: var(--cl-dark);
}
@media (max-width: 991px) {
  .block__wbg__body {
    padding: 52px 40px;
  }
}
@media (max-width: 767px) {
  .block__wbg__body {
    padding: 32px;
  }
}
.block__wbg .block__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .block__wbg .block__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .block__wbg .block__title__des {
    padding-top: 16px;
  }
}
.block__wbg .block__title .h1, .block__wbg .block__title .h2, .block__wbg .block__title .h3, .block__wbg .block__title .h4 {
  margin-bottom: 0;
}

.block__wvideo {
  min-height: 600px;
  position: relative;
  padding: 104px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #6E737A;
  color: #fff;
}
@media (max-width: 991px) {
  .block__wvideo {
    min-height: 450px;
    padding: 64px 0;
  }
}
.block__wvideo__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.block__wvideo__video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.block__wvideo__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  z-index: 1;
}
.block__wvideo__content {
  position: relative;
  width: 100%;
  z-index: 5;
}
.block__wvideo__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 577px;
}
@media (max-width: 1499px) {
  .block__wvideo__title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .block__wvideo__title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .block__wvideo__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .block__wvideo__title {
    margin-bottom: 32px;
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .block__wvideo__title {
    max-width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .block__wvideo__more .mbtn {
    display: block;
    width: 100%;
  }
}

.block__white {
  background-color: var(--bg-more);
  border-radius: 10px;
  padding: 64px;
  color: var(--background-granit);
}
@media (max-width: 991px) {
  .block__white {
    padding: 32px;
  }
}
.block__white__body {
  position: relative;
  z-index: 2;
}

.block__slide {
  position: relative;
}
.block__slide.active .block__slide__body {
  -webkit-line-clamp: none;
  line-clamp: none;
}
.block__slide__foot {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .block__slide__foot {
    padding-top: 16px;
  }
}
.block__slide__title {
  margin-bottom: 20px;
  max-width: 801px;
}
@media (max-width: 991px) {
  .block__slide__title {
    margin-bottom: 16px;
  }
}
.block__slide__title .h1, .block__slide__title .h2, .block__slide__title h3, .block__slide__title .h4, .block__slide__title .h5, .block__slide__title .h6 {
  margin: 0;
}
.block__slide__body {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .block__slide__body {
    -webkit-line-clamp: 17;
    line-clamp: 17;
  }
}
.block__slide__more {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: var(--accent-color);
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .block__slide__more:hover {
    color: #9E7443;
  }
}
@media (hover: none) and (pointer: coarse) {
  .block__slide__more:hover {
    color: #9E7443;
  }
}
.block__slide__more span {
  display: inline-block;
}
.block__slide__more span.default {
  display: inline-block;
}
.block__slide__more span.hover {
  display: none;
}
.block__slide__more i {
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .block__slide__more i {
    top: 1px;
  }
}
.block__slide__more i svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}
.block__slide__more.active i {
  transform: rotate(180deg);
}
.block__slide__more.active span.default {
  display: none;
}
.block__slide__more.active span.hover {
  display: inline-block;
}

.block__sort {
  margin: -10px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .block__sort {
    padding-bottom: 30px;
  }
}
.block__sort__item {
  padding: 10px;
}
.block__sort__select {
  max-width: 202px;
}
@media (max-width: 991px) {
  .block__sort__select {
    max-width: 161px;
  }
}
.block__sort__vid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block__sort__vid__btn {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  max-width: 100%;
  border: 1px solid var(--cl-greylignt);
  color: #6E737A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .block__sort__vid__btn:hover {
    border-color: #B0814B;
    z-index: 2;
  }
}
@media (hover: none) and (pointer: coarse) {
  .block__sort__vid__btn:hover {
    border-color: #B0814B;
    z-index: 2;
  }
}
.block__sort__vid__btn::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #B0814B;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 2;
}
.block__sort__vid__btn.block__sort__vid__btn__first {
  border-radius: 4px 0 0 4px;
}
.block__sort__vid__btn.block__sort__vid__btn__first::after {
  right: 0;
}
.block__sort__vid__btn.block__sort__vid__btn__last {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.block__sort__vid__btn.block__sort__vid__btn__last::after {
  left: 0;
}
.block__sort__vid__btn svg {
  max-width: 24px;
  max-height: 24px;
  fill: currentColor;
}
.block__sort__vid__btn.active {
  color: var(--cl-dark);
  border-color: #B0814B;
  background-color: var(--cl-gl);
  cursor: default;
}
.block__sort__vid__btn.active::after {
  opacity: 1;
}

.block__wimg {
  background-color: var(--cl-dark);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  color: var(--cl-white2);
  margin: 0;
}
.block__wimg__body {
  padding: 64px;
}
@media (max-width: 1199px) {
  .block__wimg__body {
    padding: 40px 56px 40px 40px;
  }
}
@media (max-width: 991px) {
  .block__wimg__body {
    padding: 32px;
  }
}
.block__wimg__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 436px;
  padding: 0;
}
@media (max-width: 991px) {
  .block__wimg__img {
    height: 320px;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .block__wimg__img {
    height: 210px;
    min-height: auto;
  }
}
.block__wimg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__des {
  padding: 64px;
  background-color: var(--bg-brand);
  color: var(--cl-dark);
  margin: 100px 0;
}
@media (max-width: 991px) {
  .block__des {
    margin-top: 64px;
  }
}
.block__des:last-child {
  margin-bottom: 0;
}
.block__des:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .block__des {
    padding: 32px;
  }
}
.block__des__body {
  max-width: 72.56%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .block__des__body {
    max-width: 100%;
  }
}

.block__overflow {
  overflow: hidden;
}

@media (max-width: 991px) {
  .crumbs {
    /* width: 100vw; */
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    /* padding-left: 0px!important; */
  }
}
.crumbs + .block__padd__wline {
  margin-top: -10px;
}
.crumbs ol {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 22px;
  align-items: center;
  color: #6E737A;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .crumbs ol {
    margin: 0 0 30px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 15px;
  }
}
.crumbs ol li {
  position: relative;
  padding-right: 10px;
}
.crumbs ol li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: 10px;
}
.crumbs ol li:last-child {
  color: #6E737A;
}
.crumbs ol a {
  color: #B0814B;
  display: inline-block;
}
@media (hover: hover) {
  .crumbs ol a:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .crumbs ol a:hover {
    color: #B0814B;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px -20px;
}
@media (max-width: 991px) {
  .pagination {
    margin: -5px -12px;
    justify-content: center;
  }
}
.pagination__item {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .pagination__item {
    padding: 5px 12px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: -6px;
  padding: 0;
  color: #6E737A;
}
@media (max-width: 991px) {
  .pagination__list {
    margin: -4px;
  }
}
.pagination__list li {
  padding: 6px;
}
@media (max-width: 991px) {
  .pagination__list li {
    padding: 4px;
  }
}
.pagination__list__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 4px;
  color: #6E737A;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 991px) {
  .pagination__list__number {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
}
@media (hover: hover) {
  .pagination__list__number:not(.active):hover {
    color: #B0814B;
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .pagination__list__number:not(.active):hover {
    color: #B0814B;
    text-decoration-color: transparent;
  }
}
.pagination__list__number.active {
  color: #fff;
  background-color: #B0814B !important;
  text-decoration-color: transparent;
  cursor: default;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cl-greylignt);
  background-color: transparent;
  border-radius: 4px;
  transition: all ease 0.3s;
  color: #6E737A;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .pagination__btn {
    width: 36px;
    height: 36px;
  }
}
@media (hover: hover) {
  .pagination__btn:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .pagination__btn:not(:disabled):hover {
    color: #B0814B;
    background-color: transparent;
  }
}
.pagination__btn:disabled {
  color: var(--cl-greylignt);
  border-color: var(--cl-greylignt);
  cursor: default;
}
.pagination__btn svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}

.page__404 {
  position: relative;
  min-height: 622px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (max-width: 991px) {
  .page__404 {
    min-height: 380px;
    justify-content: flex-end;
  }
}
.page__404__content {
  position: relative;
  z-index: 2;
}
.page__404__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page__404__img picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.page__404__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__404__title {
  font-weight: 500;
  font-size: 128px;
  line-height: 1.2;
}
@media (max-width: 1499px) {
  .page__404__title {
    font-size: 100px;
  }
}
@media (max-width: 1399px) {
  .page__404__title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .page__404__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .page__404__title {
    font-size: 60px;
  }
}
.page__404__more {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .page__404__more {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page__404__more .mbtn {
    display: block;
    width: 100%;
  }
}

.services {
  position: relative;
  margin: -10px;
}
@media (max-width: 991px) {
  .services {
    margin: 0;
    flex-wrap: nowrap;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .services::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .services::before,
  .services::after {
    content: "";
    flex: 0 0 calc((100vw - 285px) / 2);
  }
}
.services__item {
  padding: 10px;
}
@media (max-width: 991px) {
  .services__item {
    padding: 0;
    width: 285px;
    margin-left: 20px;

    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .services__item:first-child {
    margin-left: 0;
  }
  .services::-webkit-scrollbar {
    display: none;
  }
}
.services__card {
  position: relative;
  display: flex;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--bg-brand);
  height: 100%;
  min-height: 280px;
  position: relative;
}
@media (max-width: 991px) {
  .services__card {
    min-height: 420px;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .services__card:hover {
    color: #B0814B;
  }
  .services__card:hover .services__card__img span.hover {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .services__card:hover {
    color: #B0814B;
  }
  .services__card:hover .services__card__img span.hover {
    opacity: 1;
  }
}
.services__card__body {
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all ease 0.3s;
}
@media (max-width: 1199px) {
  .services__card__body {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .services__card__body {
    padding: 0 20px 20px 20px;
    order: 2;
  }
}
.services__card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1499px) {
  .services__card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .services__card__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.services__card__text {
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .services__card__text {
    line-height: 1.25;
  }
}
.services__card__img {
  flex: 0 0 auto;
  width: 44.71%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .services__card__img {
    order: 1;
    width: 100%;
    height: 232px;
  }
}
.services__card__img span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .services__card__img span {
    max-width: 232px;
    height: 232px;
  }
}
.services__card__img span.default {
  opacity: 1;
  z-index: 1;
}
.services__card__img span.hover {
  opacity: 0;
  z-index: 2;
}
.services__card__img span img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.services__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.news {
  position: relative;
}
@media (max-width: 991px) {
  .news {
    position: relative;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: -8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.news__list {
  margin: -10px;
}
@media (max-width: 991px) {
  .news__list {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.news__list__item {
  padding: 10px;
}
@media (max-width: 991px) {
  .news__list__item {
    width: auto;
  }
}
.news__card {
  position: relative;
  color: var(--background-granit);
}
@media (max-width: 991px) {
  .news__card {
    width: 338px;
  }
}
@media (max-width: 767px) {
  .news__card {
    width: 200px;
  }
}
@media (hover: hover) {
  .news__card:hover {
    color: #B0814B;
  }
  .news__card:hover::after {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .news__card:hover {
    color: #B0814B;
  }
  .news__card:hover::after {
    opacity: 1;
  }
}
.news__card::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  opacity: 0;
  background-color: var(--bg-news);
  border-radius: 6px;
  z-index: 1;
}
.news__card__body {
  position: relative;
  z-index: 3;
  transition: all ease 0.3s;
}
.news__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news__card__img {
  height: 298px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news__card__img {
    height: 160px;
  }
}
.news__card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}
.news__card__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .news__card__title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .news__card__title {
    font-size: 20px;
  }
}
.news__card__title:last-child {
  margin-bottom: 0;
}
.news__card__text {
  line-height: 1.3;
  margin-bottom: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .news__card__text {
    margin-bottom: 39px;
  }
}
@media (max-width: 1199px) {
  .news__card__text {
    font-size: 20px;
    margin-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .news__card__text {
    font-size: 20px;
    margin-bottom: 42px;
  }
}
.news__card__text:last-child {
  margin-bottom: 0;
}
.news__card__date {
  line-height: 1.3;
}

.page__news {
  margin: -12px -10px;
}
.page__news__item {
  padding: 12px 10px;
}
.page__news .news__card {
  width: 100%;
}

.article {
  max-width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .article {
    max-width: 100%;
  }
}
.article__content {
  width: 100%;
}

.advantages-service {
  position: relative;
}
.advantages-service__item {
  padding: 40px 0;
  border-top: 1px solid var(--cl-greylignt);
}
@media (max-width: 991px) {
  .advantages-service__item {
    padding: 20px 0;
  }
}
.advantages-service__item:first-child {
  padding-top: 0;
  border: none;
}
.advantages-service__item:last-child {
  padding-bottom: 0;
}
.advantages-service__card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: var(--background-granit);
}
@media (max-width: 767px) {
  .advantages-service__card {
    flex-direction: column;
  }
}
.advantages-service__card__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .advantages-service__card__left {
    flex-direction: column;
    width: 100%;
  }
}
.advantages-service__card__number {
  flex: 0 0 auto;
  width: 59px;
  padding-right: 10px;
  max-width: 100%;
  align-self: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .advantages-service__card__number {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .advantages-service__card__number {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .advantages-service__card__number {
    width: 100%;
    margin-bottom: 20px;
  }
}
.advantages-service__card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 213px;
  height: 146px;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .advantages-service__card__img {
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
  }
}
.advantages-service__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages-service__card__body {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 40px;
  max-width: 870px;
  align-self: center;
}
@media (max-width: 767px) {
  .advantages-service__card__body {
    padding: 0;
  }
}
.advantages-service__card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .advantages-service__card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .advantages-service__card__title {
    font-size: 20px;
  }
}
.advantages-service__card__text {
  position: relative;
  margin-top: 20px;
}

.nadvantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: -14px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .nadvantages {
    justify-content: center;
    margin: -14px -10px;
  }
}
.nadvantages__item {
  flex: 0 0 auto;
  width: calc(20% - 5px);
  position:relative;
  background:transparent;
  border:0;
  box-shadow:none;
  border-radius:16px;
  text-align:center;
  padding: 24px 18px;
  transition:
          transform 220ms cubic-bezier(.2,.7,.2,1),
          box-shadow 220ms cubic-bezier(.2,.7,.2,1),
          filter 220ms cubic-bezier(.2,.7,.2,1);
  will-change:transform;
  outline:none;
  cursor: default;
}
.nadvantages__item::before{
  content:"";
  position:absolute; inset:0;
  border-radius:inherit;
  background:
          radial-gradient(140% 140% at 50% 0%,
          rgba(255,255,255,.06) 0%,
          rgba(255,255,255,0) 60%);
  opacity:0; transition:opacity 220ms;
  pointer-events:none;
}

.nadvantages__item:focus-visible,
.nadvantages__item:hover{
  transform:translateY(-3px) scale(1.03);
  box-shadow:0 10px 26px rgba(0,0,0,.35);
}
.nadvantages__item:hover::before,
.nadvantages__item:focus-visible::before{ opacity:1; }

.nadvantages__card__icon{
  width:56px;
  height:56px;
  margin:0 auto 12px;
  transition:transform 220ms cubic-bezier(.2,.7,.2,1), filter 220ms cubic-bezier(.2,.7,.2,1);
}
.nadvantages__item:hover .nadvantages__card__icon,
.nadvantages__item:focus-visible .nadvantages__card__icon{
  transform:scale(1.06);
}


@media (max-width: 991px) {
  .nadvantages__item {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 575px){
  h2{
    font-size:28px;
  }
  .benefits{
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  .nadvantages__item,
  .nadvantages__card__icon,
  .nadvantages__item::before{
    transition:none;
  }
  .nadvantages__item:hover,
  .nadvantages__item:focus-visible{
    transform:none;
    box-shadow:none;
  }
}
@media (max-width: 991px) {
  .nadvantages__item {
    padding: 14px 10px;
    width: 50%;
  }
}
.nadvantages__card {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font-size: clamp(16px, 2vw, 24px);
}
@media (max-width: 991px) {
  .nadvantages__card {
    width: 157px;
    font-size: 20px;
    padding: 20px 0;
  }
}
.nadvantages__card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 40px auto;
}
@media (max-width: 991px) {
  .nadvantages__card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
}
.nadvantages__card__icon svg {
  max-width: 100%;
  max-width: 100%;
}

.brands {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.brands__offsett {
  height: 1px;
}
.brands__slider {
  position: relative;
}
.brands__slider__item {
  position: relative;
  width: 214px;
}
@media (max-width: 991px) {
  .brands__slider__item {
    width: 140px;
  }
}
.brands__slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
   background-color: var(--bg-brand);
  /*background-color: #E2E2E2;*/
  color: var(--cl-dark);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--bg-brand);
  height: 150px;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .brands__slider__card {
    height: 98px;
  }
}
@media (hover: hover) {
  .brands__slider__card:hover {
    border-color: var(--bg-brand-hover);
    color: var(--cl-dark);
  }
}
@media (hover: none) and (pointer: coarse) {
  .brands__slider__card:hover {
    border-color: var(--bg-brand-hover);
    color: var(--cl-dark);
  }
}
.brands__slider__card img, .brands__slider__card svg {
  max-width: 108px;
  max-height: 108px;
  object-fit: contain;
  fill: currentColor;
  filter: var(--filter-invert);
}
@media (max-width: 991px) {
  .brands__slider__card img, .brands__slider__card svg {
    max-height: 66px;
  }
}

.partners {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.partners__offsett {
  height: 1px;
}
.partners__slider {
  position: relative;
}
.partners__slider__item {
  position: relative;
  width: 330px;
  background-color: transparent;
  border-radius: 6px;
  border: 3px solid var(--cl-gr);
}

@media (max-width: 1499px) {
  .partners__slider__item {
    width: 310px;
  }
}
@media (max-width: 1399px) {
  .partners__slider__item {
    width: 264px;
  }
}
@media (max-width: 1199px) {
  .partners__slider__item {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .partners__slider__item {
    width: 140px;
  }
}
.partners__slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  height: 220px;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .partners__slider__card {
    height: 98px;
  }
}
.partners__slider__card img, .partners__slider__card svg {
  max-width: 75.15%;
  max-height: 30%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
  filter: grayscale(1) var(--filter-invert) opacity(0.6);
}
@media (max-width: 991px) {
  .partners__slider__card img, .partners__slider__card svg {
    max-height: 100%;
    max-width: 80%;
  }
}

.gallery {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.gallery__offsett {
  height: 1px;
}
.gallery__slider {
  position: relative;
}
.gallery__slider__item {
  position: relative;
  width: 447px;
}
@media (max-width: 1499px) {
  .gallery__slider__item {
    width: 418px;
  }
}
@media (max-width: 1399px) {
  .gallery__slider__item {
    width: 358px;
  }
}
@media (max-width: 1199px) {
  .gallery__slider__item {
    width: 298px;
  }
}
@media (max-width: 991px) {
  .gallery__slider__item {
    width: 300px;
  }
}
.gallery__slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  height: 309px;
  transition: all ease 0.3s;
  position: relative;
}
@media (max-width: 1399px) {
  .gallery__slider__card {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .gallery__slider__card {
    height: 226px;
  }
}
.gallery__slider__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #B0814B;
  border-radius: 6px;
  transition: all ease 0.3s;
  opacity: 0;
}
@media (hover: hover) {
  .gallery__slider__card:hover::after {
    opacity: 1;
  }
  .gallery__slider__card:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .gallery__slider__card:hover::after {
    opacity: 1;
  }
  .gallery__slider__card:hover img {
    transform: scale(1.1, 1.1);
  }
}
.gallery__slider__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}

.welcome {
  height: calc(100dvh - 121px);
  min-height: 260px;
  /* min-height: 514px; */
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #6E737A;
  color: #fff;
}
@media (max-width: 1399px) {
  .welcome {
    height: calc(100dvh - 120px);
  }
}
@media (max-width: 1199px) {
  .welcome {
    height: calc(100dvh - 106px);
  }
}
@media (max-width: 991px) {
  .welcome {
    height: calc(100dvh - 64px);
    padding: 64px 0;
    min-height: 562px; 
  }
}
.welcome__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.welcome__video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.welcome__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  z-index: 1;
}
.welcome__content {
  position: relative;
  width: 100%;
  z-index: 5;
}
.welcome__body {
  max-width: 913px;
}
@media (max-width: 991px) {
  .welcome__body {
    max-width: 100%;
  }
}
.welcome__text {
  max-width: 574px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .welcome__text {
    margin-bottom: 30px;
  }
}
.welcome__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .welcome__title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .welcome__title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .welcome__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .welcome__title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .welcome__title {
    margin-bottom: 32px;
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .welcome__title {
    max-width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .welcome__more .mbtn {
    display: block;
    width: 100%;
  }
}

.inwelcome {
  height: calc(100dvh - 121px);
  min-height: 260px;
  /* min-height: 514px; */
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  justify-content: center;
  background-color: #6E737A;
  color: #fff;
}
@media (max-width: 1399px) {
  .inwelcome {
    height: calc(100dvh - 120px);
  }
}
@media (max-width: 1199px) {
  .inwelcome {
    height: calc(100dvh - 106px);
  }
}
@media (max-width: 991px) {
  .inwelcome {
    height: calc(100dvh - 64px);
    padding: 64px 0;
    min-height: 562px;
  }
}
.inwelcome__content {
  position: relative;
  z-index: 4;
  width: 100%;
}
.inwelcome__body {
  max-width: 625px;
  position: relative;
  z-index: 4;
}
.inwelcome__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1499px) {
  .inwelcome__title {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .inwelcome__title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .inwelcome__title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .inwelcome__title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inwelcome__title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .inwelcome__title {
    max-width: 100%;
    font-size: 20px;
  }
}
.inwelcome__text {
  max-width: 548px;
}
.inwelcome__foot {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .inwelcome__foot {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .inwelcome__foot .mbtn {
    display: block;
    width: 100%;
  }
}
.inwelcome__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.inwelcome__video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.inwelcome__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  z-index: 1;
}
.inwelcome__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.inwelcome__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.inwelcome__img picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.inwelcome__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inwelcome-services {
  position: relative;
  padding: 48px 0;
  min-height: 630px;
  background-color: var(--bg-brand);
  color: var(--cl-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .inwelcome-services {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .inwelcome-services {
    min-height: auto;
    padding: 40px 0 64px 0;
  }
}
.inwelcome-services__content {
  width: 100%;
}
.inwelcome-services__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .inwelcome-services__row {
    flex-direction: column;
    margin: -10px 0;
  }
}
.inwelcome-services__body {
  flex: 0 0 auto;
  width: 100%;
  max-width: 655px;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .inwelcome-services__body {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .inwelcome-services__body {
    padding: 10px 0;
    max-width: 100%;
    order: 2;
  }
}
.inwelcome-services__body h1, .inwelcome-services__body .h1, .inwelcome-services__body h2, .inwelcome-services__body .h2 {
  margin-bottom: 20px;
}
.inwelcome-services__text {
  max-width: 548px;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .inwelcome-services__text {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .inwelcome-services__text {
    max-width: 100%;
    font-size: 18px;
  }
}
.inwelcome-services__side {
  padding: 0 15px;
  flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .inwelcome-services__side {
    padding: 10px 0;
    order: 1;
  }
}
.inwelcome-services__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  max-width: 534px;
  height: 534px;
  width: 100%;
}
@media (max-width: 1199px) {
  .inwelcome-services__img {
    max-width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .inwelcome-services__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
    height: 335px;
  }
}
.inwelcome-services__img img, .inwelcome-services__img svg {
  max-width: 100%;
  max-height: 100%;
}

.catalogmain {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -20px -10px;
}
@media (max-width: 991px) {
  .catalogmain {
    margin: -14px -10px;
  }
}
.catalogmain__item {
  flex: 0 0 auto;
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .catalogmain__item {
    padding: 14px 10px;
  }
}
.catalogmain__item.catalogmain__item__w1 {
  width: 50%;
}
@media (max-width: 991px) {
  .catalogmain__item.catalogmain__item__w1 {
    width: 100%;
  }
}
.catalogmain__item.catalogmain__item__w2 {
  width: 25%;
}
@media (max-width: 991px) {
  .catalogmain__item.catalogmain__item__w2 {
    width: 50%;
  }
}
.catalogmain__cardbig {
  position: relative;
  background-color: #1B1D21;
  border-radius: 6px;
  overflow: hidden;
  height: 311px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1499px) {
  .catalogmain__cardbig {
    height: 294px;
  }
}
@media (max-width: 1399px) {
  .catalogmain__cardbig {
    height: 272px;
  }
}
@media (max-width: 1199px) {
  .catalogmain__cardbig {
    height: 252px;
  }
}
@media (max-width: 991px) {
  .catalogmain__cardbig {
    height: 238px;
  }
}
.catalogmain__cardbig::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (hover: hover) {
  .catalogmain__cardbig:hover .catalogmain__cardbig__title {
    color: #B0814B;
  }
  .catalogmain__cardbig:hover .catalogmain__cardbig__price {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalogmain__cardbig:hover .catalogmain__cardbig__title {
    color: #B0814B;
  }
  .catalogmain__cardbig:hover .catalogmain__cardbig__price {
    color: #B0814B;
  }
}
.catalogmain__cardbig__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.catalogmain__cardbig__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}
.catalogmain__cardbig__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.catalogmain__cardbig__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalogmain__cardbig__body {
  position: relative;
  padding: 0 40px 40px 40px;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1199px) {
  .catalogmain__cardbig__body {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .catalogmain__cardbig__body {
    padding: 0 20px 20px 20px;
  }
}
.catalogmain__cardbig__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .catalogmain__cardbig__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .catalogmain__cardbig__title {
    font-size: 20px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
.catalogmain__cardbig__price {
  margin-top: 12px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease 0.3s;
  color: #fff;
}
@media (max-width: 991px) {
  .catalogmain__cardbig__price {
    margin-top: 8px;
    font-size: 16px;
  }
}
.catalogmain__card {
  position: relative;
  color: var(--cl-dark);
}
.catalogmain__card::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  background-color: var(--cl-bgcard);
  bottom: -8px;
  border-radius: 6px;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 0;
}
.catalogmain__card__body {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .catalogmain__card:hover {
    color: #B0814B;
  }
  .catalogmain__card:hover::after {
    opacity: 1;
  }
  .catalogmain__card:hover .catalogmain__card__title {
    color: #B0814B;
  }
  .catalogmain__card:hover .catalogmain__card__title i {
    color: rgba(176, 129, 75, 0.3);
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalogmain__card:hover::after {
    opacity: 1;
  }
  .catalogmain__card:hover .catalogmain__card__title {
    color: #B0814B;
  }
}
.catalogmain__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.catalogmain__card__img {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 220px;
}
@media (max-width: 1499px) {
  .catalogmain__card__img {
    height: 200px;
  }
}
@media (max-width: 1399px) {
  .catalogmain__card__img {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .catalogmain__card__img {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .catalogmain__card__img {
    height: 134px;
  }
}
.catalogmain__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.catalogmain__card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .catalogmain__card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .catalogmain__card__title {
    font-size: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.catalogmain__card__price {
  margin-top: 12px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .catalogmain__card__price {
    margin-top: 8px;
    font-size: 16px;
  }
}

.catalog {
  margin: -20px -10px;
}
.catalog__item {
  padding: 20px 10px;
}
.catalog__card {
  position: relative;
  color: var(--background-granit);
}
.catalog__card::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  background-color: var(--cl-bgcard);
  bottom: -8px;
  border-radius: 6px;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 0;
}
.catalog__card__body {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .catalog__card:hover {
    color: #B0814B;
  }
  .catalog__card:hover::after {
    opacity: 1;
  }
  .catalog__card:hover .catalog__card__title {
    color: #B0814B;
  }
  .catalog__card:hover .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalog__card:hover::after {
    opacity: 1;
  }
  .catalog__card:hover .catalog__card__title {
    color: #B0814B;
  }
  .catalog__card:hover .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
.catalog__card__title {
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .catalog__card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .catalog__card__title {
    font-size: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.catalog__card__price {
  margin-top: 12px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .catalog__card__price {
    margin-top: 8px;
    font-size: 16px;
  }
}
.catalog__card__img {
  height: 298px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: grid;
  padding: 0 8px;
  gap: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.catalog__card__img__slider a.final img {
  filter: brightness(0.5);
}
.catalog__card__img__slider a.final .c-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  z-index: 2;
  font-style: normal;
}
.catalog__card__img__slider a.final .c-info i {
  font-style: normal;
}
@media (max-width: 1199px) {
  .catalog__card__img, .catalog__card__img__slider {
    height: 254px;
  }
  .catalog__card__img__slider {
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .catalog__card__img__slider img{
    border-radius: 6px;
  }
   .catalog__card__img:not(.not_block){
    display: none;
   }
}
@media (min-width: 1199px) {
  .catalog__card__img__slider {
 display: none;
  }
}
.catalog__card__img__soloimg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.catalog__card__img__soloimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog__card__img__el {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 8px;
}
.catalog__card__img__el.active {
  z-index: 3;
}
.catalog__card__img__el.active .c-img {
  opacity: 1;
  z-index: 2;
}
.catalog__card__img__el.active .c-info {
  opacity: 1;
}
.catalog__card__img__el.active .c-point::after {
  background-color: #B0814B;
}
.catalog__card__img__el .c-point {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 4;
  opacity: 0;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
.catalog__card__img__el .c-point::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 8px;
  height: 2px;
  background-color: #E2E2E2;
  transition: all ease 0.3s;
  z-index: 2;
}
.catalog__card__img__el .c-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 1;
}
.catalog__card__img__el .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog__card__img__el .c-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 2;
}
.catalog__card__img__el .c-info i {
  font-style: normal;
}
.catalog__card__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.catalog__card__favorite {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 4;
  transition: all ease 0.3s;
}
@media (min-width: 992px) and (hover: hover) {
  .catalog__card__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
@media (min-width: 992px) and (hover: none) and (pointer: coarse) {
  .catalog__card__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
.catalog__card__favorite svg {
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}
.catalog__card__favorite.active {
  color: #D62626;
}
@media (min-width: 992px) and (hover: hover) {
  .catalog__card__favorite.active:hover {
    color: var(--cl-fav-active-hover);
  }
}
@media (min-width: 992px) and (hover: none) and (pointer: coarse) {
  .catalog__card__favorite.active:hover {
    color: var(--cl-fav-active-hover);
  }
}

.catalog-list {
  position: relative;
}
.catalog-list__item {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--cl-greylignt);
}
.catalog-list__item:first-child {
  margin-top: 0;
}
.catalog-list__card {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .catalog-list__card {
    flex-wrap: wrap;
  }
}
@media (hover: hover) {
  .catalog-list__card:hover {
    color: #B0814B;
  }
  .catalog-list__card:hover::after {
    opacity: 1;
  }
  .catalog-list__card:hover .catalog__card__title {
    color: #B0814B;
  }
  .catalog-list__card:hover .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
@media (hover: hover) {
  .catalog-list__card:hover::after {
    opacity: 1;
  }
  .catalog-list__card:hover .catalog-list__card__title {
    color: #B0814B;
  }
  .catalog-list__card:hover .catalog-list__card__price {
    color: #B0814B;
  }
  .catalog-list__card:hover .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalog-list__card:hover::after {
    opacity: 1;
  }
  .catalog-list__card:hover .catalog-list__card__title {
    color: #B0814B;
  }
  .catalog-list__card:hover .catalog-list__card__price {
    color: #B0814B;
  }
  .catalog-list__card:hover .catalog__card__img__el .c-point {
    opacity: 1;
  }
}
.catalog-list__card::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  background-color: var(--cl-bgcard);
  bottom: -8px;
  border-radius: 6px;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 0;
}
.catalog-list__card > div {
  position: relative;
  z-index: 2;
}
.catalog-list__card__img {
  flex: 0 0 auto;
  width: 446px;
  height: 298px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 1499px) {
  .catalog-list__card__img {
    width: 400px;
    height: 267px;
  }
}
@media (max-width: 1399px) {
  .catalog-list__card__img {
    width: 360px;
    height: 267px;
  }
}
@media (max-width: 1199px) {
  .catalog-list__card__img {
    width: 320px;
    height: 218px;
  }
}
@media (max-width: 767px) {
  .catalog-list__card__img {
    width: 260px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .catalog-list__card__img {
    width: 100%;
    height: 224px;
  }
}
.catalog-list__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.catalog-list__card__img__favorite {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 4;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .catalog-list__card__img__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalog-list__card__img__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
.catalog-list__card__img__favorite svg {
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}
.catalog-list__card__img__favorite.active {
  color: #D62626;
}
@media (hover: hover) {
  .catalog-list__card__img__favorite.active:hover {
    color: var(--cl-fav-dev-active-hover);
  }
}
@media (hover: none) and (pointer: coarse) {
  .catalog-list__card__img__favorite.active:hover {
    color: var(--cl-fav-dev-active-hover);
  }
}
.catalog-list__card__img__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.catalog-list__card__img__link .catalog__card__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0;
  height: 100%;
}
.catalog-list__card__des {
  flex: 0 0 auto;
  width: 355px;
  max-width: 100%;
  padding: 27px 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  align-self: stretch;
}
@media (max-width: 1499px) {
  .catalog-list__card__des {
    padding: 15px 40px;
  }
}
@media (max-width: 1199px) {
  .catalog-list__card__des {
    padding: 15px 20px 15px 20px;
    width: 280px;
  }
}
@media (max-width: 991px) {
  .catalog-list__card__des {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 575px) {
  .catalog-list__card__des {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.catalog-list__card__body {
  flex: 1 0 0%;
}
.catalog-list__card__foot {
  flex: 0 0 auto;
  padding-top: 20px;
}
.catalog-list__card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
@media (max-width: 1399px) {
  .catalog-list__card__title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .catalog-list__card__title {
    font-size: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.catalog-list__card__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media (max-width: 1399px) {
  .catalog-list__card__price {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .catalog-list__card__price {
    font-size: 16px;
  }
}
.catalog-list__card__more {
  margin-top: auto;
}
.catalog-list__card__info {
  padding-left: 40px;
  border-left: 1px solid #E2E2E2;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  margin-top: 27px;
  margin-bottom: 27px;
  align-self: stretch;
}
@media (max-width: 1499px) {
  .catalog-list__card__info {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .catalog-list__card__info {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .catalog-list__card__info {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
    border-left: none;
    padding-left: 0;
  }
}
.catalog-list__card__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.catalog-list__card__info ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px dotted #E2E2E2;
  padding-bottom: 8px;
  padding-top: 8px;
}
.catalog-list__card__info ul li:first-child {
  padding-top: 0;
}
.catalog-list__card__info ul span {
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog-list__card__info ul span.catalog-list__card__info__label {
  padding-right: 10px;
  color: var(--cl-dark);
}
.catalog-list__card__info ul span.catalog-list__card__info__text {
  text-align: right;
  color: #6E737A;
  padding-left: 10px;
}

.catalogelse {
  position: relative;
}
.catalogelse__list {
  margin: -10px;
}
@media (max-width: 991px) {
  .catalogelse__list {
    margin: -16px -10px;
  }
}
.catalogelse__list__item {
  padding: 10px;
}
@media (max-width: 991px) {
  .catalogelse__list__item {
    padding: 16px 10px;
  }
}

.nosearch {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0;
  color: var(--cl-greylignt);
}
@media (max-width: 991px) {
  .nosearch {
    padding: 32px 0;
  }
}
.nosearch__text {
  text-align: center;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 991px) {
  .nosearch__text {
    font-size: 30px;
  }
}

.nosearch__proposal {
  padding: 52px 0;
}
@media (max-width: 991px) {
  .nosearch__proposal {
    padding: 32px 0;
  }
}
.nosearch__proposal__body {
  max-width: 680px;
}
.nosearch__proposal__body .block__text h2, .nosearch__proposal__body .block__text h1 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .nosearch__proposal__body .block__text h2, .nosearch__proposal__body .block__text h1 {
    margin-bottom: 16px;
  }
}
.nosearch__proposal__body .block__text h2 + p, .nosearch__proposal__body .block__text h1 + p {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .nosearch__proposal__body .block__text h2 + p, .nosearch__proposal__body .block__text h1 + p {
    margin-top: 16px;
  }
}
.nosearch__proposal__footer {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .nosearch__proposal__footer {
    padding-top: 32px;
  }
}
.nosearch__proposal__footer .mbtn {
  display: block;
  width: 100%;
  max-width: 425px;
}
@media (max-width: 991px) {
  .nosearch__proposal__footer .mbtn {
    max-width: 100%;
  }
}

.favorites-nogoods {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .favorites-nogoods {
    padding-bottom: 64px;
    padding-top: 32px;
  }
}
.favorites-nogoods__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .favorites-nogoods__icon {
    width: 72px;
    height: 72px;
  }
}
.favorites-nogoods__icon svg {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 991px) {
  .favorites-nogoods__icon svg {
    max-width: 100%;
    max-height: 100%;
  }
}
.favorites-nogoods .h1, .favorites-nogoods .h2 {
  margin: 0 0 20px 0;
}

.filter {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .filter {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .filter {
    margin-bottom: 32px;
  }
}
.filter__tabs__nav {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 52px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .filter__tabs__nav {
    margin-bottom: 32px;
  }
}
.filter__tabs__nav a {
  flex: 0 0 auto;
  width: 33%;
  max-width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  background-color: var(--cl-white2);
  border: 1px solid var(--cl-greylignt);
  color: #6E737A;
  padding: 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 991px) {
  .filter__tabs__nav a {
    font-size: 16px;
    height: 52px;
    text-align: center;
    width: 52px;
  }
}
.filter__tabs__nav a:first-child {
  border-radius: 6px 0 0 6px;
}
.filter__tabs__nav a:last-child {
  border-radius: 0 6px 6px 0;
}
.filter__tabs__nav a:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px;
}
.filter__tabs__nav a span {
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .filter__tabs__nav a span {
    display: none;
  }
}
.filter__tabs__nav a i {
  display: none;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .filter__tabs__nav a i {
    display: flex;
  }
}
.filter__tabs__nav a i svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  object-fit: contain;
}
@media (hover: hover) {
  .filter__tabs__nav a:not(.active):hover {
    z-index: 2;
    border-color: #B0814B;
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .filter__tabs__nav a:not(.active):hover {
    z-index: 2;
    border-color: #B0814B;
    text-decoration-color: transparent;
  }
}
.filter__tabs__nav a.active {
  border-color: #B0814B;
  color: var(--cl-dark);
  background-color: var(--input-bg-active);
  text-decoration-color: transparent;
  z-index: 3;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 991px) {
  .filter__tabs__nav a.active {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .filter__tabs__nav a.active span {
    display: block;
  }
  .filter__tabs__nav a.active i {
    display: none;
  }
}
.filter__tabs__body {
  position: relative;
  background-color: var(--bg-brand);
  padding: 20px 32px;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .filter__tabs__body {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.filter__tabs__item {
  display: none;
}
.filter__tabs__item.active {
  display: block;
}

.liststeps {
  margin: -20px -10px;
}
.liststeps__item {
  padding: 20px 10px;
}
.liststeps__card {
  position: relative;
  color: var(--background-granit);
}
.liststeps__card__number {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .liststeps__card__number {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .liststeps__card__number {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.liststeps__card__img {
  height: 186px;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .liststeps__card__img {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .liststeps__card__img {
    width: 100%;
    height: 138px;
    margin-bottom: 20px;
  }
}
.liststeps__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.liststeps__card__text {
  position: relative;
}

.contacts {
  position: relative;
  margin: -10px;
  align-items: stretch;
  align-content: stretch;
}
.contacts__item {
  padding: 10px;
}
.contacts__body {
  width: 100%;
  height: 100%;
  padding: 32px 0 20px 0;
}
.contacts__el {
  margin-top: 32px;
}
.contacts__el:first-child {
  margin-top: 0;
}
.contacts__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .contacts__label {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .contacts__label {
    font-size: 20px;
  }
}
.contacts__content {
  position: relative;
}
@media (hover: hover) {
  .contacts__content a:hover {
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .contacts__content a:hover {
    text-decoration-color: transparent;
  }
}
.contacts__map {
  min-height: 389px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .contacts__map {
    min-height: 253px;
  }
}
.contacts__map__place {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.product {
  position: relative;
  margin: 0 -10px 50px -10px;
}
@media (max-width: 991px) {
  .product {
    margin-bottom: 60px;
  }
}
.product__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1499px) {
  .product__title {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .product__title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .product__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.product__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1499px) {
  .product__price {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .product__price {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .product__price {
    font-size: 20px;
  }
}
.product__item {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .product__item .mbtn {
    display: block;
    width: 100%;
  }
  .product__item .header__info {
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    margin: -15px 0;
  }
  .product__item .header__info li {
    padding: 15px 0;
  }
  .product__item .header__info__content:not(:hover) {
    color: var(--background-granit);
  }
  .product__item .header__info__content i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
  .product__item .header__info__content i svg {
    max-width: 24px;
    max-height: 24px;
  }
}
.product__item .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product__item .row > div {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.product__item .mbtn {
  min-width: 332px;
}
@media (max-width: 991px) {
  .product__item .mbtn {
    min-width: auto;
  }
}
.product .header__info {
  justify-content: flex-start;
}
.product__head {
  position: relative;
  z-index: 5;
}
.product__head .crumbs ol {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product__head .crumbs ol {
    padding-right: 125px !important;
  }
}
.product__favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-dark);
  background: none;
  width: 62px;
  height: 62px;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .product__favorite {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .product__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
@media (min-width: 992px) and (hover: none) and (pointer: coarse) {
  .product__favorite:hover {
    color: var(--cl-fav-hover);
  }
}
.product__favorite svg {
  max-width: 24px;
  max-height: 24px;
  fill: currentColor;
}
.product__favorite.active {
  color: #D62626;
}
@media (min-width: 992px) and (hover: hover) {
  .product__favorite.active:hover {
    color: var(--cl-fav-active-hover);
  }
}
@media (min-width: 992px) and (hover: none) and (pointer: coarse) {
  .product__favorite.active:hover {
    color: var(--cl-fav-active-hover);
  }
}
.product__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -6px;
}
.product__nav__item {
  padding: 0 6px;
  position: relative;
}
.product__nav__wrapper {
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .product__nav__wrapper {
    width: 110px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--background-color);
  }
  .product__nav__wrapper::after {
    content: "";
    position: absolute;
    right: 100%;
    width: 28px;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, var(--background-color) 100%);
  }
}
@media (max-width: 575px) {
  .product__nav__wrapper {
    padding-right: calc(0.5 * var(--bs-gutter-x));
  }
}
.product__nav__btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: none;
  color: var(--cl-dark);
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .product__nav__btn {
    width: 36px;
    height: 36px;
  }
}
@media (hover: hover) {
  .product__nav__btn:hover {
    color: #B0814B;
    background-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .product__nav__btn:hover {
    color: #B0814B;
    background-color: transparent;
  }
}
.product__nav__btn svg {
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.product__nav__btn.active {
  color: #fff;
  background-color: #B0814B;
}
.product__nav__popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.3s;
  background-color: var(--block-white);
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
}
@media (max-width: 991px) {
  .product__nav__popup {
    transform: translateX(-55%);
  }
}
.product__nav__popup ul {
  padding: 16px 18px;
  border-radius: 0 0 6px 6px;
  list-style: none;
  margin: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.13);
  z-index: 2;
}
.product__nav__popup ul li {
  padding-top: 32px;
}
.product__nav__popup ul li:first-child {
  padding-top: 0;
}
.product__nav__popup ul a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (hover: hover) {
  .product__nav__popup ul a:hover {
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .product__nav__popup ul a:hover {
    text-decoration-color: transparent;
  }
}
.product__nav__popup ul a i {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.product__nav__popup ul a i svg {
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}
.product__nav__popup ul a span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.product__nav__popup ul a.linktg i {
  color: #00B9ED;
}
.product__nav__popup ul a.linktg:hover, .product__nav__popup ul a.linktg:focus {
  color: #00B9ED;
}
.product__nav__popup ul a.linkwa i {
  color: #00CF47;
}
.product__nav__popup ul a.linkwa:hover, .product__nav__popup ul a.linkwa:focus {
  color: #00CF47;
}
.product__linkto {
  display: inline-block;
  color: #6E737A;
}
@media (hover: hover) {
  .product__linkto:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .product__linkto:hover {
    color: #B0814B;
  }
}
.product__property {
  padding-top: 22px;
}
.product__property__foot {
  padding-top: 30px;
}
.product__property__body {
  position: relative;
}
.product__property__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__property__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px dotted #E2E2E2;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .product__property__list li {
    flex-direction: column;
  }
  .product__property__list li .product__property__des {
    text-align: left;
  }
}
.product__property__list li:first-child {
  padding-top: 0;
}
.product__property__label {
  flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
  padding-right: 5px;
  color: var(--cl-dark);
}
@media (max-width: 575px) {
  .product__property__label {
    width: 100%;
    padding-right: 0;
  }
}
.product__property__des {
  flex: 0 0 auto;
  max-width: 100%;
  width: 50%;
  padding-left: 5px;
  text-align: right;
  color: #6E737A;
}
@media (max-width: 575px) {
  .product__property__des {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
.product__thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
.product__thumbs__item {
  padding: 9px;
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  cursor: pointer;
}
.product__thumbs__item.active .product__thumbs__card {
  cursor: default;
}
.product__thumbs__item.active .product__thumbs__card::after {
  opacity: 1;
}
.product__thumbs__item.active .product__thumbs__card img {
  transform: scale(1.1, 1.1);
}
@media (hover: hover) {
  .product__thumbs__item:hover .product__thumbs__card::after {
    opacity: 1;
  }
  .product__thumbs__item:hover .product__thumbs__card img {
    transform: scale(1.1, 1.1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .product__thumbs__item:hover .product__thumbs__card::after {
    opacity: 1;
  }
  .product__thumbs__item:hover .product__thumbs__card img {
    transform: scale(1.1, 1.1);
  }
}
.product__thumbs__card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  height: 104px;
  position: relative;
}
@media (max-width: 1399px) {
  .product__thumbs__card {
    height: 85px;
  }
}
.product__thumbs__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #B0814B;
  border-radius: 6px;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: 2;
}
.product__thumbs__card span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.2;
  transition: all ease 0.3s;
  z-index: 3;
}
.product__thumbs__card span i {
  font-style: normal;
}
.product__thumbs__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.product__thumbs__card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5;
}
@media (max-width: 991px) {
  .product__thumbs__card__link {
    display: block;
  }
}
.product__images {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product__images {
    width: 100vw;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 16px;
    left: 50%;
  }
}
.product__images__slider__item {
  position: relative;
}
@media (max-width: 991px) {
  .product__images__slider__item {
    width: 300px;
  }
}
.product__images__slider__card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  height: 452px;
}
@media (max-width: 1399px) {
  .product__images__slider__card {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .product__images__slider__card {
    width: 300px;
    height: 200px;
  }
}
.product__images__slider__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__aside {
  padding: 0 10px;
}
.product__content {
  padding: 0 10px;
}
.product__block {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product__block {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.product__block:last-child {
  margin-bottom: 0;
}
.product__block .h4, .product__block .h3, .product__block .h2, .product__block .h1, .product__block .h5 {
  margin-bottom: 20px;
}
.product__des {
  position: relative;
}
.product__des.active .product__des__body {
  /* max-height: 40em; */
  max-height: 100%;
}
.product__des__foot {
  padding-top: 20px;
}
.product__des__title {
  margin-bottom: 20px;
  max-width: 801px;
}
.product__des__title .h1, .product__des__title .h2, .product__des__title h3, .product__des__title .h4, .product__des__title .h5, .product__des__title .h6 {
  margin: 0;
}
.product__des__body {
  position: relative;
  overflow: hidden;
}
.product__des__body {
  display: -webkit-box;
  max-height: 9em;
  -webkit-box-orient: vertical;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .product__des__body {
    max-height: 18em;
    /* max-height: 100%; */
  }
}
.product__des__more {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #B0814B;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .product__des__more:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .product__des__more:hover {
    color: #B0814B;
  }
}
.product__des__more span {
  display: inline-block;
}
.product__des__more span.default {
  display: inline-block;
}
.product__des__more span.hover {
  display: none;
}
.product__des__more i {
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .product__des__more i {
    top: 0;
  }
}
.product__des__more i svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}
.product__des__more.active i {
  transform: rotate(180deg);
}
.product__des__more.active span.default {
  display: none;
}
.product__des__more.active span.hover {
  display: inline-block;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  transition: all ease 0.5s;
}
.header.header__fixed {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.header.header__openmobmenu {
  box-shadow: none;
}
.header.header__openmobmenu .mhide {
  display: none !important;
}
.header.header__openmobmenu .mshow {
  display: block !important;
}
.header__top {
  background-color: #1B1D21;
  color: #F8F8F8;
  padding: 8px 0;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .header__top {
    display: none;
  }
}
.header__info {
  list-style: none;
  margin: 0 -16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .header__info {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header__info {
    font-size: 14px;
  }
}
.header__info li {
  padding: 0 16px;
}
.header__info__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.header__info__content:hover, .header__info__content:focus {
  text-decoration-color: transparent;
}
.header__info__content i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .header__info__content i {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .header__info__content i {
    width: 16px;
    height: 16px;
  }
}
.header__info__content i svg {
  max-width: 14px;
  max-height: 14px;
  object-fit: contain;
  fill: currentColor;
}
@media (max-width: 1399px) {
  .header__info__content i svg {
    max-width: 100%;
    max-height: 100%;
  }
}
.header__info__content span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.header__info__content.linktg:hover, .header__info__content.linktg:focus {
  color: #00B9ED;
}
.header__info__content.linkwa:hover, .header__info__content.linkwa:focus {
  color: #00CF47;
}
.header__info__content.header__info__content__overflow {
  max-width: 330px;
}
@media (max-width: 1199px) {
  .header__info__content.header__info__content__overflow {
    max-width: 250px;
  }
}
.header__info__content.header__info__content__overflow:hover b {
  width: auto;
}
.header__info__content.header__info__content__overflow:hover b::after {
  opacity: 0;
}
.header__info__content.header__info__content__overflow b {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 302px;
  background-color: #1B1D21;
  font-style: normal;
  font-weight: normal;
  transition: all ease 1s;
  z-index: 4;
}
@media (max-width: 1199px) {
  .header__info__content.header__info__content__overflow b {
    width: 226px;
  }
}
.header__info__content.header__info__content__overflow b::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0) 83%, rgba(27, 29, 33, 0.5) 83.65%, #1B1D21 95.19%);
  transition: all ease 0.1s;
  z-index: 2;
}
.header__info__content.header__info__content__overflow span {
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
.header__info a.header__info__content {
  white-space: nowrap;
}
.header__body {
  background-color: var(--background-color);
  padding: 12px 0;
}
@media (max-width: 991px) {
  .header__body {
    padding: 14px 0;
  }
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 60px;
}
@media (max-width: 1199px) {
  .header__logo a {
    height: 50px;
    width: 123px;
  }
}
@media (max-width: 991px) {
  .header__logo a {
    height: 36px;
    width: 88px;
  }
}
.header__logo a svg {
  height: 100%;
}
.header__logo a .changecolor {
  color: var(--dark-color);
}
.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark-color);
}
.header__menu__item {
  position: relative;
}
.header__menu__item:hover .header__menu__sub {
  display: block;
}
.header__menu__link {
  white-space: nowrap;
  padding: 14px 22px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1499px) {
  .header__menu__link {
    padding: 14px 20px;
  }
}
@media (max-width: 1399px) {
  .header__menu__link {
    padding: 14px 15px;
  }
}
@media (max-width: 1199px) {
  .header__menu__link {
    padding: 12px 10px;
  }
}
.header__menu__link.active {
  color: #B0814B;
  cursor: default;
}
.header__menu__link span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.header__menu__link i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .header__menu__link i {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
}
.header__menu__link i svg {
  max-width: 14px;
  max-height: 14px;
  object-fit: contain;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .header__menu__link i svg {
    max-width: 100%;
    max-height: 100%;
  }
}
.header__menu__link:hover, .header__menu__link:focus {
  text-decoration-color: transparent;
}
.header__menu__sub {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 223px;
  transition: all ease 0.5s;
  padding-top: 16px;
  display: none;
}
.header__menu__sub ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 22px;
  background-color: var(--background-color);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .header__menu__sub ul {
    padding: 20px;
  }
}
.header__menu__sub ul li {
  display: block;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .header__menu__sub ul li {
    margin-top: 10px;
  }
}
.header__menu__sub ul li:first-child {
  margin-top: 0;
}
.header__menu__sub ul a {
  display: inline-block;
}
.header__menu__sub ul a:hover, .header__menu__sub ul a:focus {
  text-decoration-color: transparent;
}
.header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -18px;
}
@media (max-width: 1399px) {
  .header__controls {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .header__controls {
    margin: 0 -10px;
  }
}
.header__controls__item {
  padding: 0 18px;
}
@media (max-width: 1399px) {
  .header__controls__item {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header__controls__item {
    padding: 0 10px;
  }
}
.header__wrapperbtns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -6px;
}
.header__wrapperbtns__item {
  padding: 0 6px;
}
.header__btn-radius {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text-color);
  color: inherit;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .header__btn-radius {
    width: 36px;
    height: 36px;
  }
}
@media (hover: hover) {
  .header__btn-radius:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }
}
@media (hover: none) and (pointer: coarse) {
  .header__btn-radius:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }
}
.header__btn-radius svg {
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}
@media (max-width: 991px) {
  .header__btn-radius svg {
    max-width: 16px;
    max-height: 16px;
  }
}
.header__btn-radius span {
  position: absolute;
  right: -6px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--accent-color);
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  padding: 4px 0;
}
@media (max-width: 991px) {
  .header__btn-radius span {
    top: -3px;
    right: -9px;
  }
}
.header__btnmobilemenu {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  position: relative;
  background-color: var(--cl-dark);
}
.header__btnmobilemenu span {
  position: absolute;
  background-color: var(--cl-white);
  left: 9px;
  right: 9px;
  height: 2px;
  transition: all ease 0.3s;
}
.header__btnmobilemenu span.line1 {
  top: 12px;
}
.header__btnmobilemenu span.line2 {
  top: 17px;
}
.header__btnmobilemenu span.line3 {
  top: 22px;
}
.header__btnmobilemenu.active span.line1 {
  top: 17px;
  transform: rotate(45deg);
}
.header__btnmobilemenu.active span.line2 {
  opacity: 0;
}
.header__btnmobilemenu.active span.line3 {
  top: 17px;
  transform: rotate(-45deg);
}
.header__swith {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid var(--cl-dark);
  transition: all ease 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__swith {
    height: 36px;
    width: 72px;
    border-radius: 18px;
  }
}
.header__swith:hover {
  border-color: #B0814B;
  color: #B0814B;
}
.header__swith:hover input:checked + span i.header__swith__light {
  color: #B0814B;
}
.header__swith:hover span::after {
  background-color: #B0814B;
}
.header__swith input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -9999px;
}
.header__swith input:checked + span::after {
  left: 55px;
}
@media (max-width: 991px) {
  .header__swith input:checked + span::after {
    left: 40px;
  }
}
.header__swith input:checked + span i.header__swith__light {
  color: var(--cl-dark);
}
.header__swith input:checked + span i.header__swith__dark {
  color: var(--cl-white);
}
.header__swith span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
}
@media (max-width: 991px) {
  .header__swith span {
    padding: 4px;
  }
}
.header__swith span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--cl-dark);
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .header__swith span::after {
    width: 26px;
    height: 26px;
    left: 4px;
    top: 4px;
  }
}
.header__swith span i {
  position: relative;
  z-index: 3;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(var(--cl-dark));
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .header__swith span i {
    height: 26px;
    width: 26px;
  }
}
.header__swith span i svg {
  max-height: 18px;
  max-width: 18px;
  fill: currentColor;
}
@media (max-width: 991px) {
  .header__swith span i svg {
    max-height: 14px;
    max-width: 14px;
  }
}
.header__swith span i.header__swith__light {
  color: var(--cl-white);
}
.header__swith span i.header__swith__dark svg {
  max-height: 15px;
  max-width: 15px;
}
@media (max-width: 991px) {
  .header__swith span i.header__swith__dark svg {
    max-height: 12px;
    max-width: 12px;
  }
}

.mobilemenu {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  height: 100dvh;
  background-color: var(--background-color);
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 90;
}
@media (max-width: 991px) {
  .mobilemenu.mobilemenu__opened {
    left: 0;
  }
}
.mobilemenu__body {
  padding-top: 96px;
  width: 100%;
  flex: 1 0 0%;
}
.mobilemenu__footer {
  padding: 32px 0 30px 0;
  width: 100%;
  flex: 0 0 auto;
  height: auto;
}
.mobilemenu__footer__item {
  margin-top: 32px;
}
.mobilemenu__footer__item:first-child {
  margin-top: 0;
}
.mobilemenu__menu {
  list-style: none;
  margin: -9px 0;
  padding: 0;
}
.mobilemenu__menu__item {
  padding: 9px 0;
  position: relative;
}
.mobilemenu__menu__link {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: var(--cl-dark);
  text-decoration: none;
}
.mobilemenu__menu__link.active {
  color: #B0814B;
}
@media (hover: hover) {
  .mobilemenu__menu__link:hover, .mobilemenu__menu__link:focus {
    color: var(--accent-color);
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mobilemenu__menu__link:hover, .mobilemenu__menu__link:focus {
    color: var(--accent-color);
    text-decoration-color: transparent;
  }
}
.mobilemenu__menu__sub {
  overflow: hidden;
  transition: all ease 0.5s;
}
.mobilemenu__menu__sub ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 0 14px;
}
.mobilemenu__menu__sub li {
  margin-top: 18px;
}
.mobilemenu__menu__sub li:first-child {
  margin-top: 0;
}
.mobilemenu__menu__sub a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}
.mobilemenu__menu__sub a.active {
  color: #B0814B;
}
.mobilemenu__contacts {
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobilemenu__contacts li {
  padding: 0 8px;
}
.mobilemenu__contacts__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--cl-dark);
}
@media (hover: hover) {
  .mobilemenu__contacts__link:hover, .mobilemenu__contacts__link:focus {
    color: var(--accent-color);
  }
  .mobilemenu__contacts__link.wa:hover, .mobilemenu__contacts__link.wa:focus {
    color: #00BB38;
  }
  .mobilemenu__contacts__link.tg:hover, .mobilemenu__contacts__link.tg:focus {
    color: #36AAD4;
  }
}
@media (hover: none) and (pointer: coarse) {
  .mobilemenu__contacts__link:hover, .mobilemenu__contacts__link:focus {
    color: var(--accent-color);
  }
  .mobilemenu__contacts__link.wa:hover, .mobilemenu__contacts__link.wa:focus {
    color: #00BB38;
  }
  .mobilemenu__contacts__link.tg:hover, .mobilemenu__contacts__link.tg:focus {
    color: #36AAD4;
  }
}
.mobilemenu__contacts__link svg {
  max-width: 16px;
  max-height: 16px;
  object-fit: contain;
  fill: currentColor;
}
.mobilemenu__info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #6E737A;
}
.mobilemenu__info li {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobilemenu__info li:first-child {
  margin-top: 0;
}
.mobilemenu__info li i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobilemenu__info li i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  fill: currentColor;
}
.mobilemenu__info li span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.footer {
  width: 100%;
  overflow: hidden;
  background-color: #1B1D21;
  color: #6E737A;
  font-size: 18px;
}
@media (max-width: 991px) {
  .footer {
    font-size: 15px;
  }
}
.footer__else {
  border-top: 1px solid #2C2E34;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #6E737A;
}
@media (max-width: 1399px) {
  .footer__else {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer__else {
    padding-top: 12px;
    font-size: 15px;
  }
}
.footer__else__menu {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__else__menu {
    margin: -8px;
  }
}
.footer__else__menu li {
  padding: 10px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer__else__menu li {
    width: 100%;
    padding: 8px;
  }
}
.footer__else__menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__else__menu a:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .footer__else__menu a:hover {
    color: #B0814B;
  }
}
.footer__else__menu a.footer__studio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__else__menu a.footer__studio i {
  margin-left: 6px;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__else__menu a.footer__studio i svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}
.footer__map {
  padding: 64px 0 80px 0;
}
@media (max-width: 991px) {
  .footer__map {
    padding: 32px 0 64px 0;
  }
}
.footer__map__row {
  margin: -8px -16px;
}
.footer__map__row > div {
  padding: 8px 16px;
}
.footer__map__body {
  position: relative;
  height: 432px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__map__body {
    height: 528px;
  }
}
.footer__map__place {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  filter: grayscale(100%);
}
.footer__map__des {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.footer__map__des i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__map__des i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  fill: currentColor;
}
.footer__map__des span {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.footer__contacts {
  padding-top: 64px;
}
@media (max-width: 1399px) {
  .footer__contacts {
    padding-top: 32px;
  }
}
.footer__contacts__menu {
  list-style: none;
  margin: -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: stretch;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #E2E2E2;
}
@media (max-width: 1399px) {
  .footer__contacts__menu {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer__contacts__menu {
    margin: -8px;
  }
}
.footer__contacts__menu li {
  padding: 10px;
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer__contacts__menu li {
    width: 100%;
    padding: 8px;
  }
}
.footer__contacts__menu__content {
  display: flex;
  background-color: #2C2E34;
  border-radius: 6px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer__contacts__menu__content i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  max-width: 100%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__contacts__menu__content i svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}
.footer__contacts__menu__content span {
  flex: 0 0 auto;
  max-width: 100%;
  overflow: hidden;
}
@media (hover: hover) {
  .footer__contacts__menu a.footer__contacts__menu__content:hover, .footer__contacts__menu a.footer__contacts__menu__content:focus {
    color: #fff;
    background-color: #B0814B;
    text-decoration-color: transparent;
  }
  .footer__contacts__menu a.footer__contacts__menu__content.tg:hover, .footer__contacts__menu a.footer__contacts__menu__content.tg:focus {
    background-color: #00B9ED;
  }
  .footer__contacts__menu a.footer__contacts__menu__content.wa:hover, .footer__contacts__menu a.footer__contacts__menu__content.wa:focus {
    background-color: #00CF47;
  }
}
@media (hover: none) and (pointer: coarse) {
  .footer__contacts__menu a.footer__contacts__menu__content:hover, .footer__contacts__menu a.footer__contacts__menu__content:focus {
    color: #fff;
    background-color: #B0814B;
    text-decoration-color: transparent;
  }
  .footer__contacts__menu a.footer__contacts__menu__content.tg:hover, .footer__contacts__menu a.footer__contacts__menu__content.tg:focus {
    background-color: #00B9ED;
  }
  .footer__contacts__menu a.footer__contacts__menu__content.wa:hover, .footer__contacts__menu a.footer__contacts__menu__content.wa:focus {
    background-color: #00CF47;
  }
}
@media (max-width: 991px) {
  .footer__logo {
    margin-bottom: 32px;
  }
}
.footer__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 70px;
}
@media (max-width: 991px) {
  .footer__logo a {
    height: 60px;
    width: 147px;
  }
}
.footer__logo a svg {
  height: 100%;
}
.footer__logo a .changecolor {
  color: #F8F8F8;
}
.footer__body {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .footer__body {
    padding-top: 64px;
  }
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  column-width: 33%;
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 575px) {
  .footer__menu {
    column-width: 50%;
    column-count: 2;
  }
}
.footer__menu li {
  display: block;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .footer__menu li {
    margin-bottom: 18px;
  }
}
.footer__menu a {
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__menu a:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .footer__menu a:hover {
    color: #B0814B;
  }
}

.modal {
  background-color: var(--cl-white2);
  border-radius: 16px;
  max-width: 558px;
  padding: 96px 40px 40px 40px;
  color: var(--cl-dark);
  display: none;
}
@media (max-width: 767px) {
  .modal {
    padding: 92px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 72px 32px 32px 32px;
  }
}
.modal.modal__small {
  width: 100%;
  max-width: 335px;
}
.modal.modal__middle {
  width: 100%;
  max-width: 464px;
}
.modal.modal__middle2 {
  width: 100%;
  max-width: 569px;
  padding: 32px;
}
@media (max-width: 767px) {
  .modal.modal__middle2 {
    padding: 20px;
  }
}
.modal.modal__middle2 .f-button.is-close-btn {
  background: none;
  color: var(--background-granit);
  top: 34px;
}
@media (max-width: 991px) {
  .modal.modal__middle2 .f-button.is-close-btn {
    top: 27px;
  }
}
.modal.modal__middle2 .modal__title {
  margin-bottom: 30px;
}
.modal__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .modal__title {
    margin-bottom: 28px;
  }
}
.modal__title span {
  display: block;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .modal__title span {
    font-size: 24px;
  }
}
.modal__title__des {
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 0.01em;
}
@media (max-width: 991px) {
  .modal__title__des {
    margin-top: 16px;
    font-size: 18px;
  }
}
.modal__title__des:last-child {
  margin-bottom: 0;
}
.modal__label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .modal__label {
    font-size: 16px;
  }
}
.modal__tabs {
  position: relative;
}
.modal__tabs .form__foot .mbtn {
  margin-top: 0;
}
.modal__tabs__nav {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal__tabs__nav {
    margin-bottom: 16px;
  }
}
.modal__tabs__nav a {
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid var(--cl-gr);
  color: #6E737A;
  padding: 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .modal__tabs__nav a {
    font-size: 16px;
    height: 52px;
    text-align: center;
    width: 52px;
  }
}
.modal__tabs__nav a:first-child {
  border-radius: 6px 0 0 6px;
}
.modal__tabs__nav a:last-child {
  border-radius: 0 6px 6px 0;
}
.modal__tabs__nav a span {
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal__tabs__nav a span {
    display: none;
  }
}
.modal__tabs__nav a i {
  display: none;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .modal__tabs__nav a i {
    display: flex;
  }
}
.modal__tabs__nav a i svg {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  object-fit: contain;
}
@media (hover: hover) {
  .modal__tabs__nav a:not(.active):hover {
    border-color: #B0814B;
    text-decoration-color: transparent;
  }
}
@media (hover: none) and (pointer: coarse) {
  .modal__tabs__nav a:not(.active):hover {
    border-color: #B0814B;
    text-decoration-color: transparent;
  }
}
.modal__tabs__nav a.active {
  border-color: #B0814B;
  color: var(--cl-dark);
  background-color: var(--cl-gl);
  text-decoration-color: transparent;
  cursor: default;
}
@media (max-width: 991px) {
  .modal__tabs__nav a.active {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .modal__tabs__nav a.active span {
    display: block;
  }
  .modal__tabs__nav a.active i {
    display: none;
  }
}
.modal__tabs__content {
  position: relative;
}
.modal__tabs__item {
  display: none;
}
.modal__tabs__item.active {
  display: block;
}
.modal__accordion {
  padding-top: 20px;
}
.modal__accordion__scroll {
  max-height: 199px;
  overflow-x: hidden;
}
.modal__accordion__scroll > .simplebar-track {
  right: 0;
}
.modal__accordion__item {
  border-bottom: 1px solid var(--cl-greylignt);
  padding-top: 20px;
}
.modal__accordion__item.active {
  z-index: 7;
}
.modal__accordion__item.active .modal__accordion__title i {
  transform: rotate(180deg);
}
.modal__accordion__item.active .modal__accordion__slide {
  overflow: inherit;
}
.modal__accordion__item:first-child {
  padding-top: 0;
}
.modal__accordion__title {
  position: relative;
  padding: 10px 40px 10px 0;
  cursor: pointer;
}
.modal__accordion__title span {
  display: block;
}
.modal__accordion__title i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--background-granit);
  transition: all ease 0.3s;
}
.modal__accordion__title i svg {
  max-width: 14px;
  max-height: 14px;
  fill: currentColor;
}
.modal__accordion__slide {
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  max-height: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__accordion__slide::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal__accordion__slide .form__double {
  padding-bottom: 20px;
}
.modal__accordion__body {
  padding-bottom: 16px;
  padding-top: 6px;
}
.modal__accordion__foot {
  padding-bottom: 20px;
}
.modal__accordion__close {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-close);
  text-decoration-color: transparent;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (hover: hover) {
  .modal__accordion__close:hover {
    color: #B0814B;
  }
}
@media (hover: none) and (pointer: coarse) {
  .modal__accordion__close:hover {
    color: #B0814B;
  }
}
.modal .form__foot {
  padding-top: 30px;
}
.modal .form__foot .mbtn {
  margin-top: 0;
}
.modal__contentscroll {
  min-height: 400px;
  max-height: calc(100vh - 390px);
}
.modal__contentscroll > .simplebar-track {
  right: -19px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox__content > .f-button.is-close-btn {
  width: 24px;
  height: 24px;
  right: 32px;
  top: 32px;
  background-color: transparent;
  color: var(--cl-dark);
  transition: all ease 0.3s;
  opacity: 1;
}
@media (max-width: 991px) {
  .fancybox__content > .f-button.is-close-btn {
    right: 32px;
    top: 32px;
  }
}
.fancybox__content > .f-button.is-close-btn:hover {
  color: #B0814B;
  background-color: transparent;
}
.fancybox__content > .f-button.is-close-btn svg {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  fill: currentColor;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  right: 15px;
  top: 15px;
}
.form__select2__disabled{
  display: none;
}
.butt_filtr{
  width: 100%;    
  display: flex;    
  flex-direction: row;    
  justify-content: center;    
  align-items: center;
  cursor: pointer;
}
.butt_filtr:hover, .butt_filtr:focus{
	color:#B0814B;
}
.butt_filtr i{
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butt_filtr i svg{
  width: 15px;
  height: 15px;
}
.activated .butt_filtr i{
    transform: rotate(180deg);
}