@import url("https://images.hepsiburada.net/assets/gif/hepsiburada/web_fonts/fonts.css");
body {
  margin: 0;
  padding: 0;
}

.content-wrapper > .container {
  max-width: 100% !important;
  width: 100% !important;
}

section.static-page-main {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.footer {
  margin-top: 0 !important;
}

.cr_lp {
  width: 100%;
  background: #ff5d07;
  background-size: cover;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp img {
  max-width: 100%;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px 20px 10px;
  margin-inline: auto;
  position: relative;
}

.cr_header {
  margin-bottom: 35px;
}
.cr_header img {
  --height: 960;
  width: 100%;
  display: block;
  height: calc(1px * var(--height));
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .cr_header img {
    aspect-ratio: 1200/var(--height);
    height: auto;
  }
}
.cr_header img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 745px) {
  .cr_header img:nth-child(1) {
    display: none;
  }
  .cr_header img:nth-child(2) {
    display: block;
    aspect-ratio: unset;
  }
}

.cr_vc {
  display: flex;
  justify-content: center;
}

.cr_body {
  padding: 25px 0 35px 0;
}
.cr_body ul {
  margin: 0 0 0 20px;
  list-style: disc;
}
.cr_body ul li {
  margin-bottom: 0.6em;
  list-style: disc;
}/*# sourceMappingURL=main.css.map */