@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: #210c0a;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp img {
  display: block;
  max-width: 100%;
}

.cr_bg-wrapper {
  background: url(images/bg.jpg);
  background-size: cover;
  padding-bottom: 35px;
}
@media screen and (max-width: 745px) {
  .cr_bg-wrapper .cr_container {
    padding: 0;
  }
}

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

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

.cr_full-video {
  position: relative;
  aspect-ratio: 16/9;
  margin: 24px 0;
}
.cr_full-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cr_appbar-wrapper {
  background: url(images/appbar-bg.png) center top;
  margin-top: -2vw;
}
@media screen and (max-width: 1024px) {
  .cr_appbar-wrapper {
    display: none;
  }
}

.cr_appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.cr_appbar__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 100px;
}
.cr_appbar__message {
  display: grid;
  gap: 25px;
  font-size: clamp(14px, 4vw, 26px);
  font-weight: bold;
  color: #ffffff;
}
.cr_appbar__message img {
  width: 100%;
  max-width: 570px;
}
.cr_appbar__links {
  display: flex;
  gap: 15px;
}
.cr_appbar__phone {
  width: 40%;
  margin-top: -4vw;
}
.cr_appbar__qr {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.cr_footer {
  background: #ff6400;
}/*# sourceMappingURL=main.css.map */