.question.title {
  text-transform: none;
  letter-spacing: normal;
  min-height: 50px;
  background-color: #eeeeee;
  border-radius: 25px;
  line-height: 1.1;
  padding: 17px 45px 17px 20px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  z-index: 4;
}
@media (min-width: 768px) {
  .question.title {
    margin-bottom: 0;
  }
}
.question.title:after {
  content: '';
  display: inline-block;
  top: 0;
  position: absolute;
  right: 20px;
  pointer-events: none;
  width: 12px;
  height: 50px;
  background-image: url('../../images/icons_sprite.svg#ico-luma-22-bold');
}
.question.title.js-active {
  z-index: 2;
}
@media (min-width: 768px) {
  .question.title.js-active {
    margin-bottom: 10px;
  }
}
.question.title.js-active:after {
  transform: rotate(180deg);
}
.question.title.js-active + .answer {
  margin-bottom: 10px;
}
.answer.content {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 25px;
  padding-top: 10px;
  margin-top: -30px;
  border-radius: 0 0 25px 25px;
  font-size: 13px;
  position: relative;
  z-index: 3;
}
.answer.content a {
  text-decoration: underline;
}
.answer.content a:hover {
  color: #1cd8c7;
  text-decoration: none;
}
.answer.content p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .answer.content {
    padding-top: 20px;
    z-index: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#slider a {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: none;
}
#slider a.active {
  display: block;
  z-index: 2;
}
#slider a.no-display {
  display: none;
}
#slider a.incoming-from-right,
#slider a.incoming-from-left {
  display: block;
  z-index: 3;
  position: absolute;
}
#slider a.incoming-from-right {
  animation: slideInFromRight 0.5s ease forwards;
}
#slider a.incoming-from-left {
  animation: slideInFromLeft 0.5s ease forwards;
}
#slider a.outgoing-to-left {
  display: block;
  z-index: 1;
  animation: slideOutToLeft 0.5s ease forwards;
}
#slider a.outgoing-to-right {
  display: block;
  z-index: 1;
  animation: slideOutToRight 0.5s ease forwards;
}
#slider a picture {
  display: flex;
}
#slider a picture img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
#slider button {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  box-shadow: none;
  transform: translateY(-50%);
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 0;
  z-index: 200;
}
#slider button:after {
  content: '';
  display: block;
  background-image: url('../../images/icons_sprite.svg#ico-luma-22-white');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 13px;
  top: 16px;
}
#slider button.prev {
  left: 15px;
  transform: rotate(90deg);
}
#slider button.next {
  right: 15px;
  transform: rotate(-90deg);
}
#slider.show-buttons button {
  display: block;
}
@media (max-width: 767px) {
  #slider.show-buttons button {
    display: none;
  }
}
@media (min-width: 768px) {
  #slider .slider-dots {
    display: none;
  }
}
@media (max-width: 767px) {
  #slider .slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #slider .slider-dots .dot {
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: solid 2px #333;
  }
}
#slider .slider-dots .dot.active {
  background-color: #333;
}
@media (max-width: 767px) {
  img[data-media="768"] {
    display: none;
  }
}
@media (min-width: 768px) {
  img[data-media="0-767"] {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 440px) {
  .best-wrap {
    padding-top: 20px;
  }
}
.cms-cont_main {
  overflow: hidden;
}
.info-block {
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-block {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .info-block {
    box-sizing: border-box;
    padding-right: 200px;
  }
}
.info-block:last-child {
  border-bottom: 0;
}
.info-block h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #14566a;
}
@media (min-width: 768px) {
  .info-block h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.info-block a {
  text-decoration: underline;
  display: inline-block;
}
.info-block a:hover {
  color: #1cd8c7;
  text-decoration: none;
}
.info-block_content {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .info-block_content {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .info-block_content {
    width: 590px;
    padding-right: 0;
  }
}
.info-block_content p {
  margin-bottom: 20px;
}
.info-block_media {
  padding-top: 30px;
  display: none;
}
@media (min-width: 768px) {
  .info-block_media {
    display: block;
  }
}
.info-block_link {
  margin-top: 25px;
  margin-bottom: 25px;
}
.info-block-faq {
  border-top: #ddd solid 1px;
}
@media (min-width: 768px) {
  .info-block-faq {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .info-block-faq .container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .info-block-faq .info-block_content {
    padding-right: 0;
    flex: calc(50% - 10px) 0 0;
  }
}
.info-block-top {
  text-align: center;
}
@media (min-width: 768px) {
  .info-block-top {
    flex: 100% 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.var-link-with-arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
.var-link-with-arrow:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../../images/icons_sprite.svg#ico-full-arrow');
}
a {
  color: #14566a;
}
.page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 100vh;
}
.home-title-block {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-title-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.home-title-block h1 {
  margin: 0;
}
.grid-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  margin: 25px 0 0;
}
a.grid-link {
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  color: #000000;
  text-decoration: underline;
  display: flex;
  gap: 10px;
  align-items: center;
}
a.grid-link:hover {
  color: #000000;
  text-decoration: none;
}
a.grid-link:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../../images/icons_sprite.svg#ico-full-arrow');
}
.grid {
  margin-top: 30px;
}
@media (min-width: 500px) {
  .grid {
    margin-top: 15px;
  }
}
.home_brands {
  margin-top: 25px;
}
.home-brands-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 13px;
}
.home-brands-logos {
  display: flex;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .home-brands-logos {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-brands-logos {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.home-brands-logos a {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 133px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-brands-logos a.hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-brands-logos a.hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-brands-logos a {
    flex: 1 1 133px;
  }
}
@media (max-width: 767px) {
  .home-brands-logos a {
    flex: 0 1 30%;
  }
}
.home-brands-logos a img {
  max-width: 60%;
}
.home-brands-link {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
}
.home-brands-link:hover {
  color: #000000;
  text-decoration: none;
}
.home-brands-link:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../../images/icons_sprite.svg#ico-full-arrow');
}
@media (min-width: 768px) {
  .container.home_banners {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .container.home_banners {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .container.home_banners .flex-sb-end .widget {
    flex-wrap: nowrap;
    gap: 21px;
  }
}
@media (max-width: 767px) {
  .container.home_banners .flex-sb-end .widget {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .container.home_banners a {
    display: block;
    width: 100%;
    flex: 1 1 100%;
  }
}
.container.home_banners picture {
  display: flex;
}
@media (max-width: 767px) {
  .container.home_banners picture img {
    width: 100% !important;
  }
}
.container.home_banners .find-flavour-grid {
  margin-bottom: 25px;
}
.cms-home .page.messages .message {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .best-wrap {
    padding-top: 15px;
  }
}
.delivery-status {
  height: 22px;
}
@media (min-width: 430px) {
  .delivery-status {
    min-width: 389px;
  }
}
.trustpilot-mobile {
  position: absolute !important;
  bottom: -86px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .trustpilot-mobile {
    bottom: -67px;
  }
}
.amblog-widget-container .amblog-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
  margin: 25px 0 15px;
}
.amblog-widget-container .amblog-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin: 10px -10px;
}
@media (max-width: 767px) {
  .amblog-widget-container .amblog-list {
    flex-wrap: wrap;
    margin: 15px -7px;
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list {
    margin-left: -27px;
    margin-right: -27px;
  }
}
.amblog-widget-container .amblog-list .post-item-info {
  margin: 10px;
  max-width: 285px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background-color: #1cd8c7;
}
@media (max-width: 767px) {
  .amblog-widget-container .amblog-list .post-item-info {
    margin: 7px;
    padding: 0;
    max-width: calc(36%);
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info > a {
    display: flex;
    width: 100%;
  }
}
.amblog-widget-container .amblog-list .post-item-info > a:hover {
  color: #14566a;
}
.amblog-widget-container .amblog-list .post-item-info .post-image {
  display: block;
  text-align: center;
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info .post-image {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info .post-image picture {
    display: flex;
  }
}
.amblog-widget-container .amblog-list .post-item-info img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .amblog-widget-container .amblog-list .post-item-info img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info .amblog-recent-post-image-wrapper {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info .amblog-recent-post-image-wrapper picture {
    display: flex;
  }
}
.amblog-widget-container .amblog-list .post-item-info .post-item-details {
  padding: 0 20px;
  text-align: left;
}
.amblog-widget-container .amblog-list .post-item-info .read-more {
  padding: 15px 0;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #14566a;
  display: block;
}
.amblog-widget-container .amblog-list .post-item-info .publish-date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #14566a;
  margin-top: 20px;
}
.amblog-widget-container .amblog-headline {
  font-size: 15px;
  font-weight: 600;
  color: #14566a;
}
.amblog-widget-container .amblog-date {
  font-size: 13px;
  font-weight: 500;
  color: #14566a;
}
.amblog-widget-container .amblog-list .post-item-info a {
  display: block;
}
@media (max-width: 500px) {
  .amblog-widget-container .amblog-list .post-item-info a {
    display: flex;
  }
}
.amblog-widget-container .amblog-list .post-item-info > a:hover {
  color: #14566a;
}
.amblog-widget-container .amblog-list .post-item-info:hover .read-more {
  text-decoration: none;
}
.amblog-widget-container .amblog-list .post-item-info .post-item-details {
  text-align: left;
}
.home-find-flavour {
  margin-bottom: 35px;
}
.find-flavour-grid {
  display: flex;
  justify-content: space-between;
  margin: 15px -10px 25px;
}
@media (max-width: 500px) {
  .find-flavour-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .find-flavour-grid {
    gap: 20px 6%;
    margin: 15px 0 25px;
  }
}
.find-flavour-grid > a {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .find-flavour-grid > a {
    margin: 0 !important;
    max-width: 47%;
  }
}
@media (max-width: 500px) {
  .find-flavour-grid > a {
    max-width: 45%;
    margin: 0 2%;
  }
}
.find-flavour-grid > a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .find-flavour-grid > a img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-video-block_wrapper {
    max-height: 337px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 57px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-video-block_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.home-video-block_video {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #333;
}
@media (max-width: 767px) {
  .home-video-block_video {
    display: flex;
  }
}
@media (min-width: 768px) {
  .home-video-block_video {
    width: 50%;
    height: 337px;
    border-bottom-left-radius: 10px;
    max-width: 50%;
    border-top-right-radius: 0;
  }
}
.home-video-block_video video {
  border-top-left-radius: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-video-block_video video {
    border-bottom-left-radius: 10px;
  }
}
@media (max-width: 767px) {
  .home-video-block_video video {
    border-top-right-radius: 10px;
    height: auto;
  }
}
.home-video-block_content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(28, 216, 199, 0.15);
  background-color: #1cd8c715;
  padding: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .home-video-block_content {
    padding: 40px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    width: 50%;
  }
}
.home-video-block_title {
  font-size: 18px;
  font-weight: 600;
  color: #195a6e;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home-video-block_title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.home-video-block_list {
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
.home-video-block_list li {
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  line-height: 30px;
  color: #000;
  display: block;
  position: relative;
  counter-increment: inst;
}
.home-video-block_list li:before {
  content: counter(inst);
  display: block;
  position: absolute;
  left: -40px;
  text-align: center;
  line-height: 30px;
  background: #1cd8c7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.home-video-block_list li:after {
  content: '';
  display: block;
  position: absolute;
  left: -26px;
  width: 2px;
  height: 45px;
  border-left: 2px dotted #1cd8c7;
}
.home-video-block_list li:last-child {
  margin-bottom: 0;
  height: 30px;
}
.home-video-block_list li:last-child:after {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .home-video-block_list li {
    height: 30px;
  }
  .home-video-block_list li:after {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .container.home_top_banner_box {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
  }
  .container.home_top_banner_box .trustpilot-widget {
    grid-column: 1;
    display: block;
  }
  .container.home_top_banner_box .trustpilot-widget:first-child {
    height: 100%;
  }
  .container.home_top_banner_box .trustpilot-widget iframe {
    width: 100% !important;
  }
  .container.home_top_banner_box p {
    grid-row: 1;
    grid-column: 2;
  }
}
@media (max-width: 573px) {
  .container.home_top_banner_box {
    grid-template-columns: 100%;
    align-items: end;
  }
  .container.home_top_banner_box .trustpilot-widget {
    grid-row: 1;
    height: auto;
  }
  .container.home_top_banner_box p {
    grid-column: 1;
    grid-row: 2;
  }
}
