:root {
  --white: #fff;
  --black-22: #222;
  --black-2C: #2C2D2E;
  --black: #000;
  --black-0D: #0D1A2D;
  --fancy-bg: #22222294;
  --red-7E: #7E3B42;
  --white-7E: #E7E7E7;
  --white-E3: #E3E3E3;
  --white-F5: #F5F5F5;
  --white-78: #FFFFFF78;
  --white-D6: #D6D6D6;
  --white-D4: #D4D4D4;
  --grey-D8: #d8d8d8;
  --grey-E8: #E8E8E8;
  --grey-E6: #E6E6E6;
  --grey-C8: #C8C8C8;
  --grey-73: #737373;
  --mt150: clamp(50px, 5.9vw, 150px);
  --mb150: clamp(50px, 5.9vw, 150px);
  --mb100: clamp(40px, 7vw, 100px);
  --mt100: clamp(40px, 7vw, 100px);
  --mt80: clamp(40px, 5.9vw, 80px);
  --mb80: clamp(40px, 5.9vw, 80px);
  --mt32: clamp(24px, 5vw, 32px);
  --mb32: clamp(24px, 5vw, 32px);
  --tr25: all .25s;
  --h1: clamp(30px, 3vw, 64px);
  --h1_32: clamp(24px, 3vw, 48px);
  --h1_30: clamp(20px, 3vw, 30px);
  --txt_size24: clamp(18px, 3vw, 24px);
  --txt_size20: clamp(16px, 3vw, 20px);
  --txt_size28: clamp(20px, 3vw, 28px);
  --txt_size22: clamp(17px, 3vw, 22px);
  --txt_size46: clamp(26px, 3.2vw, 46px);
  --font-size40: clamp(22px, 3vw, 40px);
  --txt_size18: clamp(16px, 3vw, 18px);
  --txt_size16: 16px;
  --txt_size17: 17.5px;
  --lh140: 140%;
  --lh120: 120%;
  --surfaces-medium: #737373;
  --surfaces-default: #2C2D2E;
  --surfaces-surface: #F5F5F5;
  --radius10: 10px;
  --radius12: 12px;
  --radius16: 16px;
  --radius24: 24px;
  --radius41: 41px;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
}

@media (hover: none) {
  .item:hover {
    padding: 0;
  }
}

body, html {
  font-family: "InterDisplay", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  overflow-x: hidden;
  height: 100%;
}

body.lock {
  overflow: hidden;
}

a {
  color: var(--black)
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1300px;
  min-width: 300px;
  height: auto;
}

.mt80 {
  margin-top: var(--mt80);
}

.mb80 {
  margin-bottom: var(--mb80);
}

.mt150 {
  margin-top: var(--mt150);
}

.mb150 {
  margin-bottom: var(--mb150);
}

.mt100 {
  margin-top: var(--mt100);
}

.mb100 {
  margin-bottom: var(--mb100);
}

.mb32 {
  margin-bottom: var(--mb32);
}

.mt32 {
  margin-top: var(--mt32);
}

.btn_default,
.btn_active {
  padding: 20px 30px;
  border: 1px solid #7e3b42;
  border-radius: 5px;
  color: #7e3b42;
  background-color: inherit;
  font-size: 16px;
  line-height: var(--ln120);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.btn_active {
  background: var(--red-7E);
  color: var(--white);
  border: none;
}

a, button {
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
}

.txt_center {
  text-align: center;
}

/*RESULT SEARCH*/
table.title-search-result {
  background: white;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

/*PAGE 404*/
.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 610px;
  min-width: 300px;

  .page404_info {
    text-align: center;

    > h1 {
      margin-bottom: 24px;
      font-weight: 600;
      font-size: var(--h1);
      line-height: 100%;
      letter-spacing: -0.04em;
    }

    > p {
    }
  }

  .btns {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;

    .btn_default,
    .btn_active {
      width: 225px;
      height: 64px;
    }

    .btn_default {
      padding: 13px;
    }
  }
}

/*fixed_mobile_panel_contact*/
.mobile_fixed_bottom_contact {
  padding: 10px 0;
  display: none;
  position: fixed;
  bottom: 0;
  background: #ece3da;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  @media screen and (width <= 780px) {
    display: block;
  }
}

.footer_prava {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  x-justify-content: space-between;
  @media screen and (width <= 780px) {
    gap: clamp(10px, 3vw, 30px);
  }

  > a {
    font-size: 14px;
    display: block !important;
    width: unset;
    max-width: unset;

    &:nth-child(2) {
      padding: 0 49px 0 122px;
      @media screen and (width <= 1290px) {
        padding: 0 45px 0 117px;
      }
      @media screen and (width <= 1270px) {
        padding: 0 43px 0 114px;
      }
      @media screen and (width <= 1260px) {
        padding: 0 39px 0 112px;
      }
      @media screen and (width <= 1230px) {
        padding: 0 30px 0 106px;
      }
      @media screen and (width <= 1200px) {
        padding: 0 23px 0 98px;
      }
      @media screen and (width <= 768px) {
        padding:0;
      }
    }
  }
}

/*CEO TEXT*/
.block_seo_text {
  line-height: 150%;
  letter-spacing: 0;

  > h2, h3,h4,h5 {
    margin: 20px 0;
  }

  > ul > li > a,
  > p > a,
  > a {
    border-bottom: 1px solid;
    text-decoration-skip-ink: none;
    display: inline;
  }

  > ul, ol {
    margin-left: 20px;
  }
}

/*END_CEO TEXT*/

/*Правовая информация*/
.legal_documents {
  .legal_links {
    > li {
      margin-bottom: 15px;
      list-style-type: none;

      > a {
        &:hover {
          border-bottom: 1px solid;
          text-decoration-skip-ink: none;
          display: inline;
        }
      }
    }
  }
}

