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

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

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

._tns {
  font-family: "Tenor Sans","PT Sans",Arial,sans-serif;
}

._din {
  font-family: "DINCondensedC","PT Sans",Arial,sans-serif;
}

.sil-main {
  font-family: "Roboto","PT Sans",Arial,sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.upc {
  text-transform: uppercase;
}

.font-67 {
  font-size: 67px;
  line-height: 79px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .font-67 {
    font-size: 47px;
    line-height: 79px;
  }
}

.font-48 {
  font-size: 48px;
  line-height: 56px;
}

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

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

.font-36 {
  font-size: 36px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-36 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-36 {
    font-size: 26px;
    line-height: 26px;
  }
}

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

.font-30 {
  font-size: 30px;
  line-height: 35px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-30 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-30 {
    font-size: 20px;
    line-height: 25px;
  }
}

.font-24 {
  font-size: 24.7393px;
  line-height: 53px;
}

.font-22 {
  font-size: 22px;
  line-height: 26px;
}

.font-20 {
  font-size: 20px;
  line-height: 23px;
}

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

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

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

.pink-bg {
  background-color: #FACDD0;
}

.pink-text {
  color: #FACDD0;
}

.pink-svg {
  fill: #FACDD0;
}

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

.gray-text {
  color: #979797;
}

.gray-svg {
  fill: #979797;
}

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

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

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

.green-bg {
  background-color: #419D21;
}

.green-text {
  color: #419D21;
}

.green-svg {
  fill: #419D21;
}

.blue-bg {
  background-color: #006DE4;
}

.blue-text {
  color: #006DE4;
}

.blue-svg {
  fill: #006DE4;
}

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

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

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

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

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

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  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: #FACDD0;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  bottom: 0;
  /* 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;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 7px;
  border-radius: 3px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #FACDD0;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  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: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps--theme_light > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  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: #FACDD0;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  bottom: 0;
  /* 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;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  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: #FACDD0;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  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: #F6F4F5;
  opacity: 1;
}

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

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

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

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

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

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

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

.ps--theme_orange > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  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;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  bottom: 0;
  /* 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;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 20px;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 7px;
  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;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
  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: 7px;
}

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

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

.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cropper-invisible {
  opacity: 0;
}

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

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

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

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

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

/* ====================== COMMON =================== */
.sil-main {
  background: #F6F4F5;
  color: #000000;
  overflow: hidden;
}

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

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

.sil-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
  float: none;
  right: auto;
}

