@font-face{font-family:Ubuntu;src:url(../fonts/Ubuntu-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(../fonts/Ubuntu-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(../fonts/Ubuntu-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(../fonts/Ubuntu-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.section--mt{margin-top:100px}@media (max-width:768px){.section--mt{margin-top:40px}}.section--mb{margin-bottom:100px}@media (max-width:768px){.section--mb{margin-bottom:40px}}.section--pt{padding-top:100px}@media (max-width:768px){.section--pt{padding-top:40px}}.section--pb{padding-bottom:100px}@media (max-width:768px){.section--pb{padding-bottom:40px}}.section--back{background:#fff;box-shadow:0 0 20px #fff}.grid{display:flex;flex-wrap:wrap;justify-content:space-between}.grid__col{width:calc(33.3% - 20px);margin-bottom:40px}@media (max-width:768px){.grid__col{width:calc(50% - 20px)}}@media (max-width:576px){.grid__col{width:100%;margin-bottom:25px}}.grid__col--empty{padding:0;margin:0;height:0}.content{line-height:1.4}.content h2,.content h3,.content h4{font-size:24px;font-weight:500;margin:20px 0 15px 0}.content p{margin-bottom:15px}.content ul{margin-bottom:15px;margin-left:20px;list-style-type:disc}.content ul li{margin-bottom:5px}.content a{text-decoration:underline;opacity:.8}.footer{background:#fdf1e5;box-shadow:0 0 20px #fdf1e5;position:relative}.footer__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px 0;z-index:10;position:relative;border-top:1px solid rgba(0,0,0,.2)}.footer__block{width:calc(33.3% - 20px)}@media (max-width:768px){.footer__block{width:100%;margin-bottom:20px}}.footer__block .menu{display:block;text-align:center}.footer__block .logo img{height:120px;margin:auto}.footer__block .title{margin-bottom:10px;font-size:20px;font-weight:500;text-align:center}.copyright{text-align:center;font-size:14px;padding-bottom:20px;color:#50665d}.social-icons{display:flex;justify-content:center}.social-icons li{list-style:none;margin:0 10px;transition:opacity .4s}.social-icons li:hover{opacity:.5}.social-icons li svg{height:25px}.social-icons li svg path{fill:#1f1f1f}.scroll-progress{position:fixed;top:50%;right:0;width:7px;height:100vh;background:rgba(49,49,49,.5);transform:translateY(-50%) rotate(180deg);z-index:999;border-radius:4px;overflow:hidden}.scroll-progress__bar{position:absolute;bottom:0;left:0;width:100%;height:0%;background:#d1a995;border-radius:4px}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin:40px auto}.gallery-grid__image{width:calc(33.3% - 20px);margin-bottom:40px;overflow:hidden}@media (max-width:768px){.gallery-grid__image{width:calc(50% - 5px);margin-bottom:10px}}.gallery-grid__image img{width:100%;height:400px;object-fit:cover;transition:transform .6s}@media (max-width:1280px){.gallery-grid__image img{height:280px}}@media (max-width:768px){.gallery-grid__image img{height:200px}}.gallery-grid__image:hover img{transform:scale(1.1)}.gallery-grid__image--empty{height:0;padding:0;margin:0}.swiper-button-next,.swiper-button-prev{color:#fdf1e5}.simple-slider{cursor:grab}.simple-slider .swiper{padding-right:40px}.simple-slider .swiper-wrapper{padding-left:20px}.simple-slider .swiper-slide{width:500px}@media (max-width:1280px){.simple-slider .swiper-slide{width:300px}}.simple-slider .swiper-slide img{width:100%;height:500px;object-fit:cover}@media (max-width:1280px){.simple-slider .swiper-slide img{height:300px}}.carousel-slider{margin-top:40px;cursor:grab}.carousel-slider .swiper{padding-right:220px}@media (max-width:1500px){.carousel-slider .swiper{padding-right:40px}}.carousel-slider .swiper-wrapper{display:flex;align-items:stretch;padding-left:200px}@media (max-width:1500px){.carousel-slider .swiper-wrapper{padding-left:20px}}.carousel-slider .swiper-slide{width:300px;height:auto}.carousel-slider .swiper-button-next,.carousel-slider .swiper-button-prev{color:#1f1f1f;display:none}.carousel-item{text-align:center;background-color:#fdf1e5;border-radius:10px;padding:30px;height:100%}.carousel-item img{margin:auto;margin-bottom:15px}.carousel-item .title{font-size:18px;margin-bottom:10px}.carousel-item .content{font-size:16px}.hero{position:relative;height:480px}@media (max-width:768px){.hero{height:320px}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.15)}.hero img{height:100%;width:100%;object-fit:cover}.hero__inner{position:absolute;top:50%;left:50%;max-width:100%;transform:translate(-50%,-50%);padding:20px;text-align:center}@media (max-width:768px){.hero__inner{width:100%}}.hero__inner h1{display:none}.hero-image{clip-path:ellipse(130% 100% at 50% 0);position:relative}.hero-image img{width:100%;height:85vh;object-fit:cover}.hero-image__inner{position:absolute;top:50%;left:50%;width:1200px;max-width:100%;text-align:center;transform:translate(-50%,-50%)}.hero-image__inner .title{font-weight:700;color:#fdf1e5;text-shadow:2px 2px 8px rgba(253,241,229,.5);letter-spacing:2px}.contact-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}@media (max-width:768px){.contact-cols{grid-template-columns:1fr}}.contact-block{background-color:#fff;border-radius:12px;padding:35px 30px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 15px rgba(31,31,31,.2)}.contact-block:hover{transform:translateY(-6px)}.contact-block .title--md{margin-top:0;margin-bottom:20px;padding-bottom:7px;color:#50665d;border-bottom:2px solid rgba(80,102,93,.2)}.contact-block__row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.contact-block__row:last-child{margin-bottom:0}.contact-block__row .icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background-color:rgba(209,169,149,.12);display:flex;align-items:center;justify-content:center}.contact-block__row .icon img,.contact-block__row .icon svg{height:16px;margin-right:0}.contact-block__row .icon img path,.contact-block__row .icon svg path{fill:#d1a995}.contact-block__row .text a{transition:opacity .5s}.contact-block__row .text a:hover{opacity:.5}.accordion-section{display:flex;flex-wrap:wrap}.accordion-section__left{width:400px}@media (max-width:992px){.accordion-section__left{width:100%}}.accordion-section__right{flex:1}.accordion{margin-left:40px}@media (max-width:992px){.accordion{margin-left:0}}.accordion__row{border-bottom:1px solid #1f1f1f}.accordion__row__head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion__row__head .title{color:#1f1f1f;margin:20px 0;transition:all .5s}.accordion__row__head .icon{transform:rotate(90deg);filter:brightness(0)}.accordion__row__main{display:none}.accordion__row__main .content h3{color:#50665d;margin:0 0 10px 0}.accordion__row.active{border-bottom:1px solid #50665d}.accordion__row.active .accordion__row__head .title{color:#50665d;margin:20px 0}.accordion__row.active .accordion__row__head .icon{transform:rotate(-90deg);filter:unset}.article{padding-top:40px}.article__image{margin-bottom:40px}.article__image img{width:100%}.post-item__inner{padding:10px}.post-item__image{border-radius:10px;overflow:hidden}.post-item__image img{width:100%;height:280px;object-fit:cover;transition:all .8s}.post-item__date{font-style:italic;font-size:16px;opacity:.7}.post-item__title{font-size:20px;font-weight:500;margin:5px 0;color:#1f1f1f}@media (max-width:768px){.post-item__title{font-size:20px}}.post-item__text{font-size:18px;font-weight:400}@media (max-width:768px){.post-item__text{font-size:16px}}.post-item:hover img{transform:scale(1.1)}