.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@keyframes bgAnimScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes bgAnimScale {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes bgAnimScale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bgAnimScale {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@-ms-keyframes bgAnimScale {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
body {
  margin: 0px;
  font-family: Museo900;
  font-size: 20px;
  color: #5C6161;
}
img {
  display: block;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
.main-title {
  color: #13b5e9;
  font-size: 4vw;
  margin-bottom: 0.1em;
}
.main-title.uppercase {
  text-transform: uppercase;
}
.main-title.mb-big {
  margin-bottom: 1em;
}
.main-subtitle {
  color: #959595;
  font-family: 'MyriadProRegular';
  font-size: 23px;
  max-width: 720px;
  margin-bottom: 3em;
}
#home-site-mob section .category .category-content-mob .left .text2 .cta-2 {
  width: 30px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px!important;
  overflow: hidden;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.fb_zakladka {
  background-image: url(../images/ico-fb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  height: 39px;
  padding-left: 35px;
  position: fixed;
  right: 0;
  top: 134px;
  transition: all 0.35s ease-in-out;
  width: 35px;
  z-index: 10;
}
.fb_zakladka .fb-page {
  width: 340px;
}
.fb_zakladka .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_zakladka:hover {
  right: 340px;
}
@media (max-width: 1400px) {
  .main-title {
    font-size: 4.5vw;
  }
  .main-subtitle {
    font-size: 14px;
    margin-bottom: 2em;
  }
}
@media (max-width: 1000px) {
  .main-title {
    font-size: 44px;
  }
}
.main-content {
  padding-top: 90px;
  transition: padding 0.5s;
  overflow: hidden;
}
.main-content p.content {
  color: #959595;
  font-family: MyriadProRegular;
  font-size: 18px;
  line-height: 28px;
  max-width: 60%;
  padding-left: 0;
}
.main-content ul.content li {
  color: #959595;
  font-family: MyriadProRegular;
  line-height: 28px;
}
.main-content h2 {
  font-size: 28px;
}
.padding-main {
  padding: 4% 3% 4% 6%;
}
.content {
  padding: 0 35px;
}
.content-width {
  width: 70%;
}
.center-h {
  left: 50%;
  transform: translateX(-50%);
}
.center-v {
  left: 50%;
  transform: translateX(-50%);
}
.cta-1 {
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/cta-1.png') center center no-repeat;
  background-size: 100%;
  margin-right: 8px;
  vertical-align: -14px;
}
.cta-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cta-2 {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/cta-2.png') center center no-repeat;
  background-size: 100%;
  margin-right: 8px;
  vertical-align: -14px;
}
.cta-2:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cta-4 {
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/cta-4.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  border-radius: 50%;
  transition: all 0.5s;
}
.cta-1-hover {
  width: 43px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/cta-1_fill.png') left center no-repeat;
  background-size: 200%;
  background-position: 100% center;
  margin-right: 8px;
  vertical-align: -14px;
  border-radius: 50%;
  transition: all 0.5s;
}
.cta-1-hover:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cta-2-hover {
  width: 43px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/cta-2_fill.png') left center no-repeat;
  background-size: 200%;
  background-position: 100% center;
  margin-right: 8px;
  vertical-align: -14px;
  border-radius: 50%;
  transition: all 0.5s;
}
.cta-2-hover:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.btn {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: Museo900;
  font-size: 20px;
  text-transform: uppercase;
}
.btn span {
  vertical-align: middle;
  display: inline-block;
}
.btn .cta-1-hover {
  vertical-align: middle !important;
}
.btn .cta-2-hover {
  vertical-align: middle !important;
}
.btn:hover .cta-1-hover {
  background-position: 0% center;
  margin-right: 14px;
  vertical-align: middle !important;
}
.btn:hover .cta-2-hover {
  background-position: 0% center;
  margin-right: 15px;
  vertical-align: middle !important;
}
div,
span,
a {
  box-sizing: border-box;
}
footer {
  height: auto;
  background: #f5f5f5;
  padding: 10px 5%;
  width: 90%;
  bottom: 0px;
  left: 0px;
  z-index: 97;
}
footer.subpage {
  bottom: 0;
}
footer .logo {
  order: 1;
  height: 60px;
}
footer .rights {
  order: 2;
  flex-grow: 1;
  font-family: MyriadPro-Semibold;
  font-size: 14px;
  text-align: left;
  transform: translate3d(20px, 5px, 0);
}
footer nav {
  order: 2;
  flex-grow: 1;
  text-align: right;
}
footer nav a {
  font-family: MyriadPro-Semibold;
  color: #626262;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 30px;
}
footer nav a:hover {
  text-decoration: underline;
}
footer nav a.blue {
  color: #13b5e9;
}
footer .socials {
  order: 3;
  height: 32px;
}
footer .socials a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 100%;
  margin: 0 15px;
}
footer .socials a.link-fb {
  background-image: url('../images/icon-fb.png');
}
footer .socials a.link-ins {
  background-image: url('../images/icon-ins.png');
}
footer .socials a.link-tw {
  background-image: url('../images/icon-tw.png');
}
.menu-mobile {
  display: none;
  overflow: auto;
  padding: 70px 0 100px 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 989;
  text-align: center;
  font-size: 8vw;
  transform: translateY(-100%);
  transition: 1s all;
}
.menu-mobile a {
  display: block;
  text-decoration: none;
  color: #0148B1;
  margin: 25px 0;
  font-size: 24px;
  font-family: 'MyriadPro-Semibold';
}
.menu-mobile a.sub-menu {
  color: #13b5e9;
  font-size: 20px;
}
.menu-mobile a.orange {
  color: #f7a628;
}
.menu-mobile a.btn-orange {
  background: #f7a628;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%);
  color: #fff;
  font-size: 31px;
  font-family: 'scriptorama-markdown-jf';
  margin: 0 auto;
  max-width: 310px;
  padding: 12px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 90%;
}
.menu-mobile a.btn-orange:after {
  display: none;
}
.menu-mobile a.btn-orange:hover {
  background: #f9ba59;
}
.menu-mobile .socials {
  order: 3;
  height: 32px;
}
.menu-mobile .socials.link-fb {
  background-image: url('../images/ico-fb.png');
  width: 32px;
  height: 32px;
  display: none;
  background-size: 100%;
  margin: 0 15px;
}
.menu-mobile .socials.link-ins {
  background-image: url('../images/ico-instagram.png');
  width: 32px;
  height: 32px;
  display: none;
  background-size: 100%;
  margin: 0 15px;
}
.menu-mobile .socials.link-tw {
  background-image: url('../images/ico-twitter.png');
  width: 32px;
  height: 32px;
  display: none;
  background-size: 100%;
  margin: 0 15px;
}
.menu-mobile .close {
  position: absolute;
  width: 38px;
  background: url('../images/cross2-blue.png') no-repeat;
  background-size: 100%;
  top: 20px;
  right: 20px;
}
.menu-mobile .close:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.menu-mobile.open {
  transform: translateY(0);
}
@media (orientation: landscape) {
  .menu-mobile a {
    margin: 3% 0;
    font-size: 5vw;
  }
}
header {
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #e9e9e9;
  transition: 0.5s all;
}
header.hidden {
  top: -100px;
}
header .nav-content {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  position: relative;
}
header .content-header {
  display: flex;
  align-items: center;
  height: 90px;
  transition: height 0.5s;
}
header .content-header .logo-maslanka {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 110px;
}
header .content-header .logo-maslanka img {
  height: 100%;
  left: 50%;
  object-fit: contain;
  transition: height 0.5s;
  transform: rotate(90deg);
  width: 100%;
}
header .content-header .logo-maslanka.vert {
  height: 50px;
  width: 230px;
}
header .content-header .logo-maslanka.vert img {
  transform: none;
}
header .content-header nav {
  flex-grow: 1;
  text-align: left;
  padding: 0 40px;
}
header .content-header nav a.link-selected {
  color: #44ade2;
}
header .content-header nav a,
header .content-header nav span.dropdown {
  /*margin-top   : 3px;*/
  color: #0148B1;
  text-decoration: none;
  margin: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.8vw;
  display: inline-block;
  /*vertical-align: middle;*/
}
header .content-header nav a.red,
header .content-header nav span.dropdown.red {
  padding: 10px;
  color: #fff;
  background: #ff0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #a90000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%, #a90000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%, #a90000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#a90000', GradientType=0);
  /* IE6-9 */
}
header .content-header nav a.contest,
header .content-header nav span.dropdown.contest {
  color: #00a7e4;
}
header .content-header nav a.home,
header .content-header nav span.dropdown.home {
  width: 30px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  margin: 0 15px;
  background-image: url('../images/ico-home.png');
}
header .content-header nav a.socials,
header .content-header nav span.dropdown.socials {
  width: 29px;
  height: 29px;
  display: inline-block;
  background-size: 100%;
  margin: 0 15px;
  position: absolute;
  right: 0;
  margin-top: 2px;
}
header .content-header nav a.socials.link-fb,
header .content-header nav span.dropdown.socials.link-fb {
  background-image: url('../images/ico-fb.png');
  display: none;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
}
header .content-header nav a.socials.link-ins,
header .content-header nav span.dropdown.socials.link-ins {
  background-image: url('../images/ico-instagram.png');
}
header .content-header nav a.socials.link-tw,
header .content-header nav span.dropdown.socials.link-tw {
  background-image: url('../images/ico-twitter.png');
}
header .content-header nav a.dropdown,
header .content-header nav span.dropdown.dropdown {
  position: relative;
}
header .content-header nav a.dropdown.dropdown-socials,
header .content-header nav span.dropdown.dropdown.dropdown-socials {
  vertical-align: middle;
  width: 29px;
  height: 29px;
  /*margin-top  : 6px;*/
  position: relative;
  display: none;
}
header .content-header nav a.dropdown.dropdown-socials:hover,
header .content-header nav span.dropdown.dropdown.dropdown-socials:hover {
  text-decoration: none !important;
}
header .content-header nav a.dropdown.dropdown-socials .dots,
header .content-header nav span.dropdown.dropdown.dropdown-socials .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  font-size: 0px;
}
header .content-header nav a.dropdown.dropdown-socials .dots span,
header .content-header nav span.dropdown.dropdown.dropdown-socials .dots span {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid #5C6161;
  /*margin-bottom: 3px;*/
  border-radius: 50%;
  margin: 0 1px;
  top: 50%;
  margin-top: -3px;
}
header .content-header nav a.dropdown.dropdown-socials .submenu,
header .content-header nav span.dropdown.dropdown.dropdown-socials .submenu {
  height: 68px;
  bottom: -72px;
  width: 170px;
  margin-left: -88px;
}
header .content-header nav a.dropdown.dropdown-socials .submenu .desc .desc-cont,
header .content-header nav span.dropdown.dropdown.dropdown-socials .submenu .desc .desc-cont {
  text-align: center;
}
header .content-header nav a.dropdown.dropdown-socials .submenu .desc .desc-cont a,
header .content-header nav span.dropdown.dropdown.dropdown-socials .submenu .desc .desc-cont a {
  margin: 0px 5px;
  float: none;
  display: inline-block;
}
header .content-header nav a .submenu,
header .content-header nav span.dropdown .submenu {
  position: absolute;
  margin-left: -100px;
  left: 50%;
  background: #fff;
  display: none;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
  transition: transform 0.5s;
  bottom: -138px;
  width: 220px;
  height: 128px;
}
header .content-header nav a .submenu .desc,
header .content-header nav span.dropdown .submenu .desc {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  color: #5C6161;
  line-height: normal;
  padding: 5%;
  margin-top: 0px;
}
header .content-header nav a .submenu .desc:before,
header .content-header nav span.dropdown .submenu .desc:before {
  content: "";
  display: block;
  padding-top: 100%;
}
header .content-header nav a .submenu .desc .desc-cont,
header .content-header nav span.dropdown .submenu .desc .desc-cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10%;
}
header .content-header nav a .submenu .desc .desc-cont a,
header .content-header nav span.dropdown .submenu .desc .desc-cont a {
  text-align: center;
  display: block;
  margin: 5px 0;
  color: #13b5e9;
  cursor: pointer;
  font-size: 20px;
}
header .content-header nav a .submenu .desc .close,
header .content-header nav span.dropdown .submenu .desc .close {
  width: 6%;
  height: 6%;
  position: absolute;
  background: url('../images/cross.png') center center;
  background-size: 100%;
  right: 10px;
  top: 10px;
}
header .content-header nav a .submenu .desc .popup-title,
header .content-header nav span.dropdown .submenu .desc .popup-title {
  font-size: 18px;
}
header .content-header nav a .submenu .desc .popup-text,
header .content-header nav span.dropdown .submenu .desc .popup-text {
  font-size: 12px;
  font-family: MyriadProRegular;
  margin-top: 5%;
}
header .content-header nav a .submenu .desc .triangle,
header .content-header nav span.dropdown .submenu .desc .triangle {
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -7px;
  box-shadow: -3px -3px 6px -1px rgba(0, 0, 0, 0.24);
}
header .content-header nav a .submenu img,
header .content-header nav span.dropdown .submenu img {
  height: 100%;
  display: block;
}
header .content-header nav a .submenu.open,
header .content-header nav span.dropdown .submenu.open {
  transform: translateY(-107%);
}
header .content-header nav .submenu-recipes {
  margin-top: 10px;
  width: auto;
  min-width: 500px;
  display: inline-block;
  margin-left: 66px;
  border-top: 1px #ccc solid;
  padding-top: 10px;
}
header .content-header nav .submenu-recipes a {
  font-size: 1vw;
}
header .content-header nav ul.nav-content {
  flex-grow: 1;
  margin: 0;
  text-align: left;
  padding: 0 0 0 50px;
}
header .content-header nav ul.nav-content li {
  margin: 0;
}
header .content-header nav ul.nav-content li.ml-auto {
  margin-left: auto;
}
header .content-header nav ul.nav-content li.dropdown {
  position: relative;
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu {
  background: #fff;
  border-radius: 0 0 25px 25px;
  left: -32px;
  list-style: none;
  min-width: 250px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  padding: 20px 0;
  transition: all 0.25s ease-in-out;
  top: calc(100% - 10px);
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu:before,
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  position: absolute;
  top: 0;
  width: 27px;
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu:before {
  background-image: url('../images/main/corner-left.png');
  left: -25px;
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu:after {
  background-image: url('../images/main/corner-right.png');
  right: -25px;
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu li {
  margin: 0;
  overflow: hidden;
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu a {
  font-family: MyriadProRegular;
  margin: 10px 32px;
  padding: 10px 0px;
  text-transform: none;
  width: calc(100% - 64px);
}
header .content-header nav ul.nav-content li.dropdown .nav-content-submenu a:after {
  bottom: 0;
  left: 0;
  transform: none;
}
header .content-header nav ul.nav-content li.dropdown:hover > a:after {
  opacity: 1;
  width: 100%;
}
header .content-header nav ul.nav-content li.dropdown:hover .nav-content-submenu {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header .content-header nav ul.nav-content li.dropdown:hover .nav-content-submenu a:after {
  width: 100%;
}
header .content-header nav a,
header .content-header nav span {
  color: #0148B1;
  cursor: pointer;
  display: inline-block;
  font-family: MyriadPro-Semibold;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
  padding: 32px;
  position: relative;
  text-transform: uppercase;
}
header .content-header nav a.orange,
header .content-header nav span.orange {
  color: #f7a628;
}
header .content-header nav a.btn-orange,
header .content-header nav span.btn-orange {
  background: #f7a628;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%);
  color: #fff;
  font-size: 31px;
  font-family: 'scriptorama-markdown-jf';
  padding: 12px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 290px;
}
header .content-header nav a.btn-orange:after,
header .content-header nav span.btn-orange:after {
  display: none;
}
header .content-header nav a.btn-orange:hover,
header .content-header nav span.btn-orange:hover {
  background: #f9ba59;
}
header .content-header nav a:after,
header .content-header nav span:after {
  background: currentColor;
  bottom: 20px;
  content: '';
  display: block;
  left: 50%;
  height: 2px;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
  width: 0;
}
header .content-header nav a.link-selected,
header .content-header nav span.link-selected {
  color: #44ade2;
}
header .content-header nav a.contest,
header .content-header nav span.contest {
  color: #00a7e4;
}
header .content-header nav a:hover:after,
header .content-header nav span:hover:after {
  opacity: 1;
  width: calc(100% - 60px);
}
header .content-header.new-menu nav {
  align-items: center;
  display: flex;
}
header .ham {
  display: none;
  cursor: pointer;
  margin-left: 25px;
  width: 38px;
  height: 30px;
  position: relative;
}
header .ham div {
  background: #cccccc;
  width: 38px;
  height: 6px;
  margin: 3px 0;
  border-radius: 3px;
  position: absolute;
  transition: all 0.2s;
}
header .ham div.h1 {
  top: 0px;
}
header .ham div.h2 {
  top: 9px;
}
header .ham div.h3 {
  top: 18px;
}
header .ham.open div.h1 {
  top: 10px;
  transform: rotate(45deg);
}
header .ham.open div.h3 {
  top: 10px;
  transform: rotate(-45deg);
}
header .ham.open div.h2 {
  display: none;
}
body.scroll .main-content {
  padding-top: 90px;
}
body.scroll header .content-header {
  height: 90px;
}
.img-bg {
  max-width: 100%;
}
.img_apla {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.popup-movie {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 3333;
  display: none;
}
.popup-movie .close {
  background: url(../images/close.png) center center no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  cursor: pointer;
}
.popup-movie .content-movie {
  position: relative;
  width: 80%;
  /*height : 80%;*/
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.popup-movie .content-movie:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.popup-movie .content-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup-movie .content-movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
}
#home-site .t1 {
  font-family: Museo900;
  font-size: 2.6vw;
}
#home-site .t2 {
  font-family: Museo900;
  font-size: 4.8vw;
}
#home-site .t3 {
  font-family: MyriadProRegular;
  font-size: 16px;
}
#home-site .btn {
  font-size: 2vw;
}
#home-site section {
  position: relative;
}
#home-site section .category {
  background: #bad770;
  position: relative;
}
#home-site section .category.show .text .img_product {
  transform: translateX(0px);
  opacity: 1;
}
#home-site section .category.show .text .text-content {
  transform: translateX(0px);
  opacity: 1;
}
#home-site section .category .category-content {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 100%;
}
#home-site section .category .recipe-cta-box {
  margin-top: 5%;
  color: #fff;
  font-family: Museo900;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#home-site section .category .recipe-cta-box .cta-2 {
  margin-top: 1%;
}
#home-site section .category .text {
  color: #fff;
  position: absolute;
  /*                 background: url('../images/home_product_trans_3.png') left top no-repeat;
                                 padding-left: 250px;*/
  /*width                      : 68%;*/
  /*                .product {
                                    width          : 280px;
                                    height         : 280px;
                                    position       : absolute;
                                    background     : url(../images/home_product_trans.png) center center no-repeat;
                                    background-size: contain;
                                    top            : -280px;
                                    left           : -60px;

                                    &.p2 { background: url(../images/home_product_trans_2.png) center center no-repeat; background-size: contain; }
                                    &.p3 {
                                        background     : url(../images/home_product_trans_3.png) center center no-repeat;
                                        background-size: contain;
                                    }

                                    &.p4 {
                                        background     : url(../images/home_product_trans_4.png) center center no-repeat;
                                        background-size: contain;
                                    }
                                }*/
}
#home-site section .category .text .t1 {
  font-size: 1.3vw;
}
#home-site section .category .text .t2 {
  font-size: 2.7vw;
  text-transform: uppercase;
  margin: 1% 0;
}
#home-site section .category .text .t3 {
  font-family: MyriadProRegular;
  font-size: 16px;
  width: 38%;
}
#home-site section .category .text .btn {
  margin-top: 15px;
}
#home-site section .category .text .img_product {
  display: inline-block;
  position: absolute;
  width: 17%;
  margin-left: -5%;
  margin-right: 1%;
  opacity: 0;
  transform: translateX(-300px);
  transition: all 1.2s;
  transition-delay: 0.2s;
  bottom: -6%;
}
#home-site section .category .text .text-content {
  display: inline-block;
  padding-left: 14%;
  opacity: 0;
  transform: translateX(-300px);
  transition: all 1.2s;
}
#home-site section .category .text.text1 {
  top: 28%;
  left: 56.3%;
}
#home-site section .category .text.text1 .t1 {
  font-size: 36px;
}
#home-site section .category .text.text1 .t3 {
  font-family: MyriadProRegular;
  font-size: 16px;
  width: 400px;
  margin-top: 10px;
}
#home-site section .category .text.text1 .cta-box {
  margin-top: 5%;
}
#home-site section .category .text.text1 .cta-box a {
  color: #fff;
  display: block;
  height: 42px;
  margin-bottom: 10px;
  text-decoration: none;
  width: 100%;
  /*&:hover{text-decoration: underline;}*/
}
#home-site section .category .text.text1 .cta-box a span {
  display: inline-block;
  vertical-align: middle;
}
#home-site section .category .text.text1 .cta-box a .t {
  width: 255px;
}
#home-site section .category .text.text1 .cta-box a .icon {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background: url('../images/cta-2.png') center right no-repeat;
  background-size: cover;
}
#home-site section .category .text.text2 {
  top: 72%;
}
#home-site section .category.contest .t2 {
  color: #08a0e0;
  font-size: 4.5vw;
}
#home-site section .category.contest .t3 {
  color: #08a0e0;
  font-size: 1.25vw;
  font-family: Museo900;
  width: 42%;
}
#home-site section .category.contest .btn {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}
#home-site section .category.contest .btn div {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
#home-site section .category.contest .btn {
  text-shadow: none;
  color: #08a0e0;
  margin-top: 7vw;
}
#home-site section .category.contest .btn div {
  box-shadow: none;
}
#home-site section .category.contest .btn .cta-1-hover {
  background-image: url(../images/cta-1_fill_dark.png);
}
#home-site section .recipe {
  position: relative;
}
#home-site section .recipe .recipe-wraper {
  width: 100%;
  align-self: flex-end;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s;
}
#home-site section .recipe.show .recipe-wraper {
  transform: translateY(0px);
  opacity: 1;
}
#home-site section .recipe.show .recipe-wraper .recipe-text-cont .recipe-text-title {
  transform: translateY(0px);
}
#home-site section .recipe.show .recipe-wraper .recipe-text-cont .recipe-text-t1 {
  transform: translateY(0px);
}
#home-site section .recipe.show .recipe-wraper .recipe-text-cont .btn {
  transform: translateY(0px);
}
#home-site section .recipe .recipe-text {
  position: absolute;
  height: 100%;
  top: 0px;
  font-family: MyriadProRegular;
  font-size: 16px;
}
#home-site section .recipe .recipe-text .recipe-text-cont {
  width: 30%;
  min-width: 380px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px 20px 0 0;
}
#home-site section .recipe .recipe-text .recipe-text-cont .recipe-text-title {
  font-family: Museo900;
  font-size: 3vw;
  line-height: 111%;
  transform: translateY(30px);
  transition: all 1s;
}
#home-site section .recipe .recipe-text .recipe-text-cont .recipe-text-t1 {
  margin-top: 5%;
  transform: translateY(30px);
  transition: all 1s;
  transition-delay: 0.2s;
}
#home-site section .recipe .recipe-text .recipe-text-cont .recipe-text-list {
  margin-top: 5%;
}
#home-site section .recipe .recipe-text .recipe-text-cont .recipe-text-list .c {
  background: url('../images/dot.png') left center no-repeat;
  padding-left: 20px;
  min-height: 10px;
  margin: 2% 0;
}
#home-site section .recipe .recipe-text .recipe-text-cont .recipe-text-t2 {
  margin-top: 5%;
}
#home-site section .recipe .recipe-text .recipe-text-cont .btn {
  margin-top: 5%;
  color: #13b5e9;
  transform: translateY(30px);
  transition: all 1s;
  transition-delay: 0.4s;
}
#home-site section.top {
  position: relative;
}
#home-site section.top div.movie {
  position: absolute;
  width: 40%;
  top: 6%;
  left: 50%;
}
#home-site section.top div.movie img {
  width: 100%;
}
#home-site section.top div.movie .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url('../images/main2/btn.png') center center no-repeat;
  background-size: 100%;
  width: 82px;
  height: 82px;
  cursor: pointer;
  transition: all 0.2s;
}
#home-site section.top div.movie .play:hover {
  width: 88px;
  height: 88px;
}
#home-site section.top div.text {
  position: absolute;
  width: 40%;
  height: 38%;
  top: 62%;
  left: 50%;
  color: #fff;
}
#home-site section.top div.text .t1 {
  font-size: 2vw;
  margin-bottom: 15px;
}
#home-site section.top div.text .t3 {
  font-family: MyriadProRegular;
  font-size: 16px;
  width: 70%;
}
#home-site section.top div.text .btn {
  margin-top: 15px;
}
#home-site section.top div.text .top-text {
  width: 100%;
}
#home-site section.s2 .category .text.text2 {
  top: 45%;
}
#home-site-mob {
  padding-bottom: 0px;
}
#home-site-mob .swiper-button-next,
#home-site-mob .swiper-button-prev {
  top: 22%;
}
#home-site-mob section {
  position: relative;
}
#home-site-mob section img {
  width: 100%;
}
#home-site-mob section .top .top-content-mob {
  position: absolute;
  width: 52%;
  height: 100%;
  top: 0px;
  right: 0px;
  color: #fff;
  text-align: left;
}
#home-site-mob section .top .top-content-mob .text {
  width: 100%;
  padding-right: 5%;
}
#home-site-mob section .top .top-content-mob .text .t1 {
  font-size: 5vw;
  width: 100%;
}
#home-site-mob section .top .top-content-mob .text .t3 {
  font-size: 2.8vw;
  width: 100%;
  font-family: MyriadProRegular;
  margin: 2% 0;
}
#home-site-mob section .top .top-content-mob .text .btn {
  font-size: 3vw;
}
#home-site-mob section .top .top-content-mob .text .btn .cta-2 {
  width: 23px;
  height: 22px;
  vertical-align: middle;
}
#home-site-mob section .contest .contest-content-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  color: #fff;
  text-align: left;
}
#home-site-mob section .contest .contest-content-mob .text {
  width: 100%;
  padding: 5%;
}
#home-site-mob section .contest .contest-content-mob .text .t2 {
  font-size: 10vw;
  width: 100%;
  color: #08a0e0;
}
#home-site-mob section .contest .contest-content-mob .text .t3 {
  font-size: 4vw;
  width: 100%;
  font-family: Museo900;
  margin: 2% 0;
  color: #08a0e0;
}
#home-site-mob section .contest .contest-content-mob .text .btn {
  margin-top: 1%;
  font-size: 5vw;
}
#home-site-mob section .contest .contest-content-mob .text .btn span {
  color: #08a0e0;
}
#home-site-mob section .contest .contest-content-mob .text .btn .cta-2 {
  width: 33px;
  height: 32px;
  vertical-align: middle;
}
#home-site-mob section .contest .contest-content-mob .text .btn .cta-1-hover {
  background-image: url(../images/cta-1_fill_dark.png);
}
#home-site-mob section .category {
  position: relative;
}
#home-site-mob section .category .category-content-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 55% 5% 0;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  /*                .right{
                                    padding-left: 4%;
                                    float       : left; width: 50%;
                                    font-family : MyriadProRegular; font-size: 16px;
                                }*/
}
#home-site-mob section .category .category-content-mob .right .cta-2 {
  position: absolute;
  bottom: 7%;
  right: 5%;
  margin: 0px;
}
#home-site-mob section .category .category-content-mob .left {
  padding-right: 4%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
