html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 60px;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ul {
  overflow: hidden;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --text-dark: #12141a;
  --primary: #dc8f23;
  --white-2: #fafafa;
  --white: white;
  --dark-grey: #acacac;
  --dark-grey-2: #a0a0a0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:Inter, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:Inter, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family:Inter, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

p {
  color: #535353;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  color: var(--primary);
  background-color: #535353;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--white-2);
}

.section.contact-us {
  padding-top: 60px;
}

.section.bd {
  padding-top: 60px;
}

.base-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.home-banner-section {
  & .base-container {
    padding-left: 30px;
  }
}
.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--text-dark);
  opacity: 1;
  color: var(--primary);
}

.navbar {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--text-dark);
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom-wrapper {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: inline;
}

.section-title-wrapper {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;

  img {
    max-width: 60px;
  }
}

.carts-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cart-item {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 8px 8px #12141a08;
}

.light-background {
  background-color: #f9f9fa;
}

.contacts-wrapper {
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
}

.contacts-icon-wrapper {
  width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contacts-textarea {
  border: 1px solid var(--dark-grey);
  color: var(--text-dark);
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
}

.contacts-input {
  border: 1px solid var(--dark-grey);
  color: var(--text-dark);
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.spacing {
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.white-text.margin {
  margin-top: 15px;
  margin-bottom: 50px;
}

.white-text.width {
  max-width: 830px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  max-width: 150px;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.banner-slider-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.home-banner-section {
  background-color: var(--text-dark);
  align-items: center;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  background-image: 
  linear-gradient(
    to right,
    rgba(0, 0, 0, 0.849) 0%,
    rgba(0, 0, 0, 0.815) 50%,
    rgba(0, 0, 0, 0) 100%
  ),
  url("../images/photo-1.webp");


background-position: center center; 
background-size: cover;
background-repeat: no-repeat; 
}

.home-banner-slider {
  background-color: #0000;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}




.home-buttons-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.team-wrap {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 0 8px 8px #12141a0a;
}

.team-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 50%;
  height: 100%;
  min-height: 350px;
  margin-top: -30px;
  position: relative;
}

.team-image-wrapper {
  display: flex;
}

.team-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-social-wrapper {
  grid-column-gap: 5px;
  padding-bottom: 10px;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 35px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-contacts {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.form-block-contacts {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 340px;
  margin-bottom: 0;
  display: flex;
}

.btn-hover {
  z-index: 0;
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-hover.yellow {
  background-color: var(--primary);
}

.btn-hover-slide {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 16px 28px;
  font-weight: 600;
  transition: color 30ms ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-hover-slide:hover {
  color: #000;
}

.btn-hover-slide.secondary {
  border: 1px solid var(--primary);
  background-color: var(--text-dark);
}

.btn-description {
  z-index: 1;
  position: relative;
}

.btn-description.white {
  color: var(--white);
}

.button-header {
  align-items: center;
  display: flex;
}

.small-text {
  font-size: 14px;
}

.small-text.spacing {
  margin-top: 10px;
  margin-bottom: 20px;
}

.without-space {
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle-text {
  max-width: 640px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu-list-wrapper {
  width: 100%;
}

.menu-item {
  border-radius: 8px;
  padding: 10px 10px 20px;
  position: relative;
  box-shadow: 0 8px 8px -4px #0003;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 16px -4px #0004;
}

.menu-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  border-radius: 4px;
  width: 100%;
display: block;
  position: relative;
  overflow: hidden;
}

.description-menu {
  padding-top: 20px;
}

.link-cms {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 600;
}

.link-cms:hover {
  color: var(--primary);
}

.price {
  font-family:Inter, sans-serif;
  font-size: 20px;
}

.content-slider-top-gallery {
 margin-left: 30px;
  margin-right: 50px;
  display: grid;
  max-width: 1400px;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-top-gallery {
  flex: none;
  display: flex;
  justify-content: center;
}

.slider-gallery {
  padding-top: 50px;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.description-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 830px;
  display: flex;
}

.paragraph-with-spacing {
  margin-top: 20px;
  margin-bottom: 50px;
}

.paragraph-with-spacing.maxw-500px {
  max-width: 500px;
  margin-bottom: 30px;
}

.content-footer-wrapper {
  grid-column-gap: 30px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
}

.contacts-block {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.horizontal-block {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.contacts-block-content {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.icon-cart {
  background-color: var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 40px;
  display: flex;
  padding: 10px;
}

.header-cart {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}


.link-cart {
  color: var(--text-dark);
  font-weight: 600;
}

.link-cart:hover {
  color: var(--primary);
}

.details-page-title-medium {
  font-size: 40px;
  color: var(--primary);
  font-style: italic;
}

.details-block {
  width: 100%;
  margin-top: 40px;
}

.banner-text {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .section.contact-us {
    padding-bottom: 80px;
  }

  .base-container {
    flex: 1;
  }

  .footer {
    padding-top: 100px;
  }

  .contacts-content-wrapper {
    width: 45%;
  }

  .contacts-icon-wrapper {
    width: 48%;
    height: 100%;
  }

  .white-text.spacing {
    max-width: 450px;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
  }

  .content-footer-wrapper {
    grid-column-gap: 60px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
  }

  h2, h3, h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .section.contact-us {
    padding-top: 110px;
    padding-bottom: 130px;
  }

  .contacts-content-wrapper {
    width: 630px;
  }

  .contacts-icon-wrapper {
    width: 720px;
  }

  .team-wrapper {
    grid-row-gap: 50px;
  }

  .form-contacts {
    grid-row-gap: 30px;
  }

  .paragraph-with-spacing.maxw-500px {
    margin-bottom: 50px;
  }

  .contacts-block-content {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 991px) {

  .section.bd {
    padding-top: 40px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: var(--primary);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--text-dark);
  }

  .carts-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .cart-item {
    width: 47.9%;
    padding: 20px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .white-text.width {
    max-width: 500px;
  }

  .footer-brand-wrapper {
    align-items: center;
  }

  .banner-slider-container {
    text-align: center;
    padding-right: 0;
  }

  .banner-slider-container.align {
    text-align: left;
  }

  .home-banner-section {
    min-height: auto;
    padding-top: 80px;
  }

  .home-banner-slider {
    width: 45%;
  }

  .team-wrap {
    max-width: 100%;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-wrap {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
  }

  .rich-text-style h3 {
    font-size: 28px;
  }

  .btn-hover-slide {
    flex: none;
  }

  .button-header {
    display: none;
  }

  .menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-slider-top-gallery {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-top-gallery {
    grid-column-gap: 30px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    overflow: auto;
  }

  .content-footer-wrapper {
    grid-column-gap: 100px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .details-page-title-medium {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contact-us {
    flex-direction: column-reverse;
    padding-bottom: 0;
    display: flex;
  }

  .base-container.z-index {
    z-index: 2;
  }

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .carts-wrapper {
    column-count: 1;
  }

  .cart-item {
    width: 100%;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .contacts-icon-wrapper {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    margin-bottom: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .banner-slider-container {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .banner-slider-container.align {
    text-align: center;
  }

  .home-banner-section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-banner-slider {
    width: 100%;
    inset: 0%;
  }

  .home-slide-1 {
    background-image: 
    linear-gradient(

      rgba(0, 0, 0, 0.66) 0%,

      rgba(0, 0, 0, 0.768) 100%
    ),
    url("../images/photo-1.webp");
    background-position: center;
  
  }

  .team-wrap {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .slider-gallery {
    padding-top: 30px;
  }

  .content-footer-wrapper {
    grid-row-gap: 40px;
    justify-content: center;
    padding-bottom: 50px;
  }

  .adress-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contacts-block {
    grid-row-gap: 0px;
    align-items: center;
  }

  .details-page-title-medium {
    font-size: 30px;
  }

  .details-block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {

  .nav-menu {
    width: 90%;
  }

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .team-wrap {
    padding-right: 10px;
  }

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    min-height: 250px;
    top: 0;
  }

  .team-image-wrapper {
    flex-direction: column;
  }

  .team-content-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .btn-description {
    flex-direction: row;
  }

  .contacts-block-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.brand  {
  img {
    max-width: 100px;
  height: auto;
  }
}

.menu-button {
  display: none;
}

@media (max-width: 991px) {
.nav-container {
  z-index: 10;
}

.burger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 24px;
  width: 30px;
  z-index: 11; /* над меню */
}

.burger span {
  display: block;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}


.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}


.nav-menu {
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  background: #fff;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 9;
}

.menu-wrap{
  position: absolute;
  top: 100%;
  width: 100%;
}

.nav-link {
  color: #fff;
}

.nav-menu.open {
  max-height: 1000px;
  opacity: 1;
}

}

.w-dyn-list {
  margin-bottom: 50px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}
.faq-question {
  font-weight: bold;
  position: relative;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  transition: transform 0.3s;
}
.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 10px 0;
}

.legal {
  p {
    color: #000;
  }

  li {
    color: #000;
  }


  h3 {
    font-size: 20px;
  }

  a {
    color: #e46e00;
    font-weight: 600;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}

.contacts-checkbox {
  input {
    margin-right: 10px;
  }
}

.home-cta {
  background-image: 
  linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.699) 0%,
    rgba(0, 0, 0, 0.73) 50%,
    rgba(0, 0, 0, 0.658) 100%
  ),
  url("../images/photo-8.webp");


background-position: center center; 
background-size: cover;
background-repeat: no-repeat; 
}

@media screen and (max-width: 767px) {
  & .content-slider-top-gallery {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .slider-top-gallery:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  .btn-hover-slide {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .home-buttons-wrapper {
    width: 100%;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 20px;
  }

  .content-footer-wrapper {
    flex-direction: column;
    align-items: start;
  }

  .contacts-block {

    align-items: start;
  }
}