@charset "UTF-8";
/* ====================== FONTS =================== */
@font-face {
  font-family: 'Circe Regular';
  src: url("../src/fonts/Circe-Regular/Circe-Regular.eot");
  src: url("../src/fonts/Circe-Regular/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../src/fonts/Circe-Regular/Circe-Regular.woff") format("woff"), url("../src/fonts/Circe-Regular/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe Bold';
  src: url("../src/fonts/Circe-Bold/Circe-Bold.eot");
  src: url("../src/fonts/Circe-Bold/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../src/fonts/Circe-Bold/Circe-Bold.woff") format("woff"), url("../src/fonts/Circe-Bold/Circe-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe ExtraBold';
  src: url("../src/fonts/Circe-ExtraBold/Circe-ExtraBold.eot");
  src: url("../src/fonts/Circe-ExtraBold/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../src/fonts/Circe-ExtraBold/Circe-ExtraBold.woff") format("woff"), url("../src/fonts/Circe-ExtraBold/Circe-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.gray-bg {
  background-color: #636363;
}

.gray-text {
  color: #636363;
}

.gray-svg {
  fill: #636363;
}

.gray-light-bg {
  background-color: #fafafa;
}

.gray-light-text {
  color: #fafafa;
}

.gray-light-svg {
  fill: #fafafa;
}

.green-bg {
  background-color: #00b1b1;
}

.green-text {
  color: #00b1b1;
}

.green-svg {
  fill: #00b1b1;
}

.green2-bg {
  background-color: #00b0af;
}

.green2-text {
  color: #00b0af;
}

.green2-svg {
  fill: #00b0af;
}

.green-light-bg {
  background-color: #c8eae9;
}

.green-light-text {
  color: #c8eae9;
}

.green-light-svg {
  fill: #c8eae9;
}

.green-dark-bg {
  background-color: #00a4a8;
}

.green-dark-text {
  color: #00a4a8;
}

.green-dark-svg {
  fill: #00a4a8;
}

.yummy-united-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1140px;
}

@media (max-width: 1200px) {
  .yummy-united-container {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .yummy-united-container {
    max-width: 300px;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ====================== ASSETS =================== */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #e1eefa;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #d02f80;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #d02f80;
  width: 40px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #d02f80;
  border-radius: 0;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 30px;
  border-radius: 0;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #d02f80;
  border-radius: 0;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 40px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 40px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #d02f80;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #d02f80;
  width: 40px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e1eefa;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #d02f80;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e1eefa;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #d02f80;
}

.ps--theme_light {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps--theme_light {
    overflow: auto !important;
  }
}

.ps--theme_light.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_light.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #e9e9e9;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #d02f80;
  height: 8px;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #d02f80;
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #d02f80;
  border-radius: 4px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_light > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  transition: background-color .2s linear, opacity .2s linear;
  right: 8px !important;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 8px;
  border-radius: 4px;
}

.ps--theme_light > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #d02f80;
  border-radius: 4px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 8px;
}

.ps--theme_light > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_light > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #d02f80;
  height: 8px;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #d02f80;
  width: 8px;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail,
.ps--theme_light:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #d02f80;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e1eefa;
  opacity: 1;
}

.ps--theme_light:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #d02f80;
}

.ps--theme_orange {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps--theme_orange {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps--theme_orange {
    overflow: auto !important;
  }
}

.ps--theme_orange.ps--active-x > .ps__scrollbar-x-rail,
.ps--theme_orange.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #f8f8f8;
}

.ps--theme_orange.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #fcbc31;
  height: 11px;
}

.ps--theme_orange.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #fcbc31;
  width: 40px;
}

.ps--theme_orange > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps--theme_orange > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #fcbc31;
  border-radius: 0;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps--theme_orange > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_orange > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps--theme_orange > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 30px;
  border-radius: 0;
}

.ps--theme_orange > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #fcbc31;
  border-radius: 0;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y */
  width: 40px;
}

.ps--theme_orange > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_orange > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 40px;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #fcbc31;
  height: 11px;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #fcbc31;
  width: 40px;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail,
.ps--theme_orange:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #fcbc31;
}

.ps--theme_orange:hover > .ps__scrollbar-y-rail:hover {
  background-color: #f8f8f8;
  opacity: 1;
}

.ps--theme_orange:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #fcbc31;
}

/*!
 * Cropper.js v1.0.0-alpha
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-12-04T14:06:47.119Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.cropper-container img {
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
}

.cropper-center:after, .cropper-center:before {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;\a     base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* ====================== COMMON =================== */
.yummy-united-main {
  font-family: 'Circe Regular', sans-serif;
  line-height: 1;
  font-size: 18px;
  overflow: hidden;
}

