

/* Start:/local/templates/template1/template_styles.css?17887702483121*/
.b-category.b-rooms {
   margin-bottom: 50px;
}

.section-main-advantages {
   background: #FAF8F3;
}

.section-main-advantages__row {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 10px;
}

.section-main-advantages__item {
   height: 100%;
   border-radius: 8px;
   border: 1px solid #EADFC9;
   background: #FFF;
   padding: 24px;
}

.section-main-advantages__icon {
   border-radius: 28px;
   border: 1.5px solid #BFA069;
   background: rgba(191, 160, 105, 0.07);
   width: 48px;
   height: 48px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.section-main-advantages__icon:not(:last-child) {
   margin-bottom: 16px;
}

.section-main-advantages__icon img {
   max-width: 24px;
}

.section-main-advantages__title {
   color: #424242;
   font-size: 16px;
   font-weight: 600;
   line-height: 120%;
   font-family: Lora;
}

.section-main-advantages__title:not(:last-child) {
   margin-bottom: 12px;
}

.section-main-advantages__text {
   color: #707070;
   font-size: 14px;
   font-weight: 400;
   line-height: 150%;
}

.b-block .block__title {
   margin-left: 30px;
   margin-right: 30px;
}

.section-main-faq__row {}

.section-main-faq__item {
   border: 1px solid #EADFC9;
   background: #FFF;
   border-radius: 8px;
   overflow: hidden;
}

.section-main-faq__item:not(:last-child) {
   margin-bottom: 12px;
}

.section-main-faq__head {
   color: #424242;
   font-family: Georgia;
   font-size: 18px;
   font-weight: 400;
   line-height: 120%;
   position: relative;
   padding: 24px 16px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 5px;
   transition: all 0.5s ease 0s;
}

.section-main-faq__head::after {
   content: "";
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8 10L4 6' stroke='%23BFA069' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12 6L8 10L4 6' stroke='%23BFA069' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   display: inline-block;
   width: 16px;
   height: 16px;
   background: #BFA069;
   transition: all 0.5s ease 0s;
   padding: 4px;
}

.section-main-faq__head.active {
   color: #BFA069;
}

.section-main-faq__head.active::after {
   transform: scaleY(-1);
}

.section-main-faq__body {
   display: none;
   padding: 0 16px 24px 16px;
   color: #424242;
   font-family: "Open Sans";
   font-size: 14px;
   font-weight: 400;
   line-height: 140%;
}

@media (max-width: 992px) {
   .section-main-advantages__row {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 980px) {
   .section-main-advantages__row {
      padding: 0 10px;
   }
}

@media (max-width: 640px) {
   .section-main-advantages__row {
      grid-template-columns: 1fr;
      gap: 16px;
   }
}
/* End */
/* /local/templates/template1/template_styles.css?17887702483121 */
