body {
  font-family: "bakh";
  background: #f0f3f5;
}

.header-estate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 0;
  width: 100%;
  background-color: #fff;
}

.header-estate div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-estate div:nth-child(2) a {
  color: #617798;
  font-size: 15px;
  text-decoration: none;
  margin-right: 30px;
}

.header-estate div:nth-child(3) {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.header-estate div:nth-child(3) span {
  color: #00011d;
  font-weight: bold;
  display: block;
}

.header-estate div:nth-child(3) svg {
  margin-right: 20px;
  margin-top: 20px;
}

.header-estate div:nth-child(4) {
  display: flex;
  align-items: center;
}

.header-estate div:nth-child(4) span {
  color: #617798;
  font-size: 15px;
}

.header-estate div:nth-child(4) svg {
  margin-right: 10px;
}

.home-header {
  background-image: url("../img/layout/union.png");
  width: 100%;
  height: 109px;
  background-repeat: round;
}

.home-header svg {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  margin-top: 10px;
}

.home-header {
  position: relative;
}

.in-connection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.in-connection div:nth-child(1) span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.in-connection div:nth-child(1) a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}

.in-connection div:nth-child(2) {
  display: flex;
  align-items: center;
}

.in-connection div:nth-child(2) span {
  color: #ffffff;
  font-size: 16px;
  padding-top: 8px;
  margin-left: 10px;
}

.contact-us {
  background-image: url("../img/layout/contact-us.png");
  width: 100%;
  height: 313px;
  background-position: center;
  margin-top: 50px;
  position: relative;

}

.contact-shape {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: linear-gradient(180deg, #FF8946 0%, #D3682C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6%;
  right: 10%;
}


.contact-all {
  background-image: url("../img/layout/counseling.png");
  width: 100%;
  height: 251.5px;
  background-repeat: round;
  margin-top: 30px;
  text-align: center;
  padding-top: 70px;
}

.contact-all span:nth-child(1) {
  display: block;
  color: #0e1935;
  font-weight: bold;
  font-size: 21px;
}

.contact-all span:nth-child(2) {
  display: block;
  color: #0e1935;
  font-size: 21px;
  margin-top: 10px;
}

.contact-all svg {
  margin-top: 35px;
  opacity: 0.1;
}

.names {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 10px 16px;
}

.names input {
  width: 100%;
  border: 0;
  color: #000000;
  font-size: 14px;
  outline: 0;
}

.messag {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 10px 16px;
}

.messag input {
  width: 100%;
  border: 0;
  color: #000000;
  font-size: 14px;
  outline: 0;
}

.number {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 10px 16px;
}

.number input {
  width: 100%;
  border: 0;
  color: #000000;
  font-size: 14px;
  outline: 0;
}

.messag-yuo {
  display: flex;
  /*     align-items: center; */
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  height: 114px;
}

.messag-yuo textarea {
  width: 100%;
  border: 0;
  color: #000000;
  font-size: 14px;
  outline: 0;
}

.messag-send button {
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  border-radius: 15px;
  border: 0;
  margin-top: 30px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  margin-right: auto;
}

.messag-send button svg {
  margin-right: 5px;
}

.side-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.side-menu .side-content {
  width: 315px;
  height: 763px;
  max-width: 90%;
  max-height: 90%;
  background: url(../img/layout/side-menu.svg);
  background-size: cover;
  position: relative;
  padding: 70px 20px;
}

.close-side {
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 43%;
  transform: translate(-50%, 0);
  top: -0.5%;
}

.side-basket {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-basket {
  position: relative;
  width: 50px;
  height: auto;
}

.user-basket span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  border-radius: 100%;
  font-size: 12px;
  top: -5px;
  right: -5px;
}

.side-link {
  overflow: hidden;
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.side-link a:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px 0;
  color: #000000;
}

.side-link a:not(:first-child) {
  display: block;
  margin-right: 20px;
  margin: 10px 20px 15px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.fade-logo {
  /* position: absolute; */
  left: 50%;
  /* transform: translate(-50%, 0); */
  bottom: 15%;
  margin: auto;
  display: block;
  margin-top: 50px;
  opacity: 0.5;
  width: 120px;
}

.footer-imgs {
  background-image: url("../img/layout/footer-all.png");
  width: 100%;
  /* height: 313px; */
  background-position: center;
  margin-top: 100px;
  padding: 10px 25px;
  position: relative;
}

.rise {
  background: #00011d;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  text-align: center;
  padding-top: 18px;
  position: absolute;
  left: 125px;
  top: 0;
}

.cheap-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  padding-bottom: 30px;
  margin-top: 30px;
}

.cheap-price div:nth-child(1) {
  display: flex;
  align-items: center;
  width: 50%;
}

.cheap-price div:nth-child(1) span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-right: 25px;
}

.cheap-price div:nth-child(1) span span {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding-top: 10px;
}

.cheap-price div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 50%;
}

.cheap-price div:nth-child(2) span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-right: 25px;
}

.cheap-price div:nth-child(2) span span {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding-top: 10px;
}

.cheap-price div:nth-child(3) {
  display: flex;
  align-items: center;
  width: 50%;
}