.yummy-united-main .yummy-united-container {
  position: relative;
}

.yummy-united-main .center {
  text-align: center;
  float: none;
  right: auto;
}

.yummy-united-main .big {
  font-size: 55px;
  font-family: 'Circe Bold', sans-serif;
}

@media (max-width: 720px) {
  .yummy-united-main .big {
    font-size: 30px;
  }
}

.yummy-united-main .bold {
  font-family: 'Circe Bold', sans-serif;
}

.yummy-united-main .extrabold {
  font-family: 'Circe ExtraBold', sans-serif;
}

.yummy-united-main a {
  color: inherit;
}

.yummy-united-main .abs {
  position: absolute;
}

@media (max-width: 1200px) {
  .yummy-united-main .desk {
    display: none;
  }
}

.yummy-united-main .tab {
  display: none;
}

@media (max-width: 1200px) {
  .yummy-united-main .tab {
    display: block;
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-main .tab {
    display: none;
  }
}

.yummy-united-main .mob {
  display: none;
}

@media (max-width: 1200px) {
  .yummy-united-main .mob {
    display: block;
  }
}

.yummy-united-main .violet-btn {
  font-size: 28px;
  width: 245px;
  height: 72px;
  line-height: 72px;
  display: block;
  text-align: center;
  background: url(../src/images/violet-btn.svg) no-repeat center;
  color: #ffffff;
  margin: 20px auto 0;
}

.yummy-united-main .green-btn {
  font-size: 22px;
  width: 216px;
  height: 90px;
  display: block;
  text-align: center;
  background: url(../src/images/green-btn.png) no-repeat center;
  color: #ffffff;
  margin: -10px auto 70px 70px;
  padding-top: 50px;
}

.yummy-united-main .green-btn:hover {
  background-color: transparent !important;
}

.yummy-united-main .white-btn {
  font-size: 22px;
  font-family: 'Circe Bold', sans-serif;
  width: 260px;
  height: 56px;
  line-height: 56px;
  display: block;
  text-align: center;
  background: url(../src/images/white-btn.png) no-repeat center;
  color: #841BE6;
}

.yummy-united-interview {
  position: relative;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .arrow-mob {
    position: absolute;
    top: 880px;
    right: calc(50% - 250px);
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-interview .arrow-mob {
    right: calc(50% - 160px);
  }
}

.yummy-united-interview .orange-rect {
  background: url(../src/images/rect-stars.png) no-repeat calc(50% - 70px) 440px, linear-gradient(90deg, #FFDD2D -0.22%, #FF9635 48.96%, #FC6D6D 97.46%);
  width: 100%;
  height: 1140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-interview .orange-rect {
    height: 950px;
  }
}

.yummy-united-interview .orange-rect .shape {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1450px);
  width: 2900px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-interview .orange-rect .shape {
    bottom: -220px;
    left: calc(50% - 1910px);
  }
}

.yummy-united-interview .boy {
  position: absolute;
  bottom: 180px;
  right: calc(50% - 470px);
}

@media (max-width: 1200px) {
  .yummy-united-interview .boy {
    bottom: -20px;
    right: calc(50% - 390px);
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .boy {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    bottom: -80px;
    right: calc(50% - 310px);
  }
}

.yummy-united-interview .boy .name {
  position: absolute;
  bottom: 40px;
  left: 150px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .yummy-united-interview .boy .name {
    bottom: 50px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .boy .name {
    bottom: 70px;
    left: -40px;
  }
}

.yummy-united-interview .bear {
  position: absolute;
  top: 360px;
  left: calc(50% - 650px);
}

@media (max-width: 1200px) {
  .yummy-united-interview .bear {
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    top: 310px;
    left: calc(50% - 660px);
    z-index: 1;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .bear {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    top: 370px;
    left: calc(50% - 592px);
  }
}

.yummy-united-interview .bubble {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  width: 407px;
  height: 347px;
  background: url(../src/images/bubble.svg) no-repeat center;
  font-size: 33px !important;
  text-align: center;
}

@media (max-width: 1200px) {
  .yummy-united-interview .bubble {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    bottom: 0;
    right: 90px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .bubble {
    right: -50px;
  }
}

.yummy-united-interview .bubble p {
  max-width: 285px;
  margin: 85px auto 0;
}

.yummy-united-interview .header {
  z-index: 2;
  position: relative;
  margin-bottom: 500px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .header {
    margin-bottom: 690px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .header {
    margin-bottom: 560px;
  }
}

.yummy-united-interview .header .big {
  color: #ffffff;
  margin-top: 20px;
}

.yummy-united-interview .header p {
  max-width: 710px;
  margin: 20px auto 20px;
}

.yummy-united-interview .right {
  margin-left: 450px;
}

.yummy-united-interview .left, .yummy-united-interview .right {
  max-width: 685px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .left, .yummy-united-interview .right {
    max-width: 100%;
  }
}

.yummy-united-interview .right {
  margin-left: auto;
}

.yummy-united-interview .left {
  margin-right: auto;
}

.yummy-united-interview .question {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 720px) {
  .yummy-united-interview .question .big {
    text-align: center;
  }
}

.yummy-united-interview .question .bold:not(.big) {
  font-size: 26px;
}

@media (max-width: 720px) {
  .yummy-united-interview .question .bold:not(.big) {
    text-align: center;
    font-size: 18px;
  }
}

.yummy-united-interview .question .abs {
  z-index: -1;
}

.yummy-united-interview #question1 {
  z-index: 2;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .yummy-united-interview #question1 {
    padding-bottom: 390px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question1 {
    padding-bottom: 170px;
  }
}

.yummy-united-interview #question2 {
  z-index: 2;
}

@media (max-width: 1200px) {
  .yummy-united-interview #question3 {
    padding-bottom: 360px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question3 {
    padding-bottom: 230px;
  }
}

@media (max-width: 1200px) {
  .yummy-united-interview #question4 {
    padding-bottom: 350px;
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-interview #question4 {
    padding-bottom: 330px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question6 {
    margin-top: -30px;
  }
}

.yummy-united-interview #question7 {
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .yummy-united-interview #question7 {
    padding-top: 20px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question7 {
    padding-top: 0;
    margin-top: -110px;
  }
}

.yummy-united-interview #question8 {
  padding-bottom: 50px;
}

@media (max-width: 720px) {
  .yummy-united-interview #question8 {
    margin-top: -120px;
  }
}

.yummy-united-interview #question9 {
  padding-bottom: 70px;
}

@media (max-width: 720px) {
  .yummy-united-interview #question9 {
    margin-top: -140px;
  }
}

