@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");
html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3px 20px;
}

.header {
  padding: 30px 0;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__mobile-btn {
  display: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__item:not(:last-child) {
  margin-right: 26px;
}

.header__link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Jost, serif;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 24px;
  border-radius: 4px;
  border: none;
  background-color: #FFFFFF;
  font-weight: 600;
  font-family: "Jost", serif;
  font-size: 16px;
  line-height: 24px;
  color: #09301D;
  transition: 0.5s ease;
}
.header__btn:hover {
  background-color: #09301D;
  color: #FFFFFF;
}
.header__btn:hover .header__btn-img {
  transform: rotate(30deg);
  filter: brightness(0) invert(1);
}

.header__btn-img {
  transition: 0.5s ease;
}

.header__modal {
  position: absolute;
  top: 30px;
  left: 60px;
  background-color: rgba(255, 255, 255, 0.8156862745);
  border-radius: 4px;
  display: none;
  padding: 15px;
  box-shadow: 0px 0px 8px 2px rgba(52, 31, 10, 0.1019607843);
}
.header__modal.header__modal--active {
  display: block;
}

.header__modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__modal-item:not(:last-child) {
  margin-bottom: 5px;
}

.header__modal-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #09301D;
  font-family: Jost, serif;
  transition: 0.5s ease;
}
.header__modal-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1140px) {
  .header__list {
    gap: 0;
  }
}
@media only screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
  .header__mobile-btn {
    display: block;
  }
  .header__logo {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .header {
    padding: 15px 0;
  }
  .header__btn {
    width: 188px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
    gap: 5px;
  }
}
.footer {
  background-image: url("../../img/hero_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 120px;
}

.footer__container {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 80px 100px 60px 100px;
}

.footer__get-consulting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.footer__logo-mobile {
  display: none;
}

.footer__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  width: 484px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin-left: 20px;
}

.footer__form--active {
  margin: 0;
  margin-top: 115px;
  margin-left: 424px;
}

.footer__form-title {
  font-family: Jost;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  margin: 0;
  color: #FFFFFF;
}

.footer__form-label {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8980392157);
  margin-top: 24px;
  margin-bottom: 16px;
}

.footer__form-input {
  width: Fill 404px px;
  height: Hug 48px px;
  padding: 12px 16px 12px 16px;
  gap: 10px;
  border-radius: 4px;
  border: 1.5px solid rgba(9, 48, 29, 0.2);
  opacity: 0px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
  background-color: transparent;
  margin-bottom: 32px;
  outline: 0;
}
.footer__form-input:focus {
  border: 1.5px solid #09301D;
}
.footer__form-input::-moz-placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__form-input::placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}

.footer__form-btn {
  width: Fill 404px px;
  height: Hug 48px px;
  background-color: #09301D;
  border-radius: 4px;
  border: none;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FEFDF9;
  box-shadow: 0px 0px 8px 2px rgba(52, 31, 10, 0.1019607843);
  padding: 12px 16px 12px 16px;
  text-align: center;
  transition: 0.5s ease;
}
.footer__form-btn:hover {
  background-color: #FFFFFF;
  color: #09301D;
  cursor: pointer;
}

.footer__link-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-item:not(:last-child) {
  margin-bottom: 8px;
}