#home-site-mob section .category .category-content-mob .left .text1 .title {
  font-size: 6vw;
  margin-bottom: 10%;
}
#home-site-mob section .category .category-content-mob .left .text1 a {
  color: #fff;
  display: block;
  height: 42px;
  margin-bottom: 50%;
  text-decoration: none;
  font-size: 2.5vw;
  /*&:hover{text-decoration: underline;}*/
}
#home-site-mob section .category .category-content-mob .left .text1 a span {
  display: inline-block;
  vertical-align: middle;
}
#home-site-mob section .category .category-content-mob .left .text1 a .t {
  margin-right: 5%;
}
#home-site-mob section .category .category-content-mob .left .text1 a .icon {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background: url('../images/cta-3.png') center right no-repeat;
  background-size: cover;
}
#home-site-mob section .category .category-content-mob .left .text2 .t1 {
  font-size: 3vw;
}
#home-site-mob section .category .category-content-mob .left .text2 .t2 {
  font-size: 8vw;
  margin-bottom: 2%;
  margin-top: 3%;
  text-transform: uppercase;
}
#home-site-mob section .category .category-content-mob .left .text2 .t3 {
  font-family: MyriadProRegular;
  margin-bottom: 4%;
  font-size: 3.5vw;
}
#home-site-mob section .category .category-content-mob .left .text2 .cta-2 {
  vertical-align: 0px;
}
#home-site-mob section .recipe {
  position: relative;
}
#home-site-mob section .recipe .wave {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url('../images/mob/wave.png') center bottom no-repeat;
  background-size: 100%;
}
#home-site-mob section .recipe-text {
  padding: 5%;
}
#home-site-mob section .recipe-text .title {
  font-size: 8vw;
  margin-bottom: 3%;
}
#home-site-mob section .recipe-text .text {
  font-family: MyriadProRegular;
  font-size: 16px;
  margin-bottom: 3%;
}
#home-site-mob section.s2 .category .category-content-mob {
  padding: 0 12%;
  /*.left{float: none; width: 100%; position: relative; padding-right: 50%;}*/
}
@media (max-width: 1840px) {
  header .content-header nav .nav-content li a,
  header .content-header nav .nav-content li span {
    padding: 32px 20px;
  }
}
@media (max-width: 1800px) {
  header .content-header nav {
    padding: 0;
  }
  header .content-header nav a,
  header .content-header nav span {
    padding: 32px 24px;
  }
  header .content-header nav a.btn-orange,
  header .content-header nav span.btn-orange {
    width: 260px;
  }
}
@media (max-width: 1600px) {
  header .content-header .logo-maslanka.vert {
    width: 200px;
  }
  header .content-header nav a,
  header .content-header nav span {
    padding: 32px 20px;
  }
  header .content-header nav a.btn-orange,
  header .content-header nav span.btn-orange {
    width: 240px;
  }
}
@media (max-width: 1540px) {
  header .content-header nav .nav-content li a,
  header .content-header nav .nav-content li span {
    padding: 32px 10px;
  }
}
@media (max-width: 1500px) {
  header .content-header nav {
    padding: 0 0 0 40px;
  }
  header .content-header nav ul.nav-content {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  #home-site section .category .text.text1 .t1 {
    font-size: 36px;
  }
  #home-site section.top div.text .t3 {
    width: 100%;
  }
  header .content-header .logo-maslanka.vert {
    width: 150px;
  }
  header .content-header nav {
    padding: 0 0 0 20px;
  }
  header .content-header nav a.btn-orange,
  header .content-header nav span.btn-orange {
    font-size: 26px;
    width: 210px;
  }
}
@media (max-width: 1280px) and (min-width: 900px) {
  #home-site .btn {
    font-size: 12px;
  }
}
@media (max-width: 1315px) {
  header .content-header nav .nav-content li a,
  header .content-header nav .nav-content li span {
    padding: 32px 5px;
  }
}
@media (max-width: 1280px) {
  #home-site section.top div.text .t1 {
    margin-bottom: 5px;
  }
  #home-site section.top div.text .btn {
    margin-top: 7px;
  }
  #home-site section.top div.text .t3 {
    font-size: 12px;
  }
  #home-site section .category .text .t3 {
    font-size: 12px;
  }
  header .content-header nav a,
  header .content-header nav span.dropdown {
    margin: 0 10px;
  }
  header .content-header {
    padding: 0 20px;
  }
  header .content-header .logo-maslanka.vert {
    width: 120px;
  }
  header .content-header nav {
    padding: 0 0 0 5px;
  }
  header .content-header nav a,
  header .content-header nav span {
    font-size: 16px;
    margin: 0;
    padding: 32px 6px;
  }
  header .content-header nav a.btn-orange,
  header .content-header nav span.btn-orange {
    font-size: 20px;
    width: 160px;
  }
}
@media (max-width: 1040px) {
  header .content-header nav .nav-content li a,
  header .content-header nav .nav-content li span {
    font-size: 15px;
    padding: 32px 5px;
  }
}
@media (max-width: 1030px) {
  #home-site .btn .cta-2-hover {
    width: 23px;
    height: 22px;
  }
  #home-site .btn .cta-1-hover {
    width: 23px;
    height: 22px;
  }
  header .content-header nav a,
  header .content-header nav span.dropdown {
    margin: 0 6px;
  }
  header .content-header .logo-maslanka.vert {
    width: 140px;
  }
  header .content-header nav {
    text-align: center;
  }
  header .content-header nav a,
  header .content-header nav span {
    font-size: 14px;
    margin: 0;
    padding: 32px 4px;
  }
  header .content-header nav a.btn-orange,
  header .content-header nav span.btn-orange {
    font-size: 16px;
    width: 120px;
  }
}
@media (max-width: 900px) {
  header .content-header nav ul.nav-content {
    display: none;
  }
  header .content-header nav a.socials.link-fb {
    display: block;
    margin-left: 10px;
  }
  header .content-header nav a.orange {
    margin-left: auto;
    padding: 10px;
  }
  .menu-mobile {
    display: block;
  }
  footer .rights {
    transform: none;
  }
  header a.logo-njbk img {
    width: 50px;
  }
  header .ham {
    margin-left: 0;
    display: block;
  }
  header .content-header nav {
    padding: 0 10px;
  }
  header .content-header nav span.dropdown {
    display: none;
  }
  header nav .nav-content a,
  header nav .nav-content span {
    display: none;
  }
  header nav .nav-content a.socials,
  header nav .nav-content span.socials {
    display: inline-block;
    float: none;
  }
  header nav .nav-content a.socials.link-fb,
  header nav .nav-content span.socials.link-fb {
    display: block;
    height: 30px;
    margin: 0!important;
    width: 30px;
  }
  .main-content {
    padding-top: 70px;
  }
  header .content-header {
    height: 70px;
    padding: 0 15px;
  }
  header .content-header .logo-maslanka {
    height: 70px;
  }
  body.scroll header .content-header {
    height: 70px;
  }
  .fb_zakladka {
    display: none;
  }
}
@media (max-width: 800px) {
  #home-site section .category .text.text1 .cta-box {
    margin-top: 2%;
  }
  #home-site section .category .text.text1 .t3 {
    font-size: 14px;
  }
  #home-site section .category .text.text1 .cta-box a {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #home-site section .category .text.text1 .cta-box a .t {
    width: 212px;
  }
  #home-site section .category .text.text1 .cta-box a .icon {
    width: 34px;
    height: 34px;
  }
  #home-site section .category .recipes {
    display: none;
  }
}
@media (max-width: 700px) {
  #home-site-mob section .category .category-content-mob .left .text1 a .icon {
    width: 34px;
    height: 34px;
  }
  footer {
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 5%;
  }
  footer.subpage {
    position: relative;
  }
  footer .logo {
    order: 3;
    flex-grow: 0;
  }
  footer nav {
    order: 1;
    flex-grow: 0;
  }
  footer nav a {
    margin: 0px 6px;
    font-size: 12px;
  }
  footer .rights {
    margin-top: 5px;
    order: 5;
    flex-grow: 0;
  }
  footer .rights a {
    margin: 0px 6px;
    font-size: 12px;
  }
  footer .socials {
    order: 2;
    padding: 0 15px;
    flex-grow: 0;
    margin: 0px 0 4px;
  }
  footer .socials a {
    width: 38px;
    height: 38px;
    margin: 0 10px;
  }
}
@media (max-width: 560px) {
  .popup-movie .content-movie {
    width: 100%;
  }
  header nav .nav-content a {
    display: none;
  }
  header nav .nav-content a.socials {
    display: none;
    float: none;
  }
  header nav .nav-content a.home {
    display: none;
  }
  .menu-mobile nav .socials.link-fb {
    display: block;
    margin: auto;
  }
  .menu-mobile nav .socials.link-ins {
    display: inline-block;
  }
  .menu-mobile nav .socials.link-tw {
    display: inline-block;
  }
  header .content-header.new-menu .logo-maslanka.vert {
    width: 100px;
  }
  header .content-header.new-menu nav a.orange,
  header .content-header.new-menu nav span.orange {
    margin-left: auto;
    padding: 5px;
    font-size: 14px;
    margin-top: 5px;
  }
  header .content-header.new-menu nav a.btn-orange,
  header .content-header.new-menu nav span.btn-orange {
    font-size: 16px;
    width: 110px;
    padding: 8px 9px;
    margin: 0;
  }
  header .content-header.new-menu .ham {
    width: 32px;
  }
  header .content-header.new-menu .ham div {
    width: 32px;
  }
}
@media (max-width: 500px) {
  .cta-1,
  .cta-2 {
    width: 22px;
  }
  #home-site-mob section .category .category-content-mob .left .text1 a .icon {
    width: 24px;
    height: 24px;
  }
  #home-site-mob section .category .category-content-mob .right {
    font-size: 11px;
  }
  #home-site-mob section .category .category-content-mob .left .text1 a {
    font-size: 12px;
  }
  #home-site-mob section .category .category-content-mob .left .text1 a .t {
    margin-bottom: 5px;
    display: block;
  }
  #home-site-mob section .recipe-text .text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  header .content-header.new-menu {
    padding: 0 10px;
  }
  header .content-header.new-menu .logo-maslanka.vert {
    width: 90px;
  }
  header .content-header.new-menu nav {
    padding-left: 5px;
  }
  header .content-header.new-menu nav a.orange,
  header .content-header.new-menu nav span.orange {
    margin-right: 3px;
  }
  header .content-header.new-menu nav a.btn-orange,
  header .content-header.new-menu nav span.btn-orange {
    font-size: 14px;
    width: 90px;
    padding: 6px 5px;
  }
  header .content-header.new-menu nav a.socials.link-fb {
    margin-left: 8px;
    width: 24px;
    height: 24px;
  }
  header .content-header.new-menu .ham {
    width: 30px;
  }
  header .content-header.new-menu .ham div {
    width: 30px;
  }
}
.filters {
  position: relative;
  padding: 0% 6% 2%;
}
.filters__el {
  display: inline-block;
  border: 1px solid #00b2e8;
  border-radius: 30px;
  color: #00b2e8;
  padding: 10px 18px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s opacity;
}
.filters__el:hover {
  background: rgba(0, 178, 232, 0.2);
}
.filters__el--no-click {
  cursor: auto;
}
.filters__el .filters__el.filters--disable {
  opacity: 0.2;
}
.filters__el.filters__el--selected {
  background: #00b2e8;
  color: #fff;
}
.filters.filters--white .filters__el {
  color: #fff;
  border: 1px solid #fff;
}
.filters.filters--white .filters__el.filters__el--selected {
  background: #fff;
  color: #00b2e8;
}
@media (max-width: 600px) {
  .filters__el {
    margin-right: 5px;
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 6px 12px;
  }
}
.recipe {
  width: 200px;
  text-align: center;
  font-size: 24px;
  padding: 2% 2% 0;
  margin-bottom: 10px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s all;
  position: relative;
  border-radius: 10px;
  display: block;
  margin-right: 1%;
}
.recipe::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 60%;
  height: 1px;
  background: #ebebeb;
  left: 20%;
  transition: 0.5s opacity;
}
.recipe:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.recipe:hover::after {
  opacity: 0;
}
.recipe:hover .recipe__hover {
  opacity: 1;
}
.recipe:hover .recipe__img {
  filter: grayscale(1);
}
.recipe_wrap {
  position: relative;
  margin: auto;
}
.recipe__hover {
  left: 50%;
  top: 50%;
  width: 20%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url('../images/icons/arrow3.svg') center center no-repeat;
  background-size: 120%;
  box-shadow: 0 0 46px 51px #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s all;
}
.recipe__hover::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.recipe__img {
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  background: center center no-repeat;
  background-size: cover;
  background-blend-mode: soft-light;
  position: relative;
}
.recipe__img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.recipe__text {
  margin: auto;
  padding-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .recipe {
    font-size: 1.5vw;
  }
}
@media (max-width: 1000px) {
  .recipe {
    font-size: 12px;
  }
  .recipe__text {
    padding-bottom: 20px;
  }
}
.social-link {
  align-items: center;
  background: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  padding: 3px 15px 4px 5px;
  position: fixed;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 105;
}
.social-link.facebook {
  border-radius: 8px 0 0 8px;
  top: 136px;
}
.social-link.instagram {
  border-radius: 0 0 0 8px;
  top: 172px;
}
.social-link a {
  align-items: center;
  display: flex;
}
.social-link img {
  display: block;
  height: auto;
  width: 28px;
}
.social-link:hover {
  opacity: 0.8;
}
picture img {
  width: 100%;
}
.visibility-mob {
  display: none;
}
.visibility-www {
  display: block;
}
/* EXPERTS */
.btn-ext {
  text-decoration: none;
  display: inline-block;
  font-family: Museo900;
  text-transform: uppercase;
  background: #fff;
  border-radius: 50px;
  padding: 20px 34px;
  position: relative;
  font-size: 28px;
  color: #08a0e0;
  margin-left: 60px;
}
.btn-ext span {
  vertical-align: middle;
  display: inline-block;
}
.btn-ext .cta-1-hover {
  vertical-align: middle !important;
  width: 21px;
  height: 21px;
}
.btn-ext .btn__icon {
  display: block;
  position: absolute;
  right: -30px;
  top: -30px;
}
.btn-ext:hover .cta-1-hover {
  background-position: 0% center;
  margin-right: 14px;
  vertical-align: middle !important;
}
.section-bg__btn {
  align-items: center;
  background: none;
  border-radius: 0;
  color: #5c6161;
  display: flex;
  font-family: 'Museo500';
  font-size: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.section-bg__btn .checkbox-image {
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  width: 40px;
}
.section-bg__btn:hover .cta-1-hover {
  margin-right: 8px;
}
/* HOME */
.home--recipes {
  height: 870px;
  width: 100%;
}
.home--recipes.orange {
  background-color: #f96049;
}
.home--recipes.dark-orange-mm {
  background-color: #ff980e;
}
.home--recipes.light-orange-mm {
  background-color: #ffae00;
}
.home--recipes.blue {
  background-color: #1acbe9;
}
.home--recipes.green-light {
  background-color: #a6cd1c;
}
.home--recipes.green {
  background-color: #68b226;
}
.home--recipes .header-center-image {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.home--recipes .header-center-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-site .s-banner__play.s-banner__play--pea {
  background-image: url(../images/home/play.png);
}
#home-site .btn {
  align-items: center;
  display: flex;
  font-family: 'scriptorama-markdown-jf';
  font-size: 37px;
  margin-top: 40px;
}
#home-site .btn.btn-fill {
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  margin: 0;
  padding: 20px 30px;
}
#home-site .btn .icon-arrow {
  position: relative;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  margin-left: 10px;
  top: -3px;
  right: 0;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
