@charset "UTF-8";
.page-417 .karkas-page section.form-section {
  background: url("/images/background-form.webp") no-repeat center top/cover !important;
}
.page-417 .karkas-page .gallery-section .owl-prev,
.page-417 .karkas-page .gallery-section .owl-next {
  background: url("/images/arrow-slider-g.svg") no-repeat center, #fff !important;
}
.page-417 .karkas-page .gallery-section .owl-prev:hover,
.page-417 .karkas-page .gallery-section .owl-next:hover {
  background: url("/images/arrow-slider-g.svg") no-repeat center, #e3000f !important;
}
.page-417 .karkas-page .gallery-section .owl-prev,
.page-417 .karkas-page .gallery-section .owl-prev:hover {
  transform: rotate(180deg) !important;
}
.page-417 .karkas-page .gallery-section .owl-next,
.page-417 .karkas-page .gallery-section .owl-next:hover {
  transform: none !important;
}
.page-417 .karkas-page .karkas-page-main {
  padding-top: 20px;
}
.page-417 .karkas-page .karkas-page-main > .container + .container {
  margin-top: 58px;
}
.page-417 .karkas-breadcrumb-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #2f2f2f;
}
.page-417 .karkas-excerpt {
  margin: 0 0;
  max-width: 920px;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.6;
}
.page-417 .karkas-intro-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.page-417 .karkas-intro-section::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 430px;
  height: 124px;
  pointer-events: none;
  opacity: 0.6;
  background: url("/images/background-circle.svg") no-repeat left top/contain;
}
.page-417 .karkas-intro-section::after {
  content: none;
}
.page-417 .karkas-intro-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2f3338;
}
.page-417 .karkas-intro-title .green-line-span {
  margin-top: 8px;
  width: 64px;
  height: 4px;
  background: #0e6533;
}
.page-417 .karkas-intro-row {
  margin: 0 -15px 8px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.page-417 .karkas-intro-content {
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
.page-417 .karkas-advantages {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr;
}
.page-417 .karkas-advantages li {
  position: relative;
  padding-left: 26px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3a3f44;
}
.page-417 .karkas-advantages li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0e6533;
}
.page-417 .karkas-intro-media {
  display: flex;
  justify-content: flex-end;
}
.page-417 .karkas-intro-card {
  width: 100%;
  max-width: none;
  margin-left: 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.page-417 .karkas-intro-card__image {
  margin: 0;
}
.page-417 .karkas-intro-card__image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-417 .karkas-intro-card__body {
  padding: 12px;
}
.page-417 .karkas-intro-card__name {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #2f3338;
}
.page-417 .karkas-intro-card__name span:not(.karkas-intro-card__check) {
  color: #0e6533;
}
.page-417 .karkas-intro-card__check {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0e6533;
}
.page-417 .karkas-intro-card__price {
  margin: 0;
  color: #2f3338;
  line-height: 1.15;
}
.page-417 .karkas-intro-card__price strong {
  font-size: 30px;
  font-weight: 800;
}
.page-417 .hero-section {
  position: relative;
  z-index: 1;
  padding: 10px 0 18px;
  margin-bottom: 44px;
}
.page-417 .hero-section__title {
  margin: 0 0 22px;
  max-width: 1100px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #2f3338;
}
.page-417 .hero-section__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}
.page-417 .hero-card {
  display: flex;
  align-items: stretch;
  height: 100%;
  background: #fff;
  border: 1px solid #e4e7ea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-direction: row;
}
.page-417 .hero-card--year-round {
  flex-direction: row-reverse;
}
.page-417 .hero-card__image {
  flex: 0 0 46%;
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.page-417 .hero-card__image img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.page-417 .hero-card__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page-417 .hero-card__title {
  margin: 0 0 12px;
  line-height: 1.25;
  font-weight: 700;
  color: #2f3338;
}
.page-417 .hero-card__advantages {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-417 .hero-card__advantages li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.45;
  color: #3c4248;
}
.page-417 .hero-card__advantages li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5 8 14.5 16 5.5' fill='none' stroke='%230e6533' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.page-417 .hero-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid #0e6533;
  background: #0e6533;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-417 .hero-card__button:hover {
  background: #0a5329;
  border-color: #0a5329;
  color: #fff;
  box-shadow: 0 8px 18px rgba(14, 101, 51, 0.2);
  transform: translateY(-1px);
}
.page-417 .hero-card__button:focus-visible {
  outline: 2px solid #0e6533;
  outline-offset: 3px;
}
.page-417 .hero-card__button {
  margin-top: auto;
  align-self: flex-start;
}
.page-417 #summer-catalog,
.page-417 #year-round-catalog {
  scroll-margin-top: 110px;
}
.page-417 .hero-cta {
  background: #f7f8fa;
  border: 1px solid #e4e7ea;
  padding: 20px 22px;
  text-align: center;
}
.page-417 .hero-cta__text {
  margin: 0;
  color: #3c4248;
  font-size: 17px;
  line-height: 1.55;
}
.page-417 .hero-cta__actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.page-417 .hero-cta__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  min-width: 220px;
  padding: 14px 22px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #0e6533;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-417 .hero-cta__button:hover {
  background: #0a5329;
  box-shadow: 0 10px 20px rgba(14, 101, 51, 0.24);
  transform: translateY(-1px);
}
.page-417 .hero-cta__button:focus-visible {
  outline: 2px solid #0e6533;
  outline-offset: 2px;
}
.page-417 .hero-cta__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-417 .hero-cta__phone:hover .page-417 .hero-cta__phone-number, .page-417 .hero-cta__phone:focus-visible .page-417 .hero-cta__phone-number {
  color: #0e6533;
}
.page-417 .hero-cta__phone:focus-visible {
  outline: 2px solid #0e6533;
  outline-offset: 4px;
}
.page-417 .hero-cta__phone-number {
  line-height: 1.15;
  font-weight: 800;
  color: #2f3338;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-417 .hero-cta__phone-note {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.3;
  color: #6a7077;
}
.page-417 .karkas-products-section {
  margin-bottom: 44px;
}
.page-417 .karkas-products-section .portfolio_row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-417 .karkas-products-head {
  margin-bottom: 16px;
}
.page-417 .karkas-products-head h2 {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 1.25;
}
.page-417 .karkas-products-note {
  margin: 0;
  color: #555;
  font-size: 20px;
  line-height: 1.6;
}
.page-417 section.news-section.karkas-seo-section {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 65px;
  margin-bottom: 40px;
}
.page-417 .karkas-seo-section .waves-wrapper {
  align-items: flex-end;
  margin-bottom: 40px;
}
.page-417 .karkas-seo-section .waves-wrapper img {
  width: 150px;
  height: auto;
  display: block;
}
.page-417 .karkas-seo-section .circle-h2 {
  margin-bottom: 0;
}
.page-417 .karkas-seo-section h3 {
  font-size: 31px;
  line-height: 1.3;
}
.page-417 .karkas-seo-section p {
  font-size: 20px;
  line-height: 1.7;
}
.page-417 .karkas-seo-section .container::after {
  content: "";
  display: block;
  clear: both;
}
.page-417 .karkas-seo-image {
  width: 38%;
  max-width: 420px;
}
.page-417 .karkas-seo-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-417 .karkas-seo-image--right {
  float: right;
  margin: 0 0 18px 26px;
}
.page-417 .karkas-seo-image--left {
  margin: 0;
  flex: 0 0 38%;
  max-width: 420px;
}
.page-417 .karkas-seo-row {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  clear: both;
  margin: 18px 0 12px;
}
.page-417 .karkas-seo-row__content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-417 .karkas-seo-row__content h3 {
  margin-top: 0;
}
.page-417 .karkas-seo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.page-417 .karkas-seo-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.7;
}
.page-417 .karkas-seo-list li::before {
  content: "";
  position: relative;
  top: 6px;
  flex: 0 0 14px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #d50000;
  border-bottom: 2px solid #d50000;
  transform: rotate(-45deg);
}
.page-417 .karkas-gallery-section {
  padding: 20px 0 50px;
}
.page-417 .karkas-gallery-section .owl-nav button {
  width: 42px;
  height: 42px;
  border: 1px solid #cf0000 !important;
  border-radius: 50%;
  color: #cf0000 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  background: #fff !important;
  margin: 0 5px !important;
}
.page-417 .karkas-gallery-section .owl-nav button:hover {
  background: #cf0000 !important;
  color: #fff !important;
}
.page-417 section.gallery-section {
  overflow: visible;
}
.page-417 .karkas-gallery-top {
  margin-bottom: 20px;
}
.page-417 .karkas-gallery-top h2 {
  font-size: 38px;
  line-height: 1.25;
}
.page-417 .karkas-gallery-item {
  margin: 0;
}
.page-417 .karkas-gallery-item img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-prev,
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-next {
  transform: none !important;
}
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-prev::before, .page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-prev::after,
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-next::before,
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .owl-next::after {
  content: none !important;
  display: none !important;
}
.page-417 .karkas-gallery-section .owl-carousel-karkas .owl-nav .karkas-arrow {
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.page-417 .title-section.title-contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #e3000f url("/images/header.webp") center center/cover no-repeat !important;
}
.page-417 .circle-h2:after {
  background: url("/images/background-circle.svg");
}
.page-417 .form-1 {
  background: url("/images/contact-icon-red-1.svg") no-repeat 18px 16px;
}
.page-417 .form-2 {
  background: url("/images/contact-icon-red-2.svg") no-repeat 18px 16px;
}
.page-417 select.form-2 {
  background: url("/images/contact-icon-red-3.svg") no-repeat 14px 14px, url("/images/arrow-angle-red.svg") no-repeat calc(100% - 20px) 24px;
}
.page-417 select.form-3 {
  background: url("/images/filter-icon-1.svg") no-repeat 11px 16px, url("/images/arrow-angle-red.svg") no-repeat 93% 24px;
}
.page-417 select.form-4 {
  background: url("/images/filter-icon-2.svg") no-repeat 18px 16px, url("/images/arrow-angle-red.svg") no-repeat 90% 24px;
}
.page-417 .modal-form__select {
  background: url("/images/arrow-angle-red.svg") no-repeat calc(100% - 20px) 24px;
}
@media (min-width: 1025px) {
  .page-417 .hero-section__split {
    overflow: visible;
  }
  .page-417 .hero-card {
    position: relative;
    overflow: visible;
    min-height: 240px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  .page-417 .hero-card__content {
    padding: 16px 14px 14px;
  }
  .page-417 .hero-card__image {
    position: absolute;
    top: auto;
    bottom: -2px;
    z-index: 3;
    margin: 0;
    background: transparent;
    pointer-events: none;
    align-items: flex-end;
  }
  .page-417 .hero-card__image img {
    width: 100%;
    max-width: none;
  }
  .page-417 .hero-card--summer .hero-card__image {
    width: clamp(280px, 62%, 420px);
    left: clamp(-170px, -10vw, -70px);
  }
  .page-417 .hero-card--summer .hero-card__content {
    margin-left: 42%;
  }
  .page-417 .hero-card--year-round .hero-card__image {
    width: clamp(280px, 62%, 420px);
    right: clamp(-150px, -9vw, -60px);
    justify-content: flex-end;
  }
  .page-417 .hero-card--year-round .hero-card__content {
    margin-right: 40%;
  }
}
@media (max-width: 1024px) {
  .page-417 .hero-section {
    margin-bottom: 32px;
  }
  .page-417 .hero-section__title {
    margin-bottom: 18px;
  }
  .page-417 .hero-section__split {
    margin-bottom: 18px;
  }
  .page-417 .hero-card,
  .page-417 .hero-card--year-round {
    flex-direction: column;
  }
  .page-417 .hero-card__image {
    position: static;
    bottom: auto;
    z-index: auto;
    flex-basis: auto;
    width: auto;
    pointer-events: auto;
    background: #fff;
  }
  .page-417 .hero-card__content {
    padding: 15px 15px 14px;
  }
  .page-417 .hero-card--summer .hero-card__content,
  .page-417 .hero-card--year-round .hero-card__content {
    margin-left: 0;
    margin-right: 0;
  }
  .page-417 .hero-card__advantages {
    margin-bottom: 12px;
  }
  .page-417 .hero-card__advantages li {
    font-size: 14px;
    padding-left: 25px;
  }
  .page-417 .hero-card__advantages li::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .page-417 .hero-card__button {
    margin-top: auto;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 13px;
  }
  .page-417 #summer-catalog,
  .page-417 #year-round-catalog {
    scroll-margin-top: 95px;
  }
  .page-417 .hero-cta {
    padding: 18px 16px;
  }
  .page-417 .hero-cta__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .page-417 .hero-cta__actions {
    gap: 16px;
  }
  .page-417 .hero-cta__phone-number {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .page-417 .karkas-breadcrumb-title {
    font-size: 30px;
  }
  .page-417 .karkas-excerpt {
    font-size: 18px;
  }
  .page-417 .karkas-intro-section::before {
    width: 320px;
    height: 92px;
  }
  .page-417 .karkas-intro-title {
    font-size: 30px;
  }
  .page-417 .karkas-advantages {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 16px;
  }
  .page-417 .karkas-advantages li {
    font-size: 17px;
    padding-left: 24px;
    line-height: 1.48;
  }
  .page-417 .karkas-products-head h2 {
    font-size: 31px;
  }
  .page-417 .karkas-products-note {
    font-size: 18px;
  }
  .page-417 section.news-section.karkas-seo-section {
    padding-top: 56px;
    padding-bottom: 54px;
    margin-bottom: 34px;
  }
  .page-417 .karkas-seo-section .waves-wrapper {
    margin-bottom: 30px;
  }
  .page-417 .karkas-seo-section .waves-wrapper img {
    width: 120px;
  }
  .page-417 .karkas-seo-section h3 {
    font-size: 26px;
  }
  .page-417 .karkas-seo-section p,
  .page-417 .karkas-seo-section .karkas-seo-list li {
    font-size: 18px;
    line-height: 1.65;
  }
  .page-417 .karkas-gallery-top h2 {
    font-size: 31px;
  }
  .page-417 .karkas-page-main > .container + .container {
    margin-top: 44px;
  }
  .page-417 .karkas-intro-card {
    max-width: none;
    margin-left: 0;
  }
  .page-417 .karkas-intro-card__image img {
    height: 220px;
  }
  .page-417 .karkas-intro-card__name {
    font-size: 15px;
  }
  .page-417 .karkas-intro-card__price {
    font-size: 19px;
  }
  .page-417 .karkas-intro-card__price strong {
    font-size: 28px;
  }
  .page-417 .karkas-seo-image {
    float: none !important;
    width: 100%;
    max-width: none;
    margin: 0 0 16px !important;
  }
  .page-417 .karkas-seo-row {
    flex-direction: column;
    gap: 12px;
  }
  .page-417 .karkas-gallery-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page-417 .hero-section {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
  .page-417 .hero-section__title {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.15;
  }
  .page-417 .hero-section__split {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-417 .hero-card__title {
    margin-bottom: 10px;
  }
  .page-417 .hero-card__advantages {
    gap: 8px;
  }
  .page-417 .hero-card__advantages li {
    font-size: 14px;
    line-height: 1.42;
  }
  .page-417 .hero-card__button {
    width: 100%;
    margin-top: 10px;
    align-self: stretch;
  }
  .page-417 #summer-catalog,
  .page-417 #year-round-catalog {
    scroll-margin-top: 76px;
  }
  .page-417 .hero-cta {
    padding: 12px;
  }
  .page-417 .hero-cta__text {
    font-size: 15px;
    line-height: 1.45;
  }
  .page-417 .hero-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .page-417 .hero-cta__button {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
  }
  .page-417 .hero-cta__phone {
    align-items: center;
    text-align: center;
  }
  .page-417 .karkas-page-main > .container + .container {
    margin-top: 32px;
  }
  .page-417 .karkas-products-section + .karkas-products-section {
    margin-top: 10px;
  }
  .page-417 .karkas-excerpt {
    font-size: 16px;
  }
  .page-417 .karkas-intro-section::before {
    width: 230px;
    height: 66px;
  }
  .page-417 .karkas-intro-title {
    font-size: 22px;
  }
  .page-417 .karkas-advantages {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .page-417 .karkas-advantages li {
    font-size: 15px;
    padding-left: 22px;
    line-height: 1.42;
  }
  .page-417 .karkas-products-head h2 {
    font-size: 26px;
  }
  .page-417 .karkas-products-note {
    font-size: 16px;
  }
  .page-417 section.news-section.karkas-seo-section {
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 26px;
  }
  .page-417 .karkas-seo-section .waves-wrapper {
    margin-bottom: 20px;
  }
  .page-417 .karkas-seo-section .waves-wrapper img {
    display: none;
  }
  .page-417 .karkas-seo-section h3 {
    font-size: 22px;
  }
  .page-417 .karkas-seo-section p,
  .page-417 .karkas-seo-section .karkas-seo-list li {
    font-size: 16px;
  }
  .page-417 .karkas-gallery-top h2 {
    font-size: 26px;
  }
  .page-417 .karkas-intro-card__image img {
    height: 180px;
  }
  .page-417 .karkas-intro-card__name {
    font-size: 14px;
  }
  .page-417 .karkas-intro-card__price {
    font-size: 18px;
  }
  .page-417 .karkas-gallery-item img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .page-417 .karkas-gallery-item img {
    height: 460px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-417 .hero-card__button,
  .page-417 .hero-cta__button,
  .page-417 .hero-cta__phone,
  .page-417 .hero-cta__phone-number {
    transition: none;
  }
}/*# sourceMappingURL=417.css.map */