html { scroll-behavior: smooth; }

body.lock { overflow: hidden; }

body svg { max-width: 100%; height: auto; width: auto; }

body .container { max-width: 1230px; padding: 0 15px; margin: 0 auto; }

body .container.header { border-bottom: 1px solid rgba(227, 227, 227, 0.25); }

@media (min-width: 1024px) { body .sidebar__container, body .toc { overflow-y: auto; height: 65vh; } }

body img { max-width: 100%; width: 100%; height: auto; }

body .btn { display: inline-block; padding: 10px 35px; background-color: #f5b573; border-radius: 50px; font-size: 14px; font-weight: 600; margin-top: 50px; color: #4d443d; box-shadow: 3px 3px 7px 1px #1E1E1C; transition: all 0.5s ease-out; }

@media (min-width: 500px) { body .btn { font-size: 16px; } }

body .btn:hover { color: #f5b573; box-shadow: 3px 3px 7px 1px #f5b573; background-color: #4d443d; }

body #breadcrumbs { margin-top: 30px; font-size: 12px; color: #4d443d; }

@media (min-width: 500px) { body #breadcrumbs { font-size: 14px; } }

body #breadcrumbs a { color: #a98e68; font-size: 12px; }

@media (min-width: 500px) { body #breadcrumbs a { font-size: 14px; } }

* { padding: 0; margin: 0; border: 0; }

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

:focus, :active { outline: none; }

a:focus, a:active { outline: none; }

nav, footer, header, aside { display: block; }

html, body { height: 100%; width: 100%; font-size: 100%; line-height: 1; font-size: 14px; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

input, button, textarea { font-family: inherit; }

input::-ms-clear { display: none; }

button { cursor: pointer; }

button::-moz-focus-inner { padding: 0; border: 0; }

a, a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

ul li { list-style: disc; list-style-position: inside; }

img { vertical-align: top; max-width: 100%; width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }

a { background-color: transparent; }

.action-bar { z-index: 30; position: relative; padding: 5px 0; background-color: #1E1E1C; }

@media (min-width: 500px) { .action-bar { padding: 10px 0; } }

.action-bar .action-bar__grid { display: flex; flex-wrap: wrap; column-gap: 15px; justify-content: center; }

@media (min-width: 500px) { .action-bar .action-bar__grid { justify-content: space-around; } }

.action-bar marquee.desctop { display: none; }

@media (min-width: 768px) { .action-bar marquee.desctop { display: block; font-size: 12px; color: #a98e68; } }

.action-bar marquee.mobile { font-size: 10px; color: #a98e68; }

@media (min-width: 768px) { .action-bar marquee.mobile { display: none; } }

.action-bar p { font-size: 12px; color: #a98e68; font-weight: 600; }

.action-bar .phone, .action-bar .email, .action-bar .location { font-size: 10px; }

@media (min-width: 500px) { .action-bar .phone, .action-bar .email, .action-bar .location { font-size: 12px; } }

.action-bar a { font-size: 8px; color: white; font-weight: 600; }

@media (min-width: 500px) { .action-bar a { font-size: 12px; } }

header { z-index: 5; background-color: #4d443d; }

header.black .navigation { display: none; }

@media (min-width: 1024px) { header.black .navigation { display: block; } header.black .navigation a { color: #191919; } }

header.black .nav_link.active_color { color: #a98e68; }

header .header__grid { display: grid; grid-template-columns: 55px 1fr; justify-items: end; align-items: center; }

@media (min-width: 500px) { header .header__grid { grid-template-columns: 200px 1fr; } }

header .header__logo { display: none; }

@media (min-width: 500px) { header .header__logo { display: inline-block; text-align: center; z-index: 20; } header .header__logo svg { padding: 10px; max-width: 200px; } }

header .header__logo-mob { text-align: center; z-index: 20; }

header .header__logo-mob svg { padding: 10px; max-width: 55px; }

@media (min-width: 500px) { header .header__logo-mob { display: none; } }

header .navigation { display: none; }

@media (min-width: 1024px) { header .navigation { display: block; } header .navigation a { color: white; } }

header .nav_link { position: relative; font-size: 12px; padding: 20px 15px; }

header .nav_link:hover { color: #a98e68; transition: all 0.5s ease; }

header .nav_link.active_color { color: #a98e68; }

header .header__basket-desctop { display: none; }

@media (min-width: 1024px) { header .header__basket-desctop { display: block; } header .header__basket-desctop a { display: inline-block; margin: 8px 0 0; padding: 0; } header .header__basket-desctop a:hover { color: #f5b573; } header .header__basket-desctop svg { width: 18px; height: 18px; fill: white; } header .header__basket-desctop svg:hover { fill: #f5b573; } header .header__basket-desctop::before { content: ""; position: absolute; transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: inline-block; width: 1px; height: 16px; margin: 10px -40px; vertical-align: middle; background-color: #e3e3e3; } }

header .navigation__mobile { display: block; }

@media (min-width: 1024px) { header .navigation__mobile { display: none; } }

header .nav { position: fixed; top: 0; left: 0; width: 100%; height: 100%; transform: translateY(100%); background-color: #191919fa; padding: 140px 30px 30px 30px; transition: left 0.8s ease 0s; }

header .nav a:hover { color: #f5b573; transition: all 0.8s ease-in-out; transform: scale(1.02); position: relative; }

@media (min-width: 500px) { header .nav { padding: 180px 30px 30px 30px; } }

header .nav a { display: flex; color: white; justify-content: center; align-items: center; margin: 0 auto; width: 60%; font-size: 16px; }

@media (min-width: 500px) { header .nav a { width: 50%; font-size: 20px; } }

header .nav.active { z-index: 10; transform: translateY(0%); }

header .burger { display: block; width: 25px; height: 25px; position: relative; z-index: 20; overflow: hidden; }

@media (min-width: 1024px) { header .burger { display: none; } }

header .burger div { width: 20px; height: 1px; background: #a98e68; margin: 5px; transition: all 0.3s ease; }

header .burger.line1, header .burger.line3 { transform: rotate(0deg) translate(0); }

header .burger .line2 { opacity: 1; }

header .burger.active .line2 { opacity: 0; }

header .burger.active .line1 { background-color: #f5b573; transform: rotate(-45deg) translate(-5px, 6px); }

header .burger.active .line3 { background-color: #f5b573; top: 50%; transform: rotate(45deg) translate(-2px, -4px); }

.footer { background-color: #4d443d; }

.footer .footer__copywrite { padding: 20px 0; }

.footer .footer__copywrite P { font-size: 12px; color: white; text-align: center; }

.footer .footer__copywrite P span { font-size: 12px; color: #a98e68; }

.page__header { position: relative; border-bottom: 1px solid #a98e68; margin-bottom: 50px; }

.page__header::before { content: " "; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url(/assets/images/white-parchment-paper.webp); background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }

.page__header h1 { margin: 0; padding-top: 50px; text-align: center; }

@media (min-width: 768px) { .page__header h1 { padding-top: 110px; } }

.page__header #breadcrumbs { text-align: center; padding-bottom: 30px; color: #4d443d; font-size: 12px; }

@media (min-width: 500px) { .page__header #breadcrumbs { padding-bottom: 50px; font-size: 16px; } }

@media (min-width: 768px) { .page__header #breadcrumbs { padding-bottom: 100px; } }

.page__header #breadcrumbs a, .page__header #breadcrumbs p { font-size: 12px; color: #a98e68; }

.page__header #breadcrumbs a:hover, .page__header #breadcrumbs p:hover { color: #f5b573; }

@media (min-width: 500px) { .page__header #breadcrumbs a, .page__header #breadcrumbs p { font-size: 16px; } }

.page__content { margin: 25px 0 0; }

@media (min-width: 500px) { .page__content { margin: 50px 0 0; } }

.page__content img { box-shadow: 3px 3px 7px 1px #6f605b4a; border-radius: 10px; display: flex; margin: 0 auto; }

.page__content li { list-style: circle; }

.page__content li::marker { color: #f5b572; }

.page__content ul { padding-left: 20px; }

.page__content a { color: #6f605b; }

.page__content a:hover { color: #f5b573; }

/* Lato - regular */
@font-face { font-family: 'Lato'; src: url(/assets/fonts/Lato-Font/Lato-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

/* Lato - bold */
@font-face { font-family: 'Lato',sans-serif; src: url(/assets/fonts/Lato-Font/Lato-Bold.ttf) format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

/* Lato - medium */
@font-face { font-family: 'Lato',sans-serif; src: url(/assets/fonts/Lato-Font/Lato-Medium.ttf) format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }

/* Lato - light */
@font-face { font-family: 'Lato',sans-serif; src: url(/assets/fonts/Lato-Font/Lato-Light.ttf) format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }

/* Tahoma - regular */
@font-face { font-family: 'Tahoma'; src: url(/assets/fonts/Tahoma/Tahoma-Regular.ttf) format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

/* Tahoma - bold */
@font-face { font-family: 'Tahoma'; src: url(/assets/fonts/Tahoma/Tahoma-Bold.TTF) format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

* { font-family: 'Tahoma',sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.625; color: #797676; }

h1, h2, h3, h4, h5, h6 { font-family: 'Lato',sans-serif; font-style: normal; font-weight: 400; padding: 0; margin: 0; font-size: inherit; color: #6F605B; }

b { font-weight: 700; }

ul, li { list-style: none; }

p, ul, ol, a { font-family: 'Tahoma',sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 1.625; color: #4d443d; padding: 5px 0; }

@media (min-width: 500px) { p, ul, ol, a { font-size: 14px; padding: 10px 0; } }

a { color: initial; }

h1 { position: relative; font-size: 28px; line-height: 30px; padding-bottom: 10px; color: white; }

@media (min-width: 500px) { h1 { padding-bottom: 20px; font-size: 45px; line-height: 48px; } }

h1:after { content: ""; position: absolute; width: 100px; height: 1px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #f5b573; }

@media (min-width: 500px) { h1:after { width: 200px; } }

h1.page { color: #4d443d; }

h2 { position: relative; font-size: 28px; line-height: 35px; padding-bottom: 15px; scroll-margin-block-start: 5.5rem; }

@media (min-width: 500px) { h2 { font-size: 35px; line-height: 38px; } }

@media (min-width: 500px) { h2 { scroll-margin-block-start: 7.5rem; } }

h2 span { font-size: 12px; font-weight: 600; color: #a98e68; }

@media (min-width: 500px) { h2 span { font-size: 14px; } }

h2.center { text-align: center; }

h2.center:after { content: ""; position: absolute; width: 50px; height: 1px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #f5b573; }

@media (min-width: 500px) { h2.center:after { width: 120px; } }

h2:after { content: ""; position: absolute; width: 50px; height: 1px; bottom: 0; left: 0; background-color: #f5b573; }

@media (min-width: 500px) { h2:after { width: 120px; } }

h3 { margin: 0 0 10px; font-size: 24px; line-height: 26px; scroll-margin-block-start: 5.5rem; }

@media (min-width: 500px) { h3 { font-size: 28px; line-height: 30px; } }

.hero__section .slideshow-container { position: relative; margin: auto; height: 100%; }

.hero__section .slider-content { position: relative; height: 92vh; background-size: cover; background-repeat: no-repeat; background-position: top 0 right 40%; }

@media (min-width: 500px) { .hero__section .slider-content { background-position: center; height: 90vh; } }

.hero__section .slider-content::after { content: ""; position: absolute; background: linear-gradient(#00000000, #000000, #4a4d5700); opacity: 0.6; left: 0; width: 100%; height: 100%; z-index: 3; }

.hero__section p { color: white; }

.hero__section img { display: inline-block; position: relative; z-index: 2; }

.hero__section .slider__text { max-width: 600px; width: 230px; position: absolute; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 4; }

.hero__section .slider__text .subtitle { padding-top: 15px; color: white; }

@media (min-width: 500px) { .hero__section .slider__text { width: auto; } }

.hero__section .prev, .hero__section .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; z-index: 4; }

.hero__section .prev:hover, .hero__section .next:hover { color: #1E1E1C; background-color: #a98e6863; }

.hero__section .next { right: 0; border-radius: 3px 0 0 3px; }

.hero__section .text { color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; }

.hero__section .fade { animation-name: fade; animation-duration: 2.5s; }

@keyframes fade { from { opacity: .8; }
  to { opacity: 1; } }

.about__section { border-top: 1px solid #a98e68; position: relative; padding: 30px 0 0; }

@media (min-width: 768px) { .about__section { padding: 0; } }

.about__section:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url("/assets/images/white-parchment-paper.webp"); background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }

.about__section h2 { position: relative; }

.about__section h2:after { content: ""; position: absolute; width: 50px; height: 1px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #f5b573; }

@media (min-width: 500px) { .about__section h2:after { width: 120px; } }

@media (min-width: 1000px) { .about__section h2:after { bottom: 0; left: 65px; background-color: #f5b573; } }

.about__section .about__content { position: relative; }

.about__section .about__grid { max-height: 600px; display: grid; gap: 20px; border-bottom: 1px solid #a98e68; align-items: flex-end; }

@media (min-width: 1000px) { .about__section .about__grid { justify-content: center; align-items: center; grid-template-columns: 1fr 1fr; } }

.about__section .about__grid .about__text { max-width: 700px; text-align: center; padding: 0 10px; justify-self: center; }

@media (min-width: 500px) { .about__section .about__grid .about__text { padding: 50px 20px 0; } }

@media (min-width: 1000px) { .about__section .about__grid .about__text { padding: 0 0 0 50px; text-align: left; } }

@media (min-width: 1024px) { .about__section .about__grid .about__text { padding: 20px 50px; } }

@media (min-width: 1440px) { .about__section .about__grid .about__text { max-width: 100%; } }

.about__section .about__grid .about__text p { font-weight: 600; }

@media (min-width: 1024px) { .about__section .about__grid .about__text p { font-weight: 400; } }

.about__section .about__grid img { max-width: 600px; justify-self: end; margin-top: -200px; opacity: 0.3; width: 80%; }

@media (min-width: 375px) { .about__section .about__grid img { margin-top: -280px; } }

@media (min-width: 500px) { .about__section .about__grid img { margin-top: -340px; } }

@media (min-width: 650px) { .about__section .about__grid img { margin-top: -400px; width: 70%; } }

@media (min-width: 768px) { .about__section .about__grid img { width: 60%; margin-top: -370px; } }

@media (min-width: 1000px) { .about__section .about__grid img { width: auto; margin-top: 0; opacity: 1; } }

.welcome__section { padding: 50px 0; }

@media (min-width: 500px) { .welcome__section { padding: 80px 0; } }

.welcome__section svg { width: 150px; }

.welcome__section .welcome__content { max-width: 600px; margin: 0 auto; text-align: center; }

.welcome__section .welcome__text p { font-weight: 600; }

.team__section { padding: 40px 0; border-bottom: 1px solid #a98e68; position: relative; }

@media (min-width: 500px) { .team__section { padding: 80px 0; } }

.team__section:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url("/assets/images/white-parchment-paper.webp"); background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }

.team__section h2 { text-align: center; }

.team__section .team__content { position: relative; }

.team__section .team__content.quote { width: 90%; margin: 0 auto; text-align: center; padding: 30px 0 10px; }

@media (min-width: 1024px) { .team__section .team__content.quote { width: 60%; padding: 50px 0; } }

.team__section .team__content.quote:before { content: ""; position: absolute; background-size: 100%; width: 75px; height: 75px; background-image: url(/assets/images/quote.svg); background-repeat: no-repeat; opacity: 0.17; top: 0; left: 0; z-index: 1; }

@media (min-width: 768px) { .team__section .team__content.quote:before { width: 150px; height: 150px; } }

.team__section .team__content.quote:after { content: ""; position: absolute; background-size: 100%; width: 75px; height: 75px; background-image: url(/assets/images/quote.svg); background-repeat: no-repeat; top: 40%; right: 0; z-index: 1; opacity: 0.14; transform: rotate(180deg); }

@media (min-width: 768px) { .team__section .team__content.quote:after { top: 30%; width: 150px; height: 150px; } }

.team__section p { position: relative; z-index: 2; }

.team__section .quote p { font-size: 20px; line-height: 25px; padding-bottom: 20px; }

@media (min-width: 500px) { .team__section .quote p { font-size: 28px; line-height: 34px; } }

.team__section .quote p.author { padding-top: 20px; border-top: 1px solid #f5b572; width: 80%; margin: 0 auto; font-size: 12px; line-height: 18px; font-weight: 600; }

@media (min-width: 500px) { .team__section .quote p.author { width: 40%; font-size: 14px; line-height: 20px; } }

.team__section .quote p.author span { font-weight: 600; color: #a98e68; font-size: 12px; line-height: 18px; font-weight: 600; }

@media (min-width: 500px) { .team__section .quote p.author span { font-size: 14px; } }

.team__section .team__grid { width: auto; margin: 50px auto; display: grid; align-items: center; gap: 20px; }

@media (min-width: 375px) { .team__section .team__grid { width: 60%; } }

@media (min-width: 600px) { .team__section .team__grid { width: auto; justify-content: center; grid-template-columns: 1fr 1fr; } }

@media (min-width: 1024px) { .team__section .team__grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }

.team__section .team_section__item { border-radius: 7px; text-align: center; border: 1px solid #a98e6838; box-shadow: 3px 3px 7px 1px #6f605b4a; padding: 20px; }

.team__section .person__about p { padding-bottom: 0; font-weight: 600; font-size: 18px; }

.team__section .person__about span { color: #a98e68; }

.cta__section, .cta-page__section { position: relative; padding: 100px 0; background-image: url(/assets/images/federico-respini-sYffw0LNr7s-unsplash.webp); background-size: cover; background-repeat: no-repeat; background-position: right 35% bottom 45%; }

@media (min-width: 1440px) { .cta__section, .cta-page__section { padding: 150px 0; } }

.cta__section::after, .cta-page__section::after { content: ""; position: absolute; background: linear-gradient(#6f605b, #000000, #4a4d5700); opacity: 0.6; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

.cta__section .cta__content, .cta-page__section .cta__content { margin: 0 auto; position: relative; text-align: center; z-index: 10; }

.cta__section .cta__content h2, .cta-page__section .cta__content h2 { color: white; }

.cta__section .cta__content p, .cta-page__section .cta__content p { color: white; }

.cta-page__section { background-image: url(/assets/images/wheat-g5fff525c8_1920.webp); }

.cta-page__section::after { content: ""; position: absolute; opacity: 0.8; }

.benefits__section { border-top: 1px solid #a98e68; padding: 50px 0; position: relative; }

@media (min-width: 500px) { .benefits__section { padding: 80px 0; } }

.benefits__section:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url("/assets/images/white-parchment-paper.webp"); background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }

.benefits__section .benefits__content { position: relative; }

.benefits__section .benefits__content h2 { text-align: center; }

.benefits__section .benefits__grid { width: auto; margin: 30px auto 0; display: grid; gap: 15px; }

@media (min-width: 425px) { .benefits__section .benefits__grid { width: 60%; } }

@media (min-width: 768px) { .benefits__section .benefits__grid { width: auto; grid-template-columns: 1fr 1fr; gap: 20px; } }

@media (min-width: 1024px) { .benefits__section .benefits__grid { grid-template-columns: 1fr 1fr 1fr; gap: 30px; } }

.benefits__section .benefits__items { text-align: center; border: 1px solid #a98e6838; box-shadow: 3px 3px 7px 1px #6f605b4a; padding: 20px; border-radius: 10px; }

.benefits__section .benefits__items h3 { font-size: 20px; font-weight: 600; }

.benefits__section .benefits__items img { width: 45%; }

.product__section { margin: 40px 0; }

@media (min-width: 500px) { .product__section { margin: 80px 0; } }

.product__section h2 { text-align: center; }

.product__section .product__grid { display: grid; gap: 30px; margin: 20px auto; justify-content: center; width: auto; }

@media (min-width: 500px) { .product__section .product__grid { margin: 50px auto; width: 60%; } }

@media (min-width: 768px) { .product__section .product__grid { width: auto; grid-template-columns: 1fr 1fr; } }

.product__section .product__grid a { padding: 0; border-radius: 20px; align-self: stretch; align-items: stretch; display: inherit; }

.product__section .product__grid a:hover { box-shadow: 0px 1px 10px -1px #464646a6; }

.product__section .product__grid a:hover h3 { opacity: 0.9; color: #f5b572; }

.product__section .product__item { border: 2px solid #a98e68; background-color: #000000; position: relative; background-repeat: no-repeat; background-size: cover; padding: 180px 20px 20px; border-radius: 10px; }

@media (min-width: 1024px) { .product__section .product__item { padding: 310px 20px 20px; } }

.product__section .product__item::after { content: ""; position: absolute; background: linear-gradient(rgba(0, 0, 0, 0.4), #00000000, #191919); opacity: 0.9; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; border-radius: 10px; }

.product__section .product__item .product__text { text-align: center; position: relative; z-index: 5; }

.product__section .product__item .product__text h3 { color: white; }

.product__section .product__item .product__text p { color: white; font-weight: 600; }

.contact__section { position: relative; padding: 50px 0; background-image: url(/assets/images/horse-grazing-during-sunrise-southeastern-wyoming.webp); background-size: cover; background-repeat: no-repeat; background-position: right 35% bottom 45%; }

@media (min-width: 1440px) { .contact__section { padding: 80px 0; } }

.contact__section::after { content: ""; position: absolute; background: linear-gradient(#000000, #000000, #4a4d5700); opacity: 0.7; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

.contact__section .contact__content { position: relative; z-index: 5; }

.contact__section .contact__content h2 { color: white; }

.contact__section .contact__content span { color: #e0dad2; }

.contact__section .contact__grid { margin: 0 auto; margin-top: 50px; text-align: center; /*display: grid;*/ display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 30px; width: 80%; }

@media (min-width: 768px) { .contact__section .contact__grid { width: auto; /*grid-template-columns: 1fr 1fr 1fr;*/ } }

@media (min-width: 1024px) { .contact__section .contact__grid { /*width: 80%;*/ } }

.contact__section a { display: block; max-width: 280px; width: 280px; }

.contact__section .location, .contact__section .phone, .contact__section .email { border-radius: 10px; background-color: #0000006b; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; padding: 10px 30px; font-weight: 600; font-size: 14px; color: white; }

@media (min-width: 768px) { .contact__section .location, .contact__section .phone, .contact__section .email { font-size: 16px; } }

.contact__section .location img, .contact__section .phone img, .contact__section .email img { width: 50%; }

@media (min-width: 500px) { .contact__section .location img, .contact__section .phone img, .contact__section .email img { width: 130px; } }

.gallery__section { padding: 40px 0; }

@media (min-width: 500px) { .gallery__section { padding: 60px 0 80px; } }

.gallery__section .gallery__grid { margin: 30px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 30vw); grid-gap: 7px; }

@media (min-width: 500px) { .gallery__section .gallery__grid { grid-gap: 15px; } }

@media (min-width: 800px) { .gallery__section .gallery__grid { grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 5vw); } }

.gallery__section .gallery__img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; border: 1px solid #a98e6838; box-shadow: 3px 3px 7px 1px #6f605b4a; }

.gallery__section .gallery__img:hover { cursor: pointer; opacity: 0.9; transform: scale(1.01); }

.gallery__section .gallery__item-1:hover .overlay, .gallery__section .gallery__item-2:hover .overlay, .gallery__section .gallery__item-3:hover .overlay, .gallery__section .gallery__item-4:hover .overlay, .gallery__section .gallery__item-5:hover .overlay, .gallery__section .gallery__item-6:hover .overlay { cursor: pointer; opacity: 1; }

.gallery__section .gallery__item-1 { position: relative; grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; }

@media (min-width: 800px) { .gallery__section .gallery__item-1 { grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 4; } }

.gallery__section .gallery__item-2 { position: relative; }

@media (min-width: 800px) { .gallery__section .gallery__item-2 { grid-column-start: 3; grid-column-end: 5; grid-row-start: 1; grid-row-end: 3; } }

.gallery__section .gallery__item-3 { position: relative; }

@media (min-width: 800px) { .gallery__section .gallery__item-3 { grid-column-start: 5; grid-column-end: 9; grid-row-start: 1; grid-row-end: 4; } }

.gallery__section .gallery__item-4 { position: relative; }

@media (min-width: 800px) { .gallery__section .gallery__item-4 { grid-column-start: 1; grid-column-end: 3; grid-row-start: 4; grid-row-end: 6; } }

.gallery__section .gallery__item-5 { position: relative; grid-column-start: 1; grid-column-end: 3; grid-row-start: 4; grid-row-end: 5; }

@media (min-width: 800px) { .gallery__section .gallery__item-5 { grid-column-start: 3; grid-column-end: 5; grid-row-start: 3; grid-row-end: 6; } }

.gallery__section .gallery__item-6 { position: relative; grid-column-start: 1; grid-column-end: 2; grid-row-start: 3; grid-row-end: 4; }

@media (min-width: 800px) { .gallery__section .gallery__item-6 { grid-column-start: 5; grid-column-end: 9; grid-row-start: 4; grid-row-end: 6; } }

.gallery__section .modal { display: none; z-index: 100; padding: 100px 10px; position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: auto; background-color: #1e1e1cfc; }

@media (min-width: 1024px) { .gallery__section .modal { padding: 10px 62px 10px 62px; } }

.gallery__section .modal-content { position: relative; display: flex; flex-direction: column; justify-content: center; margin: auto; padding: 0 0 0 0; width: 100%; height: auto; max-width: 1200px; top: 55%; transform: translateY(-50%); }

@media (min-width: 1024px) { .gallery__section .modal-content { width: 80%; } }

.gallery__section .slide { display: none; }

.gallery__section .image-slide { width: 100%; height: 80%; object-fit: cover; }

.gallery__section img.hover-shadow { transition: 0.3s; }

.gallery__section .close { color: #F5B572; position: absolute; top: -50px; right: 0; font-size: 25px; font-weight: bold; }

@media (min-width: 500px) { .gallery__section .close { top: -70px; font-size: 35px; } }

@media (min-width: 1024px) { .gallery__section .close { top: -70px; right: -40px; } }

.gallery__section .close:hover, .gallery__section .close:focus { color: #a98e68; text-decoration: none; cursor: pointer; }

.gallery__section .previous, .gallery__section .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 8px; margin-top: -30px; color: white; font-weight: bold; font-size: 10px; transition: 0.6s ease; border-radius: 0 10px 10px 0; user-select: none; -webkit-user-select: none; }

@media (min-width: 500px) { .gallery__section .previous, .gallery__section .next { font-size: 20px; padding: 16px; } }

@media (min-width: 768px) { .gallery__section .previous, .gallery__section .next { margin-top: -50px; } }

.gallery__section .next { right: 0; border-radius: 10px 0 0 10px; }

.gallery__section .previous:hover, .gallery__section .next:hover { color: #1E1E1C; background-color: rgba(143, 105, 69, 0.8); }

.popular-posts { padding: 50px 0; }

@media (min-width: 768px) { .popular-posts { padding: 80px 0; } }

.popular-posts h2, .popular-posts .subtitle { text-align: center; }

.popular-posts .posts__grid { margin: 30px auto 0; display: grid; justify-content: center; gap: 20px; padding: 0 10px; width: auto; }

@media (min-width: 600px) { .popular-posts .posts__grid { width: 60%; } }

@media (min-width: 900px) { .popular-posts .posts__grid { width: auto; padding: 0 20px; grid-template-columns: 1fr 1fr 1fr; } }

.popular-posts .posts__grid a { display: inherit; align-self: stretch; align-items: stretch; padding: 0; border-radius: 20px; }

.popular-posts .posts__grid a:hover { box-shadow: 0px 1px 10px -1px #464646a6; }

.popular-posts .posts__grid a:hover h3 { opacity: 0.9; color: #f5b573; }

.popular-posts .post__item { background-size: cover; background-repeat: no-repeat; background-position: left 20% bottom 45%; box-shadow: 0px 1px 10px -1px #0c6a9d42; border-radius: 10px; position: relative; }

.popular-posts .post__item::after { content: ""; position: absolute; background: linear-gradient(rgba(0, 0, 0, 0.6), #b4a77a00, #1e1e1c); opacity: 0.9; opacity: 0.9; border-radius: 10px; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

.popular-posts .post__item .post__btn { position: absolute; right: 5%; bottom: 2%; opacity: 10%; }

.popular-posts .post__item:hover { box-shadow: 0px 1px 10px -1px #464646a6; }

.popular-posts .post__item:hover h3 { opacity: 0.9; }

.popular-posts .post__item img { border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; }

.popular-posts .post__text { position: relative; z-index: 5; padding: 200px 20px 20px; }

.popular-posts .post__text .post__info { display: flex; gap: 10px; color: #999999; }

@media (min-width: 900px) { .popular-posts .post__text .post__info { gap: 20px; } }

.popular-posts .post__text h3 { color: white; font-style: 25px; }

.popular-posts .post__text li { color: #b4a77a; list-style: none; font-size: 10px; font-weight: 600; }

@media (min-width: 900px) { .popular-posts .post__text li { font-size: 12px; } }

.popular-posts .post__time { position: relative; font-size: 16px; }

.popular-posts .post__time:before { content: ""; position: absolute; width: 1px; height: 8px; background-color: #f5b57345; top: 5px; left: -5px; }

@media (min-width: 900px) { .popular-posts .post__time:before { height: 10px; top: 5px; left: -10px; } }

.popular-posts .blog__btn { margin-top: 30px; text-align: center; }

@media (min-width: 500px) { .popular-posts .blog__btn { margin-top: 50px; } }

.popular-posts .blog__btn a { padding: 10px 35px; font-size: 14px; font-weight: 600; color: #797676; }

@media (min-width: 500px) { .popular-posts .blog__btn a { font-size: 16px; } }

.popular-posts .blog__btn a:hover { border: 1px solid #4d443d1f; color: #f5b573; border-radius: 50px; box-shadow: 3px 3px 7px 1px #4d443d49; }

.contact__page { margin-bottom: 20px; }

@media (min-width: 500px) { .contact__page { margin-bottom: 50px; } }

.contact__page .container { max-width: 800px; }

.contact__page h2::after { display: none; }

.contact__page img { border-radius: 10px; box-shadow: 3px 3px 7px 1px #6f605b4a; }

.contact__page .contact__form { margin-top: 40px; padding-bottom: 50px; }

@media (min-width: 500px) { .contact__page .contact__form { padding-bottom: 70px; } }

.contact__page .contact__form form { margin-top: 20px; }

.contact__page .contact__form label { text-align: center; font-weight: 400; font-size: 14px; line-height: 16px; color: #4d443d; }

@media (min-width: 500px) { .contact__page .contact__form label { text-align: left; font-size: 20px; line-height: 24px; } }

.contact__page .contact__form input[type=text], .contact__page .contact__form select, .contact__page .contact__form textarea { font-family: 'Lato', sans-serif; border-radius: 10px; width: 100%; padding: 12px; border: 1px solid #ccc; box-sizing: border-box; margin-top: 6px; margin-bottom: 5px; resize: vertical; }

.contact__page .contact__form input[type=text]:active, .contact__page .contact__form select:active, .contact__page .contact__form textarea:active { border: 1px solid #f5b573; }

.contact__page .contact__form input[type=text]:hover, .contact__page .contact__form select:hover, .contact__page .contact__form textarea:hover { border: 1px solid #f5b573; }

@media (min-width: 500px) { .contact__page .contact__form input[type=text], .contact__page .contact__form select, .contact__page .contact__form textarea { margin-bottom: 16px; } }

.contact__page .contact__form input[placeholder], .contact__page .contact__form textarea { font-weight: 400; font-size: 12px; line-height: 14px; color: black; }

.contact__page .contact__form input[placeholder]:active, .contact__page .contact__form textarea:active { border: 1px solid #f5b573; }

.contact__page .contact__form input[placeholder]:hover, .contact__page .contact__form textarea:hover { border: 1px solid #f5b573; }

.contact__page .contact__form .contact__btn { text-align: center; }

.contact__page .contact__form .contact__btn .btn { padding: 10px 45px; margin-top: 15px; }

.contact__page .contact__details { padding-top: 20px; position: relative; }

@media (min-width: 500px) { .contact__page .contact__details { padding-top: 50px; } }

.contact__page .contact__details:before { content: ""; position: absolute; width: 250px; height: 1px; background: #f5b573; top: 0; left: 50%; transform: translateX(-50%); }

@media (min-width: 500px) { .contact__page .contact__details:before { width: 350px; } }

.contact__page .contact__details .contact__grid { margin: 0 auto; margin-top: 50px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 20px; width: auto; width: 80%; }

@media (min-width: 768px) { .contact__page .contact__details .contact__grid { gap: 30px; width: auto; } }

.contact__page .contact__details a { max-width: 280px; width: 230px; }

.contact__page .contact__details .location, .contact__page .contact__details .phone, .contact__page .contact__details .email { box-shadow: 3px 3px 7px 1px #6f605b4a; border-radius: 10px; background-color: #6f605b0f; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; padding: 10px 30px; font-weight: 600; font-size: 14px; color: #6f605b; }

@media (min-width: 768px) { .contact__page .contact__details .location, .contact__page .contact__details .phone, .contact__page .contact__details .email { font-size: 16px; } }

.contact__page .contact__details .location img, .contact__page .contact__details .phone img, .contact__page .contact__details .email img { box-shadow: none; width: 50%; }

@media (min-width: 500px) { .contact__page .contact__details .location img, .contact__page .contact__details .phone img, .contact__page .contact__details .email img { width: 130px; } }

.page__header { position: relative; border-bottom: 1px solid #a98e68; margin-bottom: 50px; }

.page__header::before { content: " "; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.3; background-image: url(/assets/images/white-parchment-paper.webp); background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }

.page__header h1 { margin: 0; padding-top: 50px; text-align: center; }

@media (min-width: 768px) { .page__header h1 { padding-top: 110px; } }

.page__header #breadcrumbs { text-align: center; padding-bottom: 30px; color: #4d443d; font-size: 12px; }

@media (min-width: 500px) { .page__header #breadcrumbs { padding-bottom: 50px; font-size: 16px; } }

@media (min-width: 768px) { .page__header #breadcrumbs { padding-bottom: 100px; } }

.page__header #breadcrumbs a, .page__header #breadcrumbs p { font-size: 12px; color: #a98e68; }

.page__header #breadcrumbs a:hover, .page__header #breadcrumbs p:hover { color: #f5b573; }

@media (min-width: 500px) { .page__header #breadcrumbs a, .page__header #breadcrumbs p { font-size: 16px; } }

.page__content { margin: 25px 0 0; }

@media (min-width: 500px) { .page__content { margin: 50px 0 0; } }

.page__content img { box-shadow: 3px 3px 7px 1px #6f605b4a; border-radius: 10px; display: flex; margin: 0 auto; }

.page__content li { list-style: circle; }

.page__content li::marker { color: #f5b572; }

.page__content ul { padding-left: 20px; }

.page__content a { color: #6f605b; }

.page__content a:hover { color: #f5b573; }

.mission_desc .container { max-width: 1280px; }

.mission_desc .mission__grid { display: grid; justify-content: center; align-items: center; gap: 20px; }

@media (min-width: 1024px) { .mission_desc .mission__grid { gap: 50px; grid-template-columns: 500px 1fr; } }

.mission_desc .mission__text { text-align: center; order: 2; }

@media (min-width: 1024px) { .mission_desc .mission__text { text-align: left; order: 1; } }

.mission_desc .mission__text h2::after { display: none; }

.mission_desc img { order: 1; width: auto; margin: 0 auto; height: auto; }

@media (min-width: 500px) { .mission_desc img { width: 80%; } }

@media (min-width: 1024px) { .mission_desc img { order: 2; width: auto; height: 90%; } }

.mission_aspiration { padding: 50px 0; position: relative; margin: 0 auto; }

@media (min-width: 500px) { .mission_aspiration { padding: 80px 0; } }

.mission_aspiration .container { max-width: 1280px; }

.mission_aspiration .aspiration__grid { display: grid; justify-content: center; gap: 20px; width: auto; margin: 20px auto; }

@media (min-width: 500px) { .mission_aspiration .aspiration__grid { margin: 40px auto; width: 60%; } }

@media (min-width: 768px) { .mission_aspiration .aspiration__grid { gap: 40px; grid-template-columns: 1fr 1fr; width: 80%; } }

@media (min-width: 1024px) { .mission_aspiration .aspiration__grid { width: auto; gap: 40px; grid-template-columns: 1fr 1fr 1fr 1fr; } }

.mission_aspiration .aspiration__item { text-align: center; align-items: stretch; border: 1px solid #a98e6838; box-shadow: 3px 3px 7px 1px #6f605b4a; padding: 20px; border-radius: 10px; }

.mission_aspiration .aspiration__icon { margin: 0 0 20px; }

@media (min-width: 500px) { .mission_aspiration .aspiration__icon { margin: 0 0 30px; } }

.mission_aspiration .aspiration__icon img { box-shadow: none; width: 100px; }

@media (min-width: 500px) { .mission_aspiration .aspiration__icon img { width: 45%; } }

.posts__content { margin-bottom: 50px; }

@media (min-width: 500px) { .posts__content { margin-bottom: 100px; } }

.posts__content .container { max-width: 800px; }

.posts__content h3 { margin-top: 30px; }

.posts__content .post__img { width: 100%; margin: 0 auto; text-align: center; }

@media (min-width: 500px) { .posts__content .post__img { width: 80%; } }

.posts__content .post__img img { box-shadow: 3px 3px 7px 1px #6f605b4a; border-radius: 10px; }

.posts__content .post__info { display: flex; justify-content: center; gap: 30px; color: #b4a77a; padding: 10px 0 20px; }

@media (min-width: 500px) { .posts__content .post__info { gap: 50px; padding: 20px 0 40px; } }

.posts__content .post__info img { width: 18px; height: auto; }

.posts__content .post__info li { color: #b4a77a; list-style: none; font-size: 10px; }

@media (min-width: 500px) { .posts__content .post__info li { font-size: 14px; } }

.posts__content .post__info .post__time { position: relative; }

.posts__content .post__info .post__time:before { content: ""; position: absolute; width: 1px; height: 8px; background-color: #999999; top: 5px; left: -13px; }

@media (min-width: 500px) { .posts__content .post__info .post__time:before { left: -20px; } }

@media (min-width: 900px) { .posts__content .post__info .post__time:before { height: 10px; top: 5px; left: -23px; } }

.posts__content li::marker { color: #f5b573; }

.posts__content p, .posts__content li, .posts__content b, .posts__content i { font-size: 14px; }

@media (min-width: 500px) { .posts__content p, .posts__content li, .posts__content b, .posts__content i { font-size: 16px; } }

.pagination { display: flex; gap: 15px; justify-content: space-between; margin: 20px 0 50px; }

@media (min-width: 475px) { .pagination { gap: 25px; } }

@media (min-width: 768px) { .pagination { gap: 200px; } }

.pagination p { font-size: 12px; line-height: 16px; font-weight: 400; padding: 0; color: #b4a77a; }

@media (min-width: 500px) { .pagination p { font-size: 14px; line-height: 20px; } }

.pagination p:hover { color: #f5b572; }

.pagination p.post__title { font-size: 12px; color: #797676; }

@media (min-width: 500px) { .pagination p.post__title { font-size: 14px; } }

.pagination .next { text-align: right; }

.pagination .previous__btn, .pagination .next__btn { display: none; }

@media (min-width: 500px) { .pagination .previous__btn, .pagination .next__btn { display: inline-block; } .pagination .previous__btn:hover, .pagination .next__btn:hover { transform: scale(1.02); } }

.pagination .previous__btn-mobile, .pagination .next__btn-mobile { display: inline-block; }

@media (min-width: 500px) { .pagination .previous__btn-mobile, .pagination .next__btn-mobile { display: none; } }

.pagination span { font-size: 10px; line-height: 14px; font-weight: 300; color: rgba(153, 153, 153, 0.863); }

@media (min-width: 500px) { .pagination span { font-size: 12px; line-height: 16px; } }

.blog { margin-bottom: 50px; }

.blog .container { max-width: 800px; }

.blog .blog__grid { display: grid; justify-content: center; gap: 30px; }

@media (min-width: 768px) { .blog .blog__grid { grid-template-columns: 1fr 1fr; } }

.blog .blog__item { cursor: pointer; position: relative; padding-bottom: 40px; border-radius: 10px; border: 1px solid #a98e68; box-shadow: 3px 3px 7px 1px #6f605b4a; }

.blog .blog__item:hover { box-shadow: 3px 3px 7px 1px #6f605b63; opacity: 0.9; }

.blog .blog__item:hover h2 { color: #f5b573; }

.blog .blog__item h2::after { display: none; }

.blog .item__thumb { position: relative; }

.blog .item__thumb::after { content: ""; position: absolute; background: linear-gradient(rgba(0, 0, 0, 0.4), #00000000, #191919); opacity: 0.9; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; border-top-right-radius: 10px; border-top-left-radius: 10px; }

.blog .image { border-top-right-radius: 10px; border-top-left-radius: 10px; }

.blog .item__text { padding: 15px; }

.blog .item__text h2 { margin: 0; font-size: 22px; line-height: 26px; }

@media (min-width: 500px) { .blog .item__text h2 { font-size: 28px; line-height: 30px; } }

.blog .item__text .post__info { padding-left: 0; display: flex; gap: 10px; color: #999999; }

@media (min-width: 900px) { .blog .item__text .post__info { gap: 20px; } }

.blog .item__text .post__info li { color: #b4a77a; list-style: none; font-size: 10px; font-weight: 600; }

@media (min-width: 900px) { .blog .item__text .post__info li { font-size: 12px; } }

.blog .item__text .post__info .post__time { position: relative; }

.blog .item__text .post__info .post__time:before { content: ""; position: absolute; width: 1px; height: 8px; background-color: #583f26ad; top: 5px; left: -5px; }

@media (min-width: 900px) { .blog .item__text .post__info .post__time:before { height: 10px; top: 5px; left: -10px; } }

.blog .item__btn { position: absolute; left: 15px; bottom: 20px; }

.blog .item__btn a { padding: 10px 10px 5px 0; font-size: 10px; font-weight: 600; color: #797676; }

@media (min-width: 500px) { .blog .item__btn a { font-size: 12px; } }

.blog .item__btn a:hover { border-bottom: 1px solid #a98e68; color: #f5b573; }

#GoTop { border: none; outline: 0; background: 0 0; position: fixed; bottom: 90px; right: 16px; font-weight: 700; padding: 2px 7px; border-radius: 50%; border: 1px solid #f5b573; transform: rotate(270deg); z-index: 20; width: 30px; height: 30px; transform: rotate(-45deg); }

#GoTop:hover { background-color: #f5b573; fill: #6F605B; }

@media (min-width: 768px) { #GoTop { right: 40px; bottom: 20px; } }

.page__error { text-align: center; padding: 50px 0; }

.page__error h2 { margin-bottom: 20px; }

.page__error h2::after { display: none; }

.page__error p { font-weight: 600; }

.page__error .btn { margin-top: 30px; }

.history__section { text-align: center; width: auto; margin: 0 auto; }

@media (min-width: 500px) { .history__section { width: 80%; } }

@media (min-width: 768px) { .history__section { width: auto; text-align: left; } }

.history__section .history__grid { display: grid; justify-content: center; align-items: center; gap: 25px; }

@media (min-width: 768px) { .history__section .history__grid { gap: 50px; grid-template-columns: 1fr 1fr; } }

.history__section .img__desc { display: none; }

@media (min-width: 768px) { .history__section .img__desc { display: block; } }

.history__section .img__mobile { display: block; }

@media (min-width: 768px) { .history__section .img__mobile { display: none; } }

.history__section .history__text h2::after { display: none; }

.aoh__section { text-align: center; width: auto; margin: 0 auto; margin: 20px auto 0; }

@media (min-width: 500px) { .aoh__section { margin: 35px auto 0; width: 80%; } }

@media (min-width: 768px) { .aoh__section { width: auto; text-align: left; } }

.aoh__section .aoh__grid { display: grid; justify-content: center; align-items: center; gap: 15px; }

@media (min-width: 768px) { .aoh__section .aoh__grid { gap: 50px; direction: rtl; grid-template-columns: 1fr 1fr; } }

.aoh__section .img__desc { display: none; }

@media (min-width: 768px) { .aoh__section .img__desc { display: block; } }

.aoh__section .img__mobile { display: block; }

@media (min-width: 768px) { .aoh__section .img__mobile { display: none; } }

.aoh__section .aoh__text { direction: ltr; }

.aoh__section .aoh__text h2::after { display: none; }

.prices__section { margin: 20px auto; }

@media (min-width: 500px) { .prices__section { margin: 50px auto; } }

.prices__section .container { max-width: 1230px; }

.prices__section .prices__grid { display: grid; justify-content: center; gap: 20px; margin: 20px auto; }

@media (min-width: 500px) { .prices__section .prices__grid { margin: 50px auto; display: flex; flex-wrap: wrap; } }

@media (min-width: 1024px) { .prices__section .prices__grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr 1fr; } }

.prices__section .prices__item-1, .prices__section .prices__item-2, .prices__section .prices__item-3 { max-width: 390px; overflow: hidden; position: relative; box-shadow: 3px 3px 7px 1px rgba(111, 96, 91, 0.290196); border-radius: 10px; background-color: rgba(111, 96, 91, 0.014); }

.prices__section .prices__item-1 li, .prices__section .prices__item-2 li, .prices__section .prices__item-3 li { font-size: 14px; color: #4d443d; }

.prices__section .prices__item-1 span, .prices__section .prices__item-2 span, .prices__section .prices__item-3 span { font-weight: 600; font-size: 14px; color: #bb8a59; }

.prices__section .prices__item-1 img, .prices__section .prices__item-2 img, .prices__section .prices__item-3 img { position: absolute; opacity: 0.2; box-shadow: none; z-index: 3; }

.prices__section .prices__item-1 .img_1, .prices__section .prices__item-2 .img_1, .prices__section .prices__item-3 .img_1 { width: 80%; bottom: -50px; right: -35px; box-shadow: none; text-align: left; margin: initial; margin-bottom: 30px; }

.prices__section .prices__item-1 .img_2, .prices__section .prices__item-2 .img_2, .prices__section .prices__item-3 .img_2 { width: 60%; bottom: -50px; right: -50px; box-shadow: none; text-align: left; margin: initial; margin-bottom: 30px; }

@media (min-width: 350px) { .prices__section .prices__item-1 .img_2, .prices__section .prices__item-2 .img_2, .prices__section .prices__item-3 .img_2 { bottom: -70px; } }

@media (min-width: 500px) { .prices__section .prices__item-1 .img_2, .prices__section .prices__item-2 .img_2, .prices__section .prices__item-3 .img_2 { width: 70%; } }

.prices__section .prices__item-1 .img_3, .prices__section .prices__item-2 .img_3, .prices__section .prices__item-3 .img_3 { width: 100%; bottom: -50px; right: -100px; box-shadow: none; text-align: left; margin: initial; margin-bottom: 30px; }

.prices__section .prices__item-1::before, .prices__section .prices__item-2::before, .prices__section .prices__item-3::before { content: ""; position: absolute; background: linear-gradient(280deg, #ffffff2e 0%, #ffffff 99.99%); opacity: 0.9; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

.prices__section .prices__item-1 h3, .prices__section .prices__item-1 ul, .prices__section .prices__item-1 p, .prices__section .prices__item-1 li, .prices__section .prices__item-2 h3, .prices__section .prices__item-2 ul, .prices__section .prices__item-2 p, .prices__section .prices__item-2 li, .prices__section .prices__item-3 h3, .prices__section .prices__item-3 ul, .prices__section .prices__item-3 p, .prices__section .prices__item-3 li { font-weight: 600; position: relative; z-index: 5; }

.prices__section .prices__item-3 { padding: 15px; }

@media (min-width: 500px) { .prices__section .prices__item-3 { padding: 30px; } }

@media (min-width: 1200px) { .prices__section .prices__item-3 { padding: 30px 100px 30px 20px; } }

.prices__section .prices__item-1, .prices__section .prices__item-2 { padding: 30px 30px 50px; }

@media (min-width: 500px) { .prices__section .prices__item-1, .prices__section .prices__item-2 { padding: 30px 100px 100px 30px; } }

@media (min-width: 1024px) { .prices__section .prices__item-1, .prices__section .prices__item-2 { padding: 30px 30px 100px; } }

@media (min-width: 1200px) { .prices__section .prices__item-1, .prices__section .prices__item-2 { padding: 30px 100px 30px 20px; } }

.prices__section .arrow-down { margin: 40px auto; width: 40px; height: 40px; transform: rotate(135deg); border: 1px solid #f5b572; border-radius: 50%; text-align: center; padding: 10px; }

@media (min-width: 500px) { .prices__section .arrow-down { padding: 15px; width: 60px; height: 60px; } }

.prices__section .agh { max-width: 600px; box-shadow: 3px 3px 7px 1px #6f605b4a; border-radius: 10px; background-color: white; padding: 20px; text-align: center; margin: 40px auto; }

@media (min-width: 500px) { .prices__section .agh { margin: 70px auto; } }

.prices__section .agh img { box-shadow: none; margin-top: 20px; width: 50%; }

@media (min-width: 500px) { .prices__section .agh img { width: 30%; margin-top: 50px; } }

.prices__section .agh .agh__link { display: inline-block; margin-top: 20px; font-size: 16px; color: #a98e68; }

.prices__section .agh .agh__link:hover { color: #f5b573; }

@media (min-width: 500px) { .prices__section .agh .agh__link { font-size: 18px; } }

.aob__section { width: auto; margin: 0 auto; }

@media (min-width: 500px) { .aob__section { width: 80%; } }

@media (min-width: 768px) { .aob__section { width: auto; } }

.aob__section .aob__grid { display: grid; gap: 15px; justify-content: center; align-items: center; text-align: center; }

@media (min-width: 500px) { .aob__section .aob__grid { gap: 30px; } }

@media (min-width: 768px) { .aob__section .aob__grid { text-align: left; grid-template-columns: 1fr 1fr; } }

.aob__section .img__desc { display: none; }

@media (min-width: 768px) { .aob__section .img__desc { display: block; } }

.aob__section .aob__text .img__mobile { display: block; }

@media (min-width: 768px) { .aob__section .aob__text .img__mobile { display: none; } }

.aob__section .aob__text h2::after { display: none; }

.exspect__section { margin: 20px auto 0; }

@media (min-width: 500px) { .exspect__section { margin: 50px auto 0; } }

.exspect__section .exspect__grid { display: grid; gap: 15px; justify-content: center; align-items: center; text-align: center; }

@media (min-width: 500px) { .exspect__section .exspect__grid { gap: 30px; } }

@media (min-width: 768px) { .exspect__section .exspect__grid { text-align: left; grid-template-columns: 1fr 1fr; direction: rtl; } }

.exspect__section img { box-shadow: none; width: 65%; }

@media (min-width: 768px) { .exspect__section img { width: 80%; } }

.exspect__section .img__desc { display: none; }

@media (min-width: 768px) { .exspect__section .img__desc { display: block; } }

.exspect__section .img__mobile { display: block; }

@media (min-width: 768px) { .exspect__section .img__mobile { display: none; } }

.exspect__section .exspect__text { direction: ltr; }

.exspect__section .exspect__text h2::after { display: none; }

.beef__link { display: inline-block; margin-top: 20px; font-size: 16px; color: #a98e68; }

.beef__link:hover { color: #f5b573; }

@media (min-width: 500px) { .beef__link { font-size: 18px; } }

.prices__section { margin: 20px 0 0; background-color: #a98e6812; padding: 20px 0; }

@media (min-width: 500px) { .prices__section { margin: 50px 0 0; padding: 50px 0; } }

.prices__section .prices__item { width: 90%; text-align: center; box-shadow: 3px 3px 7px 1px rgba(111, 96, 91, 0.290196); border-radius: 10px; background-color: rgba(111, 96, 91, 0.0588235); padding: 15px; margin: 20px auto; }

@media (min-width: 425px) { .prices__section .prices__item { width: 70%; } }

@media (min-width: 500px) { .prices__section .prices__item { margin: 50px auto; } }

@media (min-width: 600px) { .prices__section .prices__item { width: 40%; padding: 30px; } }

.prices__section .prices__item span { font-size: 14px; color: #bb8a59; font-weight: 600; }

.prices__section .prices__item p { font-weight: 600; }

.prices__section .prices__item h3 { margin-top: 20px; }

.prices__section .prices__item img { box-shadow: none; width: 100px; }

@media (min-width: 500px) { .prices__section .prices__item img { width: 120px; } }

/*# sourceMappingURL=main.css.map */