html {
  scroll-behavior: smooth;
}
.cb {
  color: #2C2C2C;
  width: 100%;
  max-width: 1600px;
  min-height: 300px;
  margin: auto;
  padding: 0 20px;
}
.cb-content {
  padding: 0 2rem;
}
.cb-teaser-top {
  display: flex;
  flex-direction: row;
  column-gap: 64px;
  margin-top: 44px;
  margin-bottom: 25px;
  align-items: center;
}
.cb-teaser-top__picture {
  flex: 1 1 50%;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 35px 25px 21px 26px;
}
.cb-teaser-top__picture img {
  max-width: 100%;
}
.cb-teaser-top__pictureMobile {
  display: none;
}
.cb-teaser-top-textwrap {
  flex: 1 1 50%;
  max-width: 589px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cb-teaser-top-textwrap a {
  width: 190px;
}
.cb-teaser-top-textwrap__h1 {
  font-size: 45px;
  line-height: 45px;
  color: #d7007f;
  margin-bottom: 30px;
}
.cb-teaser-top-textwrap__h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.cb-teaser-top-textwrap__h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
  color: #d7007f;
}
.cb-teaser-info {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  margin-bottom: 20px;
}
.cb-teaser-info-box {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 55px 55px 55px 45px;
}
.cb-teaser-info-box__icon {
  width: 68px;
  margin-bottom: 25px;
  height: 90px;
}
.cb-teaser-info-box__h2 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
}
.cb-teaser-info-box__h3 {
  font-size: 22px;
  line-height: 26px;
}
.cb-teaser-app {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.cb-teaser-app.active .cb-teaser-app-wrap {
  display: flex;
}
.cb-teaser-app.active .cb-teaser-app-hl__arrow {
  transform: rotateX(180deg);
}
.cb-teaser-app-hl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  padding: 42px 35px 42px 45px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.cb-teaser-app-hl__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.cb-teaser-app-hl__arrow {
  min-width: 2rem;
  margin-left: 2rem;
  fill: #fff;
  transition: transform 0.25s ease-in-out;
}
.cb-teaser-app-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.cb-teaser-app-wrap-box {
  flex: 1 1 359px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 37px 15px 22px 20px;
  height: 198px;
  justify-content: center;
}
.cb-teaser-app-wrap-box__icon {
  margin-bottom: 17px;
}
.cb-teaser-app-wrap-box__h3 {
  font-size: 24px;
  line-height: 29px;
}
.cb-countdown__header {
  font-size: 39px;
  line-height: 54px;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
.cb-offer__h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px;
}
.cb-offer-tretinka {
  display: flex;
  flex-direction: row;
  background-color: #F5F5F5;
  border-radius: 20px;
  align-items: center;
  padding: 20px 35px 20px 25px;
  margin-bottom: 50px;
}
.cb-offer-tretinka a {
  margin-left: auto;
}
.cb-offer-tretinka__icon {
  margin-right: 40px;
}
.cb-offer-tretinka-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cb-offer-tretinka-textwrap__h3 {
  font-size: 40px;
  line-height: 48px;
  color: #d7007f;
  margin-bottom: 5px;
}
.cb-offer-tretinka-textwrap__h4 {
  font-size: 18px;
  line-height: 21px;
}
.cb-offer-iphones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 25px;
  column-gap: 25px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.cb-offer-iphones-box {
  flex: 1 1 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  gap: 25px;
}
.cb-offer-iphones-box:nth-of-type(1),
.cb-offer-iphones-box:nth-of-type(2) {
  flex: 1 1 47%;
  flex-direction: row;
}
.cb-offer-iphones-box__picture img {
  min-width: 150px;
  max-width: 100%;
}
.cb-offer-iphones-box-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cb-offer-iphones-box-textwrap__h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.cb-offer-iphones-box-textwrap__h4 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.cb-offer-iphones-box-textwrap__price {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
}
.cb-offer-iphones__conditions {
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  text-align: center;
  margin-inline: auto;
}
.cb-offer-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-radius: 20px;
  gap: 50px;
  padding: 25px;
  margin-bottom: 50px;
}
.cb-offer-row__discount {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  background-color: #d7007f;
  border-radius: 80px;
  color: #fff;
  padding: 15px;
}
.cb-offer-row-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-offer-row-hero__h3 {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}
.cb-offer-row-hero__picture {
  margin-bottom: 20px;
}
.cb-offer-row-hero__picture img {
  min-width: 250px;
  max-width: 100%;
}
.cb-offer-row-hero__logo {
  max-width: 250px;
  margin-inline: auto;
}
.cb-offer-row-products {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.cb-offer-row-products-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px 45px;
  border-radius: 10px;
}
.cb-offer-row-products-box__picture img {
  max-width: 100%;
  min-width: 150px;
}
.cb-offer-row-products-box__h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.cb-offer-row-products-box__price {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
}
.cb-offer-row__conditions {
  flex: 1 1 100%;
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  text-align: center;
  margin-inline: auto;
}
.cb-offer-triple {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 25px;
  column-gap: 25px;
  row-gap: 50px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.cb-offer-triple-box {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #fff;
  padding: 30px 1rem;
  border-radius: 10px;
}
.cb-offer-triple-box__discount {
  position: absolute;
  width: 80%;
  top: 0;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background-color: #d7007f;
  padding: 5px 25px;
  border-radius: 13px;
  transform: translateY(-50%);
}
.cb-offer-triple-box__picture {
  margin-bottom: 25px;
}
.cb-offer-triple-box__picture img {
  max-width: 100%;
  min-width: 200px;
}
.cb-offer-triple-box__h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.cb-offer-triple-box__price {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
}
.cb-offer-triple__conditions {
  flex: 1 1 100%;
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  text-align: center;
  margin-inline: auto;
}
.cb-offer-ipads {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 25px;
  column-gap: 25px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.cb-offer-ipads-box {
  flex: 1 1 47%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 75px 1rem;
  gap: 30px;
}
.cb-offer-ipads-box__picture img {
  max-width: 100%;
  min-width: 200px;
}
.cb-offer-ipad-box-textwrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cb-offer-ipad-box-textwrap__h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 5px;
}
.cb-offer-ipad-box-textwrap__price {
  font-size: 22px;
  line-height: 26px;
  color: #d7007f;
}
.cb-offer-ipads__conditions {
  flex: 1 1 100%;
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  text-align: center;
  margin-inline: auto;
}
.cb-offer-gift {
  position: relative;
  display: flex;
  flex-direction: row;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 45px 65px 45px 0;
  justify-content: flex-end;
  margin-bottom: 40px;
  margin-top: 100px;
}
.cb-offer-gift__picture {
  position: absolute;
  left: 5%;
  bottom: 0;
}
.cb-offer-gift-textwrap {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
}
.cb-offer-gift-textwrap__h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 5px;
}
.cb-offer-gift-textwrap__h4 {
  font-size: 18px;
  line-height: 26px;
}
.cb-discounts {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.cb-discounts.active .cb-discounts-wrap {
  display: flex;
}
.cb-discounts.active .cb-discounts-hl__arrow {
  transform: rotateX(180deg);
}
.cb-discounts-hl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent linear-gradient(180deg, #D7007F 0%, #972961 100%) 0% 0% no-repeat padding-box;
  padding: 42px 35px 42px 45px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
.cb-discounts-hl__h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
.cb-discounts-hl__arrow {
  min-width: 2rem;
  margin-left: 2rem;
  fill: #fff;
  transition: transform 0.25s ease-in-out;
}
.cb-discounts-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #F2F2F2;
  padding: 30px;
  row-gap: 25px;
  column-gap: 15px;
}
.cb-discounts-wrap__h3 {
  flex: 1 1 100%;
  font-size: 24px;
  line-height: 29px;
}
.cb-discounts-wrap-box {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cb-discounts-wrap-box__h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.cb-discounts-wrap-box__product {
  font-size: 22px;
}
.cb-offer-conditions {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.cb-countdown-content {
  position: relative;
  border: 3px solid #D7007F;
  border-radius: 10px;
  max-width: 1355px;
  margin: auto;
  margin-top: 50px;
}
.cb-countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  padding: 80px 0px;
  border: 2px solid #d7007f;
  border-radius: 20px;
  margin-bottom: 80px;
}
.cb-countdown-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-countdown-part {
  min-width: 130px;
}
.cb-countdown-part .big {
  font-size: 100px;
  line-height: 120px;
  color: #d7007f;
}
.cb-countdown-part .small {
  font-size: 20px;
  line-height: 24px;
  color: #2C2C2C;
}
.cb-map {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.cb-map__h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
  text-align: center;
}
.cb-map__iframe {
  width: 100%;
  max-width: 100%;
  height: 560px;
  border-radius: 20px;
}
.cb-soon__h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.cb-soon-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.cb-soon-wrap-box {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  border-radius: 20px;
  background-size: cover;
  padding: 0 1rem;
}
.cb-soon-wrap-box:nth-last-of-type(1) {
  background: transparent url("/lp/Otevirame-Koruna/Images/liberec-bg.webp") no-repeat center center;
}
.cb-soon-wrap-box:nth-last-of-type(2) {
  background: transparent url("/lp/Otevirame-Koruna/Images/cb-bg.webp") no-repeat center center;
}
.cb-soon-wrap-box__h3 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 5px;
}
.cb-soon-wrap-box__h4 {
  font-size: 30px;
  line-height: 30px;
  color: #d7007f;
}
@media screen and (max-width: 1550px) {
  .cb-offer-row-hero {
    flex: 0 1 350px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1300px) {
  .cb-offer-row-hero {
    flex: 1 1 100%;
  }
  .cb-offer-row-products {
    flex: 1 1 100%;
    align-items: unset;
  }
  .cb-offer-row-products-box {
    flex: 1 1 auto;
  }
  .cb-offer-row-products-box__picture img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1200px) {
  .cb-offer-ipads-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .cb-offer-gift__picture img {
    width: 66%;
  }
  .cb-offer-gift {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .cb-offer-iphones-box {
    flex: 1 1 47%;
  }
  .cb-offer-iphones-box:nth-of-type(1),
  .cb-offer-iphones-box:nth-of-type(2) {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 900px) {
  .cb-teaser-info {
    flex-direction: column;
    gap: 20px;
  }
  .cb-teaser-app {
    margin-bottom: 15px;
  }
  .cb-teaser-top {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .cb-teaser-top-textwrap {
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
  }
  .cb-teaser-top__picture {
    display: none;
  }
  .cb-teaser-top__pictureMobile {
    display: block;
  }
  .cb-teaser-top__pictureMobile img {
    margin: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .cb-offer-tretinka {
    flex-direction: column;
    align-items: center;
    padding: 35px;
  }
  .cb-offer-tretinka a {
    margin-left: unset;
    margin-inline: auto;
  }
  .cb-offer-tretinka-textwrap {
    text-align: center;
    margin-bottom: 2rem;
  }
  .cb-offer-tretinka__icon {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .cb-countdown {
    column-gap: 5px;
    padding: 40px 0px;
  }
  .cb-countdown-part {
    min-width: unset;
    flex: 1 1 25%;
  }
  .cb-countdown-part .big {
    font-size: 65px;
    line-height: 75px;
  }
  .cb-offer-row-products {
    flex-wrap: wrap;
  }
  .cb-offer-row-products-box {
    flex: 1 1 100%;
  }
  .cb-offer-triple {
    flex-wrap: wrap;
  }
  .cb-offer-triple-box {
    flex: 1 1 100%;
  }
  .cb-offer-ipads-box {
    flex: 1 1 100%;
    padding: 35px 1rem;
  }
  .cb-offer-gift {
    flex-direction: column-reverse;
    padding: 45px 1rem;
  }
  .cb-offer-gift-textwrap {
    max-width: 100%;
    text-align: center;
  }
  .cb-offer-gift__picture {
    position: relative;
    bottom: -45px;
  }
  .cb-offer-gift__picture img {
    margin-inline: auto;
  }
  .cb-discounts-wrap-box {
    flex: 1 1 36%;
  }
}
@media screen and (max-width: 600px) {
  .cb-content {
    padding: 0;
  }
  .cb-countdown-part .big {
    font-size: 35px;
    line-height: 45px;
  }
  .cb-teaser-top-textwrap__h1,
  .cb-teaser-info-box__h2,
  .cb-soon-wrap-box__h3 {
    font-size: 35px;
    line-height: 42px;
  }
  .cb-teaser-top-textwrap__h2,
  .cb-soon-wrap-box__h4,
  .cb-offer-row-right-box__h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .cb-teaser-top-textwrap__h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .cb-teaser-info-box {
    align-items: center;
    text-align: center;
  }
  .cb-teaser-info-box__icon {
    width: 40px;
  }
  .cb-teaser-app-hl,
  .cb-discounts-hl {
    flex-direction: column;
  }
  .cb-teaser-app-hl__h2,
  .cb-countdown__header,
  .cb-map__h2,
  .cb-soon__h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1rem;
  }
  .cb-teaser-app-hl__h2 br,
  .cb-countdown__header br,
  .cb-map__h2 br,
  .cb-soon__h2 br {
    display: none;
  }
  .cb-discounts-hl__h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .cb-offer__h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 3rem;
  }
  .cb-teaser-app-hl__arrow,
  .cb-discounts-hl__arrow {
    margin-left: unset;
  }
  .cb-teaser-app,
  .cb-discounts {
    margin-bottom: 20px;
  }
  .cb-teaser-app-wrap-box,
  .cb-discounts-hl {
    align-items: center;
    text-align: center;
  }
  .cb-countdown {
    margin-bottom: 20px;
  }
  .cb-map {
    margin-bottom: 20px;
  }
  .cb-soon-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cb-soon-wrap-box {
    flex: unset;
    height: 200px;
  }
  .cb-offer-tretinka-textwrap__h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .cb-offer-iphones-box {
    padding: 15px;
  }
  .cb-offer-iphones-box-textwrap__h3,
  .cb-offer-row-products-box__h3,
  .cb-offer-triple-box__h3,
  .cb-offer-ipad-box-textwrap__h3,
  .cb-offer-gift-textwrap__h3,
  .cb-discounts-wrap__h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .cb-offer-iphones-box-textwrap__price,
  .cb-offer-row-products-box__price,
  .cb-offer-triple-box__price,
  .cb-offer-ipad-box-textwrap__price,
  .cb-discounts-wrap-box__product {
    font-size: 18px;
    line-height: 24px;
  }
  .cb-discounts-wrap__h3 {
    text-align: center;
  }
  .cb-discounts-wrap-box {
    flex: 1 1 100%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .cb-teaser-info-box,
  .cb-teaser-app-hl,
  .cb-teaser-discounts-hl {
    padding: 2rem 1rem;
  }
}