html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  line-height: 1.45;
}

.service-area__title {
    margin-bottom: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-area__subtitle {
    font-weight: 600;
}

.service-area__section {
    margin-bottom: 14px;
}

input[type="text"] {
  font-size: 16px;
}

a {
  -webkit-link: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  text-decoration-thickness: 0;
  border-bottom: none;
  color: #000000;
}

button {
  border: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.fixed-buttons-container {
  position: relative;
  z-index: 1;
}

.fixed-buttons-container_hidden {
  display: none;
}

.header {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  background-color: white;
  color: black;
  font-weight: bold;
  z-index: 2;
}

.header_transparent {
  background-color: transparent;
  color: white;
}

.header a {
  color: inherit;
  text-decoration: none;
}

.header .container {
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#logo {
  height: 100%;
  aspect-ratio: 1/1;
}

#navigation {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 20px;
  letter-spacing: .12em;
}

.burger-menu {
  width: 28px;
  height: 20px;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background-color: black;
  border: 10px solid black;
}

.burger-menu__line {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.header_transparent .burger-menu__line {
  background-color: white;
}

.header_transparent .burger-menu__line {
  background-color: white;
}

.burger-menu__line:nth-child(1),
.burger-menu__line:nth-child(3) {
  position: absolute;
  left: 0;
}

.burger-menu__line:nth-child(1) {
  top: 0;
}

.burger-menu__line:nth-child(3) {
  bottom: 0;
}

/* Верхняя линия */
.burger-menu_open .burger-menu__line:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 2px);;
}

/* Средняя линия (она исчезает) */
.burger-menu_open .burger-menu__line:nth-child(2) {
  opacity: 0;
}

/* Нижняя линия */
.burger-menu_open .burger-menu__line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: calc(50% - 2px);
}

#banner {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.banner__mobile-background {
  display: none;
}

.banner__desktop-background {
  display: block;
}

#banner>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#banner .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10%;
}

#banner__content {
  font-size: 26px;
  color: white;
}

#banner__content h1 {
  margin-top: 0;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
}

#banner__form {
  background-color: white;
  box-sizing: border-box;
  padding: 34px;
  width: 360px;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  gap: 20px;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#banner__form input[type="text"],
#banner__form select {
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding: 0 18px;
  border-radius: 0;
  font-size: 16px;
}

#banner__form select {
  width: 100%;
  border-right: 18px solid #f0f0f0;
  border-right: 18px solid #f0f0f0;
}

#banner__form button[type="submit"] {
  background-color: black;
  color: white;
  height: 50px;
  font-weight: bold;
}

#banner__form span {
  font-size: 16px;
  font-weight: bold;
}

#main-form {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  gap: 20px;
  width: 620px;
}

#main-form input[type="text"],
#main-form select {
  height: 50px;
  padding: 0 18px;
  background-color: white;
  border: 1px solid gray;
  font-size: 16px;
}

#main-form select {
  width: 100%;
  border: none;
  border-right: 18px solid white;
}

#main-form .select-wrapper {
  border: 1px solid gray;
}

#main-form button[type="submit"] {
  background-color: black;
  color: white;
  height: 60px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  align-self: center;
  font-size: 16px;
  text-transform: uppercase;
}

#banner__content ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.2;
}

.content-block {
  padding: 80px;
}

.content-block__title {
  font-size: 42px;
  text-align: center;
}

.content-block .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.content-block .container>img {
  width: 100%;
}

footer.content-block {
    background-color: #1f1f1f;
    color: white;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 1px;
}

footer.content-block .content-block__title {
  font-size: 46px;
}

.content-block_gray {
    background-color: #eee;
}

.list {
  width: 100%;
  padding-left: 200px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  gap: 80px;
  margin-top: 80px;
}

.list-item {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}

.list-item .list-item__number {
  background-color: black;
  height: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.list-item .list-item__content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

#trusted-by {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: calc(100vh - 100px);
  background-image: url("./images/tild3137-3666-4233-b735-343532346533__hand_made.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  color: white;
  padding-bottom: 15px;
}

#trusted-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  align-items: center;
  justify-items: center;
  width: 100%;
}

#trusted-grid img {
  width: 100%;
}

.content-columns {
  margin-top: 80px;
  display: flex;
  flex-flow: row nowrap;
  gap: 40px;
  align-self: stretch;
}

.content-columns__column {
  flex: 1;
}

.banner-button {
  aspect-ratio: 16/9;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  color: white;
  transition: background-size 0.3s ease;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  padding-bottom: 75px;
  padding-top: 25px;
}

.banner-button:hover {
  background-size: 120%; /* Увеличиваем изображение на 10% при наведении */
}

#dubai-banner-button {
  background-image: url('./images/tild3533-6635-4262-a633-613636303464__dubai_.jpg');
}

