@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: KZBookAntiquaBold;
  src: url('/fonts/ANTQUAB.ttf');
}
@font-face {
  font-family: KZBookAntiqua;
  src: url('/fonts/BKANTKZ.ttf');
}
@font-face {
  font-family: KZPFMonumentaPro;
  src: url('/fonts/KZPFMonumentaPro-Regular.ttf');
}
@font-face {
  font-family: PFMonumentaPro;
  src: url('/fonts/PFMonumentaPro.ttf');
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}
#popup__toggle{bottom:50px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#00aa72;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #00aa72;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#00aa72;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/image/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/* конец кнопки звонка */

body {
  font-family: "Poppins", sans-serif;
  background: url(/image/bg.jpg);
}

/* ///////////..utility classes../////////// */

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.container-envelope {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}


/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  box-shadow: 0px 5px 10px 0px #aaa;
  position: fixed;
  width: 100%;
  background:#dacf96;
  color: #000;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #117964;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}

/* ............//// Showcase styling ////......... */

.showcase-area {
  height: 110vh;
  background: url("/image/headmain.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.showcase-container {
  position: relative;
  top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.5rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
  color:#f1f1f1;
}
.text{
  color:#f1f1f1;
}
.treeLeaf-img img{
   position: absolute;
   max-width: 50%;
}
.logoIcon-img img{
  position: absolute;
  margin: auto;
  max-width: 25%;
  overflow: auto;
  top: 0; left: 0; bottom: 100px; right: 0;
}
/* ......//about us//...... */

#sanatorium .container-envelope{
  position: relative;
  background: url("https://res.cloudinary.com/dginpiz5t/image/upload/v1678959879/2-layers_rvbg7w.png");
  padding:180px 40px 40px 70px;
  margin-top: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.about-img {
  transform: translateX(150%);
  animation: about-img-animation 1s ease-in-out forwards;
  object-position: center;
  object-fit: cover;
}

@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}*/
.about-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#sanatorium h2 {
  font-size: 2.3rem;
}

#sanatorium p {
  font-size: 1.2rem;
  color: #555;
}

#sanatorium .small {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
}

.items{
  display: flex;
  flex: 1 1 280px;
  justify-content: space-evenly;
  margin-bottom: 3rem;
  margin-right: 3rem;
}
.first{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;
}
.second{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;

}
.third{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;
}
.fourth{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;
}
.fifth{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;

}
.sixth{
  width: 60px;
  height: 300px;
  border-radius: 30px;
  border-style: dashed;
  border-color: #aba16f;
}


.about-img img {
  display: block;
  max-height: 1200px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.img-sanatorium{
  position: absolute;
  transition: all 0.3s ease-in-out 0.1s;
}
.sanatorium-content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ease-in-out 0.1s;
}


.sanatorium-content a {
  position: relative;
  top:25px;
  font-size: 2rem;
  color:#dacf96;
}
.img-sanatorium::after {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 30px;
  width: 80%;
  height: 90%;
  background: rgba(0, 0, 0, 0.871);
  opacity: 0;
  z-index: 1;
  border-radius: 20%;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: all 0.3s ease-in-out;
}

.img-sanatorium:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.img-sanatorium:hover .sanatorium-content {
  opacity: 1;
  top: 40%;
}
.about-wrapper img{
  position: relative;
  display: block;
  width: 74%;
  height: 75%;
  object-fit: cover;
  object-position: center;
  top: 25%; left: 12%; bottom: 0; right: 0;
}
.title-sanatoruim{
  position: relative;
  font-family: "KZBookAntiquaBold";
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #897558;
  text-align: center;
}

/* ..........////saryagash///........... */

#saryagash {
  background: url(/image/saryagash.webp);
  padding:10rem 0 10rem 0;
  margin-top: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

#saryagash .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}
#saryagash .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}

.saryagash-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-saryagash {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-saryagash-animation 1s ease-in-out forwards;
}

@keyframes img-saryagash-animation {
  100% {
    transform: translate(0);
  }
}

.img-saryagash img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-saryagash-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-saryagash-text-animation 1s ease-in-out forwards;
}

