* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero {
  background-color: #222;
  color: white;
  position: relative;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: top left;
  min-height: 100vh;
}
.hero .content {
  padding: 140px 200px;
  display: flex;
  gap: 160px;
  flex: 1 1 auto;
}
.hero .content .slogan h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 32px;
}
.hero .content .slogan h2 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.hero .content .text p {
  font-size: 16px;
  font-weight: 400;
  margin: 24px 0;
  line-height: 150%;
}
.hero .logo {
  max-width: 100%;
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hero .logo img {
  display: block;
  width: 100%;
}
.hero .woman {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 20;
  max-width: 90%;
}
.hero .woman img {
  display: block;
  width: 100%;
}
.hero .subtitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 24px;
}
.hero .subtitle h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 100%;
}
.hero .contact-info {
  background-color: #C0C0C0;
  padding: 24px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 32px;
  margin-top: 24px;
}
.hero .contact-info p {
  margin: 6px 0 !important;
}
.hero .contact-info p a {
  color: #fff;
}
.hero .content {
  position: relative;
  z-index: 10;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.content{position: relative;}
.footer-logo img{position: absolute;
right: 0;
bottom: 0px;
padding-inline: 40px;
z-index: 999;}
.footer-logo img{width: 100%;max-width: 16%;}


@media screen and (max-width: 1440px) {
  .hero .content {
    padding: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .content {
    flex-direction: column;
    padding: 40px;
    padding-bottom: 440px;
    gap: 48px;
  }
  .hero .content .logo {
    width: 120px;
  }
  .hero .content .slogan h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .hero .woman {
    max-width: 360px;
  }
 
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .footer-logo img{position: absolute;
    display: inline !important;
 max-width: 200px !important;
   left:0 !important;
    bottom: 20px !important;
    padding-inline: 40px !important;
    z-index: 999 !important;}
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .footer-logo img{position: absolute;
    display: inline !important;
 max-width: 200px !important;
   left:0 !important;
    bottom: 20px !important;
    padding-inline: 40px !important;
    z-index: 999 !important;}
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .hero .content {
    padding-bottom: 240px;
  }
  .hero .woman {
    left: auto;
    right: 0;
  }
  .hero .contact-info {
    display: inline-flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .hero .woman {
    position: relative;
  }
  .hero .content {
    padding-bottom: 0;
  }
  .hero .content .logo {
    width: 100px;
  }
  .hero .content .subtitle h4 {
    font-size: 40px;
  }
  .hero .content .slogan h1 {
    font-size: 32px;
  }
.pk img{display: block !important;margin-top: 10px !important;margin-bottom: -15px;}
  
}  
.pk img{display: none;}

/*# sourceMappingURL=main.css.map */