#abu-dhabi-banner-button {
  background-image: url('./images/tild6361-6333-4761-a334-366435396564__abu-dhabi_.jpg');
}

#handmade-banner-button {
  background-image: url('./images/tild3866-6334-4633-a137-663538393235__7419db9daa4788c0ba8a.jpg');
  padding: 40px;
}

#handmade-banner-button .banner-button__title,
#handmade-banner-button ul {
  align-self: flex-start;
  font-size: 22px;
}

#handmade-banner-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#handmade-banner-button .banner-button__subtitle {
  margin-top: 40px;
  font-weight: bold;
}

#abu-dhabi-banner-button .banner-button__subtitle,
#dubai-banner-button .banner-button__subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.45;
}

#handmade-banner-button .banner-button__title {
  font-size: 52px;
  margin: 0;
  margin-bottom: 25px;
}

.banner-button__title {
  font-size: 36px;
}

.banner-button button {
  margin-top: 20px;
  opacity: 0;
  transition: 0.3s ease;
  padding: 10px 20px;
  border-radius: 99px;
  font-weight: bold;
  border: none;
}

.banner-button:hover button {
  opacity: 1;
}

.reviews {
  display: flex;
  flex-flow: row nowrap;
  gap: 40px;
}

.review-item .review-item__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.review-item__avatar-container {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  overflow: hidden;
}

.review-item__avatar-container img {
  height: 100%;
}

.review-item__name {
  font-weight: bold;
  font-size: 26px;
}

.accordion {
  width: 760px;
}

.accordion__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  cursor: pointer;
}

.accordion__title {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}

/* #FAQ {
  position: relative;
  z-index: 2;
} */

.accordion__indicator img {
  height: 33px;
  width: 33px;
  transition: all 0.5s;
  min-width: 33px;
}

.accordion__item_collapsed .accordion__indicator img {
  transform: rotate(45deg);
}

.accordion__content {
  overflow: hidden;
  transition: all 0.5s;
  max-height: 500px;
  font-size: 20px;
}

.accordion__item_collapsed .accordion__content {
  max-height: 0;
}

.dropdown {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-self: center;
  margin: 0 auto;
  gap: 5px;
}

.dropdown image {
  color: black;
}

.dropdown__list {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 1;
  background-color: white;
  padding: 10px;
  flex-flow: column nowrap;
  gap: 15px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: black;
}

.dropdown:hover .dropdown__list{
  display: flex;
}

.dropdown__list-item {
  cursor: pointer;
}

.radio div {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}

#map {
  position: relative;
  padding: 0;
}

#map iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#map .container {
  aspect-ratio: 16/9;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; /* Ширина карусели */
}

.carousel-items {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-sizing: border-box;
  padding: 0 100px;
}

.carousel-item>img {
  width: 80%;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.carousel__indicators-container {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.carousel__indicator-item {
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: lightgray;
  transition: all 0.5s;
}

.carousel__indicator-item_active {
  height: 15px;
  background-color: black;
}

#trusted-by .carousel-wrapper {
  display: none;
}

.phone-input {
  display: flex;
  flex-flow: row nowrap;
  background-color: #f0f0f0;
  align-items: center;
  padding-left: 15px;
  font-size: 0.8rem;
  font-weight: normal;
}

.phone-input__code {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
}

.phone-input__dropdown-container {
  width: 120px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

#main-form .phone-input {
  background-color: white;
  border: 1px solid gray;
}

#main-form .phone-input input {
  border: none;
  background-color: transparent;
}

#main-form .phone-input__dropdown-container {
  background-color: transparent;
}

.phone-input__dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0.5px;
  overflow: hidden;
}

.phone-input__dropdown_expanded {
  display: block;
}

.dropdown_expanded .dropdown__list {
  display: block;
}

.phone-input__dropdown-item {
  padding: 10px;
}

.phone-input__dropdown-item:hover {
  background-color: lightgray;
}

.phone-input__dropdown-flag {
  height: 15px;
}

.phone-input input[name="phone"] {
  flex: 1;
  box-sizing: border-box;
  padding: 0 !important;
  width: 60px;
  padding-left: 10px !important;
}

.popup {
  display: inline;
  position: relative;
  border-bottom: 2px solid #f5914f;
}

.popup__content {
  display: none;
  position: absolute;
  background-color: black;
  color: white;
  font-size: 1em;
  font-weight: normal;
  padding: 10px;
  bottom: 120%;
  width: 300px;
}

.popup:hover .popup__content {
  display: block;
  cursor: default;
}

.link {
  color: inherit;
  text-decoration: none;
  border-bottom: 3px solid #f5914f;
  display: inline;
  position: relative;
}