@media (max-width: 1200px) {
  .yummy-united-interview #question10 {
    padding-top: 270px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question10 {
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview #question11 {
    margin-top: 30px;
  }
}

.yummy-united-interview .comet {
  left: -60px;
  top: 40px;
  width: 340px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .comet {
    top: 270px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .comet {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: 290px;
  }
}

.yummy-united-interview .rule {
  top: -60px;
  right: -110px;
}

.yummy-united-interview .ufo {
  top: 0;
  left: -100px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .ufo {
    top: 400px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .ufo {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    top: 420px;
  }
}

@media (max-width: 1200px) {
  .yummy-united-interview .ufo-mob {
    bottom: -400px;
    left: -650px;
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-interview .ufo-mob {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    left: -770px;
  }
}

.yummy-united-interview .ufo-mob .goose-mob {
  bottom: -170px;
  left: 60px;
}

@media (max-width: 720px) {
  .yummy-united-interview .ufo-mob .goose-mob {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    bottom: -260px;
    left: -200px;
  }
}

.yummy-united-interview .ufo-mob .thumbs-mob {
  bottom: -10px;
  left: 10px;
}

@media (max-width: 720px) {
  .yummy-united-interview .ufo-mob .thumbs-mob {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    bottom: -70px;
    left: -200px;
  }
}

.yummy-united-interview .goose {
  top: -300px;
  right: -630px;
}

.yummy-united-interview .thumbs {
  top: 10px;
  left: -100px;
}

.yummy-united-interview .blue-thing {
  top: 0;
  left: -10px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .blue-thing {
    top: -320px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .blue-thing {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: -220px;
  }
}

.yummy-united-interview .excl {
  top: 140px;
  left: 0;
  width: 377px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .excl {
    z-index: 1 !important;
    top: 170px;
    right: -240px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .excl {
    z-index: -1 !important;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: 230px;
    right: -370px;
  }
}

.yummy-united-interview .planet {
  top: -20px;
  right: 10px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .planet {
    top: -60px;
    right: -40px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .planet {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: -380px;
    right: -550px;
  }
}

.yummy-united-interview .answer {
  padding-left: 75px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 720px) {
  .yummy-united-interview .answer {
    padding-left: 0;
    padding-top: 65px;
  }
}

.yummy-united-interview .answer p + p {
  margin-top: 10px;
}

.yummy-united-interview .answer p {
  max-width: 540px;
}

.yummy-united-interview .answer .ava {
  position: absolute;
  left: 0;
}

@media (max-width: 720px) {
  .yummy-united-interview .answer .ava {
    left: 110px;
    top: -10px;
  }
}

.yummy-united-interview .contest {
  position: absolute;
  top: -30px;
  right: -70px;
  background: url(../src/images/contest-bg.png) no-repeat center;
  width: 493px;
  height: 363px;
  text-align: center;
  color: #ffffff;
  padding: 80px 0 0 90px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .contest {
    position: relative;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .contest {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    top: 50px;
    right: 120px;
  }
}

.yummy-united-interview .contest p {
  max-width: 340px;
  margin-bottom: 10px;
}

.yummy-united-interview .contest .text {
  margin-left: -140px;
}

.yummy-united-interview .contest4, .yummy-united-interview .contest2 {
  background: url(../src/images/contest4.png) no-repeat center;
  padding: 110px 0 0 170px;
  right: auto;
  left: -140px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .contest4, .yummy-united-interview .contest2 {
    margin-left: 120px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .contest4, .yummy-united-interview .contest2 {
    margin-left: -50px;
  }
}

.yummy-united-interview .footer {
  margin-top: 90px;
  padding: 100px 0 75px;
  background: url(../src/images/footer.png) no-repeat calc(50% - 190px) top;
}

@media (max-width: 1200px) {
  .yummy-united-interview .footer {
    background: url(../src/images/footer-tab.png) no-repeat center top;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .footer {
    background: url(../src/images/footer-mob.png) no-repeat center top;
    padding: 200px 0 25px;
  }
}

.yummy-united-interview .footer .white {
  text-align: center;
}

@media (max-width: 1200px) {
  .yummy-united-interview .footer .white {
    font-size: 40px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .footer .white {
    font-size: 25px;
  }
}

.yummy-united-interview .footer .white .first-p {
  max-width: 1030px;
  margin: 0 auto;
}

.yummy-united-interview .footer .white p + p {
  margin-top: 70px;
}

@media (max-width: 720px) {
  .yummy-united-interview .footer .white p + p {
    margin-top: 30px;
  }
}

.yummy-united-interview .footer .sharing {
  margin-top: 785px;
}

@media (max-width: 1200px) {
  .yummy-united-interview .footer .sharing {
    margin-top: 545px;
  }
}

@media (max-width: 720px) {
  .yummy-united-interview .footer .sharing {
    margin-top: 485px;
  }
}

.yummy-united-interview .footer .sharing .big {
  color: #7DCEF9;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .yummy-united-interview .footer .sharing .big {
    font-size: 26px;
  }
}

.yummy-united-test {
  padding: 30px 0 70px;
  text-align: center;
  position: relative;
}

@media (max-width: 1200px) {
  .yummy-united-test {
    background-size: auto 1020px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test {
    padding-bottom: 25px;
  }
}

.yummy-united-test .yummy-united-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .yummy-united-test .yummy-united-container {
    max-width: 290px;
  }
}

.yummy-united-test .blue-rect {
  background: linear-gradient(273.43deg, #00A3FF 4.95%, #1BF8EA 53.78%, #45FFA6 97.77%);
  width: 100%;
  height: 990px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-test .blue-rect {
    height: 730px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .blue-rect {
    height: 530px;
  }
}

.yummy-united-test .blue-rect .shape {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1450px);
  width: 2900px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-test .blue-rect .shape {
    bottom: -220px;
    left: calc(50% - 1910px);
  }
}

@media (max-width: 720px) {
  .yummy-united-test h1 br:nth-child(2) {
    display: none;
  }
}

.yummy-united-test .thing {
  top: 370px;
  right: calc(50% - 520px);
}

@media (max-width: 1200px) {
  .yummy-united-test .thing {
    top: 285px;
    right: calc(50% - 570px);
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-test .thing {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: 185px;
    right: calc(50% - 240px);
  }
}

.yummy-united-test .title {
  color: #ffffff;
  margin: 10px auto 20px;
}

.yummy-united-test .robot {
  top: 310px;
  left: calc(50% - 650px);
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-test .robot {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    top: 230px;
  }
}

@media (max-width: 1200px) and (max-width: 720px) {
  .yummy-united-test .robot {
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    top: 150px;
    left: 0;
  }
}

.yummy-united-test .decor {
  bottom: 0;
  pointer-events: none;
  left: calc(50% - 850px);
  z-index: -1;
}

@media (max-width: 1200px) {
  .yummy-united-test .decor {
    left: calc(50% - 400px);
  }
}

@media (max-width: 720px) {
  .yummy-united-test .decor {
    display: none;
  }
}

.yummy-united-test .glasses {
  bottom: -90px;
  left: calc(50% - 490px);
}

@media (max-width: 1200px) {
  .yummy-united-test .test:not(.test-finish) {
    padding-bottom: 500px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .test:not(.test-finish) {
    padding-bottom: 300px;
  }
}

.yummy-united-test .test, .yummy-united-test .test-finish {
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 720px) {
  .yummy-united-test .test, .yummy-united-test .test-finish {
    padding-bottom: 25px;
  }
}

.yummy-united-test .test .bubble, .yummy-united-test .test-finish .bubble {
  color: #ffffff;
  background: url(../src/images/robot-bubble.png) no-repeat center top;
  width: 378px;
  height: 373px;
  top: 150px;
  left: -80px;
}

@media (max-width: 1200px) {
  .yummy-united-test .test .bubble, .yummy-united-test .test-finish .bubble {
    top: auto;
    bottom: 60px;
    left: 120px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .test .bubble, .yummy-united-test .test-finish .bubble {
    -ms-transform: scale(0.6);
        transform: scale(0.6);
    bottom: -40px;
    left: -50px;
  }
}

.yummy-united-test .test .bubble .text, .yummy-united-test .test-finish .bubble .text {
  width: 285px;
  margin: 70px 0 0 50px;
}

.yummy-united-test .test .bubble .big, .yummy-united-test .test-finish .bubble .big {
  font-size: 33px;
  text-transform: uppercase;
}

.yummy-united-test .test-block {
  max-width: 720px;
  height: 725px;
  margin-top: 440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .yummy-united-test .test-block {
    margin-top: 565px;
    height: auto;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .test-block {
    margin-top: 295px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .test-block .big {
    text-align: center;
  }
}

.yummy-united-test .test-block .sup-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #FBDA70;
}

@media (max-width: 720px) {
  .yummy-united-test .test-block .sup-title {
    text-align: center;
  }
}

.yummy-united-test .test-block .answers {
  color: #8B80E8;
  font-size: 30px;
}

@media (max-width: 720px) {
  .yummy-united-test .test-block .answers {
    font-size: 22px;
  }
}

.yummy-united-test .test-block .answers .container {
  display: block;
  position: relative;
  padding-left: 80px;
  margin-top: 55px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.yummy-united-test .test-block .answers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.yummy-united-test .test-block .answers .checkmark {
  position: absolute;
  background: url(../src/images/star.png) no-repeat center;
  background-size: contain;
  top: -12px;
  left: 0;
  height: 59px;
  width: 59px;
}

@media (max-width: 720px) {
  .yummy-united-test .test-block .answers .checkmark {
    width: 41px;
    height: 41px;
  }
}

.yummy-united-test .test-block .answers input:checked ~ .checkmark {
  background: url(../src/images/yellow-star.png) no-repeat center;
  background-size: contain;
}

.yummy-united-test .test-block .answers .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.yummy-united-test .test-block .answers .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.yummy-united-test .test-block .green-btn {
  padding-top: 30px;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .yummy-united-test .test-finish {
    padding-bottom: 0;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .test-finish {
    padding-bottom: 30px;
  }
}

.yummy-united-test .test-finish .result {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 25px;
}

@media (max-width: 720px) {
  .yummy-united-test .test-finish .result {
    font-size: 18px;
  }
}

.yummy-united-test .test-finish .result a {
  color: #8B80E8;
}

.yummy-united-test .test-finish .violet-btn {
  margin-left: 0;
}

@media (max-width: 720px) {
  .yummy-united-test .test-finish .violet-btn {
    margin: 310px auto 0;
  }
}

.yummy-united-test .result-contest {
  top: 100px;
  left: -110px;
  width: 473px;
  height: 454px;
  background: url(../src/images/result-contest.png) no-repeat center;
  font-size: 33px;
  color: #ffffff;
  padding-top: 180px;
}

@media (max-width: 1200px) {
  .yummy-united-test .result-contest {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: auto;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .result-contest {
    background: url(../src/images/result-contest-mob.png) no-repeat center;
    width: 557px;
    height: 307px;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: calc(50% - 278px);
    font-size: 24px;
    padding-top: 120px;
  }
}

.yummy-united-test .result-contest p {
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 720px) {
  .yummy-united-test .result-contest .text {
    width: 250px;
  }
}

.yummy-united-test .result-contest .green-btn {
  margin: -10px auto 0;
}

@media (max-width: 720px) {
  .yummy-united-test .result-contest .green-btn {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    margin-top: -30px;
  }
}

.yummy-united-test .contest {
  width: 476px;
  height: 424px;
  font-size: 46px;
  bottom: -75px;
  right: calc(50% - 570px);
  background: url(../src/images/test-contest1.png) no-repeat center top;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .yummy-united-test .contest {
    right: -90px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .contest {
    -ms-transform: scale(0.6);
        transform: scale(0.6);
  }
}

.yummy-united-test .contest .text-block {
  margin-left: -60px;
}

.yummy-united-test .contest p {
  margin-bottom: 10px;
}

.yummy-united-test .contest .green-btn {
  margin: -20px auto 0;
}

.yummy-united-test .contest img {
  max-width: 100%;
}

.yummy-united-test .curd, .yummy-united-test .juice, .yummy-united-test .cocktail, .yummy-united-test .breakfast {
  padding: 70px 0;
  color: #ffffff;
}

@media (max-width: 720px) {
  .yummy-united-test .curd, .yummy-united-test .juice, .yummy-united-test .cocktail, .yummy-united-test .breakfast {
    padding-top: 35px;
  }
}

.yummy-united-test .curd .title, .yummy-united-test .juice .title, .yummy-united-test .cocktail .title, .yummy-united-test .breakfast .title {
  margin-bottom: 25px;
}

@media (max-width: 720px) {
  .yummy-united-test .curd .title, .yummy-united-test .juice .title, .yummy-united-test .cocktail .title, .yummy-united-test .breakfast .title {
    max-width: 100%;
  }
}

.yummy-united-test .curd .under, .yummy-united-test .juice .under, .yummy-united-test .cocktail .under, .yummy-united-test .breakfast .under {
  font-size: 38px;
}

@media (max-width: 720px) {
  .yummy-united-test .curd .under, .yummy-united-test .juice .under, .yummy-united-test .cocktail .under, .yummy-united-test .breakfast .under {
    font-size: 26px;
  }
}

.yummy-united-test .curd {
  background: #841BE6;
}

@media (max-width: 1200px) {
  .yummy-united-test .curd {
    padding-bottom: 590px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .curd {
    padding-bottom: 475px;
  }
}

.yummy-united-test .curd .under {
  max-width: 888px;
  margin: 30px auto 30px;
}

.yummy-united-test .curd .curds {
  display: block;
  margin-left: -200px;
}

@media (max-width: 1200px) {
  .yummy-united-test .curd .curds {
    max-width: 100%;
    margin-left: 0;
  }
}

.yummy-united-test .curd .monster {
  top: 250px;
  right: calc(50% - 670px);
}

@media (max-width: 1200px) {
  .yummy-united-test .curd .monster {
    max-width: 316px;
    bottom: -520px;
    top: auto;
    right: auto;
    left: -70px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .curd .monster {
    max-width: 248px;
    bottom: -180px;
    left: 20px;
  }
}

@media (max-width: 1200px) {
  .yummy-united-test .curd .contest {
    bottom: -520px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .curd .contest {
    bottom: -590px;
  }
}

.yummy-united-test .juice {
  background: #FF9500;
  padding-bottom: 90px;
}

@media (max-width: 1200px) {
  .yummy-united-test .juice {
    padding-bottom: 350px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .juice {
    padding-bottom: 500px;
  }
}

.yummy-united-test .juice .white-btn {
  color: #FF9500;
}

.yummy-united-test .juice .under {
  margin-bottom: 20px;
}

.yummy-united-test .juice .juice-img {
  z-index: 1;
  position: relative;
  width: 663px;
  margin-left: -300px;
}

@media (max-width: 1200px) {
  .yummy-united-test .juice .juice-img {
    max-width: 603px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .juice .juice-img {
    max-width: 100%;
    margin-left: 0;
  }
}

.yummy-united-test .juice .robot2 {
  bottom: 0;
  left: calc(50% - 700px);
  width: 257px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-test .juice .robot2 {
    bottom: -270px;
    left: 0;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .juice .robot2 {
    width: 145px;
    bottom: -460px;
    left: 50px;
  }
}

.yummy-united-test .juice .contest {
  background: url(../src/images/test-contest2.png) no-repeat center top;
  bottom: -150px;
  padding-top: 90px;
}

@media (max-width: 1200px) {
  .yummy-united-test .juice .contest {
    bottom: -440px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .juice .contest {
    bottom: -420px;
  }
}

.yummy-united-test .juice .contest .text-block {
  margin-left: -2px;
}

.yummy-united-test .juice .arrow {
  top: -130px;
}

@media (max-width: 1200px) {
  .yummy-united-test .juice .arrow {
    display: none;
  }
}

.yummy-united-test .cocktail {
  background: #E984F0;
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .yummy-united-test .cocktail {
    padding-bottom: 295px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .cocktail {
    padding-bottom: 450px;
  }
}

.yummy-united-test .cocktail .white-btn {
  color: #E984F0;
}

.yummy-united-test .cocktail .under {
  margin-bottom: 20px;
  max-width: 1024px;
}

.yummy-united-test .cocktail .cocktail-img {
  max-width: 526px;
  margin-left: -300px;
}

@media (max-width: 1200px) {
  .yummy-united-test .cocktail .cocktail-img {
    max-width: 417px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .cocktail .cocktail-img {
    max-width: 98%;
    margin-left: 0;
  }
}

.yummy-united-test .cocktail .raccoon {
  bottom: -40px;
  left: calc(50% - 680px);
}

@media (max-width: 1200px) {
  .yummy-united-test .cocktail .raccoon {
    max-width: 285px;
    bottom: -295px;
    left: 0;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .cocktail .raccoon {
    width: 215px;
    bottom: -450px;
    left: 40px;
  }
}

.yummy-united-test .cocktail .contest {
  background: url(../src/images/test-contest3.png) no-repeat center top;
  bottom: -165px;
}

@media (max-width: 1200px) {
  .yummy-united-test .cocktail .contest {
    bottom: -365px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .cocktail .contest {
    bottom: -375px;
  }
}

.yummy-united-test .cocktail .comet {
  top: 100px;
  right: calc(50% - 750px);
}

@media (max-width: 1200px) {
  .yummy-united-test .cocktail .comet {
    width: 254px;
    top: 310px;
    right: -70px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .cocktail .comet {
    display: none;
  }
}

.yummy-united-test .breakfast {
  background: #52ABFF;
}

@media (max-width: 1200px) {
  .yummy-united-test .breakfast {
    padding-bottom: 450px;
    background: #52ABFF url(../src/images/stars-bg.png) no-repeat center;
    overflow: hidden;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .breakfast {
    background: #52ABFF url(../src/images/stars-bg-mob.png) no-repeat center;
  }
}

.yummy-united-test .breakfast .white-btn {
  color: #52ABFF;
}

.yummy-united-test .breakfast .under {
  margin-bottom: 50px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .yummy-united-test .breakfast .under {
    margin-bottom: 0;
  }
}

.yummy-united-test .breakfast .breakfast-img {
  z-index: 1;
  position: relative;
  margin-left: -300px;
}

@media (max-width: 720px) {
  .yummy-united-test .breakfast .breakfast-img {
    max-width: 110%;
    margin-left: 0;
  }
}

.yummy-united-test .breakfast .panda {
  bottom: 0;
  left: calc(50% - 1250px);
}

@media (max-width: 1200px) {
  .yummy-united-test .breakfast .panda {
    max-width: 800px;
    bottom: -700px;
    left: -360px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .breakfast .panda {
    max-width: 423px;
    bottom: -560px;
    left: -120px;
  }
}

@media (max-width: 1200px) {
  .yummy-united-test .breakfast .contest {
    bottom: -0px;
  }
}

@media (max-width: 720px) {
  .yummy-united-test .breakfast .contest {
    bottom: -420px;
  }
}

.yummy-united-test .breakfast .stars {
  bottom: 300px;
  right: calc(50% - 880px);
}

.yummy-united-test .sharing {
  padding-top: 65px;
}

@media (max-width: 720px) {
  .yummy-united-test .sharing {
    padding-top: 35px;
  }
}

.yummy-united-test .sharing .big {
  color: #7DCEF9;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .yummy-united-test .sharing .big {
    font-size: 26px;
  }
}

.yummy-united-sharing {
  display: block;
  text-align: center;
}

.yummy-united-sharing__list {
  font-size: 0;
  margin: 0;
}

.yummy-united-sharing__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

@media (max-width: 540px) {
  .yummy-united-sharing__item {
    margin-left: 11px;
    margin-right: 11px;
  }
}

.yummy-united-sharing__link {
  display: block;
  width: 40px;
  height: 40px;
  transition: all .2s linear;
  transform: translate3d(0, 0, 0);
  -ms-transform-origin: center center;
      transform-origin: center center;
  border-radius: 50%;
  background-color: #FF8F3F;
  box-sizing: border-box;
}

@media (max-width: 520px) {
  .yummy-united-sharing__link {
    margin-top: 20px;
  }
}

.yummy-united-sharing__link._bb {
  padding: 6px;
}

.yummy-united-sharing__link._vk {
  padding: 0 12px;
}

.yummy-united-sharing__link._fb, .yummy-united-sharing__link._ok {
  padding: 8px;
}

.yummy-united-sharing__link._tg {
  padding: 8px;
}

.yummy-united-sharing__link._whats, .yummy-united-sharing__link._viber {
  padding: 7px;
}

.yummy-united-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.yummy-united-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: rgba(255, 143, 63, 0.7);
}

.yummy-united-footer {
  /*** warning ***/
  /*** /warning ***/
}

.yummy-united-footer__warning-img {
  display: none;
  padding: 10px 0;
}

@media screen and (min-width: 1200px) {
  .yummy-united-footer__warning-img--lg {
    display: block;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .yummy-united-footer__warning-img--md {
    display: block;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .yummy-united-footer__warning-img--sm {
    display: block;
  }
}

@media screen and (max-width: 579px) {
  .yummy-united-footer__warning-img--xs {
    display: block;
  }
}

.yummy-united-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1300000;
  overflow: auto;
}

@media screen and (max-width: 959px) {
  .yummy-united-modal {
    display: block;
  }
}

.yummy-united-modal__wrap {
  max-width: 750px;
  margin: 70px 0;
}

.yummy-united-modal__close {
  position: absolute;
  top: 20px;
  right: 9px;
  width: 23px;
  height: 23px;
  z-index: 1;
  cursor: pointer;
}

.yummy-united-modal__close svg {
  height: 100%;
  width: 100%;
}

.yummy-united-modal-popup__content {
  padding: 40px;
  background-color: white;
}

.yummy-united-modal-popup__content--rules {
  padding: 40px 0;
}

.yummy-united-modal-popup__title {
  font-size: 30px;
  padding: 0 0 30px;
}

.yummy-united-modal-popup__scroll {
  height: 300px;
}

.yummy-united-modal-popup__scroll-bar {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e1eefa;
}

.yummy-united-modal-popup__rules-text {
  padding: 0 40px;
  /* fix for BB css*/
  /* /fix for BB css*/
}

.yummy-united-modal-popup__rules-text b {
  font-weight: bold;
}

@media screen and (max-width: 579px) {
  .yummy-united-modal-popup__rules-text {
    padding-left: 20px;
  }
}

.yummy-united-modal-popup__rules-text ol li {
  font-weight: bold;
  padding-top: 15px;
}

.yummy-united-modal-popup__rules-text ol ol li, .yummy-united-modal-popup__rules-text ol ol ol li, .yummy-united-modal-popup__rules-text ol ol ol ol li {
  font-weight: normal;
  padding-top: 0;
}

.yummy-united-modal-popup__rules-text li {
  list-style-type: none;
  margin: 5px 10px;
}

.yummy-united-modal-popup__rules-text ol {
  counter-reset: list1;
}

.yummy-united-modal-popup__rules-text ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  font-weight: bold;
}

.yummy-united-modal-popup__rules-text ol ol {
  counter-reset: list2;
}

.yummy-united-modal-popup__rules-text ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  font-weight: bold;
}

.yummy-united-modal-popup__rules-text ol ol ol {
  counter-reset: list3;
}

.yummy-united-modal-popup__rules-text ol ol ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
  font-weight: bold;
}

.yummy-united-modal-popup__rules-text ol ol ol ol {
  counter-reset: list4;
}

.yummy-united-modal-popup__rules-text ol ol ol ol li:before {
  counter-increment: list4;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
  font-weight: bold;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 1;
  }
}

@media screen and (min-width: 960px) {
  .scrolldown-icon {
    position: absolute;
    bottom: 200px;
    right: 80px;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    /* цвет иконки */
  }
  .scrolldown-icon__mouse {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .scrolldown-icon__arrow {
    position: absolute;
    top: 50px;
    margin-left: 4px;
    animation: scrollAnimation 1.3s ease;
    animation-iteration-count: infinite;
  }
  .scrolldown-icon__arrow g, .scrolldown-icon__arrow path, .scrolldown-icon__mouse g, .scrolldown-icon__mouse path {
    stroke: #000000;
  }
  .scrolldown-icon._hide {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 959px) {
  .scrolldown-icon {
    display: none;
  }
}

/* ====================== ELEMENTS =================== */
.checkbox {
  white-space: nowrap;
}

.checkbox input[type=checkbox] {
  width: 0 !important;
  height: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
}

.checkbox input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #00b1b1;
  border-radius: 4px;
  border: 2px solid #00b1b1;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 4px;
  transition: all .1s ease-in-out;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .checkbox input[type=checkbox] + label::before {
    width: 14px;
    height: 14px;
  }
}

.checkbox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  color: white;
  width: 4px;
  height: 8px;
  opacity: 0;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.3);
  transition: all .1s ease-out;
  -ms-transform: translate(0, -50%) scale(1) rotate(45deg);
      transform: translate(0, -50%) scale(1) rotate(45deg);
}

.checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=checkbox]:active + label::before {
  outline: none;
  box-shadow: 0 0 0.02em 3px rgba(0, 177, 177, 0.5);
}

.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  -ms-transform: translate(0, -50%) scale(1) rotate(45deg);
      transform: translate(0, -50%) scale(1) rotate(45deg);
}

/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */