*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

body {
  background: #fff;
  font-family: "Tilda Sans VF";
  color: #153B3A;
}

.wrapper {
  width: 1266px;
  margin: 0 auto;
}

header {
  padding: 23px 0;
  position: sticky;
  top: 0;
  z-index: 12;
}
header.active {
  background: #fff;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 13px 20px;
  background: #F5F5F5;
  border-radius: 20px;
  position: relative;
}
.top_nav a {
  color: rgb(151, 151, 151);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.38rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}
.top_nav a.active, .top_nav a:hover {
  color: #153B3A;
}

.logo {
  width: 201px;
  height: 60px;
  background: url(../img/svg/logo.svg?v2) center no-repeat;
  background-size: contain;
}

.callback_btn {
  padding: 13px 18px;
  border-radius: 20px;
  background: #F5F5F5;
  color: rgb(21, 59, 58);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.38rem;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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

.phone_btn {
  border-radius: 1.25rem;
  background: rgb(245, 245, 245);
  width: 4.56rem;
  height: 3.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_section .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 37px;
  padding: 24px 0;
}

.main_img {
  width: 597px;
  height: 572px;
  border-radius: 20px;
  flex-shrink: 0;
}

.main_section_left_container {
  padding-top: 108px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.left_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.txt_bg {
  display: inline-block;
  padding: 13px 15px;
  background: #F5F5F5;
  color: rgb(21, 59, 58);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 22px;
}

.left_t {
  color: rgb(21, 59, 58);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.left_txt {
  color: rgb(110, 110, 110);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  text-align: left;
  max-width: 359px;
}

.bottom_number {
  position: relative;
  color: rgb(21, 59, 58);
  font-size: 4.38rem;
  font-weight: 700;
  line-height: 73%;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
}

.bottom_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.main_btn {
  height: 49px;
  min-width: 211px;
  padding: 0 30px;
  border-radius: 1.25rem;
  background: rgb(245, 245, 245);
  color: rgb(21, 59, 58);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: center;
  text-transform: uppercase;
}
.main_btn.transp {
  background: none;
  border: 0.06rem solid rgb(21, 59, 58);
}

.catalog_section {
  background: #F5F5F5;
  overflow: hidden;
}
.catalog_section .wrapper {
  padding: 30px 0;
}

.catalog_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  background: #153B3A;
  padding: 13px 20px;
  border-radius: 20px;
}
.catalog_tabs .tab {
  color: rgb(255, 255, 255);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.38rem;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.tabs_wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

.tabs_pointer {
  width: 26px;
  height: 12px;
  background: url(../img/svg/pointer.svg?v2) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  filter: brightness(999);
}

.nav_pointer {
  width: 26px;
  height: 12px;
  background: url(/data/1753188896/files/1753190149.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.section_title {
  color: rgb(21, 59, 58);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.product {
  width: 278px;
  height: 338px;
  border-radius: 1.25rem;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  flex-direction: column;
  padding: 18px 18px;
  border: 1px solid transparent;
}
.product:hover {
  border-color: #153B3A;
}

.product_image {
  width: 100%;
  height: 134px;
}
.product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_title {
  color: rgb(21, 59, 58);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.38rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.product_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
}

.product_line {
  height: 1px;
  width: 80px;
  background: #BFBFBF;
}

.product_art {
  width: 100%;
}
.product_art span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  color: #6E6E6E;
}
.product_art span:last-child {
  color: #AA1D1D;
}

.porduct_price_and_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_price {
  color: rgb(21, 59, 58);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.19rem;
  text-align: left;
  text-transform: uppercase;
}

.product_link {
  width: 49px;
  height: 49px;
  border-radius: 0.63rem;
  background: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog_slider .swiper-slide {
  width: auto;
}

.catalog_slider_and_buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 73px;
  max-width: 100%;
}

.catalog_slider_wrapper {
  max-width: calc(100% - 96px - 73px);
}
.catalog_slider_wrapper.new_slider_wrapper {
  max-width: calc(100% - 90px);
  overflow: hidden;
}

.catalog_slider_buttons {
  position: relative;
}

.catalog_slider_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.swiper-button-next.next, .swiper-button-prev.prev {
  position: static;
  margin: 0;
  padding: 0;
  width: 36px;
  background: url(../img/svg/s_arrow.svg?v2) center no-repeat;
  background-size: contain;
}
.swiper-button-next.next::after, .swiper-button-prev.prev::after {
  display: none;
}

.swiper-button-prev.prev {
  transform: rotate(-180deg);
}

.silder_pagination_wrapper {
  position: relative;
  margin-top: 35px;
}
.silder_pagination_wrapper .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  height: 3px;
}
.silder_pagination_wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 45px;
  height: 1px;
  background: #153B3A;
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.silder_pagination_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  width: 90px;
}

.big_catalog_section {
  padding: 75px 0;
  overflow: hidden;
}

.big_catalog_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.big_catalog_img {
  width: 597px;
  height: 572px;
  border-radius: 20px;
  flex-shrink: 0;
}

.big_catalog {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 566px;
  flex-wrap: wrap;
  padding: 35px 0;
  position: relative;
}
.big_catalog::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  border-radius: 1.25rem;
  background: rgb(245, 245, 245);
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.big_item_catalog {
  width: calc(50% - 5px);
  height: 286px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  flex-grow: 1;
}
.big_item_catalog:nth-child(3) {
  height: 168px;
}

.c_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.63rem;
  background: rgb(245, 245, 245);
  width: 49px;
  height: 49px;
}

.catalog_item_title {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.more {
  color: rgb(110, 110, 110);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  text-align: left;
  text-decoration-line: underline;
}

.new_section {
  padding: 75px 0;
  background: #F5F5F5;
  overflow: hidden;
}

.new_slider_and_link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 26px;
}

.red_link {
  border-radius: 0.63rem;
  background: rgb(219, 85, 35);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin-bottom: 11px;
}
.red_link img {
  filter: brightness(9999);
}

.big_link {
  color: rgb(110, 110, 110);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.13rem;
  text-align: left;
  text-decoration-line: underline;
  flex-shrink: 0;
}

.new_slider .swiper-slide {
  width: auto;
}

.new_section .catalog_slider_buttons, .news_section .catalog_slider_buttons {
  justify-content: flex-end;
  margin-top: 20px;
}

.news_section {
  padding: 75px 0;
  overflow: hidden;
}

.news_item {
  width: 350px;
  height: 509px;
  background: #153B3A;
  border-radius: 1.25rem;
  background: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.news_img {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
}
.news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_item_content {
  height: 100%;
  padding: 20px;
}

.news_title {
  display: inline-block;
  color: rgb(21, 59, 58);
  font-size: 1.13rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.38rem;
  text-align: left;
  text-transform: uppercase;
}

.news_item_txt {
  color: rgb(110, 110, 110);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  text-align: left;
  margin-top: 20px;
}

.news_slider .swiper-slide {
  width: auto;
}

.form_section {
  padding-top: 99px;
  padding-bottom: 54px;
  background: url(/data/1753188896/files/1753193467.png) center no-repeat;
  background-size: cover;
}

.f_subtitle {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.63rem;
  text-align: left;
  text-transform: uppercase;
}

.f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  margin-top: 65px;
}
.f_form input {
  width: 100%;
  background: none;
  border: none;
  box-sizing: border-box;
  border: 0.06rem solid rgb(255, 255, 255);
  border-radius: 1.25rem;
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  text-align: center;
  height: 49px;
}
.f_form input::-moz-placeholder {
  color: white;
}
.f_form input::placeholder {
  color: white;
}

.form_btn {
  border-radius: 1.25rem;
  background: rgb(219, 85, 35);
  width: 375px;
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  text-align: center;
  flex-shrink: 0;
  height: 49px;
  margin-left: 22px;
}

.form_desc {
  color: rgb(255, 255, 255);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  text-align: left;
  margin-top: 65px;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

footer {
  padding-top: 68px;
  padding-bottom: 25px;
}

.f_logo_and_socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.f_socials_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.social {
  width: 24px;
  height: 24px;
}
.social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.f_socials_title {
  color: rgb(21, 59, 58);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.88rem;
  letter-spacing: 0.03rem;
  text-align: left;
  margin-bottom: 10px;
}

.f_socials {
  margin-top: 27px;
}

.f_nav_title {
  color: rgb(21, 59, 58);
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.f_nav_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.f_nav_links a {
  text-decoration: none;
  color: rgb(21, 59, 58);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-align: left;
}

.f_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  color: rgb(21, 59, 58);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  letter-spacing: 0.03rem;
  text-align: left;
}
.f_contacts a {
  color: inherit;
}

.f_title_callback {
  padding-right: 70px;
  position: relative;
}
.f_title_callback .red_link {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.f_nav_item {
  padding-top: 15px;
}

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

.copy {
  color: rgb(21, 59, 58);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.88rem;
  letter-spacing: 0.03rem;
  text-align: left;
}

.main_catalog_section {
  padding: 29px 0;
}

.new_object {
  display: block;
  height: 286px;
  background: green;
  border-radius: 20px;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
}
.new_object:nth-child(8n+1) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+2) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+4) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+5) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+7) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+6) {
  width: calc(25% - 29px);
  height: 286px;
}
.new_object:nth-child(8n+3) {
  width: calc(50% - 29px);
  height: 601px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.new_object:nth-child(8n+3) .c_link {
  order: 1;
}
.new_object:nth-child(8n+8) {
  width: calc(50% - 29px);
}

.catalog_in_section {
  padding-bottom: 185px;
  padding-top: 29px;
}

.catalog_in_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.gutter-sizer {
  width: 4%;
}

.hiddenmenu {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.burger {
  display: none;
}

@media screen and (max-width: 1190px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .mobile {
    display: block;
  }
  .wrapper {
    width: 95% !important;
  }
  .main_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .bottom_btns {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .top_nav {
    display: none;
  }
  header .callback_btn {
    display: none;
  }
  .main_section_left_container {
    padding: 20px;
    height: auto;
    gap: 20px;
  }
  .left_bottom {
    gap: 15px;
  }
  .main_btn {
    font-size: 1.28rem;
  }
  .main_section .wrapper {
    padding-top: 0;
    gap: 20px;
  }
  .main_img {
    aspect-ratio: 1/1;
    height: auto;
    order: -1;
  }
  .catalog_slider_and_buttons {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
  }
  .catalog_slider_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .silder_pagination_wrapper .swiper-pagination {
    justify-content: flex-start;
  }
  .big_catalog_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .big_item_catalog {
    padding: 15px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .big_catalog_img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .catalog_item_title {
    font-size: 1.18rem;
  }
  .big_catalog::after {
    display: none;
  }
  .big_catalog {
    padding: 0;
  }
  .new_slider_and_link {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .catalog_slider_wrapper.new_slider_wrapper {
    max-width: 100%;
  }
  .catalog_slider_buttons {
    order: 1;
  }
  .f_form {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .form_btn {
    margin-left: 0;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .f_nav_item {
    padding-top: 0;
  }
  .f_nav_title {
    text-align: center;
    margin-bottom: 10px;
  }
  .f_nav_links a {
    text-align: center;
  }
  .f_nav_links {
    align-items: center;
  }
  .f_contacts {
    align-items: center;
  }
  .f_title_callback {
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
  }
  .f_title_callback .red_link {
    position: static;
  }
  .new_object {
    width: 100% !important;
    margin-bottom: 10px;
    height: 286px !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
  }
  .catalog_tabs {
    overflow: auto;
  }
  .catalog_in_grid {
    gap: 10px;
  }
  .catalog_in_grid .product {
    width: calc(50% - 5px);
  }
  .catalog_in_grid .product .product_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 47px;
  }
  .catalog_in_grid .product .porduct_price_and_link {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  .catalog_in_grid .product .product_top {
    gap: 5px;
  }
  .catalog_in_section {
    padding: 29px 0;
  }
  .f_logo_and_socials {
    align-items: center;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgb(219, 85, 35);
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: rgb(219, 85, 35);
  }
  header.active .burger span {
    background: rgb(219, 85, 35);
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .hiddenmenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100dvh;
    z-index: 12;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .hiddenmenu .wrapper {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .hiddenmenu .wrapper .top_nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }
  .hiddenmenu .wrapper .callback_and_form {
    justify-content: space-between;
    width: 100%;
  }
  body.fixed {
    overflow: hidden;
  }
}