.font3 {
  font-size: 3rem;
  line-height: 3rem;
}
@media all and (min-width: 576px) and (max-width: 992px) {
  .font3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .font3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.font2_5 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media all and (min-width: 576px) and (max-width: 992px) {
  .font2_5 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media all and (max-width: 576px) {
  .font2_5 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.font2 {
  font-size: 2rem;
  line-height: 2rem;
}
@media all and (min-width: 576px) and (max-width: 992px) {
  .font2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .font2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
.font1_5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media all and (max-width: 576px) {
  .font1_5 {
    font-size: 1.15rem;
    line-height: 1.3rem;
  }
}
.font1_2 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media all and (max-width: 576px) {
  .font1_2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.space-large {
  margin-top: 50px;
}
.bimago-button,
.bimago-button-banner,
#notice-cookie-block button,
.buttonlink a,
.intro-banner.light .btnLink,
.intro-banner.dark .btnLink {
  background-color: #000000;
  display: inline-block;
  padding: 0 32px;
  border-radius: 2px;
  line-height: 42px;
  transition: background 0.25s linear;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: 0;
  letter-spacing: 2px;
  cursor: pointer;
}
.bimago-button:hover,
.buttonlink a:hover,
#notice-cookie-block button:hover {
  background-color: #222222;
  text-shadow: none;
}
.bimago-button-banner,
.buttonlink a,
.intro-banner.light .btnLink,
.intro-banner.dark .btnLink {
  padding: 0 48px;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  font-weight: 700;
  cursor: pointer;
}
.searchplaceholder {
  color: #999999;
  text-transform: none;
  text-align: left;
  font-size: 16px;
}
.center-image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@keyframes pulseHeart {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulseHeart {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulseHeart {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulseHeart {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@-moz-keyframes loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@-ms-keyframes loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes pulseBgHeart {
  0% {
    background-size: 16.5px 15.4px;
    background-position: -0.75px center;
  }
  50% {
    background-size: 12px 11.2px;
    background-position: 1.5px center;
  }
  100% {
    background-size: 15px 14px;
    background-position: 0 center;
  }
}
@-moz-keyframes pulseBgHeart {
  0% {
    background-size: 16.5px 15.4px;
    background-position: -0.75px center;
  }
  50% {
    background-size: 12px 11.2px;
    background-position: 1.5px center;
  }
  100% {
    background-size: 15px 14px;
    background-position: 0 center;
  }
}
@-webkit-keyframes pulseBgHeart {
  0% {
    background-size: 16.5px 15.4px;
    background-position: -0.75px center;
  }
  50% {
    background-size: 12px 11.2px;
    background-position: 1.5px center;
  }
  100% {
    background-size: 15px 14px;
    background-position: 0 center;
  }
}
@-ms-keyframes pulseBgHeart {
  0% {
    background-size: 16.5px 15.4px;
    background-position: -0.75px center;
  }
  50% {
    background-size: 12px 11.2px;
    background-position: 1.5px center;
  }
  100% {
    background-size: 15px 14px;
    background-position: 0 center;
  }
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Oxygen", "Arial", san-serif;
  min-width: 300px;
}
.page-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1400px;
  width: 100%;
}
.side-products-arrows {
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  .side-products-arrows {
    padding: 0 20px;
  }
}
@media all and (max-width: 576px) {
  .side-products-arrows {
    padding: 0 40px;
  }
}
.hd-page-wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-shadow: 0px 0px 0px #000000;
}
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}
@media all and (max-width: 460px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
input[type="text"] {
  border: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 24px;
  text-align: left;
  font-family: "Oxygen", "Arial", san-serif;
  outline: 0;
  font-size: 14px;
  color: #999999;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"][name*="translate"] {
  display: block;
}
input[type="submit"] {
  border: none;
  font-family: "Oxygen", "Arial", san-serif;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  font-weight: 700;
}
input::-webkit-input-placeholder {
  font-family: "Oxygen", "Arial", san-serif;
  height: 49px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Oxygen", "Arial", san-serif;
  height: 49px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Oxygen", "Arial", san-serif;
  height: 49px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
input:-ms-input-placeholder {
  font-family: "Oxygen", "Arial", san-serif;
  height: 49px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.cropped-picture picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cropped-picture picture img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
picture {
  display: block;
}
.grid-cols2 {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media all and (max-width: 768px) {
  .grid-cols2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media all and (min-width: 769px) {
  .grid-cols2.cols_25_75 {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  }
}
@media all and (min-width: 993px) {
  .grid-cols2.cols_25_75 {
    grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.75fr);
  }
}
.grid-cols3 {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
@media all and (max-width: 768px) {
  .grid-cols3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.section-header {
  margin: 64px 0 32px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.light {
  color: #ffffff;
}
.light a {
  color: #ffffff;
}
.products-grid {
  box-sizing: border-box;
}
.products-grid.product-carousel {
  margin-top: 32px;
  padding: 0 60px;
}
@media all and (min-width: 993px) {
  .products-grid.product-carousel:not(.loaded).grid-5 > .item:nth-child(5) ~ .item {
    display: none;
  }
  .products-grid.product-carousel:not(.loaded).grid-6 > .item:nth-child(6) ~ .item {
    display: none;
  }
}
.products-grid.product-carousel .owl-nav {
  margin-top: -28px;
}
.products-grid.product-carousel.item .discount-ribbon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  line-height: 49px;
  font-size: 14px;
}
.products-grid .product-link {
  display: block;
  border: 1px solid #E0E0E0;
  position: relative;
}
.products-grid .product-link:before {
  content: "";
  display: block;
  padding-top: 134.78%;
}
.products-grid .product-link span {
  display: block;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  position: absolute;
  display: grid;
  display: -ms-grid;
  justify-content: center;
  justify-items: center;
  grid-gap: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  overflow: hidden;
}
.products-grid .product-link span img {
  max-width: 100%;
}
.products-grid .hidden-data {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 15px);
  margin-top: 8px;
}
.products-grid .hidden-data .product-list-name {
  grid-column: 1;
  grid-row: 1;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-grid .hidden-data .action_buttons_stash {
  grid-column: 2;
  grid-row: 1;
}
.products-grid .hidden-data .action_buttons_stash .stash-button {
  margin-top: 2px;
  cursor: default;
  display: block;
  background-image: url('../images/sprite.svg#kp-stash');
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-grid .hidden-data .action_buttons_stash .stash-button.success {
  background-image: url('../images/sprite.svg#kp-stash-filled');
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.products-grid .hidden-data .action_buttons_stash .stash-button.loading {
  -webkit-animation: pulseHeart 1s ease-in-out infinite;
  -moz-animation: pulseHeart 1s ease-in-out infinite;
  -ms-animation: pulseHeart 1s ease-in-out infinite;
  animation: pulseHeart 1s ease-in-out infinite;
}
.products-grid .hidden-data .product-list-price {
  grid-column: 1 / span 2;
  grid-row: 2;
  display: grid;
  display: -ms-grid;
  justify-content: start;
  justify-items: start;
  grid-gap: 0;
  grid-template-columns: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.products-grid .hidden-data .product-list-price .discount-price {
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
  text-decoration-line: line-through;
  color: #999999;
  padding-left: 10px;
}
.products-grid .hidden-data .product-list-price .price-label {
  padding-right: 4px;
}
.products-grid .item {
  position: relative;
  overflow: hidden;
}
.products-grid .item.vertical .product-link span img {
  max-width: unset;
  width: auto;
  height: 100%;
}
.products-grid .item .discount-ribbon {
  width: 63.75px;
  height: 63.75px;
  line-height: 61.75px;
}
.products-grid .discount-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  line-height: 83px;
  font-size: 14px;
}
.products-grid .action_buttons_flags {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.products-grid .action_buttons_flags div {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -o-transform: rotate(30deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  background: #FFFFFF;
  border: 0.5px solid rgba(218, 218, 218, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  left: 15%;
  width: 100%;
  padding: 7px 0 6px 18%;
  text-align: center;
}
.products-grid .is-bestseller .action_buttons_flags {
  display: block;
  color: #416A90;
}
.products-grid .is-new .action_buttons_flags {
  display: block;
  color: #3EBE9B;
}
.products-grid .is-youngart .action_buttons_flags {
  display: block;
  color: #000;
}
.products-grid .action_buttons_variants {
  display: none;
}
.banners-grid {
  display: grid;
  display: -ms-grid;
  justify-content: stretch;
  justify-items: stretch;
  grid-gap: 10px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 40px;
}
.banners-grid .item .item > a {
  position: relative;
}
.banners-grid .item .item > a:before {
  content: "";
  display: block;
}
.banners-grid .item .item > a picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media all and (min-width: 577px) {
  .banners-grid.grid-1 .intro-banner .item > a:before {
    padding-top: 43.45%;
  }
}
@media all and (max-width: 576px) {
  .banners-grid.grid-1 .intro-banner .item > a:before {
    padding-top: 100%;
  }
}
.banners-grid.grid-2 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media all and (max-width: 576px) {
  .banners-grid.grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media all and (min-width: 769px) {
  .banners-grid.grid-2 .intro-banner .item > a:before {
    padding-top: 100%;
  }
}
@media all and (min-width: 577px) and (max-width: 768px) {
  .banners-grid.grid-2 .intro-banner .item > a:before {
    padding-top: 100%;
  }
}
@media all and (max-width: 576px) {
  .banners-grid.grid-2 .intro-banner .item > a:before {
    padding-top: 65.52%;
  }
}
@media all and (min-width: 768px) {
  .banners-grid.grid-2.proportion-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
@media all and (min-width: 769px) {
  .banners-grid.grid-2.proportion-2-1 > .item:nth-child(1) .intro-banner .item > a:before {
    padding-top: 65.69%;
  }
}
@media all and (min-width: 769px) {
  .banners-grid.grid-2.proportion-2-1 > .item:nth-child(2) .intro-banner .item > a:before {
    padding-top: 131.38%;
  }
}
@media all and (min-width: 768px) {
  .banners-grid.grid-2.proportion-1-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}
@media all and (min-width: 769px) {
  .banners-grid.grid-2.proportion-1-2 > .item:nth-child(1) .intro-banner .item > a:before {
    padding-top: 131.38%;
  }
}
@media all and (min-width: 769px) {
  .banners-grid.grid-2.proportion-1-2 > .item:nth-child(2) .intro-banner .item > a:before {
    padding-top: 65.69%;
  }
}
.banners-grid.grid-3 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.banners-grid.grid-3 .intro-banner .item > a:before {
  padding-top: 131.15%;
}
@media all and (min-width: 769px) {
  .banners-grid.grid-3.layout-1-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 0.5fr) minmax(0, 0.5fr);
    grid-template-areas: 'long small_1' 'long small_2';
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(1) {
    grid-area: long;
    grid-row: 1 / span 2;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(1) a:before {
    padding-top: 100%;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(2) {
    grid-area: small_1;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(2) a:before {
    padding-top: 49.28%;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(2) .intro-banner > .item:nth-child(2) {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(3) {
    grid-area: small_2;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(3) a:before {
    padding-top: 49.28%;
  }
  .banners-grid.grid-3.layout-1-2 > .item:nth-child(3) .intro-banner > .item:nth-child(2) {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media all and (min-width: 576px) and (max-width: 768px) {
  .banners-grid.grid-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: 'long long' 'smal1 smal2';
  }
  .banners-grid.grid-3 > .item:nth-child(1) {
    grid-area: long;
  }
  .banners-grid.grid-3 > .item:nth-child(1) .intro-banner .item > a:before {
    padding-top: 65.52%;
  }
  .banners-grid.grid-3 > .item:nth-child(2) {
    grid-area: smal1;
  }
  .banners-grid.grid-3 > .item:nth-child(2) .intro-banner .item > a:before {
    padding-top: 100%;
  }
  .banners-grid.grid-3 > .item:nth-child(3) {
    grid-area: smal2;
  }
  .banners-grid.grid-3 > .item:nth-child(3) .item > a:before {
    padding-top: 100%;
  }
}
@media all and (max-width: 576px) {
  .banners-grid.grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .banners-grid.grid-3 .intro-banner .item > a:before {
    padding-top: 65.52%;
  }
}
.banners-grid.grid-4 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media all and (max-width: 576px) {
  .banners-grid.grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.banners-grid.grid-4 .intro-banner .intro-header span {
  font-size: 45.5px;
}
@media all and (max-width: 992px) {
  .banners-grid.grid-4 .intro-banner .intro-header span {
    font-size: 32.5px;
  }
}
.banners-grid.grid-4 .intro-banner .item > a:before {
  padding-top: 49.64%;
}
@media all and (max-width: 992px) {
  .banners-grid.grid-4 .intro-banner .item > a:before {
    padding-top: 50.5%;
  }
}
@media all and (max-width: 768px) {
  .banners-grid.grid-4 .intro-banner .item > a:before {
    padding-top: 100%;
  }
}
@media all and (max-width: 576px) {
  .banners-grid.grid-4 .intro-banner .item > a:before {
    padding-top: 65.51%;
  }
}
.banners-grid.grid-4 .intro-banner .item:nth-child(2) {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.intro-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.intro-banner .wrapper {
  padding: 0 20px;
}
.intro-banner .wrapper .intro-header {
  color: #333333;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0;
}
.intro-banner .wrapper .intro-header a {
  text-shadow: unset !important;
}
.intro-banner .wrapper .intro-header span {
  display: block;
  font-family: 'Playfair Display SC', 'Oxygen', serif;
  margin-bottom: 8px;
  letter-spacing: 3px;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1em;
}
.intro-banner .wrapper .intro-header span em {
  font-family: 'Playfair Display SC', 'Oxygen', serif;
  font-size: 66px;
  line-height: 48px;
}
@media all and (max-width: 992px) {
  .intro-banner .wrapper .intro-header span {
    font-size: 36px;
  }
  .intro-banner .wrapper .intro-header span em {
    font-size: 50px;
    line-height: 36px;
  }
}
@media all and (max-width: 768px) {
  .intro-banner .wrapper .intro-header span {
    font-size: 32px;
  }
  .intro-banner .wrapper .intro-header span em {
    font-size: 44px;
    line-height: 32px;
  }
}
@media all and (max-width: 460px) {
  .intro-banner .wrapper .intro-header span {
    font-size: 24px;
  }
  .intro-banner .wrapper .intro-header span em {
    font-size: 32px;
    line-height: 24px;
  }
}
.intro-banner .wrapper .intro-header em {
  font-style: normal;
  font-family: "Lato", "Arial", san-serif;
}
.intro-banner .wrapper .intro-header i {
  font-style: normal;
  font-size: 54px;
  line-height: 48px;
}
@media all and (max-width: 992px) {
  .intro-banner .wrapper .intro-header i {
    font-size: 44px;
    line-height: 36px;
  }
}
@media all and (max-width: 768px) {
  .intro-banner .wrapper .intro-header i {
    font-size: 38px;
    line-height: 32px;
  }
}
@media all and (max-width: 460px) {
  .intro-banner .wrapper .intro-header i {
    font-size: 28px;
    line-height: 24px;
  }
}
@media all and (max-width: 992px) {
  .intro-banner .wrapper .intro-header {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .intro-banner .wrapper .intro-header {
    font-size: 18px;
  }
}
@media all and (max-width: 576px) {
  .intro-banner .wrapper .intro-header {
    font-size: 16px;
  }
}
.intro-banner .wrapper .buttonlink {
  padding-top: 24px;
}
.intro-banner.light .intro-header a {
  color: #333333;
}
.intro-banner.light .btnLink {
  background: #F2F2F2;
  color: #333333;
}
.intro-banner.light .btnLink:hover {
  background: #FFFFFF;
}
.intro-banner.dark .intro-header a {
  color: #FFFFFF;
}
.intro-banner.dark .btnLink {
  background: #000000;
  color: #FFFFFF;
}
.intro-banner.dark .btnLink:hover {
  background: #222222;
}
.intro-banner.center > .item:nth-child(2) {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.intro-banner > .item:nth-child(1) {
  height: 100%;
}
.intro-banner > .item:nth-child(1) picture,
.intro-banner > .item:nth-child(1) a {
  display: block;
  height: 100%;
}
.intro-banner > .item:nth-child(1) img {
  display: block;
  margin: 0;
  width: 100%;
}
.intro-banner > .item:nth-child(2) {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0;
  text-align: center;
}
.owl-carousel {
  position: relative;
  z-index: 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 1;
}
.owl-carousel .owl-nav button {
  outline: 0;
  /*&.disabled{
                &:before{
                    opacity: 0.4;
                }
            }*/
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: block;
  border: 0;
  width: 16px;
  height: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-prev:before {
  background-image: url('../images/sprite.svg#kp-prev');
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next:before {
  background-image: url('../images/sprite.svg#kp-next');
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.loader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #000000;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
  animation-delay: -0.65s;
}
body > ins {
  overflow: hidden;
  height: 0;
}
.after-content {
  height: 0;
  overflow: hidden;
}
#notice-cookie-block {
  background: #f6f6f6;
  box-sizing: border-box;
  border: 1px solid #fcfcf5;
  z-index: 1;
  padding: 20px;
  width: 390px;
  font-size: 12px;
  line-height: 1.15rem;
  webkit-box-shadow: -4px -4px 21px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -4px -4px 21px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px -4px 21px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: showUp 0.75s ease-in-out 1;
  -moz-animation: showUp 0.75s ease-in-out 1;
  -ms-animation: showUp 0.75s ease-in-out 1;
  animation: showUp 0.75s ease-in-out 1;
}
#notice-cookie-block:not(.translate-mode) {
  z-index: 9999;
  position: fixed;
  left: 20px;
  bottom: 20px;
}
@media all and (max-width: 768px) {
  #notice-cookie-block:not(.translate-mode) {
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}
@media all and (max-width: 460px) {
  #notice-cookie-block:not(.translate-mode) {
    width: 100%;
  }
}
#notice-cookie-block p {
  text-align: left;
  color: #444444;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 0px;
}
#notice-cookie-block button {
  width: 100%;
  border: 0;
}
#notice-cookie-block a {
  color: #000000;
}
#notice-cookie-block .actions {
  display: grid;
  display: -ms-grid;
  justify-content: center;
  justify-items: center;
  grid-gap: 32px;
  margin: 8px auto 0;
  align-content: center;
  align-items: center;
  grid-template-columns: minmax(0, max-content) minmax(0, max-content);
}
.validation-advice {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff0000;
  font-size: 12px;
  line-height: 18px;
  padding-top: 4px;
  display: block;
}
/*# sourceMappingURL=common.css.map */