#map {
  margin-top: 50px;
}

#map .container {
  display: none;
}

#map .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

#map .card {
  background-color: white;
  position: relative;
  z-index: 1;
  height: 80%;
  width: 400px;
  font-size: 20px;
  font-family: 'Roboto',Arial,sans-serif;
  padding: 60px;
  box-sizing: border-box;
}

.card h2 {
  font-size: 26px;
}

footer#service-area .content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

footer#service-area .content>div {
  padding: 0 25px;
  box-sizing: border-box;
}

.bottom-links {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 100px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.link {
  font-weight: 100 !important;
}

.bottom-links .link {
  font-weight: bold;
}

#banner__form .radio {
  font-size: 16px;
  font-weight: normal;
}

.date-picker {
  background-color: #f0f0f0;
  position: relative;
  padding: 0 18px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

#main-form .date-picker {
  background-color: white;
  border: 1px solid gray;
}

.date-picker__value {
  font-weight: normal !important;
  font-size: 16px;
}

.date-picker__icon {
  position: absolute;
  right: 15px;
  height: 28px;
}

.calendar {
  display: none;
  background-color: white;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid gray;
}

.date-picker_open .calendar {
  display: block;
}

.calendar__header {
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  background-color: white;
  border-bottom: 1px solid gray;
}

.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: normal !important;
  font-size: 1rem;
  justify-items: stretch;
  align-items: stretch;
  padding: 5px;
}

.calendar__day {
  text-align: center;
  color: lightgray;
  cursor: pointer;
  padding: 5px 0;
}

.calendar__day:hover {
  background-color: #f0f0f0;
}

.calendar__day_highlited {
  color: black;
}

.whatsapp-link {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99;
}

.whatsapp-link img {
  height: 50px;
  width: 50px;
}

.scroll-top-button {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  box-shadow:0px 0px 10px rgba(0,0,0,0.5);
  border-radius: 50%;
}

.upsales-carousel .content-columns {
  width: 100%;
  padding: 0 50px;
  margin: 0;
}

.upsale .upsale__image-container {
  max-width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
}

.upsale .upsale__image-container img {
  width: 100%;
  display: block;
}

.upsale .upsale__title {
  font-size: 18px;
  color: #333333;
  letter-spacing: 2.5px;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}

.upsale .upsale__subtitle {
  font-weight: 600;
  color: #000000;
  line-height: 1.35;
  font-size: 18px;
  text-align: center;
}

.carousel-items_mobile {
  display: none;
}

#map .sociallinks {
  justify-content: flex-start;
  padding: 10px 0;
  padding-top: 20px;
}

.header .sociallinks {
  display: none;
}

.languages {
  display: flex;
  flex-flow: row nowrap;
  gap: 25px;
  justify-content: center;
}

#map .mobile-card {
  position: absolute;
  background: white;
  z-index: 1;
  padding: 60px;
  font-size: 24px;
}

.dropdown__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 5px;
}

#map .mobile-card h2 {
  font-size: 28px;
  line-height: 1.17;
  font-weight: 600;
}

.sociallinks {
  display: flex;
  list-style: none;
}

.content-block__subtitle {
  font-size: 22px;
  text-align: center;
}

.dropdown__indicator svg{
  fill: white;
}

.submited input,
.submited button,
.submited .phone-input,
.submited .date-picker,
.submited select {
  display: none !important;
}

.submited-message {
  display: none;
  background-color: #62c584;
  font-weight: 300;
  font-size: 16px;
  padding: 20px;
  color: white;
}

.submited .submited-message {
  display: block;
}

.modal-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-owner-form_hidden {
  display: none;
}

.contact-owner-form form {
  background-color: white;
  padding: 40px 45px;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}

.contact-owner-form__title {
  font-size: 36px;
  margin-bottom: 11px;
  font-weight: 600;
  text-align: center;
}

.contact-owner-form__subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}

.contact-owner-form input {
  height: 50px;
  padding: 0 18px;
  background-color: white;
  border: 1px solid gray;
  font-size: 16px;
}

.contact-owner-form textarea {
  height: 100px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  padding:  18px;
}

.contact-owner-form .phone-input {
  background-color: white;
  border: 1px solid gray;
}

.contact-owner-form .phone-input input {
  border: none;
}