#home-site .btn.btn--orange {
  color: #f96049;
}
#home-site .btn.btn--orange-light {
  color: #fb9262;
}
#home-site .btn.btn--dark-orange-mm {
  color: #ff980e;
}
#home-site .btn.btn--light-orange-mm {
  color: #ffae00;
}
#home-site .btn.btn--light-blue-mm {
  color: #00659e;
}
#home-site .btn.btn--blue {
  color: #31a9d0;
}
#home-site .btn.btn--blue-light {
  color: #1acbe9;
}
#home-site .btn.btn--green-light {
  color: #a6cd1c;
}
#home-site .btn.btn--green {
  color: #68b226;
}
#home-site .btn.btn--position-right {
  background: #fff;
  bottom: 120px;
  border-radius: 50px;
  display: block;
  height: 89px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 24px 60px;
  position: absolute;
  right: 6%;
  width: auto;
}
#home-site .btn.btn--position-right .icon-arrow {
  top: 1px;
}
#home-site .btn:hover .icon-arrow {
  right: -10px;
}
#home-site .section-bg .section-text {
  color: #00659e;
}
#home-site .section-bg .section-text p {
  font-size: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#home-site .section-bg.extra-light-blue .section-text p {
  font-family: MyriadProRegular;
}
#home-site section .home-swiper.radius .swiper-slide {
  height: 800px;
}
#home-site section .home-swiper.radius .swiper-slide.category {
  background: #fb9262;
}
#home-site section .home-swiper.radius .swiper-slide.category.blue {
  background: #1acbe9;
}
#home-site section .home-swiper.radius .swiper-slide.category.green {
  background: #68b226;
}
#home-site section .home-swiper.radius .swiper-slide.category .category-content {
  width: 30%;
  left: 10%;
}
#home-site section .home-swiper.radius .swiper-slide.category .text {
  left: 0;
  transform: none;
  width: 100%;
}
#home-site section .home-swiper.radius .swiper-slide.category .text .img_product {
  width: 100%;
}
#home-site section .home-swiper.radius .swiper-slide.category .text .img_product.left25 {
  left: -25%;
}
#home-site section .home-swiper.radius .swiper-slide.category .text .img_product.left20 {
  left: -20%;
}
#home-site section .home-swiper.radius .swiper-slide .img-bg {
  border-radius: 400px 0 0 400px;
  clip-path: none;
  max-width: 1000px;
  object-position: left;
}
#home-site section .swiper-wrapper {
  align-items: stretch;
}
#home-site section .swiper-slide {
  height: auto;
}
#home-site section .swiper-slide .img-bg {
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 5% 100%);
  height: 100%;
  margin-left: auto;
  max-width: 1275px;
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 60%;
  z-index: 2;
}
#home-site section .swiper-slide .category-content {
  position: relative;
  width: 60%;
}
#home-site section .swiper-slide.category {
  background: #3082bb;
}
#home-site section .swiper-slide.category.green {
  background: #68b226;
}
#home-site section .swiper-slide.category .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 40%;
  padding: 40px 0;
  position: relative;
  width: 70%;
}
#home-site section .swiper-slide.category .text .t2 {
  font-size: 50px;
  font-family: 'scriptorama-markdown-jf';
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#home-site section .swiper-slide.category .text .t3 {
  font-family: Menco;
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0;
  width: 80%;
}
#home-site section .swiper-slide.category .text .text-content {
  max-width: 570px;
  padding-left: 0;
  transform: none;
  z-index: 1;
}
#home-site section .swiper-slide.category .text .img_product {
  bottom: 0;
  left: 0;
  margin: 0;
  max-width: 500px;
  opacity: 0;
  position: relative;
  top: 0;
  transform: none;
  width: 90%;
  z-index: 0;
}
#home-site section .swiper-slide.category .text .img_product.center {
  left: 50%;
  transform: translateX(-50%);
}
#home-site section .swiper-slide.category .text .btn {
  display: inline-block;
}
#home-site section .swiper-slide .btn.btn--position-right {
  bottom: 120px;
}
#home-site section .swiper-slide.swiper-slide-active.category .text .text-content {
  opacity: 1;
}
#home-site section .swiper-slide.swiper-slide-active.category .text .img_product {
  opacity: 1;
}
#home-site .swiper-button-prev {
  background-image: url(../images/home/prev-btn-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  left: 20px;
  outline: none;
  width: 45px;
}
#home-site .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#home-site .swiper-button-next {
  background-image: url(../images/home/next-btn-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  right: 20px;
  outline: none;
  width: 45px;
}
#home-site .swiper-button-next.swiper-button-disabled {
  display: none;
}
#home-site .swiper-pagination {
  display: none;
}
#home-site .banner-swiper .swiper-pagination {
  transform: translateX(0%);
}
#home-site .articles-slider {
  overflow: hidden;
  position: relative;
}
#home-site .articles-slider .slider-list {
  align-items: stretch;
  display: flex;
  transition: all 0.5s ease-in-out;
}
#home-site .articles-slider .slider-list[data-count] {
  width: calc((100% * var(--data-count)));
}
#home-site .articles-slider .slider-list[data-count] .slider-slide {
  width: calc(100% / var(--data-count));
}
#home-site .articles-slider .slider-list .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 40%;
  padding: 40px 0;
  position: relative;
  width: 70%;
}
#home-site .articles-slider .slider-list .text .t2 {
  font-size: 50px;
  font-family: 'scriptorama-markdown-jf';
  line-height: 1.2;
  margin: 0 0 20px 0;
}
#home-site .articles-slider .slider-list .text .t3 {
  font-family: Menco;
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0;
  width: 80%;
}
#home-site .articles-slider .slider-list .text .text-content {
  max-width: 570px;
  padding-left: 0;
  transform: none;
  z-index: 1;
}
#home-site .articles-slider .slider-list .text .img_product {
  bottom: 0;
  left: 0;
  margin: 0;
  max-width: 500px;
  opacity: 0;
  position: relative;
  top: 0;
  transform: none;
  width: 90%;
  z-index: 0;
}
#home-site .articles-slider .slider-list .text .img_product.center {
  left: 50%;
  transform: translateX(-50%);
}
#home-site .articles-slider .slider-list .text .btn {
  display: inline-block;
}
#home-site .articles-slider .slider-list .btn.btn--position-right {
  bottom: 120px;
}
#home-site .articles-slider.radius .slider-slide {
  height: 800px;
}
#home-site .articles-slider.radius .slider-slide.category {
  background: #fb9262;
}
#home-site .articles-slider.radius .slider-slide.category.blue {
  background: #1acbe9;
}
#home-site .articles-slider.radius .slider-slide.category.green {
  background: #68b226;
}
#home-site .articles-slider.radius .slider-slide.category.dark-orange-mm {
  background-color: #ff980e;
}
#home-site .articles-slider.radius .slider-slide.category.light-orange-mm {
  background-color: #ffae00;
}
#home-site .articles-slider.radius .slider-slide.category .category-content {
  width: 30%;
  left: 10%;
}
#home-site .articles-slider.radius .slider-slide.category .text {
  left: 0;
  transform: none;
  width: 100%;
}
#home-site .articles-slider.radius .slider-slide.category .text .img_product {
  width: 100%;
}
#home-site .articles-slider.radius .slider-slide.category .text .img_product.left25 {
  left: -25%;
}
#home-site .articles-slider.radius .slider-slide.category .text .img_product.left20 {
  left: -20%;
}
#home-site .articles-slider.radius .slider-slide .img-bg {
  border-radius: 400px 0 0 400px;
  height: 100%;
  margin-left: auto;
  max-width: 1000px;
  object-fit: cover;
  object-position: left;
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 60%;
  z-index: 2;
}
#home-site .articles-slider .button-prev,
#home-site .articles-slider .button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 45px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  z-index: 2;
}
#home-site .articles-slider .button-prev.is-hidden,
#home-site .articles-slider .button-next.is-hidden {
  display: none;
}
#home-site .articles-slider .button-prev {
  background-image: url(../images/home/prev-btn-yellow.png);
  left: 20px;
}
#home-site .articles-slider .button-next {
  background-image: url(../images/home/next-btn-yellow.png);
  right: 20px;
}
.section-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg.extra-light-blue {
  background-color: #d1e4f6;
}
.section-bg.extra-dark-blue {
    background-color: #016FAB;
}
.section-bg.darkblue {
  background-image: url('../images/home/section-bg-darkblue.jpg');
}
.section-bg.orange {
  background-color: #f96049;
}
.section-bg.orange-light {
  background-color: #fb9262;
}
.section-bg.dark-orange-mm {
  background-color: #ff980e;
}
.section-bg.light-orange-mm {
  background-color: #ffae00;
}
.section-bg.blue {
  background-color: #31a9d0;
}
.section-bg.blue-light {
  background-color: #1acbe9;
}
.section-bg.green {
  background-color: #68b226;
}
.section-bg.green-light {
  background-color: #a6cd1c;
}
.section-bg__content {
  font-family: 'scriptorama-markdown-jf';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section-text {
  color: #fff;
  margin: 0 auto;
  max-width: 1040px;
  padding: 80px 20px;
  text-align: center;
}
.section-text h1 {
  font-family: 'scriptorama-markdown-jf';
  font-size: 45px;
}
.section-text p {
  font-family: MyriadPro-Semibold !important;
}
.section-with-list {
  position: relative;
}
.section-with-list .section-text {
  position: relative;
  z-index: 2;
}
.section-with-list .deco-list {
  max-width: 350px;
  bottom: -13%;
  right: -150px;
  position: absolute;
  z-index: 1;
}
.section-new-home-description {
  position: relative;
}
.section-new-home-description.extra-light-blue {
  background-color: #d1e4f6;
}
.section-new-home-description.super-light-blue {
  background-color: #adcdec;
}
.section-new-home-description .section-new-home-spot-1 {
  position: absolute;
  left: 1500px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.section-new-home-description .section-new-home-spot-2 {
  position: absolute;
  left: -150px;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.7;
}
.section-new-home-description .section-new-home-spot-3 {
  position: absolute;
  left: 1450px;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.7;
}
.section-new-home-description-left > .container {
  flex-direction: row-reverse;
}
.section-new-home-description-left .section-new-home-description-images {
  margin-top: 0;
  padding: 50px 0 180px;
  margin-left: 30px;
  width: 50%;
  height: 840px;
}
.section-new-home-description-left .section-new-home-description-images .cover-absolute-image {
  margin: -30px 0;
  left: 0;
}
.section-new-home-description-left .section-new-home-description-images .description-deco-splash {
  bottom: 20px;
  left: inherit;
  right: 100px;
  transform: none;
  top: initial;
}
.section-new-home-description-left .section-new-home-description-images .description-deco-text-1 {
  right: auto;
  left: -135px;
  bottom: 60px;
  max-width: 460px;
  margin: 0;
}
.section-new-home-description-left .section-new-home-description-images .description-deco-text-2 {
  right: auto;
  left: 110px;
  bottom: 25px;
  max-width: 300px;
  margin: 0;
}
.section-new-home-description-left .section-new-home-description-content {
  padding-top: 180px;
  text-align: right;
}
.section-new-home-description-left .section-new-home-description-content img {
  margin: 0;
  position: relative;
  right: -40px;
  display: inline-block;
}
.section-new-home-description-left .section-new-home-description-content p {
  margin: 50px 0 0 auto;
}
.section-new-home-description-edit {
  padding-bottom: 30px;
}
.section-new-home-description-edit .section-new-home-description-images .description-deco-splash {
  max-width: 60px;
  bottom: 160px;
  right: 30px;
  top: auto;
  transform: none;
}
.section-new-home-description-edit .section-new-home-description-images .description-deco-text-1 {
  right: -230px;
  bottom: 140px;
  left: auto;
}
.section-new-home-description-edit .section-new-home-description-images .description-deco-text-2 {
  bottom: 40px;
  right: -150px;
  left: auto;
}
.section-new-home-description-edit .section-new-home-description-content img {
  margin-left: 20px;
}
.section-new-home-description-edit .cover-absolute-image {
  top: -20px !important;
}
.section-new-home-description > .container {
  display: flex;
  padding: 0 15px 0 0;
  max-width: 1140px;
}
.section-new-home-description .cover-absolute-image {
  margin: 0;
  position: absolute;
  top: -60px;
  display: block;
  z-index: 12;
  right: 0;
}
.section-new-home-description-images {
  margin-top: -25px;
  position: relative;
  width: 50%;
  height: 780px;
}
.section-new-home-description-images .description-deco-cloud {
  max-width: 400px;
  margin: 0 auto 0 0;
}
.section-new-home-description-images .description-deco-text-1,
.section-new-home-description-images .description-deco-text-2 {
  position: absolute;
  max-width: 500px;
  margin: 0 auto;
  z-index: 13;
}
.section-new-home-description-images .description-deco-text-1 {
  bottom: 80px;
  right: -320px;
}
.section-new-home-description-images .description-deco-text-2 {
  bottom: -80px;
  right: -130px;
}
.section-new-home-description-images .description-deco-splash {
  max-width: 131px;
  position: absolute;
  height: auto;
  top: 41%;
  transform: translateY(-15%);
  right: -45px;
  z-index: 12;
}
.section-new-home-description-content {
  display: block;
  position: relative;
  padding: 60px 0 0;
  width: 50%;
}
.section-new-home-description-content img {
  display: block;
  position: relative;
  object-fit: cover;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.section-new-home-description-content p {
  max-width: 360px;
  margin: 70px auto 0 0;
  text-align: left;
  font-size: 21px;
  line-height: 27px;
  color: #00659e;
  font-family: MyriadPro-Semibold;
  position: relative;
  z-index: 23;
}
.section-new-home-description-content p.right {
  text-align: right;
}
.section-new-home-description-content .description-deco-cloud {
  max-width: 400px;
  margin: 0 auto 0 0;
}
.section-video-slider__wrapper {
  margin: 0 auto;
  max-width: 720px;
  padding: 110px 25px;
  position: relative;
  width: 100%;
}
.section-video-slider__wrapper .prev,
.section-video-slider__wrapper .next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  outline: none;
  position: absolute;
  top: 35%;
  transition: all 0.3s ease-in-out;
  width: 50px;
}
.section-video-slider__wrapper .prev:hover,
.section-video-slider__wrapper .next:hover {
  transform: scale(0.9);
}
.section-video-slider__wrapper .prev.is-hidden,
.section-video-slider__wrapper .next.is-hidden {
  display: none;
}
.section-video-slider__wrapper .prev {
  background-image: url(../images/home/prev-btn.png);
  left: -30px;
}
.section-video-slider__wrapper .next {
  background-image: url(../images/home/next-btn.png);
  right: -30px;
}
.section-video-slider__wrapper .dots {
  align-items: center;
  bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}
.section-video-slider__wrapper .dots li {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 5px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.section-video-slider__wrapper .dots li.is-active,
.section-video-slider__wrapper .dots li:active,
.section-video-slider__wrapper .dots li:focus,
.section-video-slider__wrapper .dots li:hover {
  background: #fff;
}
.section-video-slider__list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 400%;
}
.section-video-slider__item {
  flex-shrink: 0;
  margin: 0 15px;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  width: calc(25% - 30px);
}
.section-video-slider__item .section-video-slider__item-title {
  opacity: 0;
}
.section-video-slider__item.active {
  transform: scale(1);
}
.section-video-slider__item.active .section-video-slider__item-title {
  opacity: 1;
}
.section-video-slider__item-title {
  color: #FFFFFF;
  display: block;
  font-family: Menco;
  font-size: 24px;
  line-height: 1.1;
  padding: 15px 0;
}
.section-video-slider__item-title.flex {
  align-items: center;
  display: flex;
  font-size: 20px;
}
.section-video-slider__item-title.flex .btn.btn-fill {
  flex-shrink: 0;
  margin: 0 0 0 20px !important;
}
.s-banner__play-cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-banner__play {
  position: relative;
  background: url('../images/main2/btn.png') center center no-repeat;
  background-size: 100%;
  width: 82px;
  height: 82px;
  cursor: pointer;
  transition: all 0.2s;
}
.s-banner__play:hover {
  width: 88px;
  height: 88px;
}
.s-banner__play.s-banner__play--bannana {
  background-image: url('../images/main2/btn_bannana.png');
}
.s-banner__play.s-banner__play--carrot {
  background-image: url('../images/main2/btn_carrot.png');
}
.s-banner__play.s-banner__play--pea {
  background-image: url('../images/main2/btn_pea.png');
}
.s-banner__movie {
  display: inline-block;
  position: relative;
}
.s-banner__movie img {
  margin: auto;
  width: 100%;
}
@media (max-width: 1800px) {
  .home--recipes {
    background-position: 70% 100%;
    height: 800px;
  }
  #home-site .articles-slider .slider-list .text .t2 {
    width: 75%;
  }
  #home-site section .swiper-slide.category .text .t3 {
    width: 75%;
  }
}
@media (max-width: 1600px) {
  .home--recipes {
    background-position: -100px 100%;
    height: 700px;
  }
  #home-site .btn {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .home--recipes {
    background-position: -80px 100%;
    height: 550px;
  }
  .home--recipes__link {
    padding-right: 100px;
  }
  #home-site .articles-slider .button-prev {
    left: 15px;
  }
  #home-site .articles-slider .button-next {
    right: 15px;
  }
  #home-site .swiper-button-prev {
    left: 15px;
  }
  #home-site .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .section-new-home-spot-1 {
    display: none;
  }
  .section-new-home-spot-2 {
    display: none;
  }
  .section-new-home-spot-3 {
    display: none;
  }
  .home--recipes {
    background-position: center top;
    height: 540px;
    background-size: contain;
  }
  .home--recipes.light-orange-mm {
    padding-bottom: 0 !important;
  }
  .section-bg__wraper {
    padding: 100px 50px 50px 50px;
  }
  .section-bg__title h2 {
    font-size: 60px;
  }
  #home-site .btn {
    font-size: 25px;
  }
  #home-site .btn.btn--position-right {
    height: 69px;
    padding: 19px 40px;
  }
  #home-site .btn.btn--position-right .icon-arrow {
    top: 4px;
  }
  #home-site section .swiper-slide.category .text .t2 {
    font-size: 40px;
  }
  #home-site section .swiper-slide.category .text .t3 {
    font-size: 18px;
  }
  #home-site section .swiper-slide.category .text .img_product {
    left: -60px;
  }
  #home-site section .swiper-slide .btn.btn--position-right {
    bottom: 50px;
  }
  #home-site .articles-slider .slider-list .text .t2 {
    font-size: 40px;
  }
  #home-site .articles-slider .slider-list .text .t3 {
    font-size: 18px;
  }
  #home-site .articles-slider .slider-list .text .img_product {
    left: -60px;
  }
  #home-site .articles-slider .slider-list .text .btn.btn--position-right {
    bottom: 50px;
  }
}
@media (max-width: 1000px) {
  /* EXPERTS */
  .section-bg__btn {
    font-size: 20px;
  }
  .section-bg__btn .checkbox-image {
    height: 30px;
    width: 30px;
  }
  /* HOME */
  .home--recipes {
    align-items: flex-start;
    background-image: none;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 0;
  }
  .section-with-list .deco-list {
    right: -200px;
  }
  .section-new-home-description-edit .section-new-home-description-images .description-deco-splash {
    left: auto;
  }
  .section-new-home-description-images .description-deco-splash {
    left: 400px;
  }
  #home-site .btn.btn--position-right {
    bottom: 70px;
  }
  #home-site .articles-slider.radius .slider-slide {
    height: 600px;
  }
  #home-site .articles-slider .slider-slide .category-content {
    left: 0;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  #home-site .articles-slider .slider-slide.category {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #home-site .articles-slider .slider-slide.category .text {
    left: 30px;
    padding-left: 0;
    transform: none;
    width: 100%;
  }
  #home-site .articles-slider .slider-slide.category .text .t2 {
    font-size: 30px;
    margin: 10px 0;
  }
  #home-site .articles-slider .slider-slide.category .text .t3 {
    max-width: 350px;
  }
  #home-site .articles-slider .slider-slide.category .text .img_product {
    top: 0;
  }
  #home-site .articles-slider .slider-slide.category .text .img_product.center {
    left: 25%;
  }
  #home-site section .swiper-slide .img-bg {
    margin-top: 200px;
  }
  #home-site section .swiper-slide .category-content {
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  #home-site section .swiper-slide .swiper-slide .img-bg {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
  }
  #home-site section .swiper-slide .swiper-slide .category-content {
    position: relative;
    left: 0;
    height: auto;
  }
  #home-site section .swiper-slide.category {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
  #home-site section .swiper-slide.category .text {
    left: 30px;
    padding-left: 0;
    transform: none;
    width: 100%;
  }
  #home-site section .swiper-slide.category .text .t2 {
    margin: 10px 0;
  }
  #home-site section .swiper-slide.category .text .t3 {
    max-width: 350px;
  }
  #home-site section .swiper-slide.category .text .img_product {
    top: 0;
  }
  #home-site section .swiper-slide.category .text .img_product.center {
    left: 25%;
  }
  .section-text {
    padding: 60px 20px;
  }
  .section-text h1 {
    font-size: 36px;
  }
}
@media (max-width: 940px) {
  .section-new-home-description-images .description-deco-splash {
    left: 400px;
  }
}
@media (max-width: 900px) {
  .section-with-list .deco-list {
    display: none;
  }
  .section-video-slider__wrapper .dots li:hover {
    background: transparent;
  }
  .section-video-slider__wrapper .dots li.is-active {
    background: #00659e !important;
  }
  .section-video-slider__wrapper .next,
  .section-video-slider__wrapper .prev {
    display: none;
  }
  .section-new-home-description > .container {
    flex-wrap: wrap;
    padding: 0;
  }
  .section-new-home-description-content,
  .section-new-home-description-images {
    width: 100%;
    height: auto;
  }
  .section-new-home-description-content .cover-absolute-image,
  .section-new-home-description-images .cover-absolute-image {
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: auto;
    top: 0;
    z-index: 20;
  }
  .section-new-home-description-content .description-deco-text-1,
  .section-new-home-description-images .description-deco-text-1 {
    display: none;
  }
  .section-new-home-description-content .description-deco-text-2,
  .section-new-home-description-images .description-deco-text-2 {
    display: none;
  }
  .section-new-home-description-images .description-deco-text-1 {
    left: 265px;
  }
  .section-new-home-description-content {
    padding: 20px 15px 0;
  }
  .section-new-home-description-content p {
    margin: 30px auto;
    max-width: 650px;
    font-size: 20px;
    font-family: MyriadProRegular;
    text-align: center;
  }
  .section-new-home-description-content p.right {
    text-align: center;
  }
  .section-new-home-description-content .description-deco-cloud {
    margin: 0 auto;
  }
  .section-new-home-description-left {
    padding-bottom: 40px;
  }
  .section-new-home-description-left .section-new-home-description-images {
    padding: 30px 0 10px 0;
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .section-new-home-description-left .section-new-home-description-images .cover-absolute-image {
    margin: 0 auto;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-splash {
    bottom: 0;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-text-1 {
    bottom: 75px;
    right: 175px;
    width: 100%;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-text-2 {
    bottom: 20px;
    right: 130px;
    width: 100%;
  }
  .section-new-home-description-left .section-new-home-description-content {
    padding-top: 20px;
    text-align: center;
  }
  .section-new-home-description-left .section-new-home-description-content .description-deco-cloud {
    margin: 0 auto;
    position: static;
  }
  .section-new-home-description-left .section-new-home-description-content p {
    margin: 30px auto;
    max-width: 650px;
    font-size: 20px;
    font-family: MyriadProRegular;
    text-align: center;
  }
  .section-new-home-description-edit .section-new-home-description-content img {
    margin: 0 auto;
  }
  .section-new-home-description-edit .section-new-home-description-content p {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  .visibility-mob {
    display: block;
  }
  .visibility-www {
    display: none;
  }
  .section-video-slider__wrapper .prev {
    left: 10px;
  }
  .section-video-slider__wrapper .next {
    right: 10px;
  }
  .section-video-slider__item-title.flex {
    flex-wrap: wrap;
  }
  .section-video-slider__item-title.flex .btn.btn-fill {
    margin: 20px 0 0 0 !important;
  }
  #home-site .articles-slider .slider-slide.category .text .img_product {
    width: 500px;
  }
  #home-site .articles-slider .slider-slide.category .text .text-content {
    top: 40px;
    left: 55%;
  }
  #home-site .articles-slider .slider-slide.category .text .t3 {
    max-width: 280px;
  }
  #home-site .articles-slider .slider-slide.category .text .img_product {
    left: -40px;
  }
  #home-site .articles-slider .slider-slide.category {
    height: auto;
  }
  #home-site .articles-slider .slider-slide.category .category-content {
    width: 40%;
  }
  #home-site .articles-slider .slider-slide.category .img-bg {
    width: 50%;
  }
  #home-site section .swiper-slide.category .text .img_product {
    width: 500px;
  }
  #home-site section .swiper-slide.category .text .text-content {
    top: 40px;
    left: 55%;
  }
  #home-site section .swiper-slide.category .text .t3 {
    max-width: 280px;
  }
  #home-site section .swiper-slide.category .text .img_product {
    left: -40px;
  }
  #home-site section .home-swiper.radius .swiper-slide.category {
    height: auto;
  }
  #home-site section .home-swiper.radius .swiper-slide.category .category-content {
    width: 40%;
  }
  #home-site section .home-swiper.radius .swiper-slide.category .img-bg {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .home--recipes.orange .header-center-image img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 130%;
  }
  #home-site .section-bg .section-text p {
    font-size: 20px;
    max-width: 100%;
  }
  #home-site .section-bg .section-text p br {
    display: none;
  }
  #home-site section .swiper-slide {
    height: 400px;
  }
  #home-site section .swiper-slide .img-bg {
    display: none;
  }
  #home-site section .swiper-slide.category {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
  #home-site section .swiper-slide.category .text {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    left: 0;
  }
  #home-site section .swiper-slide.category .text .img_product {
    left: 0;
    max-height: 100%;
    width: auto;
  }
  #home-site section .swiper-slide.category .text .img_product.center {
    left: 0;
    transform: none;
  }
  #home-site section .swiper-slide.category .text .text-content {
    padding: 0 20px 20px 20px;
    position: relative;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
  }
  #home-site section .swiper-slide.category .text .t2 br,
  #home-site section .swiper-slide.category .text .t3 br {
    display: none;
  }
  #home-site section .swiper-slide.category .text .t3 {
    max-width: 100%;
    width: 100%;
  }
  #home-site section .swiper-slide .btn.btn--position-right {
    bottom: 20px;
  }
  #home-site section .home-swiper.radius .swiper-slide.category .category-content {
    left: 0;
    width: 100%;
  }
  #home-site section .home-swiper.radius .swiper-slide.category .text {
    left: 50%;
    transform: translate(-50%);
    width: 80%;
  }
  #home-site section .home-swiper.radius .swiper-slide.category .text .img_product.left25 {
    left: 0;
  }
  .section-text {
    padding: 30px 20px;
  }
  .section-text h1 {
    font-size: 28px;
  }
  #home-site .articles-slider.radius .slider-slide.category .category-content {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  #home-site .articles-slider.radius .slider-slide.category .category-content .text {
    padding: 20px 20px 20px 20px;
    position: relative;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
  }
  #home-site .articles-slider .slider-slide.category .img-bg {
    display: none;
  }
  #home-site .articles-slider .slider-slide.category .text .t2 {
    font-size: 40px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .section-new-home-description-images {
    margin-top: -15px;
  }
  .section-new-home-description-images .description-deco-text-1 {
    bottom: 60px;
    left: -10px;
  }
  .section-new-home-description-images .description-deco-text-2 {
    bottom: 10px;
    left: -10px;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-splash {
    bottom: -2%;
    max-width: 60px;
    right: 20px;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-text-1 {
    bottom: 70px;
    right: 0;
  }
  .section-new-home-description-left .section-new-home-description-images .description-deco-text-2 {
    bottom: 10px;
    right: 20px;
    transform: rotate(15deg);
  }
}
@media (max-width: 560px) {
  .section-video-slider__wrapper .prev,
  .section-video-slider__wrapper .next {
    display: none;
  }
  #home-site .swiper-pagination {
    bottom: 15px;
  }
  #home-site section .swiper-slide {
    height: auto;
  }
  #home-site section .swiper-slide.category {
    padding: 30px 0 60px 0;
  }
  #home-site section .swiper-slide.category .text {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  #home-site section .swiper-slide.category .text .img_product {
    height: auto;
    position: relative;
    width: 100%;
  }
  #home-site section .swiper-slide.category .text .text-content {
    margin-top: -20px;
    padding: 0 20px;
  }
  #home-site section .swiper-slide.category .text .t3 {
    max-width: 100%;
  }
  #home-site .btn {
    font-size: 20px;
  }
  #home-site .btn.btn--position-right {
    height: 60px;
    padding: 16px 20px;
  }
  #home-site .btn .icon-arrow {
    height: 20px;
    top: 0;
    width: 20px;
  }
  #home-site .section-bg__content .btn.btn--position-right {
    bottom: 0;
    left: 0;
    margin: 40px auto 0 auto;
    max-width: 300px;
    text-align: center;
    position: relative;
  }
  .section-text {
    padding: 20px;
  }
  .section-text h1 {
    font-size: 22px;
  }
  #home-site .swiper-button-prev,
  #home-site .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  #home-site .swiper-button-prev {
    left: 10px;
  }
  #home-site .swiper-button-next {
    right: 10px;
  }
  #home-site section .swiper-slide.category .text .t2 {
    font-size: 34px;
    margin-top: 30px;
  }
  .section-video-slider__wrapper {
    padding: 50px 25px 70px 25px;
  }
  .section-video-slider__wrapper .dots {
    bottom: 10px;
  }
  .section-video-slider__wrapper .next,
  .section-video-slider__wrapper .prev {
    top: 28%;
  }
  #home-site .articles-slider .slider-slide.category .text .t2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  #home-site section .swiper-slide.category .text .text-content {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .section-video-slider__wrapper .next,
  .section-video-slider__wrapper .prev {
    top: 24%;
  }
}
@media (max-width: 400px) {
  #home-site section .swiper-slide.category .text .t2 {
    font-size: 30px;
  }
  .section-video-slider__wrapper .next,
  .section-video-slider__wrapper .prev {
    top: 20%;
  }
}
#products-site .products-content .products-title {
  padding: 3% 6%;
  position: relative;
}
#products-site .products-content .products-title span {
  font-family: 'Museo900';
  font-size: 4vw;
  color: #636464;
}
#products-site .products-content .products-title a {
  float: right;
  color: #c2c2c2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  text-decoration: none;
}
#products-site .products-content .products-title a::after {
  content: "";
  background-image: url('../images/products/powrot.png');
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
}
@media screen and (max-width: 500px) {
  #products-site .products-content .products-title {
    padding: 13% 6% 5%;
    text-align: center;
  }
  #products-site .products-content .products-title span {
    font-size: 51px;
  }
  #products-site .products-content .products-title a {
    top: 23%;
    transform: translateY(-50%) translateX(50%);
    right: 50%;
  }
}
#products-site .products-content .products-list {
  padding: 0% 6%;
  text-align: left;
}
#products-site .products-content .products-list .product {
  width: 30%;
  margin-right: 4.5%;
  border-radius: 20px;
  margin-bottom: 5%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#products-site .products-content .products-list .product img {
  transition: 0.5s all;
}
#products-site .products-content .products-list .product:hover img {
  transform: scale(1.2);
}
#products-site .products-content .products-list .product.product-right {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  #products-site .products-content .products-list .product {
    margin-right: 4.4%;
  }
}
@media screen and (max-width: 1000px) {
  #products-site .products-content .products-list .product {
    margin-right: 4.3%;
  }
}
@media screen and (max-width: 860px) {
  #products-site .products-content .products-list .product {
    width: 45%;
    margin-right: 9.2%;
  }
  #products-site .products-content .products-list .product.product-right {
    margin-right: 9.2%;
  }
  #products-site .products-content .products-list .product.product-second-right {
    margin-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  #products-site .products-content .products-list .product {
    margin-right: 8%;
  }
  #products-site .products-content .products-list .product.product-right {
    margin-right: 8%;
  }
}
@media screen and (max-width: 500px) {
  #products-site .products-content .products-list .product {
    width: 80%;
    display: block !important;
    margin-right: auto !important;
    margin: auto;
    margin-bottom: 40px;
  }
  #products-site .products-content .products-list .product.product-right {
    margin-right: auto !important;
    margin: auto;
    margin-bottom: 40px;
  }
}
#products-site .products-content .products-list .product img {
  width: 100%;
}
#products-site .products-content .products-list .product .product-name {
  width: 100%;
  font-size: 40px;
  color: #fff;
  padding: 15% 10%;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  box-sizing: border-box;
  position: relative;
}
#products-site .products-content .products-list .product .product-name .product-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  cursor: pointer;
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-title {
  padding: 10%;
  padding-left: 7%;
  margin: 0;
  position: relative;
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-title .rozwin {
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 21px;
  height: 19px;
  top: 50%;
  right: 9%;
  z-index: 10;
  transform: translateY(-50%);
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-title .rozwin.open {
  background-image: url('../images/products/rozwin.png');
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-title .rozwin.close {
  background-image: url('../images/products/zwin.png');
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-text {
  padding: 0 7%;
  font-family: 'MyriadProRegular';
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
#products-site .products-content .products-list .product .product-name .product-info .product-info-text.open {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#products-site .products-content .products-list .product .product-name .product-info::after {
  content: "";
  background-image: url('../images/products/glow.png');
  background-position: center -50px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#products-site .products-content .products-list .product .product-name .product-info.naturalna {
  background-color: #00b5e9;
}
#products-site .products-content .products-list .product .product-name .product-info.straciatella {
  background-color: #754a2f;
}
#products-site .products-content .products-list .product .product-name .product-info.brzoskwinia {
  background-color: #df4a10;
}
#products-site .products-content .products-list .product .product-name .product-info.truskawka {
  background-color: #df3131;
}
#products-site .products-content .products-list .product .product-name .product-info.owoce {
  background-color: #84316b;
}
#products-site .products-content .products-list .product .product-name .product-info.jablka {
  background-color: #368423;
}
#products-site .products-content .products-list .product .product-name .product-info.cytryna {
  background-color: #fcec23;
  color: #9a5300;
}
#products-site .products-content .products-list .product .product-name .product-info.mango {
  background-color: #fac226;
  color: #9a5300;
}
#products-site .products-content .products-list .product .product-name .product-info.opened {
  height: 260%;
}
[v-cloak] {
  display: none;
}
.recipes-content {
  padding: 4% 6% 0 6%;
}
.swiper-container-banner {
  margin-bottom: 5%;
}
.r-banner {
  background: #2cb1ff;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.r-banner__img {
  display: block;
  position: relative;
  width: 100%;
}
.r-banner__content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  display: flex;
  align-items: center;
}
.r-banner__title {
  font-size: 4vw;
}
.r-banner__subtitle {
  font-family: MyriadProRegular;
  font-size: 1.4vw;
  width: 48%;
  position: relative;
}
.selector {
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  max-height: 140px;
  transition: 0.8s max-height, 0.3s box-shadow;
  position: relative;
  margin-bottom: 40px;
}
.selector.selector--close:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.selector.selector--open {
  max-height: 1000px;
}
.selector__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 40px 40px;
  user-select: none;
  position: relative;
}
.selector__l-box {
  height: 140px;
  display: flex;
  align-items: center;
}
.selector__title {
  color: #13b5e9;
  font-size: 42px;
}
.selector__label {
  color: #aaaaaa;
  font-size: 24px;
  justify-content: center;
}
.selector__opener {
  color: #13b5e9;
  font-size: 27px;
  cursor: pointer;
  transition: 0.3s all;
  min-width: 170px;
  text-align: right;
}
.selector__opener img {
  transform: rotate(180deg);
  transition: 0.3s all;
  width: 1.25em;
}
.selector__clear {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #13b5e9;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s all;
  min-width: 170px;
  text-align: right;
}
.selector__clear span {
  display: inline-block;
  vertical-align: middle;
}
.selector__clear .icone-cross {
  display: inline-block;
  vertical-align: middle;
  background: #13b5e9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 0.3em;
}
.selector__clear .icone-cross::before,
.selector__clear .icone-cross::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
}
.selector__clear .icone-cross:before {
  transform: rotate(-45deg);
}
.selector__clear .icone-cross:after {
  transform: rotate(45deg);
}
.selector__opener--is-open img {
  transform: rotate(0deg);
}
.label-arrow span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}
.label-arrow img {
  display: inline-block;
  vertical-align: middle;
}
.selector__btn {
  color: #aaaaaa;
  font-size: 18px;
  padding: 1.1em 1.4em 1.1em 1.7em;
  border: 1px solid #aaaaaa;
  border-radius: 40px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s all;
}
.selector__btn:hover {
  color: #13b5e9;
  border-color: #13b5e9;
}
.selector__btn:hover::after {
  border-color: #13b5e9;
}
.selector__btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #aaaaaa;
  border-radius: 50%;
  margin-left: 10px;
  box-sizing: border-box;
}
.selector__btn.selector__btn--selected {
  background: #13b5e9;
  color: #fff;
  border-color: #13b5e9;
}
.selector__btn.selector__btn--selected::after {
  border: 5px solid #fff;
}
.selector__btn.selector__btn--selected:hover {
  color: #fff;
  border-color: #13b5e9;
  background: #13b5e9;
}
.selector__btn.selector__btn--selected:hover::after {
  border: 8px solid #fff;
}
.selector__btn.selector__btn--selected.selected-over:hover::after {
  border: 5px solid #fff;
}
.selector__btns--img {
  width: 220px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  padding-top: 8px;
}
.selector__btn-img {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 4px;
  width: 29%;
  position: relative;
  border: 3px solid #fff;
}
.selector__btn-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.selector__btn-img img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.selector__btn-img:hover img {
  filter: grayscale(0);
}
.selector__btn-img--selected {
  border-color: #13b5e9;
  box-sizing: border-box;
}
.selector__btn-img--selected img {
  filter: grayscale(0);
}
.selector__btn-img--selected:hover img {
  filter: grayscale(1);
}
.selector__btn-img--selected.selected-over:hover img {
  filter: grayscale(0);
}
.selector__opener-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recipes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 4% 3% 0 6%;
}
.recipes-list__recipe {
  width: 19%;
}
.recipes-list--float {
  padding: 0;
}
@media (max-width: 999px) {
  .recipes-list--float .recipes-list__recipe {
    height: auto !important;
  }
}
@media (min-width: 1000px) {
  .recipes-list--float {
    display: block;
    padding: 0;
  }
  .recipes-list--float::after {
    content: "";
    display: block;
    clear: both;
  }
  .recipes-list--float .recipes-list__recipe {
    width: 19%;
    float: left;
  }
  .recipes-list--float .recipes-list__recipe.recipe--first {
    width: 39%;
    padding: 2% 5% 0;
  }
  .recipes-list--float .recipes-list__recipe.recipe--first .recipe__img {
    margin-bottom: 50px;
  }
  .recipes-list--float .recipes-list__recipe.recipe--first .recipe__text {
    font-size: 3vw;
  }
}
@media (max-width: 1700px) {
  .selector__label {
    font-size: 1.4vw;
  }
  .selector__opener {
    font-size: 1.6vw;
  }
  .selector__title {
    font-size: 2.45vw;
  }
  .selector__btn {
    font-size: 18px;
    padding: 0.8em 1em 0.8em 1.2em;
    font-size: 1.1vw;
  }
}
@media (max-width: 1400px) {
  .selector__clear {
    bottom: 30px;
  }
  .selector__opener-box,
  .selector__title-box {
    position: absolute;
  }
  .selector__opener-box {
    right: 40px;
  }
  .selector__category {
    text-align: center;
  }
  .selector__title {
    font-size: 2vw;
  }
  .selector__l-box {
    height: 80px;
  }
  .selector__opener {
    font-size: 1.4vw;
  }
  .selector__title.label-arrow img {
    width: 0.7em;
  }
  .selector__category {
    margin-right: 4%;
  }
  .selector {
    max-height: 80px;
  }
  .selector__content {
    justify-content: flex-start;
    padding: 0 40px 20px;
  }
  .selector__btn::after {
    transform: scale(0.7);
  }
  .selector__btns--img {
    width: 190px;
  }
  .selector__category {
    min-width: 130px;
  }
}
@media (max-width: 1000px) {
  .recipes-list__recipe {
    width: 24%;
    padding: 3% 3% 0;
  }
  .selector__btn {
    font-size: 11px;
  }
  .selector__label {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .selector {
    max-height: 50px;
  }
  .selector__opener-box {
    right: 20px;
  }
  .selector__opener {
    font-size: 4vw;
  }
  .selector__clear {
    bottom: 10px;
    right: 20px;
  }
  .selector__content {
    flex-flow: column;
    padding: 0 10px 40px 20px;
  }
  .selector__category {
    margin: 0;
  }
  .selector__label {
    justify-content: left;
  }
  .selector__l-box {
    height: 50px;
  }
  .selector__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .selector__btn {
    margin: 0 5px 10px 0;
  }
  .selector__btn::after {
    display: none;
  }
  .selector__btns--img {
    width: 100%;
  }
  .selector__btn-img {
    width: 18%;
    margin: 0 4px 4px 0;
  }
  .recipes-list {
    padding: 4% 3% 0;
  }
  .recipes-list__recipe {
    width: 32.3333%;
    padding: 3% 3% 0;
  }
}
@media (max-width: 700px) {
  .r-banner__content {
    padding: 20px;
    display: block;
  }
  .r-banner__title {
    font-size: 8vw;
  }
  .r-banner__subtitle {
    font-family: MyriadProRegular;
    font-size: 2.6vw;
    width: 62%;
    position: relative;
  }
}
#recipe-site .recipe-content .left.media-www {
  display: inline-block;
}
#recipe-site .recipe-content .left.media-mob {
  display: none;
}
#recipe-site .title-section {
  padding: 3% 6%;
  font-size: 4vw;
}
#recipe-site .title-section .back-link {
  display: inline-block;
  background: url('../images/recipe/arrow.png') left center no-repeat;
  font-size: 18px;
  color: #c2c2c2;
  padding-left: 30px;
  text-decoration: none;
  transform: translateY(2px);
}
#recipe-site .title-section .back-link:hover {
  text-decoration: underline;
}
#recipe-site .recipe-content {
  padding: 0 6%;
  font-size: 0px;
  text-align: center;
}
#recipe-site .recipe-content .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#recipe-site .recipe-content .left img {
  width: 100%;
  margin-bottom: 10px;
}
#recipe-site .recipe-content .right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 6%;
  font-size: 14px;
  text-align: left;
}
#recipe-site .recipe-content .right .right-content {
  color: #5C6161;
}
#recipe-site .recipe-content .right .right-content .icons > div {
  display: inline-block;
  margin-right: 20px;
}
#recipe-site .recipe-content .right .right-content .icons .count {
  text-align: center;
  font-size: 0.9vw;
  margin-top: 10px;
}
#recipe-site .recipe-content .right .right-content .icons .icon {
  background: center center no-repeat;
  background-size: 100%;
  margin: auto;
  height: 26px;
}
#recipe-site .recipe-content .right .right-content .icons .icon-clock .icon {
  background-image: url('../images/recipe/icon-b-clock.png');
  width: 20px;
}
#recipe-site .recipe-content .right .right-content .icons .icon-persons .icon {
  background-image: url('../images/recipe/icon-b-persons.png');
  width: 40px;
}
#recipe-site .recipe-content .right .right-content .icons .icon-stars .icon {
  width: 60px;
}
#recipe-site .recipe-content .right .right-content .icons .icon-stars .icon.easy {
  background-image: url('../images/recipe/stars-b1.png');
}
#recipe-site .recipe-content .right .right-content .icons .icon-stars .icon.middle {
  background-image: url('../images/recipe/stars-b2.png');
}
#recipe-site .recipe-content .right .right-content .icons .icon-stars .icon.hard {
  background-image: url('../images/recipe/stars-b3.png');
}
#recipe-site .recipe-content .right .right-content .category a {
  display: block;
  font-size: 2vw;
  color: #959595;
  word-wrap: break-word;
  margin-top: 5%;
  text-decoration: none;
}
#recipe-site .recipe-content .right .right-content .title {
  font-size: 3.5vw;
  word-wrap: break-word;
  margin-top: 2%;
}
#recipe-site .recipe-content .right .right-content .desc {
  font-family: myriadpro-bold;
  margin-top: 2%;
  font-size: 16px;
  line-height: 160%;
}
#recipe-site .recipe-content .right .right-content .tags a {
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 0px;
  font-family: Museo900;
  display: inline-block;
}
#recipe-site .recipe-content .right .right-content .tags a::after {
  display: none;
}
#recipe-site .recipe-content .right .right-content .components {
  font-family: MyriadProRegular;
  font-size: 16px;
  margin-top: 20px;
}
#recipe-site .recipe-content .right .right-content .components .c {
  background: url('../images/dot.png') left center no-repeat;
  padding-left: 20px;
  min-height: 10px;
  margin: 2% 0;
}
#recipe-site .recipe-content .right .right-content .components .c.active {
  color: #13b5e9;
  cursor: pointer;
  position: relative;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup {
  background: red;
  position: absolute;
  left: -50px;
  transform: translateY(-107%);
  width: 400px;
  height: 200px;
  background: #ebebeb;
  display: none;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.34);
  border-radius: 15px;
  transition: transform 0.5s;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc {
  position: relative;
  width: 60%;
  height: 100%;
  float: left;
  color: #5C6161;
  line-height: normal;
  padding: 5%;
  margin-top: 0px;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .desc-cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10%;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .close {
  width: 6%;
  height: 6%;
  position: absolute;
  background: url('../images/cross.png') center center;
  background-size: 100%;
  right: 10px;
  top: 10px;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .popup-title {
  font-size: 18px;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .popup-text {
  font-size: 12px;
  font-family: MyriadProRegular;
  margin-top: 5%;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .triangle {
  width: 14px;
  height: 14px;
  background: #ebebeb;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 3px 4px 6px -1px rgba(0, 0, 0, 0.24);
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup img {
  height: 100%;
  display: block;
  float: right;
  border-radius: 15px;
}
#recipe-site .recipe-content .right .right-content .components .c.active .popup.open {
  transform: translateY(-107%);
}
#recipe-site .recipe-content .right .right-content .desc2 {
  font-family: MyriadProRegular;
  margin: 20px 0;
  line-height: 160%;
}
#recipe-site .recipe-content .right .right-content .socials {
  height: 62px;
  margin-top: 10%;
  margin-bottom: 5%;
  line-height: 0;
}
#recipe-site .recipe-content .right .right-content .socials .link-fb,
#recipe-site .recipe-content .right .right-content .socials .link-tw,
#recipe-site .recipe-content .right .right-content .socials .link-print {
  width: 29px;
  height: 62px;
  display: inline-block;
  background: center center no-repeat;
  background-size: 100%;
  margin: 0 15px 0 0;
}
#recipe-site .recipe-content .right .right-content .socials .link-print {
  background-image: url('../images/icon-print.png');
}
#recipe-site .recipe-content .right .right-content .socials .link-fb {
  background-image: url('../images/icon-fb.png');
}
#recipe-site .recipe-content .right .right-content .socials .link-fb a {
  display: block;
  width: 100%;
  height: 100%;
}
#recipe-site .recipe-content .right .right-content .socials .link-tw {
  background-image: url('../images/icon-tw.png');
}
#recipe-site .recipe-content .right .right-content .socials .line {
  display: inline-block;
  margin: 0 15px 0 0;
  height: 100%;
  position: relative;
  width: 1px;
  background: #ccc;
}
#recipe-site .recipe-content .right .right-content .line {
  height: 1px;
  background: #ccc;
}
#recipe-site .recipe-content .right .right-content .ready {
  margin-top: 10%;
  font-size: 0px;
}
#recipe-site .recipe-content .right .right-content .ready .ready-text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#recipe-site .recipe-content .right .right-content .ready .img-box {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#recipe-site .recipe-content .right .right-content .ready .img-box img {
  margin: auto;
  display: block;
  max-width: 80%;
}
#recipe-site .recipe-content .right .right-content .ready .img-box-mob {
  display: none;
}
#recipe-site .recipe-content .right .right-content .ready .img-box-mob img {
  margin: 10px 0;
  display: block;
  max-width: 60%;
}
#recipe-site .recipe-content .right .right-content .ready .ready-title {
  color: #959595;
  display: inline-block;
  font-size: 25px;
  font-family: Museo900;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
