html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial;
  background-image: url(../imgs/bg-top.webp);
  background-size: contain;
  background-position: 50% 120px;
  background-repeat: no-repeat;
  position: relative;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(133, 54, 96, 1) 100%
  );
}

.main {
  padding: 50px 5%;
  justify-content: space-between;
  /* min-height: 90vh; */
}

.main .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .main .top-line {
    margin-top: -40px;
  }
}

.main .top-line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main .top-line .left-img {
  width: auto;
  height: 55px;
}

.main .top-line .right-img {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .main .top-line .right-img {
    max-width: 42%;
  }

  .main .top-line .left-img {
    width: auto;
    height: 100px;
    max-width: 30%;
  }
}

.logo {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo-wrapper {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .logo-wrapper {
    margin-bottom: 35px;
  }
}

.logo-wrapper img {
  width: 100%;
}

.after-logo {
  width: 100%;
  max-width: 750px;
}

.after-logo img {
  width: 100%;
}

.banner-pd {
  margin-top: 140px;
  background-image: url(../imgs/full-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner-pd {
    margin-top: 30px;
    background-image: url(../imgs/full-bg-mob.webp);
  }
}

.banner-pd .pseud img {
  width: 100%;
  opacity: 0;
}

.banner-pd .btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 14%;
}

@media screen and (max-width: 768px) {
  .banner-pd .btns {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 35%;
  }
}

.banner-pd .btns a img {
  width: 100%;
  height: auto;
}

#map-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 5%;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  #map-wrap {
    grid-template-columns: 1fr;
    padding: 50px 5%;
    gap: 50px;
  }
}

#list-wrap {
  min-width: auto;
  margin-left: 25px;
  height: 650px;
}

@media screen and (max-width: 768px) {
  #list-wrap {
    margin-left: 15px;
  }
}

#list-wrap a {
  color: #fff;
  text-decoration: none;
}

#list-wrap a:hover {
  color: #e9d191;
}

#list-wrap span {
  display: block;
  width: auto;
  padding: 0px 0 10px 0px;
  text-align: center;
  color: #212121;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: -20px;
}

#list-wrap span img {
  width: 100%;
  max-width: 400px;
}

#map {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  overflow-y: scroll;
  max-height: 80%;
}

.mob-img {
  display: none;
}

.desc-img {
  display: block;
  width: 100%;
  height: auto;
}

.submenu {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
}
.submenu li {
  font-size: 90%;
  padding: 5px 0;
}

#cookie_notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 600px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 50px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.74);
  position: relative;
  height: 210px;
  flex-direction: column;
}
#cookie_notification button {
  font-size: 34px;
  padding: 10px 20px;
  margin: 0 15px;
}

#overlay {
  display: none;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#overlay.show {
  display: flex;
  align-items: center;
}

#cookie_notification p {
  margin: 0;
  text-align: left;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.small-text {
  font-size: 16px !important;
  line-height: 21px !important;
  text-align: center !important;
  padding-bottom: 24px;
  padding-top: 24px;
}

.company_info {
  color: #fff;
  padding: 10px 65px;
  text-align: center;
  font-size: 12px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
}

.company_info a {
  color: #e9d191;
  text-decoration: none;
}

.company_info a:hover {
  color: #e9d191;
}

@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}

/* РњРћР‘РР›Р¬РќРђРЇ */

@media (max-width: 575px) {
  .company_info {
    color: #fff;
    margin: 0px 0px;
    text-align: center;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }

  .company_info p {
    padding: 0 50px;
    margin-bottom: 0 !important;
  }

  .big18 {
    font-size: 22px;
  }
  .arr-img,
  .text-img {
    margin-top: -55px;
  }
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }

  .mob-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .desc-img {
    display: none;
  }

  #cookie_notification {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    padding: 50px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.74);
    position: relative;
    height: 100%;
    flex-direction: column;
  }

  #cookie_notification p {
    margin: 0;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 40px;
  }

  #cookie_notification button {
    font-size: 18px;
    padding: 10px 20px;
    margin: 25px 15px;
  }

  .main-img img {
    display: block;
    width: 100%;
    height: inherit;
  }
}