.footer__nav-link {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__contact-wrap {
  display: flex;
  align-items: start;
  gap: 40px;
}

.footer__contacts-title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.footer__contacts-numbers {
  margin-bottom: 38px;
}

.footer__contacts-number {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
  color: #FFFFFF;
}
.footer__contacts-number:not(:last-child) {
  margin-bottom: 8px;
}

.footer__contacts-media {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 36px;
}

.footer__address {
  width: 294px;
}

.footer__address-title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.footer__address-link {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__arrow {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  padding: 20px;
  background-color: rgba(9, 48, 29, 0.6);
  animation-name: footerArrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
}

@keyframes footerArrow {
  from {
    transform: scale(0.8, 0.8);
  }
  to {
    transform: scale(1, 1);
  }
}
.footer__arrow-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: rgba(9, 48, 29, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

@media only screen and (max-width: 820px) {
  .footer__get-consulting {
    flex-direction: column;
  }
  .footer__form {
    display: none;
  }
  .footer__arrow {
    display: none;
  }
  .footer__container {
    padding: 32px 10px 32px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .footer__contact-wrap {
    margin-left: 40px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer__nav-link {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__contacts-title {
    font-size: 24px;
    line-height: 28px;
  }
  .footer__contacts-number {
    font-size: 18px;
    line-height: 22px;
  }
  .footer__address-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .footer__address-link {
    font-size: 18px;
    line-height: 22px;
  }
}
.hero {
  margin-top: -132px;
}

.hero__container {
  background-color: #09301D;
  background-image: url("../../img/hero_back.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__content {
  margin-top: 213px;
  margin-bottom: 269px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hero__title {
  margin: 0;
  margin-bottom: 33px;
}

.hero__img-savr-avenue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.hero__img-savr {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.hero__img-avenue {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.hero__img-a {
  margin-right: -50px;
}

.hero-img {
  transition: 0.3s;
}
.hero-img:hover {
  margin-top: -65px;
  transform: scale(1, 1.4);
}

.hero__mini-img {
  display: none;
}

.hero__link-wrap {
  padding: 11px 24px;
  border-radius: 10px;
  border: none;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.hero__link-wrap:hover {
  background-color: #09301D;
}
.hero__link-wrap:hover .hero__link {
  color: #FFFFFF;
}
.hero__link-wrap:hover .hero__arrow-black {
  filter: invert(100%);
  margin-left: 24px;
}
.hero__link-wrap:hover .hero__arrow-white {
  margin: 0;
}

.hero__link {
  font-weight: 600;
  font-family: "Jost", serif;
  font-size: 16px;
  line-height: 24px;
  color: #09301D;
  text-decoration: none;
}

.hero__arrow {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.hero__arrow-white {
  filter: invert(100%);
  margin-left: -24px;
  transition: 0.3s;
}

.hero__arrow-black {
  transition: 0.3s;
}

.hero-img {
  animation: hero__on-view 1s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(2) {
  animation: hero__on-view 1.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(3) {
  animation: hero__on-view 2.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(4) {
  animation: hero__on-view 3.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(5) {
  animation: hero__on-view 4.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(6) {
  animation: hero__on-view 5.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(7) {
  animation: hero__on-view 6.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(8) {
  animation: hero__on-view 7.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(9) {
  animation: hero__on-view 8.5s ease;
  opacity: 1;
  transform: translateX(0);
}

.hero-img:nth-child(10) {
  animation: hero__on-view 10.5s ease;
  opacity: 1;
  transform: translateX(0);
}

@keyframes hero__on-view {
  0% {
    opacity: 0;
    transform: scale(1, 1.4);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 820px) {
  .hero__content {
    margin-top: 200px;
    margin-bottom: 50px;
  }
  .hero__img-savr-avenue {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  .hero__content {
    margin-top: 180px;
    margin-bottom: 0;
  }
  .hero__link-wrap {
    display: none;
  }
  .hero__img-savr-avenue {
    display: none;
  }
  .hero__mini-img {
    width: 100%;
    display: block;
  }
}
.instructure {
  margin-top: 80px;
  padding: 0 20px;
}

.instructure__title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  margin: 0;
  margin-bottom: 32px;
  color: #09301D;
}

.instructure__list {
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.instructure__on-view {
  animation: instructure__on-view 1s ease;
  opacity: 1;
  transform: translateY(0);
}

@keyframes instructure__on-view {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.instructure__item {
  position: relative;
  width: calc(50% - 40px);
  border-radius: 12px;
  overflow: hidden;
}
.instructure__item:hover .instructure__item-info {
  transform: translateY(-155px);
}
.instructure__item:hover .instructure__item-text {
  opacity: 1;
}
.instructure__item:hover .instructure__text {
  margin-bottom: 8px;
}

.instructure__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: 0.5s ease;
  z-index: 1;
}

.instructure__item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  margin-bottom: -125px;
  transition: 0.5s ease-out;
}

.instructure__text {
  font-family: Jost;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -0.01em;
  margin: 0;
  color: white;
  margin-bottom: 50px;
  margin-left: 24px;
  transition: 0.5s ease;
}

.instructure__item-text {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
  color: white;
  margin-left: 16px;
  opacity: 0;
  transition: 0.5s ease;
}

@media only screen and (max-width: 820px) {
  .instructure__item {
    width: 100%;
    height: auto;
  }
  .instructure__item:hover .instructure__text {
    margin-bottom: 8px;
  }
  .instructure__item .instructure__text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .instructure__title {
    margin-bottom: 12px;
    font-size: 24px;
    margin-top: 20px;
  }
  .instructure__text {
    margin-bottom: -10px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .instructure {
    margin-top: 20px;
  }
  .instructure__list {
    gap: 10px;
  }
  .instructure__item {
    width: 100%;
    height: auto;
  }
  .instructure__item:hover .instructure__item-info {
    transform: translateY(-110px);
  }
  .instructure__item-info {
    margin-bottom: -95px;
  }
  .instructure__text {
    margin-bottom: 0px;
    font-size: 24px;
    margin-left: 10px;
  }
  .instructure__item-text {
    font-size: 12px;
    margin-left: 5px;
    line-height: 12px;
  }
}
.advantages {
  margin-top: 78px;
}

.advantages__title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #09301D;
  margin: 0;
  margin-bottom: 32px;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages__on-view {
  animation: advantages__on-view 1s ease;
  opacity: 1;
  transform: translateY(0);
}

@keyframes advantages__on-view {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.advantages__item {
  /* width: calc(25% - 120px);
  height: 200px; */
  /* width: calc(13% + 120px); */
  /* width: calc(13% + 160px); */
  width: 300px;
  height: 300px;
  background-color: #F5F4F0;
  border-radius: 200px;
  padding: 50px;
  margin-bottom: 60px;
  margin-left: 60px;
  transition: 0.5s;
  overflow: hidden;
}
.advantages__item:not(:last-child) {
  margin-right: 60px;
}
.advantages__item:nth-child(5) {
  margin-left: 100px;
}
.advantages__item:hover {
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /* width: 240px; */
}
.advantages__item-img {
  width: 150px;
  height: 150px;
  margin-left: 25px;
}
.advantages__item:hover .advantages__item-wrap {
  margin-left: -120px;
}
.advantages__item:hover .advantages__item-parag {
  width: 240px;
  opacity: 1;
  display: block;
}

.advantages__item-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: 0.8s;
}

.advantages__item:hover {
  transition: 0.8s;
  border-radius: 70px;
  /* transform: scale(1.2); */
}

.advantages__item-parag {
  min-width: 230px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #09301D;
  transition: 0.5s;
  margin: 0;
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 1110px) {
  .advantages__item {
    width: 150px;
    margin: 0;
  }
  .advantages__item:nth-child(5) {
    margin: 0;
  }
  .advantages__item:not(:last-child) {
    margin: 0;
  }
}
@media only screen and (max-width: 840px) {
  .advantages__item {
    padding: 30px;
  }
  .advantages__item:not(:last-child) {
    margin-right: 30px;
  }
  .advantages__item-wrap {
    margin-top: 10px;
    gap: 10px;
  }
  .advantages__item-parag {
    width: 100px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 620px) {
  .advantages__list {
    justify-content: start;
    gap: 20px;
  }
  
  .advantages__item-wrap {
    margin-bottom: 20px;
  }
  .advantages__item-parag {
    font-size: 14px;
    line-height: 18px;
    width: 120px;
  }
  .advantages__item {
    width: 150px;
    height: 150px;
    padding: 30px;
  }
  .advantages__item:hover {
    margin: 0;
  }
  .advantages__item:not(:last-child) {
    margin-right: 0;
  }
}
.about-project {
  margin-top: 33px;
}

.about-project__text {
  max-width: 100%;
}

.about-project__title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #09301D;
  margin: 0;
  margin-bottom: 24px;
}

.about-project__parag {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.about-project__parag:not(:last-child) {
  margin-bottom: 24px;
}

.about-project__img {
  width: 100%;
  position: relative;
}

.about-project__img-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-top: 32px; */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  /* overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth; */
  /* cursor: grab; */
}

.about-project__on-view {
  animation: about-project__on-view 1s ease;
}

@keyframes about-project__on-view {}

.about-project__img-catalog {
  min-width: 850px;
  height: 600px;
}

.about-project__ellipse-top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1600px;
  width: 100%;
  height: 60px;
  background-color: white;
  border-radius: 50% 50% 50% 50%/0% 0% 100% 100%;
  z-index: 2;
}

.about-project__ellipse-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1600px;
  width: 100%;
  height: 60px;
  background-color: white;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  z-index: 2;
}

.active {
  scroll-snap-type: unset;
}

.about-project__img-item {
  width: 850px;
  height: 600px;
  margin-right: 120px;
  z-index: 1;
  scroll-snap-align: center;
}

.about-project__img-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 820px) {
  .about-project__img-catalog {
    width: 600px;
    height: 400px;
  }
  .about-project__ellipse-bottom {
    display: none;
  }
  .about-project__ellipse-top {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .about-project__parag:last-child {
    display: none;
  }
  .about-project__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.planing {
  margin-top: 33px;
}

.planing__title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #09301D;
  margin: 0;
  margin-bottom: 24px;
}

.planing__types-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

.planing__types-item {
  position: relative;
  margin: 0;
  border: 1px solid rgba(9, 48, 29, 0.3019607843);
  padding: 25px 24px;
}
.planing__types-item:hover {
  outline: 2px solid rgba(9, 48, 29, 0.8);
}
.planing__types-item:hover .two-room {
  height: 100%;
}

.planing__types-item:hover .three-room {
  width: 60%;
}

.planing__types-item:hover .three-room {
  width: -100px;
}

.planing__types-text {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #09301D;
  margin: 0;
}

.two-room {
  transition: 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 40%;
  display: block;
  width: 2px;
  height: 0;
  background-color: rgba(9, 48, 29, 0.2);
}

.three-room {
  transition: 0.5s ease;
  position: absolute;
  bottom: 52px;
  left: 40%;
  display: block;
  width: 0px;
  height: 2px;
  background-color: rgba(9, 48, 29, 0.2);
}

.planing__cards-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  scroll-behavior: smooth;
}

.planing__cards-item {
  min-width: 280px;
  background-color: rgba(173, 173, 173, 0.1019607843);
  border-radius: 12px;
  padding: 50px;
}
.planing__cards-item:not(:last-child) {
  margin-right: 40px;
}
.planing__cards-item:first-child {
  margin-left: 30px;
}

.planing__img {
  transition: 0.5s ease;
}
.planing__img:hover {
  transform: scale(1.1);
}

.planing__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.planing__info-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}

.planing__info-text {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #181818;
  margin: 0;
}

.planing__info-parag {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgba(24, 24, 24, 0.6980392157);
  margin: 0;
}

.planing__cards {
  position: relative;
  max-width: 1290px;
}

.planing__btns {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  margin-left: -20px;
  margin-right: -20px;
}

.planing__btn {
  border: none;
  border-radius: 50%;
  padding: 24px;
  background-color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.0509803922);
}
.planing__btn:disabled {
  opacity: 0.5;
  cursor: default;
}

@media only screen and (max-width: 820px) {
  .planing__title {
    font-size: 32px;
    line-height: 38px;
  }
  .planing__types-list {
    flex-direction: column;
  }
  .planing__types-item {
    width: 100%;
  }
  .planing__types-text {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .planing__btn {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .planing__title {
    font-size: 24px;
    line-height: 29px;
  }
}
.location {
  margin-top: 80px;
}

.location__title {
  font-family: Jost;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  text-align: left;
  color: #09301D;
  margin: 0;
  margin-bottom: 32px;
}

.location__parag {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.location__map-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  margin-top: 48px;
}

.location__about {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 12px;
  background-color: rgba(173, 173, 173, 0.1019607843);
  max-width: 380px;
  width: 100%;
}

.location__onfoot-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #09301D;
  margin: 0;
}

.location__oncar-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #09301D;
  margin: 0;
}

.location__onfoot-info {
  margin: 0;
  margin-top: 12px;
}

.location__onfoot-dt {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(1, 1, 1, 0.8);
  margin: 0;
  float: left;
}

.location__oncar-dt {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(1, 1, 1, 0.8);
  margin: 0;
  float: left;
}

.location__onfoot-dd {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(1, 1, 1, 0.8);
  margin: 0;
}

.location__oncar-dd {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(1, 1, 1, 0.8);
  margin: 0;
}

.location__map {
  width: 820px;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .location__map-wrap {
    flex-direction: column-reverse;
  }
  .location__about {
    max-width: 100%;
  }
  .location__map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 450px) {
  .location__title {
    font-size: 32px;
    line-height: 38px;
  }
  .location__parag {
    font-size: 16px;
    line-height: 20px;
  }
  .location__map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .location__onfoot-title {
    font-size: 18px;
    line-height: 20px;
  }
  .location__oncar-title {
    font-size: 18px;
    line-height: 20px;
  }
  .location__oncar-dd {
    font-size: 14px;
    line-height: 16px;
  }
  .location__onfoot-dd {
    font-size: 14px;
    line-height: 16px;
  }
  .location__oncar-dt {
    font-size: 14px;
    line-height: 16px;
  }
  .location__onfoot-dt {
    font-size: 14px;
    line-height: 16px;
  }
}
.footer {
  background-image: url("../../img/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 120px;
}

.footer__container {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 80px 100px 60px 100px;
}

.footer__get-consulting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.footer__logo-mobile {
  display: none;
}

.footer__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  width: 484px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin-left: 20px;
}

.footer__form--active {
  margin: 0;
  margin-top: 115px;
  margin-left: 424px;
}

.footer__form-title {
  font-family: Jost;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  margin: 0;
  color: #FFFFFF;
}

.footer__form-label {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8980392157);
  margin-top: 24px;
  margin-bottom: 16px;
}

.footer__form-input {
  width: Fill 404px px;
  height: Hug 48px px;
  padding: 12px 16px 12px 16px;
  gap: 10px;
  border-radius: 4px;
  border: 1.5px solid rgba(9, 48, 29, 0.2);
  opacity: 0px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
  background-color: transparent;
  margin-bottom: 32px;
  outline: 0;
}
.footer__form-input:focus {
  border: 1.5px solid #09301D;
}
.footer__form-input::-moz-placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__form-input::placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}

.footer__form-btn {
  width: Fill 404px px;
  height: Hug 48px px;
  background-color: #09301D;
  border-radius: 4px;
  border: none;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FEFDF9;
  box-shadow: 0px 0px 8px 2px rgba(52, 31, 10, 0.1019607843);
  padding: 12px 16px 12px 16px;
  text-align: center;
  transition: 0.5s ease;
}
.footer__form-btn:hover {
  background-color: #FFFFFF;
  color: #09301D;
  cursor: pointer;
}

.footer__link-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-item:not(:last-child) {
  margin-bottom: 8px;
}

.footer__nav-link {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__contact-wrap {
  display: flex;
  align-items: start;
  gap: 40px;
}

.footer__contacts-title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.footer__contacts-numbers {
  margin-bottom: 38px;
}

.footer__contacts-number {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__contacts-number:not(:last-child) {
  margin-bottom: 8px;
}

.footer__contacts-media {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 36px;
}

.footer__address {
  width: 294px;
}

.footer__address-title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
  color: #FFFFFF;
}

.footer__address-link {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__arrow {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  padding: 20px;
  background-color: rgba(9, 48, 29, 0.6);
  animation-name: footerArrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: alternate;
}

@keyframes footerArrow {
  from {
    transform: scale(0.8, 0.8);
  }
  to {
    transform: scale(1, 1);
  }
}
.footer__arrow-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: rgba(9, 48, 29, 0.6980392157);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

@media only screen and (max-width: 820px) {
  .footer__get-consulting {
    flex-direction: column;
  }
  .footer__form {
    display: none;
  }
  .footer__arrow {
    display: none;
  }
  .footer__container {
    padding: 32px 10px 32px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .footer__contact-wrap {
    margin-left: 40px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer__nav-link {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__contacts-title {
    font-size: 24px;
    line-height: 28px;
  }
  .footer__contacts-number {
    font-size: 18px;
    line-height: 22px;
  }
  .footer__address-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .footer__address-link {
    font-size: 18px;
    line-height: 22px;
  }
}
.booking-hero {
  background-color: #092f1d;
  margin-top: -132px;
  margin-bottom: 32px;
}

.booking-hero__content {
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}

.booking-hero__wrap {
  display: flex;
  align-items: start;
  justify-content: center;
}

.booking-hero__img {
  position: relative;
  width: 800px;
  height: 540px;
  border-radius: 8px;
  background-image: url("../../img/hero_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 32px;
  overflow: hidden;
}

.block-1 {
  position: absolute;
  left: 300px;
  top: 285px;
  width: 230px;
  height: 257px;
  transition: 0.5s ease;
  opacity: 0;
}
.block-1:hover {
  opacity: 1;
}

.block-2 {
  position: absolute;
  left: 500px;
  top: 191px;
  width: 138.5px;
  height: 167px;
  transition: 0.5s ease;
  opacity: 0;
}
.block-2:hover {
  opacity: 1;
}

.booking-hero__title {
  font-family: Jost;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 32px;
}

.booking-hero__box {
  width: 200px;
  height: 540px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3960784314);
  z-index: 5;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 484px;
  background-color: rgba(188, 188, 188, 0.6980392157);
  border-radius: 4px;
}

.modal__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal__form-title {
  font-family: Jost;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  margin: 0;
  color: #FFFFFF;
}

.modal__form-label {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8980392157);
  margin-top: 24px;
  margin-bottom: 16px;
}

.modal__form-input {
  width: Fill 404px px;
  height: Hug 48px px;
  padding: 12px 16px 12px 16px;
  gap: 10px;
  border-radius: 4px;
  border: 1.5px solid rgba(9, 48, 29, 0.2);
  opacity: 0px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
  background-color: transparent;
  margin-bottom: 32px;
  outline: 0;
}
.modal__form-input:focus {
  border: 1.5px solid #09301D;
}
.modal__form-input::-moz-placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}
.modal__form-input::placeholder {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
}

.modal__form-btn {
  width: Fill 404px px;
  height: Hug 48px px;
  background-color: #09301D;
  border-radius: 4px;
  border: none;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FEFDF9;
  box-shadow: 0px 0px 8px 2px rgba(52, 31, 10, 0.1019607843);
  padding: 12px 16px 12px 16px;
  text-align: center;
  transition: 0.5s ease;
}
.modal__form-btn:hover {
  background-color: #FFFFFF;
  color: #09301D;
  cursor: pointer;
}

.modal__confirm {
  display: none;
}

.modal__confirm-heading {
  font-family: Jost;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
  margin: 0;
  color: white;
  text-align: center;
}

.modal__confirm-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 108px;
  margin-left: 150px;
  animation-name: confirm-img;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes confirm-img {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.modal__confirm-parag {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  color: white;
  text-align: center;
  margin: 0;
}

.modal--active {
  display: block;
}

.form--not-active {
  display: none;
}/*# sourceMappingURL=index.css.map */

.profile_address_map {
  width: 820px;
  height: 500px;
}