.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);
  }
}
.main {
  padding: 6% 6% 6% 6%;
}
.main-content {
  overflow: visible;
}
.title {
  font-size: 72px;
  color: #959595;
}
.title-text {
  font-size: 16px;
  color: #959595;
  font-family: 'myriadpro-bold';
  padding: 1% 0% 0% 0%;
  width: 40%;
}
.title-section {
  font-size: 30px;
  color: #959595;
}
.title-section_padding {
  padding: 0px 0 10px;
}
.swiper-slide {
  box-sizing: border-box;
}
.ingredients {
  position: relative;
  z-index: 2;
}
.ingredients:hover {
  z-index: 3;
}
.ingredients__main {
  margin-bottom: 1%;
  z-index: 2;
}
.ingredients__main .swiper-slide {
  box-sizing: border-box;
}
.ingredients__extra {
  z-index: 1;
}
.ingredients__extra .swiper-slide {
  box-sizing: border-box;
}
.swiper-button-next {
  display: none;
}
.swiper-button-prev {
  display: none;
}
.swiper-container {
  width: 100%;
  overflow: visible;
}
.ingredient {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.ingredient::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ingredient .ingredient__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.ingredient .ingredient__image img {
  position: absolute;
  width: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
}
.ingredient .ingredient__select {
  position: absolute;
  z-index: 2;
  top: 2%;
  right: 2%;
  opacity: 0;
  transition: 0.4s all;
  width: calc(22%-4px);
  border: 2px solid #fff;
  border-radius: 100%;
}
.ingredient .ingredient__select--selected {
  background-image: url("../images/icons/select_on.svg");
  background-color: #fff;
}
@media (min-width: 1000px) {
  .ingredient:hover .ingredient__select {
    opacity: 1;
  }
  .ingredient:hover .cloud {
    transform: translateX(-50%) translateY(80%);
    opacity: 1;
  }
}
.ingredient--selected .ingredient__image img {
  border-color: #13b5e9;
}
.ingredient--selected .ingredient__select {
  opacity: 1;
}
.recipe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recipe-list::after {
  content: "";
  height: 1px;
  display: block;
  flex-basis: 30%;
}
.icon-info__icon {
  display: block;
  margin: auto;
  height: 40px;
  opacity: 0.6;
  position: relative;
  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;
}
.icon-info__icon img {
  display: block;
  margin: auto;
}
.icon-info__text {
  text-align: center;
  font-size: 20px;
}
.selected-list {
  padding: 60px 0% 10px 0%;
  position: relative;
  z-index: 1;
}
.selected-list:hover {
  z-index: 3;
}
.selected-list .filters {
  padding: 0;
  display: inline-block;
  vertical-align: -5px;
}
.selected-list__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.selected-list__title::first-letter {
  text-transform: uppercase;
}
.selected-list__ingredient {
  display: inline-block;
  vertical-align: middle;
}
.selected-ingredient {
  background: #13b5e9;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  font-family: 'MyriadProRegular';
  font-size: 14px;
  padding: 5px 5px 5px 10px;
  margin-right: 5px;
}
.selected-ingredient__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.recipe--hidden {
  opacity: 0;
  background: transparent;
  height: 1px;
}
@media (min-width: 1000px) {
  .recipe--first {
    flex-basis: 40%;
  }
  .recipe--first .recipe__image::before {
    padding-top: 48.6478869%;
  }
  .recipe--first .recipe__info::before {
    padding-top: 34.1%;
  }
  .recipe--first .recipe__icons {
    justify-content: flex-start;
    padding-top: 2.5%;
    padding-bottom: 5%;
  }
  .recipe--first .recipe__info-content {
    padding: 0 2.5% 2.5%;
  }
  .recipe--first .recipe__button {
    right: 2.5%;
  }
  .recipe--first .icon-info:nth-child(2) {
    margin: 0 5%;
  }
}
.button {
  width: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.button::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.button__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.button--close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.button--close .button__content::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button--close .button__content::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.button--close-big {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: -4px;
}
.button--close-big .button__content::before {
  content: "";
  width: 80%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button--close-big .button__content::after {
  content: "";
  width: 80%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.button--close--grey {
  border: 2px solid #aaa;
}
.button--close--grey .button__content::before {
  background: #aaaaaa;
}
.button--close--grey .button__content::after {
  background: #aaaaaa;
}
.button--arrow--blue {
  background: url(../images/cta-1.png) center center no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  border: 0;
}
.button--select {
  width: 31px;
  background: url("../images/icons/select_off.svg") center center no-repeat;
  background-size: contain;
}
.selection-label {
  display: flex;
  justify-content: space-between;
  padding: 60px 0% 10px 0%;
}
.selection-label .button {
  margin-right: 10px;
}
.selection-label__cancel {
  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;
  text-align: right;
  color: #959595;
  font-size: 20px;
  cursor: pointer;
}
.selection-label__cancel--disable {
  opacity: 0.3;
}
.cloud {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: #fff;
  opacity: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  bottom: 0px;
  width: 90%;
  padding: 5%;
  box-sizing: border-box;
  color: #44ade2;
  text-align: center;
  font-size: 1.1vw;
}
.cloud::before {
  content: "";
  display: block;
  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.15);
}
.cloud__label {
  font-size: 100%;
  position: relative;
}
.cloud__counter {
  font-size: 80%;
  position: relative;
  color: #959595;
}
@media (max-width: 1700px) {
  .icon-info__icon {
    height: 36px;
  }
  .icon-info__text {
    font-size: 18px;
  }
  .icon-info--clock img {
    width: 17.33333333px;
  }
  .icon-info--persons img {
    width: 31.33333333px;
  }
  .icon-info--level img {
    width: 47.33333333px;
  }
}
@media (max-width: 1400px) {
  .icon-info__text {
    font-size: 16px;
  }
  .recipe .recipe__button {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1100px) {
  .icon-info__icon {
    height: 36px;
  }
  .icon-info__text {
    font-size: 14px;
  }
  .icon-info--clock img {
    width: 17.33333333px;
  }
  .icon-info--persons img {
    width: 31.33333333px;
  }
  .icon-info--level img {
    width: 47.33333333px;
  }
}
@media (max-width: 1000px) {
  .recipe .recipe__button {
    display: none;
  }
  .recipe__title {
    text-align: center;
  }
  .title {
    font-size: 60px;
  }
  .title-text {
    width: 100%;
  }
  .title-section {
    font-size: 25px;
  }
  .selection-label__cancel {
    font-size: 15px;
  }
  .ingredient .ingredient__select {
    width: 18%;
  }
}
@media (max-width: 900px) {
  .recipe {
    flex-basis: 32%;
  }
}
@media (max-width: 750px) {
  .icon-info__icon {
    height: 26px;
  }
  .icon-info__text {
    font-size: 10px;
  }
  .icon-info--clock img {
    width: 13px;
  }
  .icon-info--persons img {
    width: 23.5px;
  }
  .icon-info--level img {
    width: 35.5px;
  }
  .recipe__title {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .title {
    font-size: 60px;
  }
  .title-text {
    width: 100%;
  }
  .title-section {
    font-size: 16px;
  }
  .selection-label__cancel {
    font-size: 12px;
  }
  .selected-list__title {
    display: block;
    margin-bottom: 10px;
  }
  .recipe {
    flex-basis: 49%;
  }
  .recipe__title {
    font-size: 4vw;
  }
  .selected-list {
    padding: 30px 0% 10px 0%;
  }
  .selection-label {
    padding: 30px 0% 10px 0%;
  }
  .recipe-list {
    margin-bottom: 0px;
  }
}
@media (max-width: 340px) {
  .icon-info__text {
    font-size: 8px;
  }
  .recipe__title {
    font-size: 14px;
  }
}
.ingredients {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
.ingredients__container {
  width: 100%;
}
.ingr {
  width: 100%;
  font-size: 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.ingr:hover {
  z-index: 2;
}
.ingr.ingr--extra {
  padding-top: 0.5%;
}
.ingr__container {
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ingr__element {
  flex-basis: 9.5%;
  display: inline-block;
}
.ingredients::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ingredients::-webkit-scrollbar-track {
  background: #ffffff;
  width: 5px;
}
.ingredients::-webkit-scrollbar-track-piece {
  background: #ffffff;
  width: 5px;
}
.ingredients::-webkit-scrollbar-thumb {
  background: #959595;
  width: 5px;
}
@media (max-width: 1000px) {
  .ingredients {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 0;
    margin-bottom: 0px;
    position: relative;
  }
  .ingredients__container {
    width: 150%;
  }
  .selected-list__title {
    display: block;
    margin-bottom: 10px;
  }
  .selected-ingredient {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .ingredients__container {
    width: 290%;
  }
}
