@import url(fonts.scss);
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 1px;
}

body {
  display: flex;
  justify-content: center;
  background: #ffffff;
}
body header {
  padding: 80px 0 0 0;
}
body header .header {
  display: flex;
  position: relative;
}
body header .header .container {
  max-width: 1420px;
  padding: 0 15px;
}
body header .header-content {
  display: flex;
  padding: 0 15px;
  margin: 90px 0 0 0;
  justify-content: space-between;
  gap: 60px;
}
body header .header-content .logo {
  display: flex;
}
body header .header-content .logo img {
  width: 90px;
}
body header .header-content .change {
  display: flex;
  position: absolute;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  z-index: 999;
  right: 20px;
  top: 20px;
}
body header .header-content .change .rus {
  background: #944242;
  padding: 10px 15px;
  font-size: 18px;
  font-family: FR;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  z-index: 999;
  transition: 300ms;
}
body header .header-content .change .rus:hover {
  background: rgba(148, 66, 66, 0.8901960784);
}
body header .header-content .change .uzb {
  background: rgba(148, 66, 66, 0.5764705882);
  padding: 10px 15px;
  font-size: 18px;
  font-family: FR;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  z-index: 999;
  transition: 300ms;
}
body header .header-content .change .uzb:hover {
  background: rgba(148, 66, 66, 0.3843137255);
}
body header .header-content .container {
  width: 1420px;
  padding: 0 15px;
}
body header .header-content .description {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
body header .header-content .images {
  height: 460px;
  width: 570px;
  display: flex;
  position: relative;
}
body header .header-content .images img {
  height: 300px;
  border-radius: 18px;
}
body header .header-content .images .pool1 {
  position: absolute;
  left: -50px;
  top: -30px;
}
body header .header-content .images .pool2 {
  position: absolute;
  right: 0;
  bottom: -40px;
}
body header .header-content h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}
body header .header-content .info {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body header .header-content .info h3 {
  font-family: FL;
  font-weight: 200;
  font-size: 24px;
  line-height: 40px;
}
body header .header-content .info button {
  cursor: pointer;
  width: 300px;
  padding: 20px 0;
  background: #8b4513;
  color: white;
  border-radius: 6px;
  font-weight: 500;
  font-size: 20px;
  font-family: FB;
  transition: 300ms;
}
body header .header-content .info button a {
  color: white;
  text-decoration: none;
  outline: none;
}
body header .header-content .info button:hover {
  background: rgb(143, 75, 27);
}
body header .header-content .info button:active {
  background: rgb(105, 55, 18);
}
body .aboutUs {
  margin: 130px 0 180px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .aboutUs .container {
  max-width: 1420px;
  padding: 0 15px;
  height: 100%;
}
body .aboutUs-content {
  margin: 140px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .aboutUs-content .video video {
  margin: 40px 10px 0 10px;
  border-radius: 15px;
  width: 820px;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.192);
  box-shadow: 5px 5px 17px 3px rgba(0, 0, 0, 0.3);
  transform: translateX(-60px);
}
body .aboutUs-content .info {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.151);
  transform: translateX(20px) translateY(-4rem);
  left: -30px;
  top: 100px;
  background: #ffffff;
  width: 580px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 15px;
}
body .aboutUs-content .info h1 {
  font-size: 50px;
  color: black;
}
body .aboutUs-content .info .smallLine {
  width: 70px;
  height: 4px;
  margin: 10px 0 25px;
  background: #e66d6d;
}
body .aboutUs-content .info .aboutUsP {
  font-size: 22px;
  font-family: FL;
  font-weight: 100;
  color: black;
  line-height: 34px;
}
body .included {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .included .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1420px;
  padding: 0 15px;
  height: 100%;
}
body .included-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
body .included-content h1 {
  font-size: 48px;
  font-weight: 500;
  font-family: FB;
}
body .included-content .introduction {
  font-size: 26px;
  padding: 0 30px;
  width: 900px;
  font-family: FL;
  font-weight: 100;
  color: black;
  text-align: center;
  line-height: 40px;
}
body .included-content .facilities {
  display: flex;
  gap: 160px;
  align-items: center;
  padding: 0 15px;
  margin: 90px 0 0 0;
}
body .included-content .facilities .group {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 50px;
  height: 250px;
}
body .included-content .facilities .card {
  display: flex;
  gap: 14px;
  align-items: center;
}
body .included-content .facilities .card .confirm {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
}
body .included-content .facilities .card .ThirdCardPar {
  width: 440px;
}
body .included-content .facilities .card img {
  width: 44px;
}
body .included-content .facilities .card .title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body .included-content .facilities .card .title h3 {
  font-size: 20px;
}
body .included-content .facilities .card .title p {
  line-height: 26px;
  font-size: 18px;
  font-weight: 100;
  font-family: FL;
}
body .contact {
  margin: 90px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}
body .contact .container {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1420px;
}
body .contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transform: translateY(80px);
}
body .contact-content .grouped {
  position: absolute;
  top: -90%;
  width: 100%;
}
body .contact-content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contact-content h1 {
  font-weight: 500;
  font-size: 48px;
  font-family: FB;
}
body .contact-content .contactPar {
  font-size: 26px;
  padding: 0 15px;
  margin: 40px 0 120px;
  font-family: FL;
  font-weight: 100;
  color: black;
  text-align: center;
  line-height: 40px;
}
body .contact-content .contacts {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  align-items: center;
}
body .contact-content .contacts .cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .contact-content .contacts .cell h2 {
  font-size: 28px;
  font-family: FL;
}
body .contact-content .contacts .cell h3 {
  font-size: 32px;
  font-weight: 100;
  font-family: FL;
}

