@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;
}

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

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

.cr_header {
  margin-bottom: 30px;
}
.cr_header img {
  width: 100%;
  display: block;
  height: 910px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .cr_header img {
    aspect-ratio: 1200/910;
    height: auto;
  }
}

.cr_imagebox {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cr_operasyon {
  background: #5d196a;
}
.cr_operasyon__title {
  border-bottom: 5px solid #ffffff;
  margin-bottom: 30px;
}

.cr_footer {
  background: #ffffff;
  padding: 35px 0;
}/*# sourceMappingURL=main.css.map */