.contact-owner-form button[type="submit"] {
  background-color: black;
  color: white;
  height: 50px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .carousel-item {
    padding: 0;
  }
  .header .sociallinks {
    display: flex;
  }

  .carousel-items_mobile {
    display: block;
    display: flex;
    flex-flow: row nowrap;
  }

  .carousel-items_desktop {
    display: none;
  }

  .upsales-carousel .prev-button,
  .upsales-carousel .next-button {
    opacity: 1;
  }

  .upsale {
    display: block;
    width: 90vw;
    box-sizing: border-box;
  }

  .header {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  #banner .container {
    padding-top: 40px;
  }

  .banner__mobile-background {
    display: block;
  }
  
  .banner__desktop-background {
    display: none;
  }

  .header_transparent {
    box-shadow: none;
  }

  .header .container {
    height: 70px;
    align-items: center;
  }

  #logo {
    height: 70px;
    width: 70px;
    display: block;
  }

  .sociallinks {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
  }

  #navigation {
    background-color: white;
    color: black;
    position: fixed;
    left: 100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    font-size: 4vh;
  }

  .dropdown, #navigation a, #language {
    text-align: center;
  }

  #language {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 15px
  }

  .dropdown.dropdown_expanded .dropdown__list {
    height: auto !important;
    opacity: 1;
    padding: 10px 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown__indicator svg{
    fill: black;
  }

  .dropdown .dropdown__list {
    display: none;
    left: 0;
    font-size: 14px;
    gap: 15px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    padding: 0;
    box-shadow: none;
    width: 100vw;
  }

  .dropdown_expanded .dropdown__list {
    display: flex;
  }

  .dropdown:hover .dropdown__list {
    height: auto !important;
    opacity: 1;
    padding: 50px 0;
  }

  #banner .container {
    flex-flow: column nowrap;
    gap: 50px;
    align-items: center;
    max-width: 950px;
  }

  #banner .desktop-backgroung {
    display: none;
  }

  #banner__content,
  #banner__form {
    width: 90vw;
  }

  .burger-menu {
    display: flex;
  }

  .header {
    background-color: black;
  }

  .content-block {
    padding: 45px 0 0;
  }

  .content-block__title {
    font-size: 30px;
    line-height: 1.23;
    padding: 0 25px;
  }

  .content-block__subtitle {
    padding: 25px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }

  .list {
    margin: 0;
    margin-bottom: 25px;
    padding: 25px;
  }

  .content-columns {
    flex-direction: column;
  }

  .banner-button {
    background-size: cover;
  }
  
  .banner-button button {
    opacity: 1;
  }

  .banner-button__title {
    font-size: 28px;
    padding: 0 15px;
    text-align: center;
  }

  .content-block__text {
    padding: 0 25px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }

  #handmade-banner-button {
    aspect-ratio: auto;
  }

  .accordion {
    width: auto;
    padding: 0 25px;
  }

  .accordion__title {
    font-size: 20px;
  }

  #main-form {
    width: 80vw;
  }

  .review-item {
    padding: 25px;
    font-size: 16px;
  }

  .review-item__name {
    font-size: 16px;
  }

  .review-item__avatar-container {
    width: 50px;
    height: 50px;
  }

  #trusted-grid {
    display: none;
  }

  #trusted-by {
    height: auto;
  }

  #trusted-by .carousel-wrapper {
    display: block;
  }

  /* #trusted-by .carousel-item img{
    width: 50vw;
  } */

  .prev-button,
  .next-button {
    opacity: 0;
  }

  footer#service-area .content {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .bottom-links {
    padding-bottom: 50px;
  }

  footer .container {
    padding-bottom: 100px;
  }

  footer#service-area .content>div {
    width: 100%;
  }

  footer.content-block {
    height: auto;
  }

  #handmade-banner-button .banner-button__title {
    font-size: 30px;
    text-align: left;
    padding: 0;
  }

  #handmade-banner-button ul {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #navigation .lang {
    font-size: 20px;
  }

  #FAQ .accordion .accordion__content {
    font-size: 16px;
  }

  #main-form button[type="submit"] {
    width: 100%;
  }

  .list-item .list-item__content h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  #banner__content {
    font-size: 20px;
  }

  #banner .container {
    line-height: 1.2;
  }

  #banner__content h1 {
    font-size: 30px;
    line-height: 30px;
  }

  #banner {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #map {
    position: relative;
  }

  #map .container {
    position: relative;
    top: 0;
  }

  #map .container .mobile-card {
    position: relative;
  }
  
  #map iframe {
    min-height: 350px;
    height: 100%;
    position: relative;
  }

  #map .mobile-card {
    display: block;
    padding: 15px 25px;
  }

  footer#service-area .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .small-container {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .small-container {
    max-width: 60vw;
    margin: 0 auto;
    width: 100%;
  }

  .content-block__subtitle {
    width: 560px;
  }

  #banner {
    background-image: none;
  }
.green-border-container {
    border: 15px solid #00a507; /* Зелёный контур */
    padding: 20px; /* Отступы внутри контейнера */
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.3); /* Тень */
    margin: 0 auto; /* Центрирование контейнера */
    width: 640px; /* Ширина по умолчанию */
    }
}