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

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

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

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

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

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

@font-face {
  font-family: 'caveat-regular';
  src: url("../fonts/Caveat/caveat-regular.eot");
  src: local("Caveat Regular"), local("Caveat-Regular"), url("../fonts/Caveat/caveat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Caveat/caveat-regular.woff") format("woff"), url("../fonts/Caveat/caveat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.mal-main {
  font-family: "Roboto","PT Sans",Arial,sans-serif;
}

.title {
  font-family: "DINRoundPro";
  font-weight: bold;
  font-style: normal;
}

._osr {
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
}

._osl {
  font-family: "OpenSansLight","PT Sans",Arial,sans-serif;
}

._osb {
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

.font-38 {
  font-size: 38px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-38 {
    font-size: 32px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .font-38 {
    font-size: 36px;
  }
}

.font-24 {
  font-size: 24px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-24 {
    font-size: 20px;
  }
}

/* ====================== 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;
}

.blue-bg {
  background-color: #0060AF;
}

.blue-text {
  color: #0060AF;
}

.blue-svg {
  fill: #0060AF;
}

.red-bg {
  background-color: #E41C1E;
}

.red-text {
  color: #E41C1E;
}

.red-svg {
  fill: #E41C1E;
}

.green-bg {
  background-color: #67BD40;
}

.green-text {
  color: #67BD40;
}

.green-svg {
  fill: #67BD40;
}

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

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

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

.yellow-bg {
  background-color: #FFEA4D;
}

.yellow-text {
  color: #FFEA4D;
}

.yellow-svg {
  fill: #FFEA4D;
}

.crop-btn-bg {
  background-color: #ccc;
}

.crop-btn-text {
  color: #ccc;
}

.crop-btn-svg {
  fill: #ccc;
}

.crop-btn-act-bg {
  background-color: #41AD36;
}

.crop-btn-act-text {
  color: #41AD36;
}

.crop-btn-act-svg {
  fill: #41AD36;
}

.mal-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}

.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: #f7f7f7;
}

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

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

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

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #358E2C;
  width: 6px;
}

.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: #358E2C;
  border-radius: 3px;
  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: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  border-radius: 3px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #358E2C;
  border-radius: 3px;
  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: 6px;
}

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

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

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

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

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #358E2C;
  width: 6px;
}

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

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

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

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

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

.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: #f7f7f7;
  opacity: 1;
}

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

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

.ps--theme_light.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #358E2C;
  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: #358E2C;
  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: #358E2C;
  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: #f7f7f7;
  opacity: 1;
}

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

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

.ps--theme_light:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #358E2C;
  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: #f7f7f7;
  opacity: 1;
}

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

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

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

.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: 6px;
}

.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: 3px;
  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: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
  border-radius: 3px;
}

.ps--theme_orange > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #fcbc31;
  border-radius: 3px;
  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: 6px;
}

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

.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: 6px;
}

.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;
}

/* croper */
.cropper.__td {
  display: none;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 0 0 0 0;
}

.cropper.__td .crop-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cropper.__td .crop-modal__wrap {
  background-color: #f4f4f4;
  border-radius: 20px;
  box-shadow: 0px 24px 27px 0px rgba(0, 0, 0, 0.28);
  padding: 30px;
  max-width: 700px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .cropper.__td .crop-modal__wrap {
    min-width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .cropper.__td .crop-modal__wrap {
    min-width: 500px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .cropper.__td .crop-modal__wrap {
    min-width: 700px;
  }
}

@media screen and (min-width: 1200px) {
  .cropper.__td .crop-modal__wrap {
    min-width: 700px;
  }
}

@media screen and (max-width: 579px) {
  .cropper.__td .crop-modal__wrap {
    padding: 10px;
  }
}

.cropper.__td .cropper-view-box {
  border-radius: 0;
  outline: 0px;
  box-shadow: 0 0 0 1px #323232;
}

.cropper.__td .cropper-modal {
  opacity: .8;
  background-color: #FFF;
}

.cropper.__td .modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cropper.__td .image-cropper {
  position: relative;
}

.cropper.__td .img-container {
  width: 100%;
  height: 300px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .cropper.__td .img-container {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .cropper.__td .img-container {
    width: 100%;
  }
}

/*.cropper.__td .image-resize {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cropper.__td .image-resize a {
  display: block;
  width: 30px;
  height: 30px;
  background: #009E62;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color:#fff;
}*/
.cropper.__td .image-resize {
  position: absolute;
  top: 0;
  left: 0;
}

.cropper.__td .image-resize a {
  display: block;
  width: 44px;
  height: 44px;
  color: white;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.cropper.__td .image-resize-plus {
  background-image: url("../src/images/td/crop-plus.png");
}

.cropper.__td .image-resize-minus {
  background-image: url("../src/images/td/crop-minus.png");
}

.cropper.__td .image-proportion {
  position: absolute;
  top: 0;
  right: 0;
}

.cropper.__td .image-proportion a {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 5px 0;
  position: relative;
}

.cropper.__td .proportion-1-1 {
  background-image: url("../src/images/td/crop-prop-1-1.png");
}

.cropper.__td .proportion-1-2 {
  background-image: url("../src/images/td/crop-prop-1-2.png");
}

.cropper.__td .proportion-2-1 {
  background-image: url("../src/images/td/crop-prop-2-1.png");
}

.cropper.__td .image-resize a,
.cropper.__td .image-proportion a {
  background-color: #ccc;
}

.cropper.__td .proportion-1-1._active,
.cropper.__td .proportion-1-2._active,
.cropper.__td .proportion-2-1._active,
.cropper.__td .image-resize-plus:active,
.cropper.__td .image-resize-minus:active {
  background-color: #41AD36;
}

.cropper.__td .file-upload {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 980px) {
  .cropper.__td .file-upload {
    float: none;
    text-align: center;
  }
}

.cropper.__td .file-upload span {
  border-bottom: 1px solid #323232;
  font-size: 18px;
  cursor: pointer;
}

.cropper.__td .file-upload input[type="file"] {
  position: absolute;
  left: -3000px;
}

.cropper.__td .filename {
  background: transparent;
  border: 0;
}

.cropper.__td .modal-cropper {
  position: absolute;
}

.cropper.__td .upload-container {
  position: absolute;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 980px) {
  .cropper.__td .upload-container {
    margin-top: 0;
    left: 50%;
    top: 25px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cropper.__td .upload-holder {
  position: relative;
  padding: 30px 0 18px;
  background-color: #f4f4f4;
}

@media (min-width: 320px) and (max-width: 980px) {
  .cropper.__td .upload-holder {
    padding: 62px 0 18px;
  }
}

.cropper.__td .__comment-form-submit {
  width: 181px;
  border: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 24px;
  background-color: #41AD36;
  color: #ffffff;
  font-size: 18px;
  padding: 0 30px;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .cropper.__td .__comment-form-submit {
    width: 141px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
  }
}

/* /croper */
/* ====================== COMMON =================== */
.mal-main {
  background: #fff;
  overflow: hidden;
}

.mal-main * {
  box-sizing: border-box;
}

.mal-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.mal-main ._btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  border-radius: 25px;
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #FFF;
  cursor: pointer;
  /*&-white {
				background: #FFFFFF;
				color: #3F89D3;
			}
			&-red {
				background: #D3010E;
				color:#fff;
			}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main ._btn {
    font-size: 18px;
    height: auto;
    padding: 10px 20px;
    line-height: 120%;
  }
}

.mal-main .blue-gradient-bg {
  background: linear-gradient(180deg, #DDF2FB 0%, #DDF2FB 10%, #63C4EF 100%);
}

.mal-main .recipes-bg {
  background: url(../src/images/common/recipes-bg.svg) no-repeat 50% 0/100% auto, #67BD40;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .recipes-bg {
    background: #67BD40 url(../src/images/common/recipes-bg.svg) no-repeat 50% 0/1000px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 1440px) {
  .mal-main .recipes-bg {
    background: #67BD40 url(../src/images/common/recipes-bg.svg) no-repeat 50% 0/100% auto;
  }
}

.mal-main .prizes-bg {
  background: url(../src/images/common/bg-rectangle-3-top.svg) no-repeat 50% 0/100% auto, #67BD40;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .prizes-bg {
    background: #67BD40 url(../src/images/common/bg-rectangle-3-top.svg) no-repeat 50% 0/1000px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 767px) {
  .mal-main .prizes-bg {
    background: #67BD40 url(../src/images/common/bg-rectangle-3-top.svg) no-repeat 50% 0/1000px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mal-main .prizes-bg {
    background: url(../src/images/common/bg-rectangle-3-top.svg) no-repeat 50% 0/100% auto, #67BD40;
  }
}

.mal-main .winners-bg {
  background: url(../src/images/common/bg-winners-top.svg) no-repeat 50% 0/100% auto, #67BD40;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .winners-bg {
    background: #67BD40 url(../src/images/common/bg-winners-top.svg) no-repeat 50% 0/1000px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 1440px) {
  .mal-main .winners-bg {
    background: #67BD40 url(../src/images/common/bg-winners-top.svg) no-repeat 50% 0/100% auto;
  }
}

.mal-main .members-bg {
  background: url(../src/images/common/bg-rectangle-3-bottom.svg) no-repeat 50% 100%/100% auto, url(../src/images/common/bg-rectangle-4-top.svg) no-repeat 50% 0/100% auto, #C9DE0D;
  margin: -1px 0;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .mal-main .members-bg {
    background: url(../src/images/common/bg-rectangle-3-bottom.svg) no-repeat 50% 100%/1000px auto, url(../src/images/common/bg-rectangle-4-top.svg) no-repeat 50% 0/1000px auto, #C9DE0D;
  }
}

.mal-main .decor {
  position: absolute;
  pointer-events: none;
}

.mal-main .decor.bg-shrub {
  bottom: -35px;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../src/images/common/bg-shrub.svg) no-repeat 50% 100%;
  /* / 100% auto; */
  height: 289px;
  z-index: 1;
}

.mal-main .decor.ball {
  top: 130px;
  left: calc(50% - 800px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .decor.ball {
    top: -80px;
    left: calc(50% - 150px);
    width: 300px;
    z-index: 1;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-main .decor.ball {
    top: -130px;
    left: calc(50% - 237px);
    z-index: 1;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .mal-main .decor.ball {
    top: 220px;
    left: calc(50% - 630px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mal-main .decor.ball {
    left: calc(50% - 700px);
  }
}

.mal-main .decor.corn-water {
  top: -5px;
  left: calc(50% + 350px);
  z-index: 1;
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .mal-main .decor.corn-water {
    left: calc(50% + 150px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mal-main .decor.corn-water {
    left: calc(50% + 250px);
  }
}

.mal-main .decor.duck {
  bottom: 270px;
  left: calc(50% + 350px);
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .decor.duck {
    bottom: 140px;
    left: calc(50% - 250px);
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .mal-main .decor.duck {
    bottom: 180px;
    left: calc(50% - 300px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mal-main .decor.duck {
    bottom: 180px;
    left: calc(50% - 700px);
  }
}

.mal-main .decor.corn-ball-2 {
  bottom: 80px;
  left: calc(50% + 300px);
}

.mal-main .decor.corn-ball-shadow {
  top: 60%;
  left: calc(50% - 500px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.corn-ball-shadow {
    left: calc(50% - 450px);
  }
}

.mal-main .decor.bush-1 {
  bottom: 70px;
  left: calc(50% + 350px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.bush-1 {
    left: calc(50% + 200px);
  }
}

.mal-main .decor.bush-2 {
  top: 40%;
  left: calc(50% - 1000px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.bush-2 {
    left: calc(50% - 800px);
  }
}

.mal-main .decor.grass-1 {
  top: 100px;
  left: calc(50% - 800px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-1 {
    left: calc(50% - 700px);
  }
}

.mal-main .decor.grass-2 {
  top: 100px;
  left: calc(50% + 400px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-2 {
    left: calc(50% + 300px);
  }
}

.mal-main .decor.belka-2 {
  bottom: -260px;
  left: calc(50% + 320px);
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-main .decor.belka-2 {
    bottom: -200px;
    left: calc(50% - 150px);
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-main .decor.belka-2 {
    left: calc(50% - 150px);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.belka-2 {
    left: calc(50% + 0px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.belka-2 {
    left: calc(50% + 100px);
  }
}

.mal-main .decor.bush-3 {
  bottom: -15px;
  left: calc(50% - 1220px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .decor.bush-3 {
    max-width: 780px;
    left: calc(50% - 390px);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.bush-3 {
    left: calc(50% - 500px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.bush-3 {
    left: calc(50% - 1000px);
  }
}

.mal-main .decor.ball-3 {
  bottom: -50px;
  left: calc(50% - 500px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.ball-3 {
    bottom: -10px;
    left: calc(50% - 350px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.ball-3 {
    left: calc(50% - 300px);
  }
}

.mal-main .decor.grass-3 {
  top: -80px;
  left: calc(50% - 650px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-3 {
    left: calc(50% - 450px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.grass-3 {
    left: calc(50% - 500px);
  }
}

.mal-main .decor.grass-4 {
  top: 20px;
  left: calc(50% + 300px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .decor.grass-4 {
    top: -20px;
    left: calc(50% - 150px);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-4 {
    top: 0px;
    left: calc(50% + 100px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.grass-4 {
    left: calc(50% + 200px);
  }
}

.mal-main .decor.grass-5 {
  top: -100px;
  left: calc(50% - 600px);
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-5 {
    left: calc(50% - 450px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.grass-5 {
    left: calc(50% - 500px);
  }
}

.mal-main .decor.grass-6 {
  top: 50px;
  left: calc(50% + 300px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-main .decor.grass-6 {
    top: -20px;
    left: calc(50% - 150px);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-main .decor.grass-6 {
    top: 0px;
    left: calc(50% + 100px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-main .decor.grass-6 {
    left: calc(50% + 200px);
  }
}

.fadeInDown {
  animation: fadeInDown 1.5s ease-in-out 1 forwards;
}

.fadeInTop {
  animation: fadeInTop 1.5s ease-in-out 1 forwards;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease-in-out 1 forwards;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease-in-out 1 forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.mal-header {
  min-height: 680px;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 10%, #B5E3F7 100%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header {
    padding: 50px 20px 0;
    min-height: 950px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header {
    padding-top: 50px;
    min-height: 1100px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header {
    padding-top: 50px;
    min-height: 1050px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header {
    min-height: 1000px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header {
    min-height: 1000px;
  }
}

.mal-header .decor {
  position: absolute;
  pointer-events: none;
}

.mal-header .decor.bottom {
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
}

.mal-header .decor.new {
  top: -40px;
  left: calc(50% + 400px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.new {
    top: -30px;
    left: calc(50% + 50px);
    width: 130px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.new {
    left: calc(50% + 100px);
    width: 180px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.new {
    left: calc(50% + 170px);
    width: 206px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header .decor.new {
    left: calc(50% + 270px);
    width: 206px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header .decor.new {
    left: calc(50% + 350px);
  }
}

.mal-header .decor.wheat {
  top: 0;
  left: calc(50% + 360px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.wheat {
    top: auto;
    bottom: -220px;
    left: calc(50% - 70px);
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.wheat {
    top: auto;
    bottom: -220px;
    left: calc(50% - 70px);
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.wheat {
    top: auto;
    bottom: -220px;
    left: calc(50% + 50px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header .decor.wheat {
    top: auto;
    bottom: -185px;
    left: calc(50% + 100px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header .decor.wheat {
    top: auto;
    bottom: -185px;
    left: calc(50% + 200px);
  }
}

.mal-header .decor.belka {
  bottom: -50px;
  left: calc(50% - 700px);
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.belka {
    left: calc(50% - 143px);
    width: 286px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.belka {
    left: calc(50% - 180px);
    width: 360px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.belka {
    left: calc(50% - 370px);
    width: 360px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header .decor.belka {
    left: calc(50% - 400px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header .decor.belka {
    left: calc(50% - 400px);
  }
}

.mal-header .decor.cloud {
  top: 50px;
  left: calc(50% - 700px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.cloud {
    left: calc(50% - 400px);
    width: 344px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.cloud {
    left: calc(50% - 650px);
  }
}

.mal-header .decor.corn {
  top: -30px;
  left: calc(50% - 680px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.corn {
    left: calc(50% - 350px);
    width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.corn {
    left: calc(50% - 550px);
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.corn {
    left: calc(50% - 600px);
  }
}

.mal-header .decor.corn-2 {
  top: 230px;
  left: calc(50% - 840px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.corn-2 {
    top: 700px;
    left: calc(50% - 300px);
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.corn-2 {
    top: 700px;
    left: calc(50% - 300px);
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.corn-2 {
    top: 400px;
    left: calc(50% - 500px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header .decor.corn-2 {
    top: 400px;
    left: calc(50% - 500px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header .decor.corn-2 {
    top: 430px;
    left: calc(50% - 550px);
  }
}

.mal-header .decor.corn-3 {
  top: -30px;
  left: calc(50% + 230px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header .decor.corn-3 {
    top: 20px;
    left: calc(50% + 150px);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header .decor.corn-3 {
    top: 130px;
    left: calc(50% + 300px);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header .decor.corn-3 {
    top: 130px;
    left: calc(50% + 300px);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}

.mal-header-in {
  text-align: center;
  padding: 33px 0 0;
  max-width: 555px;
  margin: 0 auto;
}

.mal-header-in p {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #393939;
  padding: 5px 0 0;
}

.mal-header-carousel-wrap {
  position: absolute;
  width: 418px;
  bottom: -75px;
  left: calc(50% + 280px);
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-header-carousel-wrap {
    width: 276px;
    left: calc(50% - 138px);
    bottom: -400px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-header-carousel-wrap {
    left: calc(50% - 210px);
    bottom: -550px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mal-header-carousel-wrap {
    left: calc(50% - 50px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-header-carousel-wrap {
    left: calc(50% + 0px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .mal-header-carousel-wrap {
    left: calc(50% + 10px);
  }
}

.mal-slider__next, .mal-slider__prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.mal-slider__next {
  right: 20px;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  background: url(../src/images/common/next.svg) no-repeat 50% 50%;
  background-size: contain;
}

.mal-slider__prev {
  left: 50px;
  -ms-transform: translateY(-200%);
      transform: translateY(-200%);
  background: url(../src/images/common/prev.svg) no-repeat 50% 50%;
  background-size: contain;
}

.mal-footer {
  background: #F8F8F8;
  padding: 40px 0;
}

.mal-footer p {
  font-family: "OpenSansLight","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  color: #343434;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-footer p {
    font-size: 16px;
  }
}

.mal-footer-warning {
  color: #E3E3E3;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}

.mal-footer-warning p {
  font-size: 18px;
  color: #E3E3E3;
  line-height: 120%;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-footer-warning p {
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-footer-warning p {
    font-size: 14px;
  }
}

.mal-footer-warning h2 {
  font-size: 50px;
  padding: 10px 20px;
  font-weight: 300;
  line-height: 120%;
  font-family: "OpenSansLight","PT Sans",Arial,sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-footer-warning h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-footer-warning h2 {
    font-size: 26px;
  }
}

.mal-sharing {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-sharing {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.mal-sharing__list {
  font-size: 0;
  margin: 5px 0 15px;
}

.mal-sharing__item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0 5px;
}

.mal-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: #67bd40;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-sharing__link {
    width: 30px;
    height: 30px;
  }
}

.mal-sharing__link._bb {
  padding: 15%;
}

.mal-sharing__link._fb, .mal-sharing__link._ok, .mal-sharing__link._wt, .mal-sharing__link._vb, .mal-sharing__link._vk {
  padding: 20%;
}

.mal-sharing__link._tg {
  padding: 25% 0 10%;
}

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

.mal-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: #7fc85d;
}

.mal-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(53, 142, 44, 0.8);
  z-index: 1300000;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .mal-modal {
    display: block;
  }
}

.mal-modal._block {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.mal-modal.long-read {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .mal-modal__wrap {
    max-width: 375px;
    margin: 50px auto;
  }
}

.mal-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  z-index: 1;
  cursor: pointer;
}

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

.mal-modal-popup__content {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  /*&--review {
					padding: 40px 0;
					@media screen and (min-width: 320px) and (max-width: 579px) {
						padding: 20px 0 20px;
					}
					.mal-modal-popup__img {
						margin:0;
						width:100%;
						height:auto;
						border-radius:0;
					}
					.insta-user, .bb-user {
						font-size: 12px;
						line-height: 120%;
						color: #626262;
						padding: 10px 0;
					}
					.insta-user img {
						border-radius: 0;
						width: 16px;
						vertical-align: middle;
					}
					.bb-user img {
						border-radius: 0;
						width: 24px;
						vertical-align: middle;
					}
					.mal-modal-popup__title {
						padding:0 40px 30px;
						@media screen and (min-width: 320px) and (max-width: 579px) {
							padding:0 20px 30px;
						}
					}
					.mal-modal-popup__box {
						padding: 30px 40px 0;
						@media screen and (min-width: 320px) and (max-width: 579px) {
							padding: 20px 20px 0;
						}
						p {
							max-width: 100%;
							width: 100%;
							padding:10px 0;
							text-align:left;
						}
					}
					.youtube-wrap {  
						position: relative;  
						padding-bottom: 56.25%;  
						height: 0;  
						overflow: hidden;  
						margin:0 0 20px 0;
						iframe {  
							position: absolute;  
							top: 0;  
							left: 0;  
							width: 100%;  
							height: 100%;  
							border-width: 0;  
							outline-width: 0;
						}
					}
					video {
						width: 100%;
						height: auto;
						max-height: 100%;
						border:none;
						outline:none;
					}
					#video_holder-1,
					#video_holder-2,
					#video_holder-3 {
						position: relative;
						width: 100%;
						height: auto;
					}

					#video_holder-1:before,
					#video_holder-2:before,
					#video_holder-3:before {
							position: absolute;
							content: "";
							width: 130px;
							height: 130px;
							left: 50%;
							top: 50%;
							transform: translate(-50%, -50%);
							background-image: url(../src/images/common/play.svg);
							background-repeat: no-repeat;
							background-position: 50% 50%;
							background-size: contain;
							z-index: 10;
							pointer-events: none;
							@media screen and (min-width: 320px) and (max-width: 579px) {
								width: 80px;
								height: 80px;
							}
						}
					#video_holder-1.hide:before,
					#video_holder-2.hide:before,
					#video_holder-3.hide:before {
						display:none
					}					
				}*/
}

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

@media screen and (max-width: 579px) {
  .mal-modal-popup__content--about {
    padding: 40px 20px;
  }
}

.mal-modal-popup__content--video {
  padding: 40px 40px 20px;
}

@media screen and (max-width: 579px) {
  .mal-modal-popup__content--video {
    padding: 50px 10px 20px;
  }
}

.mal-modal-popup__content--video .content {
  overflow: hidden;
}

@media screen and (max-width: 579px) {
  .mal-modal-popup__content--video .content iframe {
    width: 100%;
  }
}

.mal-modal-popup__content textarea {
  display: block;
  height: 250px;
  resize: none;
  border: 1px solid #C9DE0D;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
}

.mal-modal-popup__content .__form-submit {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
  padding: 0 36px;
}

.mal-modal-popup__img {
  margin: -90px 0 20px;
  width: 183px;
  height: 183px;
  border-radius: 50%;
}

.mal-modal-popup__img._border {
  border: 14px solid #F4FAFF;
  background: #F4FAFF;
}

.mal-modal-popup__title {
  padding: 0 0 30px;
  line-height: 120%;
  text-align: center;
}

@media screen and (max-width: 579px) {
  .mal-modal-popup__title br {
    display: none;
  }
}

.mal-modal-popup__title p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #C9DE0D;
}

.mal-modal-popup__scroll {
  height: 300px;
}

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

.mal-modal-popup__rules-text {
  padding: 0 40px;
}

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

.mal-modal-popup__long-content {
  padding: 0 40px;
}

@media screen and (max-width: 579px) {
  .mal-modal-popup__long-content {
    padding: 0;
  }
}

.mal-modal-popup__rules-text, .mal-modal-popup__long-content {
  /* fix for BB css*/
  /* /fix for BB css*/
}

.mal-modal-popup__rules-text h2, .mal-modal-popup__long-content h2 {
  text-align: center;
}

.mal-modal-popup__rules-text b, .mal-modal-popup__long-content b {
  font-weight: bold;
}

.mal-modal-popup__rules-text table, .mal-modal-popup__long-content table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 70%;
  margin: 10px 0;
}

.mal-modal-popup__rules-text table td, .mal-modal-popup__rules-text table th, .mal-modal-popup__long-content table td, .mal-modal-popup__long-content table th {
  padding: 8px;
  border: solid 1px #000;
}

.mal-modal-popup__rules-text table th, .mal-modal-popup__long-content table th {
  font-weight: bold;
}

.mal-modal-popup__rules-text ol li, .mal-modal-popup__long-content ol li {
  font-weight: bold;
  padding-top: 15px;
}

.mal-modal-popup__rules-text ol ol li, .mal-modal-popup__rules-text ol ol ol li, .mal-modal-popup__rules-text ol ol ol ol li, .mal-modal-popup__long-content ol ol li, .mal-modal-popup__long-content ol ol ol li, .mal-modal-popup__long-content ol ol ol ol li {
  font-weight: normal;
  padding-top: 0;
}

.mal-modal-popup__rules-text li, .mal-modal-popup__long-content li {
  list-style-type: none;
  margin: 5px 10px;
}

.mal-modal-popup__rules-text ol, .mal-modal-popup__long-content ol {
  counter-reset: list1;
}

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

.mal-modal-popup__rules-text ol ol, .mal-modal-popup__long-content ol ol {
  counter-reset: list2;
}

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

.mal-modal-popup__rules-text ol ol ol, .mal-modal-popup__long-content ol ol ol {
  counter-reset: list3;
}

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

.mal-modal-popup__rules-text ol ol ol ol, .mal-modal-popup__long-content ol ol ol ol {
  counter-reset: list4;
}

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

/* ====================== UI =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.mal-advantage {
  padding: 50px 20px 140px;
  /*@media screen and (min-width: 760px) and (max-width: 959px) {
			padding:50px 20px 220px;
		}
		@media screen and (min-width: 960px) and (max-width: 1199px) {
			padding:50px 20px 220px;
		}
		@media screen and (min-width: 1200px) and (max-width: 1439px) {
			padding:50px 20px 220px;
		}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-advantage {
    padding: 400px 20px 180px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mal-advantage {
    padding: 550px 20px 200px;
  }
}

.mal-advantage h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.mal-advantage-wrap {
  max-width: 970px;
  margin: 40px auto 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .mal-advantage-wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mal-advantage-item {
  position: relative;
  margin: 0 0 0px 0;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .mal-advantage-item {
    margin: 0 0 20px 0;
  }
}

.mal-advantage-item .text {
  position: absolute;
  top: 50%;
  left: 33px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-advantage-item .text {
    left: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-advantage-item .text .corn-ball {
    width: 50px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-advantage-item .text .corn-ball {
    width: 52px;
  }
}

.mal-advantage-item .text p {
  padding-right: 30px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-advantage-item .text p {
    padding-right: 20px;
    font-size: 90%;
    line-height: 1;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-advantage-item .text p {
    padding-right: 30px;
    font-size: 90%;
  }
}

.mal-advantage-item:nth-child(2) .text {
  margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-advantage-item:nth-child(2) .text {
    margin-top: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-advantage-item:nth-child(3) .text {
    margin-top: -5px;
  }
}

.mal-advantage-item:nth-child(4) .text {
  margin-top: -5px;
}

.mal-advantage .konkurs {
  z-index: 1;
}

.mal-advantage .konkurs p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

.mal-advantage .konkurs p a {
  color: #fff;
  text-decoration: underline;
}

.mal-situation {
  padding: 60px 20px 270px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-situation {
    padding: 60px 20px 320px;
  }
}

.mal-situation h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  z-index: 1;
}

.mal-situation p {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  color: #393939;
}

.mal-situation-wrap {
  max-width: 960px;
  margin: 40px auto 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .mal-situation-wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mal-situation-item {
  position: relative;
  margin: 0 0 15px 0;
}

.mal-situation-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.mal-situation-item .text p {
  color: #0060AF;
  font-family: "DINRoundPro";
  font-weight: bold;
  font-style: normal;
  width: 380px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-situation-item .text p {
    width: 280px;
    padding: 10px 20px;
    font-size: 90%;
    line-height: 1;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-situation-item .text p {
    width: 300px;
    padding: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-situation-item .text .corn-ball {
    width: 100px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mal-situation-item .text .corn-ball {
    width: 120px;
  }
}

.mal-situation-item:nth-child(3) .text p {
  padding-top: 0;
}

.mal-situation .konkurs p {
  max-width: 705px;
}

.mal-recipes {
  padding: 100px 20px 20px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes {
    padding: 50px 20px 20px;
  }
}

.mal-recipes h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.mal-recipes-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  max-width: 960px;
  min-height: 500px;
  background: #FFFFFF;
  border-radius: 30px;
  margin: 20px auto -15px;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes-wrap {
    min-height: 300px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-recipes-wrap {
    margin: 20px 100px -15px;
  }
}

.mal-recipes-item {
  padding: 60px 0 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes-item {
    padding: 40px 0 30px;
  }
}

.mal-recipes-item .recipes-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 30px;
}

.mal-recipes-item .recipes-user img {
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 10px;
}

.mal-recipes-item .recipes-user p {
  font-family: OpenSansBold;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 112%;
  color: #67BD40;
  text-align: left;
  padding: 0;
}

.mal-recipes-item .recipes-user p span {
  display: block;
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #858585;
}

.mal-recipes-item .recipes-img {
  width: 100%;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.mal-recipes-item .recipes-img img {
  position: relative;
  height: 300px;
  width: auto !important;
  display: inline-block !important;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes-item .recipes-img img {
    height: 200px;
  }
}

.mal-recipes-item .recipes-img .blur {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes-item .recipes-img .blur {
    height: 200px;
  }
}

.mal-recipes-item p {
  font-family: caveat-regular;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  color: #0060AF;
  padding: 50px 70px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes-item p {
    font-size: 28px;
    padding: 30px 30px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-recipes-item p {
    padding: 50px 30px 0;
    font-size: 32px;
  }
}

.mal-recipes-item .recipes-rating {
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
  /* Рейтинг звёзды */
  /* /Рейтинг звёзды */
}

.mal-recipes-item .recipes-rating-title {
  text-align: center;
  color: #343434;
  font-size: 15px;
  font-family: "OpenSansBold", "PT Sans", Arial, sans-serif;
  margin: 0 0 10px 0;
}

.mal-recipes-item .recipes-rating .rating-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.mal-recipes-item .recipes-rating .rating-input {
  display: none;
}

.mal-recipes-item .recipes-rating .rating-star:hover,
.mal-recipes-item .recipes-rating .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}

.mal-recipes-item .recipes-rating .rating-wrapper:hover .rating-star:hover,
.mal-recipes-item .recipes-rating .rating-wrapper:hover .rating-star:hover ~ .rating-star,
.mal-recipes-item .recipes-rating .rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

.mal-recipes-item .recipes-rating .rating-star,
.mal-recipes-item .recipes-rating .rating-wrapper:hover .rating-star {
  float: right;
  display: block;
  width: 43px;
  height: 41px;
  background: url(../src/images/td/rating-stars.svg) no-repeat 0 -41px;
}

.mal-recipes .mal-slider__next {
  right: -80px;
  top: 340px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url(../src/images/common/next.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes .mal-slider__next {
    top: 260px;
    right: -15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-recipes .mal-slider__next {
    right: -15px;
  }
}

.mal-recipes .mal-slider__prev {
  left: -80px;
  top: 340px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url(../src/images/common/prev.svg) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-recipes .mal-slider__prev {
    top: 260px;
    left: -15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-recipes .mal-slider__prev {
    left: -15px;
  }
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 340px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    top: 260px;
    right: -15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {
  left: -80px;
  top: 340px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {
    top: 260px;
    left: -15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

.mal-buy {
  padding: 60px 0 100px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-buy {
    padding: 60px 0 230px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-buy {
    padding: 60px 0 230px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mal-buy {
    padding: 60px 0 230px;
  }
}

.mal-buy h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.mal-buy-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  max-width: 600px;
  border-radius: 30px;
  margin: 20px auto;
}

.mal-buy-item {
  margin: 10px;
}

.mal-td-content {
  padding: 30px 20px 30px;
  /*----------------- */
  /*._td-bottom-link-container {
				padding: 10px 0 0 0;
				max-width:574px;
				margin:0 auto;
				display: flex;
				flex-flow: row wrap;
				align-items: flex-start;
				align-content: flex-start;
				@media screen and (min-width: 320px) and (max-width: 579px) {
					justify-content: space-between;
				}
//				._all-users-btn {
//					display:inline-block;
//					height:64px;
//					line-height:64px;
//					border-radius:32px;
//					padding:0 40px;
//					border:2px solid #f2f2f2;
//					font-size:20px;
//					color:getColor(blue);
//				}
				._link {
					display:block;
					margin-top:10px;
				}
				._link:nth-child(1) {
					margin-right:-104px;
					@media screen and (min-width: 320px) and (max-width: 579px) {
						margin-right:0;
					}
				}
				._link:nth-child(2) {
					margin:10px auto 0;
					@media screen and (min-width: 320px) and (max-width: 579px) {
						margin:10px 0 0;
					}
				}
			}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content {
    padding: 90px 20px 30px;
  }
}

.mal-td-content .td-container-in {
  margin: 0 auto 0;
  max-width: 850px;
  padding: 40px 40px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-container-in {
    padding: 0 0;
  }
}

.mal-td-content .td-container-in .td-order-container, .mal-td-content .td-container-in .td-message-container {
  border-radius: 20px;
  padding: 0 40px 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-container-in .td-order-container, .mal-td-content .td-container-in .td-message-container {
    border-radius: 0;
    padding: 0px;
  }
}

.mal-td-content .td-container-in .td-message-container, .mal-td-content .td-container-in .td-order-container {
  max-width: 640px;
  margin: 0 auto;
}

.mal-td-content .td-container-in .td-message-container ._link, .mal-td-content .td-container-in .td-order-container ._link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  display: inline-block;
}

.mal-td-content .td-container-in ._product-pic {
  margin: 0 -10px 20px;
  text-align: center;
}

.mal-td-content .td-container-in ._product-pic img {
  max-width: 190px;
  margin: 10px 0;
}

.mal-td-content .td-title {
  max-width: 580px;
  margin: 0 auto;
}

.mal-td-content .td-title h1 {
  padding: 0 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .mal-td-content .td-title h1 {
    padding: 0 0 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-td-content .td-title h1 {
    padding: 0 0 20px;
  }
}

.mal-td-content .td-title h1 b {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-title h1 br {
    display: none;
  }
}

.mal-td-content .td-title p {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-title p {
    font-size: 16px;
  }
}

.mal-td-content .td-title p b {
  font-weight: bold;
}

.mal-td-content .td-message-info {
  padding: 50px 0 0;
  max-width: 460px;
  margin: 0 auto;
  border: 1px dashed #ffffff;
  box-sizing: border-box;
  border-radius: 15px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .mal-td-content .td-message-info {
    padding: 40px 0 0;
  }
}

.mal-td-content .td-message-info ._animate-spin {
  display: inline-block;
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.mal-td-content .td-message-info h1 {
  font-size: 36px;
  line-height: 120%;
  padding: 20px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-message-info h1 {
    font-size: 32px;
    padding: 20px 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mal-td-content .td-message-info h1 {
    font-size: 32px;
    padding: 20px 0 20px;
  }
}

.mal-td-content .td-message-info p {
  font-size: 15px;
  color: #fff;
  line-height: 120%;
  padding: 30px 65px 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-message-info p {
    padding: 20px 30px 70px;
  }
}

.mal-td-content .td-message-info p ._enter {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mal-td-content .td-message-info p.__login {
  padding: 30px 80px 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-message-info p.__login {
    padding: 20px 30px 70px;
  }
}

.mal-td-content .td-message-info a {
  margin: 0 0 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-message-info a {
    margin: 0 0 30px 0;
  }
}

.mal-td-content .td-participant .participant-block {
  position: relative;
  max-width: 840px;
  margin: 20px auto 0;
  padding: 25px 60px 35px 140px;
  background: #fff;
  border-radius: 15px;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block {
    margin-top: 90px;
    padding: 55px 12px 30px;
  }
}

.mal-td-content .td-participant .participant-block.winner:before {
  content: "";
  position: absolute;
  background-image: url("../src/images/td/winner.svg");
  background-repeat: no-repeat;
  width: 130px;
  height: 117px;
  top: -5px;
  left: 17px;
  z-index: 1;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block.winner:before {
    top: -81px;
    left: 50%;
    margin-left: -65px;
  }
}

.mal-td-content .td-participant .participant-block .ava {
  position: absolute;
  top: 35px;
  left: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block .ava {
    top: -40px;
    left: calc(50% - 40px);
  }
}

.mal-td-content .td-participant .participant-block .name {
  font-size: 16px;
  text-align: left;
  padding: 0;
  color: #67BD40;
}

.mal-td-content .td-participant .participant-block .city {
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block .name, .mal-td-content .td-participant .participant-block .city {
    text-align: center;
  }
}

.mal-td-content .td-participant .participant-block .review {
  font-size: 15px;
}

.mal-td-content .td-participant .participant-block .review p {
  font-size: 15px;
  text-align: left;
  padding: 0;
  min-height: 50px;
}

.mal-td-content .td-participant .participant-block .review p + p {
  margin-top: 10px;
}

.mal-td-content .td-participant .participant-block .review p.text1, .mal-td-content .td-participant .participant-block .review p.text2 {
  min-height: unset;
}

.mal-td-content .td-participant .participant-block .full-review {
  margin-top: 10px;
  display: none;
  margin-left: -80px;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block .full-review {
    margin-left: 0px;
  }
}

.mal-td-content .td-participant .participant-block .full-review img {
  margin: 10px 0;
}

.mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev {
  left: -8%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev {
    left: -10%;
  }
}

.mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next {
  right: -8%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next {
    right: -10%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button img, .mal-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button img {
    max-width: 70%;
  }
}

.mal-td-content .td-participant .participant-block .show-more-btn {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #67BD40;
  border-radius: 50px;
  margin-top: 10px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  font-style: normal;
}

@media (max-width: 750px) {
  .mal-td-content .td-participant .participant-block .show-more-btn {
    display: block;
    width: -webkit-max-content;
    width: max-content;
    margin: 10px auto 0;
  }
}

.mal-td-content .td-participant .participant-block .show-more-btn p {
  color: #ffffff !important;
  font-size: 12px;
}

.mal-td-content .td-participant .participant-block .show-more-btn .text2 {
  display: none;
  margin-top: 0 !important;
}

.mal-td-content .td-participant .participant-pagination {
  max-width: 296px;
  display: -ms-flexbox;
  display: flex;
  margin: 55px auto 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-td-content .td-participant .participant-pagination {
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 18px;
  }
}

.mal-td-content .td-participant .participant-pagination a {
  color: #0060AF;
}

.mal-td-content .td-participant .participant-pagination .active {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.mal-td-content .td-participant .participant-pagination .active:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #0060AF;
  border-radius: 50%;
  z-index: -1;
  left: calc(50% - 20px);
  top: -10px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mal-td-content .td-participant .participant-pagination .active:before {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: -5px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Форма */
/* Поля формы */
/* Подсказки над полями */
._td-form {
  /* Контейнер для полей формы */
  /* Поля формы */
  /* Группа полей */
  /* Разделительная линия формы */
  /* Выбор, радио кнопки */
}

._td-form-container {
  font-family: "OpenSansLight", "PT Sans", Arial, sans-serif;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* img form */
  /* /img form */
  /* Кнопки формы */
}

._td-form-container input:-webkit-autofill,
._td-form-container input:-webkit-autofill:focus,
._td-form-container input:-webkit-autofill:hover,
._td-form-container input:-webkit-autofill:active,
._td-form-container select:-webkit-autofill,
._td-form-container textarea:-webkit-autofill {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

._td-form-container ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

._td-form-container ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

._td-form-container :-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

._td-form-container :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

._td-form-container label {
  vertical-align: middle;
  color: #fff;
}

._td-form-container label .__link {
  color: #fff;
  text-decoration: underline;
}

._td-form-container input {
  width: 100%;
  height: 50px;
  padding: 0 10px 0 10px;
  background-color: #ffffff !important;
  border: none;
  outline: 0;
  border-radius: 5px;
  font-size: 18px;
  font-family: "OpenSansLight", "PT Sans", Arial, sans-serif;
}

._td-form-container input._success {
  box-shadow: inset 0px 0px 5px 0px rgba(110, 199, 43, 0.75);
}

._td-form-container input.error, ._td-form-container input._error {
  box-shadow: inset 0px 0px 5px 0px rgba(255, 6, 19, 0.75);
}

._td-form-container ._textareafield * {
  vertical-align: top;
}

._td-form-container ._textareafield ._td-form-field-title {
  top: 3%;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

._td-form-container ._textareafield ._caption-img {
  width: 70px;
  position: absolute;
  top: 30px;
  left: -80px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  ._td-form-container ._textareafield ._caption-img {
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-bottom: -20px;
  }
}

._td-form-container .__form-checkbox {
  margin: 20px 0 15px 0;
}

._td-form-container .__form-checkbox input[type=checkbox] {
  display: none;
}

._td-form-container .__form-checkbox .__user-check {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin: 0 0 15px 0;
}

._td-form-container .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  border-radius: 5px;
  background: #ffffff;
}

._td-form-container .__form-checkbox .__user-check.error:before {
  box-shadow: inset 0px 0px 5px 0px rgba(255, 6, 19, 0.75);
}

._td-form-container .__form-checkbox input[type=checkbox]:checked + .__user-check:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 5px;
  left: 7px;
  border: 2px solid #67BD40;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

._td-form-container .__img-form {
  width: 100%;
  margin: 0 0 0 0;
  font-family: "OpenSansLight", "PT Sans", Arial, sans-serif;
}

._td-form-container .__img-form-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: "OpenSansBold", "PT Sans", Arial, sans-serif;
}

._td-form-container .__img-form-item {
  width: 130px;
  height: 130px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 20px 13px 0;
  position: relative;
}

._td-form-container .__img-form-item:last-child {
  margin: 0 0 13px 0;
}

._td-form-container .__img-form-upload {
  width: 130px;
  height: 130px;
  display: block;
  padding-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 50px;
  color: #67BD40 !important;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  ._td-form-container .__img-form-upload {
    text-align: center;
  }
}

._td-form-container .__img-form-upload + input {
  display: none;
}

._td-form-container ._img-final {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

._td-form-container .__loading-img {
  object-fit: cover;
}

._td-form-container .__loading-img-dell {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  background-image: url("../src/images/td/img-dell.svg");
  background-repeat: no-repeat;
}

._td-form-container .__img-download {
  position: absolute;
  width: 86px;
  height: 32px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #606060;
  font-size: 13px;
}

._td-form-container .__img-download-view {
  width: 86px;
  height: 4px;
  border-radius: 2px;
  margin-top: 6px;
}

._td-form-container .__img-download-view div {
  height: 4px;
  border-radius: 2px;
  background-color: #67BD40;
}

._td-form-container .__button-form {
  padding: 0 0 0 0;
}

._td-form-container .__form-submit {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
  padding: 0 36px;
}

._td-form-container .__form-publish {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
  padding: 0 36px;
}

._td-form-in {
  padding: 0;
  width: 438px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  ._td-form-in {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  ._td-form-in {
    width: 438px;
  }
}

._td-form-in textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

._td-form-field {
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  font-family: "OpenSansLight", "PT Sans", Arial, sans-serif;
  /* Выбор пола - select */
  /* Рейтинг звёзды */
  /* /Рейтинг звёзды */
}

._td-form-field-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: "OpenSansBold", "PT Sans", Arial, sans-serif;
}

._td-form-field .uper {
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 0 10px;
}

._td-form-field .under {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

._td-form-field .select {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

._td-form-field .select .placeholder {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 1;
  padding: 14px 46px 10px 17px;
  cursor: pointer;
  font-size: 18px;
  height: 48px;
  border-radius: 5px;
}

._td-form-field .select .placeholder:hover {
  background: #ffffff;
}

._td-form-field .select .placeholder:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #009E62;
  border-top: none;
  border-right: none;
  top: 50%;
  -ms-transform: translateY(-70%) rotate(-45deg);
      transform: translateY(-70%) rotate(-45deg);
  content: "";
  z-index: 10;
}

._td-form-field .select .placeholder:before {
  position: absolute;
  content: "";
  width: 46px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
  background-color: #ffffff;
}

._td-form-field .select.is-open .placeholder:after {
  -ms-transform: translateY(-10%) rotate(135deg);
      transform: translateY(-10%) rotate(135deg);
}

._td-form-field .select.is-open ul {
  display: block;
}

._td-form-field .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #ffffff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  border: 1px solid #009E62;
  border-radius: 0 0 5px 5px;
  z-index: 100;
}

._td-form-field .select ul li {
  display: block;
  text-align: left;
  padding: 14px 12px 14px 26px;
  cursor: pointer;
}

._td-form-field .select ul li:hover {
  background: #67BD40;
  color: #ffffff;
}

._td-form-field .rating-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

._td-form-field .rating-input {
  display: none;
}

._td-form-field .rating-star:hover,
._td-form-field .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}

._td-form-field .rating-wrapper:hover .rating-star:hover,
._td-form-field .rating-wrapper:hover .rating-star:hover ~ .rating-star,
._td-form-field .rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

._td-form-field .rating-star,
._td-form-field .rating-wrapper:hover .rating-star {
  float: right;
  display: block;
  width: 43px;
  height: 41px;
  background: url(../src/images/td/rating-stars.svg) no-repeat 0 -41px;
}

._td-form-field-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  ._td-form-field-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

._td-form-field-group .group-item:first-child {
  width: 40%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  ._td-form-field-group .group-item:first-child {
    margin: 0 0 10px 0;
  }
}

._td-form-field-group .group-item:last-child {
  width: 25%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  ._td-form-field-group .group-item:first-child, ._td-form-field-group .group-item:last-child {
    width: 100%;
  }
}

._td-form-line {
  width: 100%;
  height: 2px;
  margin: 20px 0 20px 0;
  background-color: #67BD40;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  ._td-form-line {
    margin: 20px 0 20px 0;
  }
}

._td-form-radio-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  ._td-form-radio-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  ._td-form-radio-row {
    margin: 8px 0 0 0;
  }
}

._td-form-radio-row input[type=radio] {
  display: none;
}

._td-form-radio-row .input-wrapper {
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  ._td-form-radio-row .input-wrapper {
    margin-right: 0;
  }
}

._td-form-radio-row .input-wrapper:last-child {
  margin-right: 0;
}

._td-form-radio-row .radio {
  font-size: 15px;
  display: block;
  padding: 10px 13px;
  background-color: #67BD40;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
  border: 1px solid #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  ._td-form-radio-row .radio {
    padding: 12px 8px;
    font-size: 15px;
  }
}

._td-form-radio-row input[type=radio]:checked + .radio {
  background-color: #ffffff;
  color: #67BD40;
}

.mal-prizes {
  padding: 80px 20px 0px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-prizes {
    padding: 50px 20px 20px;
  }
}

.mal-prizes h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.mal-prizes p {
  max-width: 505px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  color: #393939;
}

.mal-prizes-wrap {
  position: relative;
  max-width: 501px;
  margin: 50px auto 20px;
  z-index: 1;
}

.mal-prizes-wrap .decor {
  position: absolute;
  pointer-events: none;
}

.mal-prizes-wrap .decor.bow {
  top: -30%;
  right: -27%;
  width: 68.5%;
}

.mal-prizes-wrap .decor.tape {
  bottom: -12%;
  left: -44%;
  width: 68.86%;
}

.mal-prizes-wrap .decor.card-1 {
  top: -150px;
  left: calc(50% - 720px);
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .mal-prizes-wrap .decor.card-1 {
    top: -330px;
    left: calc(50% - 475px);
    -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mal-prizes-wrap .decor.card-1 {
    top: -330px;
    left: calc(50% - 550px);
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
  }
}

.mal-prizes-wrap .decor.card-2 {
  top: -37px;
  left: calc(50% - 570px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .mal-prizes-wrap .decor.card-2 {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .mal-prizes-wrap .decor.card-2 {
    top: 150px;
    left: calc(50% - 433px);
  }
}

.mal-prizes-wrap .decor.card-3 {
  top: -180px;
  left: calc(50% + 350px);
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .mal-prizes-wrap .decor.card-3 {
    top: -335px;
    left: calc(50% + 150px);
  }
}

.mal-prizes-wrap .decor.corn-ball {
  top: -10px;
  left: calc(50% + 390px);
}

.mal-prizes-buy {
  padding: 0px 0 20px;
}

.mal-winners {
  padding: 80px 20px 80px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mal-winners {
    padding: 50px 20px 20px;
  }
}

.mal-winners h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.mal-winners p {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
  color: #393939;
}

.mal-winners .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #C9DE0D;
  border-radius: 50px;
  font-size: 22px;
  color: #67BD40;
  padding: 0 28px;
  cursor: pointer;
}

.mal-masonry {
  padding: 65px 0;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .mal-masonry {
    padding: 60px 0 50px;
  }
}

/*** MASONRY WRAP ***/
.masonry-wrap {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1075px;
  /*filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));*/
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .masonry-wrap {
    max-width: 300px;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .masonry-wrap {
    max-width: 325px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .masonry-wrap {
    max-width: 700px;
  }
}

.masonry-wrap:after {
  content: '';
  display: block;
  clear: both;
}

/* item */
.item-size {
  width: 325px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .item-size {
    width: 280px;
  }
}

/* content */
.masonry-content img {
  width: 100%;
}

.masonry-content .radius {
  border-radius: 10px;
}

.masonry-content .go-insta {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 53px;
  height: 53px;
  background: url(../src/images/common/go-instagramm.svg) no-repeat 50% 50%;
}

.masonry-item, .masonry-content {
  overflow: hidden;
  position: relative;
}

.masonry-item {
  margin-bottom: 50px;
}

.masonry-item {
  color: #343434;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
}

.masonry-title, .masonry-description {
  margin: 0;
}

.masonry-title {
  font-size: 14px;
  line-height: 120%;
  color: #ED1B34;
  padding: 20px;
}

.masonry-title img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

p.masonry-description {
  font-size: 14px;
  line-height: 120%;
  padding: 0 20px 25px;
  text-align: left;
}

.td-winners {
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .td-winners {
    padding: 50px 20px 20px;
  }
}

.td-winners h1 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.td-winners h2 {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.td-winners p {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px 0;
  font-size: 18px;
  line-height: 120%;
  color: #393939;
}

.td-winners-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.td-winners-item {
  margin: 20px;
  width: 250px;
}

.td-winners-item .ava {
  border-radius: 50%;
  width: 111px;
  height: 111px;
}

.td-winners-item a {
  color: #fff;
  text-decoration: underline;
}