* {
  font-family: Inter, sans-serif;
}

h5 {
  margin: 22px 12px 8px 12px;
}

body {
  margin: 0;
  background-color: rgb(0, 136, 238);
}

.mainBanner {
  margin: 0;
  padding: 0;
  height: 600px;
}

.mainBanner > h6 {
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 15px rgb(21, 21, 49);
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 4rem;
  margin: 10px 0;
}

.mainBanner > img {
  width: 100%;
  height: 600px;
  justify-self: center;
  object-fit: cover;
  overflow: hidden;
}


.csikcim {
  color: rgb(230, 230, 230);
  background-color: rgb(14, 27, 77);
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.h3-miertv {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: bold;
  color: rgb(240, 240, 240);
  text-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
}


.flexbox-500pet {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 44px;
  padding-bottom: 2px;
  border-radius: 35px 35px 30px 30px;
  background-color: rgb(1 54 95);
  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
}

.container-500pet {
  background-color: white;
  background: linear-gradient(180deg, #0088ee 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  padding: 12px;
}
.div-whitebg {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}
.div-500pet > h2 {
  margin: 28px 20px 22px 20px;
  color: rgba(255, 255, 255, 0.9);
}
.div-500pet > p {
  margin: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.flexbox-500pet > img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}



/* footer */
footer {
  padding: 12px;
  padding-top: 32px;
  background-color: #0088ee;
  background: linear-gradient(180deg, white 0%, #47afff 20%, #2696ec 26%, #0088ee 30%, #0088ee 100%);
}

footer > h4 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
}
footer > p {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

footer > form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer > form > input {
  padding: 12px;
  border-radius: 100px;
  border-width: 0;
  margin: 4px auto;
  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
  transition: all .4s;
}
footer > form > input:hover {
  scale: 1.05;
  box-shadow: 3px 8px 25px rgba(0, 0, 0, 0.2);
}
footer > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer > a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}
.kuld {
  font-weight: bold;
  cursor: pointer;
}

.footer-bannersocial {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 40px 0;
}
.footer-HMlogo {
  height: 18px;
  margin: 10px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-social img {
  height: 20px;
  margin: 4px 5px;
  transition: all .4s;
}
.footer-social img:hover {
  scale: 1.5;
}



@media(min-width: 450px) {
  .flexbox-500pet > img {
    border-radius: 30px 30px 0px 0px;
  }
}

/* @media(min-width: 600px) {
  .flexbox-500pet > img {display: none;}
} */

@media(min-width: 790px) {
  .flexbox-500pet {flex-direction: row; padding-bottom: 0;}
  .flexbox-500pet > img {
    width: auto; height: 400px;
    border-radius: 30px 0 0 30px;
  }
}

@media(min-width: 870px) {
  .flexbox-500pet > img {max-height: 300px;}
  .container-500pet { background-color: white; background: linear-gradient(180deg, #0088ee 0%, #2696ec 6%, #95d1ff 19%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);}
}

@media(min-width: 1000px) {
  .centerLargeS {
    display: flex;
    justify-content: center;
  }

  .FlexContainerXX {width: 1100px;}
  .flexbox-500pet {width: 1100px;}
  .flexbox-500pet > img {height: 300px;}
  .kartyaContainer {max-width: 1100px;}
}