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

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

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

.ast-main {
  font-family: "Montserrat-Regular","PT Sans",Arial,sans-serif;
  font-size: 18px;
  font-feature-settings: 'clig' off, 'liga' off;
}

.title, .bold, b {
  font-family: "Montserrat-Bold","PT Sans",Arial,sans-serif;
}

.light {
  font-family: "Montserrat-light","PT Sans",Arial,sans-serif;
}

.upc {
  text-transform: uppercase;
}

sup {
  font-size: 70%;
  line-height: 1;
}

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

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

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

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

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

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-40 {
    font-size: 40px;
  }
}

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

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

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

.font-28 {
  font-size: 28px;
  line-height: 100%;
}

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

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

@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: #B3E7FA;
}

.blue-text {
  color: #B3E7FA;
}

.blue-svg {
  fill: #B3E7FA;
}

.blue-dark-bg {
  background-color: #00AEEF;
}

.blue-dark-text {
  color: #00AEEF;
}

.blue-dark-svg {
  fill: #00AEEF;
}

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

.gray-text {
  color: #D6D6D6;
}

.gray-svg {
  fill: #D6D6D6;
}

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

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

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

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

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

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

.crop-btn-act-bg {
  background-color: #00A3E0;
}

.crop-btn-act-text {
  color: #00A3E0;
}

.crop-btn-act-svg {
  fill: #00A3E0;
}

.ast-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: #00A3E0;
  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: #00A3E0;
  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: #00A3E0;
  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: #00A3E0;
  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: #00A3E0;
  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: #00A3E0;
  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: #00A3E0;
}

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

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

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

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

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

.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;
  background-color: #00A3E0;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  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 =================== */
.ast-main {
  background: #ffffff;
  color: #000;
  overflow: hidden;
  /*.a-d-s {
			display:none;
			@media screen and (min-width: 320px) and (max-width: 579px) {
				display:block;
			}
		}*/
}

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

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

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

.ast-main .__btn {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 23px;
  margin: 30px 0 0;
}

.ast-main .spo-the-law-on-advertising {
  position: relative;
  padding: 10px 20px;
  font-size: 10px;
  line-height: 14px;
  color: #101010;
  text-align: left;
  z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-main .spo-the-law-on-advertising {
    position: relative;
    color: #101010;
    top: unset;
    right: unset;
    left: unset;
  }
}

.ast-main .spo-the-law-on-advertising a {
  text-decoration: underline;
  color: #101010;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-main .spo-the-law-on-advertising a {
    color: #101010;
  }
}

.ast-main .spo-the-law-on-advertising br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-main .spo-the-law-on-advertising br {
    display: inline;
  }
}

.ast-header {
  position: relative;
  color: #000;
  /*background: getColor(white) url(../src/images/common/header-bg.png) no-repeat 50% 100%;*/
  /*&__logo {
			@media screen and (min-width: 320px) and (max-width: 579px) {
				margin-left:20px;
//				margin:0 auto;
			}
			@media screen and (min-width: 580px) and (max-width: 759px) {
				margin-left:20px;
//				margin:0 auto;
			}
			@media screen and (min-width: 760px) and (max-width: 959px) {
				margin-left:20px;
			}
			@media screen and (min-width: 960px) and (max-width: 1340px) {
				margin-left:20px;
			}
			img {
				display:block;
				width:244px;
				@media screen and (min-width: 320px) and (max-width: 579px) {
					width:180px;
				}
				@media screen and (min-width: 580px) and (max-width: 759px) {
					width:200px;
				}
				@media screen and (min-width: 760px) and (max-width: 959px) {
					width:124px;
				}
			}
		}*/
}

.ast-header.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
  z-index: 2;
}

.ast-header-menu-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -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) {
  .ast-header-menu-wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px;
  }
}