@keyframes about-saryagash-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-saryagash{
  font-family: KZBookAntiqua;
  font-size: 1.2rem;
  text-align: left;
  color: #fbfbfb;
  line-height: 18px;
  font-weight: 400;
}
.saryagash-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-saryagash-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-saryagash-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-saryagash-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-saryagash-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #fbfbfb;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-saryagash-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.1rem;
  text-align: left;
  color: #fbfbfb;
  line-height: 25px;
  font-weight: 200;
}

.images-saryagash {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-saryagash-animation 1s ease-in-out forwards;
}

@keyframes images-saryagash-animation {
  100% {
    transform: translate(0);
  }
}

.images-saryagash img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
/* .........../array deluxe/............ */

#arraydeluxe {
  padding:5rem 0 5rem 0;
}

#arraydeluxe .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}
#arraydeluxe .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}

.arraydeluxe-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-arraydeluxe {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-arraydeluxe-animation 1s ease-in-out forwards;
}

@keyframes img-arraydeluxe-animation {
  100% {
    transform: translate(0);
  }
}

.img-arraydeluxe img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-arraydeluxe-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-arraydeluxe-text-animation 1s ease-in-out forwards;
}

@keyframes about-arraydeluxe-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-arraydeluxe{
  font-family: KZBookAntiqua;
  font-size: 1.3rem;
  text-align: left;
  color: #222222;
  line-height: 18px;
  font-weight: 400;
}
.arraydeluxe-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-arraydeluxe-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-arraydeluxe-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-arraydeluxe-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-arraydeluxe-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #222222;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-arraydeluxe-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.2rem;
  text-align: left;
  color: #222222;
  line-height: 25px;
  font-weight: 200;
}

.images-arraydeluxe {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-arraydeluxe-animation 1s ease-in-out forwards;
}

@keyframes images-arraydeluxe-animation {
  100% {
    transform: translate(0);
  }
}

.images-arraydeluxe img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}

/* ........./ qazaqstan /.......... */

#qazaqstan {
  background: url(/image/kaz.webp);
  padding:10rem 0 10rem 0;
  margin-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
}

#qazaqstan .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}
#qazaqstan .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}

.qazaqstan-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-qazaqstan {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-qazaqstan-animation 1s ease-in-out forwards;
}

@keyframes img-qazaqstan-animation {
  100% {
    transform: translate(0);
  }
}

.img-qazaqstan img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-qazaqstan-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-qazaqstan-text-animation 1s ease-in-out forwards;
}

@keyframes about-qazaqstan-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-qazaqstan{
  font-family: KZBookAntiqua;
  font-size: 1.2rem;
  text-align: left;
  color: #fbfbfb;
  line-height: 18px;
  font-weight: 400;
}
.qazaqstan-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-qazaqstan-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-qazaqstan-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-qazaqstan-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-qazaqstan-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #fbfbfb;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-qazaqstan-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.1rem;
  text-align: left;
  color: #fbfbfb;
  line-height: 25px;
  font-weight: 200;
}

.images-qazaqstan {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-qazaqstan-animation 1s ease-in-out forwards;
}

@keyframes images-qazaqstan-animation {
  100% {
    transform: translate(0);
  }
}

.images-qazaqstan img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
/* .........../altynai/............ */

#altynai {
  padding:5rem 0 5rem 0;
}

#altynai .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}
#altynai .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}

.altynai-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-altynai {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-altynai-animation 1s ease-in-out forwards;
}

@keyframes img-altynai-animation {
  100% {
    transform: translate(0);
  }
}

.img-altynai img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-altynai-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-altynai-text-animation 1s ease-in-out forwards;
}

@keyframes about-altynai-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-altynai{
  font-family: KZBookAntiqua;
  font-size: 1.3rem;
  text-align: left;
  color: #222222;
  line-height: 18px;
  font-weight: 400;
}
.altynai-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-altynai-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-altynai-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-altynai-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-altynai-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #222222;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-altynai-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.1rem;
  text-align: left;
  color: #222222;
  line-height: 25px;
  font-weight: 200;
}

.images-altynai {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-altynai-animation 1s ease-in-out forwards;
}

@keyframes images-altynai-animation {
  100% {
    transform: translate(0);
  }
}

.images-altynai img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
/* .........../salmakaravan/............ */

