@charset "UTF-8";
html,
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: Helvetica, sans-serif;
  color: #373737;
}

div.webapp * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}
div.webapp a {
  color: #6E750C;
  text-decoration: underline;
}
div.webapp a:hover {
  text-decoration: none;
}
div.webapp small {
  font-size: 0.8em;
}
div.webapp em {
  font-style: italic;
}
div.webapp sub {
  font-size: 0.8em;
  vertical-align: bottom;
}
div.webapp sup {
  font-size: 0.8em;
  vertical-align: top;
}
div.webapp cite {
  font-style: italic;
}
div.webapp q:before {
  content: "«";
}
div.webapp q:after {
  content: "»";
}
div.webapp blockquote {
  padding-left: 16px;
  border-left: 2px solid lightgray;
  opacity: 0.9;
}
div.webapp blockquote cite {
  font-style: italic;
}
div.webapp pre {
  max-height: 220px;
  overflow: auto;
  max-width: 100%;
  font-family: Menlo, Monaco, Consolas, monospace;
  background-color: #f7f8fa;
  padding: 10px;
}
div.webapp h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
  font-weight: bold;
  letter-spacing: 0.04rem;
}
div.webapp h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin: 0.83em 0;
}
div.webapp h2:first-child {
  margin-top: 0;
}
div.webapp h2:last-child {
  margin-bottom: 0;
}
div.webapp h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 1em 0;
}
div.webapp h3:first-child {
  margin-top: 0;
}
div.webapp h3:last-child {
  margin-bottom: 0;
}
div.webapp i.left {
  margin-right: 7px;
}
div.webapp i.right {
  margin-left: 7px;
}
div.webapp strong,
div.webapp b {
  font-weight: bold;
}
div.webapp img {
  max-width: 100%;
}
div.webapp p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
div.webapp iframe {
  max-width: 100%;
}
div.webapp fieldset {
  border-top: 1px solid #174975;
  margin: 20px 0;
}
div.webapp fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 512px) {
  div.webapp h1 {
    font-size: 2em;
  }
  div.webapp h2 {
    font-size: 1.5em;
  }
}
div.webapp select,
div.webapp .select2-selection {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  background: white;
  color: black;
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 12px 40px 11px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
div.webapp select.--state-primary,
div.webapp .select2-selection.--state-primary {
  border-color: #B6C200;
  color: #6E750C;
}
div.webapp select.--state-info,
div.webapp .select2-selection.--state-info {
  border-color: #174975;
  color: #3A82C2;
}
div.webapp input:not([type=radio], [type=checkbox]),
div.webapp textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  background: white;
  color: black;
  padding: 13px 20px 12px;
  margin: 0;
}
div.webapp input:not([type=radio], [type=checkbox]).error,
div.webapp textarea.error {
  border-color: #750600;
}
div.webapp label {
  cursor: pointer;
}
div.webapp textarea {
  height: 150px;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  line-height: 1.4;
  padding: 10px;
}
div.webapp .wrapper {
  max-width: 1280px;
  min-width: 320px;
  margin: auto;
  padding: 0 10px;
}
div.webapp .wrapper .wrapper {
  min-width: 0;
  padding: 0;
}
div.webapp .row {
  display: flex;
  margin: 0 -20px;
}
div.webapp .col {
  margin: 0 20px;
}
div.webapp .button {
  font-weight: 700;
  font-size: 0.9em;
  text-decoration: none !important;
  background: white;
  color: black;
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 11px 20px 10px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1.4;
}
div.webapp .button:hover {
  opacity: 0.8;
}
div.webapp .button.--state-primary {
  border-color: #B6C200;
  color: #6E750C;
}
div.webapp .button.--state-second {
  border-color: #6900C2;
  color: #450C75;
}
div.webapp .button.--state-info {
  border-color: #3A82C2;
  color: #174975;
}
div.webapp .button.--state-success {
  border-color: #B6C200;
  color: #6E750C;
}
div.webapp .button.--state-danger {
  border-color: #C21C13;
  color: #750600;
}
div.webapp .button.--state-warning {
  border-color: #DB8558;
  color: #8F4E2B;
}
div.webapp .button.--fill {
  background: #B6C200;
  color: white;
}
div.webapp .button.--fill.--state-primary {
  background: #B6C200;
}
div.webapp .button.--fill.--state-second {
  background-color: #6900C2;
}
div.webapp .button.--fill.--state-info {
  background: #3A82C2;
}
div.webapp .button.--fill.--state-success {
  background: #B6C200;
}
div.webapp .button.--fill.--state-warning {
  background: #DB8558;
}
div.webapp .button.--fill.--state-danger {
  background: #C21C13;
}
div.webapp .button.--rounded {
  border-radius: 40px;
}
div.webapp .hide {
  display: none;
}
div.webapp .site--title {
  margin-bottom: 20px;
}
div.webapp .slick-arrow {
  z-index: 2;
  width: 40px !important;
  height: 100% !important;
  font-size: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  text-indent: 999px;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  border: 0;
}
div.webapp .slick-arrow:before {
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  text-indent: 0;
  justify-content: center;
}
div.webapp .slick-prev {
  left: 0;
}
div.webapp .slick-prev:before {
  content: "❬";
}
div.webapp .slick-next {
  right: 0;
}
div.webapp .slick-next:before {
  content: "❭";
}
div.webapp .slick-disabled {
  visibility: hidden;
}
div.webapp .slick-dots {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
  left: 0;
  right: 0;
  top: 100%;
}
div.webapp .slick-dots button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #eee;
  text-indent: 999px;
  overflow: hidden;
  border: 0;
  display: block;
  padding: 0;
}
div.webapp .slick-dots li {
  padding: 5px;
}
div.webapp .slick-dots .slick-active button {
  background: #494949 !important;
}
div.webapp .ui-datepicker-inline {
  width: 100%;
}
div.webapp .leaflet-container {
  box-sizing: initial;
}
div.webapp .leaflet-container * {
  box-sizing: initial;
}
div.webapp .component {
  margin: 20px 0 40px;
}
div.webapp .component--header {
  margin-bottom: 20px;
}
div.webapp .component--footer {
  margin-top: 20px;
}
div.webapp .component--title {
  font-size: 2.5em;
}
div.webapp .widget--title {
  text-align: center;
}
div.webapp .widget--text {
  margin: 20px auto;
}
div.webapp .app-header {
  background: #fdfef5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
div.webapp .app-header--wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  margin: 0 -10px;
  position: relative;
}
div.webapp .app-header--wrap > * {
  margin: 10px;
}
div.webapp .app-header--wrap a {
  text-decoration: none;
}
div.webapp .app-header--wrap a:hover {
  text-decoration: underline;
}
div.webapp .app-header--logo {
  flex-shrink: 0;
}
div.webapp .app-header--link {
  flex-shrink: 0;
  color: inherit;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
}
div.webapp .app-header--slogan {
  font-weight: 600;
  font-size: 14px;
  color: #6E750C;
}
div.webapp .app-header--contacts {
  text-align: right;
}
div.webapp .app-header--phone {
  font-size: 17px;
  color: inherit;
  font-weight: bold;
}
div.webapp .app-header--email {
  font-weight: 300;
  color: inherit;
  font-size: 14px;
}
div.webapp .app-header--callbacks {
  flex-shrink: 0;
  margin: -5px;
}
div.webapp .app-header--callbacks a {
  display: inline-block;
  margin: 5px;
}
div.webapp .app-header--search {
  width: 100%;
}
div.webapp .app-header--nav-link {
  flex-shrink: 0;
}
div.webapp .app-header--icon {
  font-size: 1.4em;
  margin-bottom: 5px;
}
@media (max-width: 512px) {
  div.webapp .app-header--wrap {
    flex-wrap: wrap;
  }
  div.webapp .app-header--contacts {
    text-align: left;
  }
  div.webapp .app-header--slogan {
    display: none;
  }
}
div.webapp .sticker-count--wrap {
  position: relative;
}
div.webapp .sticker-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C21C13;
  color: white;
  font-size: 0.8em;
}
@media (max-width: 512px) {
  div.webapp .app-header--wrap {
    padding: 5px 0;
    margin: 0;
  }
  div.webapp .app-header--wrap > * {
    margin: 0;
  }
  div.webapp .app-header--nav-link-caption {
    display: none;
  }
  div.webapp .app-header--search {
    display: none;
  }
  div.webapp .app-header--button {
    display: none;
  }
}
div.webapp .index-about--row {
  display: flex;
  margin: 0 -12px;
  align-items: center;
}
div.webapp .index-about--col {
  padding: 0 12px;
  flex: 1;
}
div.webapp .index-about--title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.19;
  color: #6E750C;
}
div.webapp .index-about--caption {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.38;
}
div.webapp .index-about--text {
  font-size: 18px;
  line-height: 1.38;
  margin-top: 15px;
}
div.webapp .index-about--text p {
  margin: 20px 0;
}
div.webapp .index-about--more {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.39;
}
@media (max-width: 512px) {
  div.webapp .index-about--row {
    display: block;
  }
  div.webapp .index-about--title {
    font-size: 33px;
  }
}
div.webapp .line-links {
  background: #6e750c;
  font-size: 15px;
  color: white;
}
div.webapp .line-links a {
  color: inherit;
  text-decoration: none;
}
div.webapp .line-links a:hover {
  text-decoration: underline;
}
div.webapp .line-links--nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
div.webapp .line-links--nav li {
  margin: 0 10px;
}
div.webapp .line-links--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0;
}
div.webapp .line-links--icon {
  margin-right: 5px;
}
div.webapp .line-links--row {
  margin: 0 -10px;
}
div.webapp .line-links--row > * {
  margin: 0 10px;
}
div.webapp .widget-ours {
  margin: 40px 0;
}
div.webapp .widget-ours--items {
  margin: 27px -10px -10px;
  display: flex;
  flex-wrap: wrap;
}
div.webapp .widget-ours--item {
  flex: 1;
  padding: 10px;
}
@media (max-width: 512px) {
  div.webapp .widget-ours {
    margin: 20px 0;
  }
}
div.webapp .our {
  text-align: center;
}
div.webapp .our--image {
  width: 164px;
  height: 164px;
  background: center center no-repeat;
  background-size: cover;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
}
div.webapp .our--name {
  margin-bottom: 10px;
}
div.webapp .our--position {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 512px) {
  div.webapp .our {
    margin: 20px 0;
  }
  div.webapp .our--image {
    margin-bottom: 15px;
  }
}
div.webapp .breadcrumbs {
  margin: 20px 0;
  font-size: 0.9em;
}
div.webapp .breadcrumbs--nav ul {
  display: flex;
  flex-wrap: wrap;
}
div.webapp .breadcrumbs--nav li:before {
  content: "/";
  padding: 0 10px;
}
div.webapp .breadcrumbs--nav li:first-child:before {
  display: none;
}
div.webapp .full-product--wrap {
  display: flex;
}
div.webapp .full-product--title {
  font-weight: bold;
  font-size: 28px;
  color: #373737;
  margin-bottom: 31px;
}
div.webapp .full-product--info {
  flex-basis: 100%;
}
div.webapp .full-product--images {
  max-width: 480px;
  margin-left: 30px;
  flex-shrink: 0;
  order: 2;
  width: 100%;
}
div.webapp .full-product--images img {
  max-height: 800px;
}
div.webapp .full-product--slider {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 10px;
  background: #eee;
  border-radius: 8px;
}
div.webapp .full-product--slider .slick-dots {
  margin-top: 10px;
}
div.webapp .full-product--slider .slick-dots button {
  background: white;
}
div.webapp .full-product--image {
  display: flex;
  justify-content: center;
}
div.webapp .full-product--image img {
  border-radius: 8px;
  overflow: hidden;
}
div.webapp .full-product--infoblock {
  margin-bottom: 20px;
}
div.webapp .full-product--nav {
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: bold;
}
div.webapp .full-product--nav ul {
  display: flex;
  margin: 0 -10px;
}
div.webapp .full-product--nav li {
  margin: 0 10px;
}
div.webapp .full-product--offer {
  display: flex;
  background: #f2f2f2;
  border-radius: 8px;
  margin: 20px 0 15px;
}
div.webapp .full-product--offer-form {
  flex-shrink: 0;
}
div.webapp .full-product--offer-form.--full {
  width: 100%;
}
div.webapp .full-product--offer-buttons {
  padding: 5px 15px;
  width: 100%;
  order: 2;
}
div.webapp .full-product--offer-button {
  margin-bottom: 10px;
}
@media (max-width: 512px) {
  div.webapp .full-product--offer-buttons {
    padding: 10px;
    align-items: center;
  }
  div.webapp .full-product--offer-button {
    margin: 3px 0;
  }
  div.webapp .full-product--wrap {
    display: block;
  }
  div.webapp .full-product--images {
    margin: 0;
  }
  div.webapp .full-product--offer {
    display: block;
  }
}
div.webapp .html {
  text-align: start;
  word-wrap: break-word;
}
div.webapp .html table {
  width: 100%;
  text-align: left;
}
div.webapp .html table p {
  padding: 0;
}
div.webapp .html td {
  padding: 5px 10px;
  border: 1px solid rgb(216, 216, 216);
}
div.webapp .html th {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  font-weight: 700;
  background: #eee;
  border: 1px solid rgb(216, 216, 216);
}
div.webapp .html ul {
  list-style: outside disc;
  margin-left: 20px;
}
div.webapp .html ol {
  list-style: outside decimal;
  margin-left: 20px;
}
div.webapp .property {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
div.webapp .property:first-child {
  margin-top: 0;
}
div.webapp .property--label {
  color: #777;
  margin-right: 20px;
}
div.webapp .property--value a {
  color: inherit;
}
div.webapp .property--value a:hover {
  text-decoration: none;
}
div.webapp .qty {
  display: inline-flex;
}
div.webapp .qty--button {
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
}
div.webapp .qty--button:active {
  opacity: 0.8;
}
div.webapp input.qty--input {
  width: 32px;
  height: 30px;
  font-size: 16px;
  padding: 0;
  font-weight: 900;
  text-align: center;
  color: #373737;
  border-radius: 4px;
  border: 0;
}
div.webapp .offer {
  display: flex;
  flex-shrink: 0;
  min-width: 180px;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  background: #373737;
  justify-content: space-around;
  padding: 5px 10px;
}
div.webapp .offer > * {
  margin: 5px 0;
}
div.webapp .offer--stock {
  font-weight: bold;
  font-size: 0.9em;
  color: #90fb66;
  margin-bottom: 5px;
}
div.webapp .offer--stock.--warn {
  color: #f9f36f;
}
div.webapp .offer--price {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}
div.webapp .offer--old-price {
  color: #ffeb00;
  font-size: 1.2em;
  position: relative;
}
div.webapp .offer--old-price:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: #ffeb00;
}
div.webapp .offer--button {
  width: 100%;
}
@media (max-width: 512px) {
  div.webapp .offer--price-box {
    min-width: 0;
  }
}
div.webapp .product {
  position: relative;
}
div.webapp .product a {
  color: inherit;
  text-decoration: none;
}
div.webapp .product--wrap {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.webapp .product--wrap:hover:before {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.webapp .product--wrap:before {
  display: none;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}
div.webapp .product--image {
  background: center center no-repeat #eee;
  background-size: cover;
  height: 198px;
  display: block;
  padding: 16px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
div.webapp .product--image.--book {
  height: 252px;
}
div.webapp .product--image.--size-l {
  display: flex;
  min-height: 252px;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
div.webapp .product--image.--size-l:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
div.webapp .product--main {
  flex: 1;
  margin-top: 15px;
}
div.webapp .product--article {
  font-size: 0.7em;
  opacity: 0.8;
}
div.webapp .product--type {
  font-size: 0.8em;
  margin-bottom: 5px;
}
div.webapp .product--text {
  font-size: 0.7em;
  position: relative;
  z-index: 2;
}
div.webapp .product--title {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
div.webapp .product--prices {
  text-align: right;
}
div.webapp .product--price {
  font-weight: bold;
}
div.webapp .product--old-price {
  position: relative;
  font-size: 0.7em;
}
div.webapp .product--old-price:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background: #C21C13;
  opacity: 0.8;
}
div.webapp .product--offer {
  flex-shrink: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.webapp .products--items {
  display: flex;
  margin: -20px -10px;
  flex-wrap: wrap;
}
div.webapp .products--item {
  padding: 20px 10px;
  width: 320px;
}
div.webapp .products--item.--book {
  width: 213.3333333333px;
}
div.webapp .products--filters {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
div.webapp .products--filter {
  margin: 0 5px;
}
div.webapp .input-select {
  display: inline-block;
  position: relative;
}
div.webapp .input-select:before {
  content: "❮";
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
div.webapp .input-select select {
  width: 100%;
}
div.webapp .widget-cart {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
div.webapp .widget-cart .widget-cart--wrap {
  padding: 5px 10px;
  background: #6E750C;
  color: white;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  border: 6px solid #B6C200;
}
div.webapp .event {
  position: relative;
}
div.webapp .event a {
  color: inherit;
  text-decoration: none;
}
div.webapp .event--wrap {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  height: 100%;
}
div.webapp .event--wrap:hover:before {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.webapp .event--wrap:before {
  display: none;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}
div.webapp .event--wrap > *:first-child {
  margin: 0 10px 0 0;
}
div.webapp .event--wrap > * {
  margin: 0 10px;
}
div.webapp .event--wrap > *:last-child {
  margin: 0 0 0 10px;
}
div.webapp .event--date {
  text-align: center;
}
div.webapp .event--date {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
div.webapp .event--image {
  background: center center no-repeat #eee;
  background-size: cover;
  width: 260px;
  height: 160px;
  display: block;
  padding: 16px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
div.webapp .event--main {
  flex: 1;
}
div.webapp .event--article {
  font-size: 0.7em;
  opacity: 0.8;
}
div.webapp .event--type {
  font-size: 0.8em;
  margin-bottom: 5px;
}
div.webapp .event--text {
  font-size: 0.7em;
  position: relative;
  z-index: 2;
}
div.webapp .event--name {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
div.webapp .event--prices {
  text-align: right;
}
div.webapp .event--price {
  font-weight: bold;
}
div.webapp .event--old-price {
  position: relative;
  font-size: 0.7em;
}
div.webapp .event--old-price:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  background: #C21C13;
  opacity: 0.8;
}
@media (max-width: 512px) {
  div.webapp .event--image {
    display: none;
  }
}
div.webapp .events--wrap {
  display: flex;
  margin: 0 -10px;
}
div.webapp .events--wrap > * {
  margin: 0 10px;
  flex: 1;
}
div.webapp .events--items {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
}
div.webapp .events--item {
  padding: 10px;
  width: 280px;
}
div.webapp .events--filters {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
div.webapp .events--filter {
  margin: 0 5px;
}
div.webapp .events--calendar {
  order: 2;
}
@media (max-width: 512px) {
  div.webapp .events--wrap {
    display: block;
  }
}
div.webapp .field {
  display: block;
  margin: 1em 0;
}
div.webapp .field.--checkbox {
  display: flex;
}
div.webapp .field > * {
  display: block;
}
div.webapp .field--label {
  margin-bottom: 0.5em;
}
div.webapp .field--input {
  flex-shrink: 0;
}
div.webapp .course-step:nth-child(odd) .course-step--image {
  order: 2;
}
div.webapp .course-step--wrap {
  display: flex;
  margin: 20px -20px;
}
div.webapp .course-step--col {
  flex: 1;
}
div.webapp .course-step--image {
  background: center center no-repeat;
  background-size: cover;
  min-height: 340px;
}
div.webapp .course-step--info {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: center;
}
div.webapp .course-step--title {
  text-align: center;
  margin-bottom: 10px;
}
div.webapp .cart-page-stage {
  display: none;
}
div.webapp .cart-page-stage.active {
  display: block;
}
div.webapp .cart-page-labels {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 5px 0;
  border-bottom: 2px solid #3A82C2;
}
div.webapp .cart-page-label {
  margin: 10px;
}
div.webapp .cart-page-label.active {
  font-weight: bold;
}
div.webapp .cart-page-top {
  margin-bottom: 20px;
}
div.webapp .cart-stage-bottom {
  margin-top: 20px;
}
div.webapp .cart-stage-next {
  margin-top: 20px;
}
div.webapp .cart-next-text {
  display: block;
}
div.webapp .table {
  width: 100%;
}
div.webapp .table td {
  padding: 5px 5px;
  border-bottom: 1px solid #eee;
}
div.webapp .table td:first-child {
  padding-left: 0;
}
div.webapp .table td:last-child {
  padding-right: 0;
}
div.webapp .pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -3px;
}
div.webapp .pagination li {
  margin: 5px 3px;
  border: 1px solid #eee;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: bold;
}
div.webapp .pagination li.--active {
  border-color: #3A82C2;
}
div.webapp .pagination a {
  display: flex;
  color: inherit;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
div.webapp .widget-columns--items {
  display: flex;
  margin: -10px;
}
div.webapp .widget-columns--item {
  padding: 10px;
  flex: 1;
  max-width: 50%;
}
div.webapp .widget-columns--item-title {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #373737;
}
@media (max-width: 512px) {
  div.webapp .widget-columns--items {
    display: block;
  }
  div.webapp .widget-columns--item {
    max-width: none;
  }
}
div.webapp .widget-shortcuts--items {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  position: relative;
}
div.webapp .widget-shortcuts--item {
  padding: 10px;
}
div.webapp .widget-shortcuts--more {
  position: absolute;
  bottom: 32px;
  right: 30px;
}
div.webapp .widget-shortcuts--more .icon {
  font-size: 21px;
  margin-left: 10px;
}
@media (max-width: 512px) {
  div.webapp .widget-shortcuts--item {
    width: 50%;
  }
}
div.webapp .shortcut {
  width: 180px;
  text-decoration: none;
  color: inherit;
  display: block;
}
div.webapp .shortcut--wrap {
  position: relative;
  border-radius: 0 27px 27px 27px;
  height: 180px;
  color: white;
  padding: 23px 19px;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
div.webapp .shortcut--wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 27px 27px 27px;
}
div.webapp .shortcut--title {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
@media (max-width: 512px) {
  div.webapp .shortcut {
    width: auto;
  }
}
div.webapp .direction--wrap {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 0 27px 27px 27px;
  align-items: flex-start;
}
div.webapp .direction--wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 27px 27px 27px;
}
div.webapp .direction--box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  min-height: 380px;
  align-items: flex-start;
}
div.webapp .direction--info {
  color: white;
}
div.webapp .direction--title {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 15px;
}
div.webapp .direction--caption {
  font-size: 15px;
  max-width: 220px;
  font-weight: 500;
}
div.webapp .sub-nav {
  padding: 15px 0;
  background: #f0f1e9;
}
div.webapp .sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -8px;
}
div.webapp .sub-nav li {
  margin: 4px 8px;
}
div.webapp .presentation {
  background: center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  margin-bottom: 0;
}
div.webapp .presentation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
div.webapp .presentation--wrapper {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
div.webapp .presentation--caption {
  max-width: 600px;
  margin-top: 20px;
}
div.webapp .full--file {
  margin-bottom: 20px;
}
div.webapp .host-persona {
  background: black;
  padding: 30px 0;
}
div.webapp .host-persona--wrap {
  display: flex;
}
div.webapp .host-persona--image {
  flex-shrink: 0;
  max-width: 300px;
}
div.webapp .host-persona--main {
  margin-left: 20px;
  color: rgb(182, 194, 0);
}
div.webapp .host-persona--text {
  margin-top: 20px;
}
div.webapp .host-persona--title {
  font-size: 28px;
}
@media (max-width: 512px) {
  div.webapp .host-persona--wrap {
    display: block;
  }
  div.webapp .host-persona--main {
    margin: 20px 0 0;
  }
  div.webapp .host-persona--image {
    max-width: none;
  }
}
div.webapp .review {
  text-align: center;
}
div.webapp .review--image {
  width: 150px;
  height: 150px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 40px;
}
div.webapp .review--text {
  max-width: 660px;
  margin: 40px auto 20px;
}
div.webapp .review--name {
  margin: 8px 0 5px;
  font-weight: 500;
  color: #000;
}
div.webapp .review--caption {
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 10px;
}
div.webapp .review--social-link {
  font-size: 24px;
}
div.webapp .full-content-audio.fancybox__content {
  padding: 0;
  background: none;
}
div.webapp .full-content-audio.fancybox__content .wrapper {
  padding: 0;
}
div.webapp .content-more {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
div.webapp .content-more.--active {
  max-height: none;
}
div.webapp .content-more.--active:before, div.webapp .content-more.--active:after {
  content: none;
}
div.webapp .content-more:before {
  content: "";
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 2;
}
div.webapp .content-more:after {
  content: "⌄";
  color: #6E750C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 20px;
  z-index: 2;
  font-weight: bold;
}
div.webapp .form-auth--links {
  margin-top: 20px;
}
div.webapp .quest {
  margin: 20px 0;
}
div.webapp .quest--title {
  margin-bottom: 10px;
}
div.webapp .quest--title:before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
}
div.webapp .dialog-window {
  position: fixed;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
div.webapp .dialog-window.--active {
  display: flex;
}
div.webapp .dialog-window .component.bg {
  padding: 10px;
  background: white;
}
div.webapp .dialog-window .wrapper {
  padding: 0;
  width: auto;
  min-width: 0;
  max-width: none;
}
div.webapp .dialog-window--fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #394476;
  opacity: 0.63;
}
div.webapp .dialog-window--close {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: white;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  z-index: 2;
  cursor: pointer;
}
div.webapp .dialog-window--window {
  z-index: 2;
  position: relative;
  max-height: 100%;
}
div.webapp .dialog-window--content {
  max-width: 750px;
  width: 100vw;
}
div.webapp .blocks--items {
  display: flex;
  margin: -20px -10px;
  flex-wrap: wrap;
}
div.webapp .blocks--item {
  padding: 20px 10px;
  width: 320px;
}
div.webapp .block {
  position: relative;
}
div.webapp .block a {
  color: inherit;
  text-decoration: none;
}
div.webapp .block--wrap {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.webapp .block--wrap:hover:before {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.webapp .block--wrap:before {
  display: none;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}
div.webapp .block--image {
  background: center center no-repeat #eee;
  background-size: cover;
  padding: 16px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  min-height: 320px;
  color: white;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
div.webapp .block--image:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
div.webapp .block--title {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
div.webapp .group-fields {
  display: flex;
}
div.webapp .group-fields > * {
  display: flex;
  flex: 1;
}
@media (max-width: 512px) {
  div.webapp .group-fields {
    display: block;
  }
}
div.webapp .schedule {
  border-bottom: 1px solid #eee;
}
div.webapp .schedule--wrap {
  display: flex;
  padding: 10px 0;
}
div.webapp .schedule--header {
  width: 280px;
  flex-shrink: 0;
}
div.webapp .schedule--items {
  display: flex;
  flex-basis: 100%;
  padding-left: 10px;
  margin: 0 -10px;
  overflow: auto;
}
div.webapp .schedule--item {
  margin: 0 10px;
  white-space: nowrap;
}
div.webapp .schedule--link {
  text-decoration: none;
  color: inherit;
}
div.webapp .schedule--price {
  font-weight: 400;
}
@media (max-width: 512px) {
  div.webapp .schedule--wrap {
    display: block;
  }
  div.webapp .schedule--header {
    width: auto;
  }
  div.webapp .schedule--items {
    padding: 0;
    margin-top: 10px;
  }
}
div.webapp .sections {
  padding: 20px 10px;
  background: center center no-repeat;
  background-size: cover;
}
div.webapp .sections--wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 10px;
  background: white;
}
div.webapp .sections--items {
  margin: 0 auto;
}
div.webapp .sections--item {
  width: 30%;
  margin: 5px;
}
div.webapp .app-footer {
  padding: 30px 0;
  background: #373737;
  color: white;
}
div.webapp .app-footer a {
  color: #eee;
}
div.webapp .app-footer--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
div.webapp .app-footer--wrap > * {
  margin: 10px;
}
div.webapp .app-footer--title {
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 5px;
  font-weight: bold;
}
div.webapp .app-footer--nav {
  width: 260px;
}
div.webapp .app-footer--nav ul {
  font-size: 0.8em;
}
div.webapp .app-footer--nav li {
  margin: 2px 0;
}
div.webapp .app-footer--agreed {
  font-size: 0.7em;
  opacity: 0.6;
  margin-top: 10px;
}
div.webapp .app-footer--about {
  width: 260px;
}
div.webapp .search-result--text {
  margin-top: 5px;
}
div.webapp .search-result--item {
  margin-bottom: 15px;
}
div.webapp .cart-item {
  margin: 10px 0;
}
div.webapp .cart-item--title {
  font-size: 1.2em;
  font-weight: bold;
}
div.webapp .cart-item--main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px -5px 0;
}
div.webapp .cart-item--main > * {
  margin: 5px;
}
div.webapp .cart-item--old-price {
  opacity: 0.7;
  position: relative;
}
div.webapp .cart-item--old-price::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #C21C13;
}
div.webapp .cart-item--price {
  font-weight: bold;
}
div.webapp .cart-item--qty {
  padding: 5px 0;
  background: #eee;
  border-radius: 8px;
}
div.webapp .cart--summary {
  margin: 10px 0;
}
div.webapp .cart--discount {
  margin: 10px 0;
}
div.webapp .cart--totals {
  margin: 10px 0;
}
div.webapp .cart--title {
  font-weight: bold;
}
div.webapp .cart--actions {
  margin: 10px 0;
}
div.webapp .cart--coupons-active {
  margin-top: 10px;
}
div.webapp .cart--coupons-items {
  margin-top: 10px;
}
div.webapp .calendar-linear {
  display: flex;
  overflow: auto;
}
div.webapp .calendar-day {
  width: 75px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
div.webapp .calendar-day:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
div.webapp .calendar-day--week-name {
  font-size: 1em;
}
div.webapp .calendar-day--number {
  font-size: 1.5em;
}

.shadow-hover {
  position: relative;
  z-index: 2;
}
.shadow-hover:hover:before {
  display: block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.shadow-hover:before {
  display: none;
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
  border-radius: 1rem;
  z-index: 1;
  pointer-events: none;
}

/*# sourceMappingURL=styles.css.map */