#recipe-site .recipe-content .right .right-content .ready .ready-name {
  color: #5C6161;
  display: block;
  font-size: 25px;
  font-family: Museo900;
  margin-top: 7%;
}
#recipe-site .recipe-content .right .right-content .ready .ready-desc {
  font-size: 16px;
  margin-top: 3%;
  line-height: 160%;
}
#recipe-site .recipe-content .right .right-content .ready .ready-link {
  margin-top: 5%;
  /*.cta-1{margin-top: 2%;}*/
}
#recipe-site .recipe-content .right .right-content .ready .ready-link .txt {
  width: auto;
}
#recipe-site .recipe-content .right .right-content .ready .ready-link a {
  font-size: 18px;
  font-family: Museo900;
  text-transform: uppercase;
  color: #13b5e9;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
#recipe-site .recipe-content .right .right-content .ready .ready-link a:hover {
  text-decoration: underline;
}
#recipe-site .recipe-content .right .right-content .vision {
  margin-top: 10%;
}
#recipe-site .recipe-content .right .right-content .vision .vision-title {
  color: #959595;
  display: inline-block;
  font-size: 25px;
  font-family: Museo900;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements {
  margin-top: 3%;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el {
  font-size: 0px;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-image {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-image img {
  width: 100%;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url('../images/main/wave.png') right center no-repeat;
  background-size: auto 100%;
  z-index: 2;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont {
  width: 70%;
  margin: auto;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .name {
  font-family: Museo900;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6%;
}
#recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .text {
  color: #959595;
  margin-bottom: 6%;
}
#recipe-site .njbc-bottom {
  margin: 6% 0 6%;
  font-size: 0px;
}
#recipe-site .njbc-bottom .njbc {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  position: relative;
}
#recipe-site .njbc-bottom .njbc img {
  width: 100%;
  position: relative;
  display: block;
}
#recipe-site .njbc-bottom .njbc .cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 3%;
}
#recipe-site .njbc-bottom .njbc .cont .t1 {
  font-size: 33px;
  font-size: 2.6vw;
  text-transform: uppercase;
}
#recipe-site .njbc-bottom .njbc .cont .t2 {
  font-size: 60px;
  font-size: 2vw;
}
#recipe-site .njbc-bottom .njbc .cont .btn {
  position: absolute;
  bottom: 8%;
  width: 70%;
}
#recipe-site .recipe-movie {
  position: relative;
}
#recipe-site .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/main2/btn.png) center center no-repeat;
  background-size: 100%;
  width: 82px;
  height: 82px;
  cursor: pointer;
  transition: all 0.2s;
}
#recipe-site .play:hover {
  width: 88px;
  height: 88px;
}
@media (max-width: 1600px) {
  #recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .text {
    font-size: 12px;
  }
  #recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .name {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  #recipe-site .recipe-content .right {
    padding-left: 6%;
  }
  /*#recipe-site .recipe-content .right .right-content .ready .ready-text{width: 100%;}*/
}
@media (max-width: 1300px) {
  #recipe-site .btn {
    font-size: 16px;
  }
  #recipe-site .cta-1 {
    width: 32px;
    height: 32px;
  }
  #recipe-site .cta-1-hover {
    width: 32px;
    height: 31px;
  }
  #recipe-site .cta-2 {
    width: 32px;
    height: 32px;
  }
  #recipe-site .cta-2-hover {
    width: 32px;
    height: 31px;
  }
}
@media (max-width: 1200px) {
  #recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .text {
    display: none;
  }
}
@media (max-width: 1000px) {
  #recipe-site .recipe-content .right .right-content .ready .ready-text {
    width: 100%;
  }
  #recipe-site .recipe-content .right .right-content .ready .ready-text .img-box-mob {
    display: block;
  }
  #recipe-site .recipe-content .right .right-content .ready .img-box {
    display: none;
  }
}
@media (max-width: 900px) {
  #recipe-site .btn {
    font-size: 12px;
  }
  #recipe-site .cta-1 {
    width: 22px;
    height: 22px;
  }
  #recipe-site .cta-1-hover {
    width: 22px;
    height: 21px;
  }
  #recipe-site .cta-2 {
    width: 22px;
    height: 22px;
  }
  #recipe-site .cta-2-hover {
    width: 22px;
    height: 21px;
  }
}
@media (max-width: 700px) {
  #recipe-site .recipe-content .left.media-www {
    display: none;
  }
  #recipe-site .recipe-content .right {
    margin: 0;
  }
  #recipe-site .recipe-content .left.media-mob {
    display: block;
    padding: 20px 0;
  }
  #recipe-site .recipe-content .right .right-content .title {
    margin-top: 0%;
  }
  #recipe-site .recipe-content .left {
    width: 100%;
  }
  #recipe-site .recipe-content .right {
    width: 100%;
    margin-top: 0%;
    padding-left: 0px;
  }
  #recipe-site .recipe-content .right .right-content .category a {
    font-size: 4vw;
  }
  #recipe-site .recipe-content .right .right-content .title {
    font-size: 8vw;
  }
  #recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .text {
    display: block;
  }
  #recipe-site .recipe-content .right .right-content .icons .count {
    font-size: 12px;
    margin-top: 5px;
  }
  #recipe-site .recipe-content .right .right-content .desc {
    width: 100%;
  }
  /*    #recipe-site .njbc-bottom .njbc                  :before{padding-top: 100%;}
        #recipe-site .njbc-bottom .njbc{background-position: right center; width: 50%; }
        #recipe-site .njbc-bottom .njbc .cont{ padding-top : 69%; padding-left: 10%;}
        #recipe-site .njbc-bottom .njbc .cont .t1{font-size: 3.2vw;}
        #recipe-site .njbc-bottom .njbc .cont .t2{font-size: 4.4vw;}*/
  #recipe-site .njbc-bottom .njbc {
    width: 100%;
    margin-bottom: 2px;
  }
  #recipe-site .njbc-bottom .njbc .cont .t1 {
    font-size: 5vw;
  }
  #recipe-site .btn {
    font-size: 12px;
  }
  #recipe-site .cta-1 {
    width: 22px;
    height: 22px;
  }
  #recipe-site .cta-1-hover {
    width: 22px;
    height: 21px;
  }
  #recipe-site .cta-2 {
    width: 22px;
    height: 22px;
  }
  #recipe-site .cta-2-hover {
    width: 22px;
    height: 21px;
  }
  #recipe-site .title-section {
    font-size: 8vw;
  }
  #recipe-site .title-section .back-link {
    height: 14px;
    background-size: auto 100%;
    font-size: 14px;
    transform: none;
  }
}
/*mob*/
@media (max-width: 550px) {
  #recipe-site .recipe-content .right .right-content .vision .vision-elements .el .vision-desc .vision-desc-cont .text {
    display: none;
  }
  #recipe-site .recipe-content .right .right-content .desc {
    margin-top: 4%;
  }
  #recipe-site .recipe-content .right .right-content .title {
    margin-top: 0%;
  }
  #recipe-site .recipe-content .right {
    margin-top: 0%;
  }
  #recipe-site .title-section {
    font-size: 24px;
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup {
    width: 100%;
    height: auto;
    max-width: 200px;
    left: 0px;
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup .desc {
    width: 100%;
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .triangle {
    top: -7px;
    box-shadow: -3px -3px 6px -1px rgba(0, 0, 0, 0.24);
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup .desc .desc-cont {
    padding: 12%;
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup img {
    width: 100%;
    height: auto;
  }
  #recipe-site .recipe-content .right .right-content .components .c.active .popup.open {
    transform: translateY(7%);
  }
}
.expert-content {
  padding: 4% 3% 0 6%;
}
.advice__category {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.advice__category .category__img {
  width: 15%;
  display: inline-block;
  text-align: left;
}
.advice__category .category__img h2 {
  display: none;
}
.advice__category .category__img img {
  max-width: 90%;
  display: inline-block;
}
.advice__category .category__text {
  display: inline-block;
  padding-left: 2%;
  max-width: 40%;
}
.advice__category .category__text h2 {
  color: #13b5e9;
  font-size: 3vw;
}
.advice__category .category__text p {
  font-family: MyriadProRegular;
  color: #959595;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .advice__category .category__text p {
    font-size: 16px;
  }
}
.advices__list {
  padding: 3% 0 3%;
}
.advices__list .recipes-list__recipe {
  width: 30%;
}
.advices__list .recipe_wrap {
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .advice__category .category__text {
    max-width: none;
  }
  .advice__category {
    padding-top: 0px;
    display: block;
  }
  .advice__category .category__img {
    width: 100%;
  }
  .advice__category .category__img h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    padding-left: 10px;
    color: #13b5e9;
  }
  .advice__category .category__img img {
    width: 62px;
    display: inline-block;
    vertical-align: middle;
  }
  .advice__category .category__text h2 {
    display: none;
  }
}
@media (max-width: 600px) {
  .advices__list {
    justify-content: center;
  }
  .advices__list .recipes-list__recipe {
    width: 85%;
    font-size: 16px;
  }
  .advices__list .recipe__text {
    padding-bottom: 20px;
  }
  .advices__list .recipes-list__recipe {
    margin-bottom: 40px;
  }
  .advices__list .recipe__img {
    margin-bottom: 30px;
  }
}
.nb {
  display: inline-block;
}
.strong {
  font-family: "myriadpro-bold";
}
.advices-content {
  padding: 4% 6% 0 6%;
}
.advice-header {
  margin-bottom: 5%;
}
.advice-header__icone-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.advice-header__icone {
  width: 100px;
  display: inline-block;
}
.advice-header__title {
  display: inline-block;
  color: #13b5e9;
  font-size: 4.8vw;
  padding-left: 2%;
}
.advice-header__text {
  max-width: 800px;
  font-size: 21px;
}
.recipes-list--advice {
  padding: 0;
  margin-bottom: 5%;
}
.advice {
  display: flex;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 2px solid #ebebeb;
}
.advices__title-2 {
  color: #13b5e9;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.advice__image-box {
  flex-basis: 36%;
}
.advice__text-box {
  padding-right: 100px;
  flex-basis: 64%;
}
.advice__image {
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.advice__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.advice__title {
  font-size: 4.2vw;
}
.advice__text {
  font-size: 1.2vw;
  font-family: MyriadProRegular;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .advice__text {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .advice {
    flex-wrap: wrap;
  }
  .advice__image-box {
    order: 2;
    flex-basis: 50%;
  }
  .advice__text-box {
    order: 1;
    flex-basis: 100%;
    padding-right: 0px;
  }
  .advice__text {
    font-size: 16px;
  }
  .advices__title-2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .selector {
    margin-bottom: 24px;
  }
}
.visibility-mob {
  display: none !important;
}
.visibility-www {
  display: block !important;
}
.experts--content {
  padding: 4% 3% 4% 6%;
}
.experts--content.experts--content__nopadding {
  padding: 4% 0;
}
.experts--content .main-subtitle {
  max-width: 900px;
  margin-bottom: 0;
}
.experts--list {
  display: flex;
  background: #ededed;
}
.swiper-experts {
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
}
.experts--wrapper {
  background: #ededed;
  display: flex;
}
.experts--wrapper_inner {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.experts--wrapper .button-prev,
.experts--wrapper .button-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 45px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  z-index: 2;
}
.experts--wrapper .button-prev.is-hidden,
.experts--wrapper .button-next.is-hidden {
  display: none;
}
.experts--wrapper .button-prev {
  background-image: url(../images/expert/prev-btn-blue.svg);
  left: 5px;
}
.experts--wrapper .button-next {
  background-image: url(../images/expert/next-btn-blue.svg);
  right: 5px;
}
.expert--list {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.expert--list[data-count] {
  width: calc((25% * var(--data-count)));
}
.expert--list[data-count] .expert--item {
  width: calc(100% / var(--data-count));
}
.expert--item {
  width: 25%;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 2%;
  justify-self: center;
  text-align: center;
  font-family: MyriadProRegular;
  position: relative;
}
.expert--item.expert--item__article {
  width: 15%;
  padding-top: 0;
}
.expert--item.expert--item__article .expert--avatar {
  width: 60%;
}
.expert--item.expert--item__article .expert--avatar img {
  width: 84%;
  display: block;
  padding: 8%;
  border-radius: 50%;
}
.expert--item.expert--item__article .expert--avatar::after {
  width: 100%;
  height: 100%;
  border-color: #a1a1a1;
}
.expert--item.expert--item__article .expert--name {
  font-size: 1vw;
}
.expert--item.expert--item__article .expert--name::after {
  margin: 10px auto;
}
.expert--item.expert--item__row {
  margin: 50px 0;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.expert--item.expert--item__row .expert--card {
  padding-top: 0;
  padding-left: 5%;
  transform: initial;
  text-align: left;
  margin-top: 0;
}
.expert--item.expert--item__row .expert--avatar {
  padding-left: 0;
  margin: 0;
  width: 15%;
}
.expert--item.expert--item__row .expert--name {
  font-size: initial;
}
.expert--item.expert--item__row .expert--name::after {
  margin-left: 0;
  width: 20%;
}
.expert--item.expert--item__row .expert--job {
  margin-bottom: 0;
}
.expert--avatar {
  width: 70%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 9;
}
.expert--avatar img {
  width: 100%;
  border-radius: 50%;
}
.expert--avatar::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.expert--card {
  background: #fff;
  border-radius: 10px;
  padding: 50% 2% 0;
  margin-top: -43%;
}
.expert--name {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.expert--name::after {
  content: '';
  width: 60%;
  height: 1px;
  border-bottom: 1px solid #13b5e9;
  box-sizing: border-box;
  margin: 30px auto 20px;
  display: block;
}
.expert--job {
  margin: 0 auto 10px ;
  font-style: italic;
}
.expert--desc {
  font-size: 14px;
}
.expert--fulldesc {
  display: none;
}
.expert--link {
  font-size: 14px;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
}
.article--item {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
  position: relative;
}
.article--desc {
  width: 60%;
  background: #ededed;
  padding: 3% 13% 3% 3%;
  border-radius: 10px;
  position: relative;
}
.article--desc::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ededed;
  position: absolute;
  top: 7%;
  left: -20px;
}
.article--title {
  font-size: 24px;
  text-transform: uppercase;
  color: #13b5e9;
  margin-bottom: 5%;
}
.article--lead {
  font-size: 18px;
  font-family: MyriadProRegular;
  position: relative;
  padding: 5% 5% 5% 0;
}
.article--lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 1px;
  border-top: 1px solid #13b5e9;
}
.article--img {
  width: 20%;
  transform: translateX(-50%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.article--img img {
  width: 100%;
  background: #f5f5f5;
  border-radius: 50%;
}
.article--header {
  position: relative;
}
.article--header img {
  width: 100%;
}
.expert--article {
  width: 75%;
  margin: auto;
  box-sizing: border-box;
  padding: 5%;
  background: #fff;
  border-radius: 10px;
  margin-top: -10vw;
  position: relative;
}
.expert--article p,
.expert--article li {
  font-size: 18px;
  line-height: 32px;
  font-family: MyriadProRegular;
}
.expert--article strong {
  font-family: myriadpro-bold;
}
.expert-article--title {
  font-size: 32px;
  color: #13b5e9;
  text-transform: uppercase;
  margin: 0;
}
.article--ending {
  width: 100%;
  background: #ededed;
  margin-top: -5%;
  padding-bottom: 5%;
}
.articles--cardscnt {
  background: #ededed;
}
.articles--cards {
  padding-top: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 75%;
  margin: auto;
}
.articles--cards .articleslist--item {
  display: block;
  text-decoration: none;
  color: #5C6161;
  width: 25%;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 8%;
}
.articles--cards .article-item--image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.articles--cards .article-item--title {
  color: #13b5e9;
  text-align: center;
  padding: 30px 5px;
}
.articles--cards .article-item--title::after {
  content: '';
  height: 1px;
  border-top: 1px solid #13b5e9;
  display: block;
  width: 50%;
  margin: 30px auto 0;
}
.articles--cards .article-item--author {
  font-family: MyriadProRegular;
  letter-spacing: 0.2em;
  font-size: 16px;
  text-transform: uppercase;
}
.articles--cards .article-item--avatar {
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13%;
  position: absolute;
}
.articles--cards .article-item--avatar::after {
  content: '';
  width: 85%;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  padding-bottom: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles--cards .article-item--avatar img {
  width: 100%;
  border-radius: 50%;
}
.articles--cards .articleslist--link {
  text-align: center;
}
.articles--cards .articleslist--linkitem {
  width: 25%;
  color: #13b5e9;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}
.articles--cards .articleslist--linkitem::before {
  content: '';
  background: url('../images/ico-arrow-big.png') center center no-repeat #13b5e9;
  display: block;
  border-radius: 50%;
  width: 75%;
  height: auto;
  margin: 20px auto;
  padding-bottom: 75%;
}
.expert--popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  transition: 0.5s opacity;
}
.expert--popup.expert--popup__closed {
  display: none;
}
.expert--popup .expert--content {
  width: 70%;
  min-height: 80vh;
  display: flex;
  margin: auto;
  align-items: center;
  position: relative;
}
.expert--popup .expert--content .expert--avatar {
  width: 35%;
  transform: translateX(50%);
  position: relative;
  margin: 0;
}
.expert--popup .expert--content .expert--avatar::after {
  height: auto;
  padding-bottom: 90%;
  position: absolute;
}
.expert--popup .expert--content .expert--description {
  width: 85%;
  padding: 5% 5% 5% 17%;
  min-height: 50vh;
  background: #ededed;
  border-radius: 10px;
  font-family: MyriadProRegular;
}
.expert--popup .expert--content .expert--name {
  font-family: myriadpro-bold;
}
.expert--popup .expert--content .expert--name::after {
  margin: 20px 0;
  width: 15%;
}
.expert--popup .expert--content .expert--close {
  width: 76px;
  height: 76px;
  position: absolute;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  right: -38px;
  background: url('../images/ico-close.png') center center no-repeat #13b5e9;
}
@media (max-width: 1100px) {
  .expert--list[data-count] {
    width: calc(((100% / 3) * var(--data-count)));
  }
}
@media (max-width: 800px) {
  .visibility-mob {
    display: block !important;
  }
  .visibility-www {
    display: none !important;
  }
  .experts--content {
    padding: 4% 6%;
  }
  .articles--cards {
    width: 100%;
    justify-content: center;
  }
  .articles--cards .articleslist--item {
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 120px;
    padding-bottom: 30%;
  }
  .expert--article {
    width: 100%;
    margin-top: 0;
  }
  .article--title {
    font-size: 32px;
  }
  .expert--list[data-count] {
    width: calc((50% * var(--data-count)));
  }
  .expert--item.expert--item__row {
    width: 100%;
  }
  .expert--item.expert--item__row .expert--avatar {
    width: 25%;
  }
  .expert--item.expert--item__article .expert--name,
  .expert--item.expert--item__article .expert--job {
    font-size: initial;
  }
}
@media (max-width: 560px) {
  .expert--list[data-count] {
    width: calc((100% * var(--data-count)));
  }
}
#eko-smaczki-site {
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
#eko-smaczki-site .wrapper {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
.header-one-image img {
  display: block;
  height: auto;
  width: 100%;
}
#eko-smaczki-site .text-section-with-image-bottom {
  color: #00a5ca;
  padding: 45px 0 0 0;
  text-align: center;
}
#eko-smaczki-site .text-section-with-image-bottom p {
  margin: 20px auto;
  max-width: 1040px;
}
#eko-smaczki-site .text-section-with-image-bottom strong {
  font-family: 'scriptorama-markdown-jf';
  font-size: 30px;
}
#eko-smaczki-site .text-section-with-image-bottom .image-bottom {
  display: block;
  height: auto;
  margin: 40px auto 0 auto;
  max-width: 515px;
  width: 100%;
}
.section-segregation {
  background: #0082ba;
  padding: 100px 0 30px 0;
  position: relative;
}
.section-segregation.bg-border:before {
  background: #006ba7;
  border-radius: 500px 0 0 500px;
  box-shadow: inset 40px 0px 30px #005594;
  content: '';
  height: 100%;
  left: 5%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 0;
}
.section-segregation h2 {
  color: #fff;
  font-family: 'scriptorama-markdown-jf';
  font-size: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-segregation .icon-with-text-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.section-segregation .icon-with-text-item {
  font-size: 22px;
  margin: 10px;
  text-align: center;
  width: calc(25% - 20px);
}
.section-segregation .icon-with-text-item img {
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
}
.section-segregation .icon-with-text-item p {
  color: #fff;
  margin: 45px 0 0 0;
  padding: 0 25px;
}
.section-new-packshot {
  background: #01bee8;
  padding: 70px 0 50px 0;
}
.section-new-packshot.bg-border {
  padding: 140px 0 120px 0;
  position: relative;
}
.section-new-packshot.bg-border:before {
  background: #01bee8;
  border-radius: 0 500px 500px 0;
  box-shadow: inset -30px 0px 30px #0198cc;
  content: '';
  height: 100%;
  right: 5%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 0;
}
.section-new-packshot .wrapper {
  align-items: center;
  display: flex;
  position: relative;
}
.section-new-packshot .wrapper .packshot {
  width: 420px;
}
.section-new-packshot .wrapper .packshot img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.section-new-packshot .wrapper .text-wrapper {
  width: calc(100% - 420px);
}
.section-new-packshot .wrapper .text-wrapper h2 {
  color: #fff;
  font-family: 'scriptorama-markdown-jf';
  font-size: 50px;
  position: relative;
  z-index: 1;
}
.section-new-packshot .wrapper .text-wrapper h2 small {
  display: block;
  font-size: 30px;
}
.section-new-packshot .wrapper .text-wrapper h2 .arrow {
  display: block;
  height: 56px;
  left: 15%;
  position: absolute;
  top: -80px;
  width: 120px;
}
.section-new-packshot .wrapper .text-wrapper p {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  margin: 30px 0;
}
.section-saving-challenge {
  background-color: #006ba7;
  color: #fff;
}
.section-saving-challenge .wrapper {
  align-items: stretch;
  display: flex;
}
.section-saving-challenge .text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 40px 0;
  width: 45%;
}
.section-saving-challenge .text-wrapper p {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  font-weight: 700;
}
.section-saving-challenge .text-wrapper p img {
  max-width: 100px;
  padding: 15px;
  background: #5bafe1;
  border-radius: 50%;
}
.section-saving-challenge .text-wrapper p em {
  color: #fff;
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
}
.section-saving-challenge .text-wrapper span {
  margin-top: 20px;
  color: #1fd9ff;
  display: inline-block;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.section-saving-challenge .text-wrapper h2 {
  font-family: 'scriptorama-markdown-jf';
  font-size: 50px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.section-saving-challenge .media-wrapper {
  width: 55%;
}
.section-saving-challenge .media-wrapper img {
  border-radius: 500px 0 0 500px;
  height: 100%;
  object-fit: cover;
  width: 55vw;
}
.section-less {
  background-color: #006ba7;
  padding: 0 0 100px 0!important;
  position: relative;
}
.section-less .wrapper {
  z-index: 2;
}
.section-less p {
  margin: 0;
}
.section-less .absolute-position {
  position: absolute;
  max-width: 600px;
  bottom: 0;
  right: 5%;
  width: 100%;
  z-index: 1;
}
.section-less.bg-border:before {
  background: #006ba7;
  border-radius: 0 500px 0 0;
  box-shadow: inset -30px 0px 30px #005594;
  content: '';
  height: 100%;
  right: 2%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 98%;
  z-index: 0;
}
.section-less .arrow_absolute {
  position: absolute;
  max-width: 150px;
}
.section-less .arrow_absolute_1 {
  max-width: 100px;
  transform: rotate(180deg);
  right: 26%;
  bottom: 0;
}
.section-less .arrow_absolute_2 {
  left: -12%;
}
.section-less .arrow_absolute_footer {
  transform: rotate(180deg);
  right: -37px;
  bottom: 15px;
}
.section-less .less-inner {
  color: #1fd9ff;
  font-weight: 400;
  font-size: 27px;
  margin-top: 0;
  padding-top: 100px;
  margin-bottom: 30px;
}
.section-less .less_home {
  background-color: #fff;
  border-radius: 25px;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
  gap: 50px;
  display: flex;
}
.section-less .less_home_left {
  width: 60%;
  padding: 10px 0 0 30px;
}
.section-less .less_home_left h3 {
  color: #006ba7;
  font-family: Myriadpro-bold, Arial, sans-serif;
  padding-left: 25px;
}
.section-less .less_home_right {
  width: 35%;
}
.section-less .less_home_right img {
  height: 100%;
  border-radius: 0 25px 25px 0;
  width: 100%;
  object-fit: cover;
}
.section-less .less_home_list {
  color: #006ba7;
}
.section-less .less_home_list li {
  line-height: 1.4;
}
.section-less .less-content {
  margin-bottom: 40px;
}
.section-less .less-content_list .less-content_header {
  border-radius: 25px;
}
.section-less .less-content_list ul li {
  color: #fff;
  line-height: 1.4;
}
.section-less .less-content_header {
  background-color: #1fd9ff;
  border-radius: 48px;
  position: relative;
  box-shadow: 0px 3px 14px 0px #42445a;
  margin-bottom: 20px;
  padding: 7px 13px 5px 13px;
}
.section-less .less-content_header h3 {
  color: #006ba7;
  text-align: center;
  font-size: 20px;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.section-less .less-content_content {
  padding: 0 20px;
}
.section-less .less-content_content p {
  color: #fff;
  font-family: MyriadPro-Regular, Arial, sans-serif;
  margin-bottom: 40px;
}
.section-less .less-content_big .less-content_header {
  padding: 7px 5px 5px 25px;
}
.section-less .less-content_big .less-content_header h3 {
  font-size: 25px;
  text-align: left;
}
.section-less .less-content_big .less-content_header h3 span {
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
.section-less .less-content_footer {
  background-color: #006ba7;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  border-radius: 15px;
  margin-top: 80px;
  box-shadow: 0px 3px 14px 0px #42445a;
  padding: 7px 7px 5px 7px;
  font-size: 30px;
}
.section-less .less-content_footer p {
  padding: 30px;
}
.section-less .less-content_footer p span {
  font-family: 'scriptorama-markdown-jf';
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .section-segregation.bg-border:before {
    border-radius: 360px 0 0 360px;
    left: 20px;
    width: calc(100% - 20px);
  }
  .section-segregation.bg-border .wrapper {
    padding-left: 100px!important;
  }
  .section-less.bg-border:before {
    border-radius: 0 360px 0 0;
    right: 20px;
    width: calc(100% - 20px);
  }
  .section-new-packshot.bg-border:before {
    border-radius: 0 360px 360px 0;
    right: 20px;
    width: calc(100% - 20px);
  }
  .section-new-packshot.bg-border .wrapper {
    padding-right: 100px!important;
  }
}
@media (max-width: 1300px) {
  .section-saving-challenge .text-wrapper h2 {
    font-size: 45px;
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .section-segregation .icon-with-text-item {
    font-size: 18px;
  }
  .section-new-packshot .wrapper .text-wrapper p br {
    display: none;
  }
  .section-saving-challenge .text-wrapper h2 {
    margin-top: 50px;
  }
  .section-less .arrow_absolute_1 {
    right: 8%;
  }
  .section-less .arrow_absolute_2 {
    left: -14%;
  }
  .section-less .arrow_absolute_footer {
    transform: rotate(180deg);
    right: -37px;
    bottom: 15px;
  }
  .section-less .less-inner {
    font-size: 22px;
  }
  .section-less .less_home_list li {
    font-size: 16px;
  }
  .section-less .less-content_footer p {
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) {
  .section-segregation .icon-with-text-list {
    margin: 30px 0;
  }
  .section-segregation .icon-with-text-item {
    font-size: 16px;
  }
  .section-segregation .icon-with-text-item img {
    max-width: 150px;
  }
  .section-segregation .icon-with-text-item h3 {
    margin: 30px 0 0 0;
    padding: 0 5px;
  }
  .section-new-packshot .wrapper .packshot {
    width: 320px;
  }
  .section-new-packshot .wrapper .text-wrapper {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1023px) {
  .section-less .arrow_absolute_1 {
    display: none;
  }
  .section-less .arrow_absolute_2 {
    display: none;
  }
  .section-less .arrow_absolute_footer {
    display: none;
  }
}
@media (max-width: 960px) {
  .section-less .less-content_content p {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .section-less .less-inner {
    font-size: 22px;
  }
  .section-less .less_home {
    gap: 0;
  }
  .section-less .less_home_right {
    width: 0;
    display: none;
  }
  .section-less .less_home_left {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .section-less .less_home_list li {
    font-size: 16px;
  }
  .section-less .less-content_list .less-content_header h3 {
    font-size: 20px;
  }
  .section-less .less-content_list ul li {
    font-size: 17px;
  }
  .section-less .less-content_footer {
    margin-top: 40px;
    font-size: 20px;
  }
  .section-less .absolute-position {
    max-width: 300px;
  }
}
@media (max-width: 840px) {
  .section-segregation {
    padding: 60px 0 30px 0;
  }
  .section-segregation.bg-border:before {
    border-radius: 200px 0 0 200px;
  }
  .section-segregation.bg-border .wrapper {
    padding-left: 60px!important;
  }
  .section-segregation h2 {
    font-size: 40px;
  }
  .section-segregation .icon-with-text-item {
    width: calc(50% - 20px);
  }
  .section-new-packshot .wrapper .packshot {
    width: 250px;
  }
  .section-new-packshot .wrapper .text-wrapper {
    width: calc(100% - 250px);
  }
  .section-new-packshot .wrapper .text-wrapper h2 {
    font-size: 40px;
  }
  .section-new-packshot .wrapper .text-wrapper h2 small {
    font-size: 26px;
  }
  .section-new-packshot .wrapper .text-wrapper h2 .arrow {
    height: auto;
    left: 24%;
    top: -50px;
    width: 90px;
  }
  .section-new-packshot .wrapper .text-wrapper p {
    font-size: 20px;
  }
  .section-new-packshot.bg-border {
    padding: 100px 0 80px 0;
  }
  .section-new-packshot.bg-border:before {
    border-radius: 0 200px 200px 0;
  }
  .section-new-packshot.bg-border .wrapper {
    padding-right: 60px!important;
  }
  .section-less.bg-border:before {
    border-radius: 0 200px 0 0;
  }
  .section-saving-challenge .text-wrapper h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .section-saving-challenge .text-wrapper p img {
    max-width: 70px;
    padding: 10px;
  }
}
@media (max-width: 720px) {
  .section-new-packshot .wrapper .packshot {
    width: 200px;
  }
  .section-new-packshot .wrapper .text-wrapper {
    width: calc(100% - 200px);
  }
  .section-new-packshot .wrapper .text-wrapper h2 {
    font-size: 28px;
  }
  .section-new-packshot .wrapper .text-wrapper h2 small {
    font-size: 22px;
  }
  .section-new-packshot .wrapper .text-wrapper p {
    font-size: 18px;
  }
  .section-new-packshot.bg-border {
    padding: 80px 0 60px 0;
  }
  .section-new-packshot.bg-border:before {
    border-radius: 0 100px 100px 0;
  }
  .section-new-packshot.bg-border .wrapper {
    padding-right: 50px!important;
  }
  .section-less.bg-border:before {
    border-radius: 0 100px 0 0;
  }
  .section-saving-challenge .wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section-saving-challenge .text-wrapper {
    padding: 10px 0 40px 0;
    width: 100%;
  }
  .section-saving-challenge .text-wrapper p {
    font-size: 24px;
  }
  .section-saving-challenge .text-wrapper h2 {
    font-size: 28px;
  }
  .section-saving-challenge .text-wrapper h2 br {
    display: none;
  }
  .section-saving-challenge .media-wrapper {
    width: 100%;
  }
  .section-saving-challenge .media-wrapper img {
    border-radius: 150px 150px 0 0;
    left: -30px;
    position: relative;
    width: calc(100% + 60px);
  }
}
@media (max-width: 560px) {
  .section-segregation {
    padding: 30px 0 10px 0;
  }
  .section-segregation.bg-border:before {
    border-radius: 0 0 0 100px;
    left: 0;
    width: 100%;
  }
  .section-segregation.bg-border .wrapper {
    padding-left: 30px!important;
  }
  .section-segregation h2 {
    font-size: 32px;
  }
  .section-segregation .icon-with-text-item {
    margin: 20px 0;
    width: 100%;
  }
  .section-segregation .icon-with-text-item h3 {
    margin-top: 20px;
  }
  .section-new-packshot .wrapper {
    flex-wrap: wrap;
  }
  .section-new-packshot .wrapper .packshot {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
  }
  .section-new-packshot .wrapper .text-wrapper {
    width: 100%;
  }
  .section-new-packshot.bg-border {
    padding: 70px 0 50px 0;
  }
  .section-new-packshot.bg-border:before {
    border-radius: 0 100px 0 0;
    right: 0;
    width: 100%;
  }
  .section-new-packshot.bg-border .wrapper {
    padding-right: 30px!important;
  }
  .section-less.bg-border:before {
    border-radius: 0 100px 0 0;
    right: 0;
    width: 100%;
  }
  .section-saving-challenge .media-wrapper img {
    border-radius: 100px 100px 0 0;
  }
}
@media (max-width: 500px) {
  .section-less .less-inner {
    padding-top: 30px;
  }
  .section-less .less-content_header {
    border-radius: 18px;
    padding: 5px;
  }
  .section-less .less-content_header h3 {
    font-size: 19px;
    text-align: center;
  }
  .section-less .less-content_content {
    padding: 0 0 0 10px;
  }
  .section-less .less-content_content p {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .section-less .less_home_left {
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
  .section-less .less_home_left h3 {
    padding-left: 0;
    text-align: center;
  }
  .section-less .less_home_list {
    padding-left: 20px;
  }
  .section-less .less-content_list .less-content_header {
    padding: 5px;
  }
  .section-less .less-content_list .less-content_header h3 {
    text-align: center;
  }
  .section-less .less-content_list ul {
    padding-left: 10px;
  }
  .section-less .less-content_footer {
    margin-top: 40px;
    font-size: 19px;
  }
}
.jubilee-subpage-header {
  position: relative;
}
.jubilee-subpage-header__image {
  position: relative;
}
.jubilee-subpage-header__image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.jubilee-subpage-header__link {
  color: #fff;
  font-family: 'scriptorama-markdown-jf';
  font-size: 70px;
  left: 9%;
  position: absolute;
  top: 180px;
  text-decoration: none;
}
.jubilee-subpage-header__link .jubilee-image {
  display: block;
  height: auto;
  margin: 0 0 5px 0;
  width: 450px;
}
.jubilee-subpage-header__link .arrow {
  display: block;
  height: 35px;
  position: absolute;
  width: 150px;
  right: -40%;
  top: 30%;
}
.jubilee-subpage .text-section {
  background: #1BA7CF;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.jubilee-subpage .text-section p {
  font-family: 'Menco';
  font-size: 24px;
  margin: 20px auto;
  max-width: 1040px;
}
.jubilee-subpage .text-section strong {
  font-family: 'scriptorama-markdown-jf';
  font-size: 45px;
}
.jubilee-subpage .text-section.big {
  padding: 148px 20px;
}
.jubilee-subpage .text-section.big p {
  max-width: 1080px;
}
.jubilee-subpage .text-section.arrows p {
  position: relative;
}
.jubilee-subpage .text-section.arrows .arrow {
  display: block;
  position: absolute;
  width: 144px;
}
.jubilee-subpage .text-section.arrows .arrow.left {
  bottom: -30px;
  height: 35px;
  left: -180px;
  transform: rotate(-35deg);
}
.jubilee-subpage .text-section.arrows .arrow.right {
  bottom: -80px;
  height: 126px;
  right: -180px;
}
.jubilee-subpage .calendar-section {
  background: #0082BA;
  padding: 110px 0;
}
.jubilee-subpage .calendar-section .calendar-media-text {
  align-items: flex-start;
  display: flex;
  margin: 60px 0;
  position: relative;
}
.jubilee-subpage .calendar-section .calendar-media-text.left .calendar-image-wrapper img {
  margin-left: auto;
}
.jubilee-subpage .calendar-section .calendar-media-text.left .calendar-text-wrapper {
  padding-left: 270px;
  padding-right: 20px;
}
.jubilee-subpage .calendar-section .calendar-media-text.right {
  flex-direction: row-reverse;
}
.jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper {
  padding-right: 230px;
  padding-left: 20px;
  text-align: right;
}
.jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper h3,
.jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper p {
  margin-left: auto;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper {
  width: 50%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper img {
  display: block;
  max-width: 100%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper {
  display: block;
  height: auto;
  margin: 10px 0;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper video {
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper .overlay.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper .overlay.cover.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper .overlay.cover:before {
  background: #0082BA;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper .overlay.cover:after {
  background: url('../images/home/play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
  height: 82px;
  left: calc(50% + 5px);
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%) translateY(-50%);
  width: 82px;
  z-index: 3;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper .video-wrapper .overlay.cover:hover:after {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.jubilee-subpage .calendar-section .calendar-media-text .year {
  color: #fff;
  font-family: 'scriptorama-markdown-jf';
  font-size: 200px;
  left: 51%;
  line-height: 0.9;
  position: absolute;
  transform: translateX(-50%);
  top: 15px;
}
.jubilee-subpage .calendar-section .calendar-media-text .year span {
  color: #0082BA;
}
.jubilee-subpage .calendar-section .calendar-media-text .arrow {
  left: 58%;
  position: absolute;
  transform: translateX(-50%) rotate(-45deg);
  top: 56%;
  width: 110px;
  height: 24px;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper {
  color: #fff;
  font-family: 'Menco';
  font-size: 24px;
  padding-top: 15px;
  width: 50%;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper h3,
.jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper p {
  max-width: 570px;
}
.jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper h3 {
  color: #FEC82E;
  font-family: 'scriptorama-markdown-jf';
  font-size: 45px;
}
@media (max-width: 1800px) {
  .jubilee-subpage-header__link {
    font-size: 65px;
  }
  .jubilee-subpage-header__link .jubilee-image {
    width: 350px;
  }
  .jubilee-subpage-header__link .arrow {
    top: 25%;
  }
}
@media (max-width: 1500px) {
  .jubilee-subpage-header__link {
    font-size: 55px;
    left: 6%;
    top: 10%;
  }
  .jubilee-subpage-header__link .arrow {
    right: -45%;
  }
  .jubilee-subpage .calendar-section {
    padding: 80px 0;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.left .calendar-text-wrapper {
    padding-left: 190px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper {
    padding-right: 160px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .year {
    font-size: 140px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .arrow {
    top: 40%;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper {
    font-size: 20px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper h3 {
    font-size: 40px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(1) .calendar-image-wrapper img {
    margin-top: -80px !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(9) .calendar-image-wrapper img {
    margin-right: -4.5% !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(12) .calendar-image-wrapper .video-wrapper {
    margin-top: 160px!important;
    margin-left: -140px !important;
  }
}
@media (max-width: 1200px) {
  .jubilee-subpage-header__link {
    font-size: 40px;
    left: 6%;
    top: 10%;
  }
  .jubilee-subpage-header__link .arrow {
    width: 100px;
    height: 23px;
  }
  .jubilee-subpage-header__link .jubilee-image {
    width: 260px;
  }
  .jubilee-subpage .text-section.arrows .arrow {
    width: 100px;
  }
  .jubilee-subpage .text-section.arrows .arrow.left {
    bottom: -20px;
    height: 23px;
    left: -110px;
  }
  .jubilee-subpage .text-section.arrows .arrow.right {
    bottom: -50px;
    height: 84px;
    right: -110px;
  }
}
@media (max-width: 1100px) {
  .jubilee-subpage .text-section.big {
    padding: 100px 20px;
  }
  .jubilee-subpage .text-section.arrows .arrow.left {
    bottom: 0;
    left: 0;
  }
  .jubilee-subpage .text-section.arrows .arrow.right {
    bottom: -20px;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .jubilee-subpage-header__link {
    font-size: 32px;
  }
  .jubilee-subpage-header__link .arrow {
    height: 19px;
    width: 80px;
  }
  .jubilee-subpage-header__link .jubilee-image {
    width: 210px;
  }
  .jubilee-subpage .calendar-section {
    padding: 80px 0;
  }
  .jubilee-subpage .calendar-section .calendar-media-text {
    margin: 30px 0;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.left .calendar-text-wrapper {
    padding-left: 120px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper {
    padding-right: 100px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .year {
    font-size: 80px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .arrow {
    top: 40%;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper {
    font-size: 18px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper h3 {
    font-size: 30px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(1) .calendar-image-wrapper img {
    margin-top: -50px !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(5) .calendar-image-wrapper img {
    margin-right: -2% !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(6) .calendar-image-wrapper img {
    margin-left: 2.5% !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(9) .calendar-image-wrapper img {
    margin-right: -4% !important;
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(12) .calendar-image-wrapper .video-wrapper {
    margin-top: 100px!important;
    margin-left: -80px !important;
  }
}
@media (max-width: 840px) {
  .jubilee-subpage .text-section {
    padding: 40px 20px;
  }
  .jubilee-subpage .text-section.big {
    padding: 80px 20px;
  }
  .jubilee-subpage .calendar-section {
    padding: 30px 0;
  }
  .jubilee-subpage .calendar-section .calendar-media-text {
    flex-wrap: wrap;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.left .calendar-text-wrapper {
    padding-left: 20px;
  }
  .jubilee-subpage .calendar-section .calendar-media-text.right .calendar-text-wrapper {
    padding-right: 20px;
    text-align: center;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .year {
    font-size: 80px;
    left: 50%;
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .year span {
    color: #fff;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .arrow {
    display: none;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper {
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper h3,
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-text-wrapper p {
    margin: 0 auto;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper {
    width: 100%;
  }
  .jubilee-subpage .calendar-section .calendar-media-text .calendar-image-wrapper img {
    margin: 0 auto 30px auto;
    max-width: 560px;
    width: calc(100% - 40px);
  }
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(1) .calendar-image-wrapper img,
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(5) .calendar-image-wrapper img,
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(6) .calendar-image-wrapper img,
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(9) .calendar-image-wrapper img,
  .jubilee-subpage .calendar-section .calendar-media-text:nth-of-type(12) .calendar-image-wrapper .video-wrapper {
    margin: 0 auto 30px auto!important;
  }
}
@media (max-width: 720px) {
  .jubilee-subpage-header__link {
    font-size: 26px;
  }
  .jubilee-subpage-header__link .jubilee-image {
    width: 150px;
  }
  .jubilee-subpage .text-section strong {
    font-size: 40px;
  }
  .jubilee-subpage .text-section.arrows .arrow.left {
    left: -50px;
  }
  .jubilee-subpage .text-section.arrows .arrow.right {
    right: -50px;
  }
}
@media (max-width: 560px) {
  .jubilee-subpage-header__image {
    height: 280px;
  }
  .jubilee-subpage-header__image img {
    object-fit: cover;
  }
  .jubilee-subpage-header__link {
    font-size: 18px;
    left: 15px;
  }
  .jubilee-subpage-header__link .arrow {
    height: 15px;
    width: 60px;
    right: -68%;
  }
  .jubilee-subpage-header__link .jubilee-image {
    width: 100px;
  }
  .jubilee-subpage .text-section {
    padding: 30px 20px;
  }
  .jubilee-subpage .text-section strong {
    font-size: 26px;
  }
  .jubilee-subpage .text-section.big {
    padding: 50px 20px;
  }
  .jubilee-subpage .text-section.big strong {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .jubilee-subpage .text-section.arrows .arrow {
    display: none;
  }
}
@media (max-width: 400px) {
  .jubilee-subpage-header__link {
    left: 15px;
  }
  .jubilee-subpage-header__link .arrow {
    display: none;
  }
}
#oszczedzanie {
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
.oszczedzanie-subpage .text-section-with-image-left {
  background: #f5f5f5;
  padding: 60px 0;
}
.oszczedzanie-subpage .text-section-with-image-left .wrapper {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 35px;
  position: relative;
}
.oszczedzanie-subpage .text-section-with-image-left .wrapper .deco-underline {
  color: #ff9600;
  display: inline-block;
  font-family: 'scriptorama-markdown-jf';
  font-size: 45px;
  margin: 10px 0 60px 0;
  position: relative;
}
.oszczedzanie-subpage .text-section-with-image-left .wrapper .deco-underline:after {
  background-image: url(../images/oszczedzanie/underline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: auto;
  left: 50%;
  padding-bottom: 20%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 115%;
}
.oszczedzanie-subpage .text-section-with-image-left .wrapper .desc {
  padding-left: 18%;
}
.oszczedzanie-subpage .text-section-with-image-left .wrapper .image-left {
  display: block;
  height: 500px;
  left: -14%;
  position: absolute;
  top: -140px;
  width: 340px;
}
.oszczedzanie-subpage .section_fast_buy {
  background-color: #e4e4e4;
  padding: 150px 0 50px 0;
}
.oszczedzanie-subpage .section_fast_buy .wrapper {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
  max-width: 2430px;
}
.oszczedzanie-subpage .section_fast_buy h2,
.oszczedzanie-subpage .section_fast_buy h3 {
  font-size: 70px;
  font-weight: 700;
  font-family: 'scriptorama-markdown-jf';
}
.oszczedzanie-subpage .section_fast_buy h2 {
  color: #ff9600;
}
.oszczedzanie-subpage .section_fast_buy h3 {
  color: #5d5d5d;
  margin-bottom: 30px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_inner {
  font-size: 30px;
  font-family: Myriadpro-bold, Arial, sans-serif;
  color: #5d5d5d;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_flex {
  align-items: flex-start;
  display: flex;
  margin-top: 60px;
  gap: 80px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_left {
  width: 60%;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content {
  padding: 0;
  margin-top: 40px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content li {
  display: block;
  margin-bottom: 40px;
  font-size: 25px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content li:last-child {
  margin-bottom: 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content li span {
  text-transform: none;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_right {
  width: 40%;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list {
  padding-left: 0;
  list-style: none;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list li {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list li img {
  max-width: 140px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list li p {
  font-size: 25px;
  margin: 20px 0 0 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list li p span {
  color: #ff9600;
  font-size: 27px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_list_header {
  font-size: 25px;
  margin: 0 0 80px 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_image {
  background: #fff;
  border-radius: 55px 55px 0 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_image img {
  object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 55px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header {
  background-color: #fff;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header small,
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
  text-transform: uppercase;
  color: #ff9600;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header small {
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 35px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
  font-family: 'scriptorama-markdown-jf';
  font-size: 40px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h4,
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header p,
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
  color: #5d5d5d;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h4 {
  margin: 30px 0 0 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul {
  color: #ff9600;
  margin: 10px 0 30px 0;
  padding-left: 20px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul li {
  line-height: 1.4;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul li p {
  padding: 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header p {
  padding: 0 0 110px 0;
  margin: 0;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header,
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer {
  padding: 30px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer {
  background: #ff9600;
  border-radius: 55px;
  position: relative;
  margin-top: -100px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p:first-child {
  margin-bottom: 50px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_autor {
  border-top: 1px solid #191819;
  padding: 50px 0 50px 30px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_autor img {
  max-width: 120px;
  padding: 25px;
  background: #ff9600;
  border-radius: 50%;
}
.oszczedzanie-subpage .section_fast_buy .fast_buy_autor p {
  color: #191819;
  text-transform: uppercase;
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
}
.oszczedzanie-subpage .recipe-accordion-list {
  list-style: none;
  margin: 0;
  padding: 0 35px;
}
.oszczedzanie-subpage .recipe-accordion-item {
  margin: 0;
  padding: 40px 0;
  position: relative;
}
.oszczedzanie-subpage .recipe-accordion-item:before {
  background: #c2e2f4;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}
.oszczedzanie-subpage .recipe-accordion-title {
  align-items: center;
  display: flex;
  font-family: 'scriptorama-markdown-jf';
  font-size: 45px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.oszczedzanie-subpage .recipe-accordion-title .icon.icon--arrow {
  background-image: url(../images/oszczedzanie/btn-arrow-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  height: 40px;
  margin-right: 25px;
  width: 40px;
}
.oszczedzanie-subpage .recipe-accordion-title.active .icon.icon--arrow {
  transform: rotate(90deg);
}
.oszczedzanie-subpage .recipe-accordion-content {
  position: relative;
  z-index: 1;
}
.oszczedzanie-subpage .recipe-accordion-content > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.oszczedzanie-subpage .recipe-block {
  margin: 30px;
  width: calc((100% / 3) - 60px);
}
.oszczedzanie-subpage .recipe-block__image {
  border-radius: 33px;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.oszczedzanie-subpage .recipe-block__image img {
  display: block;
  height: auto;
  max-height: 326px;
  object-fit: cover;
  width: 100%;
}
.oszczedzanie-subpage .recipe-block__image .cost {
  background: #ff9600;
  border-radius: 0 33px 0 0;
  bottom: 0;
  color: #fff;
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 60px;
  left: 0;
  line-height: 1;
  padding: 15px 30px;
  position: absolute;
  width: 210px;
}
.oszczedzanie-subpage .recipe-block__image .cost small {
  display: block;
  font-size: 20px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper {
  background: #f5f5f5;
  border-radius: 0 0 33px 33px;
  margin-top: -35px;
  padding: 75px 40px 0 40px;
  position: relative;
  z-index: 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper.is-open {
  padding: 75px 40px 140px 40px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper.is-open .expand-text-visible {
  max-width: 100%;
  padding-bottom: 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper.is-open .expand-text-visible .hidden {
  display: inline;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .uc {
  color: #ff9600;
  font-size: 22px;
  font-family: MyriadPro-Semibold, Arial, sans-serif;
  text-transform: uppercase;
}
.oszczedzanie-subpage .recipe-block__text-wrapper h2 {
  font-family: 'scriptorama-markdown-jf';
  font-size: 30px;
  line-height: 1.2;
  margin: 5px 0 30px 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text {
  overflow: hidden;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text h3,
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text p {
  font-size: 20px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text ul li {
  padding-left: 18px;
  position: relative;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text ul li:before {
  background: #ff9600;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  top: 8px;
  position: absolute;
  width: 4px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text p + ul {
  margin-top: -15px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text-visible {
  margin: 5px 0 0 0;
  max-width: 100%;
  padding-bottom: 140px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text-visible .hidden {
  display: none;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text-visible h3 + p {
  margin-top: 5px;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__inner h3 {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__inner h3 + p {
  padding-top: 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__inner p {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__link {
  background: #ff9600;
  border: 2px solid #ff9600;
  border-radius: 50px;
  bottom: 45px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: MyriadPro-Semibold, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  left: 50%;
  outline: none;
  margin: 0;
  padding: 12px 50px 11px 50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: background 0.25s ease-in, color 0.25s ease-in-out;
  max-width: 200px;
  width: 100%;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__link:hover {
  background: #fff;
  color: #ff9600;
}
.oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__link--open {
  bottom: 30px;
  right: 30px;
}
@media (max-width: 1700px) {
  .oszczedzanie-subpage .section_fast_buy {
    padding: 100px 0 50px 0;
  }
  .oszczedzanie-subpage .section_fast_buy h2,
  .oszczedzanie-subpage .section_fast_buy h3 {
    font-size: 50px;
  }
  .oszczedzanie-subpage .section_fast_buy h3 {
    margin-bottom: 15px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_inner {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_flex {
    margin-top: 30px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content li {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list_header {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li {
    gap: 25px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li img {
    max-width: 100px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li p {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li p span {
    font-size: 22px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header small {
    font-size: 25px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
    font-size: 30px;
  }
}
@media (max-width: 1500px) {
  .oszczedzanie-subpage .text-section-with-image-left {
    padding: 60px 0 0 0;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper {
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .image-left {
    left: 0;
    margin-top: -140px;
    margin-left: -60px;
    position: relative;
    top: 0;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .desc {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .oszczedzanie-subpage .recipe-accordion-title {
    padding-left: 10px;
  }
  .oszczedzanie-subpage .recipe-block {
    font-size: 18px;
    margin: 10px;
    width: calc((100% / 3) - 20px);
  }
  .oszczedzanie-subpage .recipe-block__image .cost {
    font-size: 50px;
    padding: 15px 35px;
    width: auto;
  }
  .oszczedzanie-subpage .recipe-block__image .cost small {
    font-size: 16px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper {
    padding: 75px 30px 0 30px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper.is-open {
    padding: 75px 30px 140px 30px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .uc {
    font-size: 20px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper h2 {
    font-size: 22px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text h3,
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .oszczedzanie-subpage .recipe-accordion-title {
    font-size: 32px;
    padding-left: 5px;
  }
  .oszczedzanie-subpage .recipe-block {
    font-size: 16px;
    margin: 10px 5px;
    width: calc((100% / 3) - 10px);
  }
  .oszczedzanie-subpage .recipe-block__image .cost {
    font-size: 40px;
    padding: 12px 30px;
    width: auto;
  }
  .oszczedzanie-subpage .recipe-block__image .cost small {
    font-size: 14px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper {
    padding: 65px 20px 0 20px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text-visible {
    padding-bottom: 90px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text__link {
    bottom: 25px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper.is-open {
    padding: 65px 20px 90px 20px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .uc {
    font-size: 18px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper h2 {
    font-size: 20px;
  }
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text h3,
  .oszczedzanie-subpage .recipe-block__text-wrapper .expand-text p {
    font-size: 16px;
  }
  .oszczedzanie-subpage .section_fast_buy h2,
  .oszczedzanie-subpage .section_fast_buy h3 {
    font-size: 35px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_inner {
    max-width: 100%;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_flex {
    gap: 40px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_left .additional_content li {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list_header {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li img {
    max-width: 80px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li p span {
    margin-bottom: 5px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header small {
    font-size: 25px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
    font-size: 30px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h4 {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul li p {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_autor {
    padding: 30px 0 30px 30px;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .oszczedzanie-subpage .text-section-with-image-left {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 780px) {
  .oszczedzanie-subpage .text-section-with-image-left {
    padding: 40px 0;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .image-left {
    height: 368px;
    margin-top: -90px;
    width: 250px;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .deco-underline {
    font-size: 40px;
  }
  .oszczedzanie-subpage .section_fast_buy {
    padding: 30px 0;
  }
  .oszczedzanie-subpage .section_fast_buy h2,
  .oszczedzanie-subpage .section_fast_buy h3 {
    font-size: 25px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_inner {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_flex {
    gap: 10px;
    flex-direction: column;
    margin-top: 15px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_left,
  .oszczedzanie-subpage .section_fast_buy .fast_buy_right {
    width: 100%;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list_header {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li img {
    flex: 0 0 auto;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li p {
    margin: 0;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header small {
    font-size: 25px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h3 {
    font-size: 30px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header h4 {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul li p {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p {
    font-size: 18px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_autor {
    padding: 30px 0 30px 30px;
    margin-top: 30px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_autor img {
    max-width: 80px;
    padding: 15px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_autor p {
    font-size: 18px;
  }
  .oszczedzanie-subpage .recipe-accordion-title {
    font-size: 24px;
  }
  .oszczedzanie-subpage .recipe-accordion-title .icon.icon--arrow {
    height: 30px;
    margin-right: 15px;
    width: 30px;
  }
  .oszczedzanie-subpage .recipe-accordion-content > div {
    justify-content: center;
  }
  .oszczedzanie-subpage .recipe-block {
    margin: 15px 0;
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .oszczedzanie-subpage .text-section-with-image-left {
    padding: 40px 0;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .image-left {
    height: 250px;
    margin-top: 20px;
    width: 170px;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .desc {
    font-size: 18px;
  }
  .oszczedzanie-subpage .text-section-with-image-left .wrapper .deco-underline {
    font-size: 30px;
  }
  .oszczedzanie-subpage .section_fast_buy h2,
  .oszczedzanie-subpage .section_fast_buy h3 {
    font-size: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .wrapper {
    padding: 0 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list_header {
    font-size: 16px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_list li {
    align-items: center;
    flex-direction: column;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header p {
    font-size: 16px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_header ul li p {
    font-size: 16px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer {
    padding: 20px 15px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p {
    font-size: 16px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_recipe_footer p:first-child {
    margin-bottom: 20px;
  }
  .oszczedzanie-subpage .section_fast_buy .fast_buy_autor {
    align-items: center;
    padding: 20px;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .oszczedzanie-subpage .recipe-accordion-list {
    padding: 0 25px;
  }
}
.autor_name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
}
.autor_name.position {
  position: absolute;
  top: -30px;
  left: 60px;
  z-index: 22;
}
.autor_name.position_tab {
  position: absolute;
  top: -40px;
  left: 20px;
  z-index: 22;
}
.autor_name em {
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
}
.autor_name img {
  max-width: 60px;
  padding: 8px;
  border-radius: 50%;
}
.autor_name.ttu em {
  text-transform: uppercase;
}
.autor_name.t-black em {
  color: #000;
}
.autor_name.t-white em {
  color: #fff;
}
.autor_name.orange img {
  background: #ff9600;
}
.autor_name.light-blue img {
  background: #5bafe1;
}
.laczysmaki-subpage .wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.laczysmaki-subpage .mb-15 {
  margin-bottom: 15px!important;
}
.laczysmaki-subpage .dots {
  margin-bottom: 20px;
  list-style: none;
  line-height: 1.5;
  padding: 0;
}
.laczysmaki-subpage .dots.pl-15 {
  padding-left: 15px;
}
.laczysmaki-subpage .dots li {
  position: relative;
  font-size: 16px;
  font-family: MyriadPro-Regular, Arial, sans-serif;
  padding-left: 15px;
}
.laczysmaki-subpage .dots li::before {
  background: #ff9600;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  top: 8px;
  position: absolute;
  width: 4px;
}
.laczysmaki-subpage .numbers {
  list-style: none;
  padding: 0;
  line-height: 1.5;
}
.laczysmaki-subpage .numbers li {
  font-size: 16px;
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
.laczysmaki-subpage .numbers li span {
  color: #ff9600;
  padding-right: 10px;
}
.laczysmaki-subpage img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.laczysmaki-subpage .deco_element {
  position: absolute;
  top: -50px;
  width: 100%;
  z-index: -1;
}
.laczysmaki-subpage .deco_element img {
  width: 1600px;
}
.laczysmaki-subpage div.blue_information_box {
  background-color: #4babd1;
  border-radius: 30px;
  padding: 30px 20px 10px;
  margin-top: 30px;
}
.laczysmaki-subpage div.blue_information_box.full_width {
  margin-bottom: 50px;
  padding: 40px 50px;
}
.laczysmaki-subpage div.blue_information_box.full_width h5 {
  color: #fff;
  font-family: 'scriptorama-markdown-jf';
  font-size: 36px;
  margin: 0 0 0 0;
}
.laczysmaki-subpage div.blue_information_box.full_width p {
  font-family: MyriadPro-Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.laczysmaki-subpage div.blue_information_box.full_width p:first-of-type {
  margin-bottom: 0px;
}
.laczysmaki-subpage div.blue_information_box p {
  color: #fff;
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 18px;
}
.laczysmaki-subpage div.blue_information_box p:first-of-type {
  margin-bottom: 20px;
}
.laczysmaki-subpage .sector_tabs {
  margin: 20px 0 150px;
}
.laczysmaki-subpage .sector_tab {
  border-bottom: 2px solid #333333;
  padding: 30px 0;
}
.laczysmaki-subpage .sector_tab_1 {
  border-top: 2px solid #333333;
}
.laczysmaki-subpage .sector_tab_content {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
.laczysmaki-subpage .sector_tab_content_text {
  padding: 70px 150px 30px 100px;
}
.laczysmaki-subpage .sector_tab_content_text h2 {
  color: #ff9600;
  font-family: 'scriptorama-markdown-jf';
  font-size: 36px;
  margin: 0 0 50px 0;
}
.laczysmaki-subpage .sector_tab_content_text .readmore_recipe {
  background: none;
  border: none;
  border-radius: 22px;
  bottom: 40px;
  position: absolute;
  background-color: #ff9600;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-family: Myriadpro-bold, Arial, sans-serif;
  line-height: 45px;
  font-weight: 700;
  height: 45px;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 270px;
  width: 100%;
}
.laczysmaki-subpage .sector_tab_content_text .readmore_recipe:hover {
  opacity: 0.7;
}
.laczysmaki-subpage .sector_tab_content_img {
  flex: 0 0 auto;
}
.laczysmaki-subpage .sector_tab_content_img img {
  max-width: 430px;
  border-radius: 20px;
}
.laczysmaki-subpage .sector_tab.active .sector_tab_hide_content {
  max-height: 9999px;
  margin-top: 30px;
}
.laczysmaki-subpage .sector_tab_hide_content {
  max-height: 0;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
.laczysmaki-subpage .sector_autor_recommend .litle_breadcumcs_info {
  font-size: 18px;
  font-family: Myriadpro-bold, Arial, sans-serif;
  margin: 0 0 60px 0;
}
.laczysmaki-subpage .sector_autor_recommend .litle_breadcumcs_info .orange {
  color: #ff9600;
}
.laczysmaki-subpage .sector_autor_recommend_content {
  border-radius: 30px;
  display: flex;
  position: relative;
}
.laczysmaki-subpage .sector_autor_recommend_content_article {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  padding: 100px 150px 30px 150px;
}
.laczysmaki-subpage .sector_autor_recommend_content_article.soup {
  background-image: url(../images/laczysmaki/zupa_deco.png);
}
.laczysmaki-subpage .sector_autor_recommend_content_article.strawberry {
  background-image: url(../images/laczysmaki/truskawka_deco.png);
}
.laczysmaki-subpage .sector_autor_recommend_content_article.piernik {
  background-image: url(../images/laczysmaki/pierniki_deco.jpg);
}
.laczysmaki-subpage .sector_autor_recommend_content_article.keks {
  background-image: url(../images/laczysmaki/keks_deco.jpg);
}
.laczysmaki-subpage .sector_autor_recommend_content_article h2 {
  color: #ff9600;
  font-family: 'scriptorama-markdown-jf';
  font-size: 38px;
  margin-bottom: 15px;
}
.laczysmaki-subpage .sector_autor_recommend_content_article h3,
.laczysmaki-subpage .sector_autor_recommend_content_article p {
  color: #fff;
}
.laczysmaki-subpage .sector_autor_recommend_content_article h3 {
  font-size: 18px;
  margin: 0;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.laczysmaki-subpage .sector_autor_recommend_content_article p {
  font-size: 16px;
  font-family: MyriadPro-Regular, Arial, sans-serif;
  line-height: 1.4;
}
.laczysmaki-subpage .sector_autor_recommend_content_image {
  width: 100%;
  max-width: 390px;
  border-radius: 0 30px 30px 0;
  flex: 0 0 auto;
}
.laczysmaki-subpage .sector_autor_recommend_content_image img {
  border-radius: 0 30px 30px 0;
}
.laczysmaki-subpage .sector_recipe {
  margin: 70px 0 0 0;
}
.laczysmaki-subpage .sector_recipe.extra_top_padding .sector_recipe_container {
  padding-top: 20px;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_inner {
  color: #ff9600;
  margin-bottom: 20px;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_flex_right img {
  margin-bottom: 30px;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_flex_right .numbers {
  margin: 5px 0 30px 0;
  display: block;
  line-height: 1.5;
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_flex_right .numbers li {
  align-items: flex-start;
  font-size: 16px;
  width: calc(100%) !important;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_flex_left .with_border {
  border-bottom: none;
  padding-bottom: 0;
}
.laczysmaki-subpage .sector_recipe-with_list .sector_recipe_flex_left ul {
  margin: 5px 0 20px 0;
}
.laczysmaki-subpage .sector_recipe_inner {
  font-size: 16px;
  margin: 0;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.laczysmaki-subpage .sector_recipe_container {
  border-top: 2px solid #ff9600;
}
.laczysmaki-subpage .sector_recipe_container h2 {
  font-family: 'scriptorama-markdown-jf';
  font-size: 36px;
  color: #ff9600;
  text-transform: uppercase;
  margin: 20px 0 60px 10px;
}
.laczysmaki-subpage .sector_recipe_flex {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
}
.laczysmaki-subpage .sector_recipe_flex .with_border {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  padding-left: 15px;
  border-bottom: 1px solid #c1c1c1;
}
.laczysmaki-subpage .sector_recipe_flex_left {
  max-width: 450px;
  flex: 0 0 auto;
  width: 100%;
}
.laczysmaki-subpage .sector_recipe_flex_left_list {
  margin: 0 10px;
  box-shadow: 10px 5px 15px 5px rgba(0, 0, 0, 0.41);
  border-radius: 30px;
}
.laczysmaki-subpage .sector_recipe_flex_left_list_padding {
  padding: 15px;
}
.laczysmaki-subpage .sector_recipe_flex_left_list p {
  border-radius: 30px 30px 0 0;
  background: #ff9600;
  color: #fff;
  margin: 0;
  font-family: Myriadpro-bold, Arial, sans-serif;
  padding: 20px 20px 20px 30px;
}
.laczysmaki-subpage .sector_recipe_flex_right {
  width: 70%;
}
.laczysmaki-subpage .sector_recipe_flex_right ul {
  align-items: center;
  padding: 0;
  list-style: none;
  display: flex;
}
.laczysmaki-subpage .sector_recipe_flex_right ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: calc(100% / 3);
}
.laczysmaki-subpage .sector_recipe_flex_right ul li img {
  margin-right: 15px;
  max-width: 25px;
  font-family: Myriadpro-bold, Arial, sans-serif;
  font-size: 18px;
}
.laczysmaki-subpage .sector_recipe_flex_right ul li span {
  color: #ff9600;
  margin-left: 10px;
}
.laczysmaki-subpage .sector_recipe_flex_right p {
  font-family: MyriadPro-Regular, Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 0 30px 0;
}
.laczysmaki-subpage .sector_recipe_flex_right p:last-of-type {
  margin: 0 0 0 0;
}
.laczysmaki-subpage .sector_product_block {
  margin: 50px 0;
}
.laczysmaki-subpage .sector_product_block_with_lists {
  position: relative;
}
.laczysmaki-subpage .sector_product_block_with_lists h3 {
  color: #ff9600;
  font-family: 'scriptorama-markdown-jf';
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto 60px;
  max-width: 1000px;
}
.laczysmaki-subpage .sector_product_block_with_lists .sector_product_block_list {
  gap: 20px;
}
.laczysmaki-subpage .sector_product_block_with_lists .sector_product_block_list .sector_product_block_item_image img {
  max-height: 200px;
}
.laczysmaki-subpage .sector_product_block_with_lists .sector_product_block_list .sector_product_block_item_content .header_list {
  color: #ff9600;
  font-size: 18px;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
.laczysmaki-subpage .sector_product_block_list {
  align-items: baseline;
  gap: 40px;
  display: flex;
  padding: 0;
  list-style: none;
}
.laczysmaki-subpage .sector_product_block_item {
  width: calc(100% / 3 - 10px);
}
.laczysmaki-subpage .sector_product_block_item_image img {
  max-height: 380px;
  object-fit: contain;
}
.laczysmaki-subpage .sector_product_block_item_content.height_vlock {
  height: 300px;
}
.laczysmaki-subpage .sector_product_block_item_content h4 {
  border-radius: 30px;
  background-color: #ff9600;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 10px 5px 20px;
}
.laczysmaki-subpage .sector_product_block_item_content p {
  font-family: MyriadPro-Regular, Arial, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 5px 0;
}
.laczysmaki-subpage .sector_product_block_recipe {
  margin-top: 70px;
}
.laczysmaki-subpage .sector_product_block_recipe_image {
  margin-bottom: 20px;
}
.laczysmaki-subpage .sector_product_block_recipe_image img {
  border-radius: 30px;
}
.laczysmaki-subpage .sector_product_block_recipe_header {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.laczysmaki-subpage .sector_product_block_recipe_header span,
.laczysmaki-subpage .sector_product_block_recipe_header p {
  font-size: 26px;
}
.laczysmaki-subpage .sector_product_block_recipe_header span {
  display: block;
  font-family: MyriadPro-Regular, Arial, sans-serif;
}
.laczysmaki-subpage .sector_product_block_recipe_header p {
  color: #ff9600;
  font-family: Myriadpro-bold, Arial, sans-serif;
  margin: 0;
}
.laczysmaki-subpage .sector_product_block_recipe_content .list_inner {
  margin-bottom: 7px;
  display: block;
  font-size: 16px;
  font-family: Myriadpro-bold, Arial, sans-serif;
}
@media all and (max-width: 1600px) {
  .laczysmaki-subpage .deco_element {
    width: 102%;
    top: -40px;
  }
  .laczysmaki-subpage .deco_element img {
    width: 100%;
  }
}
@media all and (max-width: 1440px) {
  .laczysmaki-subpage .sector_recipe_flex_right ul {
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .laczysmaki-subpage .sector_recipe_flex_right ul li {
    width: calc(100% / 2);
  }
  .laczysmaki-subpage .sector_tab_content_text {
    padding: 90px 20px 30px 70px;
  }
}
@media all and (max-width: 1350px) {
  .laczysmaki-subpage .sector_autor_recommend_content_article {
    padding: 90px 70px 0px 70px;
  }
}
@media all and (max-width: 1200px) {
  .laczysmaki-subpage .sector_product_block_item_content.height_vlock {
    height: 350px;
  }
  .laczysmaki-subpage .deco_element {
    top: 20px;
  }
}
@media all and (max-width: 1130px) {
  .autor_name.position {
    top: -35px;
    left: 30px;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_article {
    padding: 80px 20px 0px 20px;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_article h2 {
    font-size: 28px;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_article h3 {
    font-size: 16px;
  }
  .laczysmaki-subpage .sector_product_block_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .laczysmaki-subpage .sector_product_block_item {
    width: calc(100% / 2 - 20px);
  }
  .laczysmaki-subpage .sector_product_block_item:last-child {
    width: 100%;
  }
  .laczysmaki-subpage .sector_product_block_item_content.height_vlock {
    height: auto;
  }
  .laczysmaki-subpage .sector_recipe_flex_right ul li {
    width: calc(100%);
  }
  .laczysmaki-subpage .sector_tab_content_text {
    padding: 90px 20px 30px 70px;
  }
  .laczysmaki-subpage .sector_tab_content_text h2 {
    font-size: 30px;
  }
  .laczysmaki-subpage .deco_element {
    width: 100%;
    top: 60px;
  }
}
@media all and (max-width: 1023px) {
  .laczysmaki-subpage .sector_autor_recommend .litle_breadcumcs_info {
    margin: 0 0 35px 0;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_image {
    max-width: 250px;
  }
  .laczysmaki-subpage .sector_recipe_container h2 {
    font-size: 26px;
    margin: 20px 0 30px 0;
  }
  .laczysmaki-subpage .sector_recipe_flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .laczysmaki-subpage .sector_recipe_flex_left_list {
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.41);
  }
  .laczysmaki-subpage .sector_recipe_flex_left,
  .laczysmaki-subpage .sector_recipe_flex_right {
    max-width: 100%;
    flex: 1 1 auto;
    width: 100%;
  }
}
@media all and (max-width: 950px) {
  .autor_name.position_tab {
    position: relative;
    top: 0;
    left: 0;
  }
  .laczysmaki-subpage .sector_product_block_item_content h4 {
    font-size: 22px;
  }
  .laczysmaki-subpage .sector_product_block_with_lists h3 {
    font-size: 22px;
  }
  .laczysmaki-subpage .sector_tab_content {
    align-items: center;
  }
  .laczysmaki-subpage .sector_tab_content_img {
    flex: 1 1 auto;
  }
  .laczysmaki-subpage .sector_tab_content_text {
    max-width: 50%;
    padding: 20px;
  }
  .laczysmaki-subpage .sector_tab_content_text .readmore_recipe {
    bottom: 20px;
    position: relative;
  }
  .laczysmaki-subpage .deco_element {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .autor_name {
    margin: 0 0 20px 0;
  }
  .autor_name.position {
    position: relative;
    left: 0;
    top: 0;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_article {
    border-radius: 30px;
    padding: 20px;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_image {
    display: none;
  }
  .laczysmaki-subpage div.blue_information_box.full_width {
    padding: 20px;
  }
  .laczysmaki-subpage div.blue_information_box.full_width h5 {
    font-size: 26px;
  }
  .laczysmaki-subpage .sector_product_block_item {
    width: calc(100%);
  }
  .laczysmaki-subpage .sector_product_block_recipe {
    margin-top: 30px;
  }
  .laczysmaki-subpage .sector_tab_content {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .laczysmaki-subpage .sector_tab_content_text {
    max-width: 100%;
    padding: 20px 0;
  }
  .laczysmaki-subpage .sector_tab_content_img {
    margin: 0 auto;
  }
}
@media all and (max-width: 426px) {
  .laczysmaki-subpage .sector_autor_recommend .litle_breadcumcs_info {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .laczysmaki-subpage .sector_autor_recommend_content_article {
    padding: 10px;
  }
  .laczysmaki-subpage .sector_recipe {
    margin: 30px 0;
  }
  .laczysmaki-subpage .sector_recipe_container h2 {
    font-size: 20px;
  }
  .laczysmaki-subpage .sector_recipe_flex_right ul {
    row-gap: 10px;
  }
  .laczysmaki-subpage .sector_recipe_flex_right ul li {
    font-size: 15px;
  }
}
@media all and (max-width: 330px) {
  .laczysmaki-subpage .sector_autor_recommend .litle_breadcumcs_info {
    font-size: 13px;
  }
}
.cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  overflow: auto;
  max-height: 100%;
  display: none;
  color: #000;
  background-color: #fff;
  z-index: 99999;
  font-weight: normal;
  font-family: MyriadProRegular;
}
.cookies .cookie-btn {
  border: 2px solid #F49B26;
  background: #F49B26;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  outline: 0;
  line-height: 75%;
  padding: 8px 14px 8px;
  min-width: 0;
  margin: 0 10px;
}
.cookies .cookie-btn.outline {
  border: 2px solid transparent;
  background-color: transparent;
  color: #000;
}
.cookies p {
  font-size: 15px;
  margin: 5px 0 15px;
  padding: 0;
  text-align: justify;
}
.cookies > div {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px;
}
.cookies_content {
  align-items: center;
  min-height: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.cookies_settings {
  align-items: center;
  min-height: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.cookies_settings.hidden {
  visibility: hidden;
  position: fixed;
}
.cookies_settings-consents > div {
  margin-bottom: 25px;
}
.cookies_settings-consents .checkbox {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  width: 100%;
  max-width: 1100px;
  color: #000;
}
.cookies_settings-consents .checkbox span {
  margin-left: 5px;
  padding: 0 10px;
  color: inherit;
}
.cookies_settings-consents .checkbox input {
  height: 25px;
  width: 25px;
  margin-top: 4px;
  appearance: none;
  border: 2px solid #000;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
  background-image: none;
}
.cookies_settings-consents .checkbox input:active {
  border: 2px solid #000;
}
.cookies_settings-consents .checkbox input:checked {
  border: 2px solid #000;
  background-color: transparent;
  background-image: none;
}
.cookies_settings-consents .checkbox input:checked + span::before {
  content: "\2713";
  display: block;
  position: absolute;
  left: 5px;
  top: 1px;
  color: inherit;
  text-align: center;
}
.cookies_settings .cookie-btn {
  margin-bottom: 15px;
}
.cookies_settings #cookies-btn-save {
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .cookies_content {
    padding: 0 5px;
  }
  .cookies p {
    font-size: 14px;
  }
}
@media (max-width: 977px) {
  .cookies_content {
    padding: 0 5px 10px;
  }
  .cookies p {
    font-size: 14px;
  }
}
@media (max-width: 966px) {
  .cookies p {
    margin: 10px 0;
    font-size: 15px;
  }
  .cookies .cookie-btn {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-It.woff2') format('woff2'), url('../fonts/MyriadPro-It.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'scriptorama';
  src: url('../fonts/ScriptoramaMarkdownJF.woff');
  font-weight: normal;
  font-style: normal;
}
header .content-header nav a.red-colour,
header .content-header nav span.dropdown a.red-colour,
.menu-mobile a.red-colour {
  color: #ff0000 !important;
}
.uppercase {
  text-transform: uppercase;
}
.text_yellow {
  color: #f0ca4c;
}
.hidden-konkurs {
  display: none;
}
.font-script {
  font-family: 'scriptorama';
}
.show {
  display: block !important;
}
.little_text {
  display: block;
  font-size: 25px;
}
.container {
  padding: 0 15px;
  max-width: 2570px;
  margin: 0 auto;
  width: 100%;
}
.border-title {
  border-image: url(../images/konkurs/border_image.jpg) 4 / 2px / 5px repeat;
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
}
.border-title .border-decoration {
  font-size: 70px;
  padding: 15px 0;
  box-sizing: border-box;
  border-image: url(../images/konkurs/border_image_text.png) 4 / 2px / 5px 40px repeat;
  text-align: center;
  width: 100%;
}
.light-blue {
  background-color: #d1e4f6 !important;
}
.dark-blue {
  background-color: #9acbe7 !important;
}
.konkurs {
  background-color: #d1e4f6;
  color: #043b95;
  font-family: 'scriptorama-markdown-jf';
}
.konkurs_hero {
  padding: 0;
}
.konkurs_hero .hero_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.konkurs_hero .hero_title img {
  display: block;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.konkurs_information.blinder .information_title h1,
.konkurs_information.blinder .information_title h2 {
  padding: 0 15px;
}
.konkurs_information.blinder .information_title h1 {
  font-size: 60px;
}
.konkurs_information.blinder .information_title h2 {
  font-size: 45px;
}
.konkurs_information .information_title {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0 0;
}
.konkurs_information .information_title h1 {
  font-size: 45px;
  padding: 0 15px;
}
.konkurs_form {
  position: relative;
  padding-bottom: 100px;
  padding: 0;
  box-sizing: border-box;
}
.konkurs_form .form {
  margin: 60px auto 0 auto;
  padding-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 90;
}
.konkurs_form .form::before {
  background: url('../images/contest/new-contest/falka.png') no-repeat center center / cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 23%;
  width: 100%;
  z-index: -1;
}
.konkurs_form .form .question {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.konkurs_form .form .question.align-left {
  justify-content: flex-end;
}
.konkurs_form .form .question.align-left .question-content {
  margin-right: 350px;
}
.konkurs_form .form .question.align-left .question-content .deco-star-1 {
  top: -40px;
  right: 40px;
}
.konkurs_form .form .question.align-left .question-content .deco-star-2 {
  bottom: -30px;
  left: 60px;
}
.konkurs_form .form .question.align-left .question-content .deco-star-3 {
  left: -80px;
  top: 40%;
}
.konkurs_form .form .question.align-left .question-content .deco-star-4 {
  right: -80px;
  top: 65%;
}
.konkurs_form .form .question.align-right {
  justify-content: flex-start;
}
.konkurs_form .form .question.align-right .question-content {
  margin-left: 350px;
}
.konkurs_form .form .question.align-right .question-content .deco-star-1 {
  top: -40px;
  left: 40px;
}
.konkurs_form .form .question.align-right .question-content .deco-star-2 {
  bottom: -30px;
  right: 60px;
}
.konkurs_form .form .question.align-right .question-content .deco-star-3 {
  right: -80px;
  top: 40%;
}
.konkurs_form .form .question.align-right .question-content .deco-star-4 {
  left: -80px;
  top: 65%;
}
.konkurs_form .form .question-1 {
  background: url('../images/contest/new-contest/deco-question-1.png') no-repeat center left / contain;
  padding: 200px 15px;
}
.konkurs_form .form .question-2 {
  background: url('../images/contest/new-contest/deco-question-2.png') no-repeat center right / contain;
  padding: 200px 15px;
}
.konkurs_form .form .question-3 {
  background: url('../images/contest/new-contest/deco-question-3.png') no-repeat center left / contain;
  padding: 200px 15px;
}
.konkurs_form .form .question-4 {
  background: url('../images/contest/new-contest/deco-question-4.png') no-repeat center right / contain;
  padding: 200px 15px;
}
.konkurs_form .form .question-text {
  color: #0072b1;
  text-align: center;
}
.konkurs_form .form .question-content {
  width: 20%;
  position: relative;
}
.konkurs_form .form .question-content ul {
  padding: 0;
  list-style: none;
  position: relative;
  margin: 25px 0 15px 0;
  z-index: 1;
}
.konkurs_form .form .question-content ul::before {
  content: url('../images/contest/new-contest/znak_1.svg');
}
.konkurs_form .form .question-content ul::before,
.konkurs_form .form .question-content ul::after {
  display: block;
  position: absolute;
  top: 25%;
}
.konkurs_form .form .question-content ul li {
  border-bottom: 2px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  padding: 0 0 3px 0;
  text-align: center;
  margin-bottom: 30px;
}
.konkurs_form .form .question-content ul li::before,
.konkurs_form .form .question-content ul li::after {
  background: url('../images/contest/new-contest/kreski.svg') no-repeat center center / contain;
  content: '';
  position: absolute;
  display: block;
  height: 100px;
  width: 40%;
}
.konkurs_form .form .question-content ul li::before {
  top: -30px;
  left: 20px;
}
.konkurs_form .form .question-content ul li::after {
  bottom: -40px;
  right: 20px;
}
.konkurs_form .form .question-content ul li:last-child {
  margin-bottom: 0;
}
.konkurs_form .form .question-content ul li:nth-child(1) label span::before {
  content: "A";
}
.konkurs_form .form .question-content ul li:nth-child(2) label span::before {
  content: "B";
}
.konkurs_form .form .question-content ul li:nth-child(3) label span::before {
  content: "C";
}
.konkurs_form .form .question-content ul li:nth-child(4) label span::before {
  content: "D";
}
.konkurs_form .form .question-content ul li input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.konkurs_form .form .question-content ul li input:checked + label {
  background-color: #0072b1;
  color: #ffffff;
}
.konkurs_form .form .question-content ul li label {
  border-radius: 50px;
  border: 2px solid #0072b1;
  background-color: #ffffff;
  cursor: pointer;
  color: #0072b1;
  font-family: 'Myriad Pro';
  font-weight: 600;
  padding: 20px 20px 20px 70px;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  max-width: 500px;
  z-index: 2;
}
.konkurs_form .form .question-content ul li label:hover {
  background-color: #0072b1;
  color: #ffffff;
}
.konkurs_form .form .question-content ul li label span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.konkurs_form .form .question-content ul li label span::before {
  font-size: 50px;
  top: 11px;
  position: relative;
  line-height: 0;
}
.konkurs_form .form .question-content .triangle {
  position: absolute;
  max-width: 150px;
}
.konkurs_form .form .question-content .triangle-top-right,
.konkurs_form .form .question-content .triangle-top-left {
  top: 30%;
}
.konkurs_form .form .question-content .triangle-top-right {
  right: -30%;
}
.konkurs_form .form .question-content .triangle-top-left {
  left: -26%;
  transform: rotate(75deg);
}
.konkurs_form .form .question-content .triangle-bottom-left,
.konkurs_form .form .question-content .triangle-bottom-right {
  top: 46%;
}
.konkurs_form .form .question-content .triangle-bottom-left {
  left: -26%;
}
.konkurs_form .form .question-content .triangle-bottom-right {
  right: -26%;
  transform: rotate(265deg);
}
.konkurs_form .form .question-content .deco-star {
  position: absolute;
  z-index: 0;
}
.konkurs_form .form .question-content .deco-star-1 {
  max-width: 30px;
}
.konkurs_form .form .question-content .deco-star-2 {
  max-width: 30px;
}
.konkurs_form .form .question-content .deco-star-3 {
  max-width: 35px;
}
.konkurs_form .form .question-content .deco-star-4 {
  max-width: 35px;
}
.konkurs_form .form .deco-form {
  position: relative;
  margin: 0 auto;
  padding: 100px 15px 0;
  max-width: 1300px;
}
.konkurs_form .form .deco-form img {
  max-width: 700px;
  margin: 0 0 50px 50px;
  width: 100%;
}
.konkurs_form .form .error_message {
  display: none;
  background: #ffffff;
  padding: 10px 15px 7px 15px;
  color: #ff0000;
  text-align: center;
  border-radius: 40px;
  font-family: 'Myriad Pro';
  text-transform: uppercase;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto 1em auto;
}
.konkurs_form .form .confirm_popup {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.konkurs_form .form .confirm_popup .popup_background {
  background: rgba(227, 226, 240, 0.6);
  height: 100%;
  width: 100%;
}
.konkurs_form .form .confirm_popup .cross_message {
  align-items: center;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  max-height: 350px;
  height: 80%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  padding: 60px 55px;
  width: 94%;
  z-index: 100;
}
.konkurs_form .form .confirm_popup .cross_message .success_message,
.konkurs_form .form .confirm_popup .cross_message .error_message {
  font-size: 22px;
  color: #5C6161;
  text-align: center;
  font-family: 'Myriad Pro';
  text-transform: uppercase;
  font-weight: 700;
}
.konkurs_form .form .confirm_popup .cross_message .cross {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 50px;
  height: 34px;
  z-index: 10;
}
.konkurs_form .form .confirm_popup .cross_message .cross:hover::before,
.konkurs_form .form .confirm_popup .cross_message .cross:hover::after {
  background-color: #227900;
}
.konkurs_form .form .confirm_popup .cross_message .cross::before,
.konkurs_form .form .confirm_popup .cross_message .cross::after {
  content: "";
  display: block;
  background-color: #46bdd8;
  top: 14px;
  left: 4px;
  transition: all 0.3s linear;
  position: absolute;
  width: 34px;
  height: 6px;
}
.konkurs_form .form .confirm_popup .cross_message .cross::before {
  transform: rotate(45deg);
}
.konkurs_form .form .confirm_popup .cross_message .cross::after {
  transform: rotate(-45deg);
}
.konkurs_form .form .regulamin label {
  align-items: center;
  display: flex;
  justify-content: center;
}
.konkurs_form .form .regulamin label p {
  font-family: 'Myriad Pro';
  font-style: italic;
  margin-left: 10px;
}
.konkurs_form .form .regulamin label p a {
  color: #043b95;
  font-family: 'Myriad Pro';
  font-style: italic;
  transition: color 0.3s ease-in;
}
.konkurs_form .form .regulamin label p a:hover {
  color: #0072b1;
}
.konkurs_form .form .lg {
  background: none;
  font-size: 25px;
}
.konkurs_form .form .lg-textarea {
  appearance: none;
  resize: none;
  border-radius: 28px !important;
  min-height: 300px;
  max-height: 300px;
  max-width: 1300px;
  width: 100%;
  padding: 15px 30px 0 30px;
}
.konkurs_form .form .lg-textarea::-webkit-scrollbar {
  display: none;
}
.konkurs_form .form .lg-textarea::placeholder {
  font-family: 'Myriad Pro';
  color: #043b95;
}
.konkurs_form .form .lg-textarea,
.konkurs_form .form .lg-input,
.konkurs_form .form .lg-checkbox {
  font-family: 'Myriad Pro';
  font-style: italic;
}
.konkurs_form .form .lg-input {
  padding: 30px 0 30px 30px;
  border-color: #043b95;
  height: 45px;
}
.konkurs_form .form .lg-input::placeholder {
  font-family: 'Myriad Pro';
  color: #043b95;
}
.konkurs_form .form .lg-button {
  cursor: pointer;
  font-family: 'scriptorama-markdown-jf';
  font-size: 30px;
  padding: 15px 0;
  margin: 25px auto 15px auto !important;
  color: #ffffff !important;
  background: #043b95;
  border-color: #043b95 !important;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  text-align: center;
}
.konkurs_form .form .lg-button:hover {
  color: #043b95 !important;
  background: #ffffff;
  border-color: #043b95 !important;
}
.konkurs_form .form .lg-checkbox {
  appearance: none;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  border: 3px solid #043b95;
  border-radius: 50%;
  top: -3px;
  position: relative;
  transition: all 0.3s ease-in;
  height: 32px;
  width: 32px;
}
.konkurs_form .form .lg-checkbox:checked::before {
  content: '';
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #043b95;
  border-radius: 50%;
  position: absolute;
}
.konkurs_form .form .lg-checkbox:hover {
  transform: scale(1.1);
}
.konkurs_form .form .lg-textarea,
.konkurs_form .form .lg-input,
.konkurs_form .form .lg-button {
  outline: none;
  color: #043b95;
  display: block;
  border-radius: 40px;
  border: 3px solid;
  margin: 0 auto 20px auto;
  width: 100%;
}
.konkurs_form .form .lg-input,
.konkurs_form .form .lg-button {
  max-width: 1100px;
}
.konkurs_form .form .lg-textarea,
.konkurs_form .form .lg-input,
.konkurs_form .form .lg-button,
.konkurs_form .form .lg-checkbox {
  font-weight: 400;
  box-sizing: border-box;
}
.konkurs_blinder {
  padding: 100px 0 200px;
}
.konkurs_blinder h1 {
  font-family: 'scriptorama-markdown-jf';
  color: #043b95;
  text-align: center;
  line-height: 1;
  font-size: 150px;
}
.konkurs_blinder h1 span {
  font-size: 80px;
}
.konkurs_blinder img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.konkurs_awards {
  padding: 70px 15px;
  position: relative;
}
.konkurs_awards img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.konkurs_awards .deco-splash {
  display: block;
  position: absolute;
}
.konkurs_awards.voucher .deco-splash-list {
  bottom: -15px;
  left: -80px;
  max-width: 220px;
  z-index: -1;
}
.konkurs_awards.voucher .deco-splash-left {
  top: 0;
  left: -600px;
  max-width: 900px;
}
.konkurs_awards.voucher .deco-splash-right {
  right: -350px;
  max-width: 500px;
  top: 0;
}
.konkurs_awards.headphones .konkurs_awards-prize img {
  max-width: 200px;
  margin: 0 0 0 auto;
}
.konkurs_awards.headphones .deco-splash {
  max-width: 200px;
  z-index: -1;
}
.konkurs_awards.headphones .deco-splash-right {
  top: -53px;
  right: -53px;
}
.konkurs_awards.headphones .deco-splash-left {
  top: 0;
  left: -70px;
}
.konkurs_awards.headphones .deco-splash-bottom {
  bottom: 3px;
  left: -110px;
  max-width: 300px;
}
.konkurs_awards.smartwatch .konkurs_awards-prize img {
  max-width: 150px;
  margin: 0 auto 0 auto;
}
.konkurs_awards.smartwatch .deco-splash-left {
  left: -250px;
  bottom: 100px;
  max-width: 600px;
}
.konkurs_awards.smartwatch .deco-splash-right {
  max-width: 170px;
  right: 0;
  top: 230px;
}
.konkurs_awards.smartwatch .deco-splash-list-top,
.konkurs_awards.smartwatch .deco-splash-list-bottom {
  max-width: 300px;
  z-index: -1;
}
.konkurs_awards.smartwatch .deco-splash-list-top {
  bottom: -60px;
  right: -70px;
}
.konkurs_awards.smartwatch .deco-splash-list-bottom {
  top: 53%;
  left: -90px;
}
.konkurs_awards h1 {
  text-align: center;
  color: #043b95;
  font-size: 45px;
  padding: 0 15px 90px 15px;
  position: relative;
  z-index: 2;
}
.konkurs_awards-flex {
  align-items: flex-start;
  display: flex;
  position: relative;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}
.konkurs_awards-winners {
  margin: 0 0 0 auto;
  position: relative;
  max-width: 65%;
  width: 100%;
}
.konkurs_awards-prize p {
  color: #043b95;
  font-family: 'scriptorama';
  line-height: 1.1;
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
}
.konkurs_awards-prize .other-color {
  color: #0072b1;
}
.konkurs_awards-prize .big-text {
  font-size: 80px;
}
.konkurs_awards ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
}
.konkurs_awards ul li {
  background-color: #ffffff;
  border-radius: 5px;
  color: #0072b1;
  padding: 25px;
  margin-bottom: 25px;
}
.konkurs_awards ul li span {
  font-family: 'scriptorama-markdown-jf';
  text-transform: uppercase;
}
.konkurs_awards ul li p {
  font-family: MyriadPro-Regular, Arial, sans-serif;
  margin: 15px 0 0 0;
  word-wrap: break-word;
}
.konkurs_awards ul li:last-child {
  margin-bottom: 0;
}
.konkurs .confirm-popup__inner {
  border: 3px solid #fff;
  border-radius: 40px;
  max-height: 500px;
  background: #d1e3f5 url('../images/contest/new-contest/popup-deco.png') no-repeat center center / cover;
}
.konkurs .confirm-popup__inner p {
  font-family: 'scriptorama-markdown-jf';
  color: #043b95 !important;
  width: 100%;
}
.konkurs .confirm-popup-close {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 35px;
  line-height: 20px;
  width: 35px;
}
.konkurs .confirm-popup-close:hover {
  border-color: #043b95;
  color: #043b95;
}
@media all and (max-width: 1500px) {
  .konkurs_form .form .question .question-content {
    width: 30%;
  }
  .konkurs_form .form .question.align-left .question-content {
    margin-right: 100px;
  }
  .konkurs_form .form .question.align-right .question-content {
    margin-left: 100px;
  }
}
@media all and (max-width: 1250px) {
  .konkurs_information.blinder .information_title h1 {
    font-size: 40px;
  }
  .konkurs_information.blinder .information_title h2 {
    font-size: 25px;
  }
  .konkurs_awards-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .konkurs_awards-winners {
    max-width: 100%;
  }
}
@media all and (max-width: 1150px) {
  .konkurs_form .form {
    margin: 0 auto;
  }
  .konkurs_form .form .question-1,
  .konkurs_form .form .question-3 {
    background-position: -300px center;
  }
  .konkurs_form .form .question-2 {
    background-position: 500px center;
  }
  .konkurs_form .form .question-4 {
    background-position: 600px center;
  }
  .konkurs_form .form .deco-form {
    padding: 0 15px 0;
  }
}
@media all and (max-width: 1000px) {
  .konkurs_blinder {
    padding: 50px 0;
  }
  .konkurs_blinder h1 {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .konkurs_blinder h1 span {
    font-size: 50px;
  }
  .konkurs_form .form .deco-form img {
    margin: 0 0 50px 0;
  }
  .konkurs_form .form .question .question-content {
    width: 50%;
  }
  .konkurs_form .form .question .question-content .triangle-top-right,
  .konkurs_form .form .question .question-content .triangle-top-left {
    top: 30%;
  }
  .konkurs_form .form .question .question-content .triangle-top-right {
    right: -22%;
  }
  .konkurs_form .form .question .question-content .triangle-top-left {
    left: -18%;
  }
  .konkurs_form .form .question .question-content .triangle-bottom-left {
    left: -18%;
  }
  .konkurs_form .form .question .question-content .triangle-bottom-right {
    right: -18%;
  }
}
@media all and (max-width: 900px) {
  .konkurs_form .form .deco-form img {
    margin: 0 0 50px 0;
  }
  .konkurs_form .form .question.align-left {
    justify-content: center;
  }
  .konkurs_form .form .question.align-left .question-content {
    margin-right: 0;
  }
  .konkurs_form .form .question.align-right {
    justify-content: center;
  }
  .konkurs_form .form .question.align-right .question-content {
    margin-left: 0;
  }
  .konkurs_form .form .question-1,
  .konkurs_form .form .question-2,
  .konkurs_form .form .question-3,
  .konkurs_form .form .question-4 {
    padding: 40px 15px;
  }
  .konkurs_form .form .question .question-content {
    max-width: 500px;
    width: 100%;
  }
  .konkurs_form .form .question .question-content .triangle-top-right,
  .konkurs_form .form .question .question-content .triangle-top-left {
    top: 30%;
  }
  .konkurs_form .form .question .question-content .triangle-top-right {
    right: -22%;
  }
  .konkurs_form .form .question .question-content .triangle-top-left {
    left: -18%;
  }
  .konkurs_form .form .question .question-content .triangle-bottom-left {
    left: -18%;
  }
  .konkurs_form .form .question .question-content .triangle-bottom-right {
    right: -18%;
  }
  .konkurs_blinder-top {
    margin: 50px auto 0;
  }
  .konkurs_blinder-top .blinder-flex {
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 30px;
  }
  .konkurs_blinder-top .blinder-flex .plus {
    display: none;
  }
  .konkurs_blinder-top .blinder-flex-column {
    min-height: 160px;
  }
  .konkurs_blinder-bottom h2 {
    font-size: 45px;
  }
  .konkurs_blinder-bottom img {
    margin: 0 auto;
  }
}
@media all and (max-width: 670px) {
  .konkurs_blinder h1 {
    font-size: 50px;
  }
  .konkurs_blinder h1 span {
    font-size: 30px;
  }
  .konkurs_information .information_title h1 {
    font-size: 26px;
  }
  .konkurs_form .form {
    margin: 0 auto;
  }
  .konkurs_form .form .question-content {
    width: 100%;
  }
  .konkurs_form .form .question-content ul li label {
    max-width: 100%;
  }
  .konkurs_form .form .deco-form {
    padding: 0 15px 0;
  }
}
@media all and (max-width: 500px) {
  .konkurs_blinder {
    padding: 25px 0;
  }
  .konkurs_form .form .question-1,
  .konkurs_form .form .question-3 {
    background-position: -200px center;
  }
  .konkurs_form .form .question-2,
  .konkurs_form .form .question-4 {
    background-position: 200px center;
  }
  .konkurs_awards {
    padding: 30px 15px;
  }
  .konkurs_awards h1 {
    font-size: 30px;
    padding: 0 15px 30px 15px;
  }
  .konkurs_awards-prize p {
    font-size: 30px;
  }
  .konkurs_awards-prize p .big-text {
    font-size: 50px;
  }
}
@media all and (max-width: 470px) {
  .konkurs_form .form .lg {
    font-size: 20px;
  }
}
@media all and (max-width: 424px) {
  .konkurs_form .form .question .question-content ul li::before {
    top: -35px;
  }
  .konkurs_form .form .question .question-content ul li::after {
    bottom: -45px;
  }
  .konkurs_form .form .question .question-content .triangle {
    display: none;
  }
}

/* semcore */
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-50 {margin-bottom:50px;}
.breadcrumbs span, .breadcrumbs span a {font-size: 14px!important;font-family: 'MyriadProRegular'!important;color: #13b5e9!important;}
.breadcrumbs span a {text-decoration:none!important;}
.breadcrumbs.white span, .breadcrumbs.white span a {color: #fff!important;}
.breadcrumbs  .delimiter {font-size: 12px!important;line-height:14px!important;font-family: 'MyriadProRegular'!important;color: #13b5e9!important;}
.breadcrumbs.mt-10{margin-top:10px;}
.breadcrumbs.mb-10{margin-bottom:10px;}
.product-container {width:100%;float:left;}
.product-container .product-img {width:28%;margin-right:2%;float:left;}

.product-container .product-desc {font-family:'MyriadProRegular';width:100%;margin:0;float:left;}
.product-container .product-desc img {float:left;max-width:300px;padding:0 20px 20px 0;}
.product-container .product-desc h2, .product-container .product-desc .h2 {padding:25px 0 15px;}
.product-container .product-desc a {color: #13b5e9 !important;}
.product-container .product-desc ul {display: inline-block;margin:0;padding:10px 0 10px 40px;}
.product-container .product-desc ul li {margin:0;padding:0;}
@media (max-width: 667px) {
  .product-container .product-desc span {float:left;display:block;width:100%;text-align:center;}
  .product-container .product-desc img {float:none;max-width:90%;margin:0 auto;padding:0 0 20px 0;text-align:center;}
}

/*NEW HOMEPAGE 2025*/

.landing {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #016FAB;
    margin-top: -7.667vw;
}
.landing img {
    max-width: 100%;
}
.landing-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
    /*width: 1636px;*/
    width: 85.208vw;
    z-index: 0;
}
.landing-bg img {
    width: 100%;
}
.landing-banner {
    position: relative;
    max-width: 50%;
    width: 42.448vw;
}
.landing-banner img {
    position: relative;
    /*width: 815px;*/
    width: 42.448vw;
    max-width: 100%;
}
.landing-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 42.5vw;
    gap: 6.667vw;
    margin-top: 1.75vw;
}
.landing-texts .landing-text-heading {
    /*width: 816px;*/
    width: 42.5vw;
    max-width: 100%;
}
.landing-texts .landing-text {
    /*width: 691px;*/
    width: 35.99vw;
    max-width: 100%;
}

.condition {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    background-color: #CF1B21;
}
.condition img {
    max-width: 100%;
}
.condition-banner {
    position: relative;
    max-width: 50%;
    width: 52.448vw;
}
.condition-banner img {
    position: relative;
    width: 52.448vw;
    max-width: 100%;
}
.condition-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 42.969vw;
    gap: 6.667vw;
}
.condition-texts .condition-text-heading {
    /*width: 816px;*/
    width: 42.969vw;
    max-width: 100%;
}
.condition-texts .condition-text {
    /*width: 691px;*/
    width: 35.99vw;
    max-width: 100%;
}

.form {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #138BCD;
}
.form img {
    max-width: 100%;
}
.form-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -44%);
    /*width: 1636px;*/
    width: 85.208vw;
    z-index: 0;
}
.form-bg img {
    width: 100%;
}
.form-banner {
    position: relative;
    max-width: 50%;
    width: 34.74vw;
}
.form-banner img {
    position: relative;
    width: 34.74vw;
    max-width: 100%;
}
.form-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 42.76vw;
    gap: 6.667vw;
    margin-top: -7rem;
}
.form-texts .form-text-heading {
    width: 42.76vw;
    max-width: 100%;
}
.form-texts .form-text {
    width: 38.958vw;
    max-width: 100%;
}

.energy {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #3B221D;
}
.energy img {
    max-width: 100%;
}
.energy-banner {
    position: relative;
    max-width: 50%;
    width: 54.01vw;
    margin-top: 6vw;
    margin-left: -9.25vw;
}
.energy-banner img {
    position: relative;
    width: 54.01vw;
    max-width: 100%;
}
.energy-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 43.958vw;
    gap: 6.667vw;
    margin-top: 1.75vw;
}
.energy-texts .energy-text-heading {
    width: 43.958vw;
    max-width: 100%;
}
.energy-texts .energy-text {
    width: 48.906vw;
    max-width: 100%;
}

.strength {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #2E8F45;
}
.strength img {
    max-width: 100%;
}
.strength-bg img {
    width: 100%;
}
.strength-banner {
    position: relative;
    max-width: 50%;
    width: 53.49vw;
    margin-top: 10.75vw;
    margin-right: -4.25vw;
}
.strength-banner img {
    position: relative;
    width: 53.49vw;
    max-width: 100%;
}
.strength-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 42.5vw;
    gap: 6.667vw;
}
.strength-texts .strength-text-heading {
    width: 42.5vw;
    max-width: 100%;
}
.strength-texts .strength-text {
    width: 39.688vw;
    max-width: 100%;
}

.vitality {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #70105D;
}
.vitality img {
    max-width: 100%;
}
.vitality-banner {
    position: relative;
    max-width: 50%;
    width: 48.438vw;
    margin-top: 6vw;
    margin-left: -9.25vw;
}
.vitality-banner img {
    position: relative;
    width: 48.438vw;
    max-width: 100%;
}
.vitality-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 56.563vw;
    gap: 6.667vw;
}
.vitality-texts .vitality-text-heading {
    width: 42.969vw;
    max-width: 100%;
}
.vitality-texts .vitality-text {
    width: 56.563vw;
    max-width: 100%;
}

.balance {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.667vw;
    background-color: #FF9500;
}
.balance img {
    max-width: 100%;
}
.balance-bg img {
    width: 100%;
}
.balance-banner {
    position: relative;
    max-width: 50%;
    margin-top: 5.75vw;
    margin-bottom: 1.75vw;
    margin-right: 2.5vw;
}
.balance-banner img {
    position: relative;
    min-width: 90.938vw;
    width: 90.938vw;
    max-width: 100%;
    margin-left: -66vw;
}
.balance-texts {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    width: 62.5vw;
    gap: 6.667vw;
}
.balance-texts .balance-text-heading {
    width: 49.531vw;
    max-width: 100%;
}
.balance-texts .balance-text {
    min-width: 62.5vw;
    width: 62.5vw;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .landing, .condition, .form, .energy, .strength, .vitality, .balance {
        flex-direction: column;
    }
    .landing-banner, .landing-texts, .condition-banner, .condition-texts, .form-banner, .form-texts,
    .energy-banner, .energy-texts, .strength-banner, .strength-texts, .vitality-banner, .vitality-texts,
    .balance-banner, .balance-texts {
        width: 100%;
        max-width: 100%;
    }
    .landing, .condition, .form {
        padding-bottom: 12vw;
    }
    .landing-banner img {
        margin-inline: auto;
        width: 62.448vw;
    }
    .landing-texts .landing-text-heading {
        width: 60.5vw;
    }
    .landing-texts .landing-text {
        width: 58.99vw;
    }
    .condition-banner img {
        width: 80.448vw;
    }
    .condition-texts .condition-text-heading {
        width: 73.969vw;
    }
    .condition-texts .condition-text {
        width: 84.99vw;
    }
    .form-bg {
        transform: translate(-50%, -28%);
        width: 120.208vw;
    }
    .form-texts {
        margin-top: 12vw;
    }
    .form-texts .form-text-heading {
        width: 72.76vw;
    }
    .form-texts .form-text {
        width: 76.958vw;
    }
    .form-banner img {
        width: 52.74vw;
        margin-inline: auto;
    }
    .energy {
        padding-block-start: 12vw;
        padding-block-end: 4vw;
    }
    .energy-texts .energy-text-heading {
        width: 64.958vw;
    }
    .energy-texts .energy-text {
        width: 80.906vw;
    }
    .energy-banner img {
        width: 82.01vw;
        margin-left: 50%;
        transform: translateX(-52%);
    }
    .strength {
        padding-block-start: 2vw;
        padding-block-end: 10vw;
    }
    .strength-banner {
        margin-inline: auto;
    }
    .strength-banner img {
        width: 72.49vw;
        margin-inline: auto;
    }
    .strength-texts .strength-text-heading {
        width: 60.5vw;
    }
    .strength-texts .strength-text {
        width: 64.688vw;
    }
    .vitality {
        padding-block-start: 12vw;
        padding-block-end: 6vw;
    }
    .vitality-texts .vitality-text-heading {
        width: 60.969vw;
    }
    .vitality-texts .vitality-text {
        width: 84.563vw;
    }
    .vitality-banner img {
        margin-inline: auto;
        width: 74.438vw;
    }
    .balance {
        padding-block-start: 6vw;
        padding-block-end: 12vw;
    }
    .balance-banner img {
        min-width: 122.938vw;
        width: 122.938vw;
        max-width: 122.938vw;
        margin-left: -55vw;
    }
    .balance-texts .balance-text-heading {
        width: 62.531vw;
    }
    .balance-texts .balance-text {
        min-width: 80.5vw;
        width: 80.5vw;
    }
}
