@font-face {
  font-family: 'cerapro';
  font-weight: normal;
  font-style: normal;
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Regular.ttf');
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Regular.ttf') format('truetype');
  font-display: swap; }

@font-face {
  font-family: 'cerapro';
  font-weight: 900;
  font-style: normal;
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Black.ttf');
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Black.ttf') format('truetype');
  font-display: swap; }

@font-face {
  font-family: 'cerapro';
  font-weight: 700;
  font-style: normal;
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Bold.ttf');
  src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Bold.ttf') format('truetype');
  font-display: swap; }
/* @font-face {
 font-family: 'cerapro';
 font-weight: 500;
 font-style: normal;
 src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Medium.ttf');
 src: url('/themes/cukibo-v2/assets/fonts/CeraPRO/CeraPRO-Medium.ttf') format('truetype');
 } */
h1, h2 {
  font-weight: 900; }

h1 {
  color: #ff836e; }

h2, h3 {
  letter-spacing: -0.6px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

.text-red {
  color: #ff836e; }

.text-medium {
  font-weight: 500 !important; }

.text-bold {
  font-weight: 700 !important; }

.text-black {
  font-weight: 900 !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.color-blue {
  color: #1c6fe5; }

.color-pale-red {
  color: #ff9b99; }

.color-red {
  color: #ff836e; }

.intro-area h2 {
  font-weight: 400; }

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.sub-section-title, .section-title {
  font-weight: 900;
  line-height: normal; }

a.highlight-link {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #ff836e));
  background-image: linear-gradient(180deg, transparent 70%, #fe3 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s ease; }

a.highlight-link:hover {
  color: #000;
  text-decoration: none;
  background-size: 100% 100%; }

.icon {
  vertical-align: sub; }

.icon-24 {
  font-size: 24px; }

@media (max-width: 767px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.6rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.2rem; }

  h6 {
    font-size: 1rem; } }

.btn {
  border-radius: 3px;
  border: none;
  padding: 6px 24px;
  font-size: 1rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); }

.btn-red {
  background-color: #ff836e;
  color: #fff; }
  .btn-red:hover {
    color: #fff; }

.dropdown {
  border-radius: 0.25rem; }

.dropdown-bordered {
  border: 1px solid #ced4da; }

.navbar-light .navbar-nav .nav-link {
  color: #1c6fe5; }

.navbar-top {
  background-color: #fff; }

.ckb-site-header {
  position: relative;
  z-index: 700;
  background-color: #fff; }

.header-menu-container {
  position: relative;
  z-index: 100; }

.navbar {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }

.navbar-nav .dropdown-menu.header-mega-menu, .header-mega-menu {
  position: absolute;
  top: 3rem;
  left: 0.5rem;
  right: 0.5rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: 100vh; }
  .navbar-nav .dropdown-menu.header-mega-menu img, .header-mega-menu img {
    width: auto;
    max-width: 100%;
    margin-bottom: 2px;
    display: block; }
  .navbar-nav .dropdown-menu.header-mega-menu .row > *, .header-mega-menu .row > * {
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 0; }
  .navbar-nav .dropdown-menu.header-mega-menu .books-row > *, .header-mega-menu .books-row > * {
    margin-bottom: 12px; }

.navbar-expand-lg .header-mega-menu .nav-link {
  padding: 0;
  margin-bottom: 14px; }

.header-mega-menu-holder {
  position: static;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .header-mega-menu-holder:hover > ul {
    display: block; }

.books-slider li {
  min-height: 140px; }

.books-carousel-row {
  overflow-x: auto; }

.header-menu-books-panel {
  margin-bottom: 30px; }

.navbar-toggler {
  padding: 2px 1px;
  border: none; }

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1); }

.navbar-collapse {
  margin: -0.5rem -1rem -0.5rem;
  padding: 1rem 1.5rem; }

@media (max-width: 1199px) {
  .navbar-nav .dropdown-menu.header-mega-menu, .header-mega-menu {
    position: fixed;
    bottom: 0; } }

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu.header-mega-menu, .header-mega-menu {
    left: 0;
    right: 0; } }

@media (max-width: 575px) {
  .header-mega-menu .row > * {
    padding-right: 5px;
    padding-left: 5px; }

  .navbar-brand {
    overflow: hidden; }
    .navbar-brand img {
      height: 26px;
      width: 156px; } }

@media (max-width: 419px) {
  .navbar-brand img {
    height: 20px;
    width: 120px; } }

@media (max-width: 359px) {
  .navbar-brand {
    width: 30px; }
    .navbar-brand img {
      height: 30px;
      width: 180px;
      margin-left: -60px; } }

.icon-flag {
  position: relative;
  background: url(/themes/cukibo-v2/assets/images/flags/cukibo-flags-50-min-1.png) no-repeat 0 -500px;
  background-size: auto 18px;
  height: 18px;
  width: 28px;
  display: inline-block;
  top: 0;
  margin-right: 2px;
  vertical-align: middle;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .icon-flag-ca {
    background-position: 0px 0px; }
  .icon-flag-gb {
    background-position: -36px 0px; }
  .icon-flag-aus {
    background-position: -72px 0px; }
  .icon-flag-us {
    background-position: -108px 0px; }
  .icon-flag-de {
    background-position: -144px 0px; }
  .icon-flag-ch {
    background-position: -180px 0px; }
  .icon-flag-ro {
    background-position: -216px 0px; }
  .icon-flag-au {
    background-position: -252px 0px; }
  .icon-flag-nl {
    background-position: -288px 0px; }
  .icon-flag-fr {
    background-position: -324px 0px; }
  .icon-flag-pl {
    background-position: -360px 0px; }
  .icon-flag-it {
    background-position: -396px 0px; }
  .icon-flag-es {
    background-position: -432px 0px; }
  .icon-flag-is {
    background-position: -468px 0px; }
  .icon-flag-pt {
    background-position: -504px 0px; }
  .icon-flag-hu {
    background-position: -540px 0px; }
  .icon-flag-tr {
    background-position: -576px 0px; }
  .icon-flag-ie {
    background-position: -612px 0px; }
  .icon-flag-be {
    background-position: -648px 0px; }
  .icon-flag-ru {
    background-position: -684px 0px; }
  .icon-flag-gr {
    background-position: -720px 0px; }
  .icon-flag-dk {
    background-position: -756px 0px; }
  .icon-flag-no {
    background-position: -792px 0px; }
  .icon-flag-se {
    background-position: -828px 0px; }
  .icon-flag-bg {
    background-position: -864px 0px; }
  .icon-flag-hr {
    background-position: -900px 0px; }
  .icon-flag-cy {
    background-position: -936px 0px; }
  .icon-flag-cz {
    background-position: -972px 0px; }
  .icon-flag-fi {
    background-position: -1008px 0px; }
  .icon-flag-tr {
    background-position: -1044px 0px; }
  .icon-flag-hu {
    background-position: -1080px 0px; }
  .icon-flag-ma {
    background-position: -1116px 0px; }
  .icon-flag-lu {
    background-position: -1152px 0px; }
  .icon-flag-rs {
    background-position: -1188px 0px; }
  .icon-flag-sk {
    background-position: -1224px 0px; }
  .icon-flag-br {
    background-position: -1260px 0px; }
  .icon-flag-za {
    background-position: -1296px 0px; }
  .icon-flag-ae {
    background-position: -1332px 0px; }
  .icon-flag-sg {
    background-position: -1368px 0px; }

.icon-flag-en {
  background-position: -36px 0px; }

.icon-flag-at {
  background-position: -252px 0px; }

.icon-flag-usa {
  background-position: -108px 0px; }

.icon-flag-po {
  background-position: -360px 0px; }

.language-selector .dropdown-toggle .icon-flag {
  margin-top: -3px; }

.icon-nav {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(/themes/cukibo-v2/assets/images/c-sprites-1.svg) no-repeat;
  position: relative;
  top: 3px;
  cursor: pointer; }

.icon-cartwitems {
  background-position: -10px -282px;
  width: 35px; }

.icon-cartwitems .ckbstore-total-items {
  background-color: #ff836e;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -2px;
  right: -5px;
  content: "3";
  color: #fff;
  font-size: 14px;
  font-style: normal; }

.modal {
  display: block;
  background: rgba(0, 0, 0, 0.4); }

.alert-warning {
  border-color: #f90; }

.form-control.is-valid, .was-validated .form-control:valid {
  background-size: calc(.5em + .375rem) calc(.5em + .375rem); }

.input-group-text {
  background-color: #fff;
  padding: 0.15rem 0.75rem; }

.input-group-text, .input-group select {
  font-size: 0.8rem; }

.form-floating > .form-control, .form-floating > .form-select {
  padding-right: 2.5rem;
  font-size: 1.05rem;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem; }

.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4; }

.form-floating > label, .form-floating .floating-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  opacity: 0.75;
  transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
  white-space: nowrap;
  color: #1c6fe5;
  font-size: 1.05rem; }

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating .floating-label {
  transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
  white-space: nowrap;
  color: #1c6fe5;
  opacity: 0.75; }

.image-labels-group-holder {
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  flex: 1; }

.image-labels-group, .color-labels-group {
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: space-between; }
  .image-labels-group.hidden-radios input[type="radio"], .color-labels-group.hidden-radios input[type="radio"] {
    display: none; }
  .image-labels-group label, .color-labels-group label {
    display: flex;
    align-items: center;
    padding: 4px;
    margin: 2px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f0;
    cursor: pointer; }
  .image-labels-group label.selected, .color-labels-group label.selected {
    border-color: #393;
    border-radius: 3px;
    background-color: #f9f9f9; }
  .image-labels-group.justified-labels label, .color-labels-group.justified-labels label {
    flex: 1; }

.image-labels-group label {
  min-height: 52px; }
  .image-labels-group label.selected {
    background-color: #ffe85a; }

.image-label-group {
  display: flex;
  flex: 1;
  position: relative; }

.visible-inputs input {
  display: initial; }

.label-image {
  display: block;
  width: 42px;
  min-height: 36px;
  margin-left: 4px;
  text-align: center; }
  .label-image > span {
    display: block;
    padding-top: 100%; }

.label-icon > span {
  display: flex;
  padding-top: 0;
  align-items: center;
  justify-content: center; }
  .label-icon i {
    font-size: 32px; }
    .label-icon i::before {
      vertical-align: middle; }

.page-book-1 .label-image {
  width: 32px; }

.label-text {
  margin-left: 8px;
  flex: 1;
  line-height: 1.4; }

.hidden-text label .label-image {
  flex: 1;
  margin-left: 0; }
  .hidden-text label .label-text {
    display: none; }

@media (max-width: 767px) {
  .label-image, .page-book-1 .label-image {
    width: 50px;
    margin-left: 0; } }

.nav-tabs {
  border-color: #35b3ea;
  border-bottom: none; }

.nav-justified .nav-item {
  display: flex; }

.nav-justified .nav-link {
  flex: 1; }

.nav-tabs .nav-link {
  background: #e4f2fd;
  border: 1px solid #35b3ea;
  cursor: pointer;
  line-height: 1.2; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #35b3ea;
  border-bottom: 1px solid transparent;
  background-color: #fff; }

.tab-pane {
  border: 1px solid #35b3ea;
  border-top: none;
  padding: 0.75rem; }

.tab-pane-form-holder {
  padding-bottom: 0.25rem; }

[x-cloak] {
  display: none; }

body {
  font-family: cerapro, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #214579;
  padding-top: 55px; }

.bg-yellow {
  background-color: #ffe85a; }

.bg-green {
  background-color: #61ac5d; }

.bg-green-pale {
  background-color: #b3db8c; }

.bg-blue {
  background-color: #1c6fe5;
  color: #fff; }
  .bg-blue a {
    text-decoration: none; }
  .bg-blue a:hover {
    text-decoration: underline; }
  .bg-blue a, .bg-blue a:hover, .bg-blue a:active, .bg-blue a:focus {
    color: #fff; }

.bg-pink {
  background-color: #ff9b99; }

.bg-red {
  background: #ff836e;
  color: #214579; }
  .bg-red h2 {
    color: #fff; }

.bg-yellow {
  background-color: #ffe85a; }
  .bg-yellow h2, .bg-yellow h2 a, .bg-yellow h2 a:hover {
    color: #ed325d; }

.bg-green-pale h2, .bg-pink h2, .bg-green-pale h2 a, .bg-pink h2 a, .bg-green-pale h2 a:hover, .bg-pink h2 a:hover {
  color: #fff; }

.page-footer h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
  margin-bottom: 14px; }

.footer-submenu li {
  margin: 12px auto; }

.sidebar-nav {
  position: relative;
  z-index: 600; }
  .sidebar-nav a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 500; }
    .sidebar-nav a:hover {
      border-bottom: 2px solid #ff836e; }
  .sidebar-nav .sticky {
    position: fixed; }

h1 {
  color: #1c6fe5; }

h2 {
  color: #ff836e; }

h1, h2 {
  font-size: 3rem; }

.container-fluid-about footer {
  margin: 0 -15px; }

.sidebar-nav-about {
  margin-top: 65px; }

.div-header-about {
  margin: 0 0 -40px; }

.header-img-about {
  background-image: url(/themes/cukibo-v2/assets/images/page-about/header-about-2-d-1-min.jpg);
  background-size: cover;
  height: 32vw;
  display: inline-block;
  width: 100%;
  background-position: center bottom; }

.c-about {
  padding-bottom: 60px; }

.ul-nav-header-about {
  top: 70px; }

.c-faq .sticky {
  position: fixed;
  top: 0; }

.c-faq .sticky {
  padding-top: 70px; }

.padded-content-left-large, .padded-content-right-large {
  padding: 10% 8%; }

.img-mask-group {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.img-mask-group-our-vision {
  background-image: url(/themes/cukibo-v2/assets/images/page-about/cukibofamily-min.jpg);
  background-position: center center; }

.container-fluid-about .padding-about {
  padding-top: 0 !important; }

.div-about {
  padding-bottom: 68px;
  padding-top: 63px; }
  .div-about .c-about-img {
    display: inline-block;
    width: 94%;
    padding-top: 94%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/themes/cukibo-v2/assets/images/page-about/bulb.png);
    background-size: cover; }
  .div-about h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0; }
  .div-about .p-about {
    font-size: 21px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 53px; }

.benefits-list {
  padding-left: 80px; }

li.benefits-list-item {
  position: relative;
  padding: 0;
  margin-bottom: 38px; }
  li.benefits-list-item::before {
    position: absolute;
    content: '';
    display: block;
    width: 68px;
    height: 50px;
    background-repeat: no-repeat;
    left: -80px;
    top: 50%;
    background-size: cover;
    transform: translateY(-50%);
    background-image: url(/themes/cukibo-v2/assets/images/page-about/icons-group.svg); }
  li.benefits-list-item.c-features-item-icon-comment::before {
    background-position: -1642px 0; }
  li.benefits-list-item.c-features-item-icon-smile::before {
    background-position: -1478px 0; }
  li.benefits-list-item.c-features-item-icon-family::before {
    background-position: 0 0; }
  li.benefits-list-item.c-features-item-icon-technology::before {
    background-position: -169px 0; }
  li.benefits-list-item.c-features-item-icon-certificate::before {
    background-position: -1320px 0; }
/*team Start*/
.page-section-team {
  background-color: #eceef2; }

.c-member-item {
  margin-top: 68px; }

.p-name {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #1c6fe5; }

.c-role {
  font-size: 21px;
  font-weight: normal;
  margin-top: 8px; }

.c-founder {
  font-size: 21px;
  color: #ff836e;
  font-weight: bold;
  margin-bottom: 0; }

li.member-item {
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 32%;
  min-width: 300px;
  min-height: 455px;
  vertical-align: top;
  margin-bottom: 50px;
  padding: 15px 10px 10px; }

.member-item .p-image {
  display: inline-block;
  width: 94%;
  padding-top: 94%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.member-item .p-image::before {
  content: '';
  display: none; }

.member-0 .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/team/alex_1-min-1.jpg); }
/* use the ::before pseudoclass to preload the hover images, to prevent flicker on mouse over */
.member-0 .p-image::before, .member-0 .p-image:hover {
  background-image: url(/themes/cukibo-v2/assets/images/team/alex_2-min-1.jpg); }

.member-1 .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/team/kathrin_1-min-1.jpg); }

.member-1 .p-image::before, .member-1 .p-image:hover {
  background-image: url(/themes/cukibo-v2/assets/images/team/kathrin_2-min-1.jpg); }

.member-2 .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/team/dragos_1-min-1.jpg); }

.member-2 .p-image::before, .member-2 .p-image:hover {
  background-image: url(/themes/cukibo-v2/assets/images/team/dragos_2-min-1.jpg); }

.member-3 .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/team/dan_1-min-1.jpg); }

.member-3 .p-image::before, .member-3 .p-image:hover {
  background-image: url(/themes/cukibo-v2/assets/images/team/dan_2-min-1.jpg); }

.member-4 .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/team/bogdan_1-min-1.jpg); }

.member-4 .p-image::before, .member-4 .p-image:hover {
  background-image: url(/themes/cukibo-v2/assets/images/team/bogdan_2-min-1.jpg); }
/*team End*/
/*our-philosophy Start*/
.item-our-philosophy .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/page-about/eye.svg); }

.item-universal .p-image {
  background-image: url(/themes/cukibo-v2/assets/images/page-about/blue.svg); }

.sub-title-our-philosophy {
  color: #ff9b99;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 2rem; }

  .div-about .c-about-img, .member-item .p-image {
    width: 100%; }

  .c-faq h1 {
    font-size: 42px; }
    .c-faq h2 {
      font-size: 36px; }

  .container-fluid-about .features-ro .section-list {
    padding-right: 0; }

  .img-mask-group-our-vision {
    padding-top: 50%; } }