.sil-main .__btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 30px;
  background: #419D21;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.sil-wrap {
  min-height: 100%;
  min-height: 100vh;
  /* фолбэк для браузеров, которые не поддерживают пользовательские свойства */
  min-height: -webkit-calc(var(--vh, 1vh) * 100 - 110px);
  min-height: calc(var(--vh, 1vh) * 100 - 110px);
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-wrap {
    min-height: -webkit-calc(var(--vh, 1vh) * 100 - 169px);
    min-height: calc(var(--vh, 1vh) * 100 - 169px);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-wrap {
    min-height: -webkit-calc(var(--vh, 1vh) * 100 - 149px);
    min-height: calc(var(--vh, 1vh) * 100 - 149px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sil-wrap {
    height: 700px;
  }
}

.sil-line {
  position: absolute;
  background: #FACDD0;
  width: 3000px;
  height: 660px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-44.2%) rotate(-57deg);
      -ms-transform: translateX(-44.2%) rotate(-57deg);
          transform: translateX(-44.2%) rotate(-57deg);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-line {
    height: 330px;
    -webkit-transform: translateX(-46.2%) rotate(-57deg);
        -ms-transform: translateX(-46.2%) rotate(-57deg);
            transform: translateX(-46.2%) rotate(-57deg);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-line {
    -webkit-transform: translateX(-42.3%) rotate(-57deg);
        -ms-transform: translateX(-42.3%) rotate(-57deg);
            transform: translateX(-42.3%) rotate(-57deg);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sil-line {
    -webkit-transform: translateX(-44.2%) rotate(-57deg);
        -ms-transform: translateX(-44.2%) rotate(-57deg);
            transform: translateX(-44.2%) rotate(-57deg);
  }
}

.sil-mom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  height: 75%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-mom {
    bottom: -30px;
    height: 330px;
    -webkit-transform: translateX(-97%);
        -ms-transform: translateX(-97%);
            transform: translateX(-97%);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-mom {
    bottom: -30px;
    height: 534px;
    -webkit-transform: translateX(-90%);
        -ms-transform: translateX(-90%);
            transform: translateX(-90%);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sil-mom {
    bottom: -30px;
    height: 534px;
  }
}

.sil-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 661px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-content {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 70px auto 50px;
    max-width: 320px;
  }
}

.sil-content .__img {
  width: 378px;
  margin-left: -30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-content .__img {
    margin-left: -20px;
    width: 200px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-content .__img {
    margin-left: -28px;
    width: 300px;
  }
}

.sil-content .__set {
  width: 661px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-content .__set {
    width: 265px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-content .__set {
    width: 350px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .sil-content .__set {
    width: 493px;
  }
}

.sil-content a._btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 15px rgba(170, 114, 118, 0.56);
  font-size: 22px;
  line-height: 26px;
  font-family: "DINCondensedC","PT Sans",Arial,sans-serif;
  text-transform: uppercase;
  padding: 22px 30px;
  margin: 20px 0 20px 0;
  color: #000000;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-content a._btn {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    margin: 20px 0 20px 0;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .sil-content a._btn {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    margin: 20px 0 0 0;
  }
}

.sil-content a._btn.__confirmed {
  padding: 22px 20px;
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-content a._btn.__confirmed {
    font-size: 18px;
    line-height: 26px;
    padding: 12px;
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-content a._btn.__confirmed {
    margin: 20px 0 0 55px;
  }
}

.sil-content a._btn.__confirmed img {
  margin: -2px 10px 2px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-content a._btn.__confirmed img {
    height: 18px;
    margin: -4px 5px 4px 0;
  }
}

.sil-content a.__winners {
  color: #000;
  border-bottom: 1px solid black;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.sil-content a.__winners:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.sil-header {
  color: #000000;
  position: relative;
  z-index: 2;
}

.sil-header__in {
  position: relative;
}

.sil-header__logo {
  background: url(../src/images/common/logo.png) no-repeat 0 0;
  background-size: contain;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-header__logo {
    width: 100px;
    height: 100px;
    top: 0px;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-header__logo {
    -webkit-transform: translateX(-180%);
        -ms-transform: translateX(-180%);
            transform: translateX(-180%);
  }
}

.sil-header-order {
  background-color: #F6F4F5;
  color: #000000;
  position: relative;
  z-index: 2;
}

.sil-header-order .sil-container {
  overflow: hidden;
}

.sil-header-order-line {
  position: absolute;
  background: #FACDD0;
  width: 2000px;
  height: 230px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-56%) rotate(-57deg);
      -ms-transform: translateX(-56%) rotate(-57deg);
          transform: translateX(-56%) rotate(-57deg);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-header-order-line {
    height: 130px;
  }
}

.sil-header-order__in {
  position: relative;
  background-image: url(../src/images/common/set-2.png);
  background-repeat: no-repeat;
  background-position: 15px 0;
  position: relative;
  max-width: 810px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-header-order__in {
    background-position: 90% 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .sil-header-order__in {
    background-position: 5px 50%;
  }
}

.sil-header-order__in h1 {
  padding: 25px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-header-order__in h1 {
    padding: 30px 0 0 0;
  }
}

.sil-header-order__in h1 br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-header-order__in h1 br {
    display: inline;
  }
}

.sil-header-order__in h2 {
  padding: 5px 0 20px 0;
}

.sil-header-order__in h1, .sil-header-order__in h2 {
  margin: 0 0 0 186px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-header-order__in h1, .sil-header-order__in h2 {
    margin: 0 0 0 15px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .sil-header-order__in h1, .sil-header-order__in h2 {
    margin: 0 0 0 165px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-header-order__in h1, .sil-header-order__in h2 {
    margin: 0 0 0 170px;
  }
}

.sil-footer {
  background-color: #FFFAFA;
}

.sil-footer-wrap {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-footer-wrap {
    height: auto;
    display: block;
    padding: 20px 0 10px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-footer-wrap {
    height: auto;
    display: block;
    padding: 10px 0 0 0;
  }
}

.sil-footer-wrap p {
  margin: 0 20px;
}

.sil-sharing {
  display: inline-block;
  text-align: center;
  /*&__sm {
      display: none;
      @media screen and (max-width: 860px) {
        display: block;
      }
    }*/
  /*&__lg {
      display: none;
      @media screen and (min-width: 861px) {
        display: block;
      }
    }*/
}

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

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

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

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

.sil-sharing__link._bb {
  padding: 6px;
}

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

.sil-sharing__link._fb, .sil-sharing__link._ok, .sil-sharing__link._wt, .sil-sharing__link._vb {
  padding: 8px;
}

.sil-sharing__link._tg {
  padding: 10px 0 4px;
}

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

.sil-sharing__link:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background-color: rgba(196, 196, 196, 0.8);
}

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

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

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

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

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

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

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

.sil-modal-popup__content--send {
  padding: 60px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-modal-popup__content--send {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-modal-popup__content--send br {
    display: none;
  }
}

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

.sil-modal-popup__title--send {
  text-align: center;
  padding: 0 0 20px 0;
}

.sil-modal-popup__check {
  width: 53px;
  height: 35px;
  margin-bottom: 15px;
}

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

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

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

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

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

.sil-modal-popup__rules-text table {
  margin: 10px 0;
}

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

@media screen and (max-width: 579px) {
  .sil-modal-popup__rules-text table, .sil-modal-popup__rules-text td {
    padding: 6px;
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.sil-order {
  background-color: #FFFFFF;
}

.sil-order-img {
  position: absolute;
  border-radius: 50%;
  width: 171px;
  height: 170px;
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(170%);
      -ms-transform: translateX(170%);
          transform: translateX(170%);
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-order-img {
    width: 130px;
    height: 130px;
    top: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-order-img {
    width: 130px;
    height: 130px;
    top: -55px;
    -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
            transform: translateX(105%);
  }
}

.sil-order h1 {
  padding: 40px 20px 30px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sil-order h1 {
    padding: 30px 10px 20px;
  }
}

.sil-order-list {
  padding: 0 10px;
  max-width: 520px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-order-list {
    padding: 0 15px 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .sil-order-list {
    padding: 0 10px 50px;
  }
}

.sil-order-list-item {
  border: 5px solid #F4F7F8;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 0px 20px 5px;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-order-list-item {
    padding: 0px 10px 5px;
  }
}

.sil-order-list-item .__field-title {
  font-size: 13px;
  line-height: 1.6;
  color: #979797;
}

.sil-order-list-item input {
  width: 100%;
  border: none;
  font-size: 16px;
}

.sil-order-list .__form-checkbox {
  margin: 0 0 30px;
}

.sil-order-list .__form-checkbox-holder {
  padding-bottom: 15px;
  min-height: 50px;
}

.sil-order-list .__form-checkbox label {
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-order-list .__form-checkbox label {
    font-size: 14px;
    line-height: 1.2;
  }
}

.sil-order-list .__form-checkbox input[type=checkbox] {
  display: none;
}

.sil-order-list .__form-checkbox .__user-check {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

.sil-order-list .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  background: #F4F7F8;
  border-radius: 5px;
}

.sil-order-list .__form-checkbox .__user-check.error:before {
  box-shadow: inset 0px 0px 0px 2px #E23D3D;
  background: #F4F7F8;
}

.sil-order-list .__form-checkbox input[type=checkbox]:checked + .__user-check:before {
  background-image: url("../src/images/common/chek-rec.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #006DE4;
}

.sil-order-list .__button-form {
  padding-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .sil-order-list .__button-form {
    text-align: center;
  }
}