#salmakaravan {
  background: url(/image/salma.webp);
  padding:10rem 0 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#salmakaravan .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}
#salmakaravan .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #ffff;
  font-family: KZBookAntiquaBold;
}

.salmakaravan-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-salmakaravan {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-salmakaravan-animation 1s ease-in-out forwards;
}

@keyframes img-salmakaravan-animation {
  100% {
    transform: translate(0);
  }
}

.img-salmakaravan img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-salmakaravan-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-salmakaravan-text-animation 1s ease-in-out forwards;
}

@keyframes about-salmakaravan-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-salmakaravan{
  font-family: KZBookAntiqua;
  font-size: 1.3rem;
  text-align: left;
  color: #ffff;
  line-height: 18px;
  font-weight: 400;
}
.salmakaravan-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-salmakaravan-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-salmakaravan-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-salmakaravan-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-salmakaravan-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #ffff;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-salmakaravan-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.1rem;
  text-align: left;
  color: #ffff;
  line-height: 25px;
  font-weight: 200;
}

.images-salmakaravan {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-salmakaravan-animation 1s ease-in-out forwards;
}

@keyframes images-salmakaravan-animation {
  100% {
    transform: translate(0);
  }
}

.images-salmakaravan img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
/* .........../salmakaravan/............ */

#aktilek {
  padding:5rem 0 5rem 0;
}

#aktilek .name-kompleks {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}
#aktilek .name-sanatoruim {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #222222;
  font-family: KZBookAntiquaBold;
}

.aktilek-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.img-aktilek {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: img-aktilek-animation 1s ease-in-out forwards;
}

@keyframes img-aktilek-animation {
  100% {
    transform: translate(0);
  }
}

.img-aktilek img {
  display: block;
  height: 350px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}
.about-aktilek-text {
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-aktilek-text-animation 1s ease-in-out forwards;
}

@keyframes about-aktilek-text-animation {
  100% {
    transform: translate(0);
  }
}
.about-aktilek{
  font-family: KZBookAntiqua;
  font-size: 1.3rem;
  text-align: left;
  color: #222222;
  line-height: 18px;
  font-weight: 400;
}
.aktilek-treatment-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.treatment-sanatorium-aktilek-text{
  flex: 1 1 300px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: treatment-sanatorium-aktilek-animation 1s ease-in-out forwards;
}

@keyframes treatment-sanatorium-aktilek-animation {
  100% {
    transform: translate(0);
  }
}
.treatment-sanatorium-aktilek-text h2{
  font-family: KZBookAntiquaBold;
  font-size: 3rem;
  color: #222222;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.treatment-sanatorium-aktilek-text ol{
  font-family: KZBookAntiqua;
  font-size: 1.1rem;
  text-align: left;
  color: #222222;
  line-height: 25px;
  font-weight: 200;
}

.images-aktilek {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: images-aktilek-animation 1s ease-in-out forwards;
}

@keyframes images-aktilek-animation {
  100% {
    transform: translate(0);
  }
}

.images-aktilek img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}

/* ........ Contact Us........... */

#contact {
  background: url(/image/footer.webp);
  padding: 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-container {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.item{
  display: flex;
  flex: 1 1 280px;
  margin-right: 1rem;
}
#contact a{
  text-decoration: none;
  color: #eee;
  font-size: 1rem;
  font-family: KZPFMonumentaPro;
}

.content-link{
  margin-left: 6rem;
  position: relative;
  bottom: 62px;
}
.content-link1{
  margin-left: 6rem;
  position: relative;
  bottom: 50px;
}
.link-context{
  position: relative;
  top:40px;
}
.img-location img{
  display: inline-block;
  height: 70px;
  max-width: 100%;
}

.img-logos img {
  display: block;
  max-width: 100%;
  float: left;
}

.form-container {
  padding: 1rem;
  width: 50%;
  margin: auto;
}

.form-container input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 1rem 0;
  box-shadow: none;
  outline: none;
  margin-bottom: 1rem;
  color: #444;
  font-weight: 500;
}

.form-container textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  color: #444;
  outline: none;
  padding: 1rem 0;
  resize: none;
}

.form-container h2 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 1rem;
  margin-top: -1.2rem;
}