.cheap-price div:nth-child(3) span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-right: 25px;
}

.cheap-price div:nth-child(3) span span {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding-top: 10px;
}

.cheap-price div:nth-child(4) {
  display: flex;
  align-items: center;
  width: 34%;
}

.cheap-price div:nth-child(4) span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-right: 25px;
}

.cheap-price div:nth-child(4) span span {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
  padding-top: 10px;
}

.footer-border {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.text-footer {
  margin-top: 30px;
}

.text-footer p {
  color: #363636;
  font-size: 13px;
  line-height: 310%;
}

.links {
  margin-top: 25px;
  border-bottom: 0.7775px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.links span {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}

.pages {
  margin-top: 20px;
}

.pages div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages div:nth-child(1) a {
  text-decoration: none;
  color: #363636;
  font-size: 13px;
}

.pages div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.pages div:nth-child(2) a {
  text-decoration: none;
  color: #363636;
  font-size: 13px;
}

.pages div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.pages div:nth-child(3) a {
  text-decoration: none;
  color: #363636;
  font-size: 13px;
}

.pages div:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.pages div:nth-child(4) a {
  text-decoration: none;
  color: #363636;
  font-size: 13px;
}

.pages-2 {
  margin-top: 10px;
}

.pages-2 div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.pages-2 span:nth-child(1) {
  color: #363636;
  font-size: 13px;
  font-weight: bold;
}

.pages-2 div:nth-child(2) {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages-2 span:nth-child(2) {
  color: #363636;
  font-size: 13px;
}

.pages-2 div:nth-child(3) {
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages-2 span:nth-child(3) {
  color: #363636;
  font-size: 13px;
}

.pages-2 div:nth-child(4) {
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pages-2 span:nth-child(4) {
  color: #363636;
  font-size: 13px;
}

.all-rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.all-rights div:nth-child(1) span {
  color: #0e1935;
  font-size: 14px;
}

.all-rights div:nth-child(1) span span {
  color: #ff8946;
  font-weight: bold;
}

.all-rights div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10%;
}


.menu {
  background-image: url("../img/layout/menu-2.png");
  width: 95%;
  height: 73.33px;
  background-repeat: round;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.menu-layer {
  width: 100%;
  height: 160px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 5;
  background: linear-gradient(178.97deg, rgba(0, 0, 0, 0) 0.88%, rgba(0, 0, 0, 0.63) 99.11%);
  display: none;
}

.menu span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding-top: 30px;
}

.menu-home {
  background: linear-gradient(180deg, #ff8946 0%, #d3682c 100%);
  box-shadow: 0px 0px 30.3333px #f98442;
  transform: rotate(-180deg);
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-dropdown {
  position: relative;
  margin-right: 30px;
  color: #617798;
  cursor: pointer;
  z-index: 55;
}

.nav-dropdown>div:hover {
  display: block !important;
}

.nav-dropdown:hover>div {
  display: block;
}

.nav-dropdown>div>div:hover>nav {
  display: block;
}

.nav-dropdown>div>div>nav:hover {
  display: block;
}

.nav-dropdown>div {
  display: none;
  width: 150px;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-dropdown>div>div {
  position: relative !important;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 55555
}

.nav-dropdown>div>div nav {
  display: none;
  background: aqua;
  position: absolute;
  width: 140px;
  z-index: 5555155;
  top: 0;
  left: -142px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-dropdown>div>div nav a {
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin-right: 0 !important;

}

@media only screen and (max-width: 750px) {
  .in-connection {
    flex-direction: column;
    text-align: center;
  }

  .in-connection div:nth-child(1) span {
    margin-bottom: 10px;
    display: block;
  }

  .contact-all {
    background-image: none !important;
    background: #f0f3f5;
    border-radius: 13px;
  }

  .contact-us {
    background-image: none !important;
    background: #fff;
    height: 100%;
    border-radius: 15px;
    padding: 10px 0;
  }

  .messag-send button {
    position: initial;
  }

  .all-rights {
    flex-direction: column;
  }

  .all-rights div:nth-child(2) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 990px) {

  .header-estate>div:nth-child(2),
  .header-estate>div:nth-child(4) span {
    display: none;
  }

  .header-estate>div:nth-child(1) {
    display: block !important;
  }
}

@media only screen and (max-width: 590px) {
  .all-rights div:nth-child(2) {
    width: 28%;
  }
}

@media only screen and (max-width: 1400px) {
  .footer-imgs {
    background-image: none;
    background: #fff;
    border-radius: 20px;
  }

  .cheap-price div:nth-child(1) {
    width: 100%;
  }

  .cheap-price div:nth-child(2) {
    width: 100%;
  }

  .cheap-price div:nth-child(3) {
    width: 100%;
  }

  .cheap-price div:nth-child(4) {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .cheap-price {
    display: none;
  }

  .footer-border {
    border: 0;
  }

  .rise {
    left: 140px;
    top: -45px;
  }
}

@media only screen and (max-width: 2113px) {
  .menu {
    display: none;
  }
}

@media only screen and (max-width: 550px) {

  .menu,
  .menu-layer {
    display: flex;
  }
}

