html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.icon-bus {
  width: 0.84em;
  height: 1em;
  fill: initial;
}

.icon-cart {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-facebook {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-location {
  width: 0.71em;
  height: 1em;
  fill: initial;
}

.icon-mail {
  width: 1.25em;
  height: 1em;
  fill: initial;
}

.icon-menu {
  width: 1.5em;
  height: 1em;
  fill: initial;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-zoom {
  width: 1em;
  height: 1em;
  fill: initial;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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

.fancybox-active {
  height: auto;
}

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

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

.fancybox-container * {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  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--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

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

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

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

.fancybox-image {
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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 {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* Fix iOS */
.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 {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

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

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

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

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

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

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

.fancybox-button div {
  height: 100%;
}

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

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

/* Fix IE11 */
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

/* 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;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  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 {
  -webkit-backface-visibility: hidden;
  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: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #1A1A1A;
  line-height: 1.3;
}

input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

a {
  color: #4065FF;
  text-decoration: none;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  min-height: 100vh;
  background-image: -webkit-linear-gradient(#B0DFC6 0, #CCEBC6 823px, #CCEBC6 100%);
  background-image: -o-linear-gradient(#B0DFC6 0, #CCEBC6 823px, #CCEBC6 100%);
  background-image: linear-gradient(#B0DFC6 0, #CCEBC6 823px, #CCEBC6 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.center {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  display: inline-block;
  padding: 22px 40px;
  background: #FFEC00;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 700;
  color: #424E17;
  text-align: center;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.btn:hover {
  background: #e8da2e;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 29;
}

.header__center, .header__logo, .header__flex, .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__container .header__logo {
  display: none;
}

.header__pic {
  width: 70px;
  margin-right: 17px;
}

.header__title {
  width: 70px;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.25;
}

.header__nav {
  margin: auto;
}

.header__group {
  position: relative;
}

.header__langs:hover .header__drop,
.header__group:hover .header__drop {
  opacity: 1;
  visibility: visible;
}

.header__langs .header__drop:before {
  top: -35px;
  height: 45px;
}

.header__link {
  display: block;
  position: relative;
  padding: 11px 25px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.28571;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.header__link:hover {
  color: #4065FF;
}

.header__link.active {
  background: #D8EFD2;
  color: #4065FF;
}

.header__drop {
  position: absolute;
  top: 50px;
  left: 0;
  width: 280px;
  background: white;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 4;
}

.header__drop:before, .header__drop:after {
  content: '';
  position: absolute;
}

.header__drop:before {
  top: -11px;
  left: 0;
  width: 100%;
  height: 11px;
}

.header__drop:after {
  top: -22px;
  left: 30px;
  width: 43px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDQzIDIzIj4gIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQwLjQ1MDE5NTMsMCBDNDIuNzk5NDc5Miw0LjQyNzA4MzMzIDQ3LjE5MDQyOTcsOS4zNjcxODc1IDUzLjYyMzA0NjksMTQuODIwMzEyNSBDNjAuMDU1NjY0MSwyMC4yNzM0Mzc1IDY4LjQxNjk5MjIsMjMgNzguNzA3MDMxMiwyMyBMMzYsMjMgQzM2LjQwNDE2ODksMTguMDA5MDAwNCAzNi44NjUxMDY0LDE0LjE3NTY2NzEgMzcuMzgyODEyNSwxMS41IEMzNy45MDA1MTg2LDguODI0MzMyOTEgMzguOTIyOTc5Niw0Ljk5MDk5OTU3IDQwLjQ1MDE5NTMsMCBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  pointer-events: none;
}

.header__section {
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.header__section:first-child {
  border-radius: 20px 20px 0 0;
}

.header__section:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.header__section:last-child {
  border-radius: 0 0 20px 20px;
}

.header__section:first-child .header__category {
  padding-top: 24px;
}

.header__section:first-child .header__category:after {
  top: 26px;
}

.header__section:last-child .header__category {
  padding-bottom: 20px;
}

.header__section.active {
  background: #f6f9f6;
}

.header__section.active .header__category:after {
  -webkit-transform: translateY(4px) rotate(225deg);
  -ms-transform: translateY(4px) rotate(225deg);
  transform: translateY(4px) rotate(225deg);
}

.header__category, .header__sublink {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.header__category:hover, .header__category.active, .header__sublink:hover, .header__sublink.active {
  color: #4065FF;
}

.header__category {
  position: relative;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 2;
}

.header__category:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 16px;
  width: 8px;
  height: 8px;
  border: solid #1A1A1A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__list {
  display: none;
  padding: 0 32px 6px 42px;
}

.header__sublink {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.5;
}

.header__langs {
  position: relative;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__langs .header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.header__langs .header__link:hover:after {
  border-color: #4065FF;
}

.header__langs .header__link:after {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 0 4px 12px;
  border: solid #1A1A1A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.header__langs .header__drop {
  width: 84px;
  padding: 20px;
}

.header__langs .header__sublink:last-child {
  margin: 0;
}

.header__flag {
  margin-left: 10px;
}

.header__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px;
  margin-left: 30px;
  border-radius: 50%;
  background: #CCEBC5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.header__cart:hover .icon {
  fill: #4065FF;
}

.header__cart .icon {
  font-size: 18px;
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

.header__counter {
  position: absolute;
  top: 0;
  right: -1px;
  min-width: 22px;
  padding: 0 6px;
  background: #F23276;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 22px;
}

.header__burger {
  display: none;
  width: 60px;
  height: 60px;
  margin-left: auto;
  background: #CCEBC5;
  border-radius: 50%;
  font-size: 0;
}

.header__burger .icon {
  fill: #1A1A1A;
}

.header__burger .icon-menu {
  font-size: 16px;
}

.header__burger .icon-close {
  font-size: 18px;
}

.header_fixed {
  position: fixed;
  top: -60px;
}

.header_fixed {
  padding: 10px 0;
  background: #F5FBFF url(img/header-cloud.svg) no-repeat calc(50% + 600px) 50%/204px 112px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.header_fixed .header__pic {
  width: 40px;
}

.header_fixed .header__title {
  width: auto;
  font-size: 14px;
  white-space: nowrap;
}

.header_fixed .header__link.active {
  background: none;
}

.header_fixed .header__link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background: #869998;
}

.header_fixed .header__cart {
  margin: -10px 0 -10px 30px;
  background: none;
}

.header_small {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu > .menu-item {
  position: relative;
}

.menu > .menu-item.current-menu-parent > a,
.menu > .menu-item.current-menu-ancestor > a,
.menu > .menu-item.current-menu-item > a {
  background: #D8EFD2;
  color: #4065FF;
}

.menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu > .menu-item > a {
  position: relative;
  padding: 11px 25px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.menu > .menu-item > a.active {
  background: #D8EFD2;
}

.menu > .menu-item > .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 280px;
  background: white;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  z-index: 4;
}

.menu > .menu-item > .sub-menu:before, .menu > .menu-item > .sub-menu:after {
  content: '';
  position: absolute;
}

.menu > .menu-item > .sub-menu:before {
  top: -11px;
  left: 0;
  width: 100%;
  height: 11px;
}

.menu > .menu-item > .sub-menu:after {
  top: -22px;
  left: 30px;
  width: 43px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDQzIDIzIj4gIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQwLjQ1MDE5NTMsMCBDNDIuNzk5NDc5Miw0LjQyNzA4MzMzIDQ3LjE5MDQyOTcsOS4zNjcxODc1IDUzLjYyMzA0NjksMTQuODIwMzEyNSBDNjAuMDU1NjY0MSwyMC4yNzM0Mzc1IDY4LjQxNjk5MjIsMjMgNzguNzA3MDMxMiwyMyBMMzYsMjMgQzM2LjQwNDE2ODksMTguMDA5MDAwNCAzNi44NjUxMDY0LDE0LjE3NTY2NzEgMzcuMzgyODEyNSwxMS41IEMzNy45MDA1MTg2LDguODI0MzMyOTEgMzguOTIyOTc5Niw0Ljk5MDk5OTU3IDQwLjQ1MDE5NTMsMCBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  pointer-events: none;
}

.menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.menu > .menu-item > .sub-menu > .menu-item:first-child > a {
  padding-top: 24px;
}

.menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  padding-bottom: 24px;
}

.menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  position: relative;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
}

.menu > .menu-item > .sub-menu > .menu-item.menu-toggle > a:hover:after {
  border-color: #4065FF;
}

.menu > .menu-item > .sub-menu > .menu-item.menu-toggle > a:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 24px;
  width: 8px;
  height: 8px;
  border: solid #1A1A1A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.menu > .menu-item > .sub-menu > .menu-item.menu-toggle:first-child > a:after {
  top: 26px;
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: none;
  padding: 0 32px 6px 42px;
}

.menu > .menu-item > .sub-menu > .menu-item > .sub-menu a {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.menu a {
  display: block;
  color: #1A1A1A;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.menu a:hover {
  color: #4065FF;
}

.menu .current-menu-parent > a,
.menu .current-menu-item > a {
  color: #4065FF;
}

.links {
  padding: 24px 36px 0;
  background: #F0FFEC;
  border-radius: 45px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links, .links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links__item {
  margin: 0 16px 24px;
  color: #424E17;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.links__item:hover {
  color: #4065FF;
}

.links__preview {
  margin-right: 20px;
}

.links__pic {
  display: block;
  max-height: 38px;
  max-width: 43px;
}

.links__title {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

.hero {
  position: relative;
  padding: 64px 0 66px;
}

.hero__center {
  position: relative;
  z-index: 2;
}

.hero__container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.hero__title {
  margin-bottom: 40px;
  font-size: 32px;
  color: #424E17;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__content {
  margin-bottom: 70px;
  font-size: 15px;
  font-weight: 600;
  color: #4D6009;
}

.hero__content p {
  margin-bottom: 14px;
}

.hero__btn {
  min-width: 400px;
}

.hero__links {
  margin-top: 166px;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.hero__bg img {
  position: absolute;
}

.hero__cloud-1 {
  top: 34px;
  right: calc(50% + 242px);
  width: 340px;
}

.hero__cloud-2 {
  top: 188px;
  left: calc(50% + 462px);
  width: 196px;
}

.hero__hills {
  top: 330px;
  right: 0;
  width: 564px;
}

.hero__ground {
  top: 434px;
  right: 0;
  width: 100%;
  min-width: 1440px;
}

.hero__girl, .hero__boy {
  position: absolute;
  -webkit-transform: translateY(-100vw);
  -ms-transform: translateY(-100vw);
  transform: translateY(-100vw);
  -webkit-animation: girl-boy 1.5s 1s ease-out forwards;
  animation: girl-boy 1.5s 1s ease-out forwards;
}

.hero__girl img, .hero__boy img {
  display: block;
  width: 100%;
}

.hero__girl {
  top: 234px;
  right: calc(50% + 474px);
  width: 206px;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.hero__girl img {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.hero__boy {
  top: 254px;
  right: calc(50% + 298px);
  width: 182px;
}

.hero__boy img {
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

.hero__bird-1 {
  top: 42px;
  left: calc(50% + 398px);
  width: 52px;
}

.hero__bird-2 {
  top: 126px;
  left: calc(50% + 486px);
  width: 83px;
}

.hero__bird-3 {
  top: 410px;
  left: calc(50% + 612px);
  width: 76px;
}

@-webkit-keyframes girl-boy {
  0 {
    -webkit-transform: translateY(-100vw);
    transform: translateY(-100vw);
  }
  20% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes girl-boy {
  0 {
    -webkit-transform: translateY(-100vw);
    transform: translateY(-100vw);
  }
  20% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.main {
  position: relative;
  margin-bottom: -400px;
  padding-bottom: 400px;
  background-image: -webkit-linear-gradient(#F5FBFF 378px, #CCE2F1);
  background-image: -o-linear-gradient(#F5FBFF 378px, #CCE2F1);
  background-image: linear-gradient(#F5FBFF 378px, #CCE2F1);
}

.main__center {
  position: relative;
  z-index: 2;
}

.main__section {
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}

.main__section_shop:before, .main__section_shop:after {
  content: '';
  position: absolute;
  top: 4px;
  width: calc(50% - 155px);
  height: 1px;
  background: #869998;
}

.main__section_shop:before {
  left: 0;
}

.main__section_shop:after {
  right: 0;
}

.main__section_shop .main__title {
  background-image: url(img/badge-yellow.svg);
  color: #1A1A1A;
}

.main__title {
  position: relative;
  top: -30px;
  width: 258px;
  height: 93px;
  margin: 0 auto;
  padding: 20px;
  background: url(img/badge-purple.svg) no-repeat center/contain;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.main__bg img {
  position: absolute;
}

.main__cloud-1 {
  top: 34px;
  right: calc(50% + 254px);
  width: 355px;
}

.main__cloud-2 {
  top: 450px;
  right: calc(50% + 454px);
  width: 265px;
}

.main__cloud-3 {
  top: 200px;
  left: calc(50% + 480px);
  width: 205px;
}

.main__bird-1 {
  top: 42px;
  top: 46px;
  left: calc(50% + 416px);
}

.main__bird-2 {
  top: 104px;
  left: calc(50% + 580px);
  width: 83px;
}

.main__bird-3 {
  top: 430px;
  left: calc(50% + 642px);
  width: 76px;
}

.main__bird-4 {
  top: 176px;
  right: calc(50% + 610px);
  width: 70px;
}

.main__bird-5 {
  top: 362px;
  right: calc(50% + 438px);
  width: 94px;
}

.news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 44px;
}

.news__preview {
  display: block;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}

.news__pic {
  display: block;
  width: 100%;
}

.news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.news__group .news__title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.news__group .news__date {
  margin-top: auto;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__list_bg[data-carousel] {
  margin: 0;
  padding: 0 26px;
  background: #f6f9f6;
  overflow: hidden;
}

.news__item {
  padding: 0 18px;
  font-size: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.news__title {
  display: block;
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.38;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.news__title:hover {
  color: #4065FF;
}

.news__content {
  margin-bottom: 22px;
}

.news__date {
  font-weight: 700;
  color: #82027E;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  background: #FFEC00;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .owl-dot.active span {
  background: #FFEC00;
  border-color: #FFEC00;
}

.product {
  margin: 0 16px 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 32px);
  flex: 0 0 calc(25% - 32px);
}

.product .button {
  display: none;
}

.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  padding: 28px 20px 22px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  color: #1A1A1A;
}

.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: #4065FF;
}

.attachment-woocommerce_thumbnail {
  display: block;
  max-width: 220px;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.woocommerce-loop-product__title {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.woocommerce-loop-product__short {
  max-width: 192px;
  margin: 0 auto;
}

.shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop__item {
  display: block;
  position: relative;
  margin: 0 16px 32px;
  padding: 28px 20px 22px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  color: #1A1A1A;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 32px);
  flex: 0 0 calc(25% - 32px);
}

.shop__item:hover .shop__name {
  color: #4065FF;
}

.shop__preview {
  position: relative;
  max-width: 220px;
  margin: 0 auto 20px;
}

.shop__pic {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.shop__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  padding-left: 4px;
  background: #FFEC00;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop__coins {
  position: relative;
  top: -12px;
  margin-left: -2px;
  font-size: 13px;
}

.shop__name {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.shop__content {
  max-width: 192px;
  margin: 0 auto;
}

.shop .owl-dot.active span {
  background: #FFEC00;
  border-color: #FFEC00;
}

.contacts__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 30px 20px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}

.contacts__col {
  padding: 0 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts__item_transport .contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  margin-right: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.contacts__icon .icon {
  font-size: 20px;
}

.contacts__icon .icon-mail {
  font-size: 16px;
}

.contacts__content {
  padding: 2px 0;
}

.contacts__content > a {
  text-decoration: underline;
}

.contacts__label {
  margin-right: 3px;
}

.contacts__transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__transport_green .contacts__bus {
  background: #657D11;
}

.contacts__bus {
  min-width: 38px;
  margin: 4px 0 4px 5px;
  padding: 2px 4px;
  background: #F23276;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.contacts__bus:hover {
  opacity: .7;
}

.contacts__map {
  position: relative;
  height: 576px;
  background: lightgray;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}

.contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts_footer .contacts__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
}

.contacts_footer .contacts__item {
  color: #F5FFD1;
}

.contacts_footer .contacts__content a {
  color: #F5FFD1;
  text-decoration: none;
}

.contacts_footer .contacts__icon .icon {
  fill: #F5FFD1;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 19;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg-footer.png) no-repeat 50% 0/cover;
  pointer-events: none;
  z-index: -2;
}

.footer__hills {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 397px;
  pointer-events: none;
  z-index: -4;
}

.footer__kids {
  position: absolute;
  top: -60px;
  left: calc(50% + 160px);
  width: 290px;
  pointer-events: none;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.footer__container {
  min-height: 444px;
  padding: 124px 0 20px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px;
}

.footer__col {
  padding: 0 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.footer__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.footer__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #F5FFD1;
}

.footer__nav {
  font-size: 12px;
}

.footer__nav p {
  margin-bottom: 7px;
}

.footer__nav a {
  color: #F5FFD1;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__down {
  margin-top: auto;
  padding: 14px 0;
  background: #3A4E0A;
  font-size: 11px;
  font-weight: 600;
}

.footer__down .footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__copyright, .footer__created {
  color: #F5FFD1;
}

.footer__created {
  margin-left: auto;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-dot {
  margin: 0 7px;
  font-size: 0;
}

.owl-dot.active span {
  background: #82027E;
  border-color: #82027E;
}

.owl-dot span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #D8D8D8;
  border-radius: 50%;
  border: 1px solid #979797;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
}

.content h2,
.content h3 {
  margin-bottom: 24px;
  font-weight: 800;
}

.content h2:not(:first-child),
.content h3:not(:first-child) {
  margin-top: 44px;
}

.content h2 {
  font-size: 22px;
}

.content h3 {
  font-size: 18px;
}

.content p {
  margin-bottom: 8px;
}

.content ul:not(.blocks-gallery-grid),
.content figure {
  margin: 22px 0;
}

.content ul:not(.blocks-gallery-grid):first-child,
.content figure:first-child {
  margin-top: 0;
}

.content ul:not(.blocks-gallery-grid) {
  margin-left: 30px;
}

.content ul:not(.blocks-gallery-grid) > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
}

.content ul:not(.blocks-gallery-grid) > li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #648B7B;
  border-radius: 50%;
}

.content th,
.content td {
  border: 1px solid #C4CAC6;
}

.content th {
  padding: 16px 20px;
  background: #f6f9f6;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.content td {
  padding: 13px 20px;
}

.content a {
  color: #4065FF;
  text-decoration: underline;
}

.content_wide {
  max-width: 100%;
}

.content_wide figure.wp-block-gallery {
  margin: 0;
}

.content .blocks-gallery-grid {
  width: 100%;
}

.content .blocks-gallery-grid figure {
  margin: 0;
}

.content .blocks-gallery-item {
  position: relative;
  margin: 0;
  background: black;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.content .blocks-gallery-item:before {
  content: '';
  display: block;
  padding-bottom: 63.33%;
}

.content .blocks-gallery-item:hover:after {
  opacity: 1;
}

.content .blocks-gallery-item:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4gIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTIsMCBMMTQuMywyLjMgTDExLjQxLDUuMTcgTDEyLjgzLDYuNTkgTDE1LjcsMy43IEwxOCw2IEwxOCwwIEwxMiwwIFogTTAsNiBMMi4zLDMuNyBMNS4xNyw2LjU5IEw2LjU5LDUuMTcgTDMuNywyLjMgTDYsMCBMMCwwIEwwLDYgWiBNNiwxOCBMMy43LDE1LjcgTDYuNTksMTIuODMgTDUuMTcsMTEuNDEgTDIuMywxNC4zIEwwLDEyIEwwLDE4IEw2LDE4IFogTTE4LDEyIEwxNS43LDE0LjMgTDEyLjgzLDExLjQxIEwxMS40MSwxMi44MyBMMTQuMywxNS43IEwxMiwxOCBMMTgsMTggTDE4LDEyIFoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.content .blocks-gallery-item:hover img {
  opacity: .5;
}

.content .blocks-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.wrapper {
  margin-bottom: 80px;
}

.wrapper__page {
  background: white;
  border-radius: 40px;
}

.wrapper__head, .wrapper__body_padding, .wrapper__foot {
  padding: 40px;
}

.wrapper__head {
  border-bottom: 1px solid #e8ecec;
  text-align: center;
}

.wrapper__title {
  max-width: 600px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.wrapper__description {
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 15px;
  font-weight: 600;
}

.wrapper__foot {
  border-top: 1px solid rgba(134, 153, 152, 0.18);
}

.wrapper__date {
  font-size: 15px;
  font-weight: 700;
  color: #82027E;
  text-align: center;
}

.select {
  height: 54px;
  padding: 0 60px 0 30px;
  background-color: #f6f9f6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTIgOCI+ICA8cG9seWdvbiBmaWxsPSIjNjY2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMS43NTcgLjU4NiA2IDQuODI4IDEwLjI0MyAuNTg2IDExLjY1NyAyIDYgNy42NTcgLjM0MyAyIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: calc(100% - 22px) 50%;
  background-size: 12px 8px;
  border: 1px solid #E8ECEC;
  border-radius: 27px;
  font-size: 13px;
  color: #666666;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.staff {
  padding: 28px 44px;
  border-radius: 0 0 40px 40px;
  background: #f6f9f6;
}

.staff__section:not(:last-child) {
  margin-bottom: 20px;
}

.staff__title {
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff__item {
  position: relative;
  min-height: 270px;
  margin: 0 10px 30px;
  border: 1px solid #CACACA;
  border-radius: 35px;
  background: white;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
}

.staff__group {
  padding: 20px 20px 30px;
}

.staff__group:first-child {
  min-height: 106px;
  padding: 34px 20px 20px;
}

.staff__group:nth-child(2) {
  border-top: 1px solid #e8ecec;
}

.staff__name {
  font-size: 17px;
  font-weight: 700;
}

.staff__name:not(:empty) {
  margin-bottom: 5px;
}

.staff__contact {
  margin-bottom: 12px;
  word-break: break-all;
}

.staff__contact a {
  text-decoration: underline;
}

.staff__details {
  color: #666;
}

.staff__content {
  margin-bottom: 30px;
}

.staff__cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -15px;
  right: 10px;
  width: 54px;
  height: 54px;
  background: #82027E;
  border-radius: 50%;
  color: white;
  text-align: left;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.staff__label, .staff__number {
  width: 32px;
}

.staff__number {
  font-size: 18px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin: 0 10px 10px 0;
  border: 1px solid #E8ECEC;
  border-radius: 50%;
  font-size: 15px;
  color: #666;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager__link.active {
  background: #F7F7F7;
}

@media only screen and (min-width: 1024px) {
  .news__list_bg .news__item {
    position: relative;
    padding: 36px 16px;
  }
  .news__list_bg .news__item:nth-child(4n+1):after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 1300px;
    height: 1px;
    background: #e8ecec;
  }
  .news_main .news__list {
    margin: 0 -30px;
  }
  .news_main .news__item {
    padding: 0 30px;
  }
  .news_main .news__item:not(:last-child) {
    border-right: 1px solid #D2DCED;
  }
}

@media only screen and (max-width: 2500px) {
  .footer__hills {
    bottom: 100px;
  }
}

@media only screen and (max-width: 1620px) {
  .footer__hills {
    bottom: 200px;
  }
}

@media only screen and (max-width: 1600px) {
  .hero__hills {
    top: 220px;
  }
}

@media only screen and (max-width: 1260px) {
  .hero__hills {
    top: 280px;
    right: -200px;
  }
  .hero__girl {
    top: 310px;
    right: calc(50% + 366px);
    width: 122px;
  }
  .hero__girl img {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hero__boy {
    top: 324px;
    right: calc(50% + 240px);
    width: 121px;
  }
  .hero__bird-1 {
    left: calc(50% + 328px);
  }
  .hero__bird-2 {
    left: calc(50% + 416px);
  }
  .footer__hills {
    bottom: 260px;
  }
}

@media only screen and (max-width: 1023px) {
  .center {
    padding: 0 30px;
  }
  .header__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 30px 30px 60px;
    background: #F5FBFF url(img/header-cloud.svg) no-repeat 0 352px/361px 229px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(calc(-100% - 10px));
    -ms-transform: translateX(calc(-100% - 10px));
    transform: translateX(calc(-100% - 10px));
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    overflow: auto;
    z-index: 19;
  }
  .header__container.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__container .header__logo {
    display: block;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__container .header__pic {
    width: 70px;
  }
  .header__container .header__burger {
    margin-left: 50px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__nav {
    display: block;
    margin: 40px 0 0;
    text-align: left;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header__group {
    margin-bottom: 30px;
  }
  .header__group .header__drop {
    position: static;
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
  }
  .header__link {
    padding: 0;
    font-size: 16px;
  }
  .header__link.active {
    background: none;
  }
  .header__langs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__cart {
    background: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header__burger {
    display: block;
  }
  .header_fixed {
    top: -80px;
  }
  .header_fixed .header__link.active:after {
    display: none;
  }
  .header_small {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  .menu {
    display: block;
  }
  .menu > .menu-item {
    margin-bottom: 30px;
  }
  .menu > .menu-item.current-menu-parent > a,
  .menu > .menu-item.current-menu-ancestor > a,
  .menu > .menu-item.current-menu-item > a {
    background: none;
  }
  .menu > .menu-item > a {
    padding: 0;
    font-size: 16px;
  }
  .menu > .menu-item > a.active {
    background: none;
  }
  .menu > .menu-item > .sub-menu {
    position: relative;
    top: 0;
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
  }
  .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .links__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 32px);
    flex: 0 0 calc(50% - 32px);
  }
  .hero__btn {
    min-width: 0;
  }
  .hero__links {
    margin-top: 136px;
  }
  .hero__hills {
    right: -240px;
  }
  .hero__girl {
    top: 330px;
    right: calc(50% + 266px);
  }
  .hero__boy {
    top: 354px;
    right: calc(50% + 140px);
  }
  .news__main {
    display: block;
    padding: 30px;
  }
  .news__preview {
    margin: 0 0 30px;
  }
  .news__list_bg[data-carousel] {
    width: 100%;
    margin: 0;
    padding: 36px 0;
    border-top: 1px solid #e8ecec;
  }
  .news__item {
    padding: 0;
  }
  .product {
    margin: 2px 0 6px;
  }
  .shop__item {
    margin: 2px 0 6px;
  }
  .contacts__container .contacts__row {
    display: block;
  }
  .contacts_footer .contacts__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer__hills {
    display: none;
  }
  .footer__kids {
    display: none;
  }
  .footer__container {
    min-height: 0;
  }
  .footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
  .footer__col:last-child {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  [data-carousel] {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .wrapper__head, .wrapper__body_padding, .wrapper__foot {
    padding: 30px;
  }
  .staff {
    padding: 28px 30px;
  }
  .staff__section:not(:last-child) {
    margin-bottom: 40px;
  }
  .staff__title {
    margin-bottom: 24px;
  }
  .staff__list {
    margin-bottom: 30px;
  }
  .staff__list_teachers .owl-stage-outer {
    margin-top: -20px;
    padding-top: 20px;
  }
  .staff__item {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.no-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .center {
    padding: 0 20px;
  }
  .btn {
    font-weight: 600;
  }
  .header {
    position: absolute;
    padding: 20px 0;
  }
  .header__center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__container {
    padding: 20px 20px 60px;
  }
  .header__container .header__pic {
    width: 60px;
  }
  .header__container .header__burger {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .header__pic {
    width: 96px;
    margin-right: 15px;
  }
  .header__langs:hover .header__drop,
  .header__group:hover .header__drop {
    display: block;
  }
  .header__drop {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header__sublink {
    font-size: 14px;
  }
  .header_fixed {
    position: absolute;
  }
  .links {
    margin: 0 -20px;
    padding: 30px 4px 38px;
    border-radius: 0;
  }
  .links__item {
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
  }
  .links__preview {
    margin-right: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  .hero {
    padding: 52px 0 0;
  }
  .hero__container {
    max-width: 280px;
  }
  .hero__title {
    margin-bottom: 26px;
    font-size: 26px;
  }
  .hero__content {
    margin-bottom: 36px;
  }
  .hero__links {
    margin-top: 250px;
  }
  .hero__cloud-1 {
    top: 4px;
    left: calc(50% - 240px);
  }
  .hero__hills {
    top: 356px;
    right: -194px;
    width: 321px;
  }
  .hero__ground {
    top: 498px;
    right: calc(50% - 408px);
    min-width: 817px;
  }
  .hero__girl, .hero__boy {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none;
  }
  .hero__girl {
    top: 472px;
    right: calc(50% - 10px);
    width: 130px;
  }
  .hero__girl img {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .hero__boy {
    top: 484px;
    right: auto;
    left: calc(50% + 6px);
    width: 116px;
  }
  .main__section {
    padding-bottom: 80px;
  }
  .main__section_shop:before, .main__section_shop:after {
    display: none;
  }
  .news__main {
    padding: 30px 20px;
  }
  .contacts__container {
    padding: 30px 20px 20px;
  }
  .contacts__row {
    display: block;
    margin: 0;
  }
  .contacts__col {
    padding: 0;
  }
  .contacts__map {
    height: 400px;
    border-radius: 0;
  }
  .contacts_footer .contacts__col:first-child {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer:before {
    background-position: 0 0;
  }
  .footer__container {
    padding: 86px 0 20px;
  }
  .footer__row {
    margin: 0;
  }
  .footer__col {
    padding: 0;
  }
  .footer__col:last-child {
    margin: 0;
  }
  .footer__col:not(:last-child) {
    display: none;
  }
  .footer__down .footer__center {
    display: block;
  }
  .footer__created {
    display: inline-block;
    margin: 4px 0 0;
  }
  [data-carousel] {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .owl-dots {
    margin-top: 24px;
  }
  .content h2 {
    font-size: 20px;
  }
  .content h3 {
    font-size: 16px;
  }
  .content ul:not(.blocks-gallery-grid) {
    margin-left: 0;
  }
  .content th {
    padding: 8px 10px;
    font-size: 14px;
  }
  .content td {
    padding: 6px 10px;
  }
  .content .blocks-gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .wrapper__center {
    padding: 0;
  }
  .wrapper__page {
    border-radius: 0;
  }
  .wrapper__head, .wrapper__body_padding, .wrapper__foot {
    padding: 30px 20px;
  }
  .wrapper__title {
    font-size: 24px;
  }
  .staff {
    padding: 28px 20px;
    border-radius: 0;
  }
  .staff__list {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

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