

/* Start:/local/templates/main/components/bitrix/news.list/services_list_new/style.css?17472810301958*/
.services--new-section {
    text-align: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
  .services--new-section .services-header .subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
  }
  
  .services--new-section .services-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .services--new-section .services-header .description {
    font-size: 16px;
    color: #444;
    margin-bottom: 40px;
  }
  
  .services--new-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
  }
  
  .services--new-section .service-card {
      max-width: 350px;
      background: #fff;
      padding: 20px;
      text-align: left;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      margin: 0 auto;
  }
  
  .services--new-section .service-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  .services--new-section .service-card .service-card--title {
      margin-top: 15px;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
      height: 60px;
  }
  
  .services--new-section .service-card p {
    font-size: 14px;
    color: #333;
    margin: 10px 0 20px;
  }
  
  .services--new-section .buttons {
    display: flex;
    gap: 10px;
    margin-top: auto;
  }
  
  .services--new-section .btn {
    width: 100%;
    padding: 2px 14px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
  }
  
  .services--new-section .btn.light {
    border: 1px solid #000;
    color: #000;
    background: #fff;
  }
  
  .services--new-section .btn.dark {
    background: #f3eac0;
    color: #000;
    border: 1px solid #f3eac0;
  }
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/about_main/style.css?1749453345383*/
.about-slider__navigation{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.about-slider__prev, .about-slider__next {
    cursor: pointer;
}

.about-slider__prev svg{
    transform: rotate(180deg);
}

@media (min-width: 772px) {
    .about-slider__navigation{
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/comment_list/style.css?17724354991219*/
.comment__header {
    margin-bottom: 40px;
}
.comment_grid {
    display: grid;
    width: 100%;
    grid-template-columns : repeat(4, 1fr);
    gap: 20px;
}
.connent__image_wrap {
    width: 100%;
}
.connent__image_wrap img {
    width: 100%;
    height: auto;
}
.connent__mame {
    font-size: 14px;
    padding-top: 15px;
}
.comment__preview_text {
	display:none;
}
@media screen and (max-width: 1020px){
    .comment_grid {
        grid-template-columns : repeat(3, 1fr);
    }
}

@media screen and (max-width: 770px){
    .comment_grid {
        grid-template-columns : repeat(2, 1fr);
    }
}
@media screen and (max-width: 430px){
    .comment_grid {
        grid-template-columns : repeat(1, 1fr);
    }
}

/*---correction for "media about us"---*/
.comment_grid a.comment__item {
	display:flex;
	flex-direction:column;
}
.comment_grid .comment__item .connent__image_wrap.ext {
	height: 80%;
	overflow: hidden;
}
.comment_grid .comment__item .connent__image_wrap.ext img{
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.comment_grid .comment__item:hover .connent__image_wrap.ext img{
  transform: scale(1.05);
}
.comment_grid .comment__item .connent__mame {
	/* margin-top:auto; */
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/project_list_home/style.css?17889383854050*/
.project-home {
    padding-block: clamp(48px, 6vw, 92px);
    background-color: #ebe4e0;
    color: #423b34;
}

.project-home__container {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 54px);
}

.project-home__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.project-home__eyebrow {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0.08em;
}

.project-home__title {
    margin: 0;
    font-family: "Playfair Display", serif;
    color: #423b34;
}

.project-home__all,
.project-home-card__link {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none;
    color: #996649;
}

.project-home__all {
    flex: 0 0 auto;
    padding-bottom: 8px;
}

.project-home__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-home__item {
    min-width: 0;
}

.project-home-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #fffefc;
    border: 1px solid rgba(153, 102, 73, 0.38);
    border-radius: 6px;
    box-shadow: 0 14px 32px rgba(66, 59, 52, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.project-home-card:hover {
    border-color: rgba(153, 102, 73, 0.7);
    box-shadow: 0 18px 42px rgba(66, 59, 52, 0.14);
}

.project-home-card__image {
    position: relative;
    display: block;
    aspect-ratio: 350 / 235;
    overflow: hidden;
    background: linear-gradient(135deg, #fffefc 0%, #ebe4e0 52%, rgba(153, 102, 73, 0.28) 100%);
}

.project-home-card__image img,
.project-home-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.project-home-card__image img {
    object-fit: cover;
}

.project-home-card__placeholder::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(153, 102, 73, 0.28);
}

.project-home-card__section {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 7px 12px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1.25;
    color: #fffefc;
    background-color: rgba(66, 59, 52, 0.88);
}

.project-home-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    padding: clamp(18px, 2.5vw, 24px);
}

.project-home-card__title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(21px, 2vw, 26px);
    line-height: 1.18;
    font-weight: 500;
    color: #423b34;
}

.project-home-card__title a {
    color: inherit;
    text-decoration: none;
}

.project-home-card__preview {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(66, 59, 52, 0.82);
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.project-home-card__result {
    padding: 14px 16px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #423b34;
    background-color: rgba(153, 102, 73, 0.09);
    border-left: 3px solid #996649;
}

.project-home-card__result span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #996649;
}

.project-home-card__link {
    align-self: flex-start;
    margin-top: auto;
}

@media (min-width: 768px) {
    .project-home__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .project-home__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .project-home__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .project-home__all {
        padding-bottom: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews_list_vk/style.css?1740297439388*/
.video-slider__slide {
    width: 25%;
}
.video_image {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.video-block {
    width: 100%;
    height: auto;
}
.video-mame {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    min-height: 100px;
    display: flex;
    align-items: flex-end;
}
.video__header {
    padding-bottom: 40px;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/services_list_new/style.css?17472810301958 */
/* /local/templates/main/components/bitrix/news.list/about_main/style.css?1749453345383 */
/* /local/templates/main/components/bitrix/news.list/comment_list/style.css?17724354991219 */
/* /local/templates/main/components/bitrix/news.list/project_list_home/style.css?17889383854050 */
/* /local/templates/main/components/bitrix/news.list/reviews_list_vk/style.css?1740297439388 */
