@font-face {
  src: url(https://www.ros.net.pl/Portals/0/rich-content/oralb/8006540772928/fonts/HurmeGeometricSans1.woff2)
    format("woff2");
  font-family: hurme-geometric-sans-1;
  font-display: swap;
}
@font-face {
  src: url(https://www.ros.net.pl/Portals/0/rich-content/oralb/8006540772928/fonts/HurmeGeometricSans1_Bold.woff2)
    format("woff2");
  font-family: hurme-geometric-sans-1-bold;
  font-display: swap;
}
@font-face {
  src: url(https://www.ros.net.pl/Portals/0/rich-content/oralb/8006540772928/fonts/HurmeGeometricSans1_Light.woff2)
    format("woff2");
  font-family: hurme-geometric-sans-1-light;
  font-display: swap;
}
@font-face {
  src: url(https://www.ros.net.pl/Portals/0/rich-content/oralb/8006540772928/fonts/HurmeGeometricSans1_SemiBold.woff2)
    format("woff2");
  font-family: hurme-geometric-sans-1-semi-bold;
  font-display: swap;
}
@font-face {
  src: url(https://www.ros.net.pl/Portals/0/rich-content/oralb/8006540772928/fonts/HurmeGeometricSans1_Thin.woff2)
    format("woff2");
  font-family: hurme-geometric-sans-1-thin;
  font-display: swap;
}
#celek figure {
  margin: 0;
}
#celek {
  width: auto;
  max-width: 930px;
}
#celek .compare-table-container {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #celek .compare-table-container {
    overflow-x: hidden;
  }
}
#celek .compare-table-container.light .compare-table {
  color: #002554;
}
#celek
  .compare-table-container.light
  .compare-table
  .compare-table__thead
  .compare-table__tr {
  border: none;
}
#celek .compare-table-container.light .compare-table .compare-table__tr {
  border-bottom: 2px solid rgba(22, 34, 59, 0.2);
}
#celek
  .compare-table-container.light
  .compare-table
  .compare-table__tr
  .model__item {
  display: flex;
  justify-content: center;
  gap: 3px;
}
#celek
  .compare-table-container.light
  .compare-table
  .compare-table__tr
  .model__item
  .colors {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  gap: 3px;
}
#celek
  .compare-table-container.light
  .compare-table
  .compare-table__tr
  .model__color--black,
#celek
  .compare-table-container.light
  .compare-table
  .compare-table__tr
  .model__color--white {
  border: 1px solid #1e1b1b;
}
#celek .compare-table-container.dark {
  background: radial-gradient(
    circle,
    rgb(0, 17, 42) 8%,
    rgb(0, 5, 11) 55%,
    rgb(0, 0, 0) 100%
  );
}
#celek .compare-table-container.dark .compare-table {
  color: #fff;
}
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  .compare-table__th {
  border: 2px solid #002560;
}
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  .compare-table__th
  .compare-table__title {
  border-bottom: 1px solid #ffffff;
}
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  .compare-table__td {
  border: 2px solid #002560;
}
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  th:nth-child(2),
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  td:nth-child(2) {
  background: rgba(23, 48, 89, 0.5);
}
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  .model__color--black,
#celek
  .compare-table-container.dark
  .compare-table
  .compare-table__tr
  .model__color--white {
  border: 1px solid #ffffff;
}
#celek .compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: hurme-geometric-sans-1, sans-serif;
  text-align: left;
}
#celek .compare-table .compare-table__tr .compare-table__th,
#celek .compare-table .compare-table__tr .compare-table__td {
  font-size: 16px;
}
#celek .compare-table .compare-table__tr .compare-table__th {
  min-width: 100px;
  padding: 10px;
}
#celek .compare-table .compare-table__tr .compare-table__th:first-of-type {
  max-width: 230px;
}
#celek
  .compare-table
  .compare-table__tr
  .compare-table__th
  .compare-table__title {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 40px;
  line-height: 1.3;
  font-family: hurme-geometric-sans-1-semi-bold, sans-serif;
}
#celek
  .compare-table
  .compare-table__tr
  .compare-table__th
  .compare-table__subtitle {
  font-size: 16px;
  line-height: 1.3;
  font-family: hurme-geometric-sans-1-semi-bold, sans-serif;
}
#celek .compare-table .compare-table__tr .compare-table__td {
  font-family: hurme-geometric-sans-1, sans-serif;
  text-align: center;
  vertical-align: middle;
}
#celek .compare-table .compare-table__tr .compare-table__td img {
  margin-top: 5px;
}
#celek .compare-table .compare-table__tr .model {
  text-align: center;
}
#celek .compare-table .compare-table__tr .model__name {
  display: block;
  font-family: hurme-geometric-sans-1-semi-bold, sans-serif;
}
#celek .compare-table .compare-table__tr .model__color {
  display: inline-flex;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  border-radius: 100%;
}
#celek .compare-table .compare-table__tr .model__color--black {
  background: #1e1b1b;
}
#celek .compare-table .compare-table__tr .model__color--navy {
  border: 1px solid #002f70;
  background: #002f70;
}
#celek .compare-table .compare-table__tr .model__color--babyBlue {
  border: 1px solid #7db9f1;
  background: #7db9f1;
}
#celek .compare-table .compare-table__tr .model__color--dustyBlue {
  border: 1px solid #7caaca;
  background: #7caaca;
}
#celek .compare-table .compare-table__tr .model__color--violet {
  border: 1px solid #897ba8;
  background: #897ba8;
}
#celek .compare-table .compare-table__tr .model__color--purple {
  border: 1px solid #4e4090;
  background: #4e4090;
}
#celek .compare-table .compare-table__tr .model__color--lilac {
  border: 1px solid #b6afc3;
  background: #b6afc3;
}
#celek .compare-table .compare-table__tr .model__color--pink {
  border: 1px solid #f3b3d3;
  background: #f3b3d3;
}
#celek .compare-table .compare-table__tr .model__color--white {
  border: 1px solid #1e1b1b;
  background: #ffffff;
}
#celek .compare-table .compare-table__tr .model__color--grey {
  border: 1px solid #90908f;
  background: #90908f;
}
#celek .compare-table .compare-table__tr .model__color--darkGrey {
  border: 1px solid #9d9d9c;
  background: #9d9d9c;
}
#celek .compare-table .compare-table__tr .model__color--mediumGreen {
  border: 1px solid #2bc9b8;
  background: #2bc9b8;
}
#celek .compare-table .compare-table__tr .model__color--darkPink {
  border: 1px solid #ec609f;
  background: #ec609f;
}
#celek .compare-table .compare-table__tr .model__color--darkerPink {
  border: 1px solid #ba5b9e;
  background: #ba5b9e;
}
#celek .compare-table .compare-table__tr .model__color--lightViolet {
  border: 1px solid #939fd1;
  background: #939fd1;
}
#celek {
  width: auto;
  max-width: 930px;
}
#celek .column-with-benefits-container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 930px;
  margin: 0;
  padding: 0 25px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  #celek .column-with-benefits-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
