@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap");
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.full {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8%, 0);
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading.loaded {
  opacity: 0;
  pointer-events: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #19fbd3;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.np {
  margin: 0 !important;
  padding: 0 !important;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #19fbd3;
  margin: 5px auto;
}

a {
  text-decoration: none;
  text-transform: none;
  color: #000;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.topheader a {
  color: #444;
}

a:focus,
a:hover,
a.active {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  color: #19fbd3;
}
a:focus .category_name,
a:hover .category_name,
a.active .category_name {
  color: #19fbd3;
}

a:visited {
  text-transform: none;
  text-decoration: none;
  color: #000;
}

body,
html {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 18px !important;
}

html {
  overflow-x: hidden;
}

body {
  padding-top: 80px !important;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loading.loaded {
  opacity: 0;
  pointer-events: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #19fbd3;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.socials .social_icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #000;
  margin: 0 5px;
}
.socials .social_icon.ig {
  background: #000 url(../img/icons/ig.svg) center center no-repeat;
  background-size: 55%;
}
.socials .social_icon.fb {
  background: #000 url(../img/icons/fb.svg) center center no-repeat;
  background-size: 55%;
}
.socials .social_icon.yt {
  background: #000 url(../img/icons/yt.svg) center center no-repeat;
  background-size: 55%;
}
.socials .social_icon:hover {
  background-color: #19fbd3;
}

.socials2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.socials2 .social_icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #000;
  margin: 0 5px;
}
.socials2 .social_icon.ig {
  background: transparent url(../img/icon_ig.png) center center no-repeat;
  background-size: cover;
}
.socials2 .social_icon.fb {
  background: transparent url(../img/icon_fb.png) center center no-repeat;
  background-size: cover;
}
.socials2 .social_icon.yt {
  background: transparent url(../img/icon_yt.png) center center no-repeat;
  background-size: cover;
}
.socials2 .social_icon:hover {
  background-color: #19fbd3;
}

.abo_box {
  background: #19fbd3;
  padding: 50px 30px;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
a {
  text-decoration: none;
  text-transform: none;
  color: #000;
}

.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.topheader a {
  color: #444;
}

a:focus, a:hover {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  color: #19fbd3;
}

body {
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #282525;
  font-size: 1em;
}

html {
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #282525;
  font-size: 1em;
  overflow-x: hidden;
}

.gallery-photo {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gallery-photo:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

section.small {
  min-height: 80vh;
}

.topheader {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fdf3ec;
  padding-top: 0.5%;
  padding-bottom: 1%;
  box-shadow: 5px 3px 5px #939393;
}

.nopaddings {
  margin: 0 !important;
  padding: 0 !important;
}

.button-red-outline {
  border-radius: 0 !important;
  border: 3px solid #c2226a !important;
  color: #c2226a !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 10px 20px;
}

.button-green-outline {
  border-radius: 0 !important;
  border: 3px solid #ffd12e !important;
  color: #ffd12e !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 10px 20px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.buttons li {
  display: inline-block;
}
.buttons ul li a {
  padding-bottom: 10px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  text-transform: none;
  padding-left: 8px;
  padding-right: 9px;
  padding-top: 10px;
  letter-spacing: 0.5px;
}

.topheader .buttons ul li.current_page_item:not(.no-active) a {
  font-weight: 900;
}

.buttons ul li a:hover {
  color: #ffd12e;
}

.icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0;
}
.icons .icon {
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}
.icons .icon:hover {
  transform: scale(0.92);
}
.icons .icon span {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-30%, -30%);
  color: black;
  /* border: black; */
  width: 15px;
  text-align: center;
  height: 15px;
  font-size: 10px;
  background: #19fbd3;
  padding: 0px 0px 0px 0px;
  border-radius: 50%;
}
.icons .icon.heart {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url(../img/icons/heart.svg) center center no-repeat;
  background-size: contain;
}
.icons .icon.loupe {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url(../img/icons/loupe.svg) center center no-repeat;
  background-size: contain;
}
.icons .icon.menu {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url(../img/icons/menu.svg) center center no-repeat;
  background-size: contain;
}
.icons .icon.shopping-cart {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url(../img/icons/shopping-cart.svg) center center no-repeat;
  background-size: contain;
}
.icons .icon.user {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  background: url(../img/icons/user.svg) center center no-repeat;
  background-size: contain;
}
.icons .icon.text {
  font-size: 28px;
  font-family: "Poppins";
  margin-top: 0%;
}

.woocommerce div.product form.cart .button {
  float: none !important;
}