@media (max-width: 1425px) {
  header {
    padding: 20px 0 0 0;
  }
  header .description {
    align-items: center !important;
  }
  .header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header-content .images {
    max-height: 0;
  }
  .header-content .images img {
    display: none;
  }
  .header-content .info {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .aboutUs {
    margin: 10px 0 100px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aboutUs .video video {
    width: 560px !important;
  }
  .aboutUs .info {
    width: 480px !important;
  }
  .aboutUs .info h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 1150px) {
  .facilities {
    gap: 20px !important;
    align-items: center;
    margin: 40px 0 0 0 !important;
  }
  .facilities .group {
    width: 100%;
    justify-content: space-around;
  }
  .facilities .group .card {
    width: 100%;
    align-items: center;
  }
  .facilities .group .card .confirm {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 1070px) {
  .aboutUs {
    margin: 0 0 100px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aboutUs .aboutUs-content {
    margin: 20px 0 0 0;
  }
  .aboutUs .aboutUs-content .video video {
    width: 500px !important;
  }
  .aboutUs .aboutUs-content .info {
    width: 400px !important;
  }
  .aboutUs .aboutUs-content .info h1 {
    font-size: 28px !important;
  }
  .aboutUs .aboutUs-content .info .aboutUsP {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .contact .grouped {
    top: -100px;
  }
  .contact .contactPar {
    font-size: 20px !important;
    line-height: 26px !important;
    width: auto !important;
  }
  .contact .cell {
    scale: 0.8;
  }
}
@media (max-width: 920px) {
  body h1 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  header {
    padding: 40px 0 0 0 !important;
  }
  header .mainPar {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .included .included-content .facilities {
    margin: 0 !important;
    flex-direction: column;
    gap: 50px !important;
  }
  .included .included-content h1 {
    font-size: 36px !important;
  }
  .included .included-content .introduction {
    width: 100% !important;
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 0 15px;
  }
  .contact {
    height: 760px !important;
  }
  .grouped {
    top: -200px;
  }
}
@media (max-width: 885px) {
  .aboutUs {
    height: 540px;
  }
  .aboutUs-content {
    margin: 20px 0 0 0;
    flex-direction: column;
  }
  .aboutUs-content .info {
    transform: translateX(30px) translateY(330px) !important;
  }
  .aboutUs-content .video video {
    transform: translateX(0) translateY(-180px) !important;
  }
  .contact {
    height: 720px !important;
  }
  .contact .grouped {
    transform: translateX(px);
  }
}
@media (max-width: 800px) {
  .contactPar {
    max-width: 600px !important;
  }
}
@media (max-width: 760px) {
  .header-content {
    width: auto !important;
  }
  .header .description {
    width: 100% !important;
  }
  .grouped {
    top: -50% !important;
  }
  .contactPar {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .contactTitle {
    font-size: 30px !important;
  }
  .contact .contacts {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  header {
    transform: translateY(-20px) !important;
    padding: 10px 0 0 0 !important;
  }
  .grouped {
    top: -45% !important;
  }
  .info {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .images {
    width: 0px !important;
  }
}
@media (max-width: 540px) {
  .contact {
    height: 600px !important;
  }
  .includedTitle {
    width: 290px;
    display: flex;
    text-align: center;
  }
  .grouped {
    top: -35% !important;
  }
  .aboutUs {
    height: 420px;
    transform: translateY(-100px);
    margin: 0 0 60px !important;
  }
  .aboutUs .video video {
    max-width: 400px;
  }
  .aboutUs .info {
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.281) !important;
  }
  .contact-content {
    width: 340px !important;
  }
  .contact-content .contacts {
    transform: translateY(-70px) !important;
  }
  .contact-content .contactPar {
    flex-wrap: wrap;
    font-size: 16px !important;
  }
  .ThirdCardPar {
    max-width: 270px !important;
  }
  .card {
    width: 320px !important;
  }
  .aboutUs .info {
    transform: translateY(330px) !important;
  }
}
@media (max-width: 490px) {
  .info {
    width: 300px;
  }
  .includedTitle {
    width: 290px;
    display: flex;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .introduction {
    font-size: 16px !important;
  }
  .includedTitle {
    width: 290px;
    display: flex;
    text-align: center;
  }
  .aboutUs video {
    scale: 0.9;
  }
  .aboutUs .info {
    scale: 0.9;
  }
  header {
    scale: 0.9;
  }
}
@media (max-width: 400px) {
  #app {
    transform: translateX(5%);
  }
  .info {
    width: 100% !important;
  }
  .mainTitle {
    width: 100% !important;
    font-size: 30px !important;
  }
  .introduction {
    max-width: 340px !important;
  }
  header {
    scale: 0.85;
  }
  .contact-content {
    width: 330px !important;
  }
}

/*# sourceMappingURL=style.css.map */
