#homeModal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  #homeModal .modal-dialog {
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
#homeModal .modal-header {
  padding: 0;
  border-bottom: none;
}
#homeModal a:hover {
  color: #ffffff;
}
#homeModal .btn-close {
  background: url("../../images/close-modal-icon-white.svg") no-repeat center/contain;
  position: absolute;
  top: 29px;
  right: 35px;
  border-radius: 0;
  opacity: 1;
  z-index: 99;
}
@media (min-width: 992px) {
  #homeModal .btn-close {
    top: 55px;
    right: 66px;
    padding: 7px;
  }
}
#homeModal .btn-close:focus, #homeModal .btn-close:focus-visible {
  outline: 1px solid white;
  outline-offset: 3px;
}
#homeModal .modal-content {
  color: #ffffff;
  background: #2C267A;
}
@media (min-width: 992px) {
  #homeModal .modal-content {
    margin: auto;
  }
}
#homeModal .btn-primery:hover, #homeModal .btn-primery:focus, #homeModal .btn-primery:focus-visible {
  color: #2C267A;
}
#homeModal .column {
  margin-bottom: 36px;
  min-width: 281px;
  max-width: 80%;
}
@media (min-width: 992px) {
  #homeModal .column {
    min-width: unset;
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #homeModal .column:nth-child(1) {
    max-width: 568px;
  }
}
@media (min-width: 992px) {
  #homeModal .column:nth-child(2) {
    max-width: 254px;
  }
}
@media (min-width: 992px) {
  #homeModal .column:nth-child(3) {
    max-width: 252px;
  }
}
#homeModal .column-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  padding-top: 11px;
  border-top: 3px solid #ffffff;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  #homeModal .column-title {
    max-width: 224px;
  }
}
#homeModal .modal-body {
  padding-top: 45px;
  padding-left: 41px;
  padding-bottom: 37px;
  padding-right: 45px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #homeModal .modal-body {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1175px;
    width: 100%;
    margin: 0 auto;
    padding-top: 103px;
    padding-bottom: 103px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#homeModal p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
#homeModal .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#homeModal .list .item {
  display: flex;
  gap: 36px;
}
#homeModal .list .item p:first-child {
  width: 30%;
}
@media (min-width: 992px) {
  #homeModal .list .item p:first-child {
    width: 40%;
  }
}
#homeModal .list-social {
  display: flex;
  gap: 17px;
}
#homeModal .list-social .list-item {
  border-radius: 50%;
}

.btn-home-page {
  width: 238px;
  height: 55px;
  font-size: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border: none;
  position: relative;
  padding: 8px;
}
@media (min-width: 992px) {
  .btn-home-page {
    width: 403px;
    height: 45px;
    min-height: 45px;
    font-size: 32px;
    padding-top: 8px;
    padding-left: 45px;
    padding-bottom: 15px;
    padding-right: 8px;
  }
}
@media (min-width: 1441px) {
  .btn-home-page {
    height: 70px;
    min-height: 70px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 34px;
  }
}
.btn-home-page-wrapper {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 55;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  font-family: "TelAvivMuseum0.1b-Regular", sans-serif;
}
@media (min-width: 992px) {
  .btn-home-page-wrapper {
    top: 337px;
    width: 403px;
    height: 70px;
    right: -167px;
    left: unset;
    bottom: unset;
    transform: rotate(270deg);
  }
}
.btn-home-page-wrapper.hide {
  display: none;
}
.btn-home-page-wrapper .btn-primery {
  background: #FFDD46;
  position: relative;
  color: #1C613B;
  width: 100%;
  align-items: center;
  flex-direction: row;
  gap: 13px;
  justify-content: center;
}
@media (min-width: 992px) {
  .btn-home-page-wrapper .btn-primery {
    width: 100%;
    justify-content: unset;
  }
}
.btn-home-page-wrapper .btn-primery::after {
  content: url("../../images/arrow-btn.svg");
  display: block;
  transform: rotate(90deg);
  width: 9px;
  height: 21px;
  display: block;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .btn-home-page-wrapper .btn-primery::after {
    content: url("../../images/arrow-green.svg");
    width: 21px;
    height: 50px;
    left: 42px;
    top: 0;
    position: absolute;
  }
}
@media (min-width: 1441px) {
  .btn-home-page-wrapper .btn-primery::after {
    left: 42px;
    top: 18%;
  }
}

.btn-home-page-wrapper > * {
  font-family: "TelAvivMuseum0.1b-Bold", sans-serif;
}

@media (min-width: 992px) {
  [dir=ltr] .btn-home-page-wrapper .btn-primery {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .btn-home-page-wrapper .btn-primery::after {
    left: 30px;
  }
}
