.footer {}

.footer__top {
  background-color: var(--black-333);
  padding-top: 50px;
  padding-bottom: 100px;
}

.footer__top .container {
  max-width: 1595px;
}

.footer__top .iframe-wrapper {
  height: 300px;
}

.footer * {
  color: var(--white-color);
}

.footer a:hover {
  color: unset;
}

.footer__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__heading-logo {
  width: 190px;
}

.footer-btn {
  outline: none;
  border: none;
  border: 0;
  min-width: auto;
  opacity: 0.75;
  border-radius: 20px;
  /* color: var(--white-color); */
  color: #F5F5F5;
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  font-weight: 600;
  line-height: 24px;
  left: 0.25px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-out;
}

.footer-btn:hover {
  opacity: 1;
}

.footer-btn.active {
  outline: 5px auto -webkit-focus-ring-color;
}


.footer-close {
  transform: translateY(0px);
}

.footer-close.active {
  transform: translateY(-10px);
}

.footer__body {
  margin: 20px -15px 0 -15px;
}

.footer__body-block {
  padding: 0 15px;
}

.footer__body-block:first-child .column-item:nth-child(1) {
  padding-right: 10px;
}

.footer__body-block:first-child .column-item:nth-child(2) {
  padding-left: 10px;
}

.footer__body-block ul li {
  margin-bottom: 10px;
}

.footer__body-block ul li a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25;
  font-weight: 400;
  position: relative;
}

.footer__body-block ul li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--white-color);
  transition: all 0.2s ease-out;
}

.footer__body-block ul li a:hover {
  color: var(--white-color);
}

.footer__body-block ul li a:hover::before {
  width: 100%;
}

.footer__body-block .title {
  line-height: 51px;
  /* padding-bottom: 15px; */
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  /* font-size: 17px; */
  text-transform: uppercase;
}

.footer-map {
  width: 100%;
  height: 100%;
}

.footer__body-block:nth-child(2) .column-item:nth-child(1) {
  padding-right: 15px;
}

.footer__body-block:nth-child(2) .column-item:nth-child(2) {
  padding-left: 15px;
}

.footer__body-block:nth-child(2) .column-item:nth-child(2) .title {
  margin-bottom: 40px;
}

.footer__body-block .sub-title {
  font-family: Montserrat;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}

.footer__body-block .sub-title:nth-child(3) {
  margin-top: 22px;
}

.footer__body-block:nth-child(3) li {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.5;
}

.footer__body-block:nth-child(3) li a {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.footer__bottom {
  background-color: var(--black-color);
  padding: 25px 20px;
}

.footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer__bottom-left ul {
  display: flex;
  align-items: center;
}

.footer__bottom-left ul li {
  padding: 0 15px;
}

.footer__bottom-left ul li a {
  font-size: 15px;
  line-height: 21px;
  position: relative;
}

.footer__bottom-left ul li a:hover::before {
  width: 100%;
}

.footer__bottom-left ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0%;
  height: 1px;
  background: var(--white-color);
  transition: all 0.3s ease-out;
}

.footer__bottom-left ul li+li {
  border-left: 1px solid var(--black-333);
}

.footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 45px;
}

.footer-open {
  display: none;
}

.footer-open.active {
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .footer__top {
    display: none;
  }
}

/* mobile */
.footer__top-mobile {
  background-color: var(--black-333);
  padding: 50px 0 10px 0;
  display: none;
}

.footer__top-mobile .bottom {
  margin-top: 28px; 
}

.footer__top-mobile .bottom-title {
  position: relative;
  cursor: pointer;
}

.footer__top-mobile .bottom-title .symbol {
  display: none;
}

.footer__top-mobile .bottom-title.active .symbol.minus {
  display: block;
}

.footer__top-mobile .bottom-title:not(.active) .symbol.plus {
  display: block;
}

.footer__top-mobile .bottom-title .symbol {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}



.footer__top-mobile .bottom .bottom-content {
  display: none;
}

.footer__top-mobile .footer__body-block:nth-child(2) .column-item:nth-child(1) {
  padding: 0;
}

.footer__top-logo {
  width: 165px;
}

.footer__mobile-social {
  display: flex;
  align-items: center;
  gap: 30px;
}

.iframe-wrapper-tablet {
  height: 300px;
}
.block-footer-information {
  /* margin-top: 50px; */
  margin-bottom: 10px;
}

.block-footer-information p {
  margin-top: 8px;
  font-size: 15px;
}

.block-content {
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .footer__top-mobile {
    display: block;
  }

  .footer__bottom-left ul {
    flex-direction: column;
    align-items: start;
  }

  .footer__bottom-left ul li+li {
    border: none;
    margin-top: 10px;
  }

  .footer__body-block {
    padding: 0;
  }

  .footer__bottom {
    padding: 25px 0px
  }

  .footer__bottom-left ul li {
    padding: 0
  }
}

.footer__body-block ul li {
  margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {}

