/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: "Arial", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-toolbar,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  position: absolute;
  z-index: 99997;
}

.fancybox-caption {
  display: none;
}

.fancybox-infobar {
  display: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  cursor: pointer;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 36px 30px 36px;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

@media (max-width: 991px) {
  .fancybox-slide--html {
    padding: 6px;
  }
}
@media (min-width: 992px) {
  .fancybox-slide--html {
    padding: 6px 85px;
  }
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 6px;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 21px 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.single-online-kurz .fancybox-button:hover {
  color: #000;
  background-color: #fac832;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  border: 0;
  color: #000;
  cursor: pointer;
  position: absolute;
  margin: 0;
  border-radius: 50%;
  right: -12px;
  top: -44px;
  z-index: 1240;
  width: 54px;
  height: 54px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.fancybox-close-small:hover {
  color: #000;
  background-color: #fff;
  opacity: 0.7;
}

.fancybox-button--close {
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  right: 5px;
  top: 5px;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  top: -15px;
}
@media (max-width: 991px) {
  .fancybox-slide--html .fancybox-close-small {
    right: -5px;
  }
}
@media (min-width: 992px) {
  .fancybox-slide--html .fancybox-close-small {
    right: -15px;
  }
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  margin: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox__custom__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #74a73d;
  display: block;
  text-align: center;
  color: #fff;
}

.fancybox__custom__icon svg {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 26px;
  padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 26px;
  padding: 0;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/*
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
*/
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99995;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  position: absolute;
  margin: 0;
}
@media (max-width: 767px) {
  .fancybox-thumbs {
    display: none;
  }
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
@media (max-width: 767px) {
  .fancybox-show-thumbs .fancybox-inner {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .fancybox-show-thumbs .fancybox-inner {
    bottom: 95px;
  }
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 4px solid rgb(128.9736842105, 185.6776315789, 67.8223684211);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.vhide {
  width: 1px;
  position: absolute;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .show--ts--max {
    display: none;
  }
}

@media (max-width: 767px) {
  .show--sm {
    display: none;
  }
}

.iti.iti--allow-dropdown {
  display: block;
}

/*
.iti.iti--allow-dropdown .iti__flag-container {
  right: 0;
}
*/
.iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container:before {
  content: " ";
  display: table;
}
.container:after {
  content: " ";
  display: table;
  clear: both;
}

.content {
  margin-left: auto;
  margin-right: auto;
}

.content--text {
  max-width: 960px;
}

.content--thin {
  max-width: 786px;
}

.content--thin-860 {
  max-width: 860px;
}

.content--thin-720 {
  max-width: 720px;
}

.content--thin-700 {
  max-width: 700px;
}

.content--thinest {
  max-width: 650px;
}

.bg--braun {
  background-color: #efe7da;
}

.bg--white {
  background-color: #fff;
}

.bg--braun_voucher_bg {
  background-color: #f9f7f2;
}

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

.bg--green_light {
  background-color: #74a73d;
}

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

@media (max-width: 767px) {
  .bg--white--ts.bg--braun {
    background: #fff;
  }
}

/*
.bg--texture {
background-image: url(../images/bg/braun-texture.png);
background-position: center top;
background-repeat: repeat-x;
}
*/
@media (max-width: 767px) {
  .bg--padding-big {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .bg--padding-big {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .bg--padding-middle {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .bg--padding-middle {
    padding-top: 28px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .bg--padding-middle--title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bg--padding-middle--title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bg--padding-middle--title {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.bg--padding-small--20 {
  padding-top: 20px;
}

.bg--padding-small {
  padding-top: 15px;
}

.bg--padding-no p:last-child,
.bg--padding-no h2:last-child,
.bg--padding-no h3:last-child {
  margin-bottom: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.col--as--1, .col--is--1, .col--xs--1, .col--ts--1, .col--sm--1, .col--md--1, .col--lg--1, .col--as--2, .col--is--2, .col--xs--2, .col--ts--2, .col--sm--2, .col--md--2, .col--lg--2, .col--as--3, .col--is--3, .col--xs--3, .col--ts--3, .col--sm--3, .col--md--3, .col--lg--3, .col--as--4, .col--is--4, .col--xs--4, .col--ts--4, .col--sm--4, .col--md--4, .col--lg--4, .col--as--5, .col--is--5, .col--xs--5, .col--ts--5, .col--sm--5, .col--md--5, .col--lg--5, .col--as--6, .col--is--6, .col--xs--6, .col--ts--6, .col--sm--6, .col--md--6, .col--lg--6, .col--as--7, .col--is--7, .col--xs--7, .col--ts--7, .col--sm--7, .col--md--7, .col--lg--7, .col--as--8, .col--is--8, .col--xs--8, .col--ts--8, .col--sm--8, .col--md--8, .col--lg--8, .col--as--9, .col--is--9, .col--xs--9, .col--ts--9, .col--sm--9, .col--md--9, .col--lg--9, .col--as--10, .col--is--10, .col--xs--10, .col--ts--10, .col--sm--10, .col--md--10, .col--lg--10, .col--as--11, .col--is--11, .col--xs--11, .col--ts--11, .col--sm--11, .col--md--11, .col--lg--11, .col--as--12, .col--is--12, .col--xs--12, .col--ts--12, .col--sm--12, .col--md--12, .col--lg--12 {
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col--as--1 {
  width: 8.3333333333%;
  float: left;
}

.col--as--2 {
  width: 16.6666666667%;
  float: left;
}

.col--as--3 {
  width: 25%;
  float: left;
}

.col--as--4 {
  width: 33.3333333333%;
  float: left;
}

.col--as--5 {
  width: 41.6666666667%;
  float: left;
}

.col--as--6 {
  width: 50%;
  float: left;
}

.col--as--7 {
  width: 58.3333333333%;
  float: left;
}

.col--as--8 {
  width: 66.6666666667%;
  float: left;
}

.col--as--9 {
  width: 75%;
  float: left;
}

.col--as--10 {
  width: 83.3333333333%;
  float: left;
}

.col--as--11 {
  width: 91.6666666667%;
  float: left;
}

.col--as--12 {
  width: 100%;
  float: left;
}

@media (min-width: 400px) {
  .col--is--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--is--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--is--3 {
    width: 25%;
    float: left;
  }
  .col--is--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--is--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--is--6 {
    width: 50%;
    float: left;
  }
  .col--is--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--is--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--is--9 {
    width: 75%;
    float: left;
  }
  .col--is--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--is--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--is--12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 480px) {
  .col--xs--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--xs--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--xs--3 {
    width: 25%;
    float: left;
  }
  .col--xs--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--xs--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--xs--6 {
    width: 50%;
    float: left;
  }
  .col--xs--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--xs--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--xs--9 {
    width: 75%;
    float: left;
  }
  .col--xs--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--xs--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--xs--12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 580px) {
  .col--ts--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--ts--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--ts--3 {
    width: 25%;
    float: left;
  }
  .col--ts--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--ts--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--ts--6 {
    width: 50%;
    float: left;
  }
  .col--ts--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--ts--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--ts--9 {
    width: 75%;
    float: left;
  }
  .col--ts--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--ts--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--ts--12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col--sm--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--sm--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--sm--3 {
    width: 25%;
    float: left;
  }
  .col--sm--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--sm--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--sm--6 {
    width: 50%;
    float: left;
  }
  .col--sm--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--sm--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--sm--9 {
    width: 75%;
    float: left;
  }
  .col--sm--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--sm--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--sm--12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col--md--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--md--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--md--3 {
    width: 25%;
    float: left;
  }
  .col--md--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--md--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--md--6 {
    width: 50%;
    float: left;
  }
  .col--md--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--md--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--md--9 {
    width: 75%;
    float: left;
  }
  .col--md--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--md--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--md--12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1170px) {
  .col--lg--1 {
    width: 8.3333333333%;
    float: left;
  }
  .col--lg--2 {
    width: 16.6666666667%;
    float: left;
  }
  .col--lg--3 {
    width: 25%;
    float: left;
  }
  .col--lg--4 {
    width: 33.3333333333%;
    float: left;
  }
  .col--lg--5 {
    width: 41.6666666667%;
    float: left;
  }
  .col--lg--6 {
    width: 50%;
    float: left;
  }
  .col--lg--7 {
    width: 58.3333333333%;
    float: left;
  }
  .col--lg--8 {
    width: 66.6666666667%;
    float: left;
  }
  .col--lg--9 {
    width: 75%;
    float: left;
  }
  .col--lg--10 {
    width: 83.3333333333%;
    float: left;
  }
  .col--lg--11 {
    width: 91.6666666667%;
    float: left;
  }
  .col--lg--12 {
    width: 100%;
    float: left;
  }
}
.lazyload__wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  background-color: #3f3a34;
  overflow: hidden;
}

.lazyload__wrap.lazyload__wrap--white {
  background: #fff;
}

.lazyload__wrap:before {
  content: "";
  display: block;
  width: 100%;
}

.lazyload_active .lazyload__wrap .lazyload {
  opacity: 0;
}

.lazyload__wrap img,
.lazyload__wrap video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.lazyload_active .lazyload__wrap .loaded.lazyload {
  opacity: 1;
}

.lazyload__wrap--rectangle:before {
  padding-bottom: 66.6666%;
}

.lazyload__wrap--atelier:before {
  padding-bottom: 47.1545%;
}

.lazyload__wrap--square:before {
  padding-bottom: 100%;
}

@media (max-width: 767px) {
  .lazyload__wrap--slider:before {
    padding-bottom: 66.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lazyload__wrap--slider:before {
    padding-bottom: 45.3629%;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .lazyload__wrap--slider:before {
    padding-bottom: 38.4615%;
  }
}
@media (min-width: 1170px) and (max-width: 1399px) {
  .lazyload__wrap--slider:before {
    padding-bottom: 32.1428%;
  }
}
@media (min-width: 1400px) {
  .lazyload__wrap--slider:before {
    padding-bottom: 23.4375%;
  }
}

@media (max-width: 767px) {
  .slider__item__inner .lazyload__wrap:before {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider__item__inner .lazyload__wrap:before {
    padding-bottom: 97.3154%;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .slider__item__inner .lazyload__wrap:before {
    padding-bottom: 97.4789%;
  }
}
@media (min-width: 1170px) and (max-width: 1399px) {
  .slider__item__inner .lazyload__wrap:before {
    padding-bottom: 69.0476%;
  }
}
@media (min-width: 1400px) {
  .slider__item__inner .lazyload__wrap:before {
    padding-bottom: 50.3472%;
  }
}

@media (max-width: 479px) {
  .newsletter .lazyload__wrap:before {
    padding-bottom: 114.5833%;
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .newsletter .lazyload__wrap:before {
    padding-bottom: 100%;
  }
}

@media (min-width: 580px) and (max-width: 767px) {
  .community__outer .lazyload__wrap:before {
    padding-bottom: 45.3629%;
  }
}

img,
video {
  transition: opacity 0.5s ease;
  max-width: 100%;
  height: auto;
}

a svg,
button svg,
.button svg {
  pointer-events: none;
}

svg {
  display: inline-block;
  vertical-align: top;
}

a {
  transition-duration: 0.3s;
  color: #679436;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #679436;
}

button,
.button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  border-width: 0;
  border-radius: 3px;
  background-color: #74a73d;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 3px 20px;
}
button:hover,
.button:hover {
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
  color: #fff;
  text-decoration: none;
}

.button.button--big {
  font-size: 22px;
  border-radius: 6px;
}
@media (max-width: 579px) {
  .button.button--big {
    padding: 13px 32px;
  }
}
@media (min-width: 580px) {
  .button.button--big {
    padding: 13px 60px;
  }
}

.button.button--bigger {
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

button.button--rounded,
.button.button--rounded {
  border-radius: 15px;
}

button.button--big.button--big--rounded,
.button.button--big.button--big--rounded {
  border-radius: 30px;
}

.button.button--blue {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 -1px 0 #2686ac;
  background-color: #03b0f2;
  color: #fff;
}
.button.button--blue:hover {
  background-color: rgb(2.5004081633, 146.6906122449, 201.6995918367);
  color: #fff;
}

.button.button--blue_2 {
  background-color: #4580d8;
  color: #000;
}
.button.button--blue_2:hover {
  background-color: rgb(102.728, 151.0293333333, 223.072);
  color: #000;
}

.button.button--big svg {
  margin-top: 5px;
  margin-left: 10px;
}

.button.button--block {
  display: block;
  padding: 3px 10px;
  width: 100%;
}

.button.button--block.button--big {
  padding: 13px 10px;
}

@media (max-width: 359px) {
  .button.button--block.button--big.button--spinner {
    padding: 13px 10px;
  }
}
@media (min-width: 360px) {
  .button.button--block.button--big.button--spinner {
    padding: 13px 50px;
  }
}

.button--spinner.button--sending .spinner {
  display: block;
}

.button--spinner .spinner {
  display: none;
}
@media (max-width: 359px) {
  .button--spinner .spinner {
    margin: 0 0 0 10px;
    float: right;
  }
}
@media (min-width: 360px) {
  .button--spinner .spinner {
    margin: -15px 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
  }
}

.button--max {
  margin: 0 auto;
  max-width: 360px;
}

.text-center {
  text-align: center;
}

h1,
.h1 {
  color: #1d1d1d;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 19px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1em 0 20px;
  line-height: 1.15;
  text-align: center;
  font-weight: 600;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #584d3d;
}

p {
  font-size: 16px;
  margin: 0 0 1.25em;
  word-break: break-word;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select,
textarea {
  font-size: 16px;
  transition-duration: 0.3s;
  border: 2px solid rgb(128.9736842105, 185.6776315789, 67.8223684211);
  box-sizing: border-box;
  background-color: white;
  margin: 0;
  color: #584d3d;
  line-height: 1;
  display: block;
  border-radius: 3px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  padding: 0 12px;
  height: 42px;
}

.select__wrap {
  position: relative;
  display: block;
}

.select__wrap svg {
  position: absolute;
  right: 12px;
  top: 18px;
  pointer-events: none;
  z-index: 10;
  transition: 0.3s;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  padding: 0 32px 0 12px;
}

textarea {
  height: 120px;
  padding: 8px 12px;
  resize: none;
}

.textarea--small {
  height: 80px;
}

.textarea--middle {
  height: 60px;
}

.textarea--grey_border {
  border: 2px solid #dcd3c7;
}

.notice {
  padding: 8px 20px;
  text-align: left;
  margin-bottom: 15px;
  background-color: #fff;
  font-weight: 600;
}
.notice--error {
  color: #f00;
  border: 2px solid #f00;
}
.notice--inline {
  display: inline-block;
}

label {
  font-size: 16px;
  display: none;
  color: #1d1d1d;
  margin-top: 10px;
  line-height: 1.1;
  cursor: pointer;
}
label.error {
  color: #f00;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 5px;
}

.label--display {
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.form--dark input[type=text],
.form--dark input[type=email],
.form--dark input[type=password],
.form--dark input[type=tel],
.form--dark textarea {
  background-color: #c5beb7;
  border: 1px solid #c5beb7;
  color: #555;
}
.form--dark input[type=text]:focus, .form--dark input[type=text]:hover,
.form--dark input[type=email]:focus,
.form--dark input[type=email]:hover,
.form--dark input[type=password]:focus,
.form--dark input[type=password]:hover,
.form--dark input[type=tel]:focus,
.form--dark input[type=tel]:hover,
.form--dark textarea:focus,
.form--dark textarea:hover {
  background-color: rgb(219.7538461538, 215.5, 211.2461538462);
}
.form--thin {
  max-width: 500px;
  margin: 0 auto 20px;
}

form p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.radio__wrap,
.checkbox__wrap {
  overflow: hidden;
  position: relative;
}

input[type=checkbox] + label {
  display: block;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
}

.schedule__filter input[type=checkbox] + label span:first-child {
  background: #fff;
}

input[type=checkbox] + label span:first-child {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #dcd3c7;
  background-color: #efe7da;
  position: absolute;
  left: 0;
  top: 1px;
  text-align: center;
  color: #dcd3c7;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type=checkbox] + label svg {
  margin-top: 6px;
}

input[type=checkbox]:checked + label span:first-child {
  border-color: #679436;
  color: #679436;
}

.voucher__section__content input[type=checkbox] + label,
.box__detail__content input[type=checkbox] + label {
  line-height: 36px;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  border: 2px solid rgb(128.9736842105, 185.6776315789, 67.8223684211);
  border-radius: 3px;
}
@media (max-width: 359px) {
  .voucher__section__content input[type=checkbox] + label,
  .box__detail__content input[type=checkbox] + label {
    padding: 10px 15px 10px 60px;
    font-size: 16px;
  }
}
@media (min-width: 360px) {
  .voucher__section__content input[type=checkbox] + label,
  .box__detail__content input[type=checkbox] + label {
    padding: 10px 20px 10px 60px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .voucher__section__content input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .voucher__section__content input[type=checkbox] + label {
    float: left;
  }
}

@media (max-width: 991px) {
  .box__detail__content input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .box__detail__content input[type=checkbox] + label {
    float: left;
  }
}

.voucher__section__content input[type=checkbox]:checked + label,
.box__detail__content input[type=checkbox]:checked + label {
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
  color: #fff;
}

.voucher__section__content input[type=checkbox] + label span:first-child,
.box__detail__content input[type=checkbox] + label span:first-child {
  border-radius: 3px;
  width: 36px;
  height: 36px;
  left: 15px;
  top: 10px;
  border: 3px solid #fff;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -5000px;
  top: 0;
}

input[type=checkbox] + label.error,
input[type=radio] + label.error {
  color: #f00;
  margin-bottom: 10px;
}

.course_workshop__login__field input[type=radio] + label {
  margin-bottom: 10px;
}

input[type=radio] + label {
  display: block;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
  padding: 0 0 0 33px;
  position: relative;
}

input[type=radio] + label span:first-child {
  box-sizing: border-box;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dcd3c7;
  background-color: #fff;
}
input[type=radio] + label span:first-child:before {
  transition-duration: 0.3s;
  content: "";
  background-color: #dcd3c7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

input[type=radio]:checked + label {
  font-weight: 600;
}

input[type=radio]:checked + label span:first-child {
  border: 2px solid #679436;
}
input[type=radio]:checked + label span:first-child:before {
  background-color: #679436;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.form__col__wrap {
  margin: 0 -5px;
}
.form__col__wrap:before {
  content: " ";
  display: table;
}
.form__col__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.form__col {
  float: left;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .form__col--2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .form__col--2:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .form__col--2 {
    width: 50%;
  }
}

.form--name,
.form--email,
.form--phone {
  position: relative;
}
.form--name input,
.form--email input,
.form--phone input {
  padding-left: 40px;
}

.form--name svg,
.form--email svg,
.form--phone svg {
  color: #502d9b;
  position: absolute;
}

.form--name svg {
  top: 14px;
  left: 18px;
}

.form--email svg {
  top: 13px;
  left: 15px;
}

.form--phone svg {
  top: 12px;
  left: 17px;
}

.form--zip input {
  max-width: 120px;
}

.form--transfer svg,
.form--benefit svg,
.form--card svg {
  position: absolute;
  left: 32px;
  color: #ff64a0;
}

.form--transfer svg {
  top: 4px;
}

.form--benefit svg {
  top: 5px;
}

.form--card svg {
  top: 5px;
}

input[type=radio] + label.form--transfer, input[type=radio] + label.form--benefit, input[type=radio] + label.form--card {
  padding-left: 64px;
}

/*
styling
 */
.form__area {
  padding: 24px 15px 60px;
  position: relative;
  overflow: hidden;
}

.form__inner {
  z-index: 5;
  position: relative;
  padding-top: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(88, 77, 61, 0.1);
}

.form__title {
  margin-top: 0;
}

.form__section__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.form__section__desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.form__content {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.form__content_wide {
  padding: 0 15px;
}

.form__item {
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .form__item {
    display: flex;
  }
}

@media (min-width: 480px) {
  .form__label {
    width: 175px;
    flex-shrink: 0;
  }
}

.form__label label {
  font-weight: 600;
}

@media (min-width: 480px) {
  .form__value {
    box-sizing: border-box;
    flex-grow: 1;
    padding-right: 32px;
  }
}

.form__separator {
  background-color: rgba(88, 77, 61, 0.6);
  height: 1px;
  margin: 20px 0;
}

.submit__wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.form__contact {
  margin-top: 15px;
}
@media (min-width: 580px) {
  .form__contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.form__contact__title {
  color: #502d9b;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form__contact__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form__contact__title {
    font-size: 20px;
    margin-right: 20px;
  }
}

.form__contact .header__social {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form__contact .header__social {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .form__contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus, .slick-slide:active {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.new h1 {
  color: #502d9b;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .new h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .new h1 {
    font-size: 42px;
  }
}
.new .button {
  background-color: #502d9b;
}
@media (max-width: 579px) {
  .new .button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 580px) {
  .new .button {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.new .button:hover {
  background-color: rgb(59.6, 33.525, 115.475);
}
.new .button--blue {
  background-color: #477df2;
}
.new .button--blue:hover {
  background-color: rgb(23.3654822335, 91.345177665, 238.6345177665);
}
.new button {
  background-color: #502d9b;
}
.new .new__heading__slider__arrow,
.new .new__heading__bottom__slider__arrow,
.new .heading__bottom__slider__arrow,
.new .new__reference__slider__arrow,
.new .gallery__slider__big__arrow,
.new .gallery__slider__arrow,
.new .online__reference_arrow {
  background-color: #fac832;
  color: #000;
}
.new .new__heading__slider__arrow:hover,
.new .new__heading__bottom__slider__arrow:hover,
.new .heading__bottom__slider__arrow:hover,
.new .new__reference__slider__arrow:hover,
.new .gallery__slider__big__arrow:hover,
.new .gallery__slider__arrow:hover,
.new .online__reference_arrow:hover {
  background-color: rgb(243.0714285714, 183.7857142857, 5.9285714286);
}
.new .gallery__popup__slider__helper,
.new .gallery__slider__big__helper,
.new .new__heading__slider__helper {
  background: transparent;
}
.new .gallery__popup__slider__helper:hover,
.new .gallery__slider__big__helper:hover,
.new .new__heading__slider__helper:hover {
  background: transparent;
}
.new .button.button--bigger {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}
.new input[type=text],
.new input[type=email],
.new input[type=password],
.new input[type=tel],
.new select,
.new textarea {
  border: 1px solid rgba(88, 77, 61, 0.6);
}
.new input[type=radio] + label span:first-child {
  border-color: #000;
}
.new input[type=radio] + label span:first-child:before {
  background-color: transparent;
}
.new input[type=radio]:checked + label {
  font-weight: 700;
}
.new input[type=radio]:checked + label span:first-child {
  border-color: #000;
}
.new input[type=radio]:checked + label span:first-child:before {
  background-color: #502d9b;
}

@media (max-width: 767px) {
  .testimonial__desc {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .testimonial__desc {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .testimonial__list__outer--left .testimonial__list__title {
    padding-right: 100px;
    text-align: right;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .testimonial__list__outer--right .testimonial__list__title {
    padding-left: 100px;
    text-align: left;
    margin: 0;
  }
}

.testimonial__list__wrap {
  margin: 0 0 20px;
}

.testimonial__list__bubble {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.testimonial__list__bubble__arrow {
  position: absolute;
  bottom: -18px;
  display: block;
  color: #fff;
}

@media (max-width: 767px) {
  .testimonial__list__bubble__arrow--mobile {
    right: 52px;
    display: block;
  }
}
@media (min-width: 768px) {
  .testimonial__list__bubble__arrow--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial__list__bubble__arrow--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .testimonial__list__bubble__arrow--desktop {
    display: block;
  }
}

.testimonial__list__bubble__arrow svg {
  display: block;
}

@media (min-width: 768px) {
  .testimonial__list__bubble__arrow--left {
    right: 52px;
  }
}

@media (min-width: 768px) {
  .testimonial__list__bubble__arrow--right {
    left: 52px;
  }
}

.testimonial__list__content {
  padding: 10px 18px 22px;
  margin: 0;
  color: #000;
}

.testimonial_list_course {
  border-top: 1px solid #efe7da;
  padding: 10px 16px;
  margin: 0;
  font-weight: 600;
}

.testimonial_list_course a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
}
.testimonial_list_course a:hover {
  text-decoration: none;
  color: #679436;
}

.testimonial_list_course svg {
  margin: 7px 0 0 4px;
}

.testimonial__list__title {
  color: #584d3d;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .testimonial__list__title {
    padding-right: 100px;
    text-align: right;
    margin: 0;
  }
}

.testimonial__list__author {
  display: block;
  color: #584d3d;
  font-size: 20px;
}

.testimonial__list__date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}

body {
  font-size: 16px;
  background-color: #fff;
  min-width: 320px;
  color: #584d3d;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.font-active body {
  font-family: "Open Sans", sans-serif;
}

.top_info_bar {
  background-color: #679436;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1170px) {
  .top_info_bar {
    text-align: center;
  }
}

.top_info_bar--green {
  background-color: #679436;
}

.top_info_bar--turquoise {
  background-color: #1f7a8c;
}

.top_info_bar__close {
  padding: 0 10px;
  line-height: 40px;
  position: absolute;
  right: 5px;
  top: 0;
  border-radius: 0;
  background-color: transparent;
}
.top_info_bar__close:hover {
  background-color: transparent;
  opacity: 0.7;
}

.top_info_bar__close svg {
  margin: 11px 0 0 4px;
  width: 15px;
  height: 15px;
}

@media (max-width: 1169px) {
  .top_info_bar__container {
    padding-right: 85px;
  }
}
@media (min-width: 1170px) {
  .top_info_bar__container {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.top_info_bar p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.top_info_bar a {
  color: #fff;
}

.header .container {
  max-width: 1260px;
}

.header__top {
  background-color: #efe7da;
}
@media (max-width: 767px) {
  .header__top {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .header__top {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .header__info__inner--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__info__inner--desktop {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .header__info__inner--mobile {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .header__info__inner--mobile {
    display: none;
  }
}

.header__contact {
  padding-left: 37px;
  position: relative;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1d1d1d;
}
@media (max-width: 991px) {
  .header__contact {
    margin: 0 1px 6px;
  }
}
@media (min-width: 992px) {
  .header__contact {
    margin: 0 20px 10px 0;
  }
}
.header__contact:hover {
  color: #1d1d1d;
}

.header__contact--phone {
  cursor: default;
}
.header__contact--phone:hover {
  text-decoration: none;
}

.header__contact--email:hover {
  text-decoration: underline;
}

.header__contact__icon {
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: absolute;
}

.header__contact__icon svg {
  display: inline-block;
  vertical-align: top;
  color: #dbb68f;
}

.header__contact__icon--phone svg {
  margin-top: 9px;
}

.header__contact__icon--email svg {
  margin-top: 8px;
}

.header__social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 991px) {
  .header__social {
    margin: 0 1px 6px;
  }
}
@media (min-width: 992px) {
  .header__social {
    margin: 0 10px 10px 0;
  }
}
.header__social:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.header__social:hover {
  opacity: 0.7;
}

.header__social svg {
  color: #fff;
  margin-top: 6px;
}

.header__social--facebook {
  background-image: linear-gradient(180deg, #4c69ba 0%, #3b56a1 100%);
}

.header__social--instagram {
  background-image: linear-gradient(135deg, #5441d8 0%, #d52474 51%, #ffbd51 100%);
}

.header__social--vk {
  background-color: #07f;
}

.header__social--vk svg {
  margin-top: 8px;
}

.header__social--tiktok {
  background-color: #fe2c55;
}

.header__social--whatsapp svg,
.header__social--telegram svg,
.header__social--viber svg {
  margin-top: 0;
}

.header__facebook__wrap {
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
  height: 29px;
  width: 162px;
  overflow: hidden;
  text-align: left;
}

.header__languages {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__languages li {
  display: inline-block;
  padding: 0;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header__languages li {
    margin: 0 3px 6px;
  }
}
@media (min-width: 992px) {
  .header__languages li {
    margin: 0 0 10px 12px;
  }
}

.header__languages a {
  color: #000;
  display: block;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
}
.header__languages a:hover {
  text-decoration: none;
}

.header__languages .active a {
  background-color: #74a73d;
  color: #fff;
}

.header__logo {
  text-decoration: none;
}
.header__logo:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header__logo {
    display: block;
    float: left;
    margin: 4px 0;
  }
}
@media (min-width: 992px) {
  .header__logo {
    display: block;
    position: absolute;
    z-index: 1300;
    left: 0;
    top: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header__logo {
    margin-top: -38px;
  }
}
@media (min-width: 1170px) {
  .header__logo {
    margin-top: -48px;
  }
}

.header__logo img {
  display: block;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header__logo img {
    height: 75px;
  }
}
@media (min-width: 1170px) {
  .header__logo img {
    height: 95px;
  }
}

.web_ru .header__logo {
  text-decoration: none;
}
@media (min-width: 1170px) {
  .web_ru .header__logo {
    margin-top: -50px;
  }
}

@media (min-width: 1170px) {
  .web_ru .header__logo img {
    height: 100px;
  }
}

.header__menu__wrap {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(193, 186, 178, 0.6), 0 0 1px #efe7da;
}

@media (min-width: 992px) {
  .header__menu {
    position: relative;
  }
  .header__menu:before {
    content: " ";
    display: table;
  }
  .header__menu:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header__menu {
    padding: 0 0 0 165px;
  }
}
@media (min-width: 992px) and (min-width: 1170px) {
  .header__menu {
    padding: 0 0 0 240px;
  }
}
@media (min-width: 992px) {
  .header__menu__inner {
    display: block !important;
  }
  .header__menu__button {
    display: none;
  }
  .header__menu ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__menu ul li {
    display: table-cell;
    line-height: 1.25;
    text-align: center;
    margin: 0;
    padding: 0 2px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header__menu ul li {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (min-width: 1170px) {
  .header__menu ul li {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .web_ru .header__menu ul li {
    font-size: 14px;
  }
  .header__menu__submenu,
  .header__menu__simple_submenu {
    display: block !important;
    padding: 10px;
  }
  .header__menu ul li:hover > .header__menu__submenu,
  .header__menu ul li:hover > .header__menu__simple_submenu {
    opacity: 1;
    visibility: visible;
    z-index: 1350;
  }
  .header__menu ul ul {
    display: block;
  }
  .header__menu ul ul li {
    font-size: 14px;
    display: block;
    padding: 0;
    text-align: left;
  }
  .header__menu__submenu,
  .header__menu .header__menu__simple_submenu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    position: absolute;
    top: 100%;
    border-top: 1px solid #efe7da;
    background-color: #fff;
    z-index: 1250;
  }
  .header__menu__submenu:before,
  .header__menu .header__menu__simple_submenu:before {
    content: " ";
    display: table;
  }
  .header__menu__submenu:after,
  .header__menu .header__menu__simple_submenu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .header__menu .header__menu__simple_submenu {
    left: 0;
    min-width: 220px;
    padding: 10px;
  }
  .header__menu__submenu--2 {
    width: 600px;
  }
  .header__menu__submenu--3 {
    left: 0;
    width: 100%;
  }
  .header__menu__submenu--left {
    left: 0;
  }
  .header__menu__submenu--right {
    right: 0;
  }
  .header__menu__submenu--center {
    left: 50%;
    margin-left: -300px;
  }
  .header__menu__submenu--3 .header__menu__submenu__row {
    float: left;
    width: 33.333%;
  }
  .header__menu__submenu--2 .header__menu__submenu__row {
    float: left;
    width: 50%;
  }
  .header__menu__inner a {
    display: block;
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 600;
    padding: 18px 0;
  }
  .header__menu__inner svg {
    margin-left: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .header__menu__inner svg {
    margin-top: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1170px) {
  .header__menu__inner svg {
    margin-top: 7px;
  }
}
@media (min-width: 992px) {
  .header__menu__inner li li a {
    padding: 0;
  }
  .header__menu__item__inner {
    display: block;
    border-radius: 21px;
    border: 1px solid transparent;
    padding: 7px 5px;
  }
  .web_ru .header__menu__item__inner {
    padding: 7px 4px;
  }
  .header__menu__separator {
    padding: 7px 15px;
  }
  .header__menu__inner li li .header__menu__item__inner {
    border-radius: 0;
    border-width: 0;
  }
  .header__menu ul li:hover > a .header__menu__item__inner,
  .header__menu__inner .header__menu__item__inner:hover,
  .header__menu .current-menu-item .header__menu__item__inner,
  .header__menu .current-page-ancestor .header__menu__item__inner,
  .header__menu .current-menu-ancestor .header__menu__item__inner {
    border-color: #efe7da;
    background-color: #efe7da;
  }
  .header__menu .page .current-menu-item .header__menu__item__inner,
  .header__menu .current-menu-ancestor .current-menu-item .header__menu__item__inner {
    color: #74a73d;
  }
  .header__menu__inner li .header__menu__item__inner,
  .header__menu .current-menu-item li .header__menu__item__inner,
  .header__menu .current-menu-ancestor li .header__menu__item__inner,
  .header__menu .current-page-ancestor li .header__menu__item__inner {
    background: transparent;
    border-color: transparent;
  }
  .header__menu__inner li .header__menu__item__inner:hover,
  .header__menu .current-menu-item li .header__menu__item__inner:hover,
  .header__menu .current-menu-ancestor li .header__menu__item__inner:hover,
  .header__menu .current-page-ancestor li .header__menu__item__inner:hover {
    border-color: #efe7da;
    background-color: #efe7da;
  }
  .header__menu ul li:hover > .header__menu__simple_submenu a .header__menu__item__inner:hover,
  .header__menu ul li:hover > .header__menu__submenu a .header__menu__item__inner:hover {
    background-color: #efe7da;
    border-color: #efe7da;
  }
  .header__menu .menu-item-highlight a,
  .header__menu .menu-item-highlight_purple a {
    display: block;
    position: relative;
  }
  .header__menu .menu-item-highlight a:after,
  .header__menu .menu-item-highlight_purple a:after {
    transition-duration: 0.3s;
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 6px;
    background: url(../images/icon/line-120-2-blue.svg) center center repeat-x;
    display: block;
  }
  .header__menu .menu-item-highlight a:after {
    background: url(../images/icon/line-120-2-blue.svg) center center repeat-x;
  }
  .header__menu .menu-item-highlight_purple a:after {
    background: url(../images/icon/line-120-2-purple.svg) center center repeat-x;
  }
  .header__menu .menu-item-has-children li .header__menu__item__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__menu .menu-item-has-children li a:after {
    display: none;
  }
  .menu-item-relative {
    position: relative;
  }
}
@media (max-width: 991px) {
  .header__menu:before {
    content: " ";
    display: table;
  }
  .header__menu:after {
    content: " ";
    display: table;
    clear: both;
  }
  .header__menu__inner {
    display: none;
    clear: both;
    padding: 6px 0;
  }
  .header__menu__inner svg {
    display: none;
  }
  .header__menu__button {
    display: block;
    float: right;
    position: relative;
    color: #1d1d1d;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 18px 40px 18px 10px;
    cursor: pointer;
  }
  .header__menu__button__icon {
    transition-duration: 0.8s;
    height: 60px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
  }
  .header__menu__button__icon svg {
    margin-top: 21px;
  }
  .header__menu__button--open .header__menu__button__icon {
    transform: rotate(90deg);
  }
  .header__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__menu__submenu,
  .header__menu__simple_submenu {
    display: none;
  }
  .header__menu ul ul {
    padding: 0 0 0 15px;
  }
  .header__menu ul ul ul {
    padding: 0;
  }
  .header__menu ul li {
    padding: 5px 0;
    margin: 0;
    font-size: 19px;
    border-bottom: 1px solid #efe7da;
  }
  .header__menu ul li:last-child {
    border-bottom: white;
  }
  .header__menu ul li.menu-item-has-children > a {
    position: relative;
  }
  .header__menu ul li.menu-item-has-children > a:before {
    content: "";
    right: 0;
    top: 50%;
    position: absolute;
    margin-top: -10px;
    transition-duration: 0.6s;
    width: 20px;
    height: 20px;
    background: url(../images/icon/plus-20.svg) center center no-repeat;
  }
  .menu-item-highlight_purple > a > .header__menu__item__inner {
    background-color: #fa1e64;
    border-radius: 10px;
    padding: 0 10px;
    color: #fff;
  }
  .header__menu__item__active:before {
    transform: rotate(45deg);
  }
  .header__menu ul li li {
    font-size: 17px;
    border-bottom: 0;
    padding: 0;
  }
  .header__menu__inner a {
    display: block;
    text-decoration: none;
    color: #1d1d1d;
    font-weight: 600;
    padding: 1px 0;
  }
  .header__menu__inner li li a {
    font-weight: 400;
  }
  .header__menu .current-menu-item a,
  .header__menu .current-page-ancestor a,
  .header__menu .current-page-ancestor .current-menu-item a,
  .header__menu li .current-menu-item a {
    color: #74a73d;
  }
  .header__menu__inner .current-menu-item li a,
  .header__menu__inner .current-page-ancestor li a {
    color: #1d1d1d;
  }
}
.header__menu__separator,
.header__menu__separator__inner {
  display: block;
}

.header__menu__separator__inner {
  position: relative;
}

.header__menu__separator__line {
  height: 1px;
  width: 100%;
  background-color: #efe7da;
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .header__menu__separator__line {
    top: 12px;
  }
}
@media (min-width: 992px) {
  .header__menu__separator__line {
    top: 8px;
  }
}

/*
.bg--grey,
.content {
  background: #f3f0eb data-uri('../images/bg.jpg') left top repeat;
}

.bg--white {
  background: $white;
}

.bg--green {
  background: #9bb706;
}

.content__inner {
  padding-top: 30px;
}

.content__text {
  @media (min-width: $screen-sm) {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.content__thin {
  max-width: 960px;
  margin: 0 auto;
}

.content__thinest {
  max-width: 700px;
  margin: 0 auto;
}
*/
@media (min-width: 768px) {
  .web_ru .header .container {
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1170px) {
  .web_ru .header__menu {
    padding: 0 0 0 200px;
  }
  .web_ru .header__menu ul li {
    font-size: 12px;
  }
}

.footer__top {
  position: relative;
}
@media (max-width: 767px) {
  .footer__top {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .footer__top {
    padding: 45px 0;
  }
}

@media (min-width: 768px) {
  .footer__top__image__wrap {
    position: relative;
    padding-right: 38%;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .footer__top__image__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.footer__top__title__wrap {
  background-color: #fff;
}
@media (min-width: 992px) {
  .footer__top__title__wrap {
    border-radius: 4px;
    position: relative;
    z-index: 10;
    margin: -24px 0 10px;
  }
}

.footer__top__title__wrap h2 {
  color: #584d3d;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__top__title__wrap h2 {
    padding: 20px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .footer__top__title__wrap h2 {
    padding: 25px 20px;
    font-size: 26px;
  }
}

.footer__contact__wrap {
  padding-top: 10px;
}

.footer__contact {
  padding: 20px 20px 10px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer__contact {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer__contact {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .footer__map {
    height: 360px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .footer__map {
    height: 478px;
    margin-bottom: 10px;
  }
}

.footer__title {
  text-align: left;
  color: #74a73d;
  font-size: 20px;
  margin: 0 0 15px;
}

.footer__contact .header__contact {
  display: block;
  margin: 0 0 20px;
  padding-left: 42px;
}
@media (max-width: 767px) {
  .footer__contact .header__contact {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .footer__contact .header__contact {
    font-size: 26px;
  }
}

.footer__contact .header__contact span {
  font-weight: 400;
}

.footer__contact .header__contact__icon {
  background-color: #74a73d;
}

.footer__contact .header__contact__icon svg {
  color: #fff;
}

@media (min-width: 768px) {
  .footer__contact__form__wrap {
    margin: 30px 0 0;
  }
}

.footer__contact__after {
  color: #74a73d;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__contact__after {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .footer__contact__after {
    font-size: 36px;
  }
}

.footer {
  background-color: #fff;
}

.footer__course__wrap {
  border-bottom: 1px solid #dbb68f;
  padding: 30px 0 10px;
}

.footer__course__title {
  color: #dbb68f;
  font-size: 20px;
  margin: 0 0 30px;
  text-align: center;
}

.footer__course__wrap a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.footer__course__wrap a:hover {
  text-decoration: underline;
}

.footer__social__wrap {
  text-align: center;
  border-bottom: 1px solid #dbb68f;
}
@media (max-width: 767px) {
  .footer__social__wrap {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .footer__social__wrap {
    padding: 24px 0 35px;
  }
}

.footer__social__wrap .header__social {
  width: 36px;
  height: 36px;
  margin: 0 12px;
}

.footer__social__wrap .header__social svg {
  margin-top: 9px;
}

.footer__social__wrap .header__social--vk svg {
  margin-top: 11px;
}

.footer__bottom {
  background: #c5beb7;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 30px 0 20px;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    padding: 30px 0 20px;
  }
}

.footer__bottom p {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.footer__bottom a {
  color: #fff;
}

.footer__partner__wrap {
  text-align: center;
  margin: 0 0 10px;
}

.footer__partner__wrap img {
  display: inline-block;
  margin: 5px 10px;
  height: 25px;
  width: auto;
}

.single__top {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
@media (max-width: 579px) {
  .single__top {
    padding: 15px;
  }
}
@media (min-width: 580px) {
  .single__top {
    padding: 30px;
  }
}

.single__top__title {
  text-align: left;
  margin: 0;
}

.single__top__title a {
  color: #000;
  text-decoration: none;
}
.single__top__title a:hover {
  text-decoration: underline;
}

.single__top__date {
  margin: 0;
}

.single__date__wrap {
  position: relative;
}
@media (max-width: 579px) {
  .single__date__wrap {
    text-align: center;
  }
}
@media (min-width: 580px) {
  .single__date__wrap {
    padding: 0 200px;
  }
}

.single__date {
  color: #584d3d;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
@media (min-width: 580px) {
  .single__date {
    margin: 0;
    line-height: 3;
  }
}

.single__content {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
@media (max-width: 579px) {
  .single__content {
    padding: 15px;
    margin: 0 0 20px;
  }
}
@media (min-width: 580px) {
  .single__content {
    padding: 30px;
    margin: 0 0 30px;
  }
}

.single__meta {
  border-top: 1px solid #dbb68f;
  margin-top: 30px;
  padding-top: 30px;
}

.single__meta--detail {
  border-bottom: 1px solid #dbb68f;
  margin-bottom: 30px;
}

.single__meta__row {
  font-size: 16px;
}

.single__meta__row--more {
  margin-top: 4px;
  margin-bottom: 34px;
  text-align: right;
}

.single__meta__row strong {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 10px;
}

.single__meta__row--tag a {
  font-weight: 600;
  padding: 2px 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  border: 1px solid #efe7da;
  text-decoration: none;
  color: #000;
  margin: 0 2px 6px 0;
}
.single__meta__row--tag a:hover {
  background-color: #efe7da;
}

.single__meta__row--share {
  margin: 0 0 30px;
}

.single__meta__more__sep {
  color: #dbb68f;
}

.single__meta__social {
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.single__meta__social:hover {
  opacity: 0.7;
  color: #fff;
}

.single__meta__social--fb {
  background-color: #4167b2;
}

.single__meta__social--fb svg {
  margin-top: 6px;
}

.single__meta__social--tw {
  background-color: #1aa1f2;
}

.single__meta__social--tw svg {
  margin-top: 7px;
}

.single__meta__social--gp {
  background-color: #dc4a38;
}

.single__meta__social--gp svg {
  margin-top: 8px;
}

.single__similar {
  padding-bottom: 22px;
}

.single__similar__title {
  text-align: center;
  margin: 0 0 20px;
}

.single__similar__more {
  text-align: center;
}

/*
breadcrumbs
 */
.online .container {
  max-width: 1100px;
}

@media (max-width: 767px) {
  .online__breadcrumbs__wrap {
    display: none;
  }
}

.online__breadcrumbs {
  margin: 0;
  list-style: none;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .online__breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .online__breadcrumbs {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1170px) {
  .online__breadcrumbs {
    padding-left: 190px;
    padding-right: 190px;
  }
}

.online__breadcrumbs li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
@media (max-width: 479px) {
  .online__breadcrumbs li {
    font-size: 14px;
  }
}

.online__breadcrumbs a {
  color: #fff;
  font-weight: 600;
}

.online__breadcrumbs svg {
  margin: 6px 8px 0;
}

/*
top
 */
.online__top {
  overflow: hidden;
}

.online__top .new__top {
  padding-top: 15px;
}

.online__top .new__top .new__text p {
  font-size: 16px;
  font-weight: 400;
}

.online__top .new__point {
  margin-bottom: 10px;
}

/*
review
 */
.online__top__reference__wrap {
  padding-bottom: 16px;
  overflow: hidden;
}

.online__top__reference {
  background-color: #fff;
}
@media (min-width: 992px) {
  .online__top__reference {
    display: flex;
  }
}

.online__top__reference__slider__wrap {
  padding: 30px 72px 0;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .online__top__reference__slider__wrap {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .online__top__reference__slider__wrap {
    width: 54%;
  }
}
@media (min-width: 1170px) {
  .online__top__reference__slider__wrap {
    width: 60%;
  }
}

.online__top__reference__slider__wrap .slick-list {
  overflow: visible;
}

.online__top__reference__slider__wrap .slick-track {
  display: flex;
}

.online__top__reference__slider__wrap .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.online__top__reference__item {
  margin-bottom: -16px;
}

.online__top__reference__slider__wrap--not-load .online__top__reference__item {
  display: none;
}
.online__top__reference__slider__wrap--not-load .online__top__reference__item.online__top__reference__item--1 {
  display: block;
}

.online__top__reference__item__inner {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 76px;
}

.online__top__reference__item__author {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.online__top__reference__item__img {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.online__top__reference__item__author h3 {
  margin: 0;
  font-size: 14px;
}

.online__top__reference__arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent !important;
  color: #000;
  padding: 0;
}
.online__top__reference__arrow:hover {
  color: #000;
  background-color: #fac832 !important;
}

.online__top__reference__arrow--left {
  left: 18px;
}

.online__top__reference__arrow--right {
  right: 18px;
}

.online__top__reference__arrow svg {
  display: block;
}

.online__top__reference__arrow--left svg {
  margin-left: 12px;
  transform: rotate(180deg);
}

.online__top__reference__arrow--right svg {
  margin-left: 15px;
}

.online__top__reference__social {
  background-color: rgba(250, 200, 50, 0.6);
  padding: 10px 30px;
}
@media (min-width: 992px) {
  .online__top__reference__social {
    flex-grow: 1;
  }
}

.online__top__reference__social__item {
  margin: 20px 0;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}

/*
benefit
 */
.online__benefit {
  overflow: hidden;
  padding-top: 30px;
  background: #efe7da url(../images/bg/online-benefit.svg) center bottom -900px no-repeat;
}
@media (max-width: 767px) {
  .online__benefit {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .online__benefit {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .online__benefit {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) {
  .online__benefit__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.online__benefit__item {
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 400px) {
  .online__benefit__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .online__benefit__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .online__benefit__item {
    width: 33%;
  }
}
@media (min-width: 480px) {
  .online__benefit__item {
    padding: 0 16px 24px;
  }
}

@media (min-width: 480px) {
  .online__benefit__item__bg {
    left: 16px;
    right: 16px;
    bottom: 24px;
    top: 150px;
    background-color: #fff;
    position: absolute;
    border-radius: 0 0 3px 3px;
  }
}

.online__benefit__item__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 143px;
}

.online__benefit__item img {
  display: block;
  position: relative;
  z-index: 10;
}

.online__benefit__item__content {
  position: relative;
  z-index: 5;
  margin-top: -26px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .online__benefit__item__content {
    padding: 32px 15px 15px;
  }
}
@media (min-width: 768px) {
  .online__benefit__item__content {
    padding: 32px;
  }
}

.online__benefit__title {
  color: #502d9b;
  font-size: 20px;
  margin-bottom: 8px;
}

.online__benefit__desc {
  margin-bottom: 0;
}

/*
desc
 */
.online__desc {
  position: relative;
  z-index: 10;
}
@media (max-width: 579px) {
  .online__desc {
    padding-top: 20px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .online__desc {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .online__desc {
    padding-top: 40px;
    display: flex;
  }
}

@media (min-width: 992px) {
  .online__desc__left {
    max-width: 700px;
    margin-right: 30px;
  }
}

.online__desc blockquote {
  background-color: #fff6f9;
  padding: 8px 18px;
  border-left: 3px solid #ff64a0;
  margin: 0 0 20px;
}

.online__desc blockquote p {
  color: #fa1e64;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

.online__desc__left h2,
.online__desc__left h3 {
  text-align: left;
  color: #502d9b;
}

.online__desc__program {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .online__desc__program {
    width: 33.3%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.online__desc__program h2 {
  color: #502d9b;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .online__desc__program h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .online__desc__program h2 {
    font-size: 18px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .online__desc__program__title--mobile {
    display: none;
  }
}

.online__desc__program__title--mobile a {
  color: #502d9b;
  text-decoration: none;
}
.online__desc__program__title--mobile a:hover span {
  text-decoration: none;
}

.online__desc__program__title--mobile span {
  text-decoration: underline;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .online__desc__program__title--desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .online__desc__program__list {
    display: none;
  }
}
@media (min-width: 992px) {
  .online__desc__program__list {
    display: block !important;
  }
}

.online__desc__program__title__show {
  display: inline;
}

.online__desc__program__title__hide {
  display: none;
}

.online__desc__program__title--active .online__desc__program__title__show {
  display: none;
}
.online__desc__program__title--active .online__desc__program__title__hide {
  display: inline;
}

.online__desc__program__title--mobile svg {
  margin-top: 7px;
  margin-left: 5px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.online__desc__program__title--active.online__desc__program__title--mobile svg {
  transform: rotate(-90deg);
}

.online__desc__program__item {
  border-bottom: 1px solid #dcd3c7;
}

.online__desc__program__heading {
  cursor: pointer;
  position: relative;
  padding: 10px 26px 10px 36px;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}

.online__desc__program__item--active .online__desc__program__heading {
  color: #ff64a0;
}

.online__desc__program__order {
  position: absolute;
  color: #ff64a0;
  font-weight: 600;
  left: 6px;
  top: 10px;
}

.online__desc__program__expand {
  position: absolute;
  top: 16px;
  right: 6px;
}

.online__desc__program__minus {
  display: none;
  margin-top: 5px;
  color: #dcd3c7;
}

.online__desc__program__item--active .online__desc__program__minus {
  display: block;
}

.online__desc__program__item--active .online__desc__program__plus {
  display: none;
}

.online__desc__program__content {
  background-color: rgba(239, 231, 218, 0.5);
}

.online__desc__program__content p {
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 26px 10px 28px;
}

.online__point__bottom__wrap {
  padding: 30px 0;
}

.online__point__bottom__content {
  position: relative;
  z-index: 20;
}

@media (min-width: 580px) {
  .online__point__bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
  }
}

.online__point__bottom__item {
  text-align: center;
}
@media (min-width: 580px) {
  .online__point__bottom__item {
    width: 33.333%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

.online__point__bottom__item img {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.online__point__bottom p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  color: #502d9b;
}

/*

.online__point__bottom__item {
  margin-bottom: 30px;
  @media (min-width: $screen-ts) {
    width: 180px;
  }
}

.online__point__bottom__item img {
  display: block;
  @media (max-width: $screen-xs-max) {
    margin: 0 auto;
  }
  @media (min-width: $screen-ts) {
    width: 100%;
  }
}

.online__point__bottom__item--2 {
  padding-left: 15px;
  padding-right: 15px;
}

.online__point__bottom__item--2 img {
  @media (min-width: $screen-sm) {
    margin: 0 auto;
  }
}
*/
/**
reference
 */
.online__reference__wrap {
  border-top: 1px solid #fff6f9;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 1450px) {
  .online__reference__wrap::before {
    background: url(../images/bg/online-reference.svg) center center no-repeat;
    content: "";
    position: absolute;
    right: 50%;
    margin-right: -700px;
    top: 180px;
    width: 265px;
    height: 323px;
  }
}

.online__reference {
  position: relative;
  z-index: 5;
  margin-bottom: 54px;
}

.online__reference_arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  z-index: 1230;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .online__reference_arrow {
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .online__reference_arrow {
    margin-top: -36px;
    width: 72px;
    height: 72px;
  }
}
.online__reference_arrow:focus {
  outline: none;
}

@media (max-width: 767px) {
  .online__reference_arrow svg {
    margin-top: 3px;
    width: 19px;
    height: 16px;
  }
}

.online__heading__gallery--not-load .online__reference_arrow {
  opacity: 0;
}

@media (max-width: 991px) {
  .online__reference_arrow--left {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .online__reference_arrow--left {
    left: -16px;
  }
}

.online__reference_arrow--left svg {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .online__reference_arrow--right {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .online__reference_arrow--right {
    right: -16px;
  }
}

.online__reference--not-load .online__reference_arrow {
  opacity: 0;
}

.online__reference--not-load .online__reference__slider:before {
  content: " ";
  display: table;
}
.online__reference--not-load .online__reference__slider:after {
  content: " ";
  display: table;
  clear: both;
}

.online__reference__slider__container {
  margin-left: -3px;
  margin-right: -3px;
}

.online__reference--not-load .online__reference__item {
  display: none;
  float: left;
}
.online__reference--not-load .online__reference__item.online__reference__item--1, .online__reference--not-load .online__reference__item.online__reference__item--2, .online__reference--not-load .online__reference__item.online__reference__item--3 {
  box-sizing: border-box;
  display: block;
  width: 33.333%;
}

.online__reference__item {
  padding: 0 5px;
}

.online__top__reference .slick-dots,
.online__reference .slick-dots,
.online__community__inner .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

.online__top__reference .slick-dots,
.online__reference .slick-dots {
  bottom: -42px;
}

.online__top__reference .slick-dots {
  bottom: 10px;
}

.online__top__reference .slick-dots li,
.online__reference .slick-dots li,
.online__community__inner .slick-dots li {
  margin: 4px 4px 0;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.online__top__reference .slick-dots button,
.online__reference .slick-dots button,
.online__community__inner .slick-dots button {
  overflow: hidden;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -999px;
  background-color: transparent;
  border: 1px solid #000;
}
.online__top__reference .slick-dots button:focus,
.online__reference .slick-dots button:focus,
.online__community__inner .slick-dots button:focus {
  outline: none;
}

.online__top__reference .slick-dots .slick-active button,
.online__reference .slick-dots .slick-active button,
.online__community__inner .slick-dots .slick-active button {
  border-color: #000;
  background-color: #000;
}

.online__reference__button {
  text-align: center;
}

.online__reference__bottom_desc,
.online__benefit_bottom__bottom_desc {
  text-align: center;
  color: #fa1e64;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/*
benefit bottom
 */
.online__benefit_bottom__wrap {
  overflow: hidden;
}
@media (max-width: 579px) {
  .online__benefit_bottom__wrap {
    padding-top: 20px;
  }
}
@media (min-width: 580px) {
  .online__benefit_bottom__wrap {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .online__benefit_bottom {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .online__benefit_bottom {
    position: relative;
    padding: 30px 15px 144px;
    margin-bottom: 30px;
  }
}

.online__benefit_bottom__row {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .online__benefit_bottom__row {
    display: flex;
  }
}

@media (min-width: 768px) {
  .online__benefit_bottom__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .online__benefit_bottom__col:last-child {
    margin-bottom: 70px;
  }
}

.online__benefit_bottom__item {
  position: relative;
  padding-left: 54px;
}

.online__benefit_bottom__item .online__benefit_bottom__title {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #502d9b;
}

.online__benefit_bottom__item p {
  margin-bottom: 15px;
}

.online__benefit_bottom__icon {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  color: #502d9b;
  background-color: #fac832;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online__benefit_bottom__icon svg {
  display: block;
}

@media (max-width: 991px) {
  .online__benefit_bottom__img {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .online__benefit_bottom__img {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .online__benefit_bottom__img {
    right: 0;
    max-width: 50%;
  }
}
@media (min-width: 1380px) {
  .online__benefit_bottom__img {
    right: -93px;
  }
}

.online__benefit_bottom__img img {
  display: block;
}
@media (max-width: 991px) {
  .online__benefit_bottom__img img {
    margin: 0 auto;
  }
}

.online__benefit_bottom__button,
.online__benefit_bottom__bottom_desc {
  text-align: center;
}

/*
community
 */
.online__community {
  overflow: hidden;
  padding: 20px 0 60px;
}
@media (min-width: 768px) {
  .online__community {
    background-image: url("../images/bg/online-community.svg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .online__community {
    background-position: -150px -150px;
  }
}
@media (min-width: 1170px) {
  .online__community {
    background-position: 20% -150px;
  }
}

@media (min-width: 1170px) {
  .online__community__top {
    position: relative;
    padding: 0 150px;
  }
}

@media (min-width: 1170px) {
  .online__community__top .new__title {
    min-height: 82px;
  }
}

@media (max-width: 1169px) {
  .online__community__rating {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 1170px) {
  .online__community__rating {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}

.online__community .course_workshop__section__title {
  color: #fff;
}

.online__community__inner {
  margin: 0 -8px;
  position: relative;
}

.online__community__slider {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.online__community__inner--not-load .online__reference_arrow {
  opacity: 0;
}

.new .online__community__inner .online__reference_arrow {
  background-color: #000;
  color: #fff;
}
.new .online__community__inner .online__reference_arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1169px) {
  .online__community__inner .online__reference_arrow--left {
    left: 24px;
  }
}
@media (min-width: 1170px) {
  .online__community__inner .online__reference_arrow--left {
    left: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .online__community__inner .online__reference_arrow--right {
    right: 24px;
  }
}
@media (min-width: 1170px) {
  .online__community__inner .online__reference_arrow--right {
    right: 50px;
  }
}

.online__community__inner .slick-list {
  overflow: visible;
}

.online__community__col {
  padding: 0 8px;
  box-sizing: border-box;
}

.online__community__inner--not-load .online__community__col {
  display: none;
}
.online__community__inner--not-load .online__community__col.online__community__col--1 {
  display: block;
}
@media (min-width: 580px) {
  .online__community__inner--not-load .online__community__col {
    float: left;
  }
  .online__community__inner--not-load .online__community__col.online__community__col--2 {
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  .online__community__inner--not-load .online__community__col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .online__community__inner--not-load .online__community__col {
    width: 33.33%;
  }
  .online__community__inner--not-load .online__community__col.online__community__col--3 {
    display: block;
  }
}

.online__community__item {
  margin-bottom: 36px;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 30px;
}

.online__community__item p {
  margin: 0;
  font-size: 18px;
}

.online__community__item__author {
  position: relative;
  padding: 24px 66px 0 0;
}

.online__community__item__author h3 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  color: #584d3d;
}

.online__community__item__author__img {
  position: absolute;
  right: -18px;
  top: 0;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  box-sizing: border-box;
  padding: 2px;
  background-color: #fff;
}

.online__community__item__author__img .lazyload__wrap {
  border-radius: 50%;
}

/*
program bottom
 */
.online__program_bottom__wrap {
  padding: 30px 0;
}
@media (min-width: 1170px) {
  .online__program_bottom__wrap {
    background-repeat: no-repeat;
    background-image: url("../images/bg/program-bottom.svg");
  }
}
@media (min-width: 1170px) and (max-width: 1499px) {
  .online__program_bottom__wrap {
    background-position: 112% bottom;
  }
}
@media (min-width: 1170px) and (min-width: 1500px) {
  .online__program_bottom__wrap {
    background-position: right bottom;
  }
}

.online__program_bottom {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .online__program_bottom {
    position: relative;
  }
}

.online__program_bottom a {
  color: #502d9b;
}

@media (min-width: 992px) {
  .online__program_bottom .course_workshop__section__title {
    padding-right: 432px;
    margin-bottom: 30px;
  }
}

@media (min-width: 580px) {
  .online__program_bottom__row {
    display: flex;
    margin-left: -18px;
    margin-right: -18px;
  }
}

@media (min-width: 580px) {
  .online__program_bottom__col {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.online__program_bottom__item {
  margin-bottom: 15px;
}

.online__program_bottom__title {
  font-weight: 600;
  color: #502d9b;
  font-size: 20px;
}

.online__program_bottom p {
  margin-bottom: 10px;
}

.new .online__program_bottom__button {
  color: #000;
  border-radius: 6px;
  border: 2px solid #502d9b;
  padding: 6px 20px;
  background-color: transparent;
}
.new .online__program_bottom__button:focus {
  outline: none;
}

.online__program_bottom__button svg {
  margin: 3px 6px 0 0;
}

.online__program_bottom__list_expander .button {
  position: relative;
}

.online__program_bottom__arrow {
  display: block;
  opacity: 0;
}
.online__program_bottom__arrow:before, .online__program_bottom__arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  display: block;
  width: 0;
}
.online__program_bottom__arrow:after {
  z-index: 1;
  bottom: -13px;
  border-color: #e5dbcf transparent;
}
.online__program_bottom__arrow:before {
  border-color: #d2c7bb transparent;
  z-index: 0;
  bottom: -12px;
}

.online__program_bottom__list_expander--active .online__program_bottom__arrow {
  opacity: 1;
}

.online__program_bottom__list__inner {
  border: 1px solid #d2c7bb;
  background-color: #e5dbcf;
  padding: 10px 0;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .online__program_bottom__list__inner {
    display: flex;
  }
}

.online__program_bottom__list__col {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .online__program_bottom__list__col {
    width: 50%;
    box-sizing: border-box;
  }
}

.online__program_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.online__program_bottom ul li {
  padding: 0 0 0 20px;
  margin: 5px 0;
  background: url(../images/icon/check-9-braun.svg) 0 8px no-repeat;
}

/*
price
 */
.online__bottom__wrap {
  overflow: hidden;
}

.online__price__top {
  padding: 30px 0 0;
  overflow: hidden;
}

.online__price__top .new__title {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .online__price__point {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .online__price__point {
    margin: 0 -15px;
  }
}
@media (min-width: 1170px) {
  .online__price__point {
    margin: 0 -40px;
  }
}

.online__price__point__col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .online__price__point__col {
    width: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .online__price__point__col {
    padding: 0 15px;
  }
}
@media (min-width: 1170px) {
  .online__price__point__col {
    padding: 0 40px;
  }
}

.online__price__point__item {
  color: #000;
  padding: 10px 0 10px 32px;
  border-top: 1px solid rgba(88, 77, 61, 0.6);
  position: relative;
}
.online__price__point__item:first-of-type {
  border-top-width: 0;
}

.online__price__point__icon {
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  background-color: #fac832;
  border-radius: 50%;
}

.online__price__point__icon svg {
  width: 9px;
  height: 6px;
  display: block;
  color: #502d9b;
  margin: 6px 0 0 4px;
}

.online__price__bottom {
  position: relative;
  z-index: 5;
  padding: 30px 0 36px;
  overflow: hidden;
}

.online__price__bottom_holder {
  height: 96px;
}

.online__price__bottom__inner {
  position: relative;
  z-index: 15;
}

.online__price__bottom__desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.online__price__variant {
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .online__price__variant {
    padding: 24px 20px;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .online__price__variant--2 {
    display: flex;
  }
  .online__price__variant--2::before {
    content: "";
    position: absolute;
    background-color: rgba(88, 77, 61, 0.3);
    z-index: 15;
    left: 50%;
    top: 24px;
    bottom: 24px;
    width: 2px;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .online__price__variant--2::after {
    content: "";
    position: absolute;
    right: -50px;
    width: 157px;
    height: 202px;
    top: -52px;
    z-index: 5;
    background: url(../images/bg/online-price.svg) center center no-repeat;
  }
}

.online__price__variant__item {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .online__price__variant__item {
    padding: 24px 20px;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .online__price__variant--1 .online__price__variant__item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .online__price__variant--2 .online__price__variant__item:first-of-type {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid rgba(88, 77, 61, 0.3);
  }
}
@media (min-width: 768px) {
  .online__price__variant--2 .online__price__variant__item {
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

.online__price__variant__item__price {
  color: #584d3d;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 8px;
}

.online__price__variant__item__desc {
  color: #502d9b;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}

.online__price__variant__item__info {
  color: rgba(88, 77, 61, 0.6);
  font-size: 14px;
}

.online__price__bottom__desc_bottom {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}

.online__price__bottom__desc_pink {
  text-align: center;
  color: #fa1e64;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

/*
form
 */
.online__form {
  margin-top: -36px;
  position: relative;
}
.online__form::before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/bg/online-form.svg");
  z-index: 10;
}
@media (max-width: 767px) {
  .online__form::before {
    bottom: 0;
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .online__form::before {
    background-position: center top;
    top: 0;
    margin-top: -44px;
    padding-top: 44px;
  }
}
.online__form .form__area {
  padding-top: 0;
  z-index: 15;
}
@media (max-width: 991px) {
  .online__form .form__area {
    padding-left: 0;
    padding-right: 0;
  }
}
.online__form .form__inner {
  box-shadow: none;
  padding-top: 20px;
}
.online__form .online__form__title {
  margin: 15px 0;
}

.online__form__title {
  margin: 0 0 30px;
}

.online__form__variant {
  display: flex;
  justify-content: space-between;
}

.online__form__variant__wrap input[type=radio]:checked + label,
.online__form__variant__wrap input[type=radio]:checked + label .online__form__variant__price {
  font-weight: 700;
}

.online__form__variant__wrap input[type=radio]:checked + label .online__form__variant__desc div,
.online__form__variant__wrap input[type=radio]:checked + label .online__form__variant__price {
  color: #000;
}

.online__form__variant__desc div {
  font-weight: 400;
  color: rgba(88, 77, 61, 0.6);
  font-size: 12px;
}

.online__form__variant__price {
  flex-shrink: 0;
  flex-grow: 0;
  color: #584d3d;
  font-weight: 400;
}
@media (max-width: 991px) {
  .online__form__variant__price {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .online__form__variant__price {
    width: 178px;
  }
}

.online__form__radio__area table {
  margin: 4px 0;
}

.online__form__radio__area input[type=radio] + label {
  display: block;
  border-radius: 4px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  margin: 8px 0;
  padding-left: 56px;
  padding-right: 16px;
  transition: 0.3s;
}

.online__form__radio__area input[type=radio]:checked + label {
  border-color: #502d9b;
}

.online__form__radio__area input[type=radio] + label span:first-child {
  left: 12px;
  top: 50%;
  margin-top: -12px;
}

.online__form__radio__col,
.online__form__radio__col2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.online__form__radio__col {
  position: relative;
  font-weight: 400;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .online__form__radio__col {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .online__form__radio__col {
    width: 105px;
    padding-left: 30px;
  }
}

.online__form__radio__col2 {
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}

.online__form__radio__col svg {
  color: #ff64a0;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .online__form__radio__col svg {
    display: none;
  }
}

.online__form__radio__col--calendar svg {
  top: 8px;
}

.online__form__radio__col--clock svg {
  top: 8px;
}

.online__form__radio__col--refresh svg {
  top: 7px;
}

/*
.online__form__radio__table {
  padding: 10px 10px 10px 0;
}

.online__form__radio__table table {
  margin: 0;
}

.online__form__radio__table tr:first-child .online__form__radio__col2:before {
  display: none;
}

.online__form__radio__col2 {
  position: relative;
  &:before {
    width: 80%;
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    display: block;
    height: 1px;
    background-color: $braun_border;
  }
}

.online__form__radio__table td {
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}

.online__form__radio__area svg {
  color: $green_light;
  position: absolute;
  left: 0;
  top: 12px;
  transition: 0.3s;
  @media (max-width: $screen-ts-max) {
    display: none;
  }
}

.online__form__radio__area input[type=radio]:checked + label svg {
  color: $green_button;
}

.online__form__radio__col {
  position: relative;
  padding-right: 15px;
  @media (min-width: $screen-sm) {
    padding-left: 30px;
  }
}

/*
.online__form__section {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  @include clearfix();
}

.online__form__section--top {
  padding-top: 30px;
}

.online__form__section--term {
  padding-bottom: 20px;
}

.online__form__section--variant {
  padding-bottom: 30px;
}

.online__form__section--contact {
  background-color: $braun_light-5;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}

.online__form__section--bottom {
  padding-top: 20px;
  @media (max-width: $screen-ts-max) {
    padding-bottom: 30px;
  }
  @media (min-width: $screen-sm) and (max-width: $screen-md-max) {
    padding-bottom: 40px;
  }
  @media (min-width: $screen-lg) {
    padding-bottom: 60px;
  }
}

.online__form__section__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.online__form__order {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid $green_light;
  text-align: center;
  color: $green_light;
  font-size: 30px;
  font-weight: $strong;
  line-height: 60px;
  top: 50%;
  margin-top: -30px;
  @media (max-width: $screen-sm-max) {
    display: none;
  }
  @media (min-width: $screen-md) and (max-width: $screen-md-max) {
    left: 50px;
  }
  @media (min-width: $screen-lg) {
    left: 86px;
  }
}

.online__form__radio__error label {
  margin-bottom: 20px;
  display: block !important;
}

.online__form__radio__area {
  position: relative;
}

.online__form__radio__area--all input[type=radio]:checked + label {
  color: $green_button;
}

.online__form__radio__area input[type=radio] + label {
  display: block;
  box-shadow: 0 1px 3px $braun-3;
  border-radius: 6px;
  border: 3px solid $braun_middle;
  margin: 8px 0;
  padding-left: 56px;
  transition: 0.3s;
  background-color: $white;
}

.online__form__radio__area input[type=radio] + label span:first-child {
  border: 2px solid $braun;
  left: 12px;
  top: 50%;
  margin-top: -12px;
  &:before {
    opacity: 0;
    background-color: $green_button;
  }
}

.online__form__radio__area input[type=radio]:checked + label {
  border-color: $green_button;
  box-shadow: none;
  font-weight: $normal;
}

.online__form__radio__area input[type=radio]:checked + label span:first-child {
  border-color: $green_button;
  &:before {
    opacity: 1;
  }
}

.online__form__address__note {
  font-weight: $strong;
  text-align: center;
  font-size: 20px;
}

.online__form__contact__row {
  @media (min-width: $screen-ts) {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.online__form__contact__col {
  @media (min-width: $screen-ts) {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
}

.online__form__contact__col--half {
  @media (min-width: $screen-ts) {
    width: 50%;
  }
}

.online__form__contact__col--zip {
  @media (min-width: $screen-ts) {
    width: 220px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.online__form__contact__col--city {
  @media (min-width: $screen-ts) {
    flex-grow: 1;
  }
}

.online__form__contact input,
.online__form__contact select,
.online__form textarea {
  border-color: $braun_middle;
  &:focus {
    outline: none;
    border-color: $green_button;
  }
}

.online__form__separator {
  height: 30px;
}

.online__form__section--bottom label {
  margin-top: 0;
}

.online__form__payment,
.online__form__section--bottom textarea {
  @media (max-width: $screen-ts-max) {
    margin-bottom: 20px;
  }
  @media (min-width: $screen-sm) {
    margin-bottom: 30px;
  }
}

.online__form__payment__item input[type=text] {
  margin-bottom: 15px;
}

.online__form__payment__code {
  // gpadding-left: 33px;
}

.online__form__submit {
  text-align: center;
}

.fancybox-balikovna .fancybox-slide {
  @media (max-width: $screen-ts-max) {
    padding: 54px 0 0;
  }
  @media (min-width: $screen-sm) and (max-width: $screen-md-max) {
    padding: 44px 20px 0;
  }
}

.fancybox-balikovna .fancybox-slide--iframe .fancybox-content {
  @media (max-width: $screen-ts-max) {
    height: 100%;
  }
  @media (min-width: $screen-sm) and (max-width: $screen-md-max) {
    height: calc(100% - 20px);
  }
}
*/
/*
faq
 */
.online__faq,
.online__lector {
  padding: 30px 0;
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sidebar__title {
  text-align: left;
}

.sidebar__tag__wrap {
  margin-bottom: 30px;
}

.sidebar__tag {
  font-weight: 600;
  padding: 2px 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin: 0 2px 6px 0;
}
.sidebar__tag:hover {
  color: #fff;
  border-color: #584d3d;
  background-color: #584d3d;
}

.box__section__top {
  padding-top: 50px;
}

.box__section {
  padding-top: 10px;
  overflow: hidden;
}

.box__design {
  position: absolute;
  left: -3000px;
}

@media (min-width: 768px) {
  .box__section__row {
    display: flex;
    margin: 0 -10px;
  }
}

.box__section__col {
  padding: 0 10px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .box__section__col {
    width: 33.333%;
    box-sizing: border-box;
  }
}

.box__section__col__inner.active:before {
  opacity: 1;
}

.box__section__col__inner.selected:after {
  opacity: 1;
}

.box__section__col__inner {
  border-radius: 6px;
  border: 1px solid #584d3d;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 991px) {
  .box__section__col__inner {
    padding: 6px 6px 16px;
  }
}
@media (min-width: 768px) {
  .box__section__col__inner {
    padding: 6px 6px 36px;
    height: 100%;
    box-sizing: border-box;
  }
}
.box__section__col__inner:before {
  opacity: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 12px;
  border-color: #efe7da transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -21px;
  left: 50%;
  margin-left: -30px;
}

.box__section__col__bg {
  transition: 0.3s;
  opacity: 0;
  border-radius: 6px;
  position: absolute;
  border: 10px solid #502d9b;
  display: block;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}

.selected .box__section__col__bg {
  opacity: 1;
}

.box__section__content {
  position: relative;
  z-index: 5;
}

.box__section__price {
  font-size: 22px;
  color: #584d3d;
  font-weight: 600;
}

@media (min-width: 768px) {
  .box__detail--mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .box__detail--desktop {
    display: none !important;
  }
}

.box__section__img {
  margin-bottom: 15px;
  position: relative;
}

.box__section__img__selected {
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.selected .box__section__img__selected {
  opacity: 1;
}

@media (max-width: 767px) {
  .box__section__button button {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .box__section__button button {
    font-size: 22px;
  }
}

.box__section__button__selected {
  display: none;
}

.selected .box__section__button__not_selected {
  display: none;
}

.selected .box__section__button__selected {
  display: block;
}

.box__section__img__selected__text {
  width: 100%;
  font-size: 18px;
  color: #584d3d;
}

.box__section__col h3 {
  color: #502d9b;
  margin: 0 0 5px;
}

.box__section__desc p {
  color: #584d3d;
  font-size: 14px;
  margin: 0 0 10px;
}

.new .box__section__button button {
  border-radius: 6px;
  border: 1px solid #502d9b;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  padding: 6px 24px;
}

.new .active .box__section__button button,
.new .selected .box__section__button button,
.new .box__section__button button:hover {
  background-color: #502d9b;
  color: #fff;
}

.box__detail {
  overflow: hidden;
  margin-bottom: 20px;
}

.box__detail__bg {
  padding: 24px 0 36px;
  position: relative;
}
.box__detail__bg:before {
  content: "";
  position: absolute;
  left: -106px;
  top: 0;
  width: 217px;
  height: 121px;
  background: url(../images/bg/new-box-detail-top.svg) center center no-repeat;
}
.box__detail__bg:after {
  content: "";
  position: absolute;
  width: 193px;
  height: 145px;
  background: url(../images/bg/new-box-detail-bottom.svg) center center no-repeat;
}
@media (max-width: 991px) {
  .box__detail__bg:after {
    left: -50px;
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .box__detail__bg:after {
    left: 50%;
    margin-left: -205px;
    bottom: 0;
  }
}

.box__detail__inner {
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .box__detail__title--mobile {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .box__detail__title--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .box__detail__title--desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .box__detail__title--desktop {
    text-align: left;
    color: #502d9b;
  }
}

.box__detail__desc {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .box__detail__check {
    text-align: center;
  }
}

.box__detail__check__want {
  display: block;
}

.box__detail__check__notwant {
  display: none;
}

input[type=checkbox]:checked + label .box__detail__check__notwant {
  display: block;
}

input[type=checkbox]:checked + label .box__detail__check__want {
  display: none;
}

.box__detail__check input[type=checkbox] + label {
  border-color: #502d9b;
  background-color: #fff;
  padding-left: 54px;
  border-radius: 6px;
}

.box__detail__check input[type=checkbox] + label span:first-child {
  border-width: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #c5beb7;
  width: 30px;
  height: 30px;
  top: 13px;
}

.box__detail__check input[type=checkbox] + label svg {
  margin-top: 8px;
}

.box__detail__check input[type=checkbox]:checked + label {
  background-color: #502d9b;
  color: #fff;
}

.new input[type=checkbox]:checked + label span:first-child {
  color: #502d9b;
  background-color: #fff;
}

.box__detail__inner .gallery__slider__big__outer {
  padding: 0;
}

.box__detail__inner .slick-current.gallery__slider__item .lazyload__wrap {
  border-color: #fac832;
}

@media (min-width: 480px) {
  .box__detail__content {
    padding-left: 60px;
  }
}

.box__res__img {
  margin: 0 auto 20px;
  border-radius: 6px;
  border: 1px solid #d2c7bb;
  background-color: #fff;
  max-width: 360px;
  padding: 10px;
}

.box__res__img img {
  display: block;
}

.box__form__bg {
  position: absolute;
  top: 14px;
  background-image: url(../images/bg/box-form.svg);
  background-position: center center;
  left: 50%;
  width: 1296px;
  height: 1510px;
  margin-left: -720px;
}

.schedule__filter {
  margin: 0 0 20px;
}
.schedule__filter:before {
  content: " ";
  display: table;
}
.schedule__filter:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .schedule__filter__section:before {
    content: " ";
    display: table;
  }
  .schedule__filter__section:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .schedule__filter__section {
    float: left;
    margin: 0 34px 0 0;
    padding: 0 20px 0 0;
    border-right: 2px solid #434343;
  }
  .schedule__filter__section:last-child {
    border-right-width: 0;
  }
}

@media (max-width: 767px) {
  .schedule__filter__section--focus {
    margin-bottom: 15px;
    border-bottom: 1px solid #434343;
  }
}

.schedule__filter__title {
  margin: 0 8px 0 0;
  font-weight: 600;
}

.schedule__filter .checkbox__wrap {
  float: left;
  margin: 0 14px 0 0;
}

.schedule__filter input[type=checkbox] + label {
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .schedule__filter input[type=checkbox] + label {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .schedule__filter input[type=checkbox] + label {
    margin: 0;
  }
}

.schedule__filter input[type=checkbox] + label span {
  width: 24px;
  height: 24px;
}

.schedule__filter input[type=checkbox] + label svg {
  margin-top: 5px;
}

.schedule__day {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 12px;
}

.schedule__day__title {
  border-radius: 4px 4px 0 0;
  background-color: #03b0f2;
  font-weight: 600;
  padding: 15px 0;
}

.schedule__day__title h2 {
  margin: 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .schedule__content {
    padding: 6px 15px;
  }
}
@media (min-width: 992px) {
  .schedule__content {
    padding: 6px 18px;
  }
}

@media (min-width: 992px) {
  .schedule__period {
    padding: 0 0 0 115px;
    position: relative;
    min-height: 50px;
  }
}

.schedule__period--morning,
.schedule__period--afternoon {
  border-bottom: 3px solid rgba(219, 182, 143, 0.6);
}

.schedule__period__name {
  color: #1f7a8c;
  font-weight: 600;
}
@media (max-width: 991px) {
  .schedule__period__name {
    margin: 6px 0;
  }
}
@media (min-width: 992px) {
  .schedule__period__name {
    position: absolute;
    left: 0;
    top: 13px;
  }
}

.schedule__item {
  display: table;
  width: 100%;
}

.schedule__item__cell {
  display: table-cell;
  vertical-align: top;
  color: #000;
}
@media (max-width: 991px) {
  .schedule__item__cell {
    padding: 6px;
  }
  .schedule__item__cell.schedule__item__cell--time {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell {
    padding: 10px 8px;
  }
}

@media (max-width: 991px) {
  .schedule__item__cell.schedule__item__cell--title {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell.schedule__item__cell--title {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .schedule__item__cell__mobile {
    display: block;
    color: #584d3d;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell__mobile {
    display: none;
  }
}

.schedule__item__cell--title {
  font-weight: 600;
}

.schedule__item__cell--title a {
  color: #000;
}
@media (max-width: 991px) {
  .schedule__item__cell--title a {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell--title a {
    text-decoration: none;
  }
}
.schedule__item__cell--title a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .schedule__item__cell--title a:hover {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell--title a:hover {
    text-decoration: underline;
  }
}

.schedule__item__cell--focus {
  width: 70px;
}

.schedule__item__cell--more {
  width: 150px;
  text-align: right;
}

.schedule__item__cell--title,
.schedule__item__cell--focus,
.schedule__item__cell--more {
  border-top: 1px solid rgba(219, 182, 143, 0.6);
}

.schedule__item__cell--time {
  border-top: 1px solid transparent;
}
@media (max-width: 991px) {
  .schedule__item__cell--time {
    width: 105px;
  }
}
@media (min-width: 992px) {
  .schedule__item__cell--time {
    width: 120px;
  }
}

.schedule__item--no-border .schedule__item__cell {
  border-top-width: 0;
}

@media (max-width: 991px) {
  .schedule__item__cell--focus,
  .schedule__item__cell--more {
    display: none;
  }
}

.tariff {
  padding-top: 60px;
}

.tariff__list {
  display: flex;
}

.tariff__item {
  width: 33.333%;
  padding: 0 15px 30px;
  box-sizing: border-box;
}

.tariff__item__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.tariff__item__desc,
.tariff__item__button {
  text-align: center;
}

.tariff__item__icon {
  display: flex;
  justify-content: center;
}

.tariff__item__icon__bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px 20px;
}

.tariff__item__inner--1 {
  border: 1px solid #fe64a0;
}

.tariff__item__inner--1 h3,
.tariff__item__inner--1 .tariff__item__desc {
  color: #fe64a0;
}

.tariff__item__inner--1 .tariff__item__icon__bg {
  background-color: #fe64a0;
}

.tariff__item__inner--2 {
  border: 1px solid #3dbfc4;
}

.tariff__item__inner--2 h3,
.tariff__item__inner--2 .tariff__item__desc {
  color: #3dbfc4;
}

.tariff__item__inner--2 .tariff__item__icon__bg {
  background-color: #3dbfc4;
}

.tariff__item__inner--3 {
  border: 1px solid #502f9b;
}

.tariff__item__inner--3 h3,
.tariff__item__inner--3 .tariff__item__desc {
  color: #502f9b;
}

.tariff__item__inner--3 .tariff__item__icon__bg {
  background-color: #502f9b;
}

.voucher__wrap {
  background-color: #fff;
}
@media (max-width: 767px) {
  .voucher__wrap {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .voucher__wrap {
    padding: 30px;
    margin-bottom: 45px;
  }
}

.voucher__headline__wrap {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

.voucher__headline__wrap.voucher__headline__wrap--no-margin {
  margin: 0;
}

.voucher__headline {
  color: #679436;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .voucher__headline {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .voucher__headline {
    font-size: 36px;
  }
}
.voucher__headline:before, .voucher__headline:after {
  content: "";
  width: 3000px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: rgba(219, 182, 143, 0.6);
}
.voucher__headline:before {
  left: -3010px;
}
.voucher__headline:after {
  right: -3010px;
}

.voucher__headline__order {
  box-sizing: border-box;
  border: 2px solid #efe7da;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 1px 4px 0 0;
}
@media (max-width: 767px) {
  .voucher__headline__order {
    font-size: 16px;
    line-height: 28px;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .voucher__headline__order {
    font-size: 26px;
    line-height: 38px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 768px) {
  .voucher__course__table__outer {
    overflow: hidden;
  }
  .voucher__course__table__outer:before {
    content: " ";
    display: table;
  }
  .voucher__course__table__outer:after {
    content: " ";
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .voucher__course__table__wrap {
    margin: 0 -15px;
  }
}

.voucher__course__table {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: table;
}

.voucher__course__row {
  display: table-row;
}

@media (min-width: 768px) {
  .voucher__course__table__row {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
  }
}

.voucher__course__cell {
  display: table-cell;
  padding-bottom: 10px;
}

.voucher__course__cell.voucher__course__cell--price {
  text-align: right;
  padding-left: 10px;
}

.voucher__course__cell.voucher__course__cell--price label {
  display: block;
}

.voucher__course__table input[type=radio] + label,
.voucher__course__table label {
  margin: 0;
}

.voucher__design {
  position: absolute;
  left: -3000px;
}

.voucher__section__outer {
  overflow: hidden;
}

@media (max-width: 579px) {
  .voucher__section:before {
    content: " ";
    display: table;
  }
  .voucher__section:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (min-width: 580px) {
  .voucher__section {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}

@media (max-width: 579px) {
  .voucher__section__title {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
  }
}
@media (min-width: 580px) {
  .voucher__section__title {
    display: none;
  }
}

@media (max-width: 479px) {
  .voucher__section__move {
    clear: both;
  }
}
@media (min-width: 480px) {
  .voucher__section__move {
    display: none;
  }
}

.voucher__section__cell {
  padding-bottom: 10px;
}
@media (max-width: 579px) {
  .voucher__section__cell {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 580px) {
  .voucher__section__cell {
    vertical-align: middle;
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .voucher__section__cell {
    font-size: 18px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .voucher__section__cell {
    box-sizing: border-box;
    width: 33%;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .voucher__section__cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.voucher__section__cell--title {
  padding-right: 15px;
}

.voucher__section__cell.voucher__section__cell--thumb {
  position: relative;
}
@media (max-width: 479px) {
  .voucher__section__cell.voucher__section__cell--thumb {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .voucher__section__cell.voucher__section__cell--thumb {
    width: 33.333%;
  }
}
@media (max-width: 579px) {
  .voucher__section__cell.voucher__section__cell--thumb {
    float: left;
    display: block;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .voucher__section__cell.voucher__section__cell--thumb {
    width: 160px;
  }
}

@media (max-width: 479px) {
  .voucher__section__cell.voucher__section__cell--thumb.voucher__section__cell--blank {
    display: none;
  }
}

@media (min-width: 992px) {
  .voucher__section__cell--2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .voucher__section__cell--thumb.active.voucher__section__cell--1:after,
  .voucher__section__cell--thumb.active.voucher__section__cell--2:after {
    left: 50%;
    margin-left: -20px;
  }
}

@media (min-width: 480px) and (max-width: 579px) {
  .voucher__section__cell--thumb.active.voucher__section__cell--3:after {
    left: 20px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  .voucher__section__cell--thumb.active.voucher__section__cell--3:after {
    left: -10px;
  }
}

.voucher__section__cell--thumb.active:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 20px 8px;
  border-color: #efe7da transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 479px), (min-width: 768px) {
  .voucher__section__cell--thumb.active:after {
    left: 50%;
    margin-left: -20px;
  }
}

.voucher__section__img__wrap {
  padding: 4px;
  border: 1px solid #efe7da;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.voucher__section__cell--thumb.active .voucher__section__img__wrap {
  border-color: transparent;
  background: #679436;
}

.voucher__section__cell--thumb.selected .voucher__section__img__selected {
  opacity: 1;
}

.voucher__section__cell--thumb .lazyload__wrap {
  background: transparent;
}

.voucher__section__img__selected {
  transition: 0.3s;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #584d3d;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.voucher__section__img__selected__inner {
  width: 100%;
}
@media (max-width: 991px) {
  .voucher__section__img__selected__inner {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .voucher__section__img__selected__inner {
    font-size: 18px;
  }
}

.voucher__section__content {
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 6px solid #efe7da;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .voucher__section__content {
    padding: 2px 2px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .voucher__section__content {
    padding: 10px 30px 0 10px;
  }
}

@media (max-width: 767px) {
  .voucher__section__content__select .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .voucher__section__content__select .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.voucher__gallery {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .voucher__gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.voucher__gallery .gallery__slider__big__outer,
.voucher__gallery .gallery__slider__wrap {
  padding: 0;
}

.voucher__gallery .gallery__slider__big__arrow--left {
  left: 5px;
}

.voucher__gallery .gallery__slider__big__arrow--right {
  right: 5px;
}

.voucher__gallery .gallery__slider__wrap {
  margin: 0 -4px;
}

.voucher__gallery .gallery__slider__arrow {
  display: none;
}

.voucher__gallery .slick-current.gallery__slider__item .lazyload__wrap {
  border-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
}

.voucher__gallery .slick-track {
  left: 0 !important;
}

.voucher__section__border {
  margin-bottom: 10px;
  border-bottom: 1px solid #efe7da;
}

@media (max-width: 767px) {
  .voucher__section__content__inner {
    padding: 0 15px;
  }
}

.voucher__section__content__title--mobile {
  padding: 10px 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .voucher__section__content__title--mobile {
    display: none;
  }
}

.voucher__section__content__title--desktop {
  text-align: left;
}
.voucher__section__content__title--desktop:first-child {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .voucher__section__content__title--desktop {
    display: none;
  }
}

.voucher__section__content__desc {
  margin: 0;
}
@media (max-width: 767px) {
  .voucher__section__content__desc {
    display: none;
  }
}

input[type=checkbox]:checked + label .voucher__section__notwant {
  display: block;
}

input[type=checkbox]:checked + label .voucher__section__want {
  display: none;
}

.voucher__section__want {
  display: block;
}

.voucher__section__notwant {
  display: none;
}

.voucher__section__check:before {
  content: " ";
  display: table;
}
.voucher__section__check:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .voucher__section__check {
    text-align: center;
  }
}

.voucher__section__content__button.active {
  background-color: #03b0f2;
}

.voucher__contact {
  margin-top: 20px;
}

.voucher__contact__title {
  text-align: left;
  margin: 0;
}

.voucher__contact__desc {
  color: #1d1d1d;
  font-weight: 600;
}

.voucher__thin {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.voucher__summary__title {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .voucher__summary__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .voucher__summary__title {
    font-size: 18px;
  }
}

.voucher__summary p {
  margin-top: 0;
}

.voucher__summary__label__wrap {
  position: relative;
}
.voucher__summary__label__wrap:before {
  content: " ";
  display: table;
}
.voucher__summary__label__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

@media (min-width: 580px) {
  .voucher__summary__label {
    float: left;
    width: 170px;
  }
}

@media (min-width: 580px) {
  .voucher__summary__content {
    margin-left: 185px;
  }
}

.voucher__summary__contact {
  margin-bottom: 10px;
}

.voucher__summary__contact p {
  margin: 0;
}
.voucher__summary__contact p:first-child {
  margin-bottom: 10px;
}

.voucher__summary__separator {
  border-top: 1px solid #efe7da;
  margin-bottom: 10px;
}

.voucher__summary__submit__wrap {
  text-align: center;
}

#voucher__res__image {
  margin-top: 15px;
  display: block;
}

.voucher__summary__info {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .voucher__summary__info {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .voucher__summary__info {
    font-size: 22px;
  }
}

/*
top
 */
.new__top {
  padding-top: 20px;
  position: relative;
}

.new__top .new__text p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.new__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.new__text p {
  text-align: center;
}

.new__top__desc {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .new__top__desc {
    padding: 0 16px 20px;
  }
}
@media (min-width: 768px) {
  .new__top__desc {
    padding: 20px;
  }
}

.new__top__desc p {
  text-align: left;
}
.new__top__desc p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1169px) {
  .new__top__rating {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
}
@media (min-width: 1170px) {
  .new__top__rating {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}

.v2__appearance,
.v2__value {
  padding-top: 40px;
}

.new__title {
  color: #502d9b;
}
@media (max-width: 767px) {
  .new__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .new__title {
    font-size: 36px;
  }
}

.new__title--left {
  text-align: left;
}

.new__title__order {
  text-align: center;
  background-color: #ff64a0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
@media (max-width: 767px) {
  .new__title__order {
    margin-right: 16px;
    margin-top: -2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .new__title__order {
    margin-right: 20px;
    margin-top: -4px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

.new__subtitle {
  color: #502d9b;
}
@media (max-width: 767px) {
  .new__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .new__subtitle {
    font-size: 20px;
  }
}

.new__subtitle--left {
  text-align: left;
}

/*
value
 */
.v2__course {
  padding: 20px 0 48px;
  background-image: url(../images/bg/v2-course.svg);
  background-position: center 24px;
  background-repeat: no-repeat;
}

.v2__course__desc {
  text-align: center;
  background-color: rgba(255, 100, 160, 0.36);
  padding: 12px 24px;
}

.v2__course__desc p {
  margin: 0;
}

@media (min-width: 992px) {
  .v2__course__section__inner {
    display: flex;
  }
}

@media (min-width: 992px) {
  .v2__course__section__half {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
}

.v2__course__section__half--border {
  border-right: 1px solid #d2c7bb;
}

.v2__course__section__col {
  padding: 6px 24px;
  border-bottom: 1px solid #efe7da;
}

.v2__course__section__desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.v2__course__section__title {
  margin-right: 16px;
}

.v2__course__section__col input[type=radio] + label {
  margin: 0;
  font-size: 15px;
}

/*
appearance
 */
.v2__switcher {
  max-width: 480px;
  margin: 0 auto 20px;
  display: flex;
  position: relative;
}

.v2__switcher input[type=radio] + label {
  display: block;
  width: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #502d9b;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  position: relative;
  margin: 0;
}
.v2__switcher input[type=radio] + label:after {
  opacity: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #502d9b transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}
.v2__switcher input[type=radio] + label:first-of-type {
  border-radius: 6px 0 0 6px;
}
.v2__switcher input[type=radio] + label:last-of-type {
  border-radius: 0 6px 6px 0;
}

.v2__switcher input[type=radio]:checked + label {
  background-color: #502d9b;
  color: #fff;
}
.v2__switcher input[type=radio]:checked + label:after {
  opacity: 1;
}

.new .voucher__headline__wrap {
  overflow: visible;
}

.v2__section__bg {
  padding-top: 20px;
}

.v2__form {
  padding: 24px 0 48px;
  overflow: hidden;
  position: relative;
}
.v2__form:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 50%;
  margin-left: -760px;
  width: 1372px;
  height: 1831px;
  background-image: url(../images/bg/v2-form-2.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.v2__form__inner {
  position: relative;
  z-index: 5;
  box-shadow: 0 3px 9px rgba(88, 77, 61, 0.12);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .v2__form__inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .v2__form__inner {
    padding: 30px 60px;
  }
}

.v2__appearance__type__desc {
  font-size: 14px;
}

.new .voucher__section__img__wrap {
  background: #fff;
  padding: 8px;
  border-radius: 6px;
}

.new .voucher__section__cell--thumb.active .voucher__section__img__wrap {
  background: #502d9b;
}

.voucher__section__outer--electronic .voucher__section--is_print,
.new .voucher__summary--electronic .voucher__section--is_print {
  display: none;
}

.voucher__section__outer--electronic .voucher__section__content__desc--is_print {
  display: none;
}

.voucher__section__outer--electronic .voucher__gallery--is_print {
  display: none;
}

.voucher__pay--electronic .voucher__pay__item--is_print {
  display: none;
}

.voucher__address__wrap--electronic .voucher__address__item--is_print {
  display: none;
}

.voucher__section__outer--print .voucher__section--is_electronic,
.new .voucher__summary--print .voucher__section--is_electronic {
  display: none;
}

.voucher__section__outer--print .voucher__section__content__desc--is_electronic {
  display: none;
}

.voucher__section__outer--print .voucher__gallery--is_electronic {
  display: none;
}

.voucher__pay--print .voucher__pay__item--is_electronic {
  display: none;
}

/*
.voucher__address__wrap--print .voucher__address__item--is_electronic {
  display: none;
}
*/
.new .voucher__section__content {
  background: #efe7da;
  border-color: #efe7da;
  max-width: none;
  border-radius: 0;
}

.new .voucher__section__img__selected {
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
}

.new .voucher__section__content input[type=checkbox] + label {
  border-color: #502d9b;
  background-color: #fff;
  padding-left: 54px;
  border-radius: 6px;
}

.new .voucher__section__content input[type=checkbox] + label span:first-child {
  border-width: 0;
  border-radius: 50%;
  color: #fff;
  background-color: #c5beb7;
  width: 30px;
  height: 30px;
  top: 13px;
}

.new .voucher__gallery .gallery__slider__outer {
  background-color: #fff;
  padding: 10px;
}

.new .voucher__section__content input[type=checkbox] + label svg {
  margin-top: 8px;
}

.new .voucher__section__content input[type=checkbox]:checked + label {
  background-color: #502d9b;
  color: #fff;
}

.new input[type=checkbox]:checked + label span:first-child {
  color: #502d9b;
  background-color: #fff;
}

.new .voucher__section__cell--thumb.active:after {
  border-color: #efe7da transparent;
}

.new .voucher__section__content__title {
  color: #502d9b;
}

.new .voucher__gallery .slick-current.gallery__slider__item .lazyload__wrap {
  border-color: #fac832;
}

@media (min-width: 992px) {
  .new .voucher__section__cell.voucher__section__cell--thumb {
    width: 200px;
  }
}

.new .voucher__section__cell {
  font-weight: 600;
}
@media (min-width: 992px) {
  .new .voucher__section__cell {
    padding-bottom: 20px;
    font-size: 20px;
  }
}

.new .voucher__summary__submit__wrap {
  padding-bottom: 20px;
}

.new .voucher__form .new__text p {
  margin: 0 0 1.25rem;
}

.v2__form__separator {
  background-color: rgba(88, 77, 61, 0.1);
  height: 1px;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .new .voucher__summary .new__title {
    text-align: left;
  }
}

.new .voucher__summary {
  border-top: 1px solid rgba(88, 77, 61, 0.1);
  padding-top: 20px;
  border-bottom: 1px solid rgba(88, 77, 61, 0.1);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .new .voucher__summary {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new .voucher__summary {
    margin-top: 40px;
    padding-left: 190px;
  }
}
@media (min-width: 992px) {
  .new .voucher__summary {
    margin-top: 60px;
    padding-left: 250px;
  }
}

.new .voucher__summary__img {
  border-radius: 6px;
  border: 1px solid #d2c7bb;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .new .voucher__summary__img {
    margin-bottom: 48px;
    max-width: 240px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .new .voucher__summary__img {
    position: absolute;
    top: -20px;
    left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new .voucher__summary__img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .new .voucher__summary__img {
    width: 200px;
  }
}

.new #voucher__res__image {
  margin-top: 0;
}

.new .voucher__summary__img img {
  width: 100%;
  display: block;
}

.new .voucher__res__type {
  text-align: center;
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
}

.new .voucher__res__course {
  color: #000;
}

.new .voucher__res__type .voucher__res__type__inner {
  padding: 6px 12px;
  vertical-align: top;
  display: inline-block;
  border-radius: 0 0 10px 10px;
  background-color: rgba(88, 77, 61, 0.12);
  color: #584d3d;
  font-size: 14px;
}

.new .voucher__summary__info {
  margin: 0 0 20px;
}

.debug__notices {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1500;
  cursor: pointer;
  width: 60px;
  height: 40px;
  background-color: #f00;
}
.debug__notices:before {
  font-size: 18px;
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 40px;
  left: 0;
  width: 60px;
  top: 0;
  font-weight: 700;
}
@media (max-width: 479px) {
  .debug__notices:before {
    content: "IS-1";
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .debug__notices:before {
    content: "XS-2";
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  .debug__notices:before {
    content: "TS-3";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .debug__notices:before {
    content: "SM-4";
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .debug__notices:before {
    content: "MD-5";
  }
}
@media (min-width: 1170px) {
  .debug__notices:before {
    content: "LG-6";
  }
}

.debug__login {
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  left: 60px;
  z-index: 999;
  cursor: pointer;
  display: block;
  line-height: 40px;
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
.debug__login:hover {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}

.screenwidth {
  display: none;
}
@media (max-width: 479px) {
  .screenwidth {
    width: 1px;
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .screenwidth {
    width: 2px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  .screenwidth {
    width: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenwidth {
    width: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .screenwidth {
    width: 5px;
  }
}
@media (min-width: 1170px) {
  .screenwidth {
    width: 6px;
  }
}

.tile__item {
  display: block;
  text-decoration: none;
  padding-bottom: 42px;
  position: relative;
  margin-bottom: 24px;
  transition: 0.15s;
}

.tile__item .lazyload__wrap {
  background-color: transparent;
  transition: 0.3s;
}

.tile__img__wrap {
  position: relative;
  background-color: #fff;
}

.tile__img__wrap img {
  transition: none;
}

.tile__img__more__wrap {
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -15px;
  opacity: 0;
}

.tile__img__more {
  display: inline-block;
  vertical-align: top;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 600;
}

.tile__img__more svg {
  margin: 10px 0 0 3px;
}

.course__item.tile__item {
  padding-bottom: 54px;
}

.course__item.tile__item:hover .lazyload__wrap,
.gallery-page .tile__item:hover .lazyload__wrap {
  opacity: 0.4;
}

.tile__item:hover .lazyload__wrap {
  opacity: 0.7;
}
.tile__item:hover .tile__col,
.tile__item:hover .tile__title {
  color: #679436;
}
.tile__item:hover .tile__img__more__wrap {
  opacity: 1;
}

.course__item .tile__desc {
  padding: 0;
}

.tile__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: table;
  box-sizing: border-box;
  padding: 0 12px;
}
@media (max-width: 579px) {
  .tile__desc {
    height: 70px;
  }
}
@media (min-width: 580px) {
  .tile__desc {
    height: 58px;
  }
}

.tile__col {
  display: table-cell;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  color: #000;
}
@media (max-width: 579px) {
  .tile__col {
    padding: 0 15px;
  }
}
@media (min-width: 580px) {
  .tile__col {
    padding: 0 45px 0 20px;
  }
}

@media (max-width: 579px) {
  .tile__col svg {
    display: none;
  }
}
@media (min-width: 580px) {
  .tile__col svg {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
  }
}

.tile__title {
  transition: 0.3s;
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 579px) {
  .tile__title {
    font-size: 14px;
  }
}
@media (min-width: 580px) {
  .tile__title {
    font-size: 15px;
  }
}

@media (max-width: 579px) {
  .flexible__tile .row,
  .course__list__wrap .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 579px) {
  .flexible__tile .col--as--6,
  .course__list__wrap .col--as--6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 579px) {
  .flexible__tile .tile__item,
  .course__list__wrap .tile__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .course_workshop__benefit__wrap {
    padding: 16px 0;
    border-top: 1px solid #efe7da;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course_workshop__benefit__wrap {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .course_workshop__benefit__wrap {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .course_workshop__benefit__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.course_workshop__benefit {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .course_workshop__benefit {
    position: relative;
    padding: 0 0 0 72px;
  }
  .course_workshop__benefit:before {
    content: " ";
    display: table;
  }
  .course_workshop__benefit:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course_workshop__benefit {
    width: 33.333%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .course_workshop__benefit {
    padding: 0 15px 20px;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .course_workshop__benefit__table {
    display: table;
    width: 100%;
    min-height: 70px;
  }
}

@media (max-width: 767px) {
  .course_workshop__benefit__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .course_workshop__benefit__icon {
    margin: 0 auto 12px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .course_workshop__benefit__icon__desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .course_workshop__benefit__icon__mobile {
    display: none;
  }
}

.course_workshop__benefit__title {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .course_workshop__benefit__title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .course_workshop__benefit__title {
    text-align: center;
  }
}

.course_workshop__desc h2,
.course_workshop__desc h3 {
  margin-bottom: 20px;
}

.course_workshop__testimonial__desc h2,
.course_workshop__testimonial__desc h3 {
  margin-bottom: 12px;
}

.course_workshop__testimonial__desc h4 {
  margin-top: 12px;
}

.course_workshop__desc h2,
.course_workshop__testimonial__desc h2 {
  color: #809919;
}
@media (max-width: 767px) {
  .course_workshop__desc h2,
  .course_workshop__testimonial__desc h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .course_workshop__desc h2,
  .course_workshop__testimonial__desc h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .course_workshop__desc h3,
  .course_workshop__testimonial__desc h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__desc h3,
  .course_workshop__testimonial__desc h3 {
    font-size: 26px;
  }
}

.course_workshop__desc__point__wrap {
  padding: 20px;
  margin: 0 0 20px;
}

.course_workshop__desc__point__wrap .col--sm--6:first-child ul {
  margin: 0;
}

.course_workshop__login {
  padding: 20px 0 0;
}

.course_workshop__desc__compensation h4 {
  margin-bottom: 10px;
}

.course_workshop__desc__button__wrap {
  text-align: center;
  margin-top: 2px;
}

.course_workshop__form {
  margin: 0 0 105px;
}

.course_workshop__form__section {
  position: relative;
  padding: 20px 15px;
}

.course_workshop__form__section--white {
  background-color: #fff;
}

.course_workshop__form__section--grey {
  background-color: rgb(252.4945945946, 249.9195945946, 247.2054054054);
}

@media (max-width: 991px) {
  .course_workshop__form__order {
    display: none;
  }
}
@media (min-width: 992px) {
  .course_workshop__form__order {
    color: #809919;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 70px;
    top: 8px;
    border: 2px solid #809919;
    border-radius: 50%;
    box-sizing: border-box;
  }
}

.course_workshop__form__section--1 .course_workshop__form__order {
  top: 105px;
}

.course_workshop__form__section--1.course_workshop__form__section--contact .course_workshop__form__order {
  top: 8px;
}

.course_workshop__term__outer {
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .course_workshop__term__wrap {
    margin: 0 -10px;
  }
}

@media (max-width: 991px) {
  .course_workshop__term.course_workshop__term--half.course_workshop__term--blank {
    display: none;
  }
}
@media (min-width: 992px) {
  .course_workshop__term.course_workshop__term--half.course_workshop__term--blank {
    width: 16.666%;
  }
}

@media (max-width: 767px) {
  .course_workshop__term {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    min-height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course_workshop__term {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .course_workshop__term {
    width: 33.333%;
  }
}

.course_workshop__term__inner {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 2px #dfdfdf;
  border: 1px solid #c5beb7;
  background-color: #fff;
  position: relative;
}

input[type=radio]:checked + label.course_workshop__term__inner {
  border: 4px solid rgb(128.9736842105, 185.6776315789, 67.8223684211);
}

input[type=radio] + label.course_workshop__term__inner {
  padding: 0;
  width: 100%;
}
body:not(.postid-219759) input[type=radio] + label.course_workshop__term__inner {
  display: table;
}
body.workshop-template-default.postid-219759 input[type=radio] + label.course_workshop__term__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  body.workshop-template-default.postid-219759 input[type=radio] + label.course_workshop__term__inner {
    align-items: start;
  }
}
@media (max-width: 767px) {
  input[type=radio] + label.course_workshop__term__inner {
    margin: 0;
  }
  body:not(.postid-219759) input[type=radio] + label.course_workshop__term__inner {
    height: 74px;
  }
}
@media (min-width: 768px) {
  input[type=radio] + label.course_workshop__term__inner {
    margin: 0 0 20px;
  }
  body:not(.postid-219759) input[type=radio] + label.course_workshop__term__inner {
    height: 100px;
  }
}

@media (max-width: 767px) {
  body:not(.postid-219759) input[type=radio] + label.course_workshop__term__inner.course_workshop__term__inner--bigger {
    height: 80px;
  }
}
@media (min-width: 768px) {
  body:not(.postid-219759) input[type=radio] + label.course_workshop__term__inner.course_workshop__term__inner--bigger {
    height: 110px;
  }
}

@media (min-width: 768px) {
  input[type=radio] + label.course_workshop__term__inner--bigger span.course_workshop__term__radio:first-child {
    bottom: 10px;
  }
}

input[type=radio] + label span.course_workshop__term__radio:first-child {
  transition: none;
}
@media (max-width: 767px) {
  input[type=radio] + label span.course_workshop__term__radio:first-child {
    left: 10px;
    top: 50%;
    margin-top: -12px;
  }
}
@media (min-width: 768px) {
  input[type=radio] + label span.course_workshop__term__radio:first-child {
    top: inherit;
    bottom: 12px;
    left: 50%;
    margin-left: -12px;
  }
}

@media (max-width: 767px) {
  input[type=radio]:checked + label span.course_workshop__term__radio:first-child {
    left: 8px;
  }
}
@media (min-width: 768px) {
  input[type=radio]:checked + label span.course_workshop__term__radio:first-child {
    bottom: 11px;
  }
}

@media (max-width: 767px) {
  input[type=radio]:checked + label .course_workshop__term__cell {
    padding-left: 48px;
  }
}

.course_workshop__term__cell {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .course_workshop__term__cell {
    padding: 5px 15px 5px 50px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term__cell {
    padding: 0 5px 30px;
    text-align: center;
  }
}

.course_workshop__term__cell__text {
  color: #000;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-size: 15px;
  text-transform: uppercase;
}
.course_workshop__term__cell__text.course_workshop__term__cell__text--normal {
  color: #584d3d;
  text-transform: none;
  font-weight: 400;
}
.course_workshop__term__cell__text.course_workshop__term__cell__text--desc {
  font-weight: 400;
  text-transform: none;
}

.course_workshop__term__cell--normal .course_workshop__term__cell__text {
  font-weight: 400;
}

.course_workshop__term__outer__error {
  text-align: center;
}

.course_workshop__term__outer__error label {
  margin-bottom: 20px;
  display: block !important;
}

.course_workshop__term--simplybook.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 0 16px 16px;
  border-color: #efe7da transparent;
  display: block;
  width: 0;
  z-index: 1;
  left: 50%;
  margin-left: -16px;
}

.course_workshop__term__simplybook--active {
  clear: both;
  box-sizing: border-box;
  padding: 20px 10px 0;
  min-height: 64px;
}
.course_workshop__term__simplybook--active:before {
  content: " ";
  display: table;
}
.course_workshop__term__simplybook--active:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .course_workshop__term__simplybook--active {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term__simplybook--active {
    margin: 0 10px 20px;
  }
}

.course_workshop__form__simplybook {
  position: relative;
  overflow: hidden;
}

.course_workshop__form__simplybook input {
  position: absolute;
  left: -1500px;
}

.course_workshop__term__simplybook .spinner {
  margin: -5px auto 0;
  width: 30px;
  height: 30px;
}

.course_workshop__term__simplybook_no_terms {
  text-align: center;
  padding-bottom: 20px;
}

.course_workshop__term__simplybook__error label {
  text-align: center;
  margin-bottom: 20px;
  display: block !important;
}

.course_workshop__login__field {
  max-width: 370px;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .course_workshop__login__field {
    padding: 0 130px;
  }
}

.course_workshop__login__field.course_workshop__login__field--no_margin {
  margin-bottom: 0;
}

.course_workshop__login__field--margin {
  margin-top: 25px;
  margin-bottom: 15px;
}

.course_workshop__lection {
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 0 0;
}

.course_workshop__lection__order {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 3px solid #efe7da;
  background-color: #fff;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #679436;
  font-size: 36px;
  line-height: 54px;
  margin: 5px 0;
}

.course_workshop__lection__title {
  text-align: left;
  margin: 0;
}

.course_workshop__lection__table td {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #efe7da;
}

.course_workshop__lection__table tr:last-child td {
  border-bottom-width: 0;
}

.course_workshop__lection__table td:first-child {
  padding-left: 30px;
}

.course_workshop__lection__table td:last-child {
  padding-right: 30px;
}

.course_workshop__lection__table p:last-child {
  margin: 0;
}

.course_workshop__testimonial {
  padding: 20px 0;
}

.course_workshop__testimonial__slider__outer {
  position: relative;
}
@media (max-width: 767px) {
  .course_workshop__testimonial__slider__outer {
    max-width: 280px;
    margin: 0 auto;
  }
}

.course_workshop__testimonial__slider__wrap {
  overflow: hidden;
}

.course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slider__arrow {
  opacity: 0;
}

.course_workshop__testimonial__slider__arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  z-index: 1230;
  opacity: 0.7;
}
.course_workshop__testimonial__slider__arrow:hover {
  opacity: 1;
  background-color: rgb(141.5263157895, 193.1973684211, 85.8026315789);
}
.course_workshop__testimonial__slider__arrow:focus {
  outline: none;
}

.course_workshop__testimonial__slide {
  box-sizing: border-box;
  padding: 0 7px;
}

@media (min-width: 768px) {
  .course_workshop__testimonial__slide .lazyload__wrap {
    background: transparent;
    border: 5px solid transparent;
  }
  .course_workshop__testimonial__slide.slick-current .lazyload__wrap {
    border-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
  }
}
.course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide {
  display: none;
}
@media (max-width: 767px) {
  .course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide.course_workshop__testimonial__slide--1 {
    display: block;
  }
}
@media (min-width: 768px) {
  .course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide.course_workshop__testimonial__slide {
    width: 33.333%;
    float: left;
  }
  .course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide.course_workshop__testimonial__slide--1, .course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide.course_workshop__testimonial__slide--2, .course_workshop__testimonial__slider__outer--not-load .course_workshop__testimonial__slide.course_workshop__testimonial__slide--3 {
    display: block;
  }
}

@media (max-width: 479px) {
  .course_workshop__testimonial__slider__arrow--left {
    left: -18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .course_workshop__testimonial__slider__arrow--left {
    left: 50%;
    margin-left: -215px;
  }
}
@media (min-width: 768px) {
  .course_workshop__testimonial__slider__arrow--left {
    left: -68px;
  }
}

@media (max-width: 479px) {
  .course_workshop__testimonial__slider__arrow--right {
    right: -18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .course_workshop__testimonial__slider__arrow--right {
    right: 50%;
    margin-right: -215px;
  }
}
@media (min-width: 768px) {
  .course_workshop__testimonial__slider__arrow--right {
    right: -68px;
  }
}

.course_workshop__section__headline {
  color: #679436;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .course_workshop__section__headline {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .course_workshop__section__headline {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .course_workshop__faq {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__faq {
    margin-top: 30px;
  }
}

.course_workshop__section__title {
  color: #679436;
  margin-top: 0;
}
@media (max-width: 767px) {
  .course_workshop__section__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .course_workshop__section__title {
    font-size: 30px;
  }
}

.course_workshop__section__title--desc {
  color: #584d3d;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .course_workshop__section__title--desc {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__section__title--desc {
    font-size: 24px;
  }
}

.course_workshop__section__title--left {
  text-align: left;
}

@media (min-width: 992px) {
  .course_workshop__term__label span,
  .course_workshop__term__label__2 span,
  .course_workshop__section__title span {
    display: none;
  }
}

.course_workshop__term__label {
  font-weight: 600;
}
@media (max-width: 767px) {
  .course_workshop__term__label {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term__label {
    font-size: 24px;
  }
}

.course_workshop__term__label__2 {
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .course_workshop__term__label__2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term__label__2 {
    font-size: 24px;
  }
}

.course_workshop__term__label__2.course_workshop__term__label__2--margin {
  margin-bottom: 20px;
}

.course_workshop__term h3 {
  color: #679436;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .course_workshop__term h3 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .course_workshop__term h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .course_workshop__term h3 {
    font-size: 24px;
  }
}

.course_workshop__bar__wrap {
  position: fixed;
  left: 0;
  top: -80px;
  transition: 0.3s;
  width: 100%;
  z-index: 1400;
}
.course_workshop__bar__wrap:before {
  content: " ";
  display: table;
}
.course_workshop__bar__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.course_workshop__bar__wrap.course_workshop__bar__wrap--showed {
  top: 0;
}

.course_workshop__bar {
  background-color: white;
  border-left: 1px solid #efe7da;
  border-right: 1px solid #efe7da;
  border-bottom: 1px solid #efe7da;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  position: relative;
}
.course_workshop__bar:before {
  content: " ";
  display: table;
}
.course_workshop__bar:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .course_workshop__bar {
    display: none;
  }
}

@media (min-width: 768px) {
  .course_workshop__bar--online {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .course_workshop__bar--online:before, .course_workshop__bar--online:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .course_workshop__bar__title {
    display: none;
  }
}
@media (min-width: 992px) {
  .course_workshop__bar__title {
    font-size: 15px;
    float: left;
    color: #71685c;
    line-height: 36px;
    margin-top: 12px !important;
    margin-bottom: 12px;
    margin-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .course_workshop__bar__title {
    width: 130px;
  }
}
@media (min-width: 1170px) {
  .course_workshop__bar__title {
    width: 230px;
  }
}

.course_workshop__bar ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .course_workshop__bar ul {
    float: left;
    margin: 0 0 0 25px;
  }
}
@media (min-width: 992px) {
  .course_workshop__bar ul {
    float: right;
    margin: 0;
  }
}

.course_workshop__bar--online ul {
  float: none;
}
@media (max-width: 991px) {
  .course_workshop__bar--online ul {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .course_workshop__bar--online ul {
    margin-left: 22px;
  }
}

.course_workshop__bar ul li {
  font-size: 16px;
  margin: 0;
  float: left;
  font-weight: 600;
}
@media (max-width: 991px) {
  .course_workshop__bar ul li {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .course_workshop__bar ul li {
    padding: 0 12px;
  }
}

.course_workshop__bar li a {
  display: block;
  color: #1d1d1d;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding: 17px 0 16px;
}
.course_workshop__bar li a:hover {
  color: #74a73d;
  border-bottom-color: #74a73d;
}
.course_workshop__bar li a:active, .course_workshop__bar li a:focus {
  outline: none;
}

.course_workshop__bar .active a {
  color: #74a73d;
  border-bottom-color: #74a73d;
}

.course_workshop__bar__login.button {
  float: right;
  margin: 12px 30px 0 18px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.course_workshop__bar__login.button:active, .course_workshop__bar__login.button:focus {
  outline: none;
}

.course_workshop__bar--online .course_workshop__bar__login.button {
  float: none;
  display: block;
  order: 2;
}
@media (max-width: 991px) {
  .course_workshop__bar--online .course_workshop__bar__login.button {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 992px) {
  .course_workshop__bar--online .course_workshop__bar__login.button {
    margin: 0 30px 0 0;
  }
}

.course_workshop__bar__login.active {
  color: #fff;
}

@media (max-width: 1169px) {
  .course_workshop__bar__login__label--long {
    display: none;
  }
}
@media (min-width: 1170px) {
  .course_workshop__bar__login__label--long {
    display: block;
  }
}

@media (max-width: 1169px) {
  .course_workshop__bar__login__label--short {
    display: block;
  }
}
@media (min-width: 1170px) {
  .course_workshop__bar__login__label--short {
    display: none;
  }
}

.course_workshop__bottom_bar__wrap {
  font-size: 20px;
  padding: 12px 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
  z-index: 1350;
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
  opacity: 0;
  visibility: hidden;
  color: #584d3d;
}
@media (min-width: 768px) {
  .course_workshop__bottom_bar__wrap {
    display: none;
  }
}

.new .course_workshop__bottom_bar__wrap {
  background-color: transparent;
}

.course_workshop__bottom_bar__wrap--active {
  opacity: 1;
  visibility: visible;
}

.course_workshop__bottom_bar {
  text-align: center;
  color: #fff;
}

.course_workshop__bottom_bar__link {
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: #000;
  font-weight: 600;
}

.course_workshop__other__outer {
  position: relative;
  padding: 0 60px;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.course_workshop__other__title {
  margin: 20px 0 10px;
}

.course_workshop__other__slider__outer {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}

.course_workshop__other__slider__wrap {
  margin: 0 -6px;
}

.course_workshop__other__outer--not_load .course_workshop__other__slider__slide {
  display: none;
}
@media (max-width: 479px) {
  .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--1 {
    display: block;
  }
}
@media (min-width: 480px) {
  .course_workshop__other__outer--not_load .course_workshop__other__slider__slide {
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--1, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--2 {
    display: block;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--1, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--2, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--3 {
    display: block;
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--1, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--2, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--3, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--4, .course_workshop__other__outer--not_load .course_workshop__other__slider__slide--5 {
    display: block;
    width: 20%;
  }
}

.course_workshop__other__slider__slide {
  box-sizing: border-box;
  padding: 0 6px;
}

.course_workshop__other__slider__slide__inner {
  display: block;
  text-decoration: none;
  position: relative;
}
.course_workshop__other__slider__slide__inner:hover {
  text-decoration: none;
}

.course_workshop__other__slider__arrow {
  border-radius: 50%;
  z-index: 1030;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  padding: 0;
}
.course_workshop__other__slider__arrow:focus {
  outline: none;
}

.course_workshop__other__slider__arrow--left {
  left: 0;
}

.course_workshop__other__slider__arrow--right {
  right: 0;
}

.course_workshop__other__slider__slide__inner:hover .course_workshop__other__slider__title {
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
}

.course_workshop__other__slider__title {
  font-size: 15px;
  margin: 0;
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  background-color: rgba(116, 167, 61, 0.8);
  text-align: center;
  display: table;
  height: 74px;
}

.course_workshop__other__slider__title span {
  display: table-cell;
  vertical-align: middle;
}

.course_workshop__term__slider__outer {
  position: relative;
  padding: 16px;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.course_workshop__term__slider__arrow {
  position: absolute;
  top: 50%;
  background: #fac832;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}
.course_workshop__term__slider__arrow.prev {
  left: 4px;
}
.course_workshop__term__slider__arrow.next {
  right: 4px;
}
.course_workshop__term__slide span {
  border: none !important;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}
.course_workshop__term__slide span::before {
  content: none !important;
}
.course_workshop__term__slide .lazyload__wrap img {
  position: static;
  height: auto;
}

.lector {
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .lector {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lector {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.lector__title {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lector__title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .lector__content--thin {
    padding: 0 64px;
  }
}

@media (min-width: 580px) and (max-width: 991px) {
  .lector__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 992px) {
  .lector__creation {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.backlink {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 579px) {
  .backlink {
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 24px 5px 15px;
  }
}
@media (min-width: 580px) {
  .backlink {
    padding: 0 24px 0 15px;
    line-height: 3;
    position: absolute;
    left: 0;
    border-radius: 3px 3px 0 0;
  }
}
.backlink:hover {
  color: #649239;
  text-decoration: none;
}

@media (max-width: 579px) {
  .backlink--single {
    margin-bottom: 20px;
  }
}
@media (min-width: 580px) {
  .backlink--single {
    top: 0;
  }
}

@media (max-width: 579px) {
  .backlink--title {
    margin-top: 20px;
  }
}
@media (min-width: 580px) {
  .backlink--title {
    bottom: 0;
  }
}

.backlink svg {
  margin-right: 10px;
}
@media (max-width: 579px) {
  .backlink svg {
    margin-top: 7px;
  }
}
@media (min-width: 580px) {
  .backlink svg {
    margin-top: 19px;
  }
}

.benefit__outer {
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 991px) {
  .benefit__outer {
    padding: 30px 0 10px;
  }
}
@media (min-width: 992px) {
  .benefit__outer {
    padding: 25px 0 15px;
  }
}

.benefit__wrap:before {
  content: " ";
  display: table;
}
.benefit__wrap:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 580px) and (max-width: 991px) {
  .benefit__wrap {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .benefit__wrap {
    margin: 0 -25px;
  }
}

.benefit__headline {
  color: #1f7a8c;
}
@media (max-width: 991px) {
  .benefit__headline {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .benefit__headline {
    font-size: 40px;
    margin: 0 0 25px;
  }
}

.benefit {
  box-sizing: border-box;
}
@media (min-width: 580px) {
  .benefit {
    float: left;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .benefit {
    width: 50%;
    padding: 0 15px 5px;
  }
}
@media (min-width: 992px) {
  .benefit {
    padding: 0 25px 5px;
    width: 33.333%;
  }
}

.benefit__top {
  display: block;
  position: relative;
}
@media (max-width: 579px) {
  .benefit__top {
    margin-bottom: 6px;
  }
}
@media (min-width: 580px) {
  .benefit__top {
    margin-bottom: 10px;
  }
}

.benefit .lazyload__wrap {
  width: 120px;
  border-radius: 50%;
  border: 6px solid #efe7da;
  overflow: hidden;
}
@media (max-width: 579px) {
  .benefit .lazyload__wrap {
    margin: 0 auto;
  }
}

@media (max-width: 579px) {
  .benefit__order {
    display: none;
  }
}
@media (min-width: 580px) {
  .benefit__order {
    position: absolute;
    left: 148px;
    bottom: 6px;
    color: #dbb68f;
    font-size: 36px;
  }
}

.benefit__content:before {
  content: " ";
  display: table;
}
.benefit__content:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 579px) {
  .benefit__content {
    padding: 0 5%;
  }
}
@media (min-width: 580px) {
  .benefit__content {
    padding-left: 18px;
  }
}

.benefit__title,
.benefit__desc {
  line-height: 1.5;
}

.benefit__title {
  color: #1f7a8c;
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 579px) {
  .benefit__title {
    margin-bottom: 6px;
  }
}
@media (min-width: 580px) {
  .benefit__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .benefit__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .benefit__title {
    font-size: 20px;
  }
}

.benefit__desc {
  color: #584d3d;
}
@media (max-width: 579px) {
  .benefit__desc {
    margin: 0 0 15px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .benefit__desc {
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .benefit__desc {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .benefit__desc {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .benefit__desc {
    font-size: 18px;
  }
}

.community__outer {
  position: relative;
}

.community__wrap {
  z-index: 10;
}
@media (max-width: 767px) {
  .community__wrap {
    position: relative;
    margin-top: -85px;
  }
}
@media (min-width: 768px) {
  .community__wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.community {
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  background-color: rgb(31, 122, 140);
}
@media (max-width: 767px) {
  .community {
    padding: 30px 20px;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .community {
    background-color: rgba(31, 122, 140, 0.9);
    margin: 60px 0 0;
    max-width: 480px;
    padding: 45px 36px;
  }
}

.community__title,
.community__desc {
  color: #fff;
}

@media (max-width: 767px) {
  .community__button__wrap {
    text-align: center;
  }
}

.community__title {
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .community__title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .community__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .community__title {
    font-size: 36px;
  }
}

.community__desc {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .community__desc {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .community__desc {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .community__desc {
    font-size: 26px;
  }
}

.contact-bar {
  text-align: center;
}

.contact-bar span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 14px 0;
}

.contact-bar .button {
  margin-left: 12px;
}

.course_list__outer {
  overflow: hidden;
}
@media (max-width: 767px) {
  .course_list__outer {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .course_list__outer {
    padding: 45px 0;
  }
}

.course_list__outer .slick-list {
  overflow: visible;
}

.course_list__headline {
  color: #74a73d;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .course_list__headline {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .course_list__headline {
    font-size: 48px;
  }
}

.course_list__desc {
  margin-bottom: 25px;
}

.course_list__desc p {
  color: #584d3d;
  text-align: center;
}
@media (max-width: 767px) {
  .course_list__desc p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .course_list__desc p {
    font-size: 20px;
  }
}

.course_list__item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .course_list__item {
    display: none;
  }
}

@media (max-width: 767px) {
  .course_list__item.course_list__item--all {
    display: block;
  }
}

.course_list__item__holder {
  background-color: #fff;
  padding-bottom: 42px;
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.course_list__item__holder:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.6666%;
}

.course_list__item--all:hover .course_list__item__holder__inner:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.course_list__item__holder__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.course_list__item__holder__inner:after {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  transition: 0.3s;
}

.course_list__item__holder__button__wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-top: -30px;
  padding: 0 20px;
  box-sizing: border-box;
}

.course_list__slider__inner--not_load:before {
  content: " ";
  display: table;
}
.course_list__slider__inner--not_load:after {
  content: " ";
  display: table;
  clear: both;
}

.course_list__slider__inner--not_load .course_list__item {
  display: none;
}
.course_list__slider__inner--not_load .course_list__item.course_list__item--1 {
  display: block;
}
@media (min-width: 768px) {
  .course_list__slider__inner--not_load .course_list__item {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .course_list__slider__inner--not_load .course_list__item.course_list__item--2 {
    display: block;
  }
}

.course_list__slider__inner--not_load .course_list__slider__arrow {
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 1169px) {
  .course_list__slider__wrap {
    padding: 0 45px;
  }
}
@media (min-width: 1170px) {
  .course_list__slider__wrap {
    padding: 0 105px;
  }
}

.course_list__slider__inner {
  position: relative;
}

.course_list__slider__arrow {
  position: absolute;
  top: 50%;
  background-color: #74a73d;
  opacity: 0.9;
  z-index: 20;
  border-radius: 50%;
}
@media (max-width: 1169px) {
  .course_list__slider__arrow {
    margin-top: -54px;
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1170px) {
  .course_list__slider__arrow {
    margin-top: -84px;
    height: 120px;
    width: 120px;
  }
}
.course_list__slider__arrow:hover {
  opacity: 1;
  background-color: #74a73d;
}
.course_list__slider__arrow:focus {
  outline: none;
}

@media (max-width: 1169px) {
  .course_list__slider__arrow--left {
    left: -60px;
  }
}
@media (min-width: 1170px) and (max-width: 1499px) {
  .course_list__slider__arrow--left {
    left: -120px;
  }
}
@media (min-width: 1500px) {
  .course_list__slider__arrow--left {
    left: -153px;
  }
}

@media (max-width: 1169px) {
  .course_list__slider__arrow--right {
    right: -60px;
  }
}
@media (min-width: 1170px) and (max-width: 1499px) {
  .course_list__slider__arrow--right {
    right: -120px;
  }
}
@media (min-width: 1500px) {
  .course_list__slider__arrow--right {
    right: -153px;
  }
}

.course_list__slider__inner .slick-arrow.slick-disabled {
  background-color: #584d3d;
  opacity: 0.2;
}

.course_list__more {
  text-align: center;
}
@media (max-width: 767px) {
  .course_list__more {
    display: none;
  }
}

.flexible__text h1,
.flexible__text h2,
.flexible__text h3 {
  text-align: left;
}

.flexible__text .gallery__slider__outer .lazyload__wrap {
  margin: 0;
}

.flexible__text .lazyload__wrap {
  margin-bottom: 20px;
}

.flexible__text .gallery__slider__outer {
  margin-bottom: 20px;
}

.flexible__list ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.flexible__list ul li {
  margin: 0 0 8px;
  padding: 3px 0 3px 42px;
  font-weight: 600;
  color: #3f3a34;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}
.flexible__list ul li:before, .flexible__list ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.flexible__list ul li:before {
  border-radius: 50%;
  z-index: 3;
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
}
.flexible__list ul li:after {
  z-index: 5;
  background: url(../images/icon/check-15-white.svg) center center no-repeat;
}

.flexible__list--pink ul li:before {
  background-color: #ff64a0;
}

.bg--padding-middle.flexible__gallery .gallery__slider__wrap,
.bg--padding-big.flexible__gallery .gallery__slider__wrap {
  margin-bottom: 20px;
}

.flexible__tile__title {
  color: #1f7a8c;
}
@media (max-width: 767px) {
  .flexible__tile__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .flexible__tile__title {
    font-size: 36px;
  }
}

.flexible__contact {
  background-color: #fff;
}
@media (max-width: 767px) {
  .flexible__contact {
    padding: 15px 15px 0;
  }
}
@media (min-width: 768px) {
  .flexible__contact {
    padding: 18px 30px 0 18px;
  }
}

.flexible__contact__section {
  border-bottom: 1px solid #efe7da;
  margin-bottom: 20px;
}
.flexible__contact__section:last-child {
  border-bottom-width: 0;
}

.flexible__contact__section h2 {
  color: #679436;
  margin-bottom: 14px;
}

.flexible__contact__section p {
  color: #584d3d;
  margin-bottom: 14px;
}

.heading {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .course_workshop__outer .heading__wrap {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .heading__wrap {
    padding-bottom: 20px;
  }
}

.heading__top {
  background-color: #fff;
}
@media (min-width: 768px) {
  .heading__top {
    position: relative;
    display: flex;
    align-items: center;
  }
  .heading__top:before {
    content: " ";
    display: table;
  }
  .heading__top:after {
    content: " ";
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .heading__inner {
    margin-bottom: 20px;
  }
}

.heading__top__slider__wrap {
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading__top__slider__wrap {
    width: 53%;
  }
}
@media (min-width: 992px) {
  .heading__top__slider__wrap {
    width: 58%;
  }
}

.heading__top__slider {
  position: relative;
}

.heading__top__slider--not-load .heading__top__slider__one {
  display: none;
}

.heading__top__slider--not-load .heading__top__slider__one.heading__top__slider__one--1 {
  display: block;
}

.heading__top__slider--not-load .heading__top__slider__arrow {
  opacity: 0;
}

.new_heading__slider__desc {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

.new_heading__slider__desc__inner {
  color: #584d3d;
  font-size: 14px;
  background-color: rgba(88, 77, 61, 0.1);
  padding: 4px 24px;
  border-radius: 0 0 6px 6px;
}

.heading__top__slider__arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 0;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  z-index: 1230;
  opacity: 0.8;
}
.heading__top__slider__arrow:hover {
  opacity: 1;
  background-color: rgb(141.5263157895, 193.1973684211, 85.8026315789);
}
.heading__top__slider__arrow:focus {
  outline: none;
}

.heading__top__slider__arrow--left {
  left: 15px;
}

.heading__top__slider__arrow--right {
  right: 15px;
}

.heading__top__slider__helper {
  width: 30%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1225;
  padding: 0;
  background: transparent;
}
.heading__top__slider__helper:hover {
  background: transparent;
}
.heading__top__slider__helper:focus {
  outline: none;
}

.heading__top__slider__helper-left {
  left: 0;
}

.heading__top__slider__helper--right {
  right: 0;
}

.heading__top__content {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .heading__top__content {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .heading__top__content {
    padding: 15px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading__top__content {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .heading__top__content {
    width: 42%;
  }
}

.heading__top__content--mobile p:last-of-type {
  margin-bottom: 0;
}

.heading__top__content__title--mobile {
  color: #03b0f2;
}
@media (min-width: 768px) {
  .heading__top__content__title--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .heading__top__content__title--desktop {
    display: none;
  }
}

.heading__top__button__wrap {
  text-align: center;
}

@media (max-width: 767px) {
  .heading__top__content--mobile {
    margin: 0 -15px;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .heading__top__content--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .heading__top__content--desktop {
    display: none;
  }
}

.heading__top__content h1,
.heading__top__content h2,
.heading__top__content h3 {
  color: #03b0f2;
  font-weight: 600;
  text-align: left;
  font-size: 38px;
}

.heading__top__content p {
  color: #71685c;
  margin: 0 0 20px;
}

.heading__slider__wrap {
  position: relative;
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .heading__slider__wrap {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .heading__slider__wrap {
    padding: 0 54px;
  }
}

.heading__slider__wrap--not-load {
  overflow: hidden;
}

.heading__slider:before {
  content: " ";
  display: table;
}
.heading__slider:after {
  content: " ";
  display: table;
  clear: both;
}

.heading__slider__wrap--not-load .heading__slider__item {
  float: left;
  display: none;
}
@media (max-width: 579px) {
  .heading__slider__wrap--not-load .heading__slider__item {
    width: 33.333%;
  }
  .heading__slider__wrap--not-load .heading__slider__item--1, .heading__slider__wrap--not-load .heading__slider__item--2, .heading__slider__wrap--not-load .heading__slider__item--3 {
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .heading__slider__wrap--not-load .heading__slider__item {
    width: 20%;
  }
  .heading__slider__wrap--not-load .heading__slider__item--1, .heading__slider__wrap--not-load .heading__slider__item--2, .heading__slider__wrap--not-load .heading__slider__item--3, .heading__slider__wrap--not-load .heading__slider__item--4, .heading__slider__wrap--not-load .heading__slider__item--5 {
    display: block;
  }
}
@media (min-width: 992px) {
  .heading__slider__wrap--not-load .heading__slider__item {
    width: 14.2857%;
  }
  .heading__slider__wrap--not-load .heading__slider__item--1, .heading__slider__wrap--not-load .heading__slider__item--2, .heading__slider__wrap--not-load .heading__slider__item--3, .heading__slider__wrap--not-load .heading__slider__item--4, .heading__slider__wrap--not-load .heading__slider__item--5, .heading__slider__wrap--not-load .heading__slider__item--6, .heading__slider__wrap--not-load .heading__slider__item--7 {
    display: block;
  }
}

.heading__slider__item__inner {
  padding: 0 4px;
}

.heading__slider__item__inner .lazyload__wrap {
  background: transparent;
  border: 5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.heading__slider__wrap .slick-current .lazyload__wrap {
  border-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
}

.heading__slider__wrap--not-load .heading__bottom__slider__arrow {
  opacity: 0;
}

.heading__bottom__slider__arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  border-radius: 50%;
  z-index: 1230;
}
@media (max-width: 767px) {
  .heading__bottom__slider__arrow {
    margin-top: -18px;
    width: 36px;
    height: 36px;
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .heading__bottom__slider__arrow {
    margin-top: -24px;
    width: 48px;
    height: 48px;
  }
}
.heading__bottom__slider__arrow:hover {
  background-color: rgb(141.5263157895, 193.1973684211, 85.8026315789);
}
.heading__bottom__slider__arrow:focus {
  outline: none;
}

@media (max-width: 767px) {
  .heading__bottom__slider__arrow svg {
    width: 20px;
  }
}

.heading__bottom__slider__arrow--left {
  left: 0;
}

.heading__bottom__slider__arrow--right {
  right: 0;
}

.new__point {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .new__point {
    display: none;
  }
}

.new__point__item {
  vertical-align: top;
  margin: 0 10px 20px;
  color: #502d9b;
  font-weight: 600;
  padding-left: 46px;
  position: relative;
  font-size: 18px;
  display: inline-block;
}

.new__point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #ff64a0;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .new__point__icon {
    top: -2px;
    width: 30px;
    height: 30px;
    padding: 6px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .new__point__icon {
    top: -5px;
    width: 36px;
    height: 36px;
  }
}

.new__point__icon svg {
  display: block;
}

/*
heading
 */
.new__heading {
  position: relative;
}
@media (min-width: 768px) {
  .new__heading {
    display: flex;
  }
}
.new__heading:before {
  content: "";
  position: absolute;
  width: 205px;
  height: 213px;
  background: url(../images/bg/new-heading.svg) left top no-repeat;
}
@media (max-width: 991px) {
  .new__heading:before {
    left: -126px;
    top: -64px;
  }
}
@media (min-width: 992px) {
  .new__heading:before {
    left: -12px;
    top: -96px;
  }
}

@media (min-width: 768px) {
  .new__heading--online:after {
    content: "";
    position: absolute;
    width: 319px;
    height: 323px;
    background: url(../images/bg/new-heading-online.svg) left top no-repeat;
    right: -82px;
    bottom: -250px;
  }
}
.new__heading__slider {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .new__heading__slider {
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .new__heading__slider {
    width: 52%;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .new__heading__slider {
    margin-right: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .new__heading__slider {
    width: 54%;
  }
}
@media (min-width: 1170px) {
  .new__heading__slider {
    width: 60%;
  }
}

.new__heading__slider--desc {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .new__heading__desc--mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .new__heading__desc--desktop {
    display: none;
  }
}

.new__heading__desc {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .new__heading__desc {
    padding: 20px 16px 0;
  }
  .new__heading__desc:before {
    content: " ";
    display: table;
  }
  .new__heading__desc:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .new__heading__desc {
    padding: 20px 30px;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .online__top .new__heading__desc {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.new__heading__desc__item {
  margin-left: 40px;
  padding: 12px 0;
  position: relative;
  border-top: 1px solid rgba(88, 77, 61, 0.1);
}
.new__heading__desc__item:first-child {
  border-top-width: 0;
}

.new__heading__desc__icon {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -15px;
  width: 26px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff64a0;
}

.new__heading__desc__icon img {
  display: block;
}

.new__heading__desc__icon__inner--camera img {
  width: 23px;
  height: 18px;
}

.new__heading__desc__icon__inner--clock img {
  width: 22px;
  height: 22px;
}

.new__heading__desc__icon__inner--calendar img {
  width: 20px;
  height: 20px;
}

.new__heading__desc__icon__inner--notebook img {
  width: 26px;
  height: 18px;
}

.new__heading__desc__icon__inner--thumb img {
  width: 19px;
  height: 18px;
}

.new__heading__desc__icon__inner--user img {
  width: 22px;
  height: 16px;
}

.new__heading__desc__icon__inner--check img {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .new__heading__desc .button {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .new__heading__desc .button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }
}

.new__heading__button {
  text-align: center;
}
@media (max-width: 767px) {
  .new__heading__button {
    display: none;
  }
}

.new__heading__slider__arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  z-index: 1230;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .new__heading__slider__arrow {
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .new__heading__slider__arrow {
    margin-top: -36px;
    width: 72px;
    height: 72px;
  }
}
.new__heading__slider__arrow:focus {
  outline: none;
}

@media (max-width: 767px) {
  .new__heading__slider__arrow svg {
    margin-top: 3px;
    width: 19px;
    height: 16px;
  }
}

.new__heading__slider--not_load .new__heading__slider__arrow {
  opacity: 0;
}

@media (max-width: 991px) {
  .new__heading__slider__arrow--left {
    left: 12px;
  }
}
@media (min-width: 992px) {
  .new__heading__slider__arrow--left {
    left: -24px;
  }
}

.new__heading__slider__arrow--left svg {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .new__heading__slider__arrow--right {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .new__heading__slider__arrow--right {
    right: -24px;
  }
}

.new__heading__slider--not_load .new__heading__slider__item {
  display: none;
}
.new__heading__slider--not_load .new__heading__slider__item.new__heading__slider__item--1 {
  display: block;
}

.new__heading__slider__item {
  position: relative;
}

.new__heading__slider__helper {
  width: 30%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1225;
  padding: 0;
  background: transparent;
}
.new__heading__slider__helper:hover {
  background: transparent;
}
.new__heading__slider__helper:focus {
  outline: none;
}

.new__heading__slider__helper--left {
  left: 0;
}

.new__heading__slider__helper--right {
  right: 0;
}

.new__heading__bottom {
  position: relative;
}
@media (max-width: 767px) {
  .new__heading__bottom {
    margin: 10px -9px;
  }
}
@media (min-width: 768px) {
  .new__heading__bottom {
    margin: 10px -9px 20px;
  }
  .new__heading__bottom:before {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.new__heading__bottom--desc {
  margin-top: 40px;
}

.new__heading__bottom--voucher:before,
.new__heading__bottom--box:before {
  top: -8px;
  left: 50%;
  width: 636px;
  height: 150px;
  background-image: url(../images/bg/new-reference-voucher-top.svg);
}

.new__heading__bottom--voucher:before {
  margin-left: -300px;
}

.new__heading__bottom--box:before {
  margin-left: -250px;
}

.new__heading__bottom__slider {
  position: relative;
  z-index: 5;
}

.new__heading__bottom__slider__arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  z-index: 1230;
  border-radius: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
}
.new__heading__bottom__slider__arrow:focus {
  outline: none;
}

.new__heading__bottom__slider__arrow svg {
  margin-top: 2px;
}

@media (max-width: 991px) {
  .new__heading__bottom__slider__arrow--left {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .new__heading__bottom__slider__arrow--left {
    left: -12px;
  }
}

.new__heading__bottom__slider__arrow--left svg {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .new__heading__bottom__slider__arrow--right {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .new__heading__bottom__slider__arrow--right {
    right: -12px;
  }
}

.new__heading__bottom .slick-current .lazyload__wrap {
  border-color: #fac832;
}

.new__heading__bottom--not_load:before {
  content: " ";
  display: table;
}
.new__heading__bottom--not_load:after {
  content: " ";
  display: table;
  clear: both;
}

.new__heading__bottom--not_load .new__heading__bottom__slider__arrow {
  opacity: 0;
}

.new__heading__bottom--not_load .heading__slider__item {
  float: left;
  display: none;
}
@media (max-width: 579px) {
  .new__heading__bottom--not_load .heading__slider__item {
    width: 33.333%;
  }
  .new__heading__bottom--not_load .heading__slider__item--1, .new__heading__bottom--not_load .heading__slider__item--2, .new__heading__bottom--not_load .heading__slider__item--3 {
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .new__heading__bottom--not_load .heading__slider__item {
    width: 20%;
  }
  .new__heading__bottom--not_load .heading__slider__item--1, .new__heading__bottom--not_load .heading__slider__item--2, .new__heading__bottom--not_load .heading__slider__item--3, .new__heading__bottom--not_load .heading__slider__item--4, .new__heading__bottom--not_load .heading__slider__item--5 {
    display: block;
  }
}
@media (min-width: 992px) {
  .new__heading__bottom--not_load .heading__slider__item {
    width: 14.2857%;
  }
  .new__heading__bottom--not_load .heading__slider__item--1, .new__heading__bottom--not_load .heading__slider__item--2, .new__heading__bottom--not_load .heading__slider__item--3, .new__heading__bottom--not_load .heading__slider__item--4, .new__heading__bottom--not_load .heading__slider__item--5, .new__heading__bottom--not_load .heading__slider__item--6, .new__heading__bottom--not_load .heading__slider__item--7 {
    display: block;
  }
}

.new__bottom_bar__wrap {
  padding: 12px 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
  z-index: 1350;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .new__bottom_bar__wrap {
    display: none;
  }
}

.new__bottom_bar__wrap--active {
  opacity: 1;
  visibility: visible;
}

.newsletter {
  position: relative;
}
.newsletter:before {
  position: absolute;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}

.newsletter__content__wrap {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 10;
}

.newsletter__title {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .newsletter__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .newsletter__title {
    font-size: 36px;
  }
}

.newsletter__title,
.newsletter__desc p {
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .newsletter__desc p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .newsletter__desc p {
    font-size: 20px;
  }
}

.newsletter__form__inner {
  position: relative;
  max-width: 510px;
  margin: 0 auto;
}

.newsletter__form__inner input[type=email],
.newsletter__form__inner input[type=tel] {
  background-color: #fff;
  height: 60px;
  border-width: 0;
  font-size: 20px;
}
@media (max-width: 479px) {
  .newsletter__form__inner input[type=email],
  .newsletter__form__inner input[type=tel] {
    border-radius: 6px 6px 0 0;
    padding: 0 18px;
  }
}
@media (min-width: 480px) {
  .newsletter__form__inner input[type=email],
  .newsletter__form__inner input[type=tel] {
    border-radius: 6px 8px 8px 6px;
    padding: 0 160px 0 18px;
  }
}

@media (max-width: 479px) {
  .newsletter__form__inner .button {
    border-radius: 0 0 6px 6px;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .newsletter__form__inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 0 6px 6px 0;
  }
}

.newsletter__form__inner label.error {
  color: #fff;
  font-size: 18px;
  margin-left: 0;
}

.newsletter__popup__wrap .fancybox-slide--html {
  padding-left: 30px;
  padding-right: 30px;
  cursor: default;
}

@media (max-width: 991px) {
  .newsletter__popup__wrap .fancybox-close-small {
    background-color: #bde6e2;
  }
}

.newsletter__popup {
  box-sizing: border-box;
}
@media (max-width: 359px) {
  .newsletter__popup {
    padding: 40px 20px 20px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .newsletter__popup {
    padding: 40px 40px 20px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .newsletter__popup {
    width: 414px;
    height: 365px;
    padding: 40px 40px 0;
  }
}
@media (max-width: 991px) {
  .newsletter__popup {
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg/newsletter-popup-mobile.png);
  }
}
@media (max-width: 991px) and (min-device-pixel-ratio: 2), (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (min-resolution: 192dpi) {
  .newsletter__popup {
    background-image: url(../images/bg/newsletter-popup-mobile@2x.png);
  }
}
@media (min-width: 992px) {
  .newsletter__popup {
    width: 920px;
    height: 562px;
    padding: 115px 80px 0 450px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg/newsletter-popup-2.png);
  }
}
@media (min-width: 992px) and (min-device-pixel-ratio: 2), (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi) {
  .newsletter__popup {
    background-image: url(../images/bg/newsletter-popup-2@2x.png);
  }
}

.newsletter__popup h2 {
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 479px) {
  .newsletter__popup h2 {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .newsletter__popup h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .newsletter__popup h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter__popup h2 {
    font-size: 35px;
    margin-bottom: 17px;
  }
}

.newsletter__popup label.error {
  display: none !important;
}

@media (min-width: 480px) {
  .newsletter__popup__desc--mobile {
    display: none;
  }
}

@media (max-width: 479px) {
  .newsletter__popup__desc--desktop {
    display: none;
  }
}

.newsletter__popup__desc p {
  color: #000;
  font-size: 15px;
}
@media (max-width: 991px) {
  .newsletter__popup__desc p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter__popup__desc p {
    margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .newsletter__popup__inner {
    padding: 0 20px;
  }
}

.newsletter__popup__inner input[type=email] {
  border-radius: 6px;
  border: 1px solid rgba(68, 63, 61, 0.6);
  color: #706f6f;
}
@media (max-width: 991px) {
  .newsletter__popup__inner input[type=email] {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter__popup__inner input[type=email] {
    margin-bottom: 17px;
  }
}
.newsletter__popup__inner input[type=email]:focus {
  outline: none;
}

.newsletter__popup__inner input[type=email].error {
  border-color: #f00;
}

.newsletter__popup__button__wrap {
  text-align: center;
}
@media (max-width: 991px) {
  .newsletter__popup__button__wrap {
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .newsletter__popup__button__wrap {
    margin: 17px 0;
  }
}

.newsletter__popup__button__wrap .button:active, .newsletter__popup__button__wrap .button:focus {
  outline: none;
}

.newsletter__popup__gdpr {
  color: #a3a3a3;
  font-size: 13px;
}

.pagination {
  text-align: center;
  margin: 0 0 30px;
}

.page-numbers {
  border-radius: 4px;
  background-color: #fff;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 0 4px 10px;
  width: 36px;
  text-align: center;
  color: #679436;
}
.page-numbers:hover {
  background-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
  color: #fff;
  text-decoration: none;
}

.page-numbers.dots {
  background-color: transparent;
}
.page-numbers.dots:hover {
  background-color: transparent;
}

.page-numbers.prev svg {
  margin-right: 5px;
}

.page-numbers.next svg {
  margin-left: 5px;
}

.page-numbers.prev,
.page-numbers.next {
  width: auto;
  padding: 0 14px;
}

.page-numbers.prev svg,
.page-numbers.next svg {
  margin-top: 7px;
}

.page-numbers.current {
  background-color: #679436;
  color: #fff;
}
.page-numbers.current:hover {
  color: #fff;
  background-color: #679436;
}

@media (max-width: 1169px) {
  .rating {
    text-align: center;
  }
}
@media (min-width: 1170px) {
  .rating {
    text-align: right;
  }
}

@media (max-width: 1169px) {
  .rating__top {
    display: flex;
  }
}

.rating__star {
  width: 131px;
  height: 22px;
  background: url("../images/bg/rating.svg") right top no-repeat;
  margin-bottom: 8px;
}
@media (max-width: 1169px) {
  .rating__star {
    margin-right: 8px;
  }
}

.rating__middle {
  display: flex;
  margin-bottom: 4px;
}
@media (min-width: 1170px) {
  .rating__middle {
    justify-content: flex-end;
  }
}

.rating__info {
  color: #584d3d;
  font-weight: 600;
  margin-right: 4px;
}

.rating__source__item {
  margin-left: 4px;
  height: 24px;
  width: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}

.rating__source__item--trustpilot svg {
  margin-top: -1px;
}

.rating__count {
  color: #584d3d;
  font-size: 12px;
}

@media (min-width: 992px) {
  .new__reference__wrap {
    position: relative;
  }
  .new__reference__wrap:after {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -30px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 100px;
    background-image: url(../images/bg/new-reference-bottom.svg);
  }
  .new__reference__wrap--voucher:before {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -60px;
    left: 50%;
    margin-left: -300px;
    width: 636px;
    height: 360px;
    background-image: url(../images/bg/new-reference-voucher-middle.svg);
  }
  .new__reference__wrap--box {
    position: relative;
  }
  .new__reference__wrap--box:before {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 239px;
    height: 94px;
    background-image: url(../images/bg/new-reference-box-bottom.svg);
  }
  .new__reference__bg--box {
    position: relative;
  }
  .new__reference__bg--box:before {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -122px;
    left: 50%;
    margin-left: -250px;
    width: 636px;
    height: 550px;
    background-image: url(../images/bg/new-reference-box-middle.svg);
  }
  .new__reference {
    position: relative;
    z-index: 2;
  }
  .new__reference:before {
    content: " ";
    display: table;
  }
  .new__reference:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media (max-width: 767px) {
  .new__reference__top {
    margin: 20px auto 32px;
  }
}
@media (min-width: 768px) {
  .new__reference__top {
    display: flex;
  }
}

.new__reference__top--voucher {
  max-width: 650px;
}
@media (min-width: 768px) {
  .new__reference__top--voucher {
    margin: 40px auto 64px;
  }
}

.new__reference__top--box {
  max-width: 630px;
}
@media (min-width: 768px) {
  .new__reference__top--box {
    margin: 64px auto;
  }
}

@media (min-width: 768px) {
  .new__reference__top__img {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .new__reference__top--box .new__reference__top__img {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .new__reference__top--voucher .new__reference__top__img {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  .new__reference__top__img img {
    margin: 0 auto 20px;
    display: block;
  }
}

.new__reference__top--box img {
  width: 141px;
}

@media (min-width: 768px) {
  .new__reference__top--box .new__reference__top__text {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .new__reference__top--voucher .new__reference__top__text {
    margin-top: 70px;
  }
}

.new__reference__top p {
  margin: 0;
}
@media (max-width: 767px) {
  .new__reference__top p {
    text-align: center;
  }
}

.new__reference__slider__wrap {
  position: relative;
}

.new__reference__slider {
  margin: 0 -2px;
}

.new__reference__item {
  padding: 0 2px;
}

.new__reference__slider__wrap--not-load:before {
  content: " ";
  display: table;
}
.new__reference__slider__wrap--not-load:after {
  content: " ";
  display: table;
  clear: both;
}

.new__reference__slider__wrap--not-load .new__reference__item {
  box-sizing: border-box;
  display: none;
}
@media (max-width: 479px) {
  .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--1 {
    display: block;
  }
}
@media (min-width: 480px) {
  .new__reference__slider__wrap--not-load .new__reference__item {
    float: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .new__reference__slider__wrap--not-load .new__reference__item {
    width: 50%;
  }
  .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--1, .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .new__reference__slider__wrap--not-load .new__reference__item {
    width: 33.333%;
  }
  .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--1, .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--2, .new__reference__slider__wrap--not-load .new__reference__item.new__reference__item--3 {
    display: block;
  }
}

.new__reference__slider__arrow {
  padding: 0;
  display: block;
  border-radius: 50%;
  z-index: 20;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #502d9b;
  opacity: 0.8;
  top: 50%;
  margin-top: -36px;
  color: #fff;
}
@media (min-width: 479px) {
  .new__reference__slider__arrow {
    display: none;
  }
}
.new__reference__slider__arrow:hover {
  opacity: 1;
  background-color: #502d9b;
}

.new__reference__slider__wrap--not-load .new__reference__slider__arrow {
  opacity: 0;
}

@media (max-width: 767px) {
  .new__reference__slider__arrow--left {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .new__reference__slider__arrow--left {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .new__reference__slider__arrow--right {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .new__reference__slider__arrow--right {
    right: -20px;
  }
}

.new__reference__slider__arrow--right svg {
  transform: rotate(180deg);
}

.new__reference__slider__dots {
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 24px;
}

.new__reference__slider__dots .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.new__reference__slider__dots .slick-dots li {
  margin: 10px 4px 0;
  height: 12px;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}

.new__reference__slider__dots .slick-dots button {
  overflow: hidden;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -999px;
  background-color: transparent;
  border: 1px solid #584d3d;
}
.new__reference__slider__dots .slick-dots button:focus {
  outline: none;
}

.new__reference__slider__dots .slick-dots .slick-active button {
  border-color: #502d9b;
  background-color: #502d9b;
}

@media (max-width: 767px) {
  .new__reference__bottom__text {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .new__reference__bottom__text {
    margin-bottom: 90px;
  }
}

.slider__wrap {
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .slider {
    padding-right: 40%;
  }
}

.slider__wrap--not_load .slider__item__wrap {
  display: none;
}

.slider__wrap--not_load .slider__item__wrap.slider__item__wrap--1 {
  display: block;
}

.slider__item__content {
  background-color: #1f7a8c;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .slider__item__content {
    position: relative;
  }
}
@media (min-width: 768px) {
  .slider__item__content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
  }
}
.slider__item__content:before {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider__item__content__inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .slider__item__content__inner {
    padding: 8px 15px 14px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .slider__item__content__inner {
    padding: 30px 30px 30px 20px;
  }
}
@media (min-width: 1170px) and (max-width: 1799px) {
  .slider__item__content__inner {
    padding: 30px 30px 30px 40px;
  }
}
@media (min-width: 1800px) {
  .slider__item__content__inner {
    padding: 30px 30px 30px 66px;
  }
}

.slider__title {
  color: #fff;
  font-weight: 600;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .slider__title {
    text-align: center;
    font-size: 28px;
    margin: 0 0 12px;
  }
}
@media (min-width: 768px) {
  .slider__title {
    margin: 0 0 20px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .slider__title {
    font-size: 40px;
  }
}
@media (min-width: 1170px) {
  .slider__title {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .slider__title br {
    display: none;
  }
}

.slider__desc {
  color: #fff;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .slider__desc {
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .slider__desc {
    margin: 0 0 20px;
  }
}
@media (max-width: 1169px) {
  .slider__desc {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .slider__desc {
    font-size: 20px;
  }
}

.slider__desc svg {
  margin: 6px 8px 0 0;
}

@media (max-width: 767px) {
  .slider__button__wrap {
    margin-top: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .slider__button__wrap {
    margin-top: 30px;
  }
}

.slider .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: center;
}
@media (max-width: 767px) {
  .slider .slick-dots {
    padding: 0 0 30px;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .slider .slick-dots {
    left: 0;
    width: 60%;
    padding: 0 39px 0 0;
    box-sizing: border-box;
    text-align: right;
    bottom: 45px;
  }
}

.slider .slick-dots li {
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.slider .slick-dots button {
  padding: 0;
  text-align: center;
  cursor: pointer;
  display: block;
  border: 2px solid #1f7a8c;
  background: transparent;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
}
.slider .slick-dots button:hover {
  background: #1f7a8c;
}
.slider .slick-dots button:focus {
  background: transparent;
  outline: none;
}

.slider .slick-dots .slick-active button {
  background: #1f7a8c;
}

.spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  transition: 0.3s;
}

.spinner.spinner--small {
  width: 30px;
  height: 30px;
}

.spinner--absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.spinner__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner--white .spinner__inner:before {
  background-color: #fff;
}

.spinner__inner:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  animation: spinner 1.2s infinite ease-in-out both;
}

.spinner__inner--2 {
  transform: rotate(30deg);
}
.spinner__inner--2:before {
  animation-delay: -1.1s;
}

.spinner__inner--3 {
  transform: rotate(60deg);
}
.spinner__inner--3:before {
  animation-delay: -1s;
}

.spinner__inner--4 {
  transform: rotate(90deg);
}
.spinner__inner--4:before {
  animation-delay: -1.9s;
}

.spinner__inner--5 {
  transform: rotate(120deg);
}
.spinner__inner--5:before {
  animation-delay: -0.8s;
}

.spinner__inner--6 {
  transform: rotate(150deg);
}
.spinner__inner--6:before {
  animation-delay: -0.7s;
}

.spinner__inner--7 {
  transform: rotate(180deg);
}
.spinner__inner--7:before {
  animation-delay: -0.6s;
}

.spinner__inner--8 {
  transform: rotate(210deg);
}
.spinner__inner--8:before {
  animation-delay: -0.5s;
}

.spinner__inner--9 {
  transform: rotate(240deg);
}
.spinner__inner--9:before {
  animation-delay: -0.4s;
}

.spinner__inner--10 {
  transform: rotate(270deg);
}
.spinner__inner--10:before {
  animation-delay: -0.3s;
}

.spinner__inner--11 {
  transform: rotate(300deg);
}
.spinner__inner--11:before {
  animation-delay: -0.2s;
}

.spinner__inner--12 {
  transform: rotate(330deg);
}
.spinner__inner--12:before {
  animation-delay: -0.1s;
}

@keyframes spinner {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.title__wrap {
  background-color: #1f7a8c;
}

.title__bg {
  position: relative;
}
.title__bg:before {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.title__inner {
  position: relative;
  z-index: 8;
}
@media (max-width: 579px) {
  .title__inner {
    text-align: center;
  }
}

.title__inner--normal {
  padding: 30px 0;
}

@media (max-width: 579px) {
  .title__inner--backlink {
    padding: 30px 0;
  }
}
@media (min-width: 580px) {
  .title__inner--backlink {
    padding: 40px 0 55px;
  }
}

.title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 10;
}

.title__wrap .lazyload__wrap {
  position: absolute;
  z-index: 5;
  opacity: 0.2;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .title__wrap .lazyload__wrap {
    margin-top: -14%;
  }
}
@media (min-width: 992px) {
  .title__wrap .lazyload__wrap {
    margin-top: -4%;
  }
}

.icon__wrap {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 42px;
}

.icon__wrap--email {
  color: #1d1d1d;
  text-decoration: underline;
}
.icon__wrap--email:hover {
  color: #1d1d1d;
  text-decoration: none;
}

.icon__wrap--phone {
  color: #584d3d;
  cursor: default;
  text-decoration: none;
}
.icon__wrap--phone:hover {
  text-decoration: none;
}

.icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #679436;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.icon--phone svg {
  margin-top: 7px;
}

.icon--email svg {
  margin-top: 8px;
}

.faq__wrap {
  margin-top: 20px;
}

.faq {
  background-color: #fff;
  padding: 18px;
  margin-bottom: 30px;
}

.faq__title {
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
  padding-left: 36px;
  position: relative;
}

.faq__title svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
online
 */
.faq_online {
  margin-bottom: 30px;
}

.faq_online__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #584d3d;
}

.faq_online__title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  color: #502d9b;
}

.gallery__outer {
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery__outer {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .gallery__outer {
    margin-bottom: 10px;
  }
}

.gallery__wrap:before {
  content: " ";
  display: table;
}
.gallery__wrap:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 579px) {
  .gallery__wrap {
    margin: 0 -10px;
  }
}
@media (min-width: 580px) {
  .gallery__wrap {
    margin: 0 -15px;
  }
}

.gallery__item__wrap {
  float: left;
  box-sizing: border-box;
}
@media (max-width: 579px) {
  .gallery__item__wrap {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 580px) {
  .gallery__item__wrap {
    padding: 0 15px 30px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .gallery__item__wrap {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .gallery__item__wrap {
    width: 25%;
  }
}

.gallery__item__row {
  float: left;
  box-sizing: border-box;
}
@media (max-width: 579px) {
  .gallery__item__row {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 580px) {
  .gallery__item__row {
    padding: 0 15px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .gallery__item__row {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .gallery__item__row {
    width: 25%;
  }
}

@media (max-width: 579px) {
  .gallery__item__row--1,
  .gallery__item__row--3 {
    margin-top: -40px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .gallery__item__row--1,
  .gallery__item__row--3 {
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .gallery__item__row--1,
  .gallery__item__row--3 {
    margin-top: -92px;
  }
}

@media (max-width: 579px) {
  .gallery__item__row--2,
  .gallery__item__row--4 {
    margin-bottom: -40px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .gallery__item__row--2,
  .gallery__item__row--4 {
    margin-bottom: -60px;
  }
}
@media (min-width: 992px) {
  .gallery__item__row--2,
  .gallery__item__row--4 {
    margin-bottom: -92px;
  }
}

@media (min-width: 580px) {
  .gallery__item__row--as {
    display: none;
  }
}

@media (max-width: 579px) {
  .gallery__item__row--ts {
    display: none;
  }
}
@media (min-width: 992px) {
  .gallery__item__row--ts {
    display: none;
  }
}

@media (max-width: 991px) {
  .gallery__item__row--md {
    display: none;
  }
}

@media (max-width: 579px) {
  .gallery__item__row .gallery__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 580px) {
  .gallery__item__row .gallery__item {
    margin-bottom: 30px;
  }
}
.gallery__item__row .gallery__item:last-child {
  margin-bottom: 0;
}

.gallery__item {
  display: block;
  text-decoration: none;
}

.gallery__item--link:hover {
  opacity: 0.7;
}

.gallery__popup__inner {
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery__popup__wrap--loading .gallery__popup__inner {
  opacity: 0;
}

.gallery__popup__wrap .spinner {
  display: none;
}

.gallery__popup__wrap.gallery__popup__wrap--loading .spinner {
  display: block;
}

.gallery__popup__wrap__holder {
  position: relative;
}

.gallery__popup__wrap__holder__top {
  padding-bottom: 66.6666%;
  margin-bottom: 6px;
}

.gallery__popup__wrap__holder__bottom__outer {
  overflow: hidden;
}

.gallery__popup__wrap__holder__bottom__wrap {
  margin: 0 -6px;
}
.gallery__popup__wrap__holder__bottom__wrap:before {
  content: " ";
  display: table;
}
.gallery__popup__wrap__holder__bottom__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.gallery__popup__wrap--3 .gallery__popup__wrap__holder__bottom__item {
  width: 33.3333%;
}

.gallery__popup__wrap--5 .gallery__popup__wrap__holder__bottom__item {
  width: 20%;
}

.gallery__popup__wrap--7 .gallery__popup__wrap__holder__bottom__item {
  width: 14.2857%;
}

.gallery__popup__wrap--9 .gallery__popup__wrap__holder__bottom__item {
  width: 11.1111%;
}

.gallery__popup__wrap__holder__bottom__item {
  float: left;
  padding: 0 3px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .gallery__popup__wrap__holder__bottom__item {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__popup__wrap__holder__bottom__item {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .gallery__popup__wrap__holder__bottom__item {
    width: 14.2857%;
  }
}
@media (min-width: 1170px) {
  .gallery__popup__wrap__holder__bottom__item {
    width: 11.1111%;
  }
}

.gallery__popup__wrap__holder__bottom__item__inner {
  padding: 0 3px;
}

.gallery__popup__wrap__holder__bottom__item__img {
  padding-bottom: 100%;
}

.gallery__slider__big__top__wrap {
  position: relative;
  margin-bottom: 6px;
}

.gallery__popup__wrap--not-load .gallery__popup__slider__top__item {
  display: none;
}

.gallery__popup__wrap--not-load .gallery__popup__slider__top__item.gallery__popup__slider__top__item--1 {
  display: block;
}

.gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item {
  display: none;
}
@media (max-width: 767px) {
  .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--1, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--2, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--3 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--1, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--2, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--3, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--4, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--5 {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--1, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--2, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--3, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--4, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--5, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--6, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--7 {
    display: block;
  }
}
@media (min-width: 1170px) {
  .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--1, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--2, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--3, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--4, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--5, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--6, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--7, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--8, .gallery__popup__wrap--not-load .gallery__popup__slider__bottom__item.gallery__popup__slider__bottom__item--9 {
    display: block;
  }
}

.gallery__popup__wrap--not-load .gallery__popup__slider__top__arrow {
  opacity: 0;
}

.gallery__popup__slider__top__arrow {
  position: absolute;
  border-radius: 50%;
  opacity: 0.95;
  z-index: 1230;
  top: 50%;
  padding: 0;
}
@media (max-width: 991px) {
  .gallery__popup__slider__top__arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .gallery__popup__slider__top__arrow {
    width: 120px;
    height: 120px;
    margin-top: -75px;
  }
}
.gallery__popup__slider__top__arrow:focus {
  outline: none;
}

.gallery__popup__wrap--not-load .heading__top__slider__arrow {
  opacity: 0;
}

.gallery__slider__big__arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  z-index: 1230;
  opacity: 0.8;
}
.gallery__slider__big__arrow:hover {
  opacity: 1;
  background-color: rgb(141.5263157895, 193.1973684211, 85.8026315789);
}
.gallery__slider__big__arrow:focus {
  outline: none;
}

.gallery__slider__big__arrow--left {
  left: 15px;
}

.gallery__slider__big__arrow--right {
  right: 15px;
}

.gallery__slider__big__helper,
.gallery__popup__slider__helper {
  z-index: 1225;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
.gallery__slider__big__helper:hover,
.gallery__popup__slider__helper:hover {
  background: transparent;
}
.gallery__slider__big__helper:focus,
.gallery__popup__slider__helper:focus {
  outline: none;
}

.gallery__slider__big__helper--left,
.gallery__popup__slider__helper--left {
  left: 0;
}

.gallery__slider__big__helper--right,
.gallery__popup__slider__helper--right {
  right: 0;
}

@media (max-width: 991px) {
  .gallery__popup__slider__top__arrow--left {
    left: 5px;
  }
}
@media (min-width: 992px) {
  .gallery__popup__slider__top__arrow--left {
    left: -84px;
  }
}

@media (max-width: 991px) {
  .gallery__popup__slider__top__arrow--right {
    right: 5px;
  }
}
@media (min-width: 992px) {
  .gallery__popup__slider__top__arrow--right {
    right: -84px;
  }
}

.gallery__popup__slider__bottom__outer {
  overflow: hidden;
}

.gallery__popup__slider__bottom__wrap {
  margin: 0 -6px;
}
.gallery__popup__slider__bottom__wrap:before {
  content: " ";
  display: table;
}
.gallery__popup__slider__bottom__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.gallery__popup__slider__bottom__item {
  padding: 0 3px;
  box-sizing: border-box;
  float: left;
  width: 11.1111%;
}

.gallery__popup__slider__bottom__item__inner {
  transition: 0.3s;
  cursor: pointer;
  padding: 0 3px;
}

.slick-current .gallery__popup__slider__bottom__item__inner {
  position: relative;
}
.slick-current .gallery__popup__slider__bottom__item__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid rgb(128.9736842105, 185.6776315789, 67.8223684211);
  z-index: 5;
}

.gallery__slider__big__outer {
  padding: 0 42px;
}

.gallery__slider__big__wrap {
  position: relative;
  margin-bottom: 12px;
}

.gallery__slider__big__wrap--not-load .gallery__slider__big__item {
  display: none;
}
.gallery__slider__big__wrap--not-load .gallery__slider__big__item.gallery__slider__big__item--first {
  display: block;
}

.gallery__slider__wrap {
  padding: 0 36px;
  position: relative;
}
.gallery__slider__wrap:before {
  content: " ";
  display: table;
}
.gallery__slider__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item {
  float: left;
  display: none;
}
@media (max-width: 579px) {
  .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item {
    width: 33.3333%;
  }
  .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--1, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--2, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--3 {
    display: block;
  }
}
@media (min-width: 580px) {
  .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item {
    width: 20%;
  }
  .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--1, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--2, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--3, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--4, .gallery__slider__wrap--not-load.gallery__slider__wrap--full .gallery__slider__item.gallery__slider__item--5 {
    display: block;
  }
}

.gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item {
  float: left;
  display: none;
}
@media (max-width: 579px) {
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item {
    width: 33.3333%;
  }
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--1, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--2, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--3 {
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item {
    width: 20%;
  }
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--1, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--2, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--3, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--4, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--5 {
    display: block;
  }
}
@media (min-width: 992px) {
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item {
    width: 33.3333%;
  }
  .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--1, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--2, .gallery__slider__wrap--not-load.gallery__slider__wrap--half .gallery__slider__item.gallery__slider__item--3 {
    display: block;
  }
}

.gallery__slider__item {
  padding: 0 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.slick-current.gallery__slider__item .lazyload__wrap {
  border-color: rgb(128.9736842105, 185.6776315789, 67.8223684211);
}

.new .slick-current.gallery__slider__item .lazyload__wrap {
  border-color: #fac832;
}

.gallery__slider__item .lazyload__wrap {
  background: transparent;
  border: 5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

.gallery__slider__wrap--not-load .gallery__slider__arrow {
  opacity: 0;
}

.gallery__slider__arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 0;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  z-index: 1230;
}
.gallery__slider__arrow:focus {
  outline: none;
}

.gallery__slider__arrow--left {
  left: 0;
}

.gallery__slider__arrow--right {
  right: 0;
}

.gallery__fancybox:focus {
  outline: none;
}

.map,
.pano,
.map_new {
  height: 354px;
}

.pano {
  margin-top: 12px;
  background-color: rgb(174.2461538462, 164.5, 154.7538461538);
}

.map,
.map_new,
.footer__map,
.pano {
  background-color: rgb(174.2461538462, 164.5, 154.7538461538);
}

.map__content,
.map_new__content,
.footer__map__content,
.pano__content {
  font-family: "Open Sans", sans-serif;
}

.map__heading,
.map_new__heading,
.footer__map__heading,
.pano__heading {
  font-size: 18px;
  font-weight: 600;
}

.map img,
.map_new img,
.footer__map img,
.pano img {
  max-width: none;
}

.map button:hover,
.map_new button:hover,
.footer__map button:hover,
.pano button:hover {
  background-color: transparent;
}

.map__wrap,
.map_new__wrap,
.pano {
  margin-bottom: 18px;
}

.pano__wrap {
  position: relative;
}

.pano__holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.promotion {
  position: relative;
  padding: 14px 16px;
}
@media (max-width: 767px) {
  .promotion {
    padding-block: 10px 4px;
  }
}
.promotion__bg {
  background: #FF64A0;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.promotion__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.promotion__container {
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767px) {
  .promotion__container {
    flex-direction: column;
  }
}
.promotion__title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 250px;
}
@media (max-width: 767px) {
  .promotion__title {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.promotion__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 320px;
}
@media (max-width: 767px) {
  .promotion__text {
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }
}
.promotion__text strong {
  font-weight: 700;
}
.promotion__button {
  border-radius: 8px;
  background: #502D9B;
  display: flex;
  height: 40px;
  padding: 9px 17px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
}
.promotion__button:hover {
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .promotion__button {
    height: auto;
    font-size: 12px;
    padding: 6px 16px;
  }
}

.promotion-form {
  position: relative;
  padding: 36px 16px;
  background: #FFF6F9;
}
.promotion-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.promotion-form__bg img {
  width: 100%;
}
.promotion-form__container {
  max-width: 866px;
  margin: 0 auto;
  background: #FFF;
  padding: 47px 20px 34px;
  position: relative;
  z-index: 1;
}
.promotion-form__title {
  color: #502D9B;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.promotion-form__text {
  color: #584D3D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 610px;
  margin: 0 auto 35px;
}
.promotion-form__text p {
  margin-bottom: 0;
}
.promotion-form__wrapper {
  max-width: 326px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .promotion-form__input {
  border-radius: 4px;
  border: 1px solid #584D3D;
}
body .promotion-form__input::-moz-placeholder {
  color: #000;
}
body .promotion-form__input::placeholder {
  color: #000;
}
.promotion-form__button {
  margin-top: 6px;
}
body .promotion-form__button.button {
  background-color: #477df2;
}
.promotion-form__cta {
  max-width: 438px;
  margin: 22px auto 0;
  color: #502D9B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.video-section {
  max-width: 1180px;
  padding: 70px 20px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .video-section {
    padding: 40px 20px;
  }
}
.video-section__title {
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto 22px;
}
.video-section__text {
  max-width: 910px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  margin: 0 auto 60px;
}
.video-section__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.video-section .youtube,
.video-section .wistia {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover !important;
  background-position: center !important;
}
.video-section video,
.video-section iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  border: none;
}
.video-section .play-button {
  border-radius: 8px;
  border: 2px solid #502D9B;
  background: #FFF;
  display: flex;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px 40px;
  height: 20px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
  animation: pulse 2s infinite;
  font-size: 20px;
}
@media (max-width: 992px) {
  .video-section .play-button {
    padding: 8px 20px;
    font-size: 16px;
  }
}
.video-section .play-button circle,
.video-section .play-button path {
  transition: all 0.5s;
}
.video-section .play-button:hover {
  background: #502D9B;
  color: #fff;
}
.video-section .play-button:hover circle {
  fill: #fff;
}
.video-section .play-button:hover path {
  stroke: #502D9B;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 45, 155, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(80, 45, 155, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(80, 45, 155, 0);
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999999;
}
.popup.open {
  display: flex;
}
.popup.visible {
  opacity: 1;
}
.popup__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.popup__content {
  background: #FFF;
  padding: 20px 20px 40px;
  border-radius: 6px;
  border: 10px solid rgba(60, 137, 152, 0.8196078431);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 560px;
  width: 100%;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}
.popup.visible .popup__content {
  transform: scale(1);
}
.popup__body {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .popup__body {
    gap: 10px;
  }
}
.popup__title {
  font-size: 44px;
  font-weight: 700;
  color: #74a73d;
}
@media (max-width: 480px) {
  .popup__title {
    font-size: 36px;
  }
}
.popup__text {
  font-size: 22px;
}
@media (max-width: 480px) {
  .popup__text {
    font-size: 18px;
  }
}
.popup__close {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.popup__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .popup__close {
    width: 16px;
    height: 16px;
  }
}
.popup__close:hover {
  background: none;
}