.form-container a {
  font-size: 1.3rem;
}

#footer h2 {
  text-align: center;
  font-size: 1.8rem;
  padding: 2.6rem;
  font-weight: 500;
  color: #fff;
  background: rgb(65, 65, 65);
}

/* ......../ media query /.......... */

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .logoIcon-img img{
    position: absolute;
    margin: auto;
    max-width: 40%;
    overflow: auto;
    top: 0; left: 0; bottom: 25px; right: 0;
  }
  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  /* ......./ food /......... */

  .food-container {
    flex-direction: column;
    align-items: stretch;
  }

  .food-type:not(:last-child) {
    margin-bottom: 3rem;
  }

  .food-type {
    box-shadow: 5px 5px 10px 0 #aaa;
  }

  .img-container {
    margin: 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 65%;
  }

  .navbar .menu-items li{
      font-size: 1.6rem;
  }

  .img-saryagash img {
    display: block;
    height: 300px;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .images-saryagash img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .img-arraydeluxe img {
    display: block;
    height: 300px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .images-arraydeluxe img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .img-qazaqstan img {
    display: block;
    height: 300px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .images-qazaqstan img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .img-altynai img {
    display: block;
    height: 300px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position:  center;
  }
  .images-altynai img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .img-salmakaravan img {
    display: block;
    height: 350px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .images-salmakaravan img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .img-aktilek img {
    display: block;
    height: 350px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .images-aktilek img {
    display: block;
    height: 230px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
  }
  .logoIcon-img img{
    position: absolute;
    margin: auto;
    max-width: 50%;
    overflow: auto;
    top: 0; left: 0; bottom: 0; right: 0;
  }
  .contact-container {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
  }
  .item{
    display: flex;
    flex: 1 1 30px;
  }
  .content-link{
    padding: 1rem;
    position: relative;
    left: 20px;
  }
  .content-link1{
    padding: 1rem;
    position: relative;
    left: 20px;
  }

  .img-sanatorium{
    position: absolute;
    transition: all 0.3s ease-in-out 0.1s;
    width: 80%;
  }
  .treatment-sanatorium-saryagash-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-saryagash-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .treatment-sanatorium-arraydeluxe-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-arraydeluxe-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .treatment-sanatorium-qazaqstan-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-qazaqstan-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .treatment-sanatorium-altynai-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-altynai-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .treatment-sanatorium-salmakaravan-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-salmakaravan-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .treatment-sanatorium-aktilek-text h2{
    font-family: KZBookAntiquaBold;
  }
  .treatment-sanatorium-aktilek-text ol{
    font-family: KZBookAntiqua;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px;
  }
  .about-saryagash{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color: #fbfbfb;
    line-height: 15px;
    font-weight: 400;
  }
  .about-arraydeluxe{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color: #222222;
    line-height: 18px;
    font-weight: 400;
  }
  .about-qazaqstan{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color:  #fbfbfb;
    line-height: 18px;
    font-weight: 400;
  }
  .about-altynai{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color: #222222;
    line-height: 18px;
    font-weight: 400;
  }
  .about-salmakaravan{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color:  #fbfbfb;
    line-height: 18px;
    font-weight: 400;
  }
  .about-aktilek{
    font-family: KZBookAntiqua;
    font-size: 1.5rem;
    text-align: left;
    color: #222222;
    line-height: 18px;
    font-weight: 400;
  }
  .logo {
    position: absolute;
    top: 06px;
    right: 15px;
    font-size: 3rem;
  }
  .img-logos{
    position: relative;
    top: 0; left: 25%; bottom: 0; right: 0;
  }
  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }
  .logoIcon-img img{
    position: absolute;
    margin: auto;
    max-width: 30%;
    overflow: auto;
    top: 0; left: 0; bottom: 60px; right: 0;
  }
  .img-container .btn {
    font-size: 0.7rem;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 50vmax;
  }
}

@media (max-width: 400px){
  .first{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  }
  .second{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  
  }
  .third{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  }
  .fourth{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  }
  .fifth{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  
  }
  .sixth{
    width: 60px;
    height: 230px;
    border-radius: 30px;
    border-style: dashed;
    border-color: #aba16f;
  }
  
}