.ast-header-wrap, .ast-header-menu-wrap {
  min-height: 80px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-wrap, .ast-header-menu-wrap {
    min-height: 60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-header-wrap, .ast-header-menu-wrap {
    min-height: 80px;
  }
}

.ast-header.is-sticky {
  background: #ffffff;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
  /*.ast-header__logo {
				img {
					display:none;
					@media screen and (min-width: 320px) and (max-width: 759px) {
						display:block;
					}
				}
			}*/
  /*.gotop {
				display:unset;
			}*/
}

.ast-header.is-sticky .ast-header-menu-wrap {
  min-height: 80px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header.is-sticky .ast-header-menu-wrap {
    min-height: 60px;
  }
}

.ast-header.is-sticky .ast-header-menu-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 759px) {
  .ast-header.is-sticky .ast-header-menu-wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.ast-logo-wrap {
  max-width: 420px;
  margin: 20px auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-logo-wrap {
    display: none;
  }
}

.ast-logo-wrap .logo-vichy {
  margin-top: 12px;
}

.ast-logo-wrap a {
  pointer-events: none;
}

.ast-mobile-logo-wrap {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-mobile-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 80%;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-mobile-logo-wrap {
    margin: 0 auto 0 20px;
  }
}

.ast-mobile-logo-wrap a.mobile {
  pointer-events: none;
}

.ast-mobile-logo-wrap a.mobile .logo-roche {
  padding-right: 10%;
}

.ast-mobile-logo-wrap a.mobile .logo-vichy {
  margin-top: 10%;
  padding-left: 10%;
}

.ast-menu {
  padding: 10px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-menu {
    position: fixed;
    left: -3000px;
    right: unset;
    top: 0;
    height: 100%;
    border-radius: 0;
    z-index: 101;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-menu {
    padding: 15px 0 15px;
  }
}

.ast-menu.is-sticky {
  background: #ffffff;
  padding: 15px 0;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .ast-menu.is-sticky ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.ast-menu.active {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.ast-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-menu ul {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-menu ul {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.ast-menu ul li a {
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  margin: 0 15px;
  font-feature-settings: 'clig' off, 'liga' off;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-menu ul li a {
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
    font-size: 18px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-menu ul li a {
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-menu ul li a {
    display: inline-block;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-menu ul li a {
    margin: 0 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .ast-menu ul li a {
    font-size: 18px;
  }
}

.ast-menu ul li a.gotop {
  display: none;
}

.ast-menu ul li a.active {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  margin: 0 8px;
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-menu ul li a.active {
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-menu ul li {
    margin: 10px 0;
  }
}

.ast-menu ul li.x-circle {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .ast-menu ul li.x-circle {
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.ast-menu.is-sticky ul {
  margin-left: 0px;
}

.icon-menu {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 20px;
    z-index: 1;
  }
}

.ast-footer {
  padding: 50px 0 10px;
  /*p.footertext {
			max-width:990px;
			margin:0 auto;
			font-weight: 300;
			line-height: 111%;
//			font-family:"Fira Sans","PT Sans",Arial,sans-serif;
			font-size: 14px;
//			color: #BEBEBE;
			padding:50px 10px 50px;
		}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-footer {
    padding: 30px 0 10px;
  }
}

.ast-footer .notes {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 0;
  position: relative;
  line-height: 140%;
  font-size: 10px;
  color: #797575;
  word-wrap: break-word;
}

.ast-footer .notes p {
  margin: 20px 0;
}

.ast-footer .notes ol {
  list-style-type: decimal;
  margin-left: 5px;
}

.ast-footer .notes ol li {
  margin: 5px;
}

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

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

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

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

@media screen and (min-width: 320px) and (max-width: 374px) {
  .ast-sharing__item {
    margin: 10px 5px 0 5px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .ast-sharing__item {
    margin: 10px 8px 0 8px;
  }
}

.ast-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: black;
  box-sizing: border-box;
}

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

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

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

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

.ast-sharing__link._bb {
  border-color: #ef498f;
  background-color: #ef498f;
}

.ast-sharing__link._bb:hover {
  background-color: rgba(239, 73, 143, 0.8);
}

.ast-sharing__link._vk {
  border-color: #0077ff;
  background-color: #0077ff;
}

.ast-sharing__link._vk:hover {
  background-color: rgba(0, 119, 255, 0.8);
}

.ast-sharing__link._ok {
  border-color: #f7931e;
  background-color: #f7931e;
}

.ast-sharing__link._ok:hover {
  background-color: rgba(247, 147, 30, 0.8);
}

.ast-sharing__link._tg {
  border-color: #2aabee;
  background-color: #2aabee;
}

.ast-sharing__link._tg:hover {
  background-color: rgba(42, 171, 238, 0.8);
}

.ast-sharing__link._wt {
  border-color: #0dc143;
  background-color: #0dc143;
}

.ast-sharing__link._wt:hover {
  background-color: rgba(13, 193, 67, 0.8);
}

.ast-sharing__link._vb {
  border-color: #675da9;
  background-color: #675da9;
}

.ast-sharing__link._vb:hover {
  background-color: rgba(103, 93, 169, 0.8);
}

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

.ast-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: #141414;
}

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

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

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

.ast-modal__wrap {
  width: 1200px;
  margin: 70px 0;
}

@media screen and (max-width: 579px) {
  .ast-modal__wrap {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .ast-modal__wrap {
    width: unset;
    max-width: 960px;
  }
}

.ast-modal__wrap.wrap-candidate {
  max-width: 670px;
  margin: 70px 0;
}

@media screen and (max-width: 579px) {
  .ast-modal__wrap.wrap-candidate {
    margin: 30px 0;
  }
}

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

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

.ast-modal-popup__content {
  padding: 40px 60px;
  background-color: white;
  border-radius: 20px;
}

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

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-modal-popup__content {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-modal-popup__content {
    padding: 40px;
  }
}

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

.ast-modal-popup__title {
  padding: 0 40px 30px;
  text-align: left;
}

.ast-modal-popup__scroll {
  height: 400px;
}

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

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

.ast-modal-popup__long-content {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

.ast-modal-popup__long-content .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ast-modal-popup__long-content .text-container .text-wrap {
  max-width: 780px;
  font-size: 21px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-modal-popup__long-content .text-container .text-wrap {
    font-size: 16px;
  }
}

@media screen and (max-width: 759px) {
  .ast-modal-popup__long-content .text-container .text-wrap .decktop {
    display: none;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap .mobile {
  display: none;
}

@media screen and (max-width: 759px) {
  .ast-modal-popup__long-content .text-container .text-wrap .mobile {
    display: block;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap h1 {
  text-align: left;
  padding: 0 0 0 12px;
  margin: 10px 0 30px;
  text-transform: uppercase;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

.ast-modal-popup__long-content .text-container .text-wrap h1.blue-line {
  border-left: 4px solid #00AEEF;
}

.ast-modal-popup__long-content .text-container .text-wrap .color-box {
  padding: 6px 16px;
  border-radius: 14px;
  margin: 30px 0;
}

.ast-modal-popup__long-content .text-container .text-wrap .color-box ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.ast-modal-popup__long-content .text-container .text-wrap .color-box ol li {
  margin: 10px;
}

.ast-modal-popup__long-content .text-container .text-wrap .color-box ul {
  list-style-type: disc;
  margin-left: 20px;
}

.ast-modal-popup__long-content .text-container .text-wrap .color-box ul li {
  margin: 10px;
}

.ast-modal-popup__long-content .text-container .text-wrap .spacer {
  padding: 3px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container {
  overflow: hidden;
  padding: 20px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container {
    max-width: 320px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container {
    max-width: 320px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container {
    max-width: 660px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container {
    max-width: 660px;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 462px;
  padding: 30px 16px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 30px;
  background: #F2F2F2;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide {
    width: 280px;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide h2 {
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 15px;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide h2 span {
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide h2 span {
    font-size: 13px;
  }
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 0;
  text-align: left;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .icon-baby {
  position: absolute;
  width: 22%;
  top: -20px;
  right: 0px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card {
  display: -ms-flexbox;
  display: flex;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt {
  max-width: 205px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt p {
  font-size: 12px;
  line-height: 120%;
  margin: 16px 0;
  padding: 0px 0 0px 12px;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt p.blue-brd {
  border-left: 4px solid #00AEEF;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide {
  width: 100%;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide p {
  font-size: 12px;
  line-height: 120%;
  margin: 16px 0;
  padding: 0px 0 0px 12px;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide img {
  display: block;
  margin: 5px auto 0;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 10px 0;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 img {
  margin-right: 12px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 p {
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .bottom-card .buy-btn {
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  padding: 12px 20px 10px 20px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-container .swiper-wrapper .swiper-slide .bottom-card .buy-btn.blue {
  background: #00AEEF;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-gray {
  text-align: center;
  padding: 20px 0 0;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-gray .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #343434;
  opacity: .3;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-gray .swiper-pagination-bullet-active {
  background-color: #343434;
  opacity: 1;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-blue {
  text-align: center;
  padding: 20px 0 0;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-blue .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #00AEEF;
  opacity: .3;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-blue .swiper-pagination-bullet-active {
  background-color: #00AEEF;
  opacity: 1;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-container {
  position: relative;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-container .swp-btn-prev {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-container .swp-btn-prev.swiper-button-disabled {
  opacity: .3;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-container .swp-btn-next {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.ast-modal-popup__long-content .text-container .text-wrap .swiper-pagination-container .swp-btn-next.swiper-button-disabled {
  opacity: .3;
}

.ast-modal-popup__long-content .text-container .autor {
  max-width: 230px;
}

.ast-modal-popup__long-content .text-container .autor .autor-img {
  border-radius: 50%;
  margin: 10px 0 18px;
}

.ast-modal-popup__long-content .text-container .autor .dash {
  width: 25px;
  height: 4px;
  margin: 12px 0;
  background: rgba(118, 118, 118, 0.3);
}

.ast-modal-popup__long-content .text-container .autor .dash.blue {
  background: #00AEEF;
}

.ast-modal-popup__long-content .text-container .autor h2 {
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-modal-popup__long-content .text-container .autor h2 {
    font-size: 16px;
  }
}

.ast-modal-popup__long-content .text-container .autor p {
  font-size: 15px;
  line-height: 140%;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-modal-popup__long-content .text-container .autor p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .ast-modal-popup__long-content .text-container .autor.desktop {
    display: none;
  }
}

.ast-modal-popup__long-content .text-container .autor.mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .ast-modal-popup__long-content .text-container .autor.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    margin: 0;
  }
}

.ast-modal-popup__long-content .text-container .autor.mobile .autor-img {
  margin: 10px 20px 18px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-modal-popup__long-content .text-container .autor.mobile .autor-img {
    max-width: 110px;
  }
}

.ast-modal-popup__long-content .text-container .autor.mobile .autor-name {
  width: 100%;
  max-width: 180px;
}

.ast-modal-popup__long-content h3 {
  text-align: center;
  padding: 30px 0 0;
}

.ast-modal-popup__long-content p {
  margin: 10px 0;
}

.ast-modal-popup__long-content p.matnum {
  padding: 30px 0 0 0;
  font-size: 18px;
  color: #BEBEBE;
  text-align: center;
}

.ast-modal-popup__rules-text {
  font-family: Arial, Helvetica, sans-serif;
  /* fix for BB css*/
  /*ol li {
					font-weight:bold;
					padding-top:15px;
				}
				ol ol li, ol ol ol li, ol ol ol ol li {
					font-weight:normal;
					padding-top:0;
				}
				li { 
					list-style-type: none;
					margin:5px 10px;					
				}
				ol { counter-reset: list1; }
				ol li:before {
					counter-increment: list1;
					content: counter(list1) ". ";
					font-weight:bold;
				}
				ol ol { counter-reset: list2; }
				ol ol li:before {
					counter-increment: list2;
					content: counter(list1) "." counter(list2) ". ";
					font-weight:bold;
				}

				ol ol ol { counter-reset: list3; }
				ol ol ol li:before {
					counter-increment: list3;
					content: counter(list1) "." counter(list2)  "." counter(list3) ". ";
					font-weight:bold;
				}
				
				ol ol ol ol { counter-reset: list4; }
				ol ol ol ol li:before {
					counter-increment: list4;
					content: counter(list1) "." counter(list2) "." counter(list3)  "." counter(list4) ". ";
					font-weight:bold;
				}*/
  /* /fix for BB css*/
}

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

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

.ast-modal-popup__rules-text ul {
  list-style-type: disc;
  margin-left: 20px;
}

.ast-modal-popup__rules-text ul li {
  list-style-type: disc !important;
}

.ast-modal-popup__rules-text ul li:before {
  display: none;
}

.ast-modal-popup__rules-text ol {
  counter-reset: section;
  list-style-type: none;
}

.ast-modal-popup__rules-text li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  font-weight: bold;
}

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

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

.ast-modal-popup__rules-text li {
  margin: 5px 10px;
}

/* blur */
/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.ast-header-preface {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: url(../src/images/common/header-bg.png) no-repeat calc(50% + 350px) 0/auto 100%, #F2F2F2;
  /*.header-img {
			@media screen and (min-width: 320px) and (max-width: 1199px) {
				max-width:500px;
				margin-bottom:30px;
			}
			@media screen and (min-width: 1200px) and (max-width: 1365px) {
				max-width:550px;
			}
		}*/
  /*.spo-the-law-on-advertising {
			@media screen and (min-width: 320px) and (max-width: 579px) {
				display:none;
			}
		}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-preface {
    background: #F2F2F2;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-header-preface {
    background: #F2F2F2;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .ast-header-preface {
    background: url(../src/images/common/header-bg.png) no-repeat calc(100% + 370px) 0/auto 100%, #F2F2F2;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .ast-header-preface {
    background: url(../src/images/common/header-bg.png) no-repeat calc(100% + 340px) 0/auto 100%, #F2F2F2;
  }
}

.ast-header-preface h1 {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .ast-header-preface h1 {
    padding: 0 20px;
  }
}

.ast-header-preface .header-mobile {
  display: none;
}

@media screen and (max-width: 759px) {
  .ast-header-preface .header-mobile {
    display: block;
  }
}

.ast-header-preface .header-960 {
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-header-preface .header-960 {
    display: block;
  }
}

.ast-header-preface .header-preface-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 959px) {
  .ast-header-preface .header-preface-wrap {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 10px;
  }
}

.ast-header-preface .header-preface-wrap .preface-img {
  position: relative;
  margin: 70px 0px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-preface .header-preface-wrap .preface-img {
    margin: -50px 0 0 200px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-header-preface .header-preface-wrap .preface-img {
    margin: 0 0 0 200px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-header-preface .header-preface-wrap .preface-img {
    margin: 0 0 0 200px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-header-preface .header-preface-wrap .preface-img {
    margin: 50px 0px 0 0;
  }
}

.ast-header-preface .header-preface-wrap .preface-img .recomend {
  position: absolute;
  top: -50px;
  right: 110px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-header-preface .header-preface-wrap .preface-img .recomend {
    top: 120px;
    right: unset;
    left: -70px;
    max-width: 90px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-header-preface .header-preface-wrap .preface-img .recomend {
    top: 120px;
    right: unset;
    left: -70px;
    max-width: 90px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-header-preface .header-preface-wrap .preface-img .recomend {
    top: 50px;
    right: unset;
    left: -120px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-header-preface .header-preface-wrap .preface-img .recomend {
    top: -40px;
    /*right:unset;
						left:0px;*/
    right: 110px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-preface .header-preface-wrap .preface-img .decktop {
    display: none;
  }
}

.ast-header-preface .header-preface-wrap .preface-img .mobile {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-preface .header-preface-wrap .preface-img .mobile {
    display: block;
  }
}

.ast-header-preface .header-preface-wrap .preface-text {
  max-width: 410px;
  margin: 20px 0 20px 20px;
}

@media screen and (max-width: 759px) {
  .ast-header-preface .header-preface-wrap .preface-text {
    margin: 0px 0 0px 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-header-preface .header-preface-wrap .preface-text {
    max-width: 350px;
  }
}

.ast-header-preface .header-preface-wrap .preface-text h1 {
  text-align: left;
  max-width: 410px;
  padding: 0;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ast-header-preface .header-preface-wrap .preface-text p {
  padding-top: 20px;
  font-size: 30px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-header-preface .header-preface-wrap .preface-text p {
    padding-top: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-header-preface .header-preface-wrap .preface-text p {
    padding-top: 10px;
    font-size: 24px;
  }
}

.ast-header-preface .header-preface-wrap .preface-text p br {
  /*display:none;
						@media screen and (min-width: 320px) and (max-width: 579px) {
							display:inline;
						}*/
}

.ast-advice {
  padding: 80px 20px;
}

@media screen and (max-width: 759px) {
  .ast-advice {
    padding: 50px 20px;
  }
}

.ast-advice .advice-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-text {
    text-align: left;
  }
}

.ast-advice .advice-text h1 {
  padding: 0;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ast-advice .advice-text p {
  padding-top: 20px;
  font-size: 20px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .advice-text p {
    padding-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-advice .advice-text p {
    padding-top: 10px;
    font-size: 18px;
  }
}

.ast-advice .advice-text p.l-text {
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .advice-text p.l-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-advice .advice-text p.l-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 579px) {
  .ast-advice .advice-text p br {
    display: none;
  }
}

.ast-advice .advice-wrap {
  padding: 40px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-advice .advice-wrap {
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .advice-wrap {
    padding: 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-advice .advice-wrap {
    padding: 0;
  }
}

.ast-advice .switch-wrap {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
  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;
}

.ast-advice .switch-wrap h2 {
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .switch-wrap h2 {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-advice .switch-wrap h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .switch-wrap h2 {
    font-size: 18px;
  }
}

.ast-advice .switch-wrap h2.bold {
  pointer-events: none;
  cursor: unset;
}

.ast-advice .switch-wrap .switch {
  position: relative;
  width: 100px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  margin: 0 24px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .switch-wrap .switch {
    width: 50px;
    height: 25px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-advice .switch-wrap .switch {
    width: 60px;
    height: 30px;
    margin: 0 12px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .switch-wrap .switch {
    width: 80px;
    height: 40px;
    margin: 0 20px;
  }
}

.ast-advice .switch-wrap .switch .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #767676;
  opacity: .3;
  cursor: pointer;
  animation-name: move;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .switch-wrap .switch .circle {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-advice .switch-wrap .switch .circle {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .switch-wrap .switch .circle {
    width: 40px;
    height: 40px;
  }
}

.ast-advice .switch-wrap .switch.active .circle {
  background: #00AEEF;
  opacity: 1;
  animation-name: move-2;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.ast-advice .advice-card-wrap {
  display: none;
}

.ast-advice .advice-card-wrap.active {
  display: block;
}

.ast-advice .advice-card-wrap .mom-cards {
  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;
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 {
  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;
  width: 680px;
  margin-right: 20px;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 {
    margin: 0;
    -ms-flex-order: 2;
        order: 2;
  }
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-1 {
  width: 100%;
  height: 230px;
  border-radius: 30px;
  cursor: pointer;
  background: url(../src/images/common/mom-card-1.png) no-repeat 100% 0/auto 100%, #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-1 {
    background: url(../src/images/common/mom-card-1.png) no-repeat calc(100% + 130px) 0/auto 100%, #fff;
  }
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-2 {
  width: 330px;
  height: 230px;
  border-radius: 30px;
  margin: 20px 20px 0 0;
  cursor: pointer;
  background: url(../src/images/common/mom-card-2.png) no-repeat 100% 0/auto 100%, #fff;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-2 {
    margin: 20px 0 0 0;
    -ms-flex-order: 2;
        order: 2;
  }
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-3 {
  width: 330px;
  height: 230px;
  border-radius: 30px;
  margin: 20px 0 0 0;
  cursor: pointer;
  background: url(../src/images/common/mom-card-3.png) no-repeat 100% 0/auto 100%, #fff;
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-1, .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-2, .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-1, .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-2, .ast-advice .advice-card-wrap .mom-cards .mom-card-1-3 .mom-card-3 {
    width: 100%;
    height: 180px;
  }
}

.ast-advice .advice-card-wrap .mom-cards .mom-card-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 500px;
  height: 480px;
  border-radius: 30px;
  cursor: pointer;
  background: url(../src/images/common/mom-card-4.png) no-repeat 100% 0/auto 100%, #fff;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-4 {
    width: 100%;
    height: 180px;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .mom-cards .mom-card-4 {
    width: 680px;
    height: 230px;
    margin: 0 0 20px 0;
  }
}

.ast-advice .advice-card-wrap .mom-cards .card-text {
  padding: 20px;
}

.ast-advice .advice-card-wrap .mom-cards .card-text p {
  padding: 0 0 0 12px;
  font-size: 21px;
  line-height: 120%;
  text-transform: uppercase;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .advice-card-wrap .mom-cards .card-text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-advice .advice-card-wrap .mom-cards .card-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .advice-card-wrap .mom-cards .card-text p {
    font-size: 18px;
  }
}

.ast-advice .advice-card-wrap .mom-cards .card-text p span {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 4px 0 0;
}

.ast-advice .advice-card-wrap .child-cards {
  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;
}

.ast-advice .advice-card-wrap .child-cards .child-card-1-2 {
  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;
  width: 680px;
  margin-right: 20px;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 {
    margin: 0;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-1 {
  width: 100%;
  height: 230px;
  border-radius: 30px;
  cursor: pointer;
  background: url(../src/images/common/child-card-1.png) no-repeat calc(100% - 30px) 0/auto 100%, #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-1 {
    background: url(../src/images/common/child-card-1.png) no-repeat calc(100% + 30px) 0/auto 100%, #fff;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2 {
  width: 100%;
  height: 230px;
  border-radius: 30px;
  margin: 20px 0 0 0;
  cursor: pointer;
  background: url(../src/images/common/child-card-2.png) no-repeat 100% 0/auto 100%, #fff;
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2.decktop {
    display: none;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2.mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2.mobile {
    display: -ms-flexbox;
    display: flex;
    background: url(../src/images/common/child-card-3.png) no-repeat 100% 0/auto 100%, #fff;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-1, .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-1, .ast-advice .advice-card-wrap .child-cards .child-card-1-2 .child-card-2 {
    width: 100%;
    height: 180px;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 500px;
  height: 480px;
  border-radius: 30px;
  cursor: pointer;
  background: url(../src/images/common/child-card-3.png) no-repeat 100% 0/auto 100%, #fff;
}

@media screen and (max-width: 759px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-3 {
    width: 100%;
    height: 180px;
    margin: 20px 0 0 0;
    /*background: url(../src/images/common/child-card-3.png) no-repeat calc(100% + 100px) 0 / auto 100%, #fff;*/
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-3 {
    width: 680px;
    height: 230px;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-3.decktop {
    display: none;
  }
}

.ast-advice .advice-card-wrap .child-cards .child-card-3.mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .ast-advice .advice-card-wrap .child-cards .child-card-3.mobile {
    display: -ms-flexbox;
    display: flex;
    background: url(../src/images/common/child-card-2.png) no-repeat calc(100% + 86px) 0/auto 100%, #fff;
  }
}

.ast-advice .advice-card-wrap .child-cards .card-text {
  padding: 20px;
}

.ast-advice .advice-card-wrap .child-cards .card-text p {
  padding: 0 0 0 12px;
  font-size: 21px;
  line-height: 120%;
  text-transform: uppercase;
  border-left: 4px solid #00AEEF;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-advice .advice-card-wrap .child-cards .card-text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-advice .advice-card-wrap .child-cards .card-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-advice .advice-card-wrap .child-cards .card-text p {
    font-size: 18px;
  }
}

@keyframes move {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: 100% 0;
  }
}

@keyframes move-2 {
  0% {
    translate: 100% 0;
  }
  100% {
    translate: 0% 0;
  }
}

.ast-help {
  padding: 80px 20px 40px;
}

@media screen and (max-width: 759px) {
  .ast-help {
    padding: 50px 20px 30px;
  }
}

.ast-help .help-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .ast-help .help-text {
    text-align: left;
  }
}

.ast-help .help-text h1 {
  padding: 0;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ast-help .help-text p {
  padding-top: 20px;
  font-size: 20px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .help-text p {
    padding-top: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-help .help-text p {
    padding-top: 10px;
    font-size: 18px;
  }
}

.ast-help .help-text p.l-text {
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .help-text p.l-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-help .help-text p.l-text {
    font-size: 16px;
  }
}

.ast-help .help-text p.subtext {
  display: none;
}

.ast-help .help-text p.subtext.active {
  display: unset;
}

.ast-help .switch-wrap {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
  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;
}

.ast-help .switch-wrap h2 {
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .switch-wrap h2 {
    font-size: 14px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-help .switch-wrap h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-help .switch-wrap h2 {
    font-size: 18px;
  }
}

.ast-help .switch-wrap h2.bold {
  pointer-events: none;
  cursor: unset;
}

.ast-help .switch-wrap .switch {
  position: relative;
  width: 100px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 0px 2px #D5D5D5 inset;
  margin: 0 24px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .switch-wrap .switch {
    width: 50px;
    height: 25px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-help .switch-wrap .switch {
    width: 60px;
    height: 30px;
    margin: 0 12px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-help .switch-wrap .switch {
    width: 80px;
    height: 40px;
    margin: 0 20px;
  }
}

.ast-help .switch-wrap .switch .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #D5D5D5;
  cursor: pointer;
  animation-name: move;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .switch-wrap .switch .circle {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-help .switch-wrap .switch .circle {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-help .switch-wrap .switch .circle {
    width: 40px;
    height: 40px;
  }
}

.ast-help .switch-wrap .switch.active .circle {
  background: #00AEEF;
  opacity: 1;
  animation-name: move-2;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.ast-help .help-card-wrap {
  width: 100%;
  display: none;
  /* swiper-pagination styling */
  /* swiper-bullets styling */
}

.ast-help .help-card-wrap.active {
  display: block;
}

.ast-help .help-card-wrap .help-slider {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-help .help-card-wrap .help-slider {
    max-width: 460px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-help .help-card-wrap .help-slider {
    max-width: 730px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-help .help-card-wrap .help-slider {
    max-width: 800px;
  }
}

.ast-help .help-card-wrap .help-slider .swiper-container {
  overflow: hidden;
  padding: 20px 0 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-help .help-card-wrap .help-slider .swiper-container {
    max-width: 320px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-help .help-card-wrap .help-slider .swiper-container {
    max-width: 320px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-help .help-card-wrap .help-slider .swiper-container {
    max-width: 660px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-help .help-card-wrap .help-slider .swiper-container {
    max-width: 660px;
  }
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 462px;
  padding: 30px 16px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 30px;
  background: #F2F2F2;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 280px;
  }
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide h2 {
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 15px;
  }
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide h2 span {
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide h2 span {
    font-size: 13px;
  }
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 5px;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .icon-baby {
  position: absolute;
  width: 22%;
  top: -20px;
  right: 0px;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card {
  display: -ms-flexbox;
  display: flex;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt {
  max-width: 205px;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt p {
  font-size: 12px;
  line-height: 120%;
  margin: 16px 0;
  padding: 0px 0 0px 12px;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt p.blue-brd {
  border-left: 4px solid #00AEEF;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide {
  width: 100%;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide p {
  font-size: 12px;
  line-height: 120%;
  margin: 16px 0;
  padding: 0px 0 0px 12px;
  border-left: 4px solid rgba(118, 118, 118, 0.3);
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .top-card .top-card-txt-wide img {
  display: block;
  margin: 5px auto 0;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 10px 0;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 img {
  margin-right: 12px;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .bottom-card .number-1 p {
  font-size: 10px;
  line-height: 120%;
  text-transform: uppercase;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .bottom-card .buy-btn {
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  padding: 12px 20px 10px 20px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.ast-help .help-card-wrap .help-slider .swiper-container .swiper-wrapper .swiper-slide .bottom-card .buy-btn.blue {
  background: #00AEEF;
}

.ast-help .help-card-wrap .help-slider .swp-btn-prev, .ast-help .help-card-wrap .help-slider .swp-btn-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 579px) {
  .ast-help .help-card-wrap .help-slider .swp-btn-prev, .ast-help .help-card-wrap .help-slider .swp-btn-next {
    display: none;
  }
}

.ast-help .help-card-wrap .help-slider .swp-btn-prev {
  left: 0;
}

.ast-help .help-card-wrap .help-slider .swp-btn-next {
  right: 0;
}

.ast-help .help-card-wrap .help-slider .swiper-button-disabled {
  opacity: .3;
}

.ast-help .help-card-wrap .swiper-pagination-container {
  padding: 20px 0 0 0;
  text-align: center;
  display: none;
}

@media screen and (max-width: 579px) {
  .ast-help .help-card-wrap .swiper-pagination-container {
    display: block;
  }
}

.ast-help .help-card-wrap .swiper-pagination {
  position: relative;
}

.ast-help .help-card-wrap .swiper-pagination-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #343434;
  opacity: .3;
}

.ast-help .help-card-wrap .swiper-pagination-1 .swiper-pagination-bullet-active {
  background-color: #343434;
  opacity: 1;
}

.ast-help .help-card-wrap .swiper-pagination-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #00AEEF;
  opacity: .3;
}

.ast-help .help-card-wrap .swiper-pagination-2 .swiper-pagination-bullet-active {
  background-color: #00AEEF;
  opacity: 1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 181, 23, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(253, 181, 23, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 181, 23, 0);
  }
}

.ast-guide {
  padding: 40px 20px 40px;
}

@media screen and (max-width: 759px) {
  .ast-guide {
    padding: 30px 20px 30px;
  }
}

.ast-guide-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.ast-guide-wrap .guide-answers-box {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: #F2F2F2;
  padding: 40px 50px 50px;
  border-radius: 30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-guide-wrap .guide-answers-box {
    padding: 30px 30px 30px;
  }
}

.ast-guide-wrap .guide-answers-box:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #F2F2F2;
  border-radius: 5px;
  left: 50%;
  -ms-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
  bottom: -40px;
}

.ast-guide-wrap .guide-answers-box p {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-guide-wrap .guide-answers-box p {
    font-size: 16px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-guide-wrap .guide-answers-box p {
    font-size: 18px;
  }
}

.ast-guide-wrap .guide-answers-box ._answers-step {
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answer-title {
  padding: 24px 0;
  font-size: 21px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answer-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answer-title {
    font-size: 18px;
  }
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item {
  max-width: 100%;
  margin: 0 auto;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox {
  padding: 0 0 10px;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox input[type=checkbox],
.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox input[type=radio] {
  display: none;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 50px;
  background: #CDCDCD;
  border-radius: 15px;
  padding: 0 20px;
  color: #000;
  font-size: 21px;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox label {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answers-item ._checkbox label {
    font-size: 18px;
  }
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-item input:checked + label {
  background: #00AEEF;
  color: #fff;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-next {
  padding: 10px 0 0;
  text-align: center;
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn, .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn-hold {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 200px;
  background: #000;
  border-radius: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 36px 15px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn, .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn-hold {
    height: 50px;
    padding: 0 20px;
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn, .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn-hold {
    height: 50px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn, .ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn-hold {
    padding: 17px 28px 15px;
  }
}

.ast-guide-wrap .guide-answers-box ._answers-step ._answers-next ._next-btn-hold {
  opacity: .5;
}

.ast-guide-wrap .guide-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(180deg, #C5F0FF 0%, #EFFBFF 77.45%);
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .ast-guide-wrap .guide-result {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.ast-guide-wrap .guide-result .result-img {
  margin: 20px 0 20px -30px;
}

@media screen and (max-width: 1023px) {
  .ast-guide-wrap .guide-result .result-img {
    -ms-flex-order: 2;
        order: 2;
  }
}

.ast-guide-wrap .guide-result .result-text {
  max-width: 520px;
  margin-left: 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-guide-wrap .guide-result .result-text {
    padding: 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-guide-wrap .guide-result .result-text {
    max-width: 465px;
  }
}

@media screen and (max-width: 1023px) {
  .ast-guide-wrap .guide-result .result-text {
    margin: 30px 0;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .ast-guide-wrap .guide-result .result-text h2 {
    text-align: center;
  }
}

.ast-guide-wrap .guide-result .result-text .result-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ast-guide-wrap .guide-result .result-text .result-btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.ast-guide-wrap .guide-result .result-text .result-btn-wrap .btn {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0px 36px 0px 36px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 25px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .ast-guide-wrap .guide-result .result-text .result-btn-wrap .btn {
    min-width: 210px;
    margin: 5px 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-guide-wrap .guide-result .result-text .result-btn-wrap .btn {
    font-size: 12px;
    height: 40px;
    padding: 1px 20px 0px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-guide-wrap .guide-result .result-text .result-btn-wrap .btn {
    font-size: 12px;
    height: 40px;
    padding: 0px 30px 0px 30px;
  }
}

.ast-td-prev {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-td-prev {
    padding: 40px 0 60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-td-prev {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-td-prev {
    padding: 80px 0;
  }
}

.ast-td-prev-bg {
  background: #E8E9EB;
  padding: 0;
}

.ast-td-prev-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .ast-td-prev-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.ast-td-prev-wrap .left {
  max-width: 400px;
  padding: 70px 0 110px 20px;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-td-prev-wrap .left {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-td-prev-wrap .left {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .ast-td-prev-wrap .left {
    padding: 50px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-td-prev-wrap .left {
    padding: 70px 0 70px 20px;
  }
}

.ast-td-prev-wrap .left p {
  font-size: 21px;
  line-height: 140%;
  padding: 0 0 24px 0;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-td-prev-wrap .left p {
    font-size: 16px;
  }
}

@media screen and (min-width: 360px) and (max-width: 959px) {
  .ast-td-prev-wrap .left p {
    font-size: 18px;
  }
}

.ast-td-prev-wrap .left p br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-td-prev-wrap .left p br {
    display: inline;
  }
}

.ast-td-prev-wrap .left .btn {
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 50px;
  padding: 17px 36px 15px 36px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 25px;
  background: #000;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
}

.ast-td-prev-wrap .td-prev-img {
  margin: -150px 0 -233px 10px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .ast-td-prev-wrap .td-prev-img {
    margin: -90px 0 -100px;
    max-width: 400px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .ast-td-prev-wrap .td-prev-img {
    margin: -120px 0 -130px;
    max-width: 470px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .ast-td-prev-wrap .td-prev-img {
    margin: -150px 0 -160px 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .ast-td-prev-wrap .td-prev-img {
    margin: -180px 0 -215px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .ast-td-prev-wrap .td-prev-img {
    margin: -210px -20px -250px 0;
    max-width: 560px;
  }
}

.ast-td-members {
  margin: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-td-members {
    margin: 30px 0 0;
    padding: 0px;
  }
}

.ast-td-content {
  padding: 50px 0;
  /*----------------- */
  /*._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) {
  .ast-td-content {
    padding: 30px 0;
  }
}

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

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

.ast-td-content .td-container-in .td-order-container, .ast-td-content .td-container-in .td-message-container {
  padding: 0 40px;
}

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

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

.ast-td-content .td-container-in .td-message-container ._link, .ast-td-content .td-container-in .td-order-container ._link {
  color: #3F89D3;
  border-bottom: 1px solid rgba(63, 137, 211, 0.3);
  margin-top: 30px;
  display: inline-block;
}

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

.ast-td-content .td-title.your-review {
  margin: 40px auto 0;
}

.ast-td-content .td-title h2 {
  padding: 0 0 30px;
}

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

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

.ast-td-content .td-title h2 b {
  white-space: nowrap;
}

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

.ast-td-content .td-title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #343434;
  padding: 0 0 20px 0;
}

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

.ast-td-content .td-message-info {
  padding: 50px 0 0;
  max-width: 460px;
  margin: 0 auto;
  border: 1px dashed #009DE0;
  box-sizing: border-box;
}

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

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

.ast-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) {
  .ast-td-content .td-message-info h1 {
    font-size: 32px;
    padding: 20px 0 20px;
  }
}

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

.ast-td-content .td-message-info p {
  font-size: 18px;
  line-height: 140%;
  padding: 30px 65px 70px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-td-content .td-message-info p {
    padding: 20px 30px 70px;
    font-size: 16px;
    font-weight: 300;
  }
}

.ast-td-content .td-message-info p ._enter {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

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

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

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

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

.ast-td-content .td-participant .participant-block {
  position: relative;
  max-width: 840px;
  margin: 20px auto 0;
  padding: 30px 60px 35px 140px;
  background: #EFFBFF;
}

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

.ast-td-content .td-participant .participant-block-edit {
  background: #f5f5f5;
}

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

.ast-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) {
  .ast-td-content .td-participant .participant-block.winner:before {
    top: -81px;
    left: 50%;
    margin-left: -65px;
  }
}

.ast-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) {
  .ast-td-content .td-participant .participant-block .ava {
    top: -40px;
    left: calc(50% - 40px);
  }
}

.ast-td-content .td-participant .participant-block .name {
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

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

.ast-td-content .td-participant .participant-block .review {
  font-size: 16px;
}

.ast-td-content .td-participant .participant-block .review p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
  padding: 0;
  min-height: 50px;
}

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

.ast-td-content .td-participant .participant-block .review .btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 750px) {
  .ast-td-content .td-participant .participant-block .review .btn-wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

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

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

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

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

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

.ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev, .ast-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) {
  .ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev, .ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
  }
}

.ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next, .ast-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) {
  .ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next, .ast-td-content .td-participant .participant-block .full-review .owl-carousel .owl-nav button.owl-next {
    right: -4%;
  }
}

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

.ast-td-content .td-participant .participant-block .show-more-btn {
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  background: #009DE0;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 150%;
  color: #ffffff !important;
}

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

.ast-td-content .td-participant .participant-block .edit-btn {
  display: inline-block;
  padding: 10px;
  background: #EF498F;
  border-radius: 50%;
  margin: 10px 0 0 10px;
}

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

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

.ast-td-content .td-participant .participant-pagination a {
  color: #1C1A1A;
  margin: 0 15px;
}

.ast-td-content .td-participant .participant-pagination .active {
  color: #1C1A1A;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

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

@media screen and (min-width: 320px) and (max-width: 374px) {
  .ast-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: Montserrat-Regular;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* img form */
  /* /img form */
  /* Кнопки формы */
  /*.addbutton {
			position: relative;
			margin: 10px auto 0;
			height: 40px;
			width: 40px;
			border-radius: 50%;
			cursor: pointer;
			background-color: #74C7F1;
			&:before {
				width: 20px;
				height: 20px;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				content: "";
				display: block;
				background-image: url(../src/images/td/plus.svg);
				background-size: contain;
			}
		}*/
}

._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 input.right-placeholder::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

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

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

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

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

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

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

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

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

._td-form-container input {
  width: 100%;
  height: 50px;
  padding: 0 10px 0 10px;
  background-color: #f5f5f5 !important;
  border: none;
  outline: 0;
  font-size: 18px;
  font-family: Montserrat-Regular;
}

._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 input[type=file] {
  position: absolute;
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0;
  height: 0;
  z-index: -1;
}

._td-form-container .input-file {
  width: 130px;
  height: 130px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
}

._td-form-container .input-file i {
  display: block;
  padding-bottom: 16px;
}

._td-form-container .input-file i,
._td-form-container .input-file .title {
  color: #ccc;
  transition: 200ms color;
}

._td-form-container .input-file:hover {
  border: 2px solid grey;
}

._td-form-container .input-file:hover i,
._td-form-container .input-file:hover .title {
  color: grey;
}

._td-form-container .input-file-list-item {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: cover;
}

._td-form-container .input-file-list-item .input-file-list-remove {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 10px;
  right: 10px;
  background-image: url("../src/images/td/img-dell.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._td-form-container .input-file-pdf {
  position: relative;
  display: inline-block;
  /* Focus */
  /* Hover/Active */
  /* Disabled */
}

._td-form-container .input-file-pdf .input-file-text {
  padding: 0 10px;
  line-height: 40px;
  text-align: left;
  height: 40px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 200px;
  border-radius: 5px 0px 0 5px;
  border: 1px solid #ddd;
  background: white;
  font-size: 18px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  ._td-form-container .input-file-pdf .input-file-text {
    width: 130px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  ._td-form-container .input-file-pdf .input-file-text {
    width: 178px;
  }
}

._td-form-container .input-file-pdf .input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background-color: #009E62;
  line-height: 22px;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
}

._td-form-container .input-file-pdf input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

._td-form-container .input-file-pdf input[type=file]:focus + .input-file-btn {
  box-shadow: none;
}

._td-form-container .input-file-pdf:hover .input-file-btn {
  background-color: #59be6e;
}

._td-form-container .input-file-pdf:active .input-file-btn {
  background-color: #2E703A;
}

._td-form-container .input-file-pdf input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}

._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 5px 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;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  ._td-form-container .__form-checkbox .__user-check {
    font-size: 14px;
  }
}

._td-form-container .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background: #f5f5f5;
  box-shadow: 0px 0px 0px 1px #cdcdcd inset;
}

._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:before {
  background: #009DE0;
  box-shadow: unset;
}

._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 #ffffff;
  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: Montserrat-Regular;
}

._td-form-container .__img-form-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-family: Montserrat-Bold;
}

._td-form-container .__img-form-item {
  width: 130px;
  height: 130px;
  float: left;
  overflow: hidden;
  background-color: #f5f5f5;
  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;
  cursor: pointer;
  padding-top: 50px;
  color: #00A3E0 !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;
  background-color: #CCEBF9;
  margin-top: 6px;
}

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

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

._td-form-container .__form-submit {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #009DE0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 40px;
  width: 100%;
}

._td-form-container .__form-publish {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #009DE0;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 40px;
  width: 100%;
}

._td-form-container .addbutton {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
  cursor: pointer;
}

._td-form-container .addbutton:before {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  display: block;
  background: #009DE0 url(../src/images/td/plus.svg) no-repeat 50% 50%/10px 10px;
}

._td-form-container .deletebutton {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: inline-block;
  background-image: url(../src/images/td/x.svg);
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 4px;
}

._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: #f5f5f5;
  border-radius: 5px;
  overflow: auto;
  outline: none;
  border: none;
  resize: none;
}

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

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

._td-form-field-title {
  margin: 0 0 5px 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-family: Montserrat-Bold;
}

._td-form-field .add, ._td-form-field .addsoc, ._td-form-field .addlink {
  margin: 0 0 10px 0;
  position: relative;
}

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

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

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

._td-form-field .select .placeholder:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #00A3E0;
  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: #f5f5f5;
}

._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: #f5f5f5;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  border: 1px solid #00A3E0;
  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: #00A3E0;
  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: #86B0D8;
}

@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;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@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;
  width: 100%;
}

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

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

._td-form-radio-row .radio {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  padding: 10px 13px;
  background-color: #CCEBF9;
  color: #000000;
  width: auto;
  border: 1px solid #CCEBF9;
  cursor: pointer;
}

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

._td-form-radio-row input[type=radio]:checked + .radio {
  background-color: #00A3E0;
  color: white;
}

.ast-candidate {
  max-width: 550px;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.ast-candidate ::-webkit-input-placeholder {
  color: #8a9bab;
}

.ast-candidate ::-moz-placeholder {
  color: #8a9bab;
}

.ast-candidate :-moz-placeholder {
  color: #8a9bab;
}

.ast-candidate :-ms-input-placeholder {
  color: #8a9bab;
}

.ast-candidate-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  color: #000;
  padding: 0;
}

.ast-candidate-title h1 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 20px;
  color: #000;
}

.ast-candidate-title p {
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  padding: 0 0 20px;
  color: #8a9bab;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate-title p {
    font-size: 14px;
  }
}

.ast-candidate a {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 113, 245, 0.2) !important;
  text-decoration-color: rgba(0, 113, 245, 0.2);
}

.ast-candidate a:hover {
  -webkit-text-decoration-color: rgba(239, 73, 143, 0.2) !important;
  text-decoration-color: rgba(239, 73, 143, 0.2);
}

.ast-candidate .candidate-field {
  width: 100%;
  margin: 0 0 10px 0;
  /* Выбор, радио кнопки */
  /* Псевдо - select */
}

.ast-candidate .candidate-field input {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  background-color: #eef5f7 !important;
  border: 1px solid #d8e6ea;
  border-radius: 5px;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}

.ast-candidate .candidate-field input:focus {
  background-color: rgba(0, 113, 245, 0.15) !important;
  border: 1px solid #0071f5;
  transition: background .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .candidate-field input {
    font-size: 14px;
  }
}

.ast-candidate .candidate-field-title {
  margin: 0 0 5px 0;
  text-align: left;
  font-size: 16px;
  color: #8a9bab;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .candidate-field-title {
    font-size: 14px;
  }
}

.ast-candidate .candidate-field-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: 424px) {
  .ast-candidate .candidate-field-radio-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

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

.ast-candidate .candidate-field-radio-row input[type=radio] {
  display: none;
}

.ast-candidate .candidate-field-radio-row .input-wrapper {
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 424px) {
  .ast-candidate .candidate-field-radio-row .input-wrapper {
    margin-right: 0;
  }
}

.ast-candidate .candidate-field-radio-row .input-wrapper:last-child {
  margin-right: 0;
}

.ast-candidate .candidate-field-radio-row .radio {
  font-size: 16px;
  display: block;
  padding: 8px 10px;
  background-color: #eef5f7 !important;
  border: 1px solid #d8e6ea;
  border-radius: 5px;
  color: #8a9bab;
  width: auto;
  cursor: pointer;
}

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

@media screen and (min-width: 375px) and (max-width: 424px) {
  .ast-candidate .candidate-field-radio-row .radio {
    padding: 8px 8px;
    font-size: 15px;
  }
}

.ast-candidate .candidate-field-radio-row input[type=radio]:checked + .radio {
  background-image: linear-gradient(90deg, #ff5fa2, #ef2e7f, #f800c1, #832eef);
  background-size: 300% 100%;
  color: #fff;
  border: 1px solid #ff5fa2;
  transition: background .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ast-candidate .candidate-field textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  background-color: #eef5f7 !important;
  border: 1px solid #d8e6ea;
  border-radius: 5px;
  overflow: auto;
  outline: none;
  resize: none;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}

.ast-candidate .candidate-field textarea:focus {
  background-color: rgba(0, 113, 245, 0.15) !important;
  border: 1px solid #0071f5;
  transition: background .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .candidate-field textarea {
    font-size: 14px;
  }
}

.ast-candidate .candidate-field .add {
  margin: 0 0 10px 0;
  position: relative;
}

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

.ast-candidate .candidate-field .select .placeholder {
  position: relative;
  display: block;
  background-color: #eef5f7;
  z-index: 1;
  padding: 8px 46px 8px 10px;
  cursor: pointer;
  font-size: 16px;
  height: 38px;
  border: 1px solid #d8e6ea;
  border-radius: 5px;
  color: #8a9bab;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .candidate-field .select .placeholder {
    font-size: 14px;
  }
}

.ast-candidate .candidate-field .select .placeholder:hover {
  background: #eef5f7;
}

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

.ast-candidate .candidate-field .select .placeholder:before {
  position: absolute;
  content: "";
  width: 46px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 5px 5px 0;
  background-color: inherit;
}

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

.ast-candidate .candidate-field .select.is-open ul {
  display: block;
}

.ast-candidate .candidate-field .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #eef5f7;
  top: 100%;
  left: 0;
  list-style: none;
  margin: -4px 0 0 0;
  padding: 0;
  color: #8a9bab;
  font-size: 16px;
  border: 1px solid #d8e6ea;
  border-top: none;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  height: 300px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .candidate-field .select ul {
    font-size: 14px;
  }
}

.ast-candidate .candidate-field .select ul li {
  display: block;
  text-align: left;
  padding: 10px 12px 10px 26px;
  cursor: pointer;
}

.ast-candidate .candidate-field .select ul li:hover {
  background-color: rgba(0, 113, 245, 0.15);
  color: #000;
}

.ast-candidate .__form-checkbox {
  color: #8a9bab;
}

.ast-candidate .__form-checkbox.__read {
  margin: 0 0 20px 0;
}

.ast-candidate .__form-checkbox.__read label {
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .__form-checkbox.__read label {
    font-size: 14px;
  }
}

.ast-candidate .__form-checkbox.__agree {
  margin: 0 0 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .__form-checkbox.__agree {
    margin: 0 auto 20px;
  }
}

.ast-candidate .__form-checkbox.__agree label {
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .__form-checkbox.__agree label {
    font-size: 14px;
  }
}

.ast-candidate .__form-checkbox input[type=checkbox] {
  display: none;
}

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

.ast-candidate .__form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  left: 0;
  top: -2px;
  border-radius: 5px;
  background: #eef5f7;
  border: 1px solid #d8e6ea;
}

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

.ast-candidate .__form-checkbox input[type=checkbox]:checked + .__user-check:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 5px;
  left: 6px;
  border: 3px solid #0071f5;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.ast-candidate .addbutton {
  position: relative;
  margin: 10px 0 30px 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  color: #8a9bab;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate .addbutton {
    font-size: 14px;
  }
}

.ast-candidate .addbutton:before {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  display: block;
  background: url(../src/images/td/plus.svg) no-repeat 50% 50%/10px 10px, linear-gradient(90deg, #ff5fa2, #ef2e7f, #f800c1, #832eef) no-repeat 50% 50%/300% 100%;
}

.ast-candidate .deletebutton {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: inline-block;
  background-image: url(../src/images/td/x.svg);
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 4px;
}

.ast-candidate-send {
  padding: 10px 0 0px;
  text-align: center;
  font-weight: bold;
}

.ast-candidate-send-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 40px;
  padding: 0 15px 2px;
  transition: background .2s ease-in-out;
  border-radius: 5px;
  outline: none;
  background-image: linear-gradient(90deg, #ff5fa2, #ef2e7f, #f800c1, #832eef);
  background-size: 300% 100%;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .ast-candidate-send-btn {
    /*height:50px;
					line-height:50px;
					font-size: 16px;
					padding:0 25px;*/
  }
}

.ast-candidate-send-btn:hover {
  color: #fff;
  background-position: 100% 0;
}