#celek .column-with-benefits-container__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0;
  color: #052e61;
  text-align: center;
}
#celek .column-with-benefits-container__col .column__header {
  margin-bottom: 0;
  font-size: 22px;
  font-family: hurme-geometric-sans-1-bold, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 460px) and (max-width: 599px) {
  #celek .column-with-benefits-container__col .column__header {
    font-size: 16.61px;
  }
}
@media screen and (max-width: 459px) {
  #celek .column-with-benefits-container__col .column__header {
    font-size: 11.726px;
  }
}
#celek .column-with-benefits-container__col .column__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-family: hurme-geometric-sans-1, sans-serif;
}
@media (min-width: 460px) and (max-width: 599px) {
  #celek .column-with-benefits-container__col .column__text {
    font-size: 15.1px;
  }
}
@media screen and (max-width: 459px) {
  #celek .column-with-benefits-container__col .column__text {
    font-size: 10.66px;
  }
}
#celek .column-with-benefits-container__col .text-disclaimer {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: hurme-geometric-sans-1, sans-serif;
}
@media (min-width: 460px) and (max-width: 599px) {
  #celek .column-with-benefits-container__col .text-disclaimer {
    font-size: 10.57px;
  }
}
@media screen and (max-width: 459px) {
  #celek .column-with-benefits-container__col .text-disclaimer {
    font-size: 7.462px;
  }
}
#celek .column-with-benefits-container__figure {
  margin: 0;
}
#celek .column-with-benefits-container__image {
  width: 100%;
}
#celek {
  width: auto;
  max-width: 930px;
}
#celek .main-header {
  position: relative;
  width: 100%;
  font-family: hurme-geometric-sans-1-light, sans-serif;
}
#celek .main-header__image {
  display: block;
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 47%;
  object-position: 47%;
}
@media screen and (min-width: 768px) {
  #celek .main-header__image {
    height: 380px;
  }
}
#celek .main-header__copy {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #celek .main-header__copy {
    width: 43%;
  }
}
#celek .main-header__copy--wider {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #celek .main-header__copy--wider {
    width: 40%;
  }
}
#celek .main-header__logo {
  width: 120px;
}
@media screen and (min-width: 600px) {
  #celek .main-header__logo {
    width: 220px;
  }
}
#celek .main-header__text-container {
  display: grid;
  align-content: space-between;
  height: 100%;
  padding-top: 125px;
}
@media screen and (min-width: 768px) {
  #celek .main-header__text-container {
    padding-top: 50px;
  }
}
#celek .main-header__text-container--mobile-bottom {
  align-content: flex-end;
}
@media screen and (min-width: 768px) {
  #celek .main-header__text-container--mobile-bottom {
    align-content: space-between;
  }
}
#celek .main-header__title {
  color: #fff;
  font-size: 24px;
  font-family: hurme-geometric-sans-1-bold, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #celek .main-header__title {
    font-size: 36px;
  }
}
#celek .main-header__title--no-margin {
  margin-top: 0;
}
#celek .main-header__disclaimer {
  color: #fff;
  font-size: 7px;
}
@media screen and (min-width: 768px) {
  #celek .main-header__disclaimer {
    padding-right: 3px;
    font-size: 10px;
    text-align: right;
  }
}
#celek .main-header__disclaimer--mobile-right {
  text-align: right;
}