/*OLD CSS*/
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
  url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
  url('../fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/************ \/ CUSTOMIZE \/ ************/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
body, a {
  color: #20202C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Century Gothic', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
}


/************ /\ CUSTOMIZE /\ ************/
.header__logo {
  display: flex;
  flex-direction: column;
  width: 170px;
}

.header__logo_tel {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
}

.header {
  padding: 20px 0 150px;
  background: url(../images/h-back.jpg) no-repeat center center / cover;
}

.header__top {
  background: linear-gradient(269.75deg, rgba(251, 251, 251, 0.5) 0%, rgba(245, 245, 245, 0.5) 100%);
  border: 1px solid rgba(32, 32, 44, 0.15);
  backdrop-filter: blur(30px);
  border-radius: 32px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav_link {
  margin-right: 30px;
}

.header__nav_link:hover {
  text-decoration: underline;
}

.header__nav_link:last-child {
  margin-right: 0;
}

.header__top_btn {
  border: 2px solid #ffffff;
  border-radius: 14px;
  padding: 12px 26px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.header__top_btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.text-underline {
  text-decoration: underline;
}

.popup-btn,
.popup-btn2 {
  cursor: pointer;
}

#cnts {
  padding-top: 20px;
}

.popup-btn2 {
  margin-right: 10px;
}

.popup-btn2:hover {
  color: #fff !important;
}

.popup-btn2:hover path {
  fill: #fff !important;
}

.header__wrap {
  margin-top: 150px;
}

.header__title {
  max-width: 580px;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
}

.header__title span {
  font-weight: inherit;
  font-size: inherit;
}

.header__text {
  margin-bottom: 30px;
  max-width: 605px;
}

.header__form {
  background: #FFFFFF;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 20px 25px;
  max-width: 460px;
  margin-bottom: 14px;
}

.header__form_title {
  font-weight: 700;
  margin-bottom: 10px;
}

.header__form_wrap {
  display: flex;
  align-items: center;
}

.header__form_tel {
  border: 2px solid #20202C;
  border-radius: 14px;
  padding: 12px 25px;
  margin-right: 10px;
  max-width: 239px;
}

.header__submit {
  border: none;
  outline: none;
  background: none;
}

.header__form_subtext {
  font-size: 10px;
  max-width: 400px;
  margin-bottom: 20px;
}

.header__form_subtext a {
  text-decoration: underline;
  font-size: 10px;
}

.page-section {
  margin-top: 45px;
}

.title__top {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: fit-content;
}

.title__top p {
  font-weight: 700;
  font-size: 20px;
  color: #9e7967;
  margin-bottom: 10px;
}

.title__top h2 {
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 40px;
}

.mc-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.mc-slider-controls__left {
  display: flex;
  align-items: center;
  flex: none;
  margin-right: 20px;
}

.mc-slider__item {
  background: linear-gradient(269.75deg, rgba(251, 251, 251, 0.5) 0%, rgba(245, 245, 245, 0.5) 100%);
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 25px 15px;
  margin: 0 15px;
  width: 370px;
}

.mc-slider__subtitle span {
  font-size: 16px;
}

.mc-slider__picture {
  height: 330px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.mc-slider__picture img {
  max-width: 100%;
  max-height: 100%;
}

.mc-slider__info {
  font-weight: 700;
  color: #9e7967;
  margin-bottom: 10px;
}

.mc-left,
.mc-right {
  cursor: pointer;
}

.mc-left:hover,
.mc-right:hover {
  opacity: .8;
}

.mc-slider__subtitle {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 15px;
  min-height: 60px;
}

.mc-slider__param {
  margin-bottom: 10px;
}

.mc-slider__btn {
  display: flex;
  align-items: center;
  padding: 12px;
  width: 100%;
  color: #fff;
  justify-content: center;
  background: linear-gradient(75.63deg, #4E548D 0%, #8383C2 100%);
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 14px;
  margin-top: 30px;
}

.mc-slider__btn:hover {
  color: #fff;
}

.mc-slider__btn svg {
  margin-left: 8px;
}

.mc-left,
.mc-left-portfolio,
.mc-left-rev {
  margin-right: 10px;
}

.mc-slider__item:hover {
  color: #fff;
  background: #9e7967;
}

.mc-slider__item:hover .mc-slider__btn {
  background: #fff;
  color: #000;
}

.mc-slider__item:hover .mc-slider__info {
  color: #fff;
}

.mc-slider__item:hover .mc-slider__btn path {
  fill: #000;
}

.progress,
.progress-p,
.progress-rev {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #d6d7e7;
  background-image: linear-gradient(to right, #9e7967, #9e7967);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}

.mc-progress {
  width: 100%;
}

.mc-progress-p,
.mc-progress-rev {
  width: 100%;
}

.main-catalog__bottom {
  margin-top: 50px;
  text-align: center;
  background: rgba(92, 99, 166, 0.1);
  border: 1px solid rgba(92, 99, 166, 0.25);
  border-radius: 20px;
  padding: 25px;
}

.main-catalog__bottom p {
  font-weight: 700;
  font-size: 14px;
  color: #9e7967;
  margin-bottom: 10px;
}

.main-catalog__bottom h3 {
  font-weight: 700;
  font-size: 30px;
}

.advan__item_top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.advan__item_top img {
  margin-right: 10px;
  flex: none;
}

.advan__subtitle {
  font-weight: 700;
  font-size: 18px;
  max-width: 190px;
}

.advan__text {
  font-size: 14px;
}

.advan__item {
  padding: 15px;
  background: #F8F8F9;
  border-radius: 20px;
  color: #20202C;
  height: 210px;
  margin-bottom: 20px;
}

.advan__wrap {
  padding-top: 15px;
}

.advan__item.rec {
  color: #fff;
  background: url(../images/elv6.jpg) no-repeat center center / cover;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 25px 15px;
}

.adv-b-text {
  font-weight: 700;
  font-size: 22px;
  margin-top: 10px;
}

.advan__item.rec .advan__subtitle {
  margin-bottom: 10px;
}


.advan__item.rec .advan__text {
  margin-bottom: 10px;
}

.advan__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 14px;
  color: #000;
  width: fit-content;
}

.advan__btn svg {
  margin-left: 10px;
}

.services .title__top {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.services__text {
  margin-top: 25px;
  margin-bottom: 30px;
}

.dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #E2C571;
  border: 1px solid #E2C571;
  border-radius: 14px;
  padding: 12px 25px;
}

.dark-btn svg {
  margin-left: 10px;
}

.dark-btn:hover {
  color: #E2C571;
  background: #fff;
}

.dark-btn:hover path {
  fill: #E2C571;
}

.srv-subtitle {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
}

.sv-item {
  padding: 22px;
  background: #9e7967;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}

.sv-item img {
  margin-bottom: 10px;
}

.ord__item {
  padding: 30px;
  border-radius: 20px;
  background: #EEF4F9;
  overflow: hidden;
  height: 100%;
}

.ord .row > div {
  margin-bottom: 30px;
}

.ord__sm {
  background: #9e7967;
  color: #fff;
}

.light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 12px 25px;
}

.light-btn svg {
  margin-left: 10px;
}

.light-btn:hover {
  color: rgb(0, 0, 0);
  background: none;
}

.light-btn:hover path {
  fill: rgb(0, 0, 0);
}

.ord__subtitle {
  font-weight: 700;
  font-size: 40px;
}

.ord__subtext {
  font-size: 16px;
  margin: 25px 0;
}

.ord__db89 {
  max-width: 700px;
  margin-bottom: 35px;
}

.ord__item div {
  max-width: 480px;
}

.ord__stone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 274px;
}

.ord__item_sec {
  background: #9e7967;
  color: #fff;
}

.ord__item_third {
  background: url(../images/pdm5.jpg) no-repeat center center / cover;
}

.steps__number {
  width: 100px;
  height: 100px;
  background: #ECF1F6;;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 50px;
  color: #9e7967;
  border: 10px solid #fff;
  top: 17px;
  border-radius: 150px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.steps__wrap {
  background: #ECF1F6;;
  padding: 35px 35px 20px;
  border-radius: 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.steps__subtitle {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
}

.steps__last-item {
  color: #fff;
}

.steps__last-item .steps__number {
  background: #9e7967;
  color: #fff;
}

.steps__last-item .steps__wrap {
  background: #9e7967;
}

.st-klm img {
  width: auto;
  height: 65px;
}

.portfolio__slider_item {
  margin: 0 10px;
  text-align: center;
  height: 340px;
}

.portfolio__slider_item img {
  height: 100%;
  width: auto;
}

.steps__wrap svg {
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%)
}

.mc-slider-controls__left img {
  cursor: pointer;
}

.mc-slider-controls__left img:hover {
  opacity: .8;
}

.rev-item__top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.rev-item__top img {
  width: 60px;
  height: auto;
  margin-right: 15px;
  display: none;
}

.rev__name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.rev__serv {
  font-weight: 700;
  font-size: 14px;
  color: #9e7967;
}

.rev-item {
  margin: 0 15px;
}

.rev__text {
  text-align: justify;
}

.quest__box {
  background: #ffffff;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  background: linear-gradient(269.75deg, rgba(251, 251, 251, 0.5) 0%, rgba(245, 245, 245, 0.5) 100%);
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
}

.quest__title {
  display: flex;
  justify-content: space-between;
  color: #212121;
  font-weight: 600;
  font-size: 17px;
}

.quest__plus {
  width: 15px;
  transition: 0.3s;
  margin-right: 10px;
}

.quest__content {
  margin-top: 18px;
}

.quest__title.active .quest__plus {
  transform: rotate(180deg);
  opacity: 0.6;
}

.quest__box_cont {
  display: flex;
  align-items: center;
}

.quest__box_cont img {
  margin-right: 15px;
}

.quest__box.active {
  color: #fff;
  background: #9e7967;
}

.quest__box.active path {
  fill: #fff;
}

.quest__box.active .quest__title {
  color: #fff;
}

.news__picture {
  height: 160px;
  width: auto;
  margin-bottom: 15px;
}

.news__date {
  font-weight: 700;
  font-size: 16px;
  color: #9e7967;
  margin-bottom: 10px;
}

.news__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.news__item {
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.main-c__name {
  font-weight: 700;
  font-size: 20px;
  color: #9e7967;
  margin-bottom: 10px;
}

.main-c__title {
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 25px;
}

.main-c__item {
  margin-bottom: 15px;
}

.main-c__item span {
  margin-bottom: 5px;
  display: block;
}

.main-c__item div,
.main-c__item a {
  font-weight: 700;
}

.main-c__item a {
  text-decoration: underline;
}

.main-c__item a:hover {
  text-decoration: none;
}

.main-c__map {
  margin-top: 60px;
}

.b-form {
  padding: 40px 0;
  background: #9e7967;
}

.b-form__title {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.b-form__text {
  color: #fff;
  max-width: 480px;
}

.b-form__form {
  background: #FFFFFF;
  box-shadow: 0 12px 40px -10px rgba(18, 25, 32, 0.15);
  border-radius: 38px;
  padding: 15px 25px;
}

.b-form__form input {
  border: 2px solid #20202C;
  border-radius: 14px;
  padding: 12px 25px;
  margin-right: 10px;
  width: 223px;
}

.b-form__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-form__policy {
  font-weight: 400;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 20px;
  opacity: .5;
}

.b-form__policy a {
  text-decoration: underline;
}

.b-form .b-form__policy {
  color: #fff;
}

.b-form .b-form__policy a {
  color: #fff;
}

.b-form__policy a {
  display: inline;
  font-weight: 400;
  font-size: 10px;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__wrap a {
  text-decoration: underline;
}

/* model window */
.overlay,
.overlay2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 99999;
}

.popup {
  position: fixed;
  width: 480px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  color: #404048;
  border-radius: 5px;
  text-align: center;
  z-index: 99999;
}

.close-popup,
.close-popup2 {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before,
.close-popup2:before {
  content: '';
  background-color: #888;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after,
.close-popup2:after {
  content: '';
  background-color: #888;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

.btn-popup {
  color: #fff;
  background: #164C70;
}

.js-button-campaign {
  cursor: pointer;
}

.popup__title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 2px;
}


.nwk89 {
  font-size: 14px;
  font-weight: 700;
  color: #afafaf;
  margin-bottom: 20px;
}

.popup__text {
  margin-bottom: 20px;
}

.popup input {
  border: 2px solid #20202C;
  border-radius: 14px;
  padding: 12px 25px;
  margin-bottom: 12px;
  width: 230px;
}

.d768 {
  display: none;
}

.popup-form-btn {
  width: 230px;
}

.mob1 {
  display: none;
}

.menu-burger {
  display: none;
  width: 33px;
  height: 5px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  z-index: 99999;
  top: -10px;
  margin-right: 10px;
}

.menu-burger__trigger {
  position: absolute;
  top: -11px;
  left: -3px;
  width: 40px;
  height: 28px;
  z-index: 99999;
}

.menu-burger:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  width: 33px;
  height: 5px;
  background: rgb(255, 255, 255);
  transition: .1s;
}

.menu-burger:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 33px;
  height: 5px;
  background: rgb(255, 255, 255);
  transition: .1s;
}

.menu-burger.active {
  height: 0;
}

.menu-burger.active .menu-burger__trigger {
  position: absolute;
  top: -15px;
  left: -3px;
  width: 45px;
  height: 30px;
  z-index: 99999;
}

.menu-burger.active:before {
  width: 35px;
  transition: .1s;
  transform: rotate(-45deg);
  top: -3px;
}

.menu-burger.active:after {
  width: 35px;
  transition: .1s;
  transform: rotate(45deg);
  bottom: -2px;
}

body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

.header-all {
  padding: 25px 0;
  background: none;
}

.cat-cont {
  margin-bottom: 35px;
}

.cat-title {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 40px;
}

.cat-cont .woocommerce-result-count,
.cat-cont .woocommerce-ordering {
  display: none;
}

.product-item {
  background: #EAEAEA;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
}

.cat-cont .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 15px;
}



.product-item__btns .light-btn {
  border: 2px solid #9e7967;
  color: #9e7967;
  margin-left: 10px;
  font-size: 15px;
  padding: 12px 14px;
}

.product-item__btns .dark-btn {

}

.product-item__btns .light-btn:hover {
  color: #9e7967;
}

.product-item__btns .light-btn:hover path {
  fill: #9e7967;
}



.cat-cont a.button {
  display: block;
  background: #E2C571;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 0px 0px 20px 20px;
  padding: 15px;
  text-align: center;
  color: #000;
  margin-top: 15px;
}

.cat-cont .button:hover {
  background: #c2a95d;
}

.s-product {
  padding: 30px 0;
}

.image-cnt-s-pr img {
  border-radius: 43px;
}

.s-pr__art {
  font-weight: 700;
  font-size: 16px;
  color: #909096;
}

.s-pr .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.s-pr__description p {
  margin-bottom: 20px;
}

.page-sg {
  padding: 30px 0;
}

.wpcf7-form-control-wrap {
  display: inline-block;
}

.header__form_wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 1px;
  bottom: -24px;
  font-size: 13px;
}

.b-form__form .wpcf7-not-valid-tip {
  position: absolute;
  left: 1px;
  bottom: -24px;
  font-size: 13px;
}

.page-sg12 .post-thumbnail img {
  max-width: 500px;
  max-height: 500px;
  margin-bottom: 15px;
  width: auto;
  height: auto;
}

.page-sg12 p,
.page-sg12 h2,
.page-sg12 h3,
.page-sg12 ul {
  margin-bottom: 15px;
}

.page-sg12 .entry-title {
  margin-bottom: 20px;
}

.cat-page45 .post-thumbnail img{
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 15px;
  width: auto;
  height: auto;
}

.cat-page45 .entry-title a {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mag-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.mag-cats a {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 7px 6px;
  display: inline-block;
  background: rgba(226, 197, 113, 0.15);
}

.s-pre__free {
  background: rgba(90, 96, 156, 0.1);
  border: 1px solid rgba(90, 96, 156, 0.25);
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  padding: 25px;
}

.s-pre__free > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 133px;
}

.s-pre__free_title {
  font-weight: 700;
  font-size: 20px;
  color: #9e7967;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  max-width: 430px;
}

.s-pre__free_text {
  position: relative;
  z-index: 10;
  max-width: 430px;
}

.s-pr__clc {
  margin-top: 20px;
  background: #9e7967;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 25px;
}

.s-pr__clc_title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.s-pr__clc_text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.s-pr__clc_tel {
  margin-top: 10px;
  color: #fff;
}

.s-pr__clc_tel:hover {
  text-decoration: underline;
  color: #fff;
}

.s-pr__clc_wrap {
  display: flex;
  align-items: center;
}

.overlay2 .popup__title {
  font-size: 28px;
}

.advan__btn {
  border: 1px solid #fff;
}

.advan__btn:hover {
  background: none;
  color: #fff;
}

.advan__btn:hover path {
  fill: #fff;
}

.footer__wrap a:hover {
  text-decoration: none;
}

.page-sg .entry-content p,
.page-sg .entry-content h2,
.page-sg .entry-content h3,
.page-sg .entry-content ul {
  margin-bottom: 15px;
}

.s-pr__cmpl {
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  padding: 25px;
}

.zed-58 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #8c8c92;
}

.sub-cmpl {
  margin-top: 5px;
}

.rev-page {
  padding: 50px 0;
}

.glsr-default {
  margin-bottom: 30px;
}

.glsr-review-title {
  display: none;
}

[data-field="title"] {
  display: none;
}

.bl-link {
  padding: 18px 50px;
  font-size: 17px;
  background: #ebebeb;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  max-width: 720px;
  font-weight: 600;
}

.bl-link:hover {
  color: #fff;
  background: #9e7967;
}

.ceme-page__title {
  font-size: 32px;
  margin-bottom: 35px;
}

.ceme-page {
  padding: 20px 0 50px;
}

.page-sg .entry-title {
  line-height: 1;
  margin-bottom: 15px;
}


/*-n styles*/

.header-n {
  background: #9e7967;
  padding: 25px 0;
  color: #fff;
}

.header-n__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-n__title {
  text-align: center;
  font-size: 25px;
}

.header-n__title span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header-n__tel {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;

}

.header-n__tel:hover {
  color: #fff;
  text-decoration: underline;
}

.header-n__tel__wrap {
  text-align: center;
}

.header-n__logo {
  width: 265px;
}

.header-nav-wrap {
  padding: 16px 0;
  background: #fff;
}

.header-nav__link-icon {
  display: flex;
  align-items: center;
}

.header-nav__link-icon svg {
  flex: none;
  margin-right: 5px;
}

.header-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-nav__link {
  color: #20202C;
  font-weight: 400;
  font-size: 16px;
  margin-right: 25px;
}

.header-nav__link:hover {
  color: #C0A862;
}

.tp3 {
  background: url(/wp-content/uploads/2023/03/nw-ls2000.jpg) no-repeat center left / cover;
  padding: 45px 0;
}



.no-wrap {
  white-space: nowrap;
}

.tp3__title {
  font-weight: 700;
  font-size: 45px;
  max-width: 897px;
  color: #20202C;
  margin-bottom: 30px;
}

.tp3__title span {
  text-decoration: underline;
}

.tp3__text {
  max-width: 600px;
  margin-bottom: 30px;
}

.cat-n__item {
  height: 161px;
  padding: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
  width: 100%;
  font-size: 20px;
  margin-bottom: 30px;
  height: 600px;
}

.cat-n__item:hover {
  color: #fff;
  text-decoration: underline;
}

.cat-n__item1 {
  background: url("/upload/iblock/8f1/z07gv3ru7mbznnx7lvn9ua4ijyyi3ho9/poseshchenie_mogil_3_scaled_2.jpg") no-repeat center center / cover;
}

.cat-n__item2 {
  background: url("/upload/iblock/4c7/yoklz2riypuiy6dpbut08oxpthjd9g63/Snimok_ekrana_2023_04_29_v_11.14.47_2.png") no-repeat center center / cover;
}

.cat-n__item3 {
  background: url("/upload/iblock/813/rip87v40mw5kci4dqexqu3jozkgifivn/maz3633_3262_4362_a636_383565663835_imgonline_com_ua_res.jpg") no-repeat center center / cover;
}

.cat-n {
  padding-top: 30px;
}



.rl2-ct__item {
  text-align: center;
  color: #fff;
  padding: 15px;
  background: #9e7967;
  height: 130px;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 1px;
  font-weight: 700;
  margin: 0 5px;
  display: block;
}

.rl2-ct__item:hover {
  color: #fff;
  background: #285783;
}

.rl2-ct {
  margin-bottom: 20px;
}

.rl2-ct__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}

.choose {
  display: flex;
  justify-content: space-between;
}

.choose__right {
  width: 390px;
  margin-left: 30px;
  flex: none;
}

.choose__left {
  width: calc(100% - 410px);
}

.page-n__title {
  color: #9e7967;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}

.page-n__title > span {
  color: #20202C;
  display: block;
}

.text-n {
  margin-bottom: 15px;
}

.choose__link {
  padding: 18px 22px;
  background: rgba(55, 107, 155, 0.15);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.choose__link:hover {
  background: rgba(55, 107, 155, 0.3);
}

.choose__link img {
  width: 39px;
  margin-right: 27px;
}

.cons-n__text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-left: 30px;
}

.cons-n__line {
  width: 1px;
  height: 50px;
  background: #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.cons-n__tel {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.cons-n__tel:hover {
  color: #fff;
  text-decoration: underline;
}

.cons-n {
  padding: 25px 40px;
  background: #9e7967;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 1px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  &:before{
    content:url("data:image/svg+xml,%3Csvg width='53' height='48' viewBox='0 0 53 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.19873' y='1.39404' width='51.2417' height='45.4449' rx='1.5' fill='white' fill-opacity='0.03' stroke='white'/%3E%3Cpath d='M29.9192 35.7316C29.3259 35.7316 28.7325 35.6123 28.1392 35.493C26.0031 34.8965 24.4604 32.8686 23.511 31.795L23.2736 31.5564C22.5616 30.7214 21.8496 29.4092 20.7815 27.1427C19.8322 25.1147 19.2388 23.2061 19.0015 22.1325C18.7641 20.9396 18.2894 18.1959 19.3575 16.168C20.1882 14.6172 21.4936 13.4243 23.2736 12.7086C24.4604 12.2314 25.6471 12.5893 26.1218 13.6629L28.0205 17.1223C28.2578 17.5995 28.4952 18.3152 28.2578 19.031C28.1392 19.3888 27.9018 19.7467 27.3085 19.9853L25.2911 20.9396C25.1724 20.9396 25.1724 21.0589 25.0537 21.0589C25.0537 21.0589 25.0537 21.1782 25.1724 21.4168L27.7832 27.6198C28.2578 28.3356 28.4952 28.3356 28.9699 28.097L30.5126 27.5005C31.106 27.262 32.2927 27.0234 33.1234 28.8127L34.6661 32.1529C35.0221 32.8686 35.0221 33.465 34.7848 34.0615C34.6661 34.4194 34.4288 34.7772 33.7167 35.1351C32.4114 35.493 31.106 35.7316 29.9192 35.7316ZM24.4604 14.2594C24.3417 14.2594 24.3417 14.2594 24.1043 14.3786C22.6803 14.9751 21.7309 15.9294 21.0189 17.1223C20.3069 18.5538 20.6629 20.8203 20.9002 21.7746C21.1376 22.7289 21.7309 24.6376 22.5616 26.4269C23.2736 27.8584 24.1043 29.6478 24.8164 30.4828L25.0537 30.8407C25.7657 31.6757 27.1898 33.465 28.7325 33.9422C30.5126 34.4194 32.174 33.8229 33.1234 33.465C33.2421 33.465 33.2421 33.3458 33.1234 32.9879L31.5807 29.6478C31.3433 29.1706 31.2246 29.1706 31.2246 29.1706L29.6819 29.767C27.7832 30.7214 26.7151 29.1706 26.3591 28.5742L26.2404 28.4549L23.511 22.1325C23.2736 21.536 23.2736 20.9396 23.3923 20.3431C23.6297 19.866 23.9857 19.3888 24.579 19.1502L26.5964 18.3152C26.5964 18.3152 26.5964 18.0766 26.4778 17.8381L24.6977 14.4979C24.6977 14.4979 24.579 14.2594 24.4604 14.2594Z' fill='white'/%3E%3C/svg%3E");
  }
}

.spc {
  border: 1px solid #9e7967;
  padding: 14px 20px;
  display: flex;
}

.spc > img {
  flex: none;
  margin-right: 25px;
}

.site-list {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.spc-title {
  margin-top: 35px;
}

.site-list img {
  flex: none;
  margin-right: 8px;
}

.spc__name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.spc__work {
  color: #9e7967;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}

.lp4 {
  padding: 12px 22px;
  background: #F8F8F9;
  border-radius: 20px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lp4 img {
  flex: none;
  margin-right: 12px;
}

.lp4__title {
  font-weight: 700;
  font-size: 20px;
}

.lp4__text {
  font-size: 14px;
}

.ord__title1 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
}

.ord__txt {
  margin-bottom: 30px;
  max-width: 846px;
}

.m-cnt__name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #9e7967;
}

.m-cnt__info {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
}

.m-cnt__blue {
  color: #9e7967;
  font-weight: 700;
}

.mb30 {
  margin-bottom: 30px;
}

.m-cnt__light {
  font-weight: 400;
  font-size: 16px;
  color: #20202C;
}

.vr7__item {
  padding: 22px 28px;
  background: rgba(55, 107, 155, 0.15);
  height: 100%;
  display: flex;
  align-items: center;
}

a.vr7__item:hover {
  background: rgba(55, 107, 155, 0.3);
}

.vr7__item:nth-child(odd){
  margin-right: 10px;
}

.vr7__col {
  margin-bottom: 10px;
}

.vr7__item img {
  flex: none;
  margin-right: 10px;
}

.footer__link {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #9e7967;
}

.footer,
.footer a {
  color: #9e7967;
}

.footer__line {
  margin: 13px 0;
  width: 100%;
  height: 1px;
  background: rgba(55, 107, 155, 0.38);
}

.footer__link img {
  flex: none;
  margin-right: 7px;
}

.footer__title {
  font-size: 23px;
  color: #9e7967;
}

.footer__text {
  color: #9e7967;
  margin-bottom: 15px;
  font-size: 14px;
}

.footer__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer__row img {
  flex: none;
  margin-right: 8px;
}

.footer__top {
  padding: 25px 0;
  background: #F7FBFF;
}

.footer__bottom {
  padding: 15px 0;
  background: #E5EFF8;
}

.footer__bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__politic {
  text-decoration: underline;
}

.footer__politic:hover {
  text-decoration: none;
}

.header-n__logo {
  display: block;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__bottom_in {
  display: flex;
  align-items: center;
}

.promoting {
  margin-left: 30px;
}

.promoting a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.promoting a:hover {
  text-decoration: none;
}

.back-btn {
  padding: 10px 15px;
  background: #E2C571;
  border-radius: 7px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  display: flex;
  align-items: center
}


.back-btn svg {
  flex: none;
  margin-right: 10px;
}

.back-btn:hover {
  background: #caae5a;
}

.zed-587 {
  margin-top: 30px;
}

.spc-single {
  border: none;
  align-items: flex-start;
}

.sp-form {
  padding: 25px;
  background: #9e7967;
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  margin-top: 15px;
}


.spc img {
  flex: none;
}

.sp-form__title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.sp-form__wrap {
  display: flex;
  align-items: center;
  color: #fff;

}

.sp-form__wrap a {
  margin-right: 20px;
}

.sp-tel {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.sp-form__wrap p {
  margin-bottom: 0 !important;
}

.sp-form__wrap .light-btn img {
  margin-left: 8px;
}

.page-sg .entry-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.spc-single {
  padding: 15px 25px 15px 0;
}

.spc__stitle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #9e7967;
}

.cat-n__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(357.49deg, rgba(0, 41, 80, 0.58) 43.81%, rgba(7, 48, 87, 0.410833) 76.52%, rgba(14, 58, 99, 0.0406) 86.99%, rgba(14, 58, 99, 0.0986) 97.29%);
}

.cat-n__wrap {
  margin-left: 10px;
  margin-right: 10px;
}

.cat-n__item {
  overflow: hidden;
  position: relative;
}

.cat-n__item span {
  position: relative;
}

.cat-n__item:hover {
  text-decoration: none;
}

.cat-n__item:hover:before {
  background: linear-gradient(357.87deg, rgba(0, 38, 72, 0.58) 16.48%, rgba(3, 44, 83, 0.380883) 30.29%, rgba(7, 48, 87, 0.0928) 35.6%, rgba(14, 58, 99, 0.1566) 60.64%, rgba(14, 58, 99, 0) 97.69%);
}

.more-img img {
  height: 145px;
  border-radius: 0 !important;
}

.more-img {
  margin-top: 20px;
}

.more-img__link {
  display: block;
  margin: 10px;
}

.lgs__controls {
  display: flex;
  justify-content: center;
}
.lgs__left, .lgs__right {
  color: #2c2727;
  font-size: 14px;
  margin: 5px;
  padding: 7px;
  background: #9e7967;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.lgs__left {
  margin-right: 5px;
}

.news {
  margin-bottom: 30px;
}

.porfolio-mob__item {
  display: block;
}

.page-n__title a {
  color: #9e7967;
  font-weight: 700;
  font-size: 25px;
}

.page-n__title a:hover {
  text-decoration: none !important;
}

.s-pr-mob {
  display: none;
}

.arrow-top {
  display: block;
  width: 47px;
  background: rgba(0,0,0,0.5);
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 19px;
  position: fixed;
  bottom: -50px;
  right: 10px;
  transition: .4s;
  color: #fff !important;
  z-index: 10
}

.arrow-top-active {
  bottom: 10px
}

.cat-page45__content {
  background: linear-gradient(269.75deg, rgba(251, 251, 251, 0.5) 0%, rgba(245, 245, 245, 0.5) 100%);
  border: 1px solid rgba(32, 32, 44, 0.15);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.cat-page45__content .entry-header a{
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1;
}

.cat-page45__content .entry-title {
  line-height: 1 !important;
  font-size: 19px !important;
}

.cat-page45__pic {
  height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}

.cat-page45 article {
  height: 100%;
}
.cat-page45 {
  margin-bottom: 10px;
}



.page-sg .entry-content {
  font-weight: 300;
  font-size: 17px;
}

.page-sg .entry-content p {
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 20px;
}

.page-sg h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  color: #9e7967;
  margin-top: 20px;
}

.page-sg h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #9e7967;
}

.page-sg h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 19px;
  color: #9e7967;
}

.page-sg .entry-title {
  font-weight: 500;
  font-size: 24px;
}

b, strong {
  font-weight: bold;
}

.page-sg ul {
  list-style: none;
  margin-left: 25px !important;
}

.page-sg ul li {
  list-style: none !important;
}

.page-sg ul li {
  position: relative;
  margin-bottom: 8px;
}

.page-sg ul li:before {
  content: '';
  background: url(../images/mark6.svg) no-repeat center center;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 3px;
  display: block !important;
  left: -25px;
}

.page-sg ol {
  margin-left: 25px;
}

.page-sg blockquote {
  background: #F9F9F9;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 4px;
  border-left: 10px solid #9e7967;
  margin-bottom: 20px;
  position: relative;
  font-style: italic;
}

.page-sg blockquote:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: -16px;
  width: 31px;
  height: 31px;
  background: url(../images/jk89s9ef89s.svg) no-repeat center center;
}

blockquote p {
  margin-bottom: 0 !important;
}

.jz8__top {
  padding: 65px 40px 35px;
  color: #fff;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.jz8__top:before {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(96.69deg, rgba(0, 0, 0, 0.5) 55.21%, rgba(67, 107, 151, 0.5) 67.47%), url(image.png);
}

.jz8__top a {
  color: #fff;
}

.jz8__top .entry-header {
  position: relative;
}

.jz8__top h1 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

.jz8__auth {
  border: 1px solid #9e7967;
  border-radius: 2px;
  padding: 10px 14px;
}

.jz8__nm {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.jz8__nm span {
  color: #9e7967;
  font-weight: 600;
}

.jz8__ruk {
  font-size: 14px;
}

.jz8__auth {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.jz8__auth img {
  flex: none;
  margin: 0;
  margin-right: 15px;

}

.jz8__seen {
  display: flex;
  align-items: center;
  position: relative;
}

.jz8__seen svg {
  margin-right: 10px;
  flex: none;
}

.blg {
  display: flex;
  align-items: flex-start;
  margin-top: 17px;
}

.blg__left {
  width: 275px;
  flex: none;
  margin-left: 25px;
}

.blg__content {
  width: calc(100% - 300px);
}

.blg__cat {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  background: #F5F5F5;
  margin-bottom: 7px;
  font-size: 15px;
}

.blg__cat img {
  margin-right: 13px;
  flex: none;
}

.blg__cat:hover {
  background: #e3dfdf;
}

.jz-form {
  margin-top: 30px;
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.jz-form > img {
  margin-right: 20px;
  flex: none;
}

.jz-form__wrap {
  padding: 18px 18px;
  background: #F9F9F9;
  border-radius: 4px;
  width: 100%;
}

h2.jz-form__title {
  font-weight: 600;
  font-size: 18px;
  color: #9e7967;
  max-width: 680px;
  text-transform: uppercase;
}

.jz-form_cont {
  margin: 15px 0 8px;
  display: flex;
  align-items: center;
}

.jz-form_cont input {
  height: 42px;
  padding: 0 10px;
  background: #fff;
  margin-right: 8px;
  font-size: 15px;
  border: none;
  width: 100%;
}

.jz-form_cont input:focus {
  border: none;
  outline: none;
}

.jz-form_cont button {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  background: #9e7967;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  border: none;
  flex: none;
  width: 232px;
}

.jz-form_cont button img {
  margin-right: 10px;
  flex: none;
}

.jz-form__policy,
.jz-form__policy a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.jz-form__policy a {
  text-decoration: underline;
}

.jz-form_cont button:hover {
  background: #2d5d89;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}

.jz-form .wpcf7-not-valid-tip {
  position: absolute;
}

.pvc_stats {
  position: relative;
}

body .pvc_stats .pvc-stats-icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pvc_stats p {
  margin-bottom: 0 !important;
}

.woocommerce span.onsale {
  min-height: 27px;
  min-width: 3.236em;
  padding: 5px;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: -0.5em;
  right: -0.5em;
  margin: 0;
  border-radius: 2px;
  font-size: .857em;
  z-index: 9;
  color: #fff;
  background: #9e7967;
  display: inline-block;
  width: fit-content;
  left: auto !important;
}

.rl2-title,
.zk7 {
  font-weight: 700;
  font-size: 20px;
  color: #9e7967;
  padding: 14px 22px;
  background: rgba(55, 107, 155, 0.1);
  margin-bottom: 15px;
  margin-top: -15px;
}

.zk7 {
  margin-top: 0;
}

.product-price-sale {
  font-size: 17px;
  font-weight: 400;
}

.product-price-main {
  font-size: 17px;
  font-weight: 400;
}

.product-price-text {
  color: #9e7967;
  font-size: 23px;
  font-weight: 400;
  margin-right: 5px;
  display: inline-block;
}

.ppw-single {
  margin-bottom: 30px;
}

.sale-banner {
  padding: 7px 28px;
  background: #E2C571;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 35px;
  right: 0;
}

.product-item {
  position: relative;
  font-size: 23px;
  font-weight: 400;
}

.sg-th-image {
  position: relative;
}


.ppw-single .product-price-main {
  color: #E2C571;
  font-size: 23px;
  font-weight: 400;
}

.ppw-single .product-price-sale {
  font-size: 23px;
  font-weight: 400;
  color: #9e7967;
}

.mh__bottom {
  background: #9e7967;
  color: #fff;
  padding: 30px 0;
}

.mh__bottom a {
  color: #fff;
}

.mh__bottom .tp3__title {
  color: #fff;
  font-size: 28px;
  max-width: 100%;
}

.mh__bottom .tp3__text {
  max-width: 100%;
}

.header__form_title {
  color: #000;
  margin-bottom: 15px;
}

.header__form {
  position: relative;
}

.mpz8 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.mh__yndx {
  display: none;
}

.mh__image {
  position: relative;
}

.logo_desc a {
  font-size: 35px;
  color: #fff;
}

.logo_desc div {
  font-size: 22px;
}
@media screen and (min-width: 2000px) {
  .header__form {
    max-width: 523px;
  }
  .mh__bottom .tp3__title {
    font-size: 43px;
  }
  .cat-n__item {
    height: 1050px;
  }
  body, a {
    font-size: 22px;
  }
  .header-nav__link {
    font-size: 24px;
  }
  .cat-n__item {
    font-size: 29px;
  }
  .choose__right {
    width: 526px;
    margin-left: 30px;
    flex: none;
  }
  .choose__link {
    padding: 18px 22px;
    background: rgba(55, 107, 155, 0.15);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .rl2-title, .zk7 {
    font-size: 27px;
  }
  .advan__text {
    font-size: 20px;
  }
  .advan__subtitle {
    font-weight: 700;
    font-size: 22px;
    max-width: 190px;
  }
  .cons-n__text {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-left: 30px;
  }
  .lp4__text {
    font-size: 19px;
  }
  .ord__subtext {
    font-size: 23px;
    margin: 25px 0;
  }
  .light-btn {
    font-size: 21px;
  }
  .quest__title {
    display: flex;
    justify-content: space-between;
    color: #212121;
    font-weight: 600;
    font-size: 25px;
  }

  .footer__link {
    display: flex;
    align-items: flex-start;
    font-size: 23px;
    color: #9e7967;
  }
  .footer__title {
    font-size: 35px;
    color: #9e7967;
  }
  .footer__text,
  .footer__row {
    color: #9e7967;
    margin-bottom: 15px;
    font-size: 23px;
  }
}

@media screen and (max-width: 1380px) {
  .b-form__form input {
    border: 2px solid #20202C;
    border-radius: 14px;
    padding: 12px 11px;
    font-size: 14px;
    margin-right: 10px;
  }
  .b-form__form input {
    width: 176px;
  }
  .rl2-ct__item {
    height: 147px;
  }
  .spc {
    margin-top: 15px;
  }
  .steps__subtitle {
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
  }
  .m-cnt__blue.mb30 {
    margin-bottom: 20px;
  }
  .footer__title {
    font-size: 21px;
    color: #9e7967;
  }
  .cat-n__item {
    height: 494px;
  }
}
/*********LG********/
@media screen and (max-width: 1200px) {
  .tp3 {
    background: url(/wp-content/uploads/2023/03/nw-ls2000.jpg) no-repeat center center / cover;
    padding: 45px 0;
  }
  .blg__content {
    width: 100%;
  }
  .blg__left {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .menu-burger {
    display: block;
  }
  .header__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-mt {
    display: flex;
    justify-content: space-between;
    background: none;
    border: 1px solid rgba(32, 32, 44, 0.15);
    backdrop-filter: blur(30px);
    border-radius: 32px;
    padding: 20px 30px;
  }
  .header__top {
    background: none;
    border: none;
    backdrop-filter: blur(30px);
    border-radius: 32px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .header__logo {
    margin-bottom: 10px;
  }

  .header__nav {
    order: 3;
    flex-direction: column;
    margin-top: 15px;
    align-items: flex-start;
  }
  .header__nav.active {
    display: flex;
  }
  .header__nav_link {
    margin-right: 0;
    padding: 5px 0;
  }
  .header__title {
    font-size: 35px;
  }
  .header__wrap {
    margin-top: 30px;
  }
  .header {
    padding: 20px 0 30px;
  }
  .page-section {
    margin-top: 50px;
  }
  .title__top h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .steps__subtitle {
    margin-top: 15px;
    font-weight: 700;
    font-size: 17px;
  }
  .main-c__title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .b-form__title {
    font-size: 30px;
  }
  .b-form__form input {
    width: 100%;
  }
  .b-form__form .dark-btn {
    flex: none;
  }
  .b-form__form .ku56 {
    display: flex;
  }
  .b-form__form .ku56 .wpcf7-form-control-wrap {
    margin-right: 10px;
  }
  .header__top_btn {
    display: none;
  }
  .header-n__logo {
    width: auto;
  }

  .brg-mb {
    display: flex;
    align-items: flex-end;
  }
  .header-n__tel__wrap {
    display: none;
  }
  .b1200 {
    display: inline-block;
  }
  .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    display: none;
  }
  .header-nav.active {
    display: flex;
  }
  .header-nav-wrap {
    display: none;
  }
  .header-nav-wrap.active {
    display: block;
  }
  .header-nav__link {
    margin-bottom: 10px;
  }
  .rl2-ct__item {
    margin-bottom: 10px;
  }
  .spc {
    align-items: flex-start;
  }
}
/*********MD********/
@media screen and (max-width: 992px) {
  .cat-n__item {
    height: 303px;
  }
  .jz-form > img {
    display: none;
  }
  .cons-n__tel {
    font-size: 26px;
    color: #fff;
    flex: none;
    font-weight: 700;
  }
  .ord__stone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 219px;
  }
  .ord__item_third {
    background: url(../images/pdm5.jpg) no-repeat center center / cover;
    height: 200px;
  }
  .steps__wrap svg {
    display: none;
  }
  .news__item {
    height: auto;
    margin-bottom: 10px;
  }
  .image-cnt-s-pr {
    margin-bottom: 30px;
  }
  .footer__title {
    margin-top: 30px;
  }
}
/*********SM********/
@media screen and (max-width: 768px) {
  .jz-form_cont input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7px;
  }
  .jz-form_cont {
    flex-direction: column;
  }
  .jz-form_cont button {
    width: 100%;
  }
  .advan {
    text-align: center;
  }
  .advan__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .services {
    text-align: center;
  }
  .sv-item img {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .services .title__top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .srv-subtext {
    margin-bottom: 30px;
  }
  .services .dark-btn {
    margin-bottom: 30px;
  }
  .ord__stone {
    display: none;
  }
  .popup__title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 11px;
  }
  .popup {
    padding: 30px 20px;
  }
  .product-item__btns {
    flex-direction: column;
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
  }

  .product-item__btns a {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  .product-item {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .b-form__form .ku56 {
    display: flex;
    flex-direction: column;
  }
  .news__item {
    margin-bottom: 15px;
  }
  .b-form__form .ku56 .wpcf7-form-control-wrap {
    margin-right: 0;
  }
  .b-form__form {
    align-items: stretch;
  }
  .b-form__form .wpcf7-not-valid-tip {
    position: static;
  }
  .s-pre__free > img {
    display: none;
  }
  .s-pre__free {
    padding: 15px;
  }
  .header-n__title span {
    font-size: 20px;
  }
  .header-n__title {
    text-align: center;
    font-size: 16px;
    max-width: 200px;
  }
  .header-n__logo svg {
    width: 100px;
  }
  .menu-burger {
    top: -15px;
  }
  .header-n__tel {
    font-size: 16px;
  }
  .tp3__title {
    font-size: 15px;
    max-width: 273px;
    margin-bottom: 10px;
  }

  .mh__bottom .tp3__title {
    color: #fff;
    font-size: 18px;
    max-width: 100%;
  }

  .mh__bottom {
    background: #9e7967;
    color: #fff;
    padding: 11px 0;
  }

  .tp3__text {
    display: none;
  }
  .header__form {
    display: none;
  }
  .header__form_subtext {
    display: none;
  }
  .cat-n__item {
    align-items: flex-end;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cat-n {
    padding-top: 20px;
  }
  .rl2-ct,
  .choose  {
    display: none;
  }
  .d768 {
    display: block;
  }
  .mob1 {
    display: block;
    margin-top: 30px;
  }
  .mob-title {
    color: #9e7967;
    font-weight: 700;
    font-size: 17px;
    background: #F6F6F6;
    padding: 8px;
    margin-bottom: 15px;
  }
  .porfolio-mob__item {
    margin: 5px;
    height: 59px;
    position: relative;
    overflow: hidden;
  }
  .porfolio-mob__item > img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .portfolio-mob__content {
    height: 100%;
    width: calc(100% - 80px);
    background: #E2C571;
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-left: 2px;
  }
  .portfolio-mob__content:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 59px solid #E2C571;
    border-left: 33px solid transparent;
    left: -33px;
  }
  .advan__item.rec {
    color: #fff;
    border: 1px solid rgba(32, 32, 44, 0.15);
    border-radius: 20px;
    padding: 25px 15px;
    background: #9e7967;
  }
  .n768 {
    display: none;
  }
  .srv {
    display: none;
  }
  .f768 {
    display: flex;
  }
  .cons-n__line {
    display: none;
  }
  .cons-n {
    padding: 19px 10px;
  }
  .cons-n {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .cons-n__text {
    margin-left: 0;
  }
  .ord,
  .steps,
  .news,
  .ans {
    display: none;
  }
  .m-cnt__wrap .col-lg-8 {
    order: 2;
    margin-top: 20px;
  }
  .vr7 {
    display: none;
  }
  .b-form__form .wpcf7 {
    width: 100%;
  }
  .b-form__form .wpcf7 input {
    margin-bottom: 5px;
  }
  .footer__bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__bottom_in {
    flex-direction: column;
    align-items: flex-start;
  }
  .promoting {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cat-n__wrap > div > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cons-n__text {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
  }
  .jz-form .wpcf7-not-valid-tip {
    position: static;
    margin-bottom: 6px;
    margin-top: -6px;
    bottom: -6px;
  }
  .rl2-title, .zk7 {
    margin-top: 0;
  }
  .mh__yndx {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
  .mh__yndx img {
    width: 50px;
  }
}
/*********XSM********/

@media screen and (max-width: 576px) {
  .mpz8 {
    width: 48px;
  }
  .tp3__title span {
    display: block;
  }
  .tp3 {
    background: url(/wp-content/uploads/2023/03/image-13.jpg) no-repeat center right / cover;
    padding: 13px 0 45px;
  }
  .popup {
    width: 90%;
  }
  .header__title {
    font-size: 26px;
  }
  .title__top h2 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 40px;
  }
  .mc-slider__subtitle {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    height: auto;
  }
  .mc-slider__picture {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-catalog__bottom h3 {
    font-weight: 700;
    font-size: 19px;
  }
  .main-catalog__bottom {
    margin-top: 30px;
    padding: 10px;
  }
  .title__top h2 {
    font-size: 26px;
  }
  .ord__subtitle {
    font-weight: 700;
    font-size: 30px;
  }
  .ord__subtext {
    font-weight: 700;
    font-size: 16px;
    margin: 25px 0;
  }
  .news__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
  }
  .main-c__title {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 25px;
  }
  .b-form__title {
    font-size: 24px;
  }
  .b-form__form {
    flex-direction: column;
  }
  .b-form__form input {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .b-form__form .dark-btn {
    width: 100%;
  }
  .footer__wrap a {
    text-decoration: underline;
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .header__text {
    margin-bottom: 30px;
    max-width: 605px;
    text-shadow: 0 0 5px #fff;
    font-weight: 700;
  }
  .header__submit {
    border: none;
    outline: none;
    flex: none;
    background: none;
  }
  .header__form_tel {
    width: 100%;
  }
  .header__form_wrap .kj45 {
    display: flex;
  }
  .header__form_wrap .wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 10px;
  }
  .spc {
    flex-direction: column;
  }
  .advan__item {
    height: auto;
  }
  .cat-n__item {
    font-size: 14px;
  }
  .portfolio-mob__content:before {
    left: -32px;
  }
  .page-n__title {
    font-size: 18px;
  }
  .sp-form__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-form__wrap p {
    margin: 8px 0;
  }
  .s-pr__clc_wrap .light-btn {
    display: none;
  }
  .s-pr__clc_text {
    display: none;
  }
  .s-pr-mob {
    display: inline-block;
  }
  .s-pr__clc_tel {
    font-size: 19px;
  }
  .cat-n__item {
    height: 313px;
    padding: 10px;
  }
  .de5 {
    position: relative;
    top: 27px;
  }
}