:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #3a6b55;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3a6b55;
  --secondary: #6c757d;
  --success: #3a6b55;
  --info: #3a6b55;
  --warning: #d4a843;
  --danger: #3a6b55;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
aside,
header,
nav {
  display: block;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none !important;
}
.img-fluid {
  max-width: 100%;
  width: 150px;
  height: auto;
}

.header .menu_top {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

.header .menu_top a,
.header .right_b,
.header .right_b a {
  color: #9f9f9f;
  transition: color 0.2s ease;
}

.header .menu_top a:hover {
  color: #212121;
}

.header {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 10000;
  transition:
    padding 0.25s ease,
    box-shadow 0.25s ease;
}

.header .right_b {
  font-size: 12px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.header .top_h {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 23px;
  max-height: 60px;
  overflow: hidden;
  transition:
    max-height 0.25s ease,
    margin-bottom 0.25s ease,
    opacity 0.2s ease;
}

.header .right_b .phone_t span {
  display: block;
  background: url(../img/phone_icon.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.header .right_b .phone_t a,
.header .right_b .email_t a,
.header .right_b .time_t {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header .right_b .email_t span {
  display: block;
  background: url(../img/email_icon.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.header .right_b .time_t span {
  display: block;
  background: url(../img/time.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.header .catalog_btn {
  font-size: 14px;
  background: #f6f6f6;
  border: none;
  height: 56px;
  width: 135px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: color 0.2s ease;
}

.header .catalog_btn:hover span.ikb {
  display: block;
  background: url(../img/manu_catalog.png) no-repeat;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-size: contain;
}

.header .catalog_btn span.ikb {
  display: block;
  background: url(../img/manu_catalog.png) no-repeat;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background-size: contain;
}

.header .logo .desc_b {
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
}

.header .portfolio_btn {
  font-size: 14px;
  background: #f6f6f6;
  border: none;
  height: 56px;
  width: 157px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #212121;
  transition: color 0.2s ease;
}

.header .portfolio_btn:hover span.ikb {
  display: block;
  background: url(../img/portfolio_icon.png) no-repeat;
  width: 28px;
  min-width: 28px;
  height: 20px;
  min-height: 20px;
  background-size: contain;
}

.header .portfolio_btn:hover,
.header .catalog_btn:hover {
  color: #3a6b55;
}

.header .portfolio_btn span.ikb {
  display: block;
  background: url(../img/portfolio_icon.png) no-repeat;
  width: 28px;
  min-width: 28px;
  height: 20px;
  min-height: 20px;
  background-size: contain;
}

.search_submit {
  background: #f6f6f6 url(../img/search_icon.png) no-repeat;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: block;
  border: none;
}

.search_input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.search_input:-ms-input-placeholder {
  color: #9f9f9f;
}
.search_input::-ms-input-placeholder {
  color: #9f9f9f;
}

.search_input {
  font-size: 14px;
  font-weight: 400;
  border: none;
  height: 28px;
  background: #f6f6f6;
  outline: none;
  width: 100%;
}

.search_field {
  display: flex;
  align-items: center;
  max-width: 541px;
  height: 56px;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 0 20px;
  margin-top: 5px;
}

.header .btn_cont .wsp {
  display: block;
  background: url(../img/whatsapp_icon.png) no-repeat;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
}

.header .btn_cont .max {
  display: block;
  background: url(../img/max_icon.png) no-repeat;
  width: 26px;
  min-width: 26px;
  min-height: 26px;
  height: 26px;
  margin-right: 0;
  background-size: contain;
}

.header .btn_cont .tg {
  display: block;
  background: url(../img/telegram_icon.png) no-repeat;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
  margin-left: 0;
}

.header .btn_cont {
  background: var(--green);
  font-size: 14px;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 10px;
  max-width: 226px;
  width: 100%;
  min-width: 226px;
  justify-content: center;
  transition:
    height 0.25s ease,
    min-width 0.25s ease,
    max-width 0.25s ease;
}

.header .btn_cont .line {
  height: 28px;
  width: 1px;
  background: #ffffff7a;
  margin: 4px;
}

.header .btn_cont a {
  color: #fff;
}

.header .btn_cont .btn_t {
  margin-left: 10px;
}

.header .adress_b {
  background: #f6f6f6;
  border-radius: 10px;
  min-height: 56px;
  max-width: 330px;
  font-size: 14px;
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding: 8px 18px 8px 20px;
  width: 100%;
  min-width: 300px;
  transition:
    min-height 0.25s ease,
    min-width 0.25s ease,
    max-width 0.25s ease,
    padding 0.25s ease;
}

.header .adress_b .text_adress {
  min-width: 0;
}

.header .adress_b .text {
  line-height: 130%;
}

.header .adress_b .icon {
  display: block;
  background: url(../img/adress.png) no-repeat;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
}

.header .adress_b .text_un {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.header .adress_b .link_ads:hover {
  text-decoration: none;
}

.header .adress_b .link_ads .ar {
  display: block;
  background: url(../img/arrow_map_t.png) no-repeat;
  width: 7px;
  min-width: 7px;
  min-height: 7px;
  height: 7px;
}

.header .adress_b .link_ads {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .b_two {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  margin-left: auto;
}

.header .btn_prt {
  display: flex;
  gap: 10px;
}

.header .one_b {
  display: flex;
  gap: 20px;
  padding-left: 40px;
  margin-top: 5px;
  transition:
    padding-left 0.25s ease,
    margin-top 0.25s ease;
}

.header .search_b {
  max-width: 541px;
  width: 100%;
}
.header .logo {
  float: left;
  width: 200px;
  transition: width 0.25s ease;
}
.header .obertka_bg {
  display: flex;
  gap: 20px;
}
.header .logo img {
  width: 165px;
  transition: width 0.25s ease;
}

@media only screen and (min-width: 850.99px) {
  .header.is-compact {
    padding: 10px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .header.is-compact .top_h {
    max-height: 60px;
    margin-bottom: 10px;
    opacity: 1;
    pointer-events: auto;
  }

  .header.is-compact .logo {
    width: 155px;
  }

  .header.is-compact .logo img {
    width: 125px;
  }

  .header.is-compact .logo .desc_b {
    display: none;
  }

  .header.is-compact .one_b {
    padding-left: 20px;
    margin-top: 0;
  }

  .header.is-compact .b_two {
    margin-top: 0;
  }

  .header.is-compact .catalog_btn,
  .header.is-compact .portfolio_btn,
  .header.is-compact .btn_cont {
    height: 46px;
  }

  .header.is-compact .adress_b {
    min-height: 46px;
    max-width: 300px;
    min-width: 270px;
    padding: 6px 14px;
    font-size: 13px;
  }

  .header.is-compact .adress_b .icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    background-size: contain;
  }

  .header.is-compact .adress_b .text_un {
    font-size: 11px;
  }
}

.catalog {
  position: relative;
  z-index: 1000;
}
.catalog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.catalog-drawer {
  position: absolute;
  left: 0;
  top: 20px;
  max-height: calc(100vh - 72px);
  width: 630px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    clip-path 0.18s ease;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  clip-path: inset(0 360px 0 0);
}
.catalog-inner {
  display: flex;
  min-height: 0;
  flex: 1;
  background: #fff;
}

.catalog-nav {
  width: 270px;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: #f6f6f6;
}

.catalog-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catalog-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-nav__list li {
  position: relative;
}
.catalog-nav__list a {
  display: flex;
  padding: 10px 15px;
  color: #212121;
  text-decoration: none;
  line-height: 100%;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  transition: background-color 0.2s ease;
}

.catalog-nav__list a:hover {
  background: #fff;
}

.catalog-sub {
  width: 360px;
  padding: 16px 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(8px);
  transition:
    opacity 0.15s ease,
    transform 0.15s ease,
    visibility 0.15s;
}
.catalog-sub::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catalog-sub__list {
  display: none;
}
.catalog-sub__list a {
  display: block;
  padding: 5px 5px;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.catalog-sub__list a:hover {
  color: #3a6b55;
}

.catalog-contacts {
  display: none;
}

.catalog-close {
  display: none;
  position: absolute;
  right: 8px;
  top: 5.75px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 100%;
  z-index: 1000;
  color: #fff;
}

@media (max-width: 991.98px) {
  .catalog-drawer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.25s ease;
    clip-path: none;
    display: flex;
    flex-direction: column;
  }

  .catalog-contacts {
    padding: 15px 15px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #1a3348;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .catalog-contacts a {
    display: block;
    color: #212121;
    text-decoration: none;
  }

  .catalog-inner {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    flex-direction: column;
  }

  .catalog-nav {
    width: 100%;
    border-right: 0;
    padding: 8px 0;
    flex: 1;
    min-height: 0;
    overflow: auto;
  }

  .catalog-sub {
    display: none;
  }

  .catalog-nav__list a {
    padding: 10px 48px 10px 15px;
  }

  .catalog-close {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .catalog-sub__list {
    display: block;
  }
}

.catalog-drawer .ic {
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.catalog-drawer .micon_1 {
  background-image: url(../img/icon_1.png);
}
.catalog-drawer .micon_2 {
  background-image: url(../img/icon_2.png);
}
.catalog-drawer .micon_3 {
  background-image: url(../img/icon_3.png);
}
.catalog-drawer .micon_4 {
  background-image: url(../img/icon_4.png);
}
.catalog-drawer .micon_5 {
  background-image: url(../img/icon_5.png);
}
.catalog-drawer .micon_6 {
  background-image: url(../img/icon_6.png);
}
.catalog-drawer .micon_7 {
  background-image: url(../img/icon_7.png);
}
.catalog-drawer .micon_8 {
  background-image: url(../img/icon_8.png);
}
.catalog-drawer .micon_9 {
  background-image: url(../img/icon_9.png);
}
.catalog-drawer .micon_10 {
  background-image: url(../img/icon_10.png);
}
.catalog-drawer .micon_11 {
  background-image: url(../img/icon_11.png);
}
.catalog-drawer .micon_12 {
  background-image: url(../img/icon_12.png);
}

.catalog-contacts .phone_mob,
.catalog-contacts .email_mob {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.catalog-contacts .phone_mob span {
  display: block;
  background: url(../img/phone_icon_mob.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.catalog-contacts .email_mob span {
  display: block;
  background: url(../img/email_icon_mob.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.search-toggle {
  display: none;
}
@media (max-width: 480.98px) {
  .search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 14px;
    border: none;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
  }

  .search-toggle span {
    display: block;
    background: url(../img/search_mobil.png) no-repeat;
    width: 19px;
    min-width: 19px;
    height: 19px;
    min-height: 19px;
    background-size: contain;
  }

  .search_b {
    display: none;
  }

  #search-drawer {
    display: block;
    overflow: hidden;
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 65px;
    z-index: 100;
    width: 100%;
    left: 15px;
    right: 15px;
    margin: 0 -15px;
    padding: 0 15px;
  }
  #search-drawer[hidden] {
    display: none;
  }

  .search_submit {
    background: #3a6b55 url(../img/search_icon_mobil.png) no-repeat;
  }
  .search_input,
  .search_field {
    background: #3a6b55;
  }
  .search_input::-webkit-input-placeholder {
    color: #fff;
  }
  .search_input:-ms-input-placeholder {
    color: #fff;
  }
  .search_input::-ms-input-placeholder {
    color: #fff;
  }

  .header .catalog_btn span.ikb {
    display: block;
    background: url(../img/manu_catalog.png) no-repeat;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    background-size: contain;
  }

  .header .catalog_btn:hover span.ikb {
    display: block;
    background: url(../img/manu_catalog.png) no-repeat;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    background-size: contain;
  }
}

.catalog-sub__list a {
  position: relative;
}

.catalog-sub__list a span {
  background: #3a6b55;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  left: 3px;
  top: 3px;
  padding: 1px 6px;
  border-radius: 6px;
  margin-left: 10px;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-toggle span,
.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: #212121;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.mobile-menu-toggle span {
  position: relative;
}

.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-menu-toggle span::before {
  top: -6px;
}

.mobile-menu-toggle span::after {
  top: 6px;
}

.mobile-menu-toggle:hover span,
.mobile-menu-toggle:hover span::before,
.mobile-menu-toggle:hover span::after {
  background: #3a6b55;
}

.mobile-menu-toggle.is-active span {
  background: transparent;
}

.mobile-menu-toggle.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background: #3a6b55;
}

.mobile-menu-toggle.is-active span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #3a6b55;
}

.mobile-menu {
  position: relative;
  z-index: 1000;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.mobile-menu-drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: 340px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 37px 20px 30px;
}

.mobile-menu.is-open .mobile-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu.is-open .mobile-menu-drawer {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-actions .catalog_btn .text , .mobile-menu-actions .portfolio_btn ,  .mobile-menu-actions .portfolio_btn .text{
  display: flex !important;
}
.mobile-menu-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f6f6f6;
  cursor: pointer;
  font-size: 24px;
  line-height: 100%;
  color: #212121;
}

.mobile-menu-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.mobile-menu-contacts a,
.mobile-menu-contacts .time_mob {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212121;
}

.mobile-menu-contacts .phone_mob span {
  display: block;
  background: url(../img/phone_icon.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.mobile-menu-contacts .email_mob span {
  display: block;
  background: url(../img/email_icon.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.mobile-menu-contacts .time_mob span {
  display: block;
  background: url(../img/time.png) no-repeat center center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.mobile-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-nav li + li {
  border-top: 1px solid #f2f2f2;
}

.mobile-menu-nav a {
  display: block;
  padding: 14px 4px;
  color: #212121;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mobile-menu-nav a:hover {
  color: #3a6b55;
}

.mobile-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.mobile-menu-actions .catalog_btn,
.mobile-menu-actions .portfolio_btn {
  width: 100%;
  justify-content: flex-start;
  padding: 0 18px;
}

.mobile-menu-actions .btn_t {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #3a6b55;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

.mobile-menu-social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.mobile-menu-social a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}

.mobile-menu-social .wsp {
  background-image: url(../img/whatsapp_icon.png);
  background-color: #3a6b55;
  background-size: 18px;
}

.mobile-menu-social .max {
  background-image: url(../img/max_icon.png);
  background-color: #3a6b55;
  background-size: 18px;
}

.mobile-menu-social .tg {
  background-image: url(../img/telegram_icon.png);
  background-color: #3a6b55;
  background-size: 18px;
}

.mobile-menu-address {
  margin-top: 24px;
  min-width: 0;
  max-width: none;
}

@media (max-width: 991.98px) {
  .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 480.98px) {
  .mobile-menu-drawer {
    width: 100%;
    max-width: 100vw;
  }
}

.search_field {
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .header .catalog_btn .text,
  .header .portfolio_btn .text {
    display: none;
  }
  .header .catalog_btn,
  .header .portfolio_btn {
    width: 50px;
  }
  .header .obertka_bg {
    gap: 10px;
  }
  .header .one_b {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1050.98px) {
  .header .btn_cont {
    min-width: 180px;
    max-width: 180px;
    padding: 0 10px;
  }
  .header .btn_cont .btn_t {
    display: none;
  }
  .header .adress_b {
    max-width: 290px;
    padding: 8px 10px;
    min-width: 260px;
  }
  .header .btn_cont .line {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .catalog-nav__list a:hover {
    background: none;
  }
}
@media only screen and (max-width: 850.98px) {
  .header .top_h,
  .header .b_two,
  .header .portfolio_btn {
    display: none;
  }
  .header .obertka_bg {
    justify-content: flex-end;
    gap: 0;
  }
  .header .catalog_btn {
    margin-right: 10px;
  }
  .mobile-menu-toggle {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .catalog-contacts {
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .search_field {
    padding: 0 8px 0 10px;
  }
  .header .logo img {
    max-width: 145px;
  }
  .header .logo .desc_b {
    font-size: 10.2px;
    line-height: 100%;
    margin-top: 5px;
  }
  .header .logo {
    margin-top: 5px;
  }
  .header {
    padding: 15px 0;
  }
  .header .one_b,
  .search_field {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480.98px) {
  .catalog-contacts {
    gap: 10px;
  }
  .search_input {
    color: #fff;
  }
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
.d-none {
  display: none !important;
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  img {
    page-break-inside: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  transition: background 0.25s ease, opacity 0.25s ease;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

label {
  margin-bottom: 0;
}

.hero {
  position: relative;
  max-width: 1570px;
  margin: 30px auto 0;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: clamp(380px, 50vw, 568px);
}

.hero-slide {
  position: relative;
  padding: clamp(16px, 2vw, 50px);
  background: right / cover no-repeat;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 30, 24, 0.78) 0%,
    rgba(20, 30, 24, 0.52) 38%,
    rgba(20, 30, 24, 0.2) 62%,
    transparent 85%
  );
  pointer-events: none;
}

.hero-slide__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  color: #ffffff;
}

.hero-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tab {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 50px;
  line-height: 100%;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.hero-form {
  position: absolute;
  left: clamp(16px, 2vw, 50px);
  bottom: clamp(16px, 2vw, 50px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 424px;
  width: 100%;
}

.hero-form__group {
  background: #f2f2f2;
  border-radius: 15px;
}

.hero-form__row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.hero-form input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #9f9f9f;
  height: 61px;
  padding: 0 25px;
}

.hero-form input[type="hidden"] {
  height: 0 !important;
}

.hero-form__code {
  color: #212121;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 25px;
}

.hero-form__btn {
  background: #d4a843;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  height: 61px;
  display: block;
  margin-top: 5px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}

.hero-form__btn:hover {
  background: #3a6b55;
  color: #fff;
}

.hero-form__note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #e4e4e4;
  line-height: 120%;

  max-width: 354px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-form__note input.chechv {
  height: 26px;
  width: 25px;
  padding: 0;
  border: none;
}

.hero-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 15px !important;
  z-index: 2;
}

.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
  margin: 0 2.5px !important;
}

.hero .swiper-pagination-bullet-active {
  width: 26px;
  background: #d4a843;
}

.hero-nav {
  width: 56px;
  height: 55px;
  background: none;
  border: none;
}

.hero .swiper-button-next:after {
  content: initial;
}

.hero .swiper-button-prev:after {
  content: initial;
}

.hero-prev {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.hero-prev:hover {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.hero-next {
  right: 0;
  background: url(../img/tight_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.hero-next:hover {
  right: 0;
  background: url(../img/tight_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.hero .img_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.hero-form .flag {
  background: url(../img/rus.png) no-repeat;
  width: 12px;
  min-width: 23px;
  height: 8px;
  min-height: 8px;
  display: block;
}

.hero-form .hero-form__row input {
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}

@media only screen and (max-width: 1600.98px) {
  .hero {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1500.98px) {
  .hero-slide {
    background: left / cover no-repeat;
  }
}
@media only screen and (max-width: 1100.98px) {
  .hero-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .hero-form input {
    height: 50px;
  }
  .hero-form__btn {
    height: 50px;
    font-size: 13px;
  }
  .hero-form {
    gap: 8px;
    max-width: 290px;
  }
  .hero-form__btn {
    margin-top: 2px;
  }
  .hero-form__note {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    height: clamp(498px, 50vw, 498px);
  }
  .hero .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .hero .swiper-pagination-bullet-active {
    width: 24px;
  }
  .hero-nav,
  .hero-next:hover,
  .hero-prev:hover {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .hero-prev,
  .hero-prev:hover {
    right: 47px;
  }
  .hero .img_arrow {
    max-width: 124px;
  }
  .hero-tab {
    padding: 10.5px 12px;
    font-size: 12px;
  }
}
/* @media only screen and (max-width: 991.98px) {
  .hero-slide {
    background-position-x: -55px;
  }
} */
@media only screen and (max-width: 767.98px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-slide::after {
    background: linear-gradient(
      90deg,
      rgba(20, 30, 24, 0.88) 0%,
      rgba(20, 30, 24, 0.65) 55%,
      rgba(20, 30, 24, 0.3) 80%,
      transparent 100%
    );
  }
  .hero-tabs {
    max-width: 290px;
    gap: 8px;
  }
  .hero-form {
    margin-bottom: 52px;
  }
  .hero-pagination {
    left: 52px !important;
  }
  /* .hero-slide {
    background-position-x: -180px;
  } */
}
@media only screen and (max-width: 575.98px) {
  /* .hero-slide {
    background-position-x: -315px;
  } */
  .hero {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400.98px) {
  .hero-title {
    font-size: 26px;
  }
  .hero-form {
    max-width: 259px;
  }
  .hero-form input,
  .hero-form__btn {
    height: 45px;
  }
}
.col-md-4,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}

.advantages {
  margin-top: 100px;
}

.advantages .h2 , h2 , .h2 {
  font-size: 40px !important;
  line-height: 100% !important;
  margin-bottom: 50px !important;
}

.advantages .advantage-card {
  position: relative;
  min-height: 335px;
  border-radius: 20px;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 15px;
}

.advantages .advantage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 30%,
    rgba(20, 30, 24, 0.5) 65%,
    rgba(20, 30, 24, 0.85) 100%
  );
  pointer-events: none;
}

.advantages .desc {
  color: #edecec;
  max-width: 303px;
  line-height: 130%;
}

.advantages .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.advantages .advantage-card .desc {
  position: relative;
  z-index: 1;
}

.advantages .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.advantages .col-md-4 {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1100.98px) {
  .advantages .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .advantages {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .advantages .h2 {
    font-size: 25px;
  }
  .advantages .advantage-card {
    margin-bottom: 10px;
    min-height: 296px;
  }
}
@media only screen and (max-width: 575.98px) {
  .advantages .h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 400.98px) {
  .advantages .advantage-card {
    min-height: 250px;
  }
}








.works .title_h {
  max-width: 100%;
}

.works {
  position: relative;
  max-width: 1600px;
  margin: 100px auto 0;
  padding: 0 15px;
}

.works .button_block {
  position: relative;
  bottom: 50px;
}

.works-swiper {
  overflow: visible;
}

.works-title {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 63px;
}

.works-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  height: auto;
}


.works-item {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.works-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.works-item:hover img {
  transform: scale(1.05);
}
.works-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.works-label {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: 500;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  width: max-content;
}

.works-prev {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.works-prev:hover {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.works-next {
  right: 0;
  background: url(../img/tight_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.works-next:hover {
  right: 0;
  background: url(../img/tight_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.works-nav {
  width: 56px;
  height: 55px;
  border: none;
}

.works .swiper-button-next:after,
.works .swiper-button-prev:after {
  content: initial;
}


@media (max-width: 991.98px) {
  .works-slide {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.works-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.works .works_btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: #d4a843;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  padding: 22px 40px;
  border-radius: 10px;
  width: auto;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}

.works .works_btn:hover {
  background: #3a6b55;
  color: #fff;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.callback-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.callback-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.callback-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.callback-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #212121;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.callback-modal__close:hover {
  background: #e4e4e4;
}

.callback-modal__title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  color: #212121;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.callback-modal__desc {
  font-size: 15px;
  color: #9f9f9f;
  margin-bottom: 22px;
}

.callback-form.hero-form {
  position: static;
  left: auto;
  bottom: auto;
  max-width: none;
  width: 100%;
  gap: 12px;
}

.callback-form__note {
  color: #9f9f9f !important;
  max-width: none;
}

body.modal-open {
  overflow: hidden;
}


@media only screen and (max-width: 1600.98px) {
  .works {
    margin: 85px auto 0;
    padding: 15px 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1100.98px) {
  .works-prev,
  .works-prev:hover,
  .works-next,
  .works-next:hover {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .works-title {
    font-size: 30px;
  }
  .works-prev,
  .works-prev:hover {
    right: 47px;
  }
  .works-title {
    margin-bottom: 55px;
  }
  .works-btn-wrap {
    margin-top: 35px;
  }
  .works .works_btn {
    font-size: 14px;
    padding: 18px 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .works {
    margin: 55px auto 0;
  }
  .works-label {
    top: 10px;
    right: 10px;
    font-size: 12px;
    padding: 10.5px 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .works-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .works-title {
    margin-bottom: 41px;
  }
  .works .button_block {
    bottom: 36px;
  }
  .works-btn-wrap {
    margin-top: 20px;
  }
}
a {
  text-decoration: none !important;
}
.col-12,
.col-lg-3,
.col-lg-6,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}

.reviews-prev {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.reviews-prev:hover {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.reviews-next {
  right: 0;
  background: url(../img/tight_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.reviews-next:hover {
  right: 0;
  background: url(../img/tight_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 1000;
}

.reviews-nav {
  width: 56px;
  height: 55px;
  border: none;
}

.rewiews_sec .swiper-button-next:after,
.rewiews_sec .swiper-button-prev:after {
  content: initial;
}


.rewiews_sec .works_btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: #d4a843;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  padding: 22px 40px;
  border-radius: 10px;
  width: auto;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}

.rewiews_sec .works_btn:hover {
  background: #3a6b55;
  color: #fff;
}

.rewiews_sec {
  margin-top: 100px;
}

.rewiews_sec .reviews-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.rewiews_sec .col-12 .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.rewiews_sec .col-12 .col-lg-3 {
  padding-right: 7.5px;
  padding-left: 7.5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rewiews_sec .b {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
}

.rewiews_sec .b .text {
  color: #9f9f9f;
  font-size: 15px;
  line-height: 110%;
  margin-top: 25px;
}

.rewiews_sec .b .star_b span {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: url(../img/star.png) no-repeat;
}

.rewiews_sec .b .star_b {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}

.rewiews_sec .b .name {
  font-size: 20px;
  line-height: 100%;
}

.rewiews_sec .b .name_b {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rewiews_sec .h2 {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 50px;
}

.rewiews_sec .button_block {
  display: none;
}

@media (min-width: 991.98px) {
  #reviews .row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (hover: none) {
  .b:hover img {
    transform: none !important;
  }
}


@media only screen and (max-width: 1100.98px) {
  .reviews-prev,
  .reviews-prev:hover,
  .reviews-next,
  .reviews-next:hover {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .reviews-prev,
  .reviews-prev:hover {
    right: 47px;
  }
  .rewiews_sec .h2 {
    font-size: 30px;
  }
  .rewiews_sec .works_btn {
    font-size: 14px;
    padding: 18px 32px;
  }
  .rewiews_sec .reviews-btn-wrap {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .rewiews_sec {
    margin-top: 70px;
  }
  .rewiews_sec .button_block {
    display: block;
  }
  .rewiews_sec .button_block {
    position: relative;
    bottom: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rewiews_sec .h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rewiews_sec .reviews-btn-wrap {
    margin-top: 20px;
  }
  .rewiews_sec .h2 {
    margin-bottom: 41px;
  }
  .rewiews_sec .button_block {
    bottom: 34px;
  }
  .rewiews_sec .b .name {
    font-size: 16px;
  }
  .rewiews_sec .b .name_b {
    gap: 15px;
  }
  .rewiews_sec .b {
    padding: 20px;
    border-radius: 15px;
  }
  .rewiews_sec .b .text {
    font-size: 14px;
    margin-top: 15px;
  }
}
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2,
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
.col-lg-5,
.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}












.content_sec {
  margin-top: 100px;
}

.content_sec .foto_1 {
  background: url(../img/about1.webp) no-repeat center;
  background-size: cover;
  max-height: none;
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  grid-column: span 7;
  grid-row: 1;
  aspect-ratio: 16/9;
}

.content_sec .foto_2 {
  background: url(../img/about2.webp) no-repeat center;
  background-size: cover;
  max-height: none;
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  grid-column: span 5;
  grid-row: 1;
  aspect-ratio: 4/5;
}

.content_sec .foto_3 {
  background: url(../img/about3.webp) no-repeat center;
  background-size: cover;
  max-height: none;
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  grid-column: span 8;
  grid-row: 2;
  aspect-ratio: 3/2;
}

.content_sec .foto_4 {
  background: url(../img/about4.webp) no-repeat center;
  background-size: cover;
  max-height: none;
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  grid-column: span 4;
  grid-row: 2;
  aspect-ratio: 1/1;
}

.content_sec .foto_b {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(170px, 0.55fr) minmax(360px, 1fr);
  gap: 10px;
  grid-auto-flow: dense;
  height: 100%;
}

@media (max-width: 600.98px) {
  .content_sec .foto_b {
    grid-template-columns: 1fr;
  }
  .content_sec .foto_1,
  .content_sec .foto_2,
  .content_sec .foto_3,
  .content_sec .foto_4 {
    grid-column: 1;
    grid-row: auto;
  }
}

.content_sec h2 {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 30px;
  max-width: 626px;
}

.content_sec .desc_b {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 120%;
  margin-bottom: 40px;
  max-width: 480px;
}

.content_sec .text_b {
  background: #f5f5f5;
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
  line-height: 120%;
  font-size: 14px;
}

.content_sec .text_b h3 {
  font-size: 20px;
  line-height: 100%;
  color: #3a6b55;
  margin-bottom: 15px;
}

.content_sec .text_b p {
  margin-bottom: 0;
}

.content_sec ul {
  margin-bottom: 25px;
  padding-left: 26px;
  list-style: disc;
}

.content_sec .row {
  margin-right: -5px;
  margin-left: -5px;
}

.content_sec .col-lg-5,
.content_sec .col-lg-7 {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 991.98px) {
  .content_sec .fixed-676 {
    flex: 0 0 676px;
    max-width: 676px;
  }
  .content_sec .flex-lg-fill {
    flex: 1 1 0 !important;
    max-width: none !important;
    display: flex;
  }
}


@media only screen and (max-width: 1400.98px) {
  .content_sec .fixed-676 {
    flex: 0 0 635px;
    max-width: 635px;
  }
  .content_sec .foto_4 {
    grid-column: span 5;
  }
  .content_sec .foto_3 {
    grid-column: span 7;
  }
}
@media only screen and (max-width: 1199.98px) {
  .content_sec .fixed-676 {
    flex: 0 0 545px;
    max-width: 545px;
  }
  .content_sec .foto_2,
  .content_sec .foto_1 {
    grid-column: span 6;
  }
  .content_sec .foto_3,
  .content_sec .foto_4 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1100.98px) {
  .content_sec h2 {
    font-size: 30px;
  }
  .content_sec .fixed-676 {
    flex: 0 0 470px;
    max-width: 470px;
  }
  .content_sec .foto_3,
  .content_sec .foto_4 {
    min-height: 360px;
  }
}
@media only screen and (max-width: 991.98px) {
  .content_sec {
    margin-top: 70px;
  }
  .content_sec .foto_1,
  .content_sec .foto_2,
  .content_sec .foto_3,
  .content_sec .foto_4 {
    max-height: 100%;
  }
  .content_sec .flex-lg-fill {
    display: block;
  }
  .content_sec .foto_b {
    height: auto;
    grid-template-rows: auto;
  }
  .content_sec .fixed-676 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_sec h2 {
    max-width: 100%;
  }
  .content_sec .text_b {
    margin-bottom: 15px;
    padding: 25px 20px;
  }
  .content_sec .text_b h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content_sec h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .content_sec .foto_1,
  .content_sec .foto_2,
  .content_sec .foto_3,
  .content_sec .foto_4 {
    min-height: 321px;
  }
}
@media only screen and (max-width: 480.98px) {
  .content_sec .desc_b {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
section {
  display: block;
  scroll-margin-top: 120px;
}

@media (max-width: 850.98px) {
  section {
    scroll-margin-top: 90px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
strong {
  font-weight: bolder;
}
[role="button"] {
  cursor: pointer;
}

.h2 {
  font-size: 2rem;
}
.col-lg-6,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}

strong {
  font-weight: 600;
}














.question_sec {
  margin-top: 100px;
}

.question_sec .h2 {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 53px;
}

.question_sec .b2 {
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 18px;
  line-height: 110%;
  padding: 23.71px 30px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  min-height: 71px;
  align-items: center;
  width: 100%;
}

.question_sec .b2 .t2 {
  color: #9f9f9f;
  max-width: 331px;
  margin-left: auto;
  text-align: right;
}

.question_sec .q1 {
  display: flex;
  gap: 10px;
}

.question_sec .col-lg-6 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.question_sec .b1 {
  font-size: 18px;
  color: #3a6b55;
  line-height: 120%;
  border: 1px solid #f3f3f3;
  border-radius: 15px;
  min-width: 136px;
  max-width: 136px;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question_sec .b2.b_qust2 {
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
  padding-right: 25px;
}

.question_sec .b2.b_qust2 .q_s2 {
  font-size: 15px;
  color: #9f9f9f;
  line-height: 110%;
  transition:
    max-height 0.3s ease,
    margin-top 0.3s ease;
}

.question_sec .b2 ol,
.q_s2 {
  padding-left: 16px;
  padding-top: 13px;
}

.question_sec .b2 li {
  margin-bottom: 10px;
  list-style: num !important;
}

.question_sec .b2 li:last-child {
  margin-bottom: 0;
}

.question_sec .b1.b_qust1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2.b_qust2 .q_s1 span {
  display: inline-block;
  transition: transform 0.3s ease;
  background: url(../img/arrow_q.png) no-repeat;
  width: 22px;
  height: 10px;
  background-size: contain;
}

.b2.b_qust2 .q_s1 {
  display: flex;
  align-items: center;
  margin-top: 13px;
  justify-content: space-between;
}

.question_sec .right_col .b1.b_qust1 {
  min-width: 192px;
  max-width: 192px;
}

.question_sec .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.question_sec .col-lg-12,
.question_sec .col-lg-6 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}


@media only screen and (max-width: 1100.98px) {
  .question_sec .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .question_sec {
    margin-top: 70px;
  }
  .question_sec .b2.b_qust2 .q_s2 {
    max-width: 100%;
  }
  .question_sec .col-lg-6 {
    gap: 10px;
  }
  .question_sec .col-lg-6.right_col {
    margin-top: 10px;
  }
  .question_sec .b2 {
    border-radius: 12px;
    font-size: 16px;
    min-height: 54px;
    padding: 16px 16px;
  }
  .question_sec .b2.b_qust2 {
    padding-right: 12px;
  }
  .question_sec .b1 {
    font-size: 16px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .question_sec .h2 {
    font-size: 25px;
  }
  .b2.b_qust2 .q_s1 span {
    width: 13px;
    height: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .question_sec .h2 {
    margin-bottom: 30px;
  }
  .question_sec .b2.b_qust2 .q_s2,
  .question_sec .b1,
  .question_sec .b2 {
    font-size: 14px;
  }
  .question_sec .b1 {
    min-width: 85px;
    max-width: 85px;
  }
  .question_sec .right_col .b1.b_qust1 {
    min-width: 85px;
    max-width: 85px;
    text-align: center;
  }
}
@media only screen and (max-width: 480.98px) {

  .question_sec .b2.b_qust2 {
    justify-content: center;
  }
  .question_sec .q1 {
    gap: 5px;
  }
  .b2.b_qust2 .q_s1 {
    gap: 10px;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer {
  display: block;
}
body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #3a6b55;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.2s ease;
}
a:hover {
  color: #3a6b55;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #3a6b55;
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2a5044;
  border-color: #2a5044;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3a6b55;
  border-color: #3a6b55;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3a6b55;
  border-color: #3a6b55;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3a6b55;
  border-color: #3a6b55;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #3a6b55;
  background-color: #d4a843;
  border-color: #d4a843;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3a6b55;
  border-color: #3a6b55;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.close {
  transition: opacity 0.2s ease;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
@media print {
  *,
  ::before,
  ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}


@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #3a6b55;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
:root {
  --swiper-navigation-size: 44px;
}


.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}


body {
  font-size: 16px;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
  color: #3a6b55;
  transition: color 0.2s ease;
}

.container {
  max-width: 1600px;
}
footer{
  margin-top: 0 !important;
}

.footer .adress_b {
  background: #f6f6f6;
  border-radius: 10px;
  min-height: 56px;
  max-width: 277px;
  font-size: 14px;
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding: 8px 18px 8px 20px;
  width: 100%;
  min-width: 277px;
}

.footer .adress_b .text_adress {
  min-width: 0;
}

.footer .adress_b .icon {
  display: block;
  background: url(../img/adress.png) no-repeat;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
}

.footer .adress_b .text_un {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.footer .adress_b .link_ads:hover {
  text-decoration: none;
}

.footer .adress_b .link_ads .ar {
  display: block;
  background: url(../img/arrow_map_t.png) no-repeat;
  width: 7px;
  min-width: 7px;
  min-height: 7px;
  height: 7px;
}

.footer .adress_b .text {
  color: #212121;
}

.footer .adress_b {
  margin-top: 16px;
}

.footer .adress_b .link_ads {
  display: flex;
  align-items: center;
  gap: 5px;
}













@media (max-width: 991.98px) {
  
}














.footer {
  background: #0e1114;
  color: #fff;
  padding: 50px 0 60px;
  margin-top: 100px;
}

.footer .logo img {
  max-width: 180px;
}

.footer .max_link span {
  display: block;
  background: url(../img/max_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.footer .whatsapp_link span {
  display: block;
  background: url(../img/whatsapp_icon.png) no-repeat;
  background-size: contain;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.footer .tg_link span {
  display: block;
  background: url(../img/telegram_icon.png) no-repeat;
  background-size: contain;
  width: 27px;
  min-width: 27px;
  height: 27px;
  min-height: 27px;
}

.footer .soc {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer .left_b .text {
  color: #a4a4a4;
  font-size: 14px;
  line-height: 110%;
  max-width: 188px;
  margin-top: 18px;
}
.left_b img{
	filter: brightness(0) invert(1);
}

.footer .menu {
  display: flex;
  gap: 100px;
}

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

.footer .menu ul li a {
  color: #fff;
  line-height: 100%;
  transition: color 0.2s ease;
}

.footer .menu ul li {
  margin-bottom: 8px;
}
.footer .menu ul li:last-child {
  margin-bottom: 0;
}

.footer .menu ul li a:hover {
  color: #3a6b55;
}

.footer .contact_b .phone a,
.footer .contact_b .email_b a {
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer .contact_b .phone a span {
  display: block;
  background: url(../img/footer_phone.png) no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer .contact_b .email_b a span {
  display: block;
  background: url(../img/footer_mail.png) no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer .contact_b .time_b {
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer .contact_b .time_b span {
  display: block;
  background: url(../img/footer_time.png) no-repeat;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer .contact_b .mesto_b {
  color: #fff;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.footer .contact_b .mesto_b span {
  display: block;
  background: url(../img/chemp_footer.png) no-repeat;
  width: 33px;
  min-width: 33px;
  height: 20px;
  min-height: 20px;
}

.footer .contact_b {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer .ap_top {
  font-size: 14px;
  line-height: 100%;
  display: flex;
  border: none;
  background: #313030;
  border-radius: 10px;
  color: #fff;
  padding: 15px 15px 15px 25px;
  align-items: center;
  gap: 10px;
  max-width: 277px;
  width: 100%;
  justify-content: space-between;
}

.footer .ap_top span {
  display: block;
  background: url(../img/ap_icon.png) no-repeat;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
}

.footer .col-lg-12 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}









.pol_link {
  display: block;
  color: #a4a4a4;
  font-size: 14px;
  line-height: 100%;
  margin-top: 10px;
}

















.catalog_page_newb .aside_b ul li::marker {
  color: #9f9f9f;
  transition: color 0.2s ease;
}
.catalog_page_newb .aside_b ul li:hover::marker {
  color: #3a6b55;
}


@media only screen and (max-width: 1199.98px) {
  .footer .menu {
    gap: 25px;
  }
}
@media only screen and (max-width: 1100.98px) {
  .footer .menu {
    font-size: 14px;
  }
  .footer .contact_b .time_b,
  .footer .contact_b .phone a,
  .footer .contact_b .email_b a {
    gap: 10px;
    font-size: 14px;
  }
  .footer .contact_b .mesto_b {
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
  .footer .logo img {
    max-width: 165px;
  }
  .footer .soc {
    gap: 11px;
    margin-top: 16px;
  }
  .footer .max_link span,
  .footer .whatsapp_link span,
  .footer .tg_link span {
    width: 21px;
    min-width: 21px;
    height: 21px;
    min-height: 21px;
    background-size: contain;
  }
  .footer .left_b .text {
    font-size: 12px;
    margin-top: 17px;
  }
  .footer .adress_b {
    min-width: auto;
    margin-top: 10px;
  }
  .pol_link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer .col-lg-12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
  }
  .footer .left_b,
  .footer .center_b_one,
  .footer .contact_b,
  .footer .right_b {
    grid-column: span 6;
  }
  .footer {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer .adress_b {
    height: auto;
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer .adress_b .text_un {
    line-height: 135%;
  }
  .footer .adress_b {
    font-size: 13px;
    padding: 10px 10px;
  }
  .footer .ap_top {
    padding: 10px;
  }
  .footer .ap_top span {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    background-size: contain;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .contact_b .mesto_b {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 485.98px) {
  .footer .adress_b .link_ads {
    max-width: 88px;
    align-items: normal;
    position: relative;
  }
  .footer .adress_b .link_ads .ar {
    position: absolute;
    right: 13px;
    top: 5px;
  }
}

@media only screen and (max-width: 450.98px) {
  .footer .left_b,
  .footer .center_b_one,
  .footer .contact_b,
  .footer .right_b {
    grid-column: span 12;
  }
  .footer .menu,
  .footer .soc {
    justify-content: center;
  }
  .footer .left_b {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .footer .contact_b {
    justify-content: center;
    text-align: center;
    display: grid;
  }
  .footer .right_b {
    justify-content: center;
    display: grid;
    margin-top: 30px;
  }
  .footer .col-lg-12 {
    display: block;
  }
  .footer .center_b_one {
    margin: 30px 0;
  }
  .footer .adress_b .link_ads {
    max-width: 100%;
  }
  .pol_link {
    margin-top: 5px;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

label {
  margin-bottom: 0;
}

.container {
  max-width: 1600px;
}

/* slider top */

/* === ������������ === */

.hero-form {
  position: absolute;
  left: clamp(16px, 2vw, 50px);
  bottom: clamp(16px, 2vw, 50px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 424px;
  width: 100%;
}

.hero-form__group {
  background: #f2f2f2;
  border-radius: 15px;
}

.hero-form__row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.hero-form input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #9f9f9f;
  height: 61px;
  padding: 0 25px;
}

.hero-form input[type="hidden"] {
  height: 0 !important;
}

.hero-form__code {
  color: #212121;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 25px;
}

.hero-form__btn {
  background: #d4a843;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  height: 61px;
  display: block;
  margin-top: 5px;
 text-transform: uppercase;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease;
}

.hero-form__btn:hover {
  background: #3a6b55;
  color: #fff;
}

.hero-form__note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #e4e4e4;
  line-height: 120%;
  /* font-weight: 400; */
  max-width: 354px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-form__note input.chechv {
  height: 26px;
  width: 25px;
  padding: 0;
  border: none;
}

/* === �������������� === */

.hero-form .flag {
  background: url(../img/rus.png) no-repeat;
  width: 12px;
  min-width: 23px;
  height: 8px;
  min-height: 8px;
  display: block;
}

.hero-form .hero-form__row input {
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}




.bsl_form {
  margin-top: 100px;
}

.bsl_form .b {
  background: #1d3a4ae6 url(../img/bg_reviews.jpg) no-repeat center;
  color: #fff;
  border-radius: 30px;
  padding: 60px 60px 54px;
  background-size: cover;
}

.bsl_form .h2 {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 30px;
}

.bsl_form .deck {
  color: #c8c8c8;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 62px;
}

.bsl_form .info_b .b1,
.bsl_form .info_b .b2,
.bsl_form .info_b .b3 {
  background: rgba(255,255,255,0.12);
  padding: 20px 15px 20px 20px;
  border-radius: 15px;
}

.bsl_form .info_b .b1 {
  max-width: 260px;
  width: 100%;
}
.bsl_form .info_b .b2 {
  max-width: 347px;
  width: 100%;
}
.bsl_form .info_b .b3 {
  max-width: 368px;
  width: 100%;
}

.bsl_form .col-lg-8 {
  padding-right: 0;
}
.bsl_form .info_b {
  display: flex;
  gap: 15px;
}

.bsl_form .info_b .text {
  margin-top: 24px;
  line-height: 110%;
}

.bsl_form .hero-form__btn:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.bsl_form .hero-form {
  position: initial;
  margin-left: auto;
  max-width: 451px;
  height: 100%;
  justify-content: flex-end;
}

.bsl_form .col-lg-4 .h2,
.bsl_form .col-lg-4 .deck {
  display: none;
}

@media (hover: none) {
  .b:hover img {
    transform: none !important;
  }
}

.catalog_page_newb .aside_b ul li::marker {
  color: #9f9f9f;
  transition: color 0.2s ease;
}
.catalog_page_newb .aside_b ul li:hover::marker {
  color: #3a6b55;
}

/* media */
@media only screen and (max-width: 1100.98px) {
  .hero-form input {
    height: 50px;
  }
  .hero-form__btn {
    height: 50px;
    font-size: 13px;
  }
  .hero-form {
    gap: 8px;
    max-width: 290px;
  }
  .hero-form__btn {
    margin-top: 2px;
  }
  .hero-form__note {
    margin: 5px 0 0;
    font-size: 12px;
  }
  .bsl_form .h2 {
    font-size: 30px;
  }
  .bsl_form .h2 {
    margin-bottom: 20px;
  }
  .bsl_form .deck {
    margin-bottom: 30px;
  }
  .bsl_form .b {
    border-radius: 20px;
    padding: 30px 25px 30px;
  }
  .bsl_form .info_b .text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 120%;
  }
  .bsl_form .info_b .b1,
  .bsl_form .info_b .b2,
  .bsl_form .info_b .b3 {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .bsl_form {
    margin-top: 70px;
  }
  .bsl_form .info_b {
    gap: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-form {
    margin-bottom: 52px;
  }

  .bsl_form .h2 {
    font-size: 25px;
  }
  .bsl_form .col-lg-8 {
    padding-right: 15px;
    -ms-flex-order: 2;
    order: 2;
  }
  .bsl_form .col-lg-4 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bsl_form .col-lg-8 .h2,
  .bsl_form .col-lg-8 .deck {
    display: none;
  }
  .bsl_form .info_b {
    flex-direction: column;
  }
  .bsl_form .info_b .b1,
  .bsl_form .info_b .b2,
  .bsl_form .info_b .b3 {
    max-width: 100%;
  }
  .bsl_form .info_b .text {
    margin-top: 18px;
    font-size: 16px;
  }
  .bsl_form .col-lg-8 {
    margin-top: 30px;
  }
  .bsl_form .hero-form {
    max-width: 100%;
    height: auto;
    justify-content: initial;
    margin-bottom: 0;
  }
  .bsl_form .col-lg-4 .h2,
  .bsl_form .col-lg-4 .deck {
    display: block;
  }
  .bsl_form .deck {
    font-size: 16px;
  }
}

@media only screen and (max-width: 400.98px) {
  .hero-form {
    max-width: 259px;
  }
  .hero-form input,
  .hero-form__btn {
    height: 45px;
  }
}
.b .row{
  margin: 0;
  justify-content: space-between;
flex-wrap: nowrap ;
gap: 20px;
}
.products {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px 0;
}

.products--bg-gray {
  background: #f6f6f6;
}

.products--bg-white {
  background: #fff;
}

.products .container.products-block {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.products--bg-gray .product-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.products--bg-white .product-card {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.products-intro {
  margin-bottom: 40px;
}

.products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.products-desc {
  max-width: 720px;
  margin: 0;
  color: #9f9f9f;
  font-size: 18px;
  line-height: 140%;
}

.products .button_block {
  position: relative;
  bottom: 0;
  flex-shrink: 0;
  width: 118px;
  height: 55px;
}

.products-title {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 0;
}

.products-nav {
  width: 56px;
  height: 55px;
  border: none;
}

.products-prev {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.products-prev:hover {
  left: auto;
  right: 62px;
  background: url(../img/left_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.products-next {
  right: 0;
  background: url(../img/tight_t_sl.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.products-next:hover {
  right: 0;
  background: url(../img/tight_t_sl_h.png) no-repeat;
  bottom: 0;
  top: auto;
  z-index: 2;
}

.products .swiper-button-next:after,
.products .swiper-button-prev:after {
  content: initial;
}

.products-swiper {
  overflow: visible;
}

.products-swiper .swiper-wrapper {
  align-items: stretch;
}

.products-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-card__img-wrap {
  position: relative;
  background: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin: 12px 12px 0;
}

.product-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__img-wrap img {
  transform: scale(1.07);
}

.product-card__badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #3a6b55;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  line-height: 100%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.product-card__body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.product-card__name {
  font-size: 28px;
  font-weight: 500;
  color: #212121;
  line-height: 120%;
  min-height: 2.4em;
}

.product-card__size {
  font-size:16px;
  color: #9f9f9f;
}

.product-card__btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: auto;
  padding: 14px 16px;
  border: 2px solid #d4a843;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #d4a843;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-top: 12px;
}

.product-card__btn:hover {
  background: #3a6b55;
  border-color: #3a6b55;
  color: #fff;
}

@media (max-width: 1600.98px) {
  .products {
    padding: 70px 0;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .products {
    padding: 55px 0;
  }
  .products-intro {
    margin-bottom: 30px;
  }
  .products-head {
    margin-bottom: 12px;
  }
  .products-desc {
    font-size: 16px;
  }
  .products-title {
    font-size: 30px;
  }
  .products .button_block {
    width: 90px;
    height: 40px;
  }
  .products-nav {
    width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  .products-prev,
  .products-prev:hover {
    right: 47px;
  }
  .product-card__name {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .products-desc {
    font-size: 14px;
  }
  .products-title {
    font-size: 25px;
  }
  .product-card__badge {
    font-size: 11px;
    padding: 5px 10px;
  }
  .product-card__name {
    font-size: 13px;
  }
  .product-card__size {
    font-size: 12px;
  }
  .product-card__btn {
    font-size: 12px;
    padding: 10px 8px;
  }
}

@media (max-width: 575.98px) {
  .products {
    padding: 40px 0;
  }
  .products-intro {
    margin-bottom: 24px;
  }
  .products-head {
    margin-bottom: 10px;
  }
  .products-desc {
    font-size: 13px;
  }
  .products-title {
    font-size: 22px;
  }
}

.contact {
  background: #0e1114;
  padding: 60px 0;
  margin: 60px 0 0 0
}

/* --- Title --- */
.contact__title-block {
  margin-bottom: 3rem;
}

.contact__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 0.3rem 0 !important;
}

.contact__title-highlight {
  display: inline-block;
  background: #d4a843;
  color: #3a6b55;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 0.375rem;
  padding: 0.05em 0.3em;
}

/* --- Cards grid --- */
.contact__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
}

/* --- Single card --- */
.contact__card {
  background: #1b1d21;
  border-radius: 0.625rem;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.25s;
  height: 266px;
  justify-content: center;
  gap: 1rem;
}

.contact__card:hover {
  background: #23262c;
}

/* --- Icon circle --- */
.contact__card-icon {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact__card-icon svg {
  width: 30px;
  height: 30px;
  opacity: 0.3;
}

.contact__card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 0.3;
}

/* --- Text --- */
.contact__card-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact__card-value {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}

.contact__card-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  font-weight: 400;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .contact__title,
  .contact__title-highlight {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .b .row {
    flex-direction: column;
  }
  .bsl_form .col-lg-8 {
    padding-right: 0;
    margin-top: 0px;
  }
  .footer .menu ul li {
    text-align: center;
  }
  .contact__cards {
    grid-template-columns: repeat(2, 1fr);
  }
.contact__card {
  height: 170px
}
  .contact__title,
  .contact__title-highlight {
    font-size: 1.5rem;
  }
  .works .title_h {
    max-width: 100%;
    display: flex;
    gap: 39px;
    flex-direction: column;
}
    .products-head {
      flex-direction: column;
      align-items: flex-end !important;
    }
    .advantages .h2, h2, .h2 {
      margin-bottom: 15px !important;
          font-size: 35px !important;
      
    }
}

@media (max-width: 668px) {
  .contact {
    padding: 3.75rem 0 4rem;
  }

  .contact__title,
  .contact__title-highlight {
    font-size: 1.125rem;
  }

  .contact__title-block {
    margin-bottom: 2rem;
  }

  .contact__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .contact__card {
    padding: 1.75rem 1rem 1.5rem;
    min-height: 10rem;
    gap: 0.75rem;
  }

  .contact__card-icon {
    width: 2.75rem;
    height: 2.75rem;
  }


  .contact__card-value {
    font-size: 0.75rem;
  }

  .contact__card-label {
    font-size: 0.6875rem;
  }
}

.steps {
  margin: 60px 0;
  padding: 0 15px;
  position: relative;
}
.steps::after{
      position: absolute;
    height: 1px;
    width: 100%;
    background: #c8d8cc;
    content: "";
    left: 0;
    top: 89px;
}
.steps::before{
      position: absolute;
    height: 1px;
    width: 100%;
    background: #c8d8cc;
    content: "";
    left: 0;
    bottom: 0
}

/* .steps-title {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.04em;
  color: #212121;
  margin-bottom: 50px;
} */

.steps-grid {
  border-right: 1px solid #c8d8cc;
  border-left: 1px solid #c8d8cc;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
}

.steps-card {
  --step-accent: #3a6b55;
  --step-bg: #fff;
  --step-border: #c8d8cc;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--step-bg);
  border: 1px solid var(--step-border);
  border-radius: 14px;
  min-height: 240px;
  box-shadow: 0 14px 35px rgba(58, 107, 85, 0.06);
}

.steps-card:nth-child(1) {
  --step-accent: #3a6b55;
  --step-bg: #f2f8f4;
  --step-border: #b7d4c1;
}

.steps-card:nth-child(2) {
  --step-accent: #9a6b18;
  --step-bg: #fff8e8;
  --step-border: #ead29a;
}

.steps-card:nth-child(3) {
  --step-accent: #5c6f98;
  --step-bg: #f1f5fb;
  --step-border: #c0cce3;
}

.steps-card:nth-child(4) {
  --step-accent: #8a5a4d;
  --step-bg: #fff3ee;
  --step-border: #e3c3b7;
}

.steps-card:nth-child(5) {
  --step-accent: #6c6f2f;
  --step-bg: #f8f8e8;
  --step-border: #d7daa4;
}

.steps-card:nth-child(6) {
  --step-accent: #47747a;
  --step-bg: #edf8f8;
  --step-border: #b6d8dc;
}

.steps-card__head {
  font-size: 26px;
  font-weight: 300;
  color: var(--step-accent);
  line-height: 100%;
}

.steps-card__text {
  font-size: 15px;
  color: #444;
  line-height: 150%;
  flex: 1;
}

.steps-card__arrow {
  font-size: 18px;
  color: var(--step-accent);
  opacity: 0.55;
  text-align: right;
  margin-top: auto;
}

@media (max-width: 1600.98px) {
  .steps {
    margin: 85px auto 0;
  }
}

@media (max-width: 991.98px) {
  .steps {
    margin: 55px auto 0;
  }
  .steps-title {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_h , .one_b, .b_two  {
    display: none !important;
  }
  .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}

@media (max-width: 575.98px) {
  .steps {
    margin-top: 40px;
  }
  .steps-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-card {
    min-height: unset;
    padding: 20px 16px 16px;
  }
  .steps-card__head {
    font-size: 20px;
  }
  .steps-card__text {
    font-size: 14px;
  }
}