.button {
  background: #ffd12e !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ffd12e !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}

input[type=text], input[type=select], input[type=password], input[type=date], input[type=email], input[type=tel], textarea {
  padding: 10px;
}

.author {
  margin: 10px 0;
}
.author .img {
  width: 50%;
  padding: 50%;
  object-fit: cover;
}

.custom-tooltip {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #104593A6;
  opacity: 1 !important;
}

.ep-author-image {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}

.ep-author-image-overlay {
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 380px) {
  .ep-author-image-overlay {
    background-position: right;
  }
}
.ep-author-description p {
  font-size: 14px;
}

.ep-product-details {
  background-color: rgba(255, 255, 255, 0.3882352941);
  padding: 20px;
}

.ep-availible-courses-card {
  background-color: rgba(255, 255, 255, 0.3803921569);
}
.ep-availible-courses-card p.ep-smaller {
  font-size: 14px;
}

.ep-availible-courses-card .image-cart {
  aspect-ratio: 1;
}

.carousel-control-prev-icon {
  background-image: url(https://kolory.eplee.io/wp-content/themes/kolory/assets/img/ep-a-left.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(https://kolory.eplee.io/wp-content/themes/kolory/assets/img/ep-a-right.svg) !important;
}

.ep-slider-simlar-in-category .image-cart {
  height: 300px !important;
}

.ep-slider-simlar-in-category .truncate-text {
  min-height: 81px;
}

.load-more-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid;
}

.ep-all-products-of-this-creator button.active {
  background: red !important;
}

.splide__arrow.splide__arrow--prev {
  background-image: url(https://kolory.eplee.io/wp-content/themes/kolory/assets/img/ep-a-left.svg) !important;
  background-size: contain !important;
  background: none;
}

.splide__arrow.splide__arrow--next {
  background-image: url(https://kolory.eplee.io/wp-content/themes/kolory/assets/img/ep-a-right.svg) !important;
  background-size: contain !important;
  background: none;
}

.splide__arrow svg {
  fill: transparent;
}

.ep-slider-simlar-in-category .ep-slide-content {
  background-image: linear-gradient(80deg, #ffffff 55%, #12ffda);
  margin-top: -50px !important;
  margin: 0 10px;
  padding: 15px;
}

.ep-creator-avatar {
  background-size: cover;
  height: 100%;
  background-position: center;
  aspect-ratio: 1;
}

.ep-main-creator-description {
  border: 1px solid rgba(40, 37, 37, 0.3019607843);
  display: flex;
  justify-content: flex-end;
}

.ep-creator-profile-comments {
  background-color: rgba(255, 255, 255, 0.368627451);
}

.ep-sidebar-custom-card {
  padding: 20px;
  border: 1px solid rgba(40, 37, 37, 0.3019607843);
}

.ep-sidebar-card-price {
  background-color: rgba(33, 210, 183, 0.5019607843);
  width: fit-content;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.ep-sidebar-card-price h4 {
  color: #fff;
  margin-bottom: 0;
}

.ep-profile-description-overlay {
  background-size: 230px;
  background-repeat: no-repeat;
  background-position: top right;
}

.ep-single-creator-comment .stars {
  line-height: 14px;
}

.creator-mobile-font {
  font-size: 0.75em;
}

.ep-slide-price {
  background-color: #C2226A;
  color: #fff;
  width: auto;
}

@media (max-width: 1199px) {
  .ep-custom.summary.entry-summary {
    width: 100% !important;
  }
}
.post {
  width: 100%;
  background: #fff;
  transition: 0.2s;
  margin: 10px 0;
  height: 473px;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}
.post:hover {
  transform: scale(0.98);
}
.post .post_img {
  width: 100%;
  height: 350px;
  background: #ccc url() center center no-repeat;
  background-size: cover;
  border-radius: 2px 2px 0 0;
  transition: 0.3s;
}
.post .post_info {
  padding: 30px;
}
.post .post_info .post_title {
  font-size: 0.9em;
  font-weight: 700;
}
.post .post_info .post_more {
  padding: 15px 0;
  font-size: 0.8em;
}
.post .post_ex {
  font-size: 0.8em;
  color: #444;
  padding: 10px 0;
  height: 0;
  display: none;
  transition: 0.3s;
  overflow: hidden;
}
.post:hover .post_ex {
  display: block;
  height: auto;
}
.post:hover .post_img {
  height: 150px;
}

.big_img {
  width: 100%;
  width: 100%;
  height: 90vh;
  background: url(../img/hero_bg.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.big_img .hero1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: url(../img/hero1.png) bottom center no-repeat;
  background-size: contain;
}
.big_img .hero2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  background: url(../img/hero2.png) bottom center no-repeat;
  background-size: contain;
}
.big_img .hero3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15vw;
  height: 15vw;
  transform: translate(-50%, -50%);
  background: url(../img/logo_white.png) center center no-repeat;
  background-size: contain;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-10 {
  animation-delay: 1s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-20 {
  animation-delay: 2s;
}

.delay-25 {
  animation-delay: 2.5s;
}

.delay-30 {
  animation-delay: 3s;
}

.delay-35 {
  animation-delay: 3.5s;
}

h1 {
  color: #000;
  font-weight: 700;
  font-size: 2.4em;
}

.normal {
  color: #000;
  font-size: 0.95em;
}

.header_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #19fbd3;
  z-index: 99999;
  padding: 120px 40px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
}
.header_menu.active {
  display: block;
}
.header_menu .header_buttons .header_button {
  width: 100%;
  display: block;
  text-align: right;
  font-family: "Poppins";
  font-size: 18px;
  padding: 8px;
  color: #000000;
  line-height: 1.8;
  font-weight: 700;
  transition: 0.2s;
}
.header_menu .header_buttons .header_button:hover {
  transform: scale(0.98);
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #19fbd3;
  z-index: 99999;
  padding: 200px 40px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
}
.search.active {
  display: block;
}
.search input[type=text] {
  font-size: 1.5em;
  border-bottom: 2px solid #000;
  width: 100%;
  text-align: center;
}
.search ::placeholder {
  color: #222;
}

.header_buttons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  width: 100%;
}
.header_buttons li {
  display: inline-block;
  width: 100%;
}
.header_buttons ul li a {
  width: 100%;
  display: block;
  text-align: right;
  font-family: "Poppins";
  font-size: 18px;
  padding: 8px;
  color: #000000;
  line-height: 1.8;
  font-weight: 700;
  transition: 0.2s;
}
.header_buttons ul li a:hover {
  transform: scale(0.98);
}

ul li.special a {
  font-weight: 900;
}

.buttons .button {
  font-weight: 600;
  font-family: "Poppins";
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 0%;
  border-radius: 0px;
  background: linear-gradient(to right, #ffd12e 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  margin: 0 10px;
  color: #fff;
  padding: 15px;
  transition: 0.2s;
}
.buttons .button:hover {
  background: #19fbd3;
  color: #000;
}
.buttons .buttons-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider {
  position: relative;
}
.slider .big-slider-img {
  position: relative;
  width: 100%;
  height: 550px;
  background: url(../img/slider.png) center center no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .slider .big-slider-img {
    position: relative;
    width: 90vw;
    height: 45vw;
    background: url(../img/slider.png) center center no-repeat;
    background-size: cover;
  }
}
.brand {
  width: 86%;
  cursor: pointer;
  margin: 10px 0;
  transition: 0.2s;
}
.brand:hover {
  transform: scale(0.97);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-next, .carousel-control-prev {
  height: 90%;
}

.subtitle {
  background-image: linear-gradient(80deg, #ffffff 55%, #12ffda);
  padding: 25px;
  height: auto;
  margin: 0 auto;
  margin-top: -40px;
  width: 620px;
  padding-bottom: 11px;
  font-size: 1.1em;
  position: relative;
  z-index: 9999;
}
.subtitle h4 {
  font-size: 1em;
  font-weight: bold;
}
.subtitle:hover {
  background-image: linear-gradient(80deg, #ffffff 10%, #12ffda);
}
.subtitle.yellow {
  background-image: linear-gradient(80deg, #ffffff 55%, #ffc907);
}
.subtitle.yellow:hover {
  background-image: linear-gradient(80deg, #ffffff 10%, #ffc907);
}
.subtitle.pink {
  background-image: linear-gradient(80deg, #ffffff 55%, #ff3f82);
}
.subtitle.pink:hover {
  background-image: linear-gradient(80deg, #ffffff 10%, #ff3f82);
}
.subtitle.nomargin {
  margin-top: 0px;
}
.subtitle.mint {
  background-image: linear-gradient(80deg, #ffffff 55%, #13ffa1);
}
.subtitle.mint:hover {
  background-image: linear-gradient(80deg, #ffffff 10%, #13ffa1);
}
.subtitle.mint {
  background-image: linear-gradient(80deg, #ffffff 55%, #13ffa1);
}
.subtitle.mint:hover {
  background-image: linear-gradient(80deg, #ffffff 10%, #13ffa1);
}
.subtitle.right {
  margin-right: -40px;
}
.subtitle.left {
  margin-left: -40px;
}
.subtitle.half_right {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-20%, -50%);
  width: 600px;
}
.subtitle.normal_slider {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subtitle.web_box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subtitle .heart {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: url(../img/icons/heart.svg) center center no-repeat;
  background-size: contain;
}
.subtitle .heart:hover, .subtitle .heart.active {
  background: url(../img/icons/heart_full.svg) center center no-repeat;
  background-size: contain;
}
.subtitle h1 {
  font-size: 1.15em;
}

.big-slider-movie {
  position: relative;
  width: 100%;
  height: 75vh;
  background: transparent;
}
.big-slider-movie .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.big-page-img {
  position: relative;
  width: 100%;
  height: 75vh;
  background: url() center center no-repeat;
  background-size: cover;
}

.quote {
  width: 100%;
  height: 650px;
  background: url(../img/cytat-min-pezyciete1-1.png) center center no-repeat;
  background-size: contain;
}

.logo {
  width: 100px;
  height: 80px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: contain;
  margin: 0 25px;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}
.logo:hover {
  transform: rotate(360deg);
}

.section1 {
  background: url(../img/gradient-3-kopia-min-1-1.png) center center no-repeat;
  background-size: cover;
}

.section2 {
  background: url(../img/gradient.png) center center no-repeat;
  background-size: cover;
}

.section3 {
  background: url(../img/gradient2.png) center center no-repeat;
  background-size: cover;
}

.section4 {
  background: url(../img/gradient3.png) center center repeat-y;
  background-size: 100%;
}

.section_page {
  background: url(../img/gradient-page.png) center center repeat-y;
  background-size: 100%;
}

.section_page_slider1 {
  background: url(../img/gradient-slider1.png) center center no-repeat;
  background-size: cover;
}

.section_page_slider4 {
  background: url(../img/gradient-slider4.png) center center no-repeat;
  background-size: cover;
}

.section_page_d1 {
  background: url(../img/gradientv2_1.png) center center no-repeat;
  background-size: cover;
}

.section_page_d2 {
  background: url(../img/gradientv2_2.png) bottom center no-repeat;
  background-size: 100%;
}

.section_page_d3 {
  background: url(../img/gradientv2_3.png) center center no-repeat;
  background-size: 100% 100%;
}

.section_page2 {
  background: #f3eedf;
  min-height: 700px;
}

.woocommerce-MyAccount-navigation {
  background: #fbf9fd;
  padding: 20px 10px;
}
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  padding: 8px 0;
  font-weight: bold;
}

.countdown li {
  display: inline-block;
  font-size: 1.3em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
}
.countdown li span {
  display: block;
  font-size: 3em;
}
.countdown .emoji {
  display: none;
  padding: 1rem;
}
.countdown .emoji span {
  font-size: 2em;
  padding: 0 0.2rem;
}
@media all and (max-width: 768px) {
  .countdown h1 {
    font-size: 1.2em !important;
  }
  .countdown li {
    font-size: 1.125rem;
    padding: 0.75rem;
  }
  .countdown li span {
    font-size: 3.375rem;
  }
}

.product_box .img {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  background: url() center center no-repeat;
  background-size: cover;
  position: relative;
}
.product_box .subtitle {
  width: 90%;
  margin-top: -70px;
  margin-bottom: 30px;
}
.product_box .subtitle a:hover {
  color: #000;
}
.product_box .small {
  font-size: 0.8em;
}

.category_icon {
  width: 100%;
  height: 100px;
  background: url() center center repeat-y;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
}
.category_icon:hover {
  transform: scale(0.97);
}

.image_half {
  width: 100%;
  height: 700px;
  background: url() center center no-repeat;
  background-size: cover;
  position: relative;
}

.logo_title {
  font-size: 30px;
  font-family: "Poppins";
  font-weight: 900;
  color: #000000;
  margin-bottom: 0px;
}

.logo_descr {
  letter-spacing: 1.6px;
  font-size: 13px;
  margin-top: 0px;
  font-weight: 500;
  color: #000000;
}

.arrow-right {
  width: 100%;
  height: 50%;
  margin: auto;
  background: url(../img/arrow-right.svg) center right no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.subtitle:hover .arrow-right {
  transform: translateX(-20px);
}

.footer {
  padding: 30px;
  background: #170636;
}
.footer .footer_button {
  font-size: 1.05em;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 10px 0;
  transition: 0.2s;
}
.footer .footer_button:hover {
  color: #12ffda;
}
.footer .up {
  width: 100%;
  height: 50%;
  margin: auto;
  background: url(../img/up.svg) center center no-repeat;
  background-size: contain;
}
.footer .logo {
  background-image: url(../img/logo.png);
}
.footer .credits {
  padding: 15px 0;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}

.date {
  display: block;
  font-size: 1.45em;
  color: #c2226a;
  font-weight: bold;
}

.accent {
  color: #c2226a;
}

.second-accent {
  color: #21D2B7;
}

button.second-accent-button {
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  text-align: center !important;
  display: inline-block !important;
  margin-right: 0% !important;
  border-radius: 0px !important;
  background: #ffd12e !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  margin: 10px 10px 10px 0 !important;
  color: #fff !important;
  padding: 15px !important;
  transition: 0.2s !important;
  border: 0;
}
button.second-accent-button:hover {
  background: #19fbd3 !important;
  color: #fff !important;
}

.second-accent-button:hover {
  color: #fff !important;
}

.benefits_box {
  padding: 10px 0;
}
.benefits_box .benefit {
  margin-bottom: 17px;
  color: #000000;
  font-weight: 600;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  width: 100%;
  border-bottom-width: 2px;
  border-top-color: #000000;
  border-right-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-bottom-style: solid;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 18px;
  display: block;
}

.youtube {
  margin: 20px auto;
  width: 100%;
  height: 50vh;
}

@media only screen and (min-width: 768px) {
  .full_img {
    width: 100%;
    height: 600px;
    background: url() center center no-repeat;
    background-size: cover;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 349px) {
  .full_img {
    width: 100%;
    height: 200px;
    background: url() center center no-repeat;
    background-size: cover;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 350px) {
  .full_img {
    width: 100%;
    height: 300px;
    background: url() center center no-repeat;
    background-size: cover;
    margin: 30px 0 20px 0;
  }
}
.avatar_img {
  width: 50%;
  padding: 50%;
  margin-bottom: 20px;
  background: url() center center no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.avatar_img:hover {
  transform: scale(1.15);
}

.color_container {
  background: #19fbd3;
  padding: 50px;
}

.product_elements {
  width: 100%;
  padding: 30px 0;
}
.product_elements .product_elements_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.product_elements .product_elements_header .el {
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}
.product_elements .product_elements_header .el:hover {
  color: #12ffda;
}
.product_elements .product_elements_header .el.special {
  color: #111;
  background: #12ffda;
}
.product_elements .product_elements_content {
  padding: 20px;
}
.product_elements .product_elements_content .content {
  display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 0;
  padding: 10px;
  border: 0 !important;
  border-bottom: 1px solid #111 !important;
  background: #fff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  border-color: #19fbd3;
}

::placeholder {
  color: #111;
}

.coupon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  font-size: 0.9em;
}
.form .form_title {
  color: #CECECE;
}
.form input {
  border: 0;
  padding: 10px;
  border-bottom: 1px solid #CECECE;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.form input:focus {
  border-color: #19fbd3;
}
.form input[type=submit] {
  margin: 40px auto;
  width: 100%;
  background: #19fbd3;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}

.newsletter h1 {
  font-size: 4em;
}
.newsletter input[type=email] {
  background: #f7f7f7 !important;
  border: 1px solid #000;
  width: 300px;
}
.newsletter button {
  width: 100%;
}
.newsletter ::placeholder {
  width: 100%;
}

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
  background: transparent !important;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #000;
}

button[type=submit]:not(.second-accent-button, .active), a.button, input[type=submit], select, textarea {
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  text-align: center !important;
  display: inline-block !important;
  margin-right: 0% !important;
  border-radius: 0px !important;
  background: #ffd12e;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  margin: 10px 10px 10px 0 !important;
  color: #fff !important;
  padding: 15px !important;
  transition: 0.2s !important;
  border: 0;
}
button[type=submit]:not(.second-accent-button, .active):not(.second-accent-button):hover, a.button:not(.second-accent-button):hover, input[type=submit]:not(.second-accent-button):hover, select:not(.second-accent-button):hover, textarea:not(.second-accent-button):hover {
  background: #19fbd3 !important;
  color: #000 !important;
}

textarea {
  text-align: left !important;
  font-weight: 400 !important;
}

#comments h3, #comments legend {
  display: none;
}
#comments .wppcr_rating {
  float: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

button[type=submit].active {
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  text-align: center !important;
  display: inline-block !important;
  margin-right: 0% !important;
  border-radius: 0px !important;
  background: #ffd12e !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
  margin: 10px 10px 10px 0 !important;
  color: #fff !important;
  padding: 15px !important;
  transition: 0.2s !important;
  border: 0;
}
button[type=submit].active:not(.second-accent-button):hover {
  background: #19fbd3 !important;
  color: #fff !important;
}

select {
  padding-right: 25px !important;
}

input[type=submit] {
  margin: 10px;
  width: 100%;
}

.woocommerce div.product form.cart .button {
  color: #fff !important;
}
.woocommerce div.product form.cart .button:hover {
  color: #111 !important;
}

.woocommerce-form-row label {
  font-weight: bold;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0 !important;
}

.place-order {
  background: #19fbd3;
}

.accordion-item {
  background: #19fbd3 !important;
}

.accordion-header {
  background: transparent !important;
  border: 1px solid #000;
}

/*CALENDAR START*/
#calendar {
  width: 100%;
  padding: 20px;
}

#calendar table {
  width: 100%;
  margin-top: 40px;
  border-spacing: 5px;
}

#calendar table td {
  color: #111;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

#calendar table td:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #111 !important;
}

#calendar table tr:nth-child(1) td {
  background: transparent;
  color: #111;
  border-radius: 5px;
  font-weight: 600;
}

.dycalendar-target-date {
  background: #12ffda !important;
  color: #111;
  font-weight: bold;
}

.dycalendar-prev-next-btn.prev-btn {
  background: transparent;
  color: #111;
  width: 44px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.dycalendar-prev-next-btn.next-btn {
  background: transparent;
  color: #111;
  width: 44px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.dycalendar-span-month-year {
  color: #111;
  font-size: 1.1em;
  font-weight: 600;
}

#calendar h3, #calendar a {
  padding-top: 50px;
  color: #12ffda;
  text-align: center;
  text-emphasis: none;
}

.big_button {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  background: #ffd12e;
  transition: 0.2s;
  color: #111;
  cursor: pointer;
}
.big_button .icon {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  background: url(../img/icons/play.svg) center center no-repeat;
  background-size: contain;
  transition: 0.6s;
}
.big_button:hover {
  transform: scale(0.98);
}
.big_button:hover .icon {
  transform: rotate(360deg);
}

.event {
  background: rgba(25, 251, 211, 0.4);
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
}
.event:hover {
  background: #19fbd3 !important;
}
.event a {
  width: 100%;
  color: #111 !important;
}
.event a:hover {
  color: #111 !important;
}
.event .dot {
  background: #fff;
}

/* CALENDAR STOP */
#wpadminbar {
  z-index: 999999 !important;
}

.stm_zoom_content {
  padding: 140px 0 !important;
}

textarea {
  background: transparent !important;
  border: 1px solid #000;
  color: #000 !important;
}

.file_icon {
  width: 100%;
  height: 100px;
  background: url(../img/icons/pdf.svg) center center no-repeat;
  background-size: contain;
  margin: 10px 0;
}

.contact-form {
  text-align: center;
}
.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form textarea {
  width: 100% !important;
  border: 1px solid #000 !important;
}

.newsletter_left {
  width: 90%;
  height: 600px;
  margin-right: auto;
  background: url(../img/newsletter-left.png) left center no-repeat;
  background-size: contain;
}

.newsletter_right {
  width: 90%;
  height: 600px;
  margin-left: auto;
  background: url(../img/newsletter-right.png) right center no-repeat;
  background-size: contain;
}

.contact textarea {
  background: transparent !important;
  width: 100% !important;
}
.contact label {
  width: 100%;
}

@media only screen and (max-width: 1366px) {
  .slider .big-slider-img {
    position: relative;
    width: 100%;
    height: 480px;
    background: url(../img/slider.png) center center no-repeat;
    background-size: cover;
  }
  .subtitle {
    height: auto;
  }
}
a .subtitle {
  color: #000;
}

@media only screen and (max-width: 1400px) {
  .topheader .socials {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .subtitle {
    height: auto;
  }
  .subtitle.half_right {
    width: 130%;
  }
  .image_half {
    width: 100%;
    height: 400px;
  }
  .big_img, .big-page-img {
    height: 60vw;
  }
  .big-slider-movie {
    height: 42vw;
  }
  .slider .big-slider-img {
    position: relative;
    width: 100%;
    height: 420px;
    background: url(../img/slider.png) center center no-repeat;
    background-size: cover;
  }
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #19fbd3 !important;
  color: #000 !important;
  border-top: 0 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-form__label {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
}

.checkout-button {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-height: 700px) {
  .header_menu {
    overflow-y: scroll;
  }
}
.zoom_countdown_wrap {
  display: none !important;
}

@media only screen and (max-width: 830px) {
  .color_container {
    background: #19fbd3;
    padding: 10px;
    text-align: center !important;
  }
  .color_container form {
    width: 100% !important;
  }
  .wp-block-image:not(.is-style-rounded) img {
    height: auto;
  }
  form input[type=checkbox] {
    width: auto !important;
  }
  .stm_zoom_content {
    padding: 30px 0 !important;
  }
  .wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .woocommerce-form__label {
    font-size: 0.8em;
  }
  .logo_title {
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 900;
    color: #000000;
    margin-bottom: 0px;
  }
  .logo_descr {
    letter-spacing: 1.6px;
    font-size: 12px;
    margin-top: 0px;
    font-weight: 500;
    color: #000000;
  }
  select {
    width: 100%;
  }
  iframe {
    width: 100% !important;
  }
  form {
    width: 80%;
    margin: 0 auto;
  }
  form input {
    width: 100% !important;
  }
  .button {
    width: 80%;
    margin: 0 auto;
  }
  .footer {
    font-size: 0.75em;
  }
  .newsletter_left {
    width: 90%;
    height: 200px;
    z-index: 99;
  }
  .newsletter_right {
    width: 90%;
    height: 200px;
    margin-top: -100px;
    z-index: 99;
  }
  .newsletter_center {
    margin-top: -100px !important;
    z-index: 999;
  }
  #calendar {
    padding: 10px 0;
  }
  h1 {
    font-size: 1.55em !important;
  }
  .subtitle h1 {
    font-size: 1.6em !important;
  }
  h4 {
    font-size: 1.2em !important;
  }
  .section_page {
    background: url(../img/gradient-page.png) center center repeat-y;
    background-size: auto 100vh;
  }
  .section_page_d1 {
    background: url(../img/gradientv2_1.png) center center repeat-y;
    background-size: auto 100vh;
  }
  .product_elements {
    width: 100%;
    padding: 30px 0;
  }
  .product_elements .product_elements_header {
    flex-direction: column;
  }
  .product_elements .product_elements_header .el {
    width: 100%;
    border-bottom: 1px solid #111;
  }
  .product_box .img {
    height: 300px;
  }
  .buttons {
    flex-direction: column;
  }
  .buttons, .buttons_right {
    justify-content: center;
  }
  .buttons .button, .buttons_right .button {
    margin: 10px;
  }
  .buttons.buttons-top, .buttons_right.buttons-top {
    flex-direction: column;
  }
  .countdown li {
    font-size: 0.7em;
  }
  .countdown li span {
    display: block;
    font-size: 2em;
  }
  .quote {
    height: 100vw;
  }
  .logo {
    width: 80px;
    margin-left: 0;
  }
  .footer {
    padding: 0 10px;
  }
  .footer .logo {
    width: 80px;
    margin: 0 auto;
  }
  .footer .footer_button {
    margin: 2px 0;
    font-size: 0.95em;
  }
  .brand {
    width: 100%;
  }
  .slider .big-slider-img {
    height: 65vw;
  }
  .big-page-img {
    height: 65vw;
  }
  .section1 {
    text-align: center;
  }
  .footer {
    padding: 10px;
  }
  .footer .col-6 {
    padding: 15px 0;
  }
  .header_menu {
    padding: 90px 50px;
  }
  .buttons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .buttons li {
    display: inline-block;
  }
  .buttons ul li a {
    padding-bottom: 10px;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    text-transform: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 768px) {
  .image_half {
    margin-bottom: 200px;
  }
  .subtitle {
    background-image: linear-gradient(80deg, #ffffff 55%, #12ffda);
    margin-top: -40px;
    font-size: 0.76em;
    line-height: 1.2;
    width: 90%;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .subtitle.right {
    margin-right: auto;
  }
  .subtitle.left {
    margin-left: auto;
  }
  .subtitle.half_right {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -40px;
    transform: translateX(-50%);
    width: 90%;
  }
  .slider .big-slider-img {
    position: relative;
    width: 100%;
    height: 65vw;
    background: url(../img/slider.png) center center no-repeat;
    background-size: cover;
  }
  .full_img {
    transform: scale(1.1);
    margin: 60px 0;
  }
}
@media only screen and (max-width: 380px) {
  .newsletter h1 {
    font-size: 2em;
  }
  #calendar {
    padding: 10px 0;
  }
  .image_half {
    margin-bottom: 200px;
  }
}
input.adminbar-button {
  display: none !important;
}

.waiting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../img/gradient-page.png) center center repeat-y;
  background-size: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #12ffda;
  border-radius: 100%;
  display: inline-block;
}

.modal textarea {
  width: 100% !important;
}

:root {
  scroll-behavior: auto !important;
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  html.menu-mobile {
    overflow: hidden;
  }
  html.menu-mobile body.studiokolorow {
    overflow: hidden;
  }
  html.menu-mobile body.studiokolorow #menu-mobile {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
  html.menu-mobile body.studiokolorow #hamburger .bar:nth-child(1) {
    transform: rotate(45deg) translateY(15px);
  }
  html.menu-mobile body.studiokolorow #hamburger .bar:nth-child(2) {
    opacity: 0;
  }
  html.menu-mobile body.studiokolorow #hamburger .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-14px);
  }
}
body.studiokolorow.home {
  height: auto;
  background: radial-gradient(158.58% 81.24% at 77.92% 20.61%, rgba(16, 202, 248, 0.2) 0%, rgba(254, 201, 78, 0.2) 8.8%, rgba(189, 41, 200, 0.2) 22.4%, rgba(246, 70, 110, 0.2) 48.96%, rgba(254, 201, 78, 0.2) 72.92%, rgba(44, 99, 210, 0.2) 98.44%), #FFF;
  padding-top: 145px !important;
}
body.studiokolorow.home > section.footer {
  margin-top: 75px;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home.admin-bar {
    padding-top: 100px !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home {
    padding-top: 105px !important;
  }
}
body.studiokolorow.home > .big_img {
  height: calc(100vh - 145px);
  overflow: visible;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home > .big_img {
    height: calc(100vh - 105px);
  }
}
body.studiokolorow.home > .big_img .animation {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.studiokolorow.home > .big_img .hero-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 0;
  padding-right: 23%;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home > .big_img .hero-content {
    padding-left: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home > .big_img .hero-content {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home > .big_img .hero-content {
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.studiokolorow.home > .big_img .hero-content * {
    text-align: center;
  }
}
body.studiokolorow.home > .big_img .hero-content h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 105%;
  margin: 16px 0;
  color: #FBFBFB;
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow.home > .big_img .hero-content h1 {
    font-size: 60px !important;
    line-height: 72px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home > .big_img .hero-content h1 {
    font-size: 50px !important;
    line-height: 56px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow.home > .big_img .hero-content h1 {
    font-size: 40px !important;
    line-height: 45px;
  }
}
body.studiokolorow.home > .big_img .hero-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #FBFBFB;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home > .big_img .hero-content p {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home > .big_img .hero-content p {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 24px;
  }
}
body.studiokolorow.home > .big_img .hero-content .buttons {
  justify-content: flex-start;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home > .big_img .hero-content .buttons {
    flex-direction: column;
  }
  body.studiokolorow.home > .big_img .hero-content .buttons > a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
body.studiokolorow.home > .big_img:after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body.studiokolorow.home section > .container h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 101px;
  color: #1D1D1D;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home section > .container h1 {
    font-size: 86px;
    line-height: 91px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home section > .container h1 {
    font-size: 72px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow.home section > .container h1 {
    font-size: 60px !important;
    line-height: 72px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home section > .container h1 {
    font-size: 50px !important;
    line-height: 56px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow.home section > .container h1 {
    font-size: 40px !important;
    line-height: 45px;
  }
}
body.studiokolorow.home .section1 {
  background: transparent;
}
body.studiokolorow.home .section1 #our-categories {
  padding-top: 100px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section1 #our-categories {
    padding-top: 80px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section1 #our-categories h1 {
    text-align: center;
  }
}
body.studiokolorow.home .section1 #our-categories .category-filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.studiokolorow.home .section1 #our-categories .category-filters > li {
  white-space: nowrap;
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 16px;
  height: 56px;
  border-radius: 40px;
  padding: 16px 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #2C63D2;
  color: #2C63D2;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section1 #our-categories .category-filters > li {
    font-size: 16px;
    height: 46px;
    padding: 12px 28px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section1 #our-categories .category-filters > li {
    font-size: 15px;
    height: 40px;
    padding: 10px 24px;
  }
}
body.studiokolorow.home .section1 #our-categories .category-filters > li:hover, body.studiokolorow.home .section1 #our-categories .category-filters > li.active {
  background-color: #2C63D2;
  color: #FBFBFB;
}
body.studiokolorow.home .section1 #our-categories .categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section1 #our-categories .categories h1 {
    text-align: center;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li {
  width: calc(33.3333333333% - 20px);
  border-radius: 8px;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  margin: 10px;
  text-align: left;
}
body.studiokolorow.home .section1 #our-categories .categories > li.hidden {
  display: none;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section1 #our-categories .categories > li {
    margin: 7.5px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section1 #our-categories .categories > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section1 #our-categories .categories > li {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .img {
  width: 100%;
  min-height: 200px;
  background: url(../img/placeholder.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .img {
    min-height: 330px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .img {
    min-height: 0;
    height: 45vw;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .content {
  min-height: 260px;
  max-height: 260px;
  color: #1D1D1D;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content {
    min-height: 0;
    max-height: 100%;
    align-items: center;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content {
    padding: 20px;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .content > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content > span {
    font-size: 13px;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .content > h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content > h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  flex: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content > p {
    font-size: 15px;
  }
}
body.studiokolorow.home .section1 #our-categories .categories > li > .content > a.button {
  margin: 0 !important;
  width: 100%;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section1 #our-categories .categories > li > .content > a.button {
    width: auto;
  }
}
body.studiokolorow.home .section2 {
  background: none;
}
body.studiokolorow.home .section2 > .section_page_d3 {
  margin-bottom: -100px;
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow.home .section2 > .section_page_d3 #newsletter {
    margin-top: 60px !important;
    margin-bottom: 160px !important;
  }
}
body.studiokolorow.home .section2 .section_page_d3 .row > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
body.studiokolorow.home .section2 .can-you {
  position: absolute;
  background: #fff;
  width: 720px;
  border-radius: 16px;
  padding: 56px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .can-you {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .can-you {
    padding: 36px 48px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  body.studiokolorow.home .section2 .can-you {
    width: calc(100% - 48px);
  }
}
body.studiokolorow.home .section2 .upcoming-events {
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .upcoming-events {
    margin-top: 80px;
  }
}
body.studiokolorow.home .section2 .upcoming-events h1 {
  margin-top: 100px;
  margin-bottom: 56px;
}
body.studiokolorow.home .section2 .become-creator {
  display: flex;
  color: #1D1D1D;
  margin-top: 95px;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .become-creator {
    flex-direction: column;
  }
}
body.studiokolorow.home .section2 .become-creator .desc {
  flex-direction: column;
  padding-right: 15%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1279px) {
  body.studiokolorow.home .section2 .become-creator .desc {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .become-creator .desc {
    padding-right: 24px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section2 .become-creator .desc {
    padding-right: 24px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .become-creator .desc {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }
  body.studiokolorow.home .section2 .become-creator .desc > * {
    width: 100%;
  }
  body.studiokolorow.home .section2 .become-creator .desc > a {
    width: auto;
    align-items: center;
  }
}
body.studiokolorow.home .section2 .become-creator .desc h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 105%;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section2 .become-creator .desc h2 {
    font-size: 50px !important;
    line-height: 56px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow.home .section2 .become-creator .desc h2 {
    font-size: 40px !important;
    line-height: 45px;
  }
}
body.studiokolorow.home .section2 .become-creator .desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .become-creator .desc h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
body.studiokolorow.home .section2 .become-creator .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .become-creator .desc p {
    font-size: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .become-creator .desc p {
    font-size: 16px;
  }
}
body.studiokolorow.home .section2 .become-creator .image {
  min-width: 610px;
  max-width: 610px;
  height: 610px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .become-creator .image {
    min-width: 520px;
    max-width: 520px;
    height: 520px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .become-creator .image {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 24px;
    height: 690px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  body.studiokolorow.home .section2 .become-creator .image {
    height: 513px;
  }
}
body.studiokolorow.home .section2 .our-creators {
  margin-top: 100px;
  text-align: center;
}
body.studiokolorow.home .section2 .our-creators #creators-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  overflow: hidden;
}
body.studiokolorow.home .section2 .our-creators #creators-slider.slick-initialized {
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow {
  border: none;
  width: 16px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 155px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: opacity 0.25s, left 0.25s, right 0.25s;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (orientation: portrait) and (max-width: 640px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow {
    display: none !important;
  }
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow:hover {
  opacity: 1;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow.slick-prev {
  background-image: url(../img/icons/slider-arrow-left.svg);
  left: -30px;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow.slick-prev:hover {
  left: -33px;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow.slick-next {
  background-image: url(../img/icons/slider-arrow-right.svg);
  right: -30px;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow.slick-next:hover {
  right: -33px;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-track {
  display: flex !important;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .slick-track .slick-slide {
  height: inherit !important;
}
body.studiokolorow.home .section2 .our-creators #creators-slider .creator {
  background: #fff;
  height: 100%;
  display: inline-block;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  white-space: normal;
  vertical-align: top;
  position: relative;
  left: 10px;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator {
    margin-right: 16px;
  }
}
body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
  min-height: 300px;
  max-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
    min-height: 240px;
    max-height: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
    min-height: 290px;
    max-height: 290px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
    min-height: calc((100vw - 120px) / 2);
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
    min-height: 667px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .photo {
    min-height: 0;
    max-height: 100%;
    height: calc(100vw - 44px);
  }
}
body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc {
  background: #fff;
  padding: 24px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc {
    padding: 16px 20px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc {
    text-align: center;
  }
}
body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc p {
    font-size: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .our-creators #creators-slider .creator .desc p {
    font-size: 16px;
  }
}
body.studiokolorow.home .section2 .chance {
  height: 50vw;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 160px;
  position: relative;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .chance {
    height: 75vw;
  }
}
body.studiokolorow.home .section2 .chance .photo {
  height: 50vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section2 .chance .photo {
    background-position: center;
    height: 75vw;
  }
}
body.studiokolorow.home .section2 .chance .container {
  height: 100%;
  position: relative;
}
body.studiokolorow.home .section2 .chance .container .subtitle {
  position: absolute;
  right: 54px;
  transform: translateY(50%);
  bottom: 0;
  padding: 32px 56px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section2 .chance .container .subtitle {
    padding: 24px 48px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section2 .chance .container .subtitle {
    right: auto;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section2 .chance .container .subtitle {
    left: 14px;
    width: calc(100% - 28px);
    transform: translateY(50%);
    text-align: center;
  }
}
body.studiokolorow.home .section2 .chance .container .subtitle p {
  margin: 0;
}
body.studiokolorow.home .section3 {
  background: none;
}
body.studiokolorow.home .section3 .inspire-yourself > h1 {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section3 .inspire-yourself > h1 {
    margin-top: 180px;
  }
}
body.studiokolorow.home .section3 .inspire-yourself > ul {
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 20px;
}
body.studiokolorow.home .section3 .inspire-yourself > ul.tiles-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul {
    grid-gap: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul {
    grid-gap: 24px;
  }
}
body.studiokolorow.home .section3 .inspire-yourself > ul > li {
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul > li {
    height: 360px;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul > li {
    height: 300px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul > li {
    width: 100%;
    height: 347px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul > li {
    height: 257px;
  }
}
body.studiokolorow.home .section3 .inspire-yourself > ul > li:hover .image {
  transform: scale(1.1);
}
body.studiokolorow.home .section3 .inspire-yourself > ul > li .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.25s;
}
body.studiokolorow.home .section3 .inspire-yourself > ul > li a {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FBFBFB;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section3 .inspire-yourself > ul > li a {
    font-size: 20px;
  }
}
body.studiokolorow.home .section3 .top6 {
  text-align: center;
  padding-bottom: 100px;
}
body.studiokolorow.home .section3 .top6 h1 {
  margin-top: 100px;
  margin-bottom: 56px;
}
body.studiokolorow.home .section3 .top6 p {
  margin: 0;
}
body.studiokolorow.home .section3 .top6 p a {
  text-decoration: underline;
  transition: color 0.25s;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .top6 p {
    font-size: 15px;
    margin: 48px 0 24px 0;
  }
}
body.studiokolorow.home .section3 .bundles {
  text-align: center;
}
body.studiokolorow.home .section3 .bundles h1 {
  margin-top: 0;
}
body.studiokolorow.home .section3 .bundles .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 24px;
}
body.studiokolorow.home .section3 .bundles .description p {
  width: 58%;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles .description p {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .bundles .description p {
    font-size: 16px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow.home .section3 .bundles .description p {
    width: 80%;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow.home .section3 .bundles .description p {
    width: 100%;
  }
}
body.studiokolorow.home .section3 .bundles > a {
  margin-top: 52px !important;
  position: relative;
  left: 4px;
}
body.studiokolorow.home .section3 .bundles #bundles-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  overflow: hidden;
}
body.studiokolorow.home .section3 .bundles #bundles-slider.slick-initialized {
  opacity: 1;
  pointer-events: all;
  overflow: visible;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow {
  border: none;
  width: 24px;
  height: 24px;
  background-size: 6px auto;
  cursor: pointer;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.25s, left 0.25s, right 0.25s;
  z-index: 5;
  background-color: transparent;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow {
    display: none !important;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow:hover {
  opacity: 0.7;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow.slick-prev {
  background-image: url(../img/icons/slider-arrow-left-black.svg);
  margin-right: 3px;
  left: 0;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow.slick-prev:hover {
  left: -3px;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow.slick-next {
  background-image: url(../img/icons/slider-arrow-right-black.svg);
  margin-left: 3px;
  right: 0;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow.slick-next:hover {
  right: -3px;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: absolute;
  left: -8px;
  right: 8px;
  padding-bottom: 8px;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-dots > li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 16px 12px;
  background-color: rgba(29, 29, 29, 0.2);
  transition: background-color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-dots > li:hover {
  background-color: rgba(29, 29, 29, 0.3);
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-dots > li.slick-active {
  background-color: #FEC94E;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-dots > li > button {
  border: none;
  color: transparent;
  background: transparent;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .slick-track {
  display: flex !important;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle {
  background: #fff;
  height: 400px;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  white-space: normal;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle {
    margin-right: 16px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle {
    height: auto;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle.recommended {
  background-image: linear-gradient(150deg, #23FFF1, #FEC94E);
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .recommended {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .recommended {
    font-size: 13px;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container {
  position: relative;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  padding: 24px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container {
    padding: 18px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container {
    align-items: center;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container h3 {
  min-height: 58px;
  margin: 0;
  margin-top: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container h3 {
    font-size: 20px;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container a {
  margin: 24px 0 !important;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container hr {
  margin-top: 6px;
  margin-bottom: 18px;
  opacity: 0.1;
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content {
  flex: 1;
  text-align: left;
  overflow: auto;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content {
    width: 100%;
    text-align: center;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content > span {
    font-size: 15px;
  }
}
body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content > p {
    font-size: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow.home .section3 .bundles #bundles-slider .bundle .bundle-container .content > p {
    font-size: 16px;
  }
}
body.studiokolorow.home .section3 .words {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow.home .section3 .words {
    flex-direction: column;
  }
}
body.studiokolorow.home .section3 .words .video {
  min-width: 720px;
  min-height: 360px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow.home .section3 .words .video {
    min-width: 640px;
    min-height: 320px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section3 .words .video {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    min-height: 0;
    max-height: 100%;
    height: 46vw;
  }
}
body.studiokolorow.home .section3 .words .video > .video-js {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
body.studiokolorow.home .section3 .words .video > .video-js:hover .vjs-big-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}
body.studiokolorow.home .section3 .words .video > .video-js.vjs-ended .vjs-big-play-button,
body.studiokolorow.home .section3 .words .video > .video-js.vjs-ended .vjs-poster {
  display: block !important;
}
body.studiokolorow.home .section3 .words .video > .video-js.vjs-ended .vjs-control-bar {
  display: none !important;
}
body.studiokolorow.home .section3 .words .video > .video-js .vjs-poster {
  background-color: transparent;
  transform: scale(1.01) !important;
}
body.studiokolorow.home .section3 .words .video > .video-js .vjs-current-time {
  display: block;
}
body.studiokolorow.home .section3 .words .video > .video-js .vjs-big-play-button {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  color: transparent;
  background: url(../img/icons/play.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.25s;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow.home .section3 .words .video > .video-js .vjs-big-play-button {
    width: 15vw;
    height: 15vw;
  }
}
body.studiokolorow.admin-bar > header .topheader {
  top: 32px;
  z-index: 9999;
}
@media only screen and (max-width: 782px) {
  body.studiokolorow.admin-bar > header .topheader {
    top: 46px;
  }
  body.studiokolorow.admin-bar > header .topheader.minified {
    transform: translateY(-91px);
  }
}
body.studiokolorow #menu-mobile {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  top: 145px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateX(10vw);
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  padding: 24px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  pointer-events: none;
}
body.studiokolorow #menu-mobile.minified {
  top: 80px;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow #menu-mobile {
    top: 125px;
  }
  body.studiokolorow #menu-mobile.minified {
    top: 60px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow #menu-mobile {
    font-size: 16px;
    padding-top: 30px;
  }
}
body.studiokolorow #menu-mobile .navig {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
  flex: 1;
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow #menu-mobile .navig {
    font-size: 16px;
    margin-top: 30px;
  }
}
body.studiokolorow #menu-mobile .navig ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
body.studiokolorow #menu-mobile .navig ul.menu {
  font-weight: 700;
}
body.studiokolorow #menu-mobile .navig ul.sub-menu {
  font-weight: 400;
}
body.studiokolorow #menu-mobile .header-search {
  display: block;
  flex: 0 1 auto;
  padding: 0 25px !important;
}
body.studiokolorow #menu-mobile .socials {
  margin-top: 30px;
  display: block;
}
body.studiokolorow #menu-mobile .socials .social-icons {
  padding-top: 20px;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.studiokolorow #menu-mobile .socials .social-icons .social_icon {
  border-radius: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-size: contain;
  margin: 0 15px;
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow #menu-mobile .socials .social-icons .social_icon {
    width: 28px;
    height: 28px;
  }
}
body.studiokolorow #menu-mobile .socials .social-icons .social_icon.ig {
  background-size: 95% !important;
}
body.studiokolorow button[type=submit]:not(.second-accent-button, .active),
body.studiokolorow a.button,
body.studiokolorow input[type=submit] {
  color: #1D1D1D !important;
  border-radius: 4px !important;
  height: 51px;
  padding: 16px 24px !important;
  margin: 24px 24px 24px 0 !important;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow button[type=submit]:not(.second-accent-button, .active),
body.studiokolorow a.button,
body.studiokolorow input[type=submit] {
    margin: 22px 22px 22px 0 !important;
    height: 45px;
    padding: 12px 24px !important;
  }
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow button[type=submit]:not(.second-accent-button, .active),
body.studiokolorow a.button,
body.studiokolorow input[type=submit] {
    margin: 18px 18px 18px 0 !important;
    height: 42px;
    padding: 10px 24px !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow button[type=submit]:not(.second-accent-button, .active),
body.studiokolorow a.button,
body.studiokolorow input[type=submit] {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 830px) {
  body.studiokolorow button[type=submit]:not(.second-accent-button, .active),
body.studiokolorow a.button,
body.studiokolorow input[type=submit] {
    width: auto;
  }
}
body.studiokolorow > header .topheader {
  background-color: #fff;
  padding: 0;
  box-shadow: none;
  transition: transform 0.5s, box-shadow 0.5s;
}
body.studiokolorow > header .topheader.minified {
  transform: translateY(-45px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.studiokolorow > header .topheader.minified .container {
  height: 80px;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow > header .topheader.minified .container {
    height: 60px;
  }
}
body.studiokolorow > header .topheader.minified .header-submenu {
  padding-top: 28px !important;
}
body.studiokolorow > header .topheader #header-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 100%;
  height: 45px;
  background: #23FFF1;
  flex: none;
  order: 0;
  flex-grow: 0;
}
body.studiokolorow > header .topheader #header-newsletter a {
  border: 1px solid #1D1D1D;
  border-radius: 45px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: #1D1D1D;
  padding: 2px 24px;
  transition: color 0.25s, background-color 0.25s;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > header .topheader #header-newsletter a {
    font-size: 16px;
  }
}
body.studiokolorow > header .topheader #header-newsletter a:hover {
  background-color: #1D1D1D;
  color: #23FFF1;
}
body.studiokolorow > header .topheader > .container {
  height: 100px;
  display: flex;
  padding: 0;
  align-items: center;
  transition: height 0.5s;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow > header .topheader > .container {
    max-width: calc(100% - 48px);
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow > header .topheader > .container {
    height: 80px;
    max-width: calc(100% - 32px);
  }
}
body.studiokolorow > header .topheader > .container > .row {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex-wrap: nowrap;
  margin: 0;
}
body.studiokolorow > header .topheader > .container > .row > * {
  width: auto;
  padding: 0;
  flex: 0 1 auto;
}
body.studiokolorow > header .topheader > .container > .row .header-logo {
  display: flex;
  margin-right: 32px;
}
body.studiokolorow > header .topheader > .container > .row .header-logo:hover > .logo {
  transform: rotate(360deg);
}
body.studiokolorow > header .topheader > .container > .row .header-logo > .logo {
  width: 73px;
  height: 53px;
  margin-left: 0;
  margin-right: 13px;
}
body.studiokolorow > header .topheader > .container > .row .header-logo > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_title {
  font-weight: 900;
  font-size: 18.8119px;
  line-height: 28px;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_title {
    font-size: 30px;
    font-weight: 700;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_title {
    font-size: 25px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 460px) {
  body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_title {
    display: none;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_descr {
  font-size: 8.15181px;
  line-height: 12px;
  letter-spacing: 0.016em;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > header .topheader > .container > .row .header-logo > div .logo_descr {
    display: none;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-navig {
  display: flex;
  flex: 1;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu .menu-left, body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu .menu-right {
    display: none;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.016em;
  color: #1D1D1D;
  transition: color 0.25s;
  margin-right: 22px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li:hover > a {
  color: #FEC94E;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li:hover.menu-item-has-children a:after {
  transform: rotate(-180deg);
  background-image: url(../img/icons/arrow-down-yellow.svg);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li.menu-item-has-children > a:after {
  width: 10px;
  height: 6px;
  content: "";
  margin: 5px;
  margin-top: 4px;
  background: url(../img/icons/arrow-down.svg) center center no-repeat;
  background-size: contain;
  display: block;
  transition: transform 0.25s, background 0.25s;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li.menu-item-has-children:hover .header-submenu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li a {
  align-items: center;
  display: flex;
  transition: color 0.25s;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu {
  padding-top: 38px;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, padding-top 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container {
  padding-top: 24px;
  height: 400px;
  background: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  display: flex;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > ul,
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials {
  width: 100%;
  padding-left: 222px;
  margin: 0 auto;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > ul {
  list-style: none;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  padding-bottom: 50px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > ul a {
  display: inline-block;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > ul a:hover {
  color: #FEC94E;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials strong {
  display: block;
  width: 100%;
  border-bottom: 1px solid #1D1D1D;
  margin-bottom: 10px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a {
  margin-right: 29px;
  transition: transform 0.25s;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a:hover {
  transform: scale(1.2);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a .social_icon {
  width: 19px;
  height: 19px;
  background-size: contain !important;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a .social_icon.ig {
  background: url(../img/icons/ig.svg) center center no-repeat;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a .social_icon.fb {
  background: url(../img/icons/fb.svg) center center no-repeat;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li .header-submenu .header-submenu-container > .submenu-socials .social-icons > a .social_icon.yt {
  background: url(../img/icons/yt.svg) center center no-repeat;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-menu ul.menu > li:last-child {
  margin-right: 0;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons {
  display: flex;
  margin-left: 15px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .socials {
  margin: 0;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .socials .social_icon {
  border-radius: 0;
  background-color: transparent;
  background-size: 21px;
  transition: transform 0.25s;
  margin: 0 7px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .socials .social_icon:hover {
  transform: scale(1.2);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .socials .social_icon.ig {
  background-size: 18px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account {
  display: flex;
  align-items: center;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account #hamburger {
  width: 30px;
  height: 30px;
  margin-left: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account #hamburger .bar {
  width: 100%;
  height: 4px;
  background: #1D1D1D;
  border-radius: 2px;
  transition: transform 0.4s, opacity 0.4s;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account #hamburger {
    display: flex;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background: center center no-repeat;
  transition: transform 0.25s;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon:hover {
  transform: scale(1.2);
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.user {
  background-image: url(../img/icons/user.svg);
  background-size: 21px;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.user {
    width: 36px;
    height: 36px;
    background-size: contain;
    margin: 0 20px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.user {
    width: 32px;
    height: 32px;
    margin: 0 16px;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart {
  background-image: url(../img/icons/shopping-cart.svg);
  background-size: 23px;
  position: relative;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart {
    width: 36px;
    height: 36px;
    background-size: contain;
    margin: 0 20px;
  }
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart > span {
    width: 24px !important;
    height: 24px !important;
    font-size: 16px !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart {
    width: 32px;
    height: 32px;
    margin: 0 16px;
  }
  body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart > span {
    width: 22px !important;
    height: 22px !important;
    font-size: 15px !important;
  }
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon.shopping-cart > span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #23FFF1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #000;
  position: absolute;
  top: -7px;
  right: -7px;
}
body.studiokolorow > header .topheader > .container > .row .header-navig .header-icons .account .icon:last-child {
  margin-right: 0;
}
body.studiokolorow > section.footer {
  background-color: #FEC94E;
  padding: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.studiokolorow > section.footer .container {
  padding: 0 !important;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow > section.footer .container {
    max-width: 100%;
  }
}
body.studiokolorow > section.footer .container > .row {
  margin: 0;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > section.footer .container > .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body.studiokolorow > section.footer .container > .row > div:not(:first-child) {
    margin-bottom: 32px;
  }
}
body.studiokolorow > section.footer .container > .row:first-child {
  height: 320px;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > section.footer .container > .row:first-child {
    height: auto;
  }
}
body.studiokolorow > section.footer .container > .row:first-child a, body.studiokolorow > section.footer .container > .row:first-child span {
  color: #000;
  margin: 0;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow > section.footer .container > .row:first-child a, body.studiokolorow > section.footer .container > .row:first-child span {
    margin-bottom: 12px;
    font-size: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > section.footer .container > .row:first-child a, body.studiokolorow > section.footer .container > .row:first-child span {
    font-size: 16px;
  }
}
body.studiokolorow > section.footer .container > .row:first-child a {
  transition: color 0.25s;
}
body.studiokolorow > section.footer .container > .row:first-child a:hover {
  color: #23FFF1;
}
body.studiokolorow > section.footer .container > .row > * {
  padding: 0;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > section.footer .container > .row > * {
    width: 100%;
  }
}
body.studiokolorow > section.footer .container > .row .logo {
  width: 185px;
  height: 134px;
  margin: 0;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow > section.footer .container > .row .logo {
    width: 150px;
    height: 110px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > section.footer .container > .row .logo {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    height: 14vw;
  }
}
body.studiokolorow > section.footer .container > .row .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
body.studiokolorow > section.footer .container > .row .socials {
  margin: 0;
  padding: 0;
  display: block;
}
body.studiokolorow > section.footer .container > .row .socials > span:first-child {
  margin-bottom: 10px;
}
body.studiokolorow > section.footer .container > .row .socials .social-icons {
  position: relative;
  left: -10px;
  top: -10px;
  display: flex;
  margin-bottom: 18px;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > section.footer .container > .row .socials .social-icons {
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 20px;
  }
}
body.studiokolorow > section.footer .container > .row .socials .social-icons .social_icon {
  background-color: transparent;
  background-size: 20px;
  transition: transform 0.25s;
  margin-right: 15px;
}
body.studiokolorow > section.footer .container > .row .socials .social-icons .social_icon.ig {
  background-size: 19px;
}
body.studiokolorow > section.footer .container > .row .socials .social-icons .social_icon:hover {
  transform: scale(1.2);
}
body.studiokolorow > section.footer .container > .row .contact a, body.studiokolorow > section.footer .container > .row .contact span {
  margin-bottom: 0;
}
body.studiokolorow > section.footer .container > .row .credits {
  width: 100%;
  border-top: 1px solid #000;
  text-align: left;
  padding: 6px 0;
  color: #000;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
}
@media only screen and (orientation: portrait) and (max-width: 1024px) {
  body.studiokolorow > section.footer .container > .row .credits {
    text-align: center;
    padding: 12px 0;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow > section.footer .container > .row .credits {
    font-size: 14px;
    margin-top: 10px;
  }
}
body.studiokolorow > section.footer .container > .row .credits a {
  color: #000;
}
body.studiokolorow > section.footer .container > .row .credits a:hover {
  text-decoration: underline;
}
body.studiokolorow ul.events {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  body.studiokolorow ul.events {
    grid-gap: 15px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow ul.events {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
body.studiokolorow ul.events > li {
  height: 230px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow ul.events > li {
    min-height: 230px;
    height: auto;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow ul.events > li {
    flex-direction: column;
  }
}
body.studiokolorow ul.events > li > .img {
  min-width: 230px;
  max-width: 230px;
  background: url(../img/placeholder.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow ul.events > li > .img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100vw - 28px);
  }
}
body.studiokolorow ul.events > li > .content {
  width: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  color: #000;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  body.studiokolorow ul.events > li > .content {
    padding: 18px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 575px) {
  body.studiokolorow ul.events > li > .content {
    text-align: center;
    align-items: center;
  }
}
body.studiokolorow ul.events > li > .content > h4 {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  flex: 1;
  display: flex;
  align-items: flex-start;
  margin: 0;
  flex-direction: column;
}
body.studiokolorow ul.events > li > .content > h4 > span {
  flex: 1;
  display: flex;
  align-items: center;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow ul.events > li > .content > h4 > span {
    margin-bottom: 10px;
  }
}
body.studiokolorow ul.events > li > .content > h4 > hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  opacity: 1;
  margin: 0;
  margin-bottom: 8px;
}
body.studiokolorow ul.events > li > .content > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow ul.events > li > .content > span {
    font-size: 14px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow ul.events > li > .content > span.rating {
    margin-bottom: 10px;
  }
}
body.studiokolorow ul.events > li > .content > span.rating > .star {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background: url(../img/icons/star.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
body.studiokolorow ul.events > li > .content > span.rating > .star:nth-of-type(1) {
  margin-left: 4px;
}
body.studiokolorow ul.events > li > .content > strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  margin-bottom: 16px;
}
body.studiokolorow ul.events > li > .content a.button {
  min-width: 125px;
  margin: 0 !important;
  display: inline-block;
}
body.studiokolorow .header-search {
  flex: 1;
  padding: 0 25px;
  position: relative;
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow .header-search {
    padding-right: 0;
  }
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow .header-search form {
    width: auto;
  }
}
@media only screen and (orientation: portrait) and (max-width: 768px) {
  body.studiokolorow .header-search {
    display: none;
  }
}
body.studiokolorow .header-search input[type=text] {
  width: 100%;
  min-width: 345px;
  height: 40px;
  border: 1px solid #1D1D1D;
  border-radius: 40px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.016em;
  color: #1D1D1D;
  padding-left: 53px;
  padding-right: 15px;
}
body.studiokolorow .header-search input[type=text]::placeholder {
  color: rgba(29, 29, 29, 0.7);
}
@media only screen and (max-width: 1279px) {
  body.studiokolorow .header-search input[type=text] {
    min-width: 190px;
  }
}
@media only screen and (max-width: 1099px) {
  body.studiokolorow .header-search input[type=text] {
    min-width: 140px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 991px) {
  body.studiokolorow .header-search input[type=text] {
    font-size: 16px;
  }
}
body.studiokolorow .header-search input[type=submit]:not(.second-accent-button) {
  width: 49px;
  height: 100%;
  content: "";
  background: url(../img/icons/loupe.svg) center center no-repeat !important;
  background-size: 19px !important;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: none;
  outline: none;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.25s !important;
}
@media only screen and (orientation: portrait) and (max-width: 830px) {
  body.studiokolorow .header-search input[type=submit]:not(.second-accent-button) {
    width: 49px !important;
  }
}
body.studiokolorow .header-search input[type=submit]:not(.second-accent-button):hover {
  transform: scale(1.2);
}

#wp-admin-bar-my-sites {
  display: none;
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  #yoast-